@hpcc-js/dgrid 2.32.0 → 2.32.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/dist/index.es6.js +25 -13
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +25 -13
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +7 -22
- package/dist/index.min.js.map +1 -1
- package/package.json +9 -9
- 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
|
@@ -2,10 +2,10 @@ import { publish, HTMLWidget, format, Palette, 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.32.
|
|
6
|
-
var BUILD_VERSION = "2.104.
|
|
5
|
+
var PKG_VERSION = "2.32.2";
|
|
6
|
+
var BUILD_VERSION = "2.104.5";
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
/******************************************************************************
|
|
9
9
|
Copyright (c) Microsoft Corporation.
|
|
10
10
|
|
|
11
11
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -17853,7 +17853,7 @@ __webpack_require__.dj.r;var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_
|
|
|
17853
17853
|
// - flag: String: Descriptor flag. If total version is "1.2.0beta1", will be "beta1"
|
|
17854
17854
|
// - revision: Number: The Git rev from which dojo was pulled
|
|
17855
17855
|
|
|
17856
|
-
major: 1, minor: 17, patch:
|
|
17856
|
+
major: 1, minor: 17, patch: 3, flag: "",
|
|
17857
17857
|
revision: rev ? rev[0] : NaN,
|
|
17858
17858
|
toString: function(){
|
|
17859
17859
|
var v = dojo.version;
|
|
@@ -28507,6 +28507,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28507
28507
|
/* harmony export */ "__await": () => (/* binding */ __await),
|
|
28508
28508
|
/* harmony export */ "__awaiter": () => (/* binding */ __awaiter),
|
|
28509
28509
|
/* harmony export */ "__classPrivateFieldGet": () => (/* binding */ __classPrivateFieldGet),
|
|
28510
|
+
/* harmony export */ "__classPrivateFieldIn": () => (/* binding */ __classPrivateFieldIn),
|
|
28510
28511
|
/* harmony export */ "__classPrivateFieldSet": () => (/* binding */ __classPrivateFieldSet),
|
|
28511
28512
|
/* harmony export */ "__createBinding": () => (/* binding */ __createBinding),
|
|
28512
28513
|
/* harmony export */ "__decorate": () => (/* binding */ __decorate),
|
|
@@ -28525,7 +28526,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
28525
28526
|
/* harmony export */ "__spreadArrays": () => (/* binding */ __spreadArrays),
|
|
28526
28527
|
/* harmony export */ "__values": () => (/* binding */ __values)
|
|
28527
28528
|
/* harmony export */ });
|
|
28528
|
-
|
|
28529
|
+
/******************************************************************************
|
|
28529
28530
|
Copyright (c) Microsoft Corporation.
|
|
28530
28531
|
|
|
28531
28532
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -28634,7 +28635,11 @@ function __generator(thisArg, body) {
|
|
|
28634
28635
|
|
|
28635
28636
|
var __createBinding = Object.create ? (function(o, m, k, k2) {
|
|
28636
28637
|
if (k2 === undefined) k2 = k;
|
|
28637
|
-
Object.
|
|
28638
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
28639
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
28640
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
28641
|
+
}
|
|
28642
|
+
Object.defineProperty(o, k2, desc);
|
|
28638
28643
|
}) : (function(o, m, k, k2) {
|
|
28639
28644
|
if (k2 === undefined) k2 = k;
|
|
28640
28645
|
o[k2] = m[k];
|
|
@@ -28763,6 +28768,11 @@ function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
|
|
28763
28768
|
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
28764
28769
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
28765
28770
|
}
|
|
28771
|
+
|
|
28772
|
+
function __classPrivateFieldIn(state, receiver) {
|
|
28773
|
+
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object");
|
|
28774
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
28775
|
+
}
|
|
28766
28776
|
|
|
28767
28777
|
|
|
28768
28778
|
/***/ }),
|
|
@@ -28776,8 +28786,8 @@ function __classPrivateFieldSet(receiver, state, value, kind, f) {
|
|
|
28776
28786
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
28777
28787
|
exports.BUILD_VERSION = exports.PKG_VERSION = exports.PKG_NAME = void 0;
|
|
28778
28788
|
exports.PKG_NAME = "@hpcc-js/dgrid-shim";
|
|
28779
|
-
exports.PKG_VERSION = "2.24.
|
|
28780
|
-
exports.BUILD_VERSION = "2.104.
|
|
28789
|
+
exports.PKG_VERSION = "2.24.2";
|
|
28790
|
+
exports.BUILD_VERSION = "2.104.5";
|
|
28781
28791
|
|
|
28782
28792
|
|
|
28783
28793
|
/***/ }),
|
|
@@ -28957,13 +28967,13 @@ exports.PagingGrid.prototype.i18nPagination = nlsPagination.root;
|
|
|
28957
28967
|
|
|
28958
28968
|
/***/ }),
|
|
28959
28969
|
|
|
28960
|
-
/***/
|
|
28970
|
+
/***/ 3160:
|
|
28961
28971
|
/*!******************************************************************!*\
|
|
28962
|
-
!*** ../../../../../../../tmp/tmp-
|
|
28972
|
+
!*** ../../../../../../../tmp/tmp-30761Eq4eBBbYgrW/dojo/dojo.js ***!
|
|
28963
28973
|
\******************************************************************/
|
|
28964
28974
|
/***/ ((module) => {
|
|
28965
28975
|
|
|
28966
|
-
module.exports = function(userConfig, defaultConfig, global, window) { this.loaderVersion = "1.17.
|
|
28976
|
+
module.exports = function(userConfig, defaultConfig, global, window) { this.loaderVersion = "1.17.3"; (function(
|
|
28967
28977
|
userConfig,
|
|
28968
28978
|
defaultConfig
|
|
28969
28979
|
){
|
|
@@ -29246,6 +29256,8 @@ module.exports = function(userConfig, defaultConfig, global, window) { this.load
|
|
|
29246
29256
|
= {};
|
|
29247
29257
|
|
|
29248
29258
|
var match; {
|
|
29259
|
+
// no config API, assume defaultConfig has everything the loader needs...for the entire lifetime of the application
|
|
29260
|
+
defaultConfig.paths;
|
|
29249
29261
|
pathsMapProg = defaultConfig.pathsMapProg;
|
|
29250
29262
|
packs = defaultConfig.packs;
|
|
29251
29263
|
aliases = defaultConfig.aliases;
|
|
@@ -29775,7 +29787,7 @@ module.exports = function(userConfig, defaultConfig, global, window) { this.load
|
|
|
29775
29787
|
/******/ "dojo/_base/query":6118,
|
|
29776
29788
|
/******/ "dojo/_base/NodeList":1812,
|
|
29777
29789
|
/******/ "dojo/NodeList-dom":8288
|
|
29778
|
-
/******/ // "/tmp/tmp-
|
|
29790
|
+
/******/ // "/tmp/tmp-30761Eq4eBBbYgrW/dojo/dojo.js" = 3160
|
|
29779
29791
|
/******/ });
|
|
29780
29792
|
/******/
|
|
29781
29793
|
/******/ globalObj.require = req;
|
|
@@ -29811,7 +29823,7 @@ module.exports = function(userConfig, defaultConfig, global, window) { this.load
|
|
|
29811
29823
|
/******/ return url;
|
|
29812
29824
|
/******/ })}));
|
|
29813
29825
|
/******/ 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':({})});
|
|
29814
|
-
/******/ var dojoLoader = __webpack_require__(
|
|
29826
|
+
/******/ var dojoLoader = __webpack_require__(3160);
|
|
29815
29827
|
/******/ dojoLoader.call(loaderScope, userConfig, defaultConfig, loaderScope, loaderScope);
|
|
29816
29828
|
/******/ loaderScope.require.baseUrl = "./";
|
|
29817
29829
|
/******/ Object.keys(loaderScope.require.packs).forEach(function(key) {
|