@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.es6.js
CHANGED
|
@@ -2,8 +2,8 @@ import { publish, HTMLWidget, Palette, format, select, PropertyExt } from '@hpcc
|
|
|
2
2
|
import { hashSum } from '@hpcc-js/util';
|
|
3
3
|
|
|
4
4
|
var PKG_NAME = "@hpcc-js/dgrid";
|
|
5
|
-
var PKG_VERSION = "2.
|
|
6
|
-
var BUILD_VERSION = "2.
|
|
5
|
+
var PKG_VERSION = "2.34.0";
|
|
6
|
+
var BUILD_VERSION = "2.107.0";
|
|
7
7
|
|
|
8
8
|
/******************************************************************************
|
|
9
9
|
Copyright (c) Microsoft Corporation.
|
|
@@ -19,7 +19,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
19
19
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
20
20
|
PERFORMANCE OF THIS SOFTWARE.
|
|
21
21
|
***************************************************************************** */
|
|
22
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
22
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
23
23
|
|
|
24
24
|
var extendStatics = function(d, b) {
|
|
25
25
|
extendStatics = Object.setPrototypeOf ||
|
|
@@ -17842,7 +17842,7 @@ var dist = {exports: {}};
|
|
|
17842
17842
|
|
|
17843
17843
|
// FIXME: dojo.baseUrl and dojo.config.baseUrl should be deprecated
|
|
17844
17844
|
dojo.baseUrl = dojo.config.baseUrl = require.baseUrl;
|
|
17845
|
-
dojo.isAsync = true
|
|
17845
|
+
dojo.isAsync = true;
|
|
17846
17846
|
dojo.locale = config.locale;
|
|
17847
17847
|
|
|
17848
17848
|
var rev = "$Rev:$".match(/[0-9a-f]{7,}/);
|
|
@@ -22764,7 +22764,7 @@ var dist = {exports: {}};
|
|
|
22764
22764
|
// The "pointermove"" event is only continuously emitted in a touch environment if
|
|
22765
22765
|
// the target node's "touch-action"" CSS property is set to "none"
|
|
22766
22766
|
// https://www.w3.org/TR/pointerevents/#the-touch-action-css-property
|
|
22767
|
-
has.add("touch-action", false
|
|
22767
|
+
has.add("touch-action", false);
|
|
22768
22768
|
|
|
22769
22769
|
// I don't know if any of these tests are really correct, just a rough guess
|
|
22770
22770
|
has.add("device-width", screen.availWidth || innerWidth);
|
|
@@ -24110,7 +24110,7 @@ var dist = {exports: {}};
|
|
|
24110
24110
|
if(has("dom")){ // check to make sure we are in a browser, this module should work anywhere
|
|
24111
24111
|
var major = window.ScriptEngineMajorVersion;
|
|
24112
24112
|
has.add("jscript", major && (major() + ScriptEngineMinorVersion() / 10));
|
|
24113
|
-
has.add("event-orientationchange", false
|
|
24113
|
+
has.add("event-orientationchange", false); // TODO: how do we detect this?
|
|
24114
24114
|
has.add("event-stopimmediatepropagation", window.Event && !!window.Event.prototype && !!window.Event.prototype.stopImmediatePropagation);
|
|
24115
24115
|
has.add("event-focusin", function(global, doc, element){
|
|
24116
24116
|
return 'onfocusin' in element;
|
|
@@ -28507,8 +28507,8 @@ var dist = {exports: {}};
|
|
|
28507
28507
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28508
28508
|
exports.BUILD_VERSION = exports.PKG_VERSION = exports.PKG_NAME = void 0;
|
|
28509
28509
|
exports.PKG_NAME = "@hpcc-js/dgrid-shim";
|
|
28510
|
-
exports.PKG_VERSION = "2.
|
|
28511
|
-
exports.BUILD_VERSION = "2.
|
|
28510
|
+
exports.PKG_VERSION = "2.26.0";
|
|
28511
|
+
exports.BUILD_VERSION = "2.107.0";
|
|
28512
28512
|
|
|
28513
28513
|
|
|
28514
28514
|
/***/ }),
|
|
@@ -28706,9 +28706,9 @@ var dist = {exports: {}};
|
|
|
28706
28706
|
|
|
28707
28707
|
/***/ }),
|
|
28708
28708
|
|
|
28709
|
-
/***/
|
|
28709
|
+
/***/ 7694:
|
|
28710
28710
|
/*!******************************************************************!*\
|
|
28711
|
-
!*** ../../../../../../../tmp/tmp-
|
|
28711
|
+
!*** ../../../../../../../tmp/tmp-5723w0Rs6IaIskBO/dojo/dojo.js ***!
|
|
28712
28712
|
\******************************************************************/
|
|
28713
28713
|
/***/ ((module) => {
|
|
28714
28714
|
|
|
@@ -29250,7 +29250,7 @@ var dist = {exports: {}};
|
|
|
29250
29250
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
29251
29251
|
PERFORMANCE OF THIS SOFTWARE.
|
|
29252
29252
|
***************************************************************************** */
|
|
29253
|
-
/* global Reflect, Promise, SuppressedError, Symbol */
|
|
29253
|
+
/* global Reflect, Promise, SuppressedError, Symbol, Iterator */
|
|
29254
29254
|
|
|
29255
29255
|
var extendStatics = function(d, b) {
|
|
29256
29256
|
extendStatics = Object.setPrototypeOf ||
|
|
@@ -29357,8 +29357,8 @@ var dist = {exports: {}};
|
|
|
29357
29357
|
}
|
|
29358
29358
|
|
|
29359
29359
|
function __generator(thisArg, body) {
|
|
29360
|
-
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
29361
|
-
return g =
|
|
29360
|
+
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);
|
|
29361
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
29362
29362
|
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
29363
29363
|
function step(op) {
|
|
29364
29364
|
if (f) throw new TypeError("Generator is already executing.");
|
|
@@ -29462,7 +29462,7 @@ var dist = {exports: {}};
|
|
|
29462
29462
|
function __asyncGenerator(thisArg, _arguments, generator) {
|
|
29463
29463
|
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
29464
29464
|
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
29465
|
-
return i =
|
|
29465
|
+
return i = Object.create((typeof AsyncIterator === "function" ? AsyncIterator : Object).prototype), verb("next"), verb("throw"), verb("return", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
29466
29466
|
function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }
|
|
29467
29467
|
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]); } }
|
|
29468
29468
|
function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
|
|
@@ -29559,17 +29559,22 @@ var dist = {exports: {}};
|
|
|
29559
29559
|
env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
|
|
29560
29560
|
env.hasError = true;
|
|
29561
29561
|
}
|
|
29562
|
+
var r, s = 0;
|
|
29562
29563
|
function next() {
|
|
29563
|
-
while (env.stack.
|
|
29564
|
-
var rec = env.stack.pop();
|
|
29564
|
+
while (r = env.stack.pop()) {
|
|
29565
29565
|
try {
|
|
29566
|
-
|
|
29567
|
-
if (
|
|
29566
|
+
if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);
|
|
29567
|
+
if (r.dispose) {
|
|
29568
|
+
var result = r.dispose.call(r.value);
|
|
29569
|
+
if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });
|
|
29570
|
+
}
|
|
29571
|
+
else s |= 1;
|
|
29568
29572
|
}
|
|
29569
29573
|
catch (e) {
|
|
29570
|
-
|
|
29574
|
+
fail(e);
|
|
29571
29575
|
}
|
|
29572
29576
|
}
|
|
29577
|
+
if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();
|
|
29573
29578
|
if (env.hasError) throw env.error;
|
|
29574
29579
|
}
|
|
29575
29580
|
return next();
|
|
@@ -29938,7 +29943,7 @@ var dist = {exports: {}};
|
|
|
29938
29943
|
/******/ "dojo/_base/query":4203,
|
|
29939
29944
|
/******/ "dojo/_base/NodeList":6659,
|
|
29940
29945
|
/******/ "dojo/NodeList-dom":8288
|
|
29941
|
-
/******/ // "/tmp/tmp-
|
|
29946
|
+
/******/ // "/tmp/tmp-5723w0Rs6IaIskBO/dojo/dojo.js" = 7694
|
|
29942
29947
|
/******/ });
|
|
29943
29948
|
/******/
|
|
29944
29949
|
/******/ globalObj.require = req;
|
|
@@ -29974,7 +29979,7 @@ var dist = {exports: {}};
|
|
|
29974
29979
|
/******/ return url;
|
|
29975
29980
|
/******/ })}));
|
|
29976
29981
|
/******/ 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':({})});
|
|
29977
|
-
/******/ var dojoLoader = __webpack_require__(
|
|
29982
|
+
/******/ var dojoLoader = __webpack_require__(7694);
|
|
29978
29983
|
/******/ dojoLoader.call(loaderScope, userConfig, defaultConfig, loaderScope, loaderScope);
|
|
29979
29984
|
/******/ loaderScope.require.baseUrl = "./";
|
|
29980
29985
|
/******/ Object.keys(loaderScope.require.packs).forEach(function(key) {
|