Skip to content

Commit

Permalink
https://github.com/nodejs/node-gyp/issues/1717
Browse files Browse the repository at this point in the history
  • Loading branch information
englishextra committed May 11, 2019
1 parent 5d6a2de commit f00dbaf
Show file tree
Hide file tree
Showing 121 changed files with 26,134 additions and 40,158 deletions.
2 changes: 1 addition & 1 deletion app/libs/pwa-englishextra/.npm-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-3.0.1.tgz"
},
"npm": {
"version": "6.7.0",
"version": "6.9.0",
"from": "npm@^6.6.0",
"resolved": "https://registry.npmjs.org/npm/-/npm-6.7.0.tgz"
}
Expand Down
3 changes: 2 additions & 1 deletion app/libs/pwa-englishextra/js/bundle.min.js

Large diffs are not rendered by default.

2,770 changes: 1,003 additions & 1,767 deletions app/libs/pwa-englishextra/package-lock.json

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions app/libs/pwa-englishextra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
"name": "pwa-englishextra",
"version": "0.1.0",
"description": "a Web UI library",
"keywords": ["spa",
"pwa",
"webapp"],
"keywords": [
"spa",
"pwa",
"webapp"
],
"repository": {
"type": "git",
"url": "git+https://github.com/englishextra/shimansky.biz.git"
},
"dependencies": {
"npm": "^6.7.0"
"npm": "^6.9.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
Expand Down
2 changes: 1 addition & 1 deletion libs/admin/.npm-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"resolved": "https://registry.npmjs.org/gulp-uglify/-/gulp-uglify-3.0.1.tgz"
},
"npm": {
"version": "6.7.0",
"version": "6.9.0",
"from": "npm@^6.6.0",
"resolved": "https://registry.npmjs.org/npm/-/npm-6.7.0.tgz"
}
Expand Down
3 changes: 2 additions & 1 deletion libs/admin/js/bundle.min.js

Large diffs are not rendered by default.

2,772 changes: 1,004 additions & 1,768 deletions libs/admin/package-lock.json

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions libs/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
"name": "admin",
"version": "0.1.0",
"description": "a Web UI library",
"keywords": ["spa",
"pwa",
"webapp"],
"keywords": [
"spa",
"pwa",
"webapp"
],
"repository": {
"type": "git",
"url": "git+https://github.com/englishextra/shimansky.biz.git"
},
"dependencies": {
"npm": "^6.7.0"
"npm": "^6.9.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
Expand Down
3 changes: 2 additions & 1 deletion libs/branding/js/bundle.min.js

Large diffs are not rendered by default.

37 changes: 11 additions & 26 deletions libs/branding/js/vendors.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,8 @@
debounce(logic, this.rate).call();
};

if (
!this.trigger.classList.contains(iframeLightboxLinkIsBindedClass)
) {
if (!this.trigger.classList.contains(iframeLightboxLinkIsBindedClass)) {
this.trigger.classList.add(iframeLightboxLinkIsBindedClass);

this.trigger.addEventListener("click", handleIframeLightboxLink);

if (isTouch && (_this.touch || _this.dataTouch)) {
Expand Down Expand Up @@ -139,18 +136,15 @@

this.el.appendChild(this.btnClose);
docBody.appendChild(this.el);

backdrop.addEventListener("click", function() {
_this.close();
});

this.btnClose.addEventListener("click", function() {
_this.close();
});

if (!docElem.classList.contains(iframeLightboxWindowIsBindedClass)) {
docElem.classList.add(iframeLightboxWindowIsBindedClass);

root.addEventListener("keyup", function(ev) {
if (27 === (ev.which || ev.keyCode)) {
_this.close();
Expand All @@ -169,13 +163,9 @@
};

this.el.addEventListener("transitionend", clearBody, false);

this.el.addEventListener("webkitTransitionEnd", clearBody, false);

this.el.addEventListener("mozTransitionEnd", clearBody, false);

this.el.addEventListener("msTransitionEnd", clearBody, false);

this.callCallback(this.onCreated, this);
};

Expand Down Expand Up @@ -336,13 +326,13 @@
caller(data);
};

var setDisplayBlock = function (e) {
var setDisplayBlock = function setDisplayBlock(e) {
if (e) {
e.style.display = "block";
}
};

var setDisplayNone = function (e) {
var setDisplayNone = function setDisplayNone(e) {
if (e) {
e.style.display = "none";
}
Expand Down Expand Up @@ -435,12 +425,10 @@
};

container.addEventListener("click", handleImgLightboxContainer);

btnClose.addEventListener("click", handleImgLightboxContainer);

if (!docElem.classList.contains(imgLightboxWindowIsBindedClass)) {
docElem.classList.add(imgLightboxWindowIsBindedClass);

root.addEventListener("keyup", function(ev) {
if (27 === (ev.which || ev.keyCode)) {
hideImgLightbox(onClosed);
Expand Down Expand Up @@ -498,7 +486,6 @@

if (!e.classList.contains(imgLightboxLinkIsBindedClass)) {
e.classList.add(imgLightboxLinkIsBindedClass);

e.addEventListener("click", handleImgLightboxLink);

if (isTouch && (touch || dataTouch)) {
Expand Down Expand Up @@ -4332,8 +4319,6 @@ function _typeof(obj) {

/*jslint node: true */

/*global global, ActiveXObject, define, escape, module, pnotify, Proxy, jQuery, require, self, setImmediate, window */

/*!
* modified Packery PACKAGED v2.1.1
* Gapless, draggable grid layouts
Expand Down Expand Up @@ -6839,19 +6824,19 @@ function _typeof(obj) {
this.unstamp(item.element);
};

proto.bindDraggabillyEvents = function(root.draggabillyInstance) {
this._bindDraggabillyEvents(root.draggabillyInstance, "on");
proto.bindDraggabillyEvents = function(draggie) {
this._bindDraggabillyEvents(draggie, "on");
};

proto.unbindDraggabillyEvents = function(root.draggabillyInstance) {
this._bindDraggabillyEvents(root.draggabillyInstance, "off");
proto.unbindDraggabillyEvents = function(draggie) {
this._bindDraggabillyEvents(draggie, "off");
};

proto._bindDraggabillyEvents = function(root.draggabillyInstance, method) {
proto._bindDraggabillyEvents = function(draggie, method) {
var handlers = this.handleDraggabilly;
root.draggabillyInstance[method]("dragStart", handlers.dragStart);
root.draggabillyInstance[method]("dragMove", handlers.dragMove);
root.draggabillyInstance[method]("dragEnd", handlers.dragEnd);
draggie[method]("dragStart", handlers.dragStart);
draggie[method]("dragMove", handlers.dragMove);
draggie[method]("dragEnd", handlers.dragEnd);
};

proto.bindUIDraggableEvents = function($elems) {
Expand Down
2 changes: 1 addition & 1 deletion libs/branding/js/vendors.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit f00dbaf

Please sign in to comment.