@hpcc-js/common 2.59.0 → 2.64.0
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/dist/index.es6.js +3 -3
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +7 -5
- package/src/PropertyExt.ts +1 -1
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.es6.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { classID2Meta, hashSum, isArray } from '@hpcc-js/util';
|
|
2
2
|
|
|
3
3
|
var PKG_NAME = "@hpcc-js/common";
|
|
4
|
-
var PKG_VERSION = "2.
|
|
5
|
-
var BUILD_VERSION = "2.
|
|
4
|
+
var PKG_VERSION = "2.64.0";
|
|
5
|
+
var BUILD_VERSION = "2.99.0";
|
|
6
6
|
|
|
7
7
|
/*! *****************************************************************************
|
|
8
8
|
Copyright (c) Microsoft Corporation.
|
|
@@ -6462,7 +6462,7 @@ var PropertyExt = /** @class */ (function (_super) {
|
|
|
6462
6462
|
var origFunc = args[args.length - 1];
|
|
6463
6463
|
var retVal;
|
|
6464
6464
|
if (stopPropagation) {
|
|
6465
|
-
if (event) {
|
|
6465
|
+
if (event && event.stopPropagation) {
|
|
6466
6466
|
event.stopPropagation();
|
|
6467
6467
|
}
|
|
6468
6468
|
[].push.call(args, origFunc);
|