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,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
  }
@@ -18107,7 +18115,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18107
18115
  /******/ var __webpack_module_cache__ = {};
18108
18116
  /******/
18109
18117
  /******/ // The require function
18110
- /******/ function __webpack_require__(moduleId) {
18118
+ /******/ function __nested_webpack_require_646315__(moduleId) {
18111
18119
  /******/ // Check if module is in cache
18112
18120
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
18113
18121
  /******/ if (cachedModule !== undefined) {
@@ -18121,7 +18129,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18121
18129
  /******/ };
18122
18130
  /******/
18123
18131
  /******/ // Execute the module function
18124
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
18132
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_646315__);
18125
18133
  /******/
18126
18134
  /******/ // Return the exports of the module
18127
18135
  /******/ return module.exports;
@@ -18130,17 +18138,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18130
18138
  /************************************************************************/
18131
18139
  /******/ /* webpack/runtime/amd options */
18132
18140
  /******/ (() => {
18133
- /******/ __webpack_require__.amdO = {};
18141
+ /******/ __nested_webpack_require_646315__.amdO = {};
18134
18142
  /******/ })();
18135
18143
  /******/
18136
18144
  /******/ /* webpack/runtime/compat get default export */
18137
18145
  /******/ (() => {
18138
18146
  /******/ // getDefaultExport function for compatibility with non-harmony modules
18139
- /******/ __webpack_require__.n = (module) => {
18147
+ /******/ __nested_webpack_require_646315__.n = (module) => {
18140
18148
  /******/ var getter = module && module.__esModule ?
18141
18149
  /******/ () => (module['default']) :
18142
18150
  /******/ () => (module);
18143
- /******/ __webpack_require__.d(getter, { a: getter });
18151
+ /******/ __nested_webpack_require_646315__.d(getter, { a: getter });
18144
18152
  /******/ return getter;
18145
18153
  /******/ };
18146
18154
  /******/ })();
@@ -18148,9 +18156,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18148
18156
  /******/ /* webpack/runtime/define property getters */
18149
18157
  /******/ (() => {
18150
18158
  /******/ // define getter functions for harmony exports
18151
- /******/ __webpack_require__.d = (exports, definition) => {
18159
+ /******/ __nested_webpack_require_646315__.d = (exports, definition) => {
18152
18160
  /******/ for(var key in definition) {
18153
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
18161
+ /******/ if(__nested_webpack_require_646315__.o(definition, key) && !__nested_webpack_require_646315__.o(exports, key)) {
18154
18162
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
18155
18163
  /******/ }
18156
18164
  /******/ }
@@ -18159,7 +18167,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18159
18167
  /******/
18160
18168
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
18161
18169
  /******/ (() => {
18162
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
18170
+ /******/ __nested_webpack_require_646315__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
18163
18171
  /******/ })();
18164
18172
  /******/
18165
18173
  /************************************************************************/
@@ -18167,16 +18175,18 @@ var __webpack_exports__ = {};
18167
18175
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
18168
18176
  (() => {
18169
18177
  "use strict";
18170
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
18171
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
18172
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
18173
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
18174
- /* harmony import */ var _jqxresponsivepanel__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4496);
18175
- /* harmony import */ var _jqxresponsivepanel__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxresponsivepanel__WEBPACK_IMPORTED_MODULE_2__);
18178
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_646315__(5459);
18179
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_646315__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
18180
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_646315__(4198);
18181
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_646315__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
18182
+ /* harmony import */ var _jqxresponsivepanel__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_646315__(4496);
18183
+ /* harmony import */ var _jqxresponsivepanel__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_646315__.n(_jqxresponsivepanel__WEBPACK_IMPORTED_MODULE_2__);
18176
18184
 
18177
18185
 
18178
18186
 
18179
18187
  })();
18180
18188
 
18189
+ /******/ })()
18190
+ ;
18181
18191
  /******/ })()
18182
18192
  ;
@@ -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
  }
@@ -20723,7 +20731,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20723
20731
  /******/ var __webpack_module_cache__ = {};
20724
20732
  /******/
20725
20733
  /******/ // The require function
