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
 
@@ -1110,7 +1118,7 @@ class Barcode {
1110
1118
  /***/ }),
1111
1119
 
1112
1120
  /***/ 5459:
1113
- /***/ ((module, exports, __webpack_require__) => {
1121
+ /***/ ((module, exports, __nested_webpack_require_25817__) => {
1114
1122
 
1115
1123
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1116
1124
  /* eslint-disable */
@@ -9290,7 +9298,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9290
9298
  // file names, and JQXLite is normally delivered in a lowercase file name.
9291
9299
  // Do this after creating the global so that if an AMD module wants to call
9292
9300
  // noConflict to hide this version of JQXLite, it will work.
9293
- if ( true && __webpack_require__.amdO.JQXLite) {
9301
+ if ( true && __nested_webpack_require_25817__.amdO.JQXLite) {
9294
9302
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9295
9303
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9296
9304
  }
@@ -12493,7 +12501,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12493
12501
  /******/ var __webpack_module_cache__ = {};
12494
12502
  /******/
12495
12503
  /******/ // The require function
12496
- /******/ function __webpack_require__(moduleId) {
12504
+ /******/ function __nested_webpack_require_374808__(moduleId) {
12497
12505
  /******/ // Check if module is in cache
12498
12506
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12499
12507
  /******/ if (cachedModule !== undefined) {
@@ -12507,7 +12515,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12507
12515
  /******/ };
12508
12516
  /******/
12509
12517
  /******/ // Execute the module function
12510
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12518
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_374808__);
12511
12519
  /******/
12512
12520
  /******/ // Return the exports of the module
12513
12521
  /******/ return module.exports;
@@ -12516,17 +12524,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12516
12524
  /************************************************************************/
12517
12525
  /******/ /* webpack/runtime/amd options */
12518
12526
  /******/ (() => {
12519
- /******/ __webpack_require__.amdO = {};
12527
+ /******/ __nested_webpack_require_374808__.amdO = {};
12520
12528
  /******/ })();
12521
12529
  /******/
12522
12530
  /******/ /* webpack/runtime/compat get default export */
12523
12531
  /******/ (() => {
12524
12532
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12525
- /******/ __webpack_require__.n = (module) => {
12533
+ /******/ __nested_webpack_require_374808__.n = (module) => {
12526
12534
  /******/ var getter = module && module.__esModule ?
12527
12535
  /******/ () => (module['default']) :
12528
12536
  /******/ () => (module);
12529
- /******/ __webpack_require__.d(getter, { a: getter });
12537
+ /******/ __nested_webpack_require_374808__.d(getter, { a: getter });
12530
12538
  /******/ return getter;
12531
12539
  /******/ };
12532
12540
  /******/ })();
@@ -12534,9 +12542,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12534
12542
  /******/ /* webpack/runtime/define property getters */
12535
12543
  /******/ (() => {
12536
12544
  /******/ // define getter functions for harmony exports
12537
- /******/ __webpack_require__.d = (exports, definition) => {
12545
+ /******/ __nested_webpack_require_374808__.d = (exports, definition) => {
12538
12546
  /******/ for(var key in definition) {
12539
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12547
+ /******/ if(__nested_webpack_require_374808__.o(definition, key) && !__nested_webpack_require_374808__.o(exports, key)) {
12540
12548
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12541
12549
  /******/ }
12542
12550
  /******/ }
@@ -12545,7 +12553,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12545
12553
  /******/
12546
12554
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12547
12555
  /******/ (() => {
12548
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12556
+ /******/ __nested_webpack_require_374808__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12549
12557
  /******/ })();
12550
12558
  /******/
12551
12559
  /************************************************************************/
@@ -12553,13 +12561,15 @@ var __webpack_exports__ = {};
12553
12561
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12554
12562
  (() => {
12555
12563
  "use strict";
12556
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12557
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12558
- /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2917);
12559
- /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbarcode__WEBPACK_IMPORTED_MODULE_1__);
12564
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_374808__(5459);
12565
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_374808__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12566
+ /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_374808__(2917);
12567
+ /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_374808__.n(_jqxbarcode__WEBPACK_IMPORTED_MODULE_1__);
12560
12568
 
12561
12569
 
12562
12570
  })();
12563
12571
 
12572
+ /******/ })()
12573
+ ;
12564
12574
  /******/ })()
12565
12575
  ;
@@ -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
 
@@ -2598,7 +2606,7 @@ License: https://jqwidgets.com/license/ */
2598
2606
  /***/ }),
2599
2607
 
2600
2608
  /***/ 5459:
2601
- /***/ ((module, exports, __webpack_require__) => {
2609
+ /***/ ((module, exports, __nested_webpack_require_113271__) => {
2602
2610
 
2603
2611
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
2604
2612
  /* eslint-disable */
@@ -10778,7 +10786,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10778
10786
  // file names, and JQXLite is normally delivered in a lowercase file name.
10779
10787
  // Do this after creating the global so that if an AMD module wants to call
10780
10788
  // noConflict to hide this version of JQXLite, it will work.
10781
- if ( true && __webpack_require__.amdO.JQXLite) {
10789
+ if ( true && __nested_webpack_require_113271__.amdO.JQXLite) {
10782
10790
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10783
10791
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10784
10792
  }
@@ -16905,7 +16913,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16905
16913
  /******/ var __webpack_module_cache__ = {};
16906
16914
  /******/
16907
16915
  /******/ // The require function
16908
- /******/ function __webpack_require__(moduleId) {
16916
+ /******/ function __nested_webpack_require_562047__(moduleId) {
16909
16917
  /******/ // Check if module is in cache
16910
16918
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
16911
16919
  /******/ if (cachedModule !== undefined) {
@@ -16919,7 +16927,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16919
16927
  /******/ };
16920
16928
  /******/
16921
16929
  /******/ // Execute the module function
16922
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
16930
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_562047__);
16923
16931
  /******/
16924
16932
  /******/ // Return the exports of the module
16925
16933
  /******/ return module.exports;
@@ -16928,17 +16936,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16928
16936
  /************************************************************************/
16929
16937
  /******/ /* webpack/runtime/amd options */
16930
16938
  /******/ (() => {
16931
- /******/ __webpack_require__.amdO = {};
16939
+ /******/ __nested_webpack_require_562047__.amdO = {};
16932
16940
  /******/ })();
16933
16941
  /******/
16934
16942
  /******/ /* webpack/runtime/compat get default export */
16935
16943
  /******/ (() => {
16936
16944
  /******/ // getDefaultExport function for compatibility with non-harmony modules
16937
- /******/ __webpack_require__.n = (module) => {
16945
+ /******/ __nested_webpack_require_562047__.n = (module) => {
16938
16946
  /******/ var getter = module && module.__esModule ?
16939
16947
  /******/ () => (module['default']) :
16940
16948
  /******/ () => (module);
16941
- /******/ __webpack_require__.d(getter, { a: getter });
16949
+ /******/ __nested_webpack_require_562047__.d(getter, { a: getter });
16942
16950
  /******/ return getter;
16943
16951
  /******/ };
16944
16952
  /******/ })();
@@ -16946,9 +16954,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16946
16954
  /******/ /* webpack/runtime/define property getters */
16947
16955
  /******/ (() => {
16948
16956
  /******/ // define getter functions for harmony exports
16949
- /******/ __webpack_require__.d = (exports, definition) => {
16957
+ /******/ __nested_webpack_require_562047__.d = (exports, definition) => {
16950
16958
  /******/ for(var key in definition) {
16951
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
16959
+ /******/ if(__nested_webpack_require_562047__.o(definition, key) && !__nested_webpack_require_562047__.o(exports, key)) {
16952
16960
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
16953
16961
  /******/ }
16954
16962
  /******/ }
@@ -16957,7 +16965,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16957
16965
  /******/
16958
16966
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
16959
16967
  /******/ (() => {
16960
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16968
+ /******/ __nested_webpack_require_562047__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16961
16969
  /******/ })();
16962
16970
  /******/
16963
16971
  /************************************************************************/
@@ -16965,16 +16973,18 @@ var __webpack_exports__ = {};
16965
16973
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
16966
16974
  (() => {
16967
16975
  "use strict";
16968
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
16969
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16970
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3159);
16971
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_1__);
16972
- /* harmony import */ var _jqxbargauge__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8220);
16973
- /* harmony import */ var _jqxbargauge__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbargauge__WEBPACK_IMPORTED_MODULE_2__);
16976
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_562047__(5459);
16977
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_562047__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16978
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_562047__(3159);
16979
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_562047__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_1__);
16980
+ /* harmony import */ var _jqxbargauge__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_562047__(8220);
16981
+ /* harmony import */ var _jqxbargauge__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_562047__.n(_jqxbargauge__WEBPACK_IMPORTED_MODULE_2__);
16974
16982
 
16975
16983
 
16976
16984
 
16977
16985
  })();
16978
16986
 
16987
+ /******/ })()
16988
+ ;
16979
16989
  /******/ })()
16980
16990
  ;
@@ -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
 
@@ -944,7 +952,7 @@ License: https://jqwidgets.com/license/ */
944
952
  /***/ }),
945
953
 
946
954
  /***/ 5459:
947
- /***/ ((module, exports, __webpack_require__) => {
955
+ /***/ ((module, exports, __nested_webpack_require_46260__) => {
948
956
 
949
957
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
950
958
  /* eslint-disable */
@@ -9124,7 +9132,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9124
9132
  // file names, and JQXLite is normally delivered in a lowercase file name.
9125
9133
  // Do this after creating the global so that if an AMD module wants to call
9126
9134
  // noConflict to hide this version of JQXLite, it will work.
9127
- if ( true && __webpack_require__.amdO.JQXLite) {
9135
+ if ( true && __nested_webpack_require_46260__.amdO.JQXLite) {
9128
9136
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9129
9137
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9130
9138
  }
@@ -19450,7 +19458,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19450
19458
  /******/ var __webpack_module_cache__ = {};
19451
19459
  /******/
19452
19460
  /******/ // The require function
19453
- /******/ function __webpack_require__(moduleId) {
19461
+ /******/ function __nested_webpack_require_720416__(moduleId) {
19454
19462
  /******/ // Check if module is in cache
19455
19463
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
19456
19464
  /******/ if (cachedModule !== undefined) {
@@ -19464,7 +19472,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19464
19472
  /******/ };
19465
19473
  /******/
19466
19474
  /******/ // Execute the module function
19467
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
19475
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_720416__);
19468
19476
  /******/
19469
19477
  /******/ // Return the exports of the module
19470
19478
  /******/ return module.exports;
@@ -19473,17 +19481,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19473
19481
  /************************************************************************/
19474
19482
  /******/ /* webpack/runtime/amd options */
19475
19483
  /******/ (() => {
19476
- /******/ __webpack_require__.amdO = {};
19484
+ /******/ __nested_webpack_require_720416__.amdO = {};
19477
19485
  /******/ })();
19478
19486
  /******/
19479
19487
  /******/ /* webpack/runtime/compat get default export */
19480
19488
  /******/ (() => {
19481
19489
  /******/ // getDefaultExport function for compatibility with non-harmony modules
19482
- /******/ __webpack_require__.n = (module) => {
19490
+ /******/ __nested_webpack_require_720416__.n = (module) => {
19483
19491
  /******/ var getter = module && module.__esModule ?
19484
19492
  /******/ () => (module['default']) :
19485
19493
  /******/ () => (module);
19486
- /******/ __webpack_require__.d(getter, { a: getter });
19494
+ /******/ __nested_webpack_require_720416__.d(getter, { a: getter });
19487
19495
  /******/ return getter;
19488
19496
  /******/ };
19489
19497
  /******/ })();
@@ -19491,9 +19499,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19491
19499
  /******/ /* webpack/runtime/define property getters */
19492
19500
  /******/ (() => {
19493
19501
  /******/ // define getter functions for harmony exports
19494
- /******/ __webpack_require__.d = (exports, definition) => {
19502
+ /******/ __nested_webpack_require_720416__.d = (exports, definition) => {
19495
19503
  /******/ for(var key in definition) {
19496
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
19504
+ /******/ if(__nested_webpack_require_720416__.o(definition, key) && !__nested_webpack_require_720416__.o(exports, key)) {
19497
19505
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
19498
19506
  /******/ }
19499
19507
  /******/ }
@@ -19502,7 +19510,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19502
19510
  /******/
19503
19511
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
19504
19512
  /******/ (() => {
19505
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
19513
+ /******/ __nested_webpack_require_720416__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
19506
19514
  /******/ })();
19507
19515
  /******/
19508
19516
  /************************************************************************/
@@ -19510,14 +19518,14 @@ var __webpack_exports__ = {};
19510
19518
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
19511
19519
  (() => {
19512
19520
  "use strict";
19513
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
19514
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
19515
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
19516
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
19517
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3899);
19518
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_2__);
19519
- /* harmony import */ var _jqxbulletchart__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(409);
19520
- /* harmony import */ var _jqxbulletchart__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxbulletchart__WEBPACK_IMPORTED_MODULE_3__);
19521
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_720416__(5459);
19522
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_720416__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
19523
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_720416__(4198);
19524
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_720416__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
19525
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_720416__(3899);
19526
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_720416__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_2__);
19527
+ /* harmony import */ var _jqxbulletchart__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_720416__(409);
19528
+ /* harmony import */ var _jqxbulletchart__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_720416__.n(_jqxbulletchart__WEBPACK_IMPORTED_MODULE_3__);
19521
19529
 
19522
19530
 
19523
19531
 
@@ -19525,5 +19533,7 @@ var __webpack_exports__ = {};
19525
19533
 
19526
19534
  })();
19527
19535
 
19536
+ /******/ })()
19537
+ ;
19528
19538
  /******/ })()
19529
19539
  ;
@@ -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
 
@@ -1832,7 +1840,7 @@ License: https://jqwidgets.com/license/ */
1832
1840
  /***/ }),
1833
1841
 
1834
1842
  /***/ 5459:
1835
- /***/ ((module, exports, __webpack_require__) => {
1843
+ /***/ ((module, exports, __nested_webpack_require_74206__) => {
1836
1844
 
1837
1845
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1838
1846
  /* eslint-disable */
@@ -10012,7 +10020,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10012
10020
  // file names, and JQXLite is normally delivered in a lowercase file name.
10013
10021
  // Do this after creating the global so that if an AMD module wants to call
10014
10022
  // noConflict to hide this version of JQXLite, it will work.
10015
- if ( true && __webpack_require__.amdO.JQXLite) {
10023
+ if ( true && __nested_webpack_require_74206__.amdO.JQXLite) {
10016
10024
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10017
10025
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10018
10026
  }
@@ -13215,7 +13223,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13215
13223
  /******/ var __webpack_module_cache__ = {};
13216
13224
  /******/
13217
13225
  /******/ // The require function
13218
- /******/ function __webpack_require__(moduleId) {
13226
+ /******/ function __nested_webpack_require_423197__(moduleId) {
13219
13227
  /******/ // Check if module is in cache
13220
13228
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
13221
13229
  /******/ if (cachedModule !== undefined) {
@@ -13229,7 +13237,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13229
13237
  /******/ };
13230
13238
  /******/
13231
13239
  /******/ // Execute the module function
13232
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
13240
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_423197__);
13233
13241
  /******/
13234
13242
  /******/ // Return the exports of the module
13235
13243
  /******/ return module.exports;
@@ -13238,17 +13246,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13238
13246
  /************************************************************************/
13239
13247
  /******/ /* webpack/runtime/amd options */
13240
13248
  /******/ (() => {
13241
- /******/ __webpack_require__.amdO = {};
13249
+ /******/ __nested_webpack_require_423197__.amdO = {};
13242
13250
  /******/ })();
13243
13251
  /******/
13244
13252
  /******/ /* webpack/runtime/compat get default export */
13245
13253
  /******/ (() => {
13246
13254
  /******/ // getDefaultExport function for compatibility with non-harmony modules
13247
- /******/ __webpack_require__.n = (module) => {
13255
+ /******/ __nested_webpack_require_423197__.n = (module) => {
13248
13256
  /******/ var getter = module && module.__esModule ?
13249
13257
  /******/ () => (module['default']) :
13250
13258
  /******/ () => (module);
13251
- /******/ __webpack_require__.d(getter, { a: getter });
13259
+ /******/ __nested_webpack_require_423197__.d(getter, { a: getter });
13252
13260
  /******/ return getter;
13253
13261
  /******/ };
13254
13262
  /******/ })();
@@ -13256,9 +13264,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13256
13264
  /******/ /* webpack/runtime/define property getters */
13257
13265
  /******/ (() => {
13258
13266
  /******/ // define getter functions for harmony exports
13259
- /******/ __webpack_require__.d = (exports, definition) => {
13267
+ /******/ __nested_webpack_require_423197__.d = (exports, definition) => {
13260
13268
  /******/ for(var key in definition) {
13261
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13269
+ /******/ if(__nested_webpack_require_423197__.o(definition, key) && !__nested_webpack_require_423197__.o(exports, key)) {
13262
13270
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
13263
13271
  /******/ }
13264
13272
  /******/ }
@@ -13267,7 +13275,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13267
13275
  /******/
13268
13276
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
13269
13277
  /******/ (() => {
13270
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13278
+ /******/ __nested_webpack_require_423197__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13271
13279
  /******/ })();
13272
13280
  /******/
13273
13281
  /************************************************************************/
@@ -13275,16 +13283,18 @@ var __webpack_exports__ = {};
13275
13283
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
13276
13284
  (() => {
13277
13285
  "use strict";
13278
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
13279
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13280
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
13281
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13282
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
13283
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
13286
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_423197__(5459);
13287
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_423197__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13288
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_423197__(7351);
13289
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_423197__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13290
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_423197__(7196);
13291
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_423197__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
13284
13292
 
13285
13293
 
13286
13294
 
13287
13295
  })();
13288
13296
 
13297
+ /******/ })()
13298
+ ;
13289
13299
  /******/ })()
13290
13300
  ;
@@ -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
  ;