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
 
@@ -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
  }
@@ -73788,7 +73796,7 @@ var saveAs = window.jqxSaveAs = saveAs
73788
73796
  return true;
73789
73797
  }
73790
73798
 
73791
- self._keydown = true && !self.editcell;
73799
+ self._keydown = true && !self.editcell;
73792
73800
  var key = event.charCode ? event.charCode : event.keyCode ? event.keyCode : 0;
73793
73801
  if (key === 20) {
73794
73802
  if (!self._capsLock) {
@@ -74147,7 +74155,7 @@ var saveAs = window.jqxSaveAs = saveAs
74147
74155
 
74148
74156
  if (field.name === datafield) {
74149
74157
  if (field.type === 'bool' || field.type === 'boolean') {
74150
- value = true ? true : 0;
74158
+ value = true ? true : 0;
74151
74159
  }
74152
74160
 
74153
74161
  var column = that._getcolumnbydatafield(field.name);
@@ -96282,7 +96290,7 @@ var saveAs = window.jqxSaveAs = saveAs
96282
96290
  /******/ var __webpack_module_cache__ = {};
96283
96291
  /******/
96284
96292
  /******/ // The require function
96285
- /******/ function __webpack_require__(moduleId) {
96293
+ /******/ function __nested_webpack_require_4237866__(moduleId) {
96286
96294
  /******/ // Check if module is in cache
96287
96295
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
96288
96296
  /******/ if (cachedModule !== undefined) {
@@ -96296,7 +96304,7 @@ var saveAs = window.jqxSaveAs = saveAs
96296
96304
  /******/ };
96297
96305
  /******/
96298
96306
  /******/ // Execute the module function
96299
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
96307
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_4237866__);
96300
96308
  /******/
96301
96309
  /******/ // Return the exports of the module
96302
96310
  /******/ return module.exports;
@@ -96305,17 +96313,17 @@ var saveAs = window.jqxSaveAs = saveAs
96305
96313
  /************************************************************************/
96306
96314
  /******/ /* webpack/runtime/amd options */
96307
96315
  /******/ (() => {
96308
- /******/ __webpack_require__.amdO = {};
96316
+ /******/ __nested_webpack_require_4237866__.amdO = {};
96309
96317
  /******/ })();
96310
96318
  /******/
96311
96319
  /******/ /* webpack/runtime/compat get default export */
96312
96320
  /******/ (() => {
96313
96321
  /******/ // getDefaultExport function for compatibility with non-harmony modules
96314
- /******/ __webpack_require__.n = (module) => {
96322
+ /******/ __nested_webpack_require_4237866__.n = (module) => {
96315
96323
  /******/ var getter = module && module.__esModule ?
96316
96324
  /******/ () => (module['default']) :
96317
96325
  /******/ () => (module);
96318
- /******/ __webpack_require__.d(getter, { a: getter });
96326
+ /******/ __nested_webpack_require_4237866__.d(getter, { a: getter });
96319
96327
  /******/ return getter;
96320
96328
  /******/ };
96321
96329
  /******/ })();
@@ -96323,9 +96331,9 @@ var saveAs = window.jqxSaveAs = saveAs
96323
96331
  /******/ /* webpack/runtime/define property getters */
96324
96332
  /******/ (() => {
96325
96333
  /******/ // define getter functions for harmony exports
96326
- /******/ __webpack_require__.d = (exports, definition) => {
96334
+ /******/ __nested_webpack_require_4237866__.d = (exports, definition) => {
96327
96335
  /******/ for(var key in definition) {
96328
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
96336
+ /******/ if(__nested_webpack_require_4237866__.o(definition, key) && !__nested_webpack_require_4237866__.o(exports, key)) {
96329
96337
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
96330
96338
  /******/ }
96331
96339
  /******/ }
@@ -96334,7 +96342,7 @@ var saveAs = window.jqxSaveAs = saveAs
96334
96342
  /******/
96335
96343
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
96336
96344
  /******/ (() => {
96337
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
96345
+ /******/ __nested_webpack_require_4237866__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
96338
96346
  /******/ })();
96339
96347
  /******/
96340
96348
  /************************************************************************/
@@ -96342,64 +96350,64 @@ var __webpack_exports__ = {};
96342
96350
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
96343
96351
  (() => {
96344
96352
  "use strict";
96345
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
96346
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
96347
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
96348
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
96349
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
96350
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
96351
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
96352
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
96353
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
96354
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
96355
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
96356
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
96357
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
96358
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
96359
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
96360
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
96361
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
96362
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
96363
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
96364
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
96365
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
96366
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
96367
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
96368
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
96369
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
96370
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
96371
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
96372
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
96373
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
96374
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
96375
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
96376
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
96377
- /* harmony import */ var _jqxgrid__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(4007);
96378
- /* harmony import */ var _jqxgrid__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid__WEBPACK_IMPORTED_MODULE_16__);
96379
- /* harmony import */ var _jqxgrid_edit__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(5574);
96380
- /* harmony import */ var _jqxgrid_edit__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_edit__WEBPACK_IMPORTED_MODULE_17__);
96381
- /* harmony import */ var _jqxgrid_pager__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(5911);
96382
- /* harmony import */ var _jqxgrid_pager__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_pager__WEBPACK_IMPORTED_MODULE_18__);
96383
- /* harmony import */ var _jqxgrid_selection__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(9041);
96384
- /* harmony import */ var _jqxgrid_selection__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_selection__WEBPACK_IMPORTED_MODULE_19__);
96385
- /* harmony import */ var _jqxgrid_filter__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(8690);
96386
- /* harmony import */ var _jqxgrid_filter__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_filter__WEBPACK_IMPORTED_MODULE_20__);
96387
- /* harmony import */ var _jqxgrid_sort__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(4687);
96388
- /* harmony import */ var _jqxgrid_sort__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_sort__WEBPACK_IMPORTED_MODULE_21__);
96389
- /* harmony import */ var _jqxgrid_storage__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(9701);
96390
- /* harmony import */ var _jqxgrid_storage__WEBPACK_IMPORTED_MODULE_22___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_storage__WEBPACK_IMPORTED_MODULE_22__);
96391
- /* harmony import */ var _jqxgrid_grouping__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(3066);
96392
- /* harmony import */ var _jqxgrid_grouping__WEBPACK_IMPORTED_MODULE_23___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_grouping__WEBPACK_IMPORTED_MODULE_23__);
96393
- /* harmony import */ var _jqxgrid_export__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(469);
96394
- /* harmony import */ var _jqxgrid_export__WEBPACK_IMPORTED_MODULE_24___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_export__WEBPACK_IMPORTED_MODULE_24__);
96395
- /* harmony import */ var _jqxgrid_columnsresize__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(4854);
96396
- /* harmony import */ var _jqxgrid_columnsresize__WEBPACK_IMPORTED_MODULE_25___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_columnsresize__WEBPACK_IMPORTED_MODULE_25__);
96397
- /* harmony import */ var _jqxgrid_columnsreorder__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(2421);
96398
- /* harmony import */ var _jqxgrid_columnsreorder__WEBPACK_IMPORTED_MODULE_26___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_columnsreorder__WEBPACK_IMPORTED_MODULE_26__);
96399
- /* harmony import */ var _jqxgrid_aggregates__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(3189);
96400
- /* harmony import */ var _jqxgrid_aggregates__WEBPACK_IMPORTED_MODULE_27___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_aggregates__WEBPACK_IMPORTED_MODULE_27__);
96401
- /* harmony import */ var _jqxgrid_chart__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(2465);
96402
- /* harmony import */ var _jqxgrid_chart__WEBPACK_IMPORTED_MODULE_28___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_chart__WEBPACK_IMPORTED_MODULE_28__);
96353
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_4237866__(5459);
96354
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
96355
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_4237866__(4198);
96356
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
96357
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_4237866__(3907);
96358
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
96359
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_4237866__(714);
96360
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
96361
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_4237866__(7351);
96362
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
96363
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_4237866__(7196);
96364
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
96365
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_4237866__(4240);
96366
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
96367
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_4237866__(1610);
96368
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
96369
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_4237866__(1062);
96370
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
96371
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_4237866__(5868);
96372
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
96373
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_4237866__(4720);
96374
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
96375
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_4237866__(7995);
96376
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
96377
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_4237866__(4545);
96378
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
96379
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_4237866__(2497);
96380
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
96381
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_4237866__(5725);
96382
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
96383
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_4237866__(4993);
96384
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
96385
+ /* harmony import */ var _jqxgrid__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_4237866__(4007);
96386
+ /* harmony import */ var _jqxgrid__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid__WEBPACK_IMPORTED_MODULE_16__);
96387
+ /* harmony import */ var _jqxgrid_edit__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_4237866__(5574);
96388
+ /* harmony import */ var _jqxgrid_edit__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_edit__WEBPACK_IMPORTED_MODULE_17__);
96389
+ /* harmony import */ var _jqxgrid_pager__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_4237866__(5911);
96390
+ /* harmony import */ var _jqxgrid_pager__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_pager__WEBPACK_IMPORTED_MODULE_18__);
96391
+ /* harmony import */ var _jqxgrid_selection__WEBPACK_IMPORTED_MODULE_19__ = __nested_webpack_require_4237866__(9041);
96392
+ /* harmony import */ var _jqxgrid_selection__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_selection__WEBPACK_IMPORTED_MODULE_19__);
96393
+ /* harmony import */ var _jqxgrid_filter__WEBPACK_IMPORTED_MODULE_20__ = __nested_webpack_require_4237866__(8690);
96394
+ /* harmony import */ var _jqxgrid_filter__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_filter__WEBPACK_IMPORTED_MODULE_20__);
96395
+ /* harmony import */ var _jqxgrid_sort__WEBPACK_IMPORTED_MODULE_21__ = __nested_webpack_require_4237866__(4687);
96396
+ /* harmony import */ var _jqxgrid_sort__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_sort__WEBPACK_IMPORTED_MODULE_21__);
96397
+ /* harmony import */ var _jqxgrid_storage__WEBPACK_IMPORTED_MODULE_22__ = __nested_webpack_require_4237866__(9701);
96398
+ /* harmony import */ var _jqxgrid_storage__WEBPACK_IMPORTED_MODULE_22___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_storage__WEBPACK_IMPORTED_MODULE_22__);
96399
+ /* harmony import */ var _jqxgrid_grouping__WEBPACK_IMPORTED_MODULE_23__ = __nested_webpack_require_4237866__(3066);
96400
+ /* harmony import */ var _jqxgrid_grouping__WEBPACK_IMPORTED_MODULE_23___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_grouping__WEBPACK_IMPORTED_MODULE_23__);
96401
+ /* harmony import */ var _jqxgrid_export__WEBPACK_IMPORTED_MODULE_24__ = __nested_webpack_require_4237866__(469);
96402
+ /* harmony import */ var _jqxgrid_export__WEBPACK_IMPORTED_MODULE_24___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_export__WEBPACK_IMPORTED_MODULE_24__);
96403
+ /* harmony import */ var _jqxgrid_columnsresize__WEBPACK_IMPORTED_MODULE_25__ = __nested_webpack_require_4237866__(4854);
96404
+ /* harmony import */ var _jqxgrid_columnsresize__WEBPACK_IMPORTED_MODULE_25___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_columnsresize__WEBPACK_IMPORTED_MODULE_25__);
96405
+ /* harmony import */ var _jqxgrid_columnsreorder__WEBPACK_IMPORTED_MODULE_26__ = __nested_webpack_require_4237866__(2421);
96406
+ /* harmony import */ var _jqxgrid_columnsreorder__WEBPACK_IMPORTED_MODULE_26___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_columnsreorder__WEBPACK_IMPORTED_MODULE_26__);
96407
+ /* harmony import */ var _jqxgrid_aggregates__WEBPACK_IMPORTED_MODULE_27__ = __nested_webpack_require_4237866__(3189);
96408
+ /* harmony import */ var _jqxgrid_aggregates__WEBPACK_IMPORTED_MODULE_27___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_aggregates__WEBPACK_IMPORTED_MODULE_27__);
96409
+ /* harmony import */ var _jqxgrid_chart__WEBPACK_IMPORTED_MODULE_28__ = __nested_webpack_require_4237866__(2465);
96410
+ /* harmony import */ var _jqxgrid_chart__WEBPACK_IMPORTED_MODULE_28___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_chart__WEBPACK_IMPORTED_MODULE_28__);
96403
96411
 
