@hpcc-js/dgrid 2.32.23 → 2.34.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 +26 -21
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +26 -21
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +5 -5
- package/dist/index.min.js.map +1 -1
- package/package.json +8 -8
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types/__package__.d.ts.map +1 -1
- package/types-3.4/__package__.d.ts +2 -2
package/dist/index.js
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["@hpcc-js/dgrid"] = {}, global["@hpcc-js/common"], global["@hpcc-js/util"]));
|
|
5
5
|
})(this, (function (exports, common, util) {
|
|
6
6
|
var PKG_NAME = "@hpcc-js/dgrid";
|
|
7
|
-
var PKG_VERSION = "2.
|
|
8
|
-
var BUILD_VERSION = "2.
|
|
7
|
+
var PKG_VERSION = "2.34.0";
|
|
8
|
+
var BUILD_VERSION = "2.107.0";
|
|
9
9
|
|
|
10
10
|
/******************************************************************************
|
|
11
11
|
Copyright (c) Microsoft Corporation.
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
22
22
|
PERFORMANCE OF THIS SOFTWARE.
|
|
23
23
|
***************************************************************************** */
|
|
24
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
24
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
25
25
|
|
|
26
26
|
var extendStatics = function(d, b) {
|
|
27
27
|
extendStatics = Object.setPrototypeOf ||
|
|
@@ -17844,7 +17844,7 @@
|
|
|
17844
17844
|
|
|
17845
17845
|
// FIXME: dojo.baseUrl and dojo.config.baseUrl should be deprecated
|
|
17846
17846
|
dojo.baseUrl = dojo.config.baseUrl = require.baseUrl;
|
|
17847
|
-
dojo.isAsync = true
|
|
17847
|
+
dojo.isAsync = true;
|
|
17848
17848
|
dojo.locale = config.locale;
|
|
17849
17849
|
|
|
17850
17850
|
var rev = "$Rev:$".match(/[0-9a-f]{7,}/);
|
|
@@ -22766,7 +22766,7 @@
|
|
|
22766
22766
|
// The "pointermove"" event is only continuously emitted in a touch environment if
|
|
22767
22767
|
// the target node's "touch-action"" CSS property is set to "none"
|
|
22768
22768
|
// https://www.w3.org/TR/pointerevents/#the-touch-action-css-property
|
|
22769
|
-
has.add("touch-action", false
|
|
22769
|
+
has.add("touch-action", false);
|
|
22770
22770
|
|
|
22771
22771
|
// I don't know if any of these tests are really correct, just a rough guess
|
|
22772
22772
|
has.add("device-width", screen.availWidth || innerWidth);
|
|
@@ -24112,7 +24112,7 @@
|
|
|
24112
24112
|
if(has("dom")){ // check to make sure we are in a browser, this module should work anywhere
|
|
24113
24113
|
var major = window.ScriptEngineMajorVersion;
|
|
24114
24114
|
has.add("jscript", major && (major() + ScriptEngineMinorVersion() / 10));
|
|
24115
|
-
has.add("event-orientationchange", false
|
|
24115
|
+
has.add("event-orientationchange", false); // TODO: how do we detect this?
|
|
24116
24116
|
has.add("event-stopimmediatepropagation", window.Event && !!window.Event.prototype && !!window.Event.prototype.stopImmediatePropagation);
|
|
24117
24117
|
has.add("event-focusin", function(global, doc, element){
|
|
24118
24118
|
return 'onfocusin' in element;
|
|
@@ -28509,8 +28509,8 @@
|
|
|
28509
28509
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28510
28510
|
exports.BUILD_VERSION = exports.PKG_VERSION = exports.PKG_NAME = void 0;
|
|
28511
28511
|
exports.PKG_NAME = "@hpcc-js/dgrid-shim";
|
|
28512
|
-
exports.PKG_VERSION = "2.
|
|
28513
|
-
exports.BUILD_VERSION = "2.
|
|
28512
|
+
exports.PKG_VERSION = "2.26.0";
|
|
28513
|
+
exports.BUILD_VERSION = "2.107.0";
|
|
28514
28514
|
|
|
28515
28515
|
|
|
28516
28516
|
/***/ }),
|
|
@@ -28708,9 +28708,9 @@
|
|
|
28708
28708
|
|
|
28709
28709
|
/***/ }),
|
|
28710
28710
|
|
|
28711
|
-
/***/
|
|
28711
|
+
/***/ 7694:
|
|
28712
28712
|
/*!******************************************************************!*\
|
|
28713
|
-
!*** ../../../../../../../tmp/tmp-
|
|
28713
|
+
!*** ../../../../../../../tmp/tmp-5723w0Rs6IaIskBO/dojo/dojo.js ***!
|
|
28714
28714
|
\******************************************************************/
|
|
28715
28715
|
/***/ ((module) => {
|
|
28716
28716
|
|
|
@@ -29252,7 +29252,7 @@
|
|
|
29252
29252
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
29253
29253
|
PERFORMANCE OF THIS SOFTWARE.
|
|
29254
29254
|
***************************************************************************** */
|
|
29255
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
29255
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
29256
29256
|
|
|
29257
29257
|
var extendStatics = function(d, b) {
|
|
29258
29258
|
extendStatics = Object.setPrototypeOf ||
|
|
@@ -29359,8 +29359,8 @@
|
|
|
29359
29359
|
}
|
|
29360
29360
|
|
|
29361
29361
|
function __generator(thisArg, body) {
|
|
29362
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
29363
|
-
return g =
|
|
29362
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
|
29363
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
29364
29364
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
29365
29365
|
function step(op) {
|
|
29366
29366
|
if (f) throw new TypeError("Generator is already executing.");
|
|
@@ -29464,7 +29464,7 @@
|
|
|
29464
29464
|
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
29465
29465
|
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
29466
29466
|
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
29467
|
-
return i =
|
|
29467
|
+
return i = Object.create((typeof AsyncIterator === "function" ? AsyncIterator : Object).prototype), verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
29468
29468
|
function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }
|
|
29469
29469
|
function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }
|
|
29470
29470
|
function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
|
|
@@ -29561,17 +29561,22 @@
|
|
|
29561
29561
|
env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
|
|
29562
29562
|
env.hasError = true;
|
|
29563
29563
|
}
|
|
29564
|
+
var r, s = 0;
|
|
29564
29565
|
function next() {
|
|
29565
|
-
while (env.stack.
|
|
29566
|
-
var rec = env.stack.pop();
|
|
29566
|
+
while (r = env.stack.pop()) {
|
|
29567
29567
|
try {
|
|
29568
|
-
|
|
29569
|
-
if (
|
|
29568
|
+
if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);
|
|
29569
|
+
if (r.dispose) {
|
|
29570
|
+
var result = r.dispose.call(r.value);
|
|
29571
|
+
if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });
|
|
29572
|
+
}
|
|
29573
|
+
else s |= 1;
|
|
29570
29574
|
}
|
|
29571
29575
|
catch (e) {
|
|
29572
|
-
|
|
29576
|
+
fail(e);
|
|
29573
29577
|
}
|
|
29574
29578
|
}
|
|
29579
|
+
if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();
|
|
29575
29580
|
if (env.hasError) throw env.error;
|
|
29576
29581
|
}
|
|
29577
29582
|
return next();
|
|
@@ -29940,7 +29945,7 @@
|
|
|
29940
29945
|
/******/ "dojo/_base/query":4203,
|
|
29941
29946
|
/******/ "dojo/_base/NodeList":6659,
|
|
29942
29947
|
/******/ "dojo/NodeList-dom":8288
|
|
29943
|
-
/******/ // "/tmp/tmp-
|
|
29948
|
+
/******/ // "/tmp/tmp-5723w0Rs6IaIskBO/dojo/dojo.js" = 7694
|
|
29944
29949
|
/******/ });
|
|
29945
29950
|
/******/
|
|
29946
29951
|
/******/ globalObj.require = req;
|
|
@@ -29976,7 +29981,7 @@
|
|
|
29976
29981
|
/******/ return url;
|
|
29977
29982
|
/******/ })}));
|
|
29978
29983
|
/******/ var defaultConfig = ({'hasCache':({'webpack':1,'host-browser':1,'dom':1,'dojo-loader':1,'dojo-has-api':1,'dojo-dom-ready-api':1,'dojo-sniff':1,'dojo-test-sniff':1,'config-deferredInstrumentation':1,'config-tlmSiblingOfDojo':1}),'paths':({'js':'js','theme':'theme','css':'//chuckdumont.github.io/dojo-css-plugin/1.0.0/css'}),'pathsMapProg':[['theme','theme',/^theme(\/|$)/,5],['css','//chuckdumont.github.io/dojo-css-plugin/1.0.0/css',/^css(\/|$)/,3],['js','js',/^js(\/|$)/,2]],'packs':({'dojo':({'main':'main','name':'dojo','location':'./dist/dojo','lib':'.'}),'dijit':({'main':'main','name':'dijit','location':'./dist/dijit','lib':'.'}),'dojox':({'main':'main','name':'dojox','location':'./dist/dojox','lib':'.'}),'dijit-themes':({'main':'main','name':'dijit-themes','location':'./dist/dijit-themes','lib':'.'}),'dgrid':({'main':'main','name':'dgrid','location':'./dist/dgrid','lib':'.'}),'dstore':({'main':'main','name':'dstore','location':'./dist/dojo-dstore','lib':'.'})}),'aliases':[],'mapProgs':[],'cacheBust':undefined,'modules':({}),'cache':({})});
|
|
29979
|
-
/******/ var dojoLoader = __webpack_require__(
|
|
29984
|
+
/******/ var dojoLoader = __webpack_require__(7694);
|
|
29980
29985
|
/******/ dojoLoader.call(loaderScope, userConfig, defaultConfig, loaderScope, loaderScope);
|
|
29981
29986
|
/******/ loaderScope.require.baseUrl = "./";
|
|
29982
29987
|
/******/ Object.keys(loaderScope.require.packs).forEach(function(key) {
|