20726
- /******/ function __webpack_require__(moduleId) {
20734
+ /******/ function __nested_webpack_require_767315__(moduleId) {
20727
20735
  /******/ // Check if module is in cache
20728
20736
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
20729
20737
  /******/ if (cachedModule !== undefined) {
@@ -20737,7 +20745,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20737
20745
  /******/ };
20738
20746
  /******/
20739
20747
  /******/ // Execute the module function
20740
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
20748
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_767315__);
20741
20749
  /******/
20742
20750
  /******/ // Return the exports of the module
20743
20751
  /******/ return module.exports;
@@ -20746,17 +20754,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20746
20754
  /************************************************************************/
20747
20755
  /******/ /* webpack/runtime/amd options */
20748
20756
  /******/ (() => {
20749
- /******/ __webpack_require__.amdO = {};
20757
+ /******/ __nested_webpack_require_767315__.amdO = {};
20750
20758
  /******/ })();
20751
20759
  /******/
20752
20760
  /******/ /* webpack/runtime/compat get default export */
20753
20761
  /******/ (() => {
20754
20762
  /******/ // getDefaultExport function for compatibility with non-harmony modules
20755
- /******/ __webpack_require__.n = (module) => {
20763
+ /******/ __nested_webpack_require_767315__.n = (module) => {
20756
20764
  /******/ var getter = module && module.__esModule ?
20757
20765
  /******/ () => (module['default']) :
20758
20766
  /******/ () => (module);
20759
- /******/ __webpack_require__.d(getter, { a: getter });
20767
+ /******/ __nested_webpack_require_767315__.d(getter, { a: getter });
20760
20768
  /******/ return getter;
20761
20769
  /******/ };
20762
20770
  /******/ })();
@@ -20764,9 +20772,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20764
20772
  /******/ /* webpack/runtime/define property getters */
20765
20773
  /******/ (() => {
20766
20774
  /******/ // define getter functions for harmony exports
20767
- /******/ __webpack_require__.d = (exports, definition) => {
20775
+ /******/ __nested_webpack_require_767315__.d = (exports, definition) => {
20768
20776
  /******/ for(var key in definition) {
20769
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
20777
+ /******/ if(__nested_webpack_require_767315__.o(definition, key) && !__nested_webpack_require_767315__.o(exports, key)) {
20770
20778
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
20771
20779
  /******/ }
20772
20780
  /******/ }
@@ -20775,7 +20783,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20775
20783
  /******/
20776
20784
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
20777
20785
  /******/ (() => {
20778
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
20786
+ /******/ __nested_webpack_require_767315__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
20779
20787
  /******/ })();
20780
20788
  /******/
20781
20789
  /************************************************************************/
@@ -20783,19 +20791,21 @@ var __webpack_exports__ = {};
20783
20791
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
20784
20792
  (() => {
20785
20793
  "use strict";
20786
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
20787
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
20788
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
20789
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
20790
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7351);
20791
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
20792
- /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(9274);
20793
- /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxribbon__WEBPACK_IMPORTED_MODULE_3__);
20794
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_767315__(5459);
20795
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_767315__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
20796
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_767315__(4198);
20797
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_767315__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
20798
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_767315__(7351);
20799
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_767315__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
20800
+ /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_767315__(9274);
20801
+ /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_767315__.n(_jqxribbon__WEBPACK_IMPORTED_MODULE_3__);
20794
20802
 
20795
20803
 
20796
20804
 
20797
20805
 
20798
20806
  })();
20799
20807
 
20808
+ /******/ })()
20809
+ ;
20800
20810
  /******/ })()
20801
20811
  ;
@@ -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
 
@@ -12122,7 +12130,7 @@ document.Globalize = Globalize;
12122
12130
  /***/ }),
12123
12131
 
12124
12132
  /***/ 5459:
