@hpcc-js/dgrid 2.32.18 → 2.32.20
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 +9 -9
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +9 -9
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +6 -6
- package/dist/index.min.js.map +1 -1
- package/package.json +4 -4
- 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,8 +2,8 @@ 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.105.
|
|
5
|
+
var PKG_VERSION = "2.32.20";
|
|
6
|
+
var BUILD_VERSION = "2.105.9";
|
|
7
7
|
|
|
8
8
|
/******************************************************************************
|
|
9
9
|
Copyright (c) Microsoft Corporation.
|
|
@@ -28507,8 +28507,8 @@ __webpack_require__.dj.r;var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_
|
|
|
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.24.
|
|
28511
|
-
exports.BUILD_VERSION = "2.105.
|
|
28510
|
+
exports.PKG_VERSION = "2.24.10";
|
|
28511
|
+
exports.BUILD_VERSION = "2.105.9";
|
|
28512
28512
|
|
|
28513
28513
|
|
|
28514
28514
|
/***/ }),
|
|
@@ -28651,7 +28651,7 @@ exports.Pagination = declare([DGridPagination], {
|
|
|
28651
28651
|
if (total >= UNKNOWN_NUM_ROWS) {
|
|
28652
28652
|
query(".dgrid-page-link:last-child", this.paginationNavigationNode).forEach(function (link) {
|
|
28653
28653
|
domClass.toggle(link, "dgrid-page-disabled", true);
|
|
28654
|
-
if (parseInt(link.innerText, 10)
|
|
28654
|
+
if (!isNaN(parseInt(link.innerText, 10))) {
|
|
28655
28655
|
link.innerText = "???";
|
|
28656
28656
|
}
|
|
28657
28657
|
link.tabIndex = -1;
|
|
@@ -28706,9 +28706,9 @@ exports.PagingGrid.prototype.i18nPagination = nlsPagination.root;
|
|
|
28706
28706
|
|
|
28707
28707
|
/***/ }),
|
|
28708
28708
|
|
|
28709
|
-
/***/
|
|
28709
|
+
/***/ 8118:
|
|
28710
28710
|
/*!******************************************************************!*\
|
|
28711
|
-
!*** ../../../../../../../tmp/tmp-
|
|
28711
|
+
!*** ../../../../../../../tmp/tmp-3337FzUEaogFOMrh/dojo/dojo.js ***!
|
|
28712
28712
|
\******************************************************************/
|
|
28713
28713
|
/***/ ((module) => {
|
|
28714
28714
|
|
|
@@ -29935,7 +29935,7 @@ function __disposeResources(env) {
|
|
|
29935
29935
|
/******/ "dojo/_base/query":4203,
|
|
29936
29936
|
/******/ "dojo/_base/NodeList":6659,
|
|
29937
29937
|
/******/ "dojo/NodeList-dom":8288
|
|
29938
|
-
/******/ // "/tmp/tmp-
|
|
29938
|
+
/******/ // "/tmp/tmp-3337FzUEaogFOMrh/dojo/dojo.js" = 8118
|
|
29939
29939
|
/******/ });
|
|
29940
29940
|
/******/
|
|
29941
29941
|
/******/ globalObj.require = req;
|
|
@@ -29971,7 +29971,7 @@ function __disposeResources(env) {
|
|
|
29971
29971
|
/******/ return url;
|
|
29972
29972
|
/******/ })}));
|
|
29973
29973
|
/******/ 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':({})});
|
|
29974
|
-
/******/ var dojoLoader = __webpack_require__(
|
|
29974
|
+
/******/ var dojoLoader = __webpack_require__(8118);
|
|
29975
29975
|
/******/ dojoLoader.call(loaderScope, userConfig, defaultConfig, loaderScope, loaderScope);
|
|
29976
29976
|
/******/ loaderScope.require.baseUrl = "./";
|
|
29977
29977
|
/******/ Object.keys(loaderScope.require.packs).forEach(function(key) {
|