@swimlane/ngx-datatable 11.3.1 → 11.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/release/events.js +3 -3
- package/release/events.metadata.json +1 -1
- package/release/index.css +1 -1
- package/release/index.js +4 -4
- package/release/index.min.js +1 -1
- package/release/index.min.js.map +1 -1
- package/src/events.ts +3 -3
package/package.json
CHANGED
package/release/events.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
/* tslint:disable:variable-name */
|
|
4
|
-
exports.MouseEvent = (
|
|
5
|
-
exports.KeyboardEvent = (
|
|
6
|
-
exports.Event = (
|
|
4
|
+
exports.MouseEvent = (window || global).MouseEvent;
|
|
5
|
+
exports.KeyboardEvent = (window || global).KeyboardEvent;
|
|
6
|
+
exports.Event = (window || global).Event;
|
|
7
7
|
//# sourceMappingURL=events.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"__symbolic":"module","version":3,"metadata":{"MouseEvent":{"__symbolic":"select","expression":{"__symbolic":"binop","operator":"||","left":{"__symbolic":"error","message":"Reference to a local symbol","line":0,"character":12,"context":{"name":"global"}}
|
|
1
|
+
[{"__symbolic":"module","version":3,"metadata":{"MouseEvent":{"__symbolic":"select","expression":{"__symbolic":"binop","operator":"||","left":{"__symbolic":"reference","name":"window"},"right":{"__symbolic":"error","message":"Reference to a local symbol","line":0,"character":12,"context":{"name":"global"}}},"member":"MouseEvent"},"KeyboardEvent":{"__symbolic":"select","expression":{"__symbolic":"binop","operator":"||","left":{"__symbolic":"reference","name":"window"},"right":{"__symbolic":"error","message":"Reference to a local symbol","line":0,"character":12,"context":{"name":"global"}}},"member":"KeyboardEvent"},"Event":{"__symbolic":"select","expression":{"__symbolic":"binop","operator":"||","left":{"__symbolic":"reference","name":"window"},"right":{"__symbolic":"error","message":"Reference to a local symbol","line":0,"character":12,"context":{"name":"global"}}},"member":"Event"}}},{"__symbolic":"module","version":1,"metadata":{"MouseEvent":{"__symbolic":"select","expression":{"__symbolic":"binop","operator":"||","left":{"__symbolic":"reference","name":"window"},"right":{"__symbolic":"error","message":"Reference to a local symbol","line":0,"character":12,"context":{"name":"global"}}},"member":"MouseEvent"},"KeyboardEvent":{"__symbolic":"select","expression":{"__symbolic":"binop","operator":"||","left":{"__symbolic":"reference","name":"window"},"right":{"__symbolic":"error","message":"Reference to a local symbol","line":0,"character":12,"context":{"name":"global"}}},"member":"KeyboardEvent"},"Event":{"__symbolic":"select","expression":{"__symbolic":"binop","operator":"||","left":{"__symbolic":"reference","name":"window"},"right":{"__symbolic":"error","message":"Reference to a local symbol","line":0,"character":12,"context":{"name":"global"}}},"member":"Event"}}}]
|
package/release/index.css
CHANGED
package/release/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* angular2-data-table v"11.3.
|
|
2
|
+
* angular2-data-table v"11.3.2" (https://github.com/swimlane/angular2-data-table)
|
|
3
3
|
* Copyright 2016
|
|
4
4
|
* Licensed under MIT
|
|
5
5
|
*/
|
|
@@ -5579,9 +5579,9 @@ exports.VisibilityDirective = VisibilityDirective;
|
|
|
5579
5579
|
/* WEBPACK VAR INJECTION */(function(global) {
|
|
5580
5580
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5581
5581
|
/* tslint:disable:variable-name */
|
|
5582
|
-
exports.MouseEvent = (
|
|
5583
|
-
exports.KeyboardEvent = (
|
|
5584
|
-
exports.Event = (
|
|
5582
|
+
exports.MouseEvent = (window || global).MouseEvent;
|
|
5583
|
+
exports.KeyboardEvent = (window || global).KeyboardEvent;
|
|
5584
|
+
exports.Event = (window || global).Event;
|
|
5585
5585
|
|
|
5586
5586
|
/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__("./node_modules/webpack/buildin/global.js")))
|
|
5587
5587
|
|