jqwidgets-ng 22.0.0 → 22.0.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.
Files changed (89) hide show
  1. package/jqwidgets/jqx-all.js +98 -3335
  2. package/jqwidgets/jqxbarcode.js +12 -0
  3. package/jqwidgets/jqxcheckboxgroup.js +12 -0
  4. package/jqwidgets/jqxcore.js +1 -1
  5. package/jqwidgets/jqxgrid.export.js +1 -831
  6. package/jqwidgets/jqxqrcode.js +12 -0
  7. package/jqwidgets/jqxradiobuttongroup.js +12 -0
  8. package/jqwidgets/jqxsplitlayout.js +1 -2456
  9. package/jqwidgets/modules/jqxbarcode.js +24 -14
  10. package/jqwidgets/modules/jqxbargauge.js +26 -16
  11. package/jqwidgets/modules/jqxbulletchart.js +28 -18
  12. package/jqwidgets/modules/jqxbuttongroup.js +26 -16
  13. package/jqwidgets/modules/jqxbuttons.js +24 -14
  14. package/jqwidgets/modules/jqxcalendar.js +30 -20
  15. package/jqwidgets/modules/jqxchart.js +38 -28
  16. package/jqwidgets/modules/jqxcheckbox.js +28 -18
  17. package/jqwidgets/modules/jqxcheckboxgroup.js +28 -18
  18. package/jqwidgets/modules/jqxcolorpicker.js +30 -20
  19. package/jqwidgets/modules/jqxcombobox.js +34 -24
  20. package/jqwidgets/modules/jqxcomplexinput.js +26 -16
  21. package/jqwidgets/modules/jqxdatatable.js +54 -44
  22. package/jqwidgets/modules/jqxdatetimeinput.js +48 -38
  23. package/jqwidgets/modules/jqxdocking.js +28 -18
  24. package/jqwidgets/modules/jqxdockinglayout.js +36 -26
  25. package/jqwidgets/modules/jqxdockpanel.js +26 -16
  26. package/jqwidgets/modules/jqxdragdrop.js +28 -18
  27. package/jqwidgets/modules/jqxdraw.js +24 -14
  28. package/jqwidgets/modules/jqxdropdownbutton.js +26 -16
  29. package/jqwidgets/modules/jqxdropdownlist.js +46 -36
  30. package/jqwidgets/modules/jqxeditor.js +58 -48
  31. package/jqwidgets/modules/jqxexpander.js +32 -22
  32. package/jqwidgets/modules/jqxfileupload.js +28 -18
  33. package/jqwidgets/modules/jqxform.js +56 -46
  34. package/jqwidgets/modules/jqxformattedinput.js +48 -38
  35. package/jqwidgets/modules/jqxgantt.js +26 -16
  36. package/jqwidgets/modules/jqxgauge.js +30 -20
  37. package/jqwidgets/modules/jqxgrid.js +80 -70
  38. package/jqwidgets/modules/jqxheatmap.js +26 -16
  39. package/jqwidgets/modules/jqxinput.js +28 -18
  40. package/jqwidgets/modules/jqxkanban.js +58 -48
  41. package/jqwidgets/modules/jqxknob.js +28 -18
  42. package/jqwidgets/modules/jqxlayout.js +36 -26
  43. package/jqwidgets/modules/jqxlineargauge.js +30 -20
  44. package/jqwidgets/modules/jqxlinkbutton.js +24 -14
  45. package/jqwidgets/modules/jqxlistbox.js +38 -28
  46. package/jqwidgets/modules/jqxlistmenu.js +54 -44
  47. package/jqwidgets/modules/jqxloader.js +24 -14
  48. package/jqwidgets/modules/jqxmaskedinput.js +24 -14
  49. package/jqwidgets/modules/jqxmenu.js +36 -26
  50. package/jqwidgets/modules/jqxnavbar.js +32 -22
  51. package/jqwidgets/modules/jqxnavigationbar.js +40 -30
  52. package/jqwidgets/modules/jqxnotification.js +32 -22
  53. package/jqwidgets/modules/jqxnumberinput.js +38 -28
  54. package/jqwidgets/modules/jqxpanel.js +30 -20
  55. package/jqwidgets/modules/jqxpasswordinput.js +32 -22
  56. package/jqwidgets/modules/jqxpivotdesigner.js +62 -52
  57. package/jqwidgets/modules/jqxpivotgrid.js +62 -52
  58. package/jqwidgets/modules/jqxpopover.js +26 -16
  59. package/jqwidgets/modules/jqxprogressbar.js +24 -14
  60. package/jqwidgets/modules/jqxqrcode.js +32 -22
  61. package/jqwidgets/modules/jqxradiobutongroup.js +28 -18
  62. package/jqwidgets/modules/jqxradiobutton.js +26 -16
  63. package/jqwidgets/modules/jqxrangeselector.js +28 -18
  64. package/jqwidgets/modules/jqxrating.js +26 -16
  65. package/jqwidgets/modules/jqxrepeatbutton.js +24 -14
  66. package/jqwidgets/modules/jqxresponsivepanel.js +26 -16
  67. package/jqwidgets/modules/jqxribbon.js +28 -18
  68. package/jqwidgets/modules/jqxscheduler.js +64 -54
  69. package/jqwidgets/modules/jqxscrollbar.js +26 -16
  70. package/jqwidgets/modules/jqxscrollview.js +26 -16
  71. package/jqwidgets/modules/jqxslider.js +26 -16
  72. package/jqwidgets/modules/jqxsortable.js +26 -16
  73. package/jqwidgets/modules/jqxsplitlayout.js +24 -14
  74. package/jqwidgets/modules/jqxsplitter.js +26 -16
  75. package/jqwidgets/modules/jqxswitchbutton.js +30 -20
  76. package/jqwidgets/modules/jqxtabs.js +38 -28
  77. package/jqwidgets/modules/jqxtagcloud.js +32 -22
  78. package/jqwidgets/modules/jqxtextarea.js +32 -22
  79. package/jqwidgets/modules/jqxtimeline.js +24 -14
  80. package/jqwidgets/modules/jqxtimepicker.js +26 -16
  81. package/jqwidgets/modules/jqxtogglebutton.js +24 -14
  82. package/jqwidgets/modules/jqxtoolbar.js +56 -46
  83. package/jqwidgets/modules/jqxtooltip.js +24 -14
  84. package/jqwidgets/modules/jqxtree.js +36 -26
  85. package/jqwidgets/modules/jqxtreegrid.js +56 -46
  86. package/jqwidgets/modules/jqxtreemap.js +28 -18
  87. package/jqwidgets/modules/jqxvalidator.js +30 -20
  88. package/jqwidgets/modules/jqxwindow.js +26 -16
  89. package/package.json +1 -1