12125
- /***/ ((module, exports, __webpack_require__) => {
12133
+ /***/ ((module, exports, __nested_webpack_require_513943__) => {
12126
12134
 
12127
12135
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
12128
12136
  /* eslint-disable */
@@ -20302,7 +20310,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20302
20310
  // file names, and JQXLite is normally delivered in a lowercase file name.
20303
20311
  // Do this after creating the global so that if an AMD module wants to call
20304
20312
  // noConflict to hide this version of JQXLite, it will work.
20305
- if ( true && __webpack_require__.amdO.JQXLite) {
20313
+ if ( true && __nested_webpack_require_513943__.amdO.JQXLite) {
20306
20314
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
20307
20315
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
20308
20316
  }
@@ -84403,7 +84411,7 @@ if (!Array.prototype.filter) {
84403
84411
  /******/ var __webpack_module_cache__ = {};
84404
84412
  /******/
84405
84413
  /******/ // The require function
84406
- /******/ function __webpack_require__(moduleId) {
84414
+ /******/ function __nested_webpack_require_3701785__(moduleId) {
84407
84415
  /******/ // Check if module is in cache
84408
84416
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
84409
84417
  /******/ if (cachedModule !== undefined) {
@@ -84417,7 +84425,7 @@ if (!Array.prototype.filter) {
84417
84425
  /******/ };
84418
84426
  /******/
84419
84427
  /******/ // Execute the module function
84420
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
84428
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3701785__);
84421
84429
  /******/
84422
84430
  /******/ // Return the exports of the module
84423
84431
  /******/ return module.exports;
@@ -84426,17 +84434,17 @@ if (!Array.prototype.filter) {
84426
84434
  /************************************************************************/
84427
84435
  /******/ /* webpack/runtime/amd options */
84428
84436
  /******/ (() => {
84429
- /******/ __webpack_require__.amdO = {};
84437
+ /******/ __nested_webpack_require_3701785__.amdO = {};
84430
84438
  /******/ })();
84431
84439
  /******/
84432
84440
  /******/ /* webpack/runtime/compat get default export */
84433
84441
  /******/ (() => {
84434
84442
  /******/ // getDefaultExport function for compatibility with non-harmony modules
84435
- /******/ __webpack_require__.n = (module) => {
84443
+ /******/ __nested_webpack_require_3701785__.n = (module) => {
84436
84444
  /******/ var getter = module && module.__esModule ?
84437
84445
  /******/ () => (module['default']) :
84438
84446
  /******/ () => (module);
84439
- /******/ __webpack_require__.d(getter, { a: getter });
84447
+ /******/ __nested_webpack_require_3701785__.d(getter, { a: getter });
84440
84448
  /******/ return getter;
84441
84449
  /******/ };
84442
84450
  /******/ })();
@@ -84444,9 +84452,9 @@ if (!Array.prototype.filter) {
84444
84452
  /******/ /* webpack/runtime/define property getters */
84445
84453
  /******/ (() => {
84446
84454
  /******/ // define getter functions for harmony exports
84447
- /******/ __webpack_require__.d = (exports, definition) => {
84455
+ /******/ __nested_webpack_require_3701785__.d = (exports, definition) => {
84448
84456
  /******/ for(var key in definition) {
84449
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
84457
+ /******/ if(__nested_webpack_require_3701785__.o(definition, key) && !__nested_webpack_require_3701785__.o(exports, key)) {
84450
84458
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
84451
84459
  /******/ }
84452
84460
  /******/ }
@@ -84455,7 +84463,7 @@ if (!Array.prototype.filter) {
84455
84463
  /******/
84456
84464
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
84457
84465
  /******/ (() => {
84458
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
84466
+ /******/ __nested_webpack_require_3701785__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
84459
84467
  /******/ })();
84460
84468
  /******/
84461
84469
  /************************************************************************/
@@ -84463,50 +84471,50 @@ var __webpack_exports__ = {};
84463
84471
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
84464
84472
  (() => {
84465
84473
  "use strict";
84466
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
84467
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
84468
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
84469
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
84470
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
84471
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
84472
- /* harmony import */ var _jqxdate__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(137);
84473
- /* harmony import */ var _jqxdate__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdate__WEBPACK_IMPORTED_MODULE_3__);
84474
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
84475
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
84476
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1610);
84477
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
84478
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(3899);
84479
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_6__);
84480
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(4240);
84481
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_7__);
84482
- /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(6826);
84483
- /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxradiobutton__WEBPACK_IMPORTED_MODULE_8__);
84484
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(4545);
84485
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__);
84486
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(7762);
84487
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_10__);
84488
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(1062);
84489
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_11__);
84490
- /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(3960);
84491
- /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12__);
84492
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(4720);
84493
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_13__);
84494
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5868);
84495
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14__);
84496
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(7995);
84497
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_15__);
84498
- /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(5875);
84499
- /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxinput__WEBPACK_IMPORTED_MODULE_16__);
84500
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(2497);
84501
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_17__);
84502
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(5725);
84503
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_18__);
84504
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(4993);
84505
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19__);
84506
- /* harmony import */ var _jqxscheduler__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(5253);
84507
- /* harmony import */ var _jqxscheduler__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(_jqxscheduler__WEBPACK_IMPORTED_MODULE_20__);
84508
- /* harmony import */ var _jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(2536);
84509
- /* harmony import */ var _jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(_jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21__);
84474
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3701785__(5459);
84475
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
84476
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3701785__(4198);
84477
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
84478
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3701785__(3907);
84479
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
84480
+ /* harmony import */ var _jqxdate__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3701785__(137);
84481
+ /* harmony import */ var _jqxdate__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxdate__WEBPACK_IMPORTED_MODULE_3__);
84482
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3701785__(7351);
84483
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
84484
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3701785__(1610);
84485
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
84486
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3701785__(3899);
84487
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_6__);
84488
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3701785__(4240);
84489
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_7__);
84490
+ /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3701785__(6826);
84491
+ /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxradiobutton__WEBPACK_IMPORTED_MODULE_8__);
84492
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3701785__(4545);
84493
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__);
84494
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3701785__(7762);
84495
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_10__);
84496
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3701785__(1062);
84497
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_11__);
84498
+ /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3701785__(3960);
84499
+ /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12__);
84500
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3701785__(4720);
84501
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_13__);
84502
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3701785__(5868);
84503
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14__);
84504
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3701785__(7995);
84505
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_15__);
84506
+ /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3701785__(5875);
84507
+ /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxinput__WEBPACK_IMPORTED_MODULE_16__);
84508
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3701785__(2497);
84509
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_17__);
84510
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_3701785__(5725);
84511
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_18__);
84512
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19__ = __nested_webpack_require_3701785__(4993);
84513
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19__);
84514
+ /* harmony import */ var _jqxscheduler__WEBPACK_IMPORTED_MODULE_20__ = __nested_webpack_require_3701785__(5253);
84515
+ /* harmony import */ var _jqxscheduler__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxscheduler__WEBPACK_IMPORTED_MODULE_20__);
84516
+ /* harmony import */ var _jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21__ = __nested_webpack_require_3701785__(2536);
84517
+ /* harmony import */ var _jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21__);
84510
84518
 
84511
84519
 
84512
84520
 
@@ -84534,5 +84542,7 @@ var __webpack_exports__ = {};
84534
84542
 
84535
84543
  })();
84536
84544
 
84545
+ /******/ })()
84546
+ ;
84537
84547
  /******/ })()
84538
84548
  ;