96404
96412
 
96405
96413
 
@@ -96431,5 +96439,7 @@ var __webpack_exports__ = {};
96431
96439
 
96432
96440
  })();
96433
96441
 
96442
+ /******/ })()
96443
+ ;
96434
96444
  /******/ })()
96435
96445
  ;
@@ -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
  }
@@ -18612,7 +18620,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18612
18620
  /******/ var __webpack_module_cache__ = {};
18613
18621
  /******/
18614
18622
  /******/ // The require function
18615
- /******/ function __webpack_require__(moduleId) {
18623
+ /******/ function __nested_webpack_require_665992__(moduleId) {
18616
18624
  /******/ // Check if module is in cache
18617
18625
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
18618
18626
  /******/ if (cachedModule !== undefined) {
@@ -18626,7 +18634,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18626
18634
  /******/ };
18627
18635
  /******/
18628
18636
  /******/ // Execute the module function
18629
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
18637
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_665992__);
18630
18638
  /******/
18631
18639
  /******/ // Return the exports of the module
18632
18640
  /******/ return module.exports;
@@ -18635,17 +18643,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18635
18643
  /************************************************************************/
18636
18644
  /******/ /* webpack/runtime/amd options */
18637
18645
  /******/ (() => {
18638
- /******/ __webpack_require__.amdO = {};
18646
+ /******/ __nested_webpack_require_665992__.amdO = {};
18639
18647
  /******/ })();
18640
18648
  /******/
18641
18649
  /******/ /* webpack/runtime/compat get default export */
18642
18650
  /******/ (() => {
18643
18651
  /******/ // getDefaultExport function for compatibility with non-harmony modules
18644
- /******/ __webpack_require__.n = (module) => {
18652
+ /******/ __nested_webpack_require_665992__.n = (module) => {
18645
18653
  /******/ var getter = module && module.__esModule ?
18646
18654
  /******/ () => (module['default']) :
18647
18655
  /******/ () => (module);
18648
- /******/ __webpack_require__.d(getter, { a: getter });
18656
+ /******/ __nested_webpack_require_665992__.d(getter, { a: getter });
18649
18657
  /******/ return getter;
18650
18658
  /******/ };
18651
18659
  /******/ })();
@@ -18653,9 +18661,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18653
18661
  /******/ /* webpack/runtime/define property getters */
18654
18662
  /******/ (() => {
18655
18663
  /******/ // define getter functions for harmony exports
18656
- /******/ __webpack_require__.d = (exports, definition) => {
18664
+ /******/ __nested_webpack_require_665992__.d = (exports, definition) => {
18657
18665
  /******/ for(var key in definition) {
18658
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
18666
+ /******/ if(__nested_webpack_require_665992__.o(definition, key) && !__nested_webpack_require_665992__.o(exports, key)) {
18659
18667
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
18660
18668
  /******/ }
18661
18669
  /******/ }
@@ -18664,7 +18672,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18664
18672
  /******/
18665
18673
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
18666
18674
  /******/ (() => {
18667
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
18675
+ /******/ __nested_webpack_require_665992__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
18668
18676
  /******/ })();
18669
18677
  /******/
18670
18678
  /************************************************************************/
@@ -18672,17 +18680,19 @@ var __webpack_exports__ = {};
18672
18680
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
18673
18681
  (() => {
18674
18682
  "use strict";
18675
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
18676
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
18677
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
18678
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
18679
- /* harmony import */ var _jqxheatmap__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6816);
18680
- /* harmony import */ var _jqxheatmap__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxheatmap__WEBPACK_IMPORTED_MODULE_2__);
18683
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_665992__(5459);
18684
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_665992__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
18685
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_665992__(4198);
18686
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_665992__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
18687
+ /* harmony import */ var _jqxheatmap__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_665992__(6816);
18688
+ /* harmony import */ var _jqxheatmap__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_665992__.n(_jqxheatmap__WEBPACK_IMPORTED_MODULE_2__);
18681
18689
 
18682
18690
 
18683
18691
 
18684
18692
 
18685
18693
  })();
18686
18694
 
18695
+ /******/ })()
18696
+ ;
18687
18697
  /******/ })()
