@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.js CHANGED
@@ -4,10 +4,10 @@
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.32.0";
8
- var BUILD_VERSION = "2.104.0";
7
+ var PKG_VERSION = "2.32.2";
8
+ var BUILD_VERSION = "2.104.5";
9
9
 
10
- /*! *****************************************************************************
10
+ /******************************************************************************
11
11
  Copyright (c) Microsoft Corporation.
12
12
 
13
13
  Permission to use, copy, modify, and/or distribute this software for any
@@ -17855,7 +17855,7 @@
17855
17855
  // - flag: String: Descriptor flag. If total version is "1.2.0beta1", will be "beta1"
17856
17856
  // - revision: Number: The Git rev from which dojo was pulled
17857
17857
 
17858
- major: 1, minor: 17, patch: 2, flag: "",
17858
+ major: 1, minor: 17, patch: 3, flag: "",
17859
17859
  revision: rev ? rev[0] : NaN,
17860
17860
  toString: function(){
17861
17861
  var v = dojo.version;
@@ -28509,6 +28509,7 @@
28509
28509
  /* harmony export */ "__await": () => (/* binding */ __await),
28510
28510
  /* harmony export */ "__awaiter": () => (/* binding */ __awaiter),
28511
28511
  /* harmony export */ "__classPrivateFieldGet": () => (/* binding */ __classPrivateFieldGet),
28512
+ /* harmony export */ "__classPrivateFieldIn": () => (/* binding */ __classPrivateFieldIn),
28512
28513
  /* harmony export */ "__classPrivateFieldSet": () => (/* binding */ __classPrivateFieldSet),
28513
28514
  /* harmony export */ "__createBinding": () => (/* binding */ __createBinding),
28514
28515
  /* harmony export */ "__decorate": () => (/* binding */ __decorate),
@@ -28527,7 +28528,7 @@
28527
28528
  /* harmony export */ "__spreadArrays": () => (/* binding */ __spreadArrays),
28528
28529
  /* harmony export */ "__values": () => (/* binding */ __values)
28529
28530
  /* harmony export */ });
28530
- /*! *****************************************************************************
28531
+ /******************************************************************************
28531
28532
  Copyright (c) Microsoft Corporation.
28532
28533
 
28533
28534
  Permission to use, copy, modify, and/or distribute this software for any
@@ -28636,7 +28637,11 @@
28636
28637
 
28637
28638
  var __createBinding = Object.create ? (function(o, m, k, k2) {
28638
28639
  if (k2 === undefined) k2 = k;
28639
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
28640
+ var desc = Object.getOwnPropertyDescriptor(m, k);
28641
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
28642
+ desc = { enumerable: true, get: function() { return m[k]; } };
28643
+ }
28644
+ Object.defineProperty(o, k2, desc);
28640
28645
  }) : (function(o, m, k, k2) {
28641
28646
  if (k2 === undefined) k2 = k;
28642
28647
  o[k2] = m[k];
@@ -28765,6 +28770,11 @@
28765
28770
  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");
28766
28771
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
28767
28772
  }
28773
+
28774
+ function __classPrivateFieldIn(state, receiver) {
28775
+ if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object");
28776
+ return typeof state === "function" ? receiver === state : state.has(receiver);
28777
+ }
28768
28778
 
28769
28779
 
28770
28780
  /***/ }),
@@ -28778,8 +28788,8 @@
28778
28788
  Object.defineProperty(exports, "__esModule", ({ value: true }));
28779
28789
  exports.BUILD_VERSION = exports.PKG_VERSION = exports.PKG_NAME = void 0;
28780
28790
  exports.PKG_NAME = "@hpcc-js/dgrid-shim";
28781
- exports.PKG_VERSION = "2.24.0";
28782
- exports.BUILD_VERSION = "2.104.0";
28791
+ exports.PKG_VERSION = "2.24.2";
28792
+ exports.BUILD_VERSION = "2.104.5";
28783
28793
 
28784
28794
 
28785
28795
  /***/ }),
@@ -28959,13 +28969,13 @@
28959
28969
 
28960
28970
  /***/ }),
28961
28971
 
28962
- /***/ 1454:
28972
+ /***/ 3160:
28963
28973
  /*!******************************************************************!*\
28964
- !*** ../../../../../../../tmp/tmp-2963kNZiAwQk51fG/dojo/dojo.js ***!
28974
+ !*** ../../../../../../../tmp/tmp-30761Eq4eBBbYgrW/dojo/dojo.js ***!
28965
28975
  \******************************************************************/
28966
28976
  /***/ ((module) => {
28967
28977
 
28968
- module.exports = function(userConfig, defaultConfig, global, window) { this.loaderVersion = "1.17.2"; (function(
28978
+ module.exports = function(userConfig, defaultConfig, global, window) { this.loaderVersion = "1.17.3"; (function(
28969
28979
  userConfig,
28970
28980
  defaultConfig
28971
28981
  ){
@@ -29248,6 +29258,8 @@
29248
29258
  = {};
29249
29259
 
29250
29260
  var match; {
29261
+ // no config API, assume defaultConfig has everything the loader needs...for the entire lifetime of the application
29262
+ defaultConfig.paths;
29251
29263
  pathsMapProg = defaultConfig.pathsMapProg;
29252
29264
  packs = defaultConfig.packs;
29253
29265
  aliases = defaultConfig.aliases;
@@ -29777,7 +29789,7 @@
29777
29789
  /******/ "dojo/_base/query":6118,
29778
29790
  /******/ "dojo/_base/NodeList":1812,
29779
29791
  /******/ "dojo/NodeList-dom":8288
29780
- /******/ // "/tmp/tmp-2963kNZiAwQk51fG/dojo/dojo.js" = 1454
29792
+ /******/ // "/tmp/tmp-30761Eq4eBBbYgrW/dojo/dojo.js" = 3160
29781
29793
  /******/ });
29782
29794
  /******/
29783
29795
  /******/ globalObj.require = req;
@@ -29813,7 +29825,7 @@
29813
29825
  /******/ return url;
29814
29826
  /******/ })}));
29815
29827
  /******/ 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':({})});
29816
- /******/ var dojoLoader = __webpack_require__(1454);
29828
+ /******/ var dojoLoader = __webpack_require__(3160);
29817
29829
  /******/ dojoLoader.call(loaderScope, userConfig, defaultConfig, loaderScope, loaderScope);
29818
29830
  /******/ loaderScope.require.baseUrl = "./";
29819
29831
  /******/ Object.keys(loaderScope.require.packs).forEach(function(key) {