@hpcc-js/dgrid-shim 2.26.0 → 3.1.1
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 +33 -8
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +3 -340
- package/dist/index.min.js.LICENSE.txt +1 -1
- package/dist/index.min.js.map +1 -0
- package/package.json +8 -5
package/dist/index.js
CHANGED
|
@@ -28812,9 +28812,9 @@ exports.Pagination = declare([DGridPagination], {
|
|
|
28812
28812
|
return results;
|
|
28813
28813
|
});
|
|
28814
28814
|
},
|
|
28815
|
-
_updateNavigation: function (total) {
|
|
28815
|
+
_updateNavigation: function _updateNavigation(total) {
|
|
28816
28816
|
var _a;
|
|
28817
|
-
this.inherited(arguments);
|
|
28817
|
+
this.inherited(_updateNavigation, arguments);
|
|
28818
28818
|
if (total >= UNKNOWN_NUM_ROWS) {
|
|
28819
28819
|
query(".dgrid-page-link:last-child", this.paginationNavigationNode).forEach(function (link) {
|
|
28820
28820
|
domClass.toggle(link, "dgrid-page-disabled", true);
|
|
@@ -28875,9 +28875,9 @@ exports.PagingGrid.prototype.i18nPagination = nlsPagination.root;
|
|
|
28875
28875
|
|
|
28876
28876
|
/***/ }),
|
|
28877
28877
|
|
|
28878
|
-
/***/
|
|
28878
|
+
/***/ 2665:
|
|
28879
28879
|
/*!******************************************************************!*\
|
|
28880
|
-
!*** ../../../../../../../tmp/tmp-
|
|
28880
|
+
!*** ../../../../../../../tmp/tmp-3306d6lhB9C6gFit/dojo/dojo.js ***!
|
|
28881
28881
|
\******************************************************************/
|
|
28882
28882
|
/***/ ((module) => {
|
|
28883
28883
|
|
|
@@ -29502,6 +29502,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29502
29502
|
/* harmony export */ __propKey: () => (/* binding */ __propKey),
|
|
29503
29503
|
/* harmony export */ __read: () => (/* binding */ __read),
|
|
29504
29504
|
/* harmony export */ __rest: () => (/* binding */ __rest),
|
|
29505
|
+
/* harmony export */ __rewriteRelativeImportExtension: () => (/* binding */ __rewriteRelativeImportExtension),
|
|
29505
29506
|
/* harmony export */ __runInitializers: () => (/* binding */ __runInitializers),
|
|
29506
29507
|
/* harmony export */ __setFunctionName: () => (/* binding */ __setFunctionName),
|
|
29507
29508
|
/* harmony export */ __spread: () => (/* binding */ __spread),
|
|
@@ -29775,10 +29776,19 @@ var __setModuleDefault = Object.create ? (function(o, v) {
|
|
|
29775
29776
|
o["default"] = v;
|
|
29776
29777
|
};
|
|
29777
29778
|
|
|
29779
|
+
var ownKeys = function(o) {
|
|
29780
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
29781
|
+
var ar = [];
|
|
29782
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
29783
|
+
return ar;
|
|
29784
|
+
};
|
|
29785
|
+
return ownKeys(o);
|
|
29786
|
+
};
|
|
29787
|
+
|
|
29778
29788
|
function __importStar(mod) {
|
|
29779
29789
|
if (mod && mod.__esModule) return mod;
|
|
29780
29790
|
var result = {};
|
|
29781
|
-
if (mod != null) for (var k
|
|
29791
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
29782
29792
|
__setModuleDefault(result, mod);
|
|
29783
29793
|
return result;
|
|
29784
29794
|
}
|
|
@@ -29859,12 +29869,25 @@ function __disposeResources(env) {
|
|
|
29859
29869
|
return next();
|
|
29860
29870
|
}
|
|
29861
29871
|
|
|
29872
|
+
function __rewriteRelativeImportExtension(path, preserveJsx) {
|
|
29873
|
+
if (typeof path === "string" && /^\.\.?\//.test(path)) {
|
|
29874
|
+
return path.replace(/\.(tsx)$|((?:\.d)?)((?:\.[^./]+?)?)\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) {
|
|
29875
|
+
return tsx ? preserveJsx ? ".jsx" : ".js" : d && (!ext || !cm) ? m : (d + ext + "." + cm.toLowerCase() + "js");
|
|
29876
|
+
});
|
|
29877
|
+
}
|
|
29878
|
+
return path;
|
|
29879
|
+
}
|
|
29880
|
+
|
|
29862
29881
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
|
|
29863
29882
|
__extends,
|
|
29864
29883
|
__assign,
|
|
29865
29884
|
__rest,
|
|
29866
29885
|
__decorate,
|
|
29867
29886
|
__param,
|
|
29887
|
+
__esDecorate,
|
|
29888
|
+
__runInitializers,
|
|
29889
|
+
__propKey,
|
|
29890
|
+
__setFunctionName,
|
|
29868
29891
|
__metadata,
|
|
29869
29892
|
__awaiter,
|
|
29870
29893
|
__generator,
|
|
@@ -29887,6 +29910,7 @@ function __disposeResources(env) {
|
|
|
29887
29910
|
__classPrivateFieldIn,
|
|
29888
29911
|
__addDisposableResource,
|
|
29889
29912
|
__disposeResources,
|
|
29913
|
+
__rewriteRelativeImportExtension,
|
|
29890
29914
|
});
|
|
29891
29915
|
|
|
29892
29916
|
|
|
@@ -30227,7 +30251,7 @@ function __disposeResources(env) {
|
|
|
30227
30251
|
/******/ "dojo/_base/query":4203,
|
|
30228
30252
|
/******/ "dojo/_base/NodeList":6659,
|
|
30229
30253
|
/******/ "dojo/NodeList-dom":8288
|
|
30230
|
-
/******/ // "/tmp/tmp-
|
|
30254
|
+
/******/ // "/tmp/tmp-3306d6lhB9C6gFit/dojo/dojo.js" = 2665
|
|
30231
30255
|
/******/ });
|
|
30232
30256
|
/******/
|
|
30233
30257
|
/******/ globalObj.require = req;
|
|
@@ -30263,7 +30287,7 @@ function __disposeResources(env) {
|
|
|
30263
30287
|
/******/ return url;
|
|
30264
30288
|
/******/ })}));
|
|
30265
30289
|
/******/ 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':({})});
|
|
30266
|
-
/******/ var dojoLoader = __webpack_require__(
|
|
30290
|
+
/******/ var dojoLoader = __webpack_require__(2665);
|
|
30267
30291
|
/******/ dojoLoader.call(loaderScope, userConfig, defaultConfig, loaderScope, loaderScope);
|
|
30268
30292
|
/******/ loaderScope.require.baseUrl = "./";
|
|
30269
30293
|
/******/ Object.keys(loaderScope.require.packs).forEach(function(key) {
|
|
@@ -30329,4 +30353,5 @@ function __disposeResources(env) {
|
|
|
30329
30353
|
/******/ return __webpack_exports__;
|
|
30330
30354
|
/******/ })()
|
|
30331
30355
|
;
|
|
30332
|
-
});
|
|
30356
|
+
});
|
|
30357
|
+
//# sourceMappingURL=index.js.map
|