18688
18698
  ;
@@ -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
  }
@@ -20826,7 +20834,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20826
20834
  /******/ var __webpack_module_cache__ = {};
20827
20835
  /******/
20828
20836
  /******/ // The require function
20829
- /******/ function __webpack_require__(moduleId) {
20837
+ /******/ function __nested_webpack_require_775506__(moduleId) {
20830
20838
  /******/ // Check if module is in cache
20831
20839
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
20832
20840
  /******/ if (cachedModule !== undefined) {
@@ -20840,7 +20848,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20840
20848
  /******/ };
20841
20849
  /******/
20842
20850
  /******/ // Execute the module function
20843
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
20851
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_775506__);
20844
20852
  /******/
20845
20853
  /******/ // Return the exports of the module
20846
20854
  /******/ return module.exports;
@@ -20849,17 +20857,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20849
20857
  /************************************************************************/
20850
20858
  /******/ /* webpack/runtime/amd options */
20851
20859
  /******/ (() => {
20852
- /******/ __webpack_require__.amdO = {};
20860
+ /******/ __nested_webpack_require_775506__.amdO = {};
20853
20861
  /******/ })();
20854
20862
  /******/
20855
20863
  /******/ /* webpack/runtime/compat get default export */
20856
20864
  /******/ (() => {
20857
20865
  /******/ // getDefaultExport function for compatibility with non-harmony modules
20858
- /******/ __webpack_require__.n = (module) => {
20866
+ /******/ __nested_webpack_require_775506__.n = (module) => {
20859
20867
  /******/ var getter = module && module.__esModule ?
20860
20868
  /******/ () => (module['default']) :
20861
20869
  /******/ () => (module);
20862
- /******/ __webpack_require__.d(getter, { a: getter });
20870
+ /******/ __nested_webpack_require_775506__.d(getter, { a: getter });
20863
20871
  /******/ return getter;
20864
20872
  /******/ };
20865
20873
  /******/ })();
@@ -20867,9 +20875,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20867
20875
  /******/ /* webpack/runtime/define property getters */
20868
20876
  /******/ (() => {
20869
20877
  /******/ // define getter functions for harmony exports
20870
- /******/ __webpack_require__.d = (exports, definition) => {
20878
+ /******/ __nested_webpack_require_775506__.d = (exports, definition) => {
20871
20879
  /******/ for(var key in definition) {
20872
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
20880
+ /******/ if(__nested_webpack_require_775506__.o(definition, key) && !__nested_webpack_require_775506__.o(exports, key)) {
20873
20881
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
20874
20882
  /******/ }
20875
20883
  /******/ }
@@ -20878,7 +20886,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20878
20886
  /******/
20879
20887
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
20880
20888
  /******/ (() => {
20881
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
20889
+ /******/ __nested_webpack_require_775506__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
20882
20890
  /******/ })();
20883
20891
  /******/
20884
20892
  /************************************************************************/
@@ -20886,19 +20894,21 @@ var __webpack_exports__ = {};
20886
20894
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
20887
20895
  (() => {
20888
20896
  "use strict";
20889
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
20890
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
20891
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4993);
20892
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_1__);
20893
- /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5875);
20894
- /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxinput__WEBPACK_IMPORTED_MODULE_2__);
20895
- /* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(887);
20896
- /* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxknob__WEBPACK_IMPORTED_MODULE_3__);
20897
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_775506__(5459);
20898
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_775506__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
20899
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_775506__(4993);
20900
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_775506__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_1__);
20901
+ /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_775506__(5875);
20902
+ /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_775506__.n(_jqxinput__WEBPACK_IMPORTED_MODULE_2__);
20903
+ /* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_775506__(887);
20904
+ /* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_775506__.n(_jqxknob__WEBPACK_IMPORTED_MODULE_3__);
20897
20905
 
20898
20906
 
20899
20907
 
20900
20908
 
20901
20909
  })();
20902
20910
 
20911
+ /******/ })()
20912
+ ;
20903
20913
  /******/ })()
20904
20914
  ;