@@ -4,6 +4,14 @@ Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://jqwidgets.com/license/ */
5
5
 
6
6
 
7
+ /******/ (() => { // webpackBootstrap
8
+ var __webpack_exports__ = {};
9
+
10
+ /* Release Date: Sep-17-2024
11
+ Copyright (c) 2011-2024 jQWidgets.
12
+ License: https://jqwidgets.com/license/ */
13
+
14
+
7
15
  /******/ (() => { // webpackBootstrap
8
16
  /******/ var __webpack_modules__ = ({
9
17
 
@@ -1196,7 +1204,7 @@ License: https://jqwidgets.com/license/ */
1196
1204
  /***/ }),
1197
1205
 
1198
1206
  /***/ 5459:
1199
- /***/ ((module, exports, __webpack_require__) => {
1207
+ /***/ ((module, exports, __nested_webpack_require_52089__) => {
1200
1208
 
1201
1209
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1202
1210
  /* eslint-disable */
@@ -9376,7 +9384,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9376
9384
  // file names, and JQXLite is normally delivered in a lowercase file name.
9377
9385
  // Do this after creating the global so that if an AMD module wants to call
9378
9386
  // noConflict to hide this version of JQXLite, it will work.
9379
- if ( true && __webpack_require__.amdO.JQXLite) {
9387
+ if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
9380
9388
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9381
9389
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9382
9390
  }
@@ -12579,7 +12587,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12579
12587
  /******/ var __webpack_module_cache__ = {};
12580
12588
  /******/
12581
12589
  /******/ // The require function
12582
- /******/ function __webpack_require__(moduleId) {
12590
+ /******/ function __nested_webpack_require_401080__(moduleId) {
12583
12591
  /******/ // Check if module is in cache
12584
12592
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12585
12593
  /******/ if (cachedModule !== undefined) {
@@ -12593,7 +12601,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12593
12601
  /******/ };
12594
12602
  /******/
12595
12603
  /******/ // Execute the module function
12596
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12604
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_401080__);
12597
12605
  /******/
12598
12606
  /******/ // Return the exports of the module
12599
12607
  /******/ return module.exports;
@@ -12602,17 +12610,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12602
12610
  /************************************************************************/
12603
12611
  /******/ /* webpack/runtime/amd options */
12604
12612
  /******/ (() => {
12605
- /******/ __webpack_require__.amdO = {};
12613
+ /******/ __nested_webpack_require_401080__.amdO = {};
12606
12614
  /******/ })();
12607
12615
  /******/
12608
12616
  /******/ /* webpack/runtime/compat get default export */
12609
12617
  /******/ (() => {
12610
12618
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12611
- /******/ __webpack_require__.n = (module) => {
12619
+ /******/ __nested_webpack_require_401080__.n = (module) => {
12612
12620
  /******/ var getter = module && module.__esModule ?
12613
12621
  /******/ () => (module['default']) :
12614
12622
  /******/ () => (module);
12615
- /******/ __webpack_require__.d(getter, { a: getter });
12623
+ /******/ __nested_webpack_require_401080__.d(getter, { a: getter });
12616
12624
  /******/ return getter;
12617
12625
  /******/ };
12618
12626
  /******/ })();
@@ -12620,9 +12628,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12620
12628
  /******/ /* webpack/runtime/define property getters */
12621
12629
  /******/ (() => {
12622
12630
  /******/ // define getter functions for harmony exports
12623
- /******/ __webpack_require__.d = (exports, definition) => {
12631
+ /******/ __nested_webpack_require_401080__.d = (exports, definition) => {
12624
12632
  /******/ for(var key in definition) {
12625
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12633
+ /******/ if(__nested_webpack_require_401080__.o(definition, key) && !__nested_webpack_require_401080__.o(exports, key)) {
12626
12634
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12627
12635
  /******/ }
12628
12636
  /******/ }
@@ -12631,7 +12639,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12631
12639
  /******/
12632
12640
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12633
12641
  /******/ (() => {
12634
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12642
+ /******/ __nested_webpack_require_401080__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12635
12643
  /******/ })();
12636
12644
  /******/
12637
12645
  /************************************************************************/
@@ -12639,13 +12647,15 @@ var __webpack_exports__ = {};
12639
12647
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12640
12648
  (() => {
12641
12649
  "use strict";
12642
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12643
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12644
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
12645
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
12650
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_401080__(5459);
12651
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_401080__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12652
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_401080__(7351);
12653
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_401080__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
12646
12654
 
12647
12655
 
12648
12656
  })();
12649
12657
 
12658
+ /******/ })()
12659
+ ;
12650
12660
  /******/ })()
12651
12661
  ;
@@ -4,6 +4,14 @@ Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://jqwidgets.com/license/ */
5
5
 
6
6
 
7
+ /******/ (() => { // webpackBootstrap
8
+ var __webpack_exports__ = {};
9
+
10
+ /* Release Date: Sep-17-2024
11
+ Copyright (c) 2011-2024 jQWidgets.
12
+ License: https://jqwidgets.com/license/ */
13
+
14
+
7
15
  /******/ (() => { // webpackBootstrap
8
16
  /******/ var __webpack_modules__ = ({
9
17
 
@@ -4295,7 +4303,7 @@ document.Globalize = Globalize;
4295
4303
  /***/ }),
4296
4304
 
4297
4305
  /***/ 5459:
4298
- /***/ ((module, exports, __webpack_require__) => {
4306
+ /***/ ((module, exports, __nested_webpack_require_153130__) => {
4299
4307
 
4300
4308
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
4301
4309
  /* eslint-disable */
@@ -12475,7 +12483,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12475
12483
  // file names, and JQXLite is normally delivered in a lowercase file name.
12476
12484
  // Do this after creating the global so that if an AMD module wants to call
12477
12485
  // noConflict to hide this version of JQXLite, it will work.
12478
- if ( true && __webpack_require__.amdO.JQXLite) {
12486
+ if ( true && __nested_webpack_require_153130__.amdO.JQXLite) {
12479
12487
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
12480
12488
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
12481
12489
  }
@@ -30202,7 +30210,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
30202
30210
  /******/ var __webpack_module_cache__ = {};
30203
30211
  /******/
30204
30212
  /******/ // The require function
30205
- /******/ function __webpack_require__(moduleId) {
30213
+ /******/ function __nested_webpack_require_1139510__(moduleId) {
30206
30214
  /******/ // Check if module is in cache
30207
30215
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
30208
30216
  /******/ if (cachedModule !== undefined) {
@@ -30216,7 +30224,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
30216
30224
  /******/ };
30217
30225
  /******/
30218
30226
  /******/ // Execute the module function
30219
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
30227
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1139510__);
30220
30228
  /******/
30221
30229
  /******/ // Return the exports of the module
30222
30230
  /******/ return module.exports;
@@ -30225,17 +30233,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
30225
30233
  /************************************************************************/
30226
30234
  /******/ /* webpack/runtime/amd options */
30227
30235
  /******/ (() => {
30228
- /******/ __webpack_require__.amdO = {};
30236
+ /******/ __nested_webpack_require_1139510__.amdO = {};
30229
30237
  /******/ })();
30230
30238
  /******/
30231
30239
  /******/ /* webpack/runtime/compat get default export */
30232
30240
  /******/ (() => {
30233
30241
  /******/ // getDefaultExport function for compatibility with non-harmony modules
30234
- /******/ __webpack_require__.n = (module) => {
30242
+ /******/ __nested_webpack_require_1139510__.n = (module) => {
30235
30243
  /******/ var getter = module && module.__esModule ?
30236
30244
  /******/ () => (module['default']) :
30237
30245
  /******/ () => (module);
30238
- /******/ __webpack_require__.d(getter, { a: getter });
30246
+ /******/ __nested_webpack_require_1139510__.d(getter, { a: getter });
30239
30247
  /******/ return getter;
30240
30248
  /******/ };
30241
30249
  /******/ })();
@@ -30243,9 +30251,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
30243
30251
  /******/ /* webpack/runtime/define property getters */
30244
30252
  /******/ (() => {
30245
30253
  /******/ // define getter functions for harmony exports
30246
- /******/ __webpack_require__.d = (exports, definition) => {
30254
+ /******/ __nested_webpack_require_1139510__.d = (exports, definition) => {
30247
30255
  /******/ for(var key in definition) {
30248
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
30256
+ /******/ if(__nested_webpack_require_1139510__.o(definition, key) && !__nested_webpack_require_1139510__.o(exports, key)) {
30249
30257
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
30250
30258
  /******/ }
30251
30259
  /******/ }
@@ -30254,7 +30262,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
30254
30262
  /******/
30255
30263
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
30256
30264
  /******/ (() => {
30257
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
30265
+ /******/ __nested_webpack_require_1139510__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
30258
30266
  /******/ })();
30259
30267
  /******/
30260
30268
  /************************************************************************/
@@ -30262,24 +30270,24 @@ var __webpack_exports__ = {};
30262
30270
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
30263
30271
  (() => {
30264
30272
  "use strict";
30265
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
30266
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
30267
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
30268
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
30269
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7351);
30270
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
30271
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(7196);
30272
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__);
30273
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(4240);
30274
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__);
30275
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(4545);
30276
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_5__);
30277
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(2497);
30278
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_6__);
30279
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(3601);
30280
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_7__);
30281
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
30282
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
30273
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1139510__(5459);
30274
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
30275
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1139510__(4198);
30276
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
30277
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1139510__(7351);
30278
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
30279
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1139510__(7196);
30280
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__);
30281
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1139510__(4240);
30282
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__);
30283
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1139510__(4545);
30284
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_5__);
30285
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1139510__(2497);
30286
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_6__);
30287
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1139510__(3601);
30288
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_7__);
30289
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_1139510__(1062);
30290
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
30283
30291
 
30284
30292
 
30285
30293
 
@@ -30292,5 +30300,7 @@ var __webpack_exports__ = {};
30292
30300
 
30293
30301
  })();
30294
30302
 
30303
+ /******/ })()
30304
+ ;
30295
30305
  /******/ })()
30296
30306
  ;
@@ -4,6 +4,14 @@ Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://jqwidgets.com/license/ */
5
5
 
6
6
 
7
+ /******/ (() => { // webpackBootstrap
8
+ var __webpack_exports__ = {};
9
+
10
+ /* Release Date: Sep-17-2024
11
+ Copyright (c) 2011-2024 jQWidgets.
12
+ License: https://jqwidgets.com/license/ */
13
+
14
+
7
15
  /******/ (() => { // webpackBootstrap
8
16
  /******/ var __webpack_modules__ = ({
9
17
 
@@ -11436,7 +11444,7 @@ document.Globalize = Globalize;
11436
11444
  /***/ }),
11437
11445
 
11438
11446
  /***/ 5459:
11439
- /***/ ((module, exports, __webpack_require__) => {
11447
+ /***/ ((module, exports, __nested_webpack_require_484139__) => {
11440
11448
 
11441
11449
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
11442
11450
  /* eslint-disable */
@@ -19616,7 +19624,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19616
19624
  // file names, and JQXLite is normally delivered in a lowercase file name.
19617
19625
  // Do this after creating the global so that if an AMD module wants to call
19618
19626
  // noConflict to hide this version of JQXLite, it will work.
19619
- if ( true && __webpack_require__.amdO.JQXLite) {
19627
+ if ( true && __nested_webpack_require_484139__.amdO.JQXLite) {
19620
19628
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
19621
19629
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
19622
19630
  }
@@ -61677,7 +61685,7 @@ var saveAs = window.jqxSaveAs = saveAs
61677
61685
  /******/ var __webpack_module_cache__ = {};
61678
61686
  /******/
61679
61687
  /******/ // The require function
61680
- /******/ function __webpack_require__(moduleId) {
61688
+ /******/ function __nested_webpack_require_2525466__(moduleId) {
61681
61689
  /******/ // Check if module is in cache
61682
61690
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
61683
61691
  /******/ if (cachedModule !== undefined) {
@@ -61691,7 +61699,7 @@ var saveAs = window.jqxSaveAs = saveAs
61691
61699
  /******/ };
61692
61700
  /******/
61693
61701
  /******/ // Execute the module function
61694
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
61702
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2525466__);
61695
61703
  /******/
61696
61704
  /******/ // Return the exports of the module
61697
61705
  /******/ return module.exports;
@@ -61700,17 +61708,17 @@ var saveAs = window.jqxSaveAs = saveAs
61700
61708
  /************************************************************************/
61701
61709
  /******/ /* webpack/runtime/amd options */
61702
61710
  /******/ (() => {
61703
- /******/ __webpack_require__.amdO = {};
61711
+ /******/ __nested_webpack_require_2525466__.amdO = {};
61704
61712
  /******/ })();
61705
61713
  /******/
61706
61714
  /******/ /* webpack/runtime/compat get default export */
61707
61715
  /******/ (() => {
61708
61716
  /******/ // getDefaultExport function for compatibility with non-harmony modules
61709
- /******/ __webpack_require__.n = (module) => {
61717
+ /******/ __nested_webpack_require_2525466__.n = (module) => {
61710
61718
  /******/ var getter = module && module.__esModule ?
61711
61719
  /******/ () => (module['default']) :
61712
61720
  /******/ () => (module);
61713
- /******/ __webpack_require__.d(getter, { a: getter });
61721
+ /******/ __nested_webpack_require_2525466__.d(getter, { a: getter });
61714
61722
  /******/ return getter;
61715
61723
  /******/ };
61716
61724
  /******/ })();
@@ -61718,9 +61726,9 @@ var saveAs = window.jqxSaveAs = saveAs
61718
61726
  /******/ /* webpack/runtime/define property getters */
61719
61727
  /******/ (() => {
61720
61728
  /******/ // define getter functions for harmony exports
61721
- /******/ __webpack_require__.d = (exports, definition) => {
61729
+ /******/ __nested_webpack_require_2525466__.d = (exports, definition) => {
61722
61730
  /******/ for(var key in definition) {
61723
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
61731
+ /******/ if(__nested_webpack_require_2525466__.o(definition, key) && !__nested_webpack_require_2525466__.o(exports, key)) {
61724
61732
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
61725
61733
  /******/ }
61726
61734
  /******/ }
@@ -61729,7 +61737,7 @@ var saveAs = window.jqxSaveAs = saveAs
61729
61737
  /******/
61730
61738
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
61731
61739
  /******/ (() => {
61732
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
61740
+ /******/ __nested_webpack_require_2525466__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
61733
61741
  /******/ })();
61734
61742
  /******/
61735
61743
  /************************************************************************/
@@ -61737,40 +61745,40 @@ var __webpack_exports__ = {};
61737
61745
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
61738
61746
  (() => {
61739
61747
  "use strict";
61740
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
61741
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
61742
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
61743
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
61744
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
61745
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
61746
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
61747
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
61748
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
61749
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
61750
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
61751
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
61752
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
61753
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
61754
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
61755
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
61756
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
61757
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
61758
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
61759
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
61760
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
61761
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
61762
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
61763
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
61764
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
61765
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
61766
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
61767
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
61768
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
61769
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
61770
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
61771
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
61772
- /* harmony import */ var _jqxlistmenu__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(4069);
61773
- /* harmony import */ var _jqxlistmenu__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxlistmenu__WEBPACK_IMPORTED_MODULE_16__);
61748
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2525466__(5459);
61749
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
61750
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2525466__(4198);
61751
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
61752
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2525466__(3907);
61753
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
61754
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2525466__(714);
61755
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
61756
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2525466__(7351);
61757
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
61758
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2525466__(7196);
61759
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
61760
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2525466__(4240);
61761
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
61762
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2525466__(1610);
61763
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
61764
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2525466__(1062);
61765
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
61766
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2525466__(5868);
61767
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
61768
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2525466__(4720);
61769
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
61770
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2525466__(7995);
61771
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
61772
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2525466__(4545);
61773
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
61774
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2525466__(2497);
61775
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
61776
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2525466__(5725);
61777
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
61778
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2525466__(4993);
61779
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
61780
+ /* harmony import */ var _jqxlistmenu__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2525466__(4069);
61781
+ /* harmony import */ var _jqxlistmenu__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxlistmenu__WEBPACK_IMPORTED_MODULE_16__);
61774
61782
 
61775
61783
 
61776
61784
 
@@ -61790,5 +61798,7 @@ var __webpack_exports__ = {};
61790
61798
 
61791
61799
  })();
61792
61800
 
61801
+ /******/ })()
61802
+ ;
61793
61803
  /******/ })()
61794
61804
  ;
@@ -4,11 +4,19 @@ Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://jqwidgets.com/license/ */
5
5
 
6
6
 
7
+ /******/ (() => { // webpackBootstrap
8
+ var __webpack_exports__ = {};
9
+
10
+ /* Release Date: Sep-17-2024
11
+ Copyright (c) 2011-2024 jQWidgets.
12
+ License: https://jqwidgets.com/license/ */
13
+
14
+
7
15
  /******/ (() => { // webpackBootstrap
8
16
  /******/ var __webpack_modules__ = ({
9
17
 
10
18
  /***/ 5459:
11
- /***/ ((module, exports, __webpack_require__) => {
19
+ /***/ ((module, exports, __nested_webpack_require_227__) => {
12
20
 
13
21
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
14
22
  /* eslint-disable */
@@ -8188,7 +8196,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8188
8196
  // file names, and JQXLite is normally delivered in a lowercase file name.
8189
8197
  // Do this after creating the global so that if an AMD module wants to call
8190
8198
  // noConflict to hide this version of JQXLite, it will work.
8191
- if ( true && __webpack_require__.amdO.JQXLite) {
8199
+ if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
8192
8200
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
8193
8201
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
8194
8202
  }
@@ -11664,7 +11672,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11664
11672
  /******/ var __webpack_module_cache__ = {};
11665
11673
  /******/
11666
11674
  /******/ // The require function
11667
- /******/ function __webpack_require__(moduleId) {
11675
+ /******/ function __nested_webpack_require_359604__(moduleId) {
11668
11676
  /******/ // Check if module is in cache
11669
11677
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
11670
11678
  /******/ if (cachedModule !== undefined) {
@@ -11678,7 +11686,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11678
11686
  /******/ };
11679
11687
  /******/
11680
11688
  /******/ // Execute the module function
11681
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
11689
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_359604__);
11682
11690
  /******/
11683
11691
  /******/ // Return the exports of the module
11684
11692
  /******/ return module.exports;
@@ -11687,17 +11695,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11687
11695
  /************************************************************************/
11688
11696
  /******/ /* webpack/runtime/amd options */
11689
11697
  /******/ (() => {
11690
- /******/ __webpack_require__.amdO = {};
11698
+ /******/ __nested_webpack_require_359604__.amdO = {};
11691
11699
  /******/ })();
11692
11700
  /******/
11693
11701
  /******/ /* webpack/runtime/compat get default export */
11694
11702
  /******/ (() => {
11695
11703
  /******/ // getDefaultExport function for compatibility with non-harmony modules
11696
- /******/ __webpack_require__.n = (module) => {
11704
+ /******/ __nested_webpack_require_359604__.n = (module) => {
11697
11705
  /******/ var getter = module && module.__esModule ?
11698
11706
  /******/ () => (module['default']) :
11699
11707
  /******/ () => (module);
11700
- /******/ __webpack_require__.d(getter, { a: getter });
11708
+ /******/ __nested_webpack_require_359604__.d(getter, { a: getter });
11701
11709
  /******/ return getter;
11702
11710
  /******/ };
11703
11711
  /******/ })();
@@ -11705,9 +11713,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11705
11713
  /******/ /* webpack/runtime/define property getters */
11706
11714
  /******/ (() => {
11707
11715
  /******/ // define getter functions for harmony exports
11708
- /******/ __webpack_require__.d = (exports, definition) => {
11716
+ /******/ __nested_webpack_require_359604__.d = (exports, definition) => {
11709
11717
  /******/ for(var key in definition) {
11710
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
11718
+ /******/ if(__nested_webpack_require_359604__.o(definition, key) && !__nested_webpack_require_359604__.o(exports, key)) {
11711
11719
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
11712
11720
  /******/ }
11713
11721
  /******/ }
@@ -11716,7 +11724,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11716
11724
  /******/
11717
11725
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
11718
11726
  /******/ (() => {
11719
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
11727
+ /******/ __nested_webpack_require_359604__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
11720
11728
  /******/ })();
11721
11729
  /******/
11722
11730
  /************************************************************************/
@@ -11724,14 +11732,16 @@ var __webpack_exports__ = {};
11724
11732
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
11725
11733
  (() => {
11726
11734
  "use strict";
11727
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
11728
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
11729
- /* harmony import */ var _jqxloader__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8460);
11730
- /* harmony import */ var _jqxloader__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxloader__WEBPACK_IMPORTED_MODULE_1__);
11735
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_359604__(5459);
11736
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_359604__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
11737
+ /* harmony import */ var _jqxloader__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_359604__(8460);
11738
+ /* harmony import */ var _jqxloader__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_359604__.n(_jqxloader__WEBPACK_IMPORTED_MODULE_1__);
11731
11739
 
11732
11740
 
11733
11741
 
11734
11742
  })();
11735
11743
 
11744
+ /******/ })()
11745
+ ;
11736
11746
  /******/ })()
11737
11747
  ;