jqwidgets-ng 23.0.6 → 23.0.7

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 (92) hide show
  1. package/jqwidgets/jqx-all.js +4 -28
  2. package/jqwidgets/jqxbarcode.js +0 -6
  3. package/jqwidgets/jqxchart.core.js +1 -1
  4. package/jqwidgets/jqxchart.js +1 -1
  5. package/jqwidgets/jqxcheckboxgroup.js +0 -6
  6. package/jqwidgets/jqxdatatable.js +1 -1
  7. package/jqwidgets/jqxgrid.js +1 -1
  8. package/jqwidgets/jqxqrcode.js +0 -6
  9. package/jqwidgets/jqxradiobuttongroup.js +0 -6
  10. package/jqwidgets/jqxscheduler.js +1 -1
  11. package/jqwidgets/jqxsplitlayout.js +2 -2455
  12. package/jqwidgets/modules/jqxbarcode.js +15 -135
  13. package/jqwidgets/modules/jqxbargauge.js +17 -137
  14. package/jqwidgets/modules/jqxbulletchart.js +19 -139
  15. package/jqwidgets/modules/jqxbuttongroup.js +17 -137
  16. package/jqwidgets/modules/jqxbuttons.js +15 -135
  17. package/jqwidgets/modules/jqxcalendar.js +21 -141
  18. package/jqwidgets/modules/jqxchart.js +29 -149
  19. package/jqwidgets/modules/jqxcheckbox.js +19 -139
  20. package/jqwidgets/modules/jqxcheckboxgroup.js +19 -139
  21. package/jqwidgets/modules/jqxcolorpicker.js +21 -141
  22. package/jqwidgets/modules/jqxcombobox.js +25 -145
  23. package/jqwidgets/modules/jqxcomplexinput.js +17 -137
  24. package/jqwidgets/modules/jqxdatatable.js +45 -165
  25. package/jqwidgets/modules/jqxdatetimeinput.js +39 -159
  26. package/jqwidgets/modules/jqxdocking.js +19 -139
  27. package/jqwidgets/modules/jqxdockinglayout.js +27 -147
  28. package/jqwidgets/modules/jqxdockpanel.js +17 -137
  29. package/jqwidgets/modules/jqxdragdrop.js +19 -139
  30. package/jqwidgets/modules/jqxdraw.js +15 -135
  31. package/jqwidgets/modules/jqxdropdownbutton.js +17 -137
  32. package/jqwidgets/modules/jqxdropdownlist.js +37 -157
  33. package/jqwidgets/modules/jqxeditor.js +49 -169
  34. package/jqwidgets/modules/jqxexpander.js +23 -143
  35. package/jqwidgets/modules/jqxfileupload.js +19 -139
  36. package/jqwidgets/modules/jqxform.js +48 -168
  37. package/jqwidgets/modules/jqxformattedinput.js +39 -159
  38. package/jqwidgets/modules/jqxgantt.js +17 -137
  39. package/jqwidgets/modules/jqxgauge.js +21 -141
  40. package/jqwidgets/modules/jqxgrid.js +94 -191
  41. package/jqwidgets/modules/jqxheatmap.js +17 -137
  42. package/jqwidgets/modules/jqxinput.js +19 -139
  43. package/jqwidgets/modules/jqxkanban.js +49 -169
  44. package/jqwidgets/modules/jqxknob.js +19 -139
  45. package/jqwidgets/modules/jqxlayout.js +27 -147
  46. package/jqwidgets/modules/jqxlineargauge.js +21 -141
  47. package/jqwidgets/modules/jqxlinkbutton.js +15 -135
  48. package/jqwidgets/modules/jqxlistbox.js +29 -149
  49. package/jqwidgets/modules/jqxlistmenu.js +45 -165
  50. package/jqwidgets/modules/jqxloader.js +15 -135
  51. package/jqwidgets/modules/jqxmaskedinput.js +15 -135
  52. package/jqwidgets/modules/jqxmenu.js +27 -147
  53. package/jqwidgets/modules/jqxnavbar.js +23 -143
  54. package/jqwidgets/modules/jqxnavigationbar.js +31 -151
  55. package/jqwidgets/modules/jqxnotification.js +23 -143
  56. package/jqwidgets/modules/jqxnumberinput.js +29 -149
  57. package/jqwidgets/modules/jqxpanel.js +21 -141
  58. package/jqwidgets/modules/jqxpasswordinput.js +23 -143
  59. package/jqwidgets/modules/jqxpivotdesigner.js +53 -173
  60. package/jqwidgets/modules/jqxpivotgrid.js +53 -173
  61. package/jqwidgets/modules/jqxpopover.js +17 -137
  62. package/jqwidgets/modules/jqxprogressbar.js +15 -135
  63. package/jqwidgets/modules/jqxqrcode.js +23 -143
  64. package/jqwidgets/modules/jqxradiobutongroup.js +19 -139
  65. package/jqwidgets/modules/jqxradiobutton.js +17 -137
  66. package/jqwidgets/modules/jqxrangeselector.js +19 -139
  67. package/jqwidgets/modules/jqxrating.js +17 -137
  68. package/jqwidgets/modules/jqxrepeatbutton.js +15 -135
  69. package/jqwidgets/modules/jqxresponsivepanel.js +17 -137
  70. package/jqwidgets/modules/jqxribbon.js +19 -139
  71. package/jqwidgets/modules/jqxscheduler.js +55 -175
  72. package/jqwidgets/modules/jqxscrollbar.js +17 -137
  73. package/jqwidgets/modules/jqxscrollview.js +17 -137
  74. package/jqwidgets/modules/jqxslider.js +17 -127
  75. package/jqwidgets/modules/jqxsortable.js +14104 -68
  76. package/jqwidgets/modules/jqxsplitlayout.js +11472 -71
  77. package/jqwidgets/modules/jqxsplitter.js +13453 -68
  78. package/jqwidgets/modules/jqxswitchbutton.js +21 -131
  79. package/jqwidgets/modules/jqxtabs.js +29 -139
  80. package/jqwidgets/modules/jqxtagcloud.js +23 -133
  81. package/jqwidgets/modules/jqxtextarea.js +23 -133
  82. package/jqwidgets/modules/jqxtimeline.js +15 -125
  83. package/jqwidgets/modules/jqxtimepicker.js +17 -127
  84. package/jqwidgets/modules/jqxtogglebutton.js +15 -125
  85. package/jqwidgets/modules/jqxtoolbar.js +47 -157
  86. package/jqwidgets/modules/jqxtooltip.js +15 -125
  87. package/jqwidgets/modules/jqxtree.js +27 -137
  88. package/jqwidgets/modules/jqxtreegrid.js +47 -157
  89. package/jqwidgets/modules/jqxtreemap.js +19 -129
  90. package/jqwidgets/modules/jqxvalidator.js +21 -131
  91. package/jqwidgets/modules/jqxwindow.js +17 -127
  92. package/package.json +1 -1
@@ -1,101 +1,5 @@
1
1
 
2
- /* Release Date: Jan-28-2025
3
- Copyright (c) 2011-2025 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Jan-28-2025
11
- Copyright (c) 2011-2025 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Jan-28-2025
19
- Copyright (c) 2011-2025 jQWidgets.
20
- License: https://jqwidgets.com/license/ */
21
-
22
-
23
- /******/ (() => { // webpackBootstrap
24
- var __webpack_exports__ = {};
25
-
26
- /* Release Date: Jan-28-2025
27
- Copyright (c) 2011-2025 jQWidgets.
28
- License: https://jqwidgets.com/license/ */
29
-
30
-
31
- /******/ (() => { // webpackBootstrap
32
- var __webpack_exports__ = {};
33
-
34
- /* Release Date: Jan-28-2025
35
- Copyright (c) 2011-2025 jQWidgets.
36
- License: https://jqwidgets.com/license/ */
37
-
38
-
39
- /******/ (() => { // webpackBootstrap
40
- var __webpack_exports__ = {};
41
-
42
- /* Release Date: Jan-28-2025
43
- Copyright (c) 2011-2025 jQWidgets.
44
- License: https://jqwidgets.com/license/ */
45
-
46
-
47
- /******/ (() => { // webpackBootstrap
48
- var __webpack_exports__ = {};
49
-
50
- /* Release Date: Jan-28-2025
51
- Copyright (c) 2011-2025 jQWidgets.
52
- License: https://jqwidgets.com/license/ */
53
-
54
-
55
- /******/ (() => { // webpackBootstrap
56
- var __webpack_exports__ = {};
57
-
58
- /* Release Date: Jan-28-2025
59
- Copyright (c) 2011-2025 jQWidgets.
60
- License: https://jqwidgets.com/license/ */
61
-
62
-
63
- /******/ (() => { // webpackBootstrap
64
- var __webpack_exports__ = {};
65
-
66
- /* Release Date: Jan-28-2025
67
- Copyright (c) 2011-2025 jQWidgets.
68
- License: https://jqwidgets.com/license/ */
69
-
70
-
71
- /******/ (() => { // webpackBootstrap
72
- var __webpack_exports__ = {};
73
-
74
- /* Release Date: Jan-28-2025
75
- Copyright (c) 2011-2025 jQWidgets.
76
- License: https://jqwidgets.com/license/ */
77
-
78
-
79
- /******/ (() => { // webpackBootstrap
80
- var __webpack_exports__ = {};
81
-
82
- /* Release Date: Jan-28-2025
83
- Copyright (c) 2011-2025 jQWidgets.
84
- License: https://jqwidgets.com/license/ */
85
-
86
-
87
- /******/ (() => { // webpackBootstrap
88
- var __webpack_exports__ = {};
89
-
90
- /* Release Date: Jan-28-2025
91
- Copyright (c) 2011-2025 jQWidgets.
92
- License: https://jqwidgets.com/license/ */
93
-
94
-
95
- /******/ (() => { // webpackBootstrap
96
- var __webpack_exports__ = {};
97
-
98
- /* Release Date: Jan-28-2025
2
+ /* Release Date: May-26-2025
99
3
  Copyright (c) 2011-2025 jQWidgets.
100
4
  License: https://jqwidgets.com/license/ */
101
5
 
@@ -11522,7 +11426,7 @@ document.Globalize = Globalize;
11522
11426
  /***/ }),
11523
11427
 
11524
11428
  /***/ 5459:
11525
- /***/ ((module, exports, __nested_webpack_require_484119__) => {
11429
+ /***/ ((module, exports, __webpack_require__) => {
11526
11430
 
11527
11431
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
11528
11432
  /* eslint-disable */
@@ -19702,7 +19606,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19702
19606
  // file names, and JQXLite is normally delivered in a lowercase file name.
19703
19607
  // Do this after creating the global so that if an AMD module wants to call
19704
19608
  // noConflict to hide this version of JQXLite, it will work.
19705
- if ( true && __nested_webpack_require_484119__.amdO.JQXLite) {
19609
+ if ( true && __webpack_require__.amdO.JQXLite) {
19706
19610
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
19707
19611
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
19708
19612
  }
@@ -73739,7 +73643,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73739
73643
  /******/ var __webpack_module_cache__ = {};
73740
73644
  /******/
73741
73645
  /******/ // The require function
73742
- /******/ function __nested_webpack_require_3035827__(moduleId) {
73646
+ /******/ function __webpack_require__(moduleId) {
73743
73647
  /******/ // Check if module is in cache
73744
73648
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
73745
73649
  /******/ if (cachedModule !== undefined) {
@@ -73753,7 +73657,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73753
73657
  /******/ };
73754
73658
  /******/
73755
73659
  /******/ // Execute the module function
73756
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3035827__);
73660
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
73757
73661
  /******/
73758
73662
  /******/ // Return the exports of the module
73759
73663
  /******/ return module.exports;
@@ -73762,17 +73666,17 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73762
73666
  /************************************************************************/
73763
73667
  /******/ /* webpack/runtime/amd options */
73764
73668
  /******/ (() => {
73765
- /******/ __nested_webpack_require_3035827__.amdO = {};
73669
+ /******/ __webpack_require__.amdO = {};
73766
73670
  /******/ })();
73767
73671
  /******/
73768
73672
  /******/ /* webpack/runtime/compat get default export */
73769
73673
  /******/ (() => {
73770
73674
  /******/ // getDefaultExport function for compatibility with non-harmony modules
73771
- /******/ __nested_webpack_require_3035827__.n = (module) => {
73675
+ /******/ __webpack_require__.n = (module) => {
73772
73676
  /******/ var getter = module && module.__esModule ?
73773
73677
  /******/ () => (module['default']) :
73774
73678
  /******/ () => (module);
73775
- /******/ __nested_webpack_require_3035827__.d(getter, { a: getter });
73679
+ /******/ __webpack_require__.d(getter, { a: getter });
73776
73680
  /******/ return getter;
73777
73681
  /******/ };
73778
73682
  /******/ })();
@@ -73780,9 +73684,9 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73780
73684
  /******/ /* webpack/runtime/define property getters */
73781
73685
  /******/ (() => {
73782
73686
  /******/ // define getter functions for harmony exports
73783
- /******/ __nested_webpack_require_3035827__.d = (exports, definition) => {
73687
+ /******/ __webpack_require__.d = (exports, definition) => {
73784
73688
  /******/ for(var key in definition) {
73785
- /******/ if(__nested_webpack_require_3035827__.o(definition, key) && !__nested_webpack_require_3035827__.o(exports, key)) {
73689
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
73786
73690
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
73787
73691
  /******/ }
73788
73692
  /******/ }
@@ -73791,7 +73695,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73791
73695
  /******/
73792
73696
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
73793
73697
  /******/ (() => {
73794
- /******/ __nested_webpack_require_3035827__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
73698
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
73795
73699
  /******/ })();
73796
73700
  /******/
73797
73701
  /************************************************************************/
@@ -73799,48 +73703,48 @@ var __webpack_exports__ = {};
73799
73703
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
73800
73704
  (() => {
73801
73705
  "use strict";
73802
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3035827__(5459);
73803
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
73804
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3035827__(4198);
73805
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
73806
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3035827__(3907);
73807
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
73808
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3035827__(714);
73809
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
73810
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3035827__(7351);
73811
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
73812
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3035827__(7196);
73813
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
73814
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3035827__(4240);
73815
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
73816
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3035827__(1610);
73817
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
73818
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3035827__(1062);
73819
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
73820
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3035827__(5868);
73821
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
73822
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3035827__(4720);
73823
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
73824
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3035827__(7995);
73825
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
73826
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3035827__(4545);
73827
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
73828
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3035827__(2497);
73829
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
73830
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3035827__(5725);
73831
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
73832
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3035827__(4993);
73833
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
73834
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3035827__(7762);
73835
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
73836
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3035827__(3601);
73837
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
73838
- /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_3035827__(2853);
73839
- /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
73840
- /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __nested_webpack_require_3035827__(1898);
73841
- /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
73842
- /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __nested_webpack_require_3035827__(7323);
73843
- /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
73706
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
73707
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
73708
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
73709
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
73710
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
73711
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
73712
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
73713
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
73714
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
73715
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
73716
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
73717
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
73718
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
73719
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
73720
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
73721
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
73722
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
73723
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
73724
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
73725
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
73726
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
73727
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
73728
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
73729
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
73730
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
73731
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
73732
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
73733
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
73734
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
73735
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
73736
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
73737
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
73738
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(7762);
73739
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
73740
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(3601);
73741
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
73742
+ /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(2853);
73743
+ /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
73744
+ /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(1898);
73745
+ /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
73746
+ /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(7323);
73747
+ /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
73844
73748
 
73845
73749
 
73846
73750
 
@@ -73864,29 +73768,5 @@ var __webpack_exports__ = {};
73864
73768
 
73865
73769
  })();
73866
73770
 
73867
- /******/ })()
73868
- ;
73869
- /******/ })()
73870
- ;
73871
- /******/ })()
73872
- ;
73873
- /******/ })()
73874
- ;
73875
- /******/ })()
73876
- ;
73877
- /******/ })()
73878
- ;
73879
- /******/ })()
73880
- ;
73881
- /******/ })()
73882
- ;
73883
- /******/ })()
73884
- ;
73885
- /******/ })()
73886
- ;
73887
- /******/ })()
73888
- ;
73889
- /******/ })()
73890
- ;
73891
73771
  /******/ })()
73892
73772
  ;
@@ -1,101 +1,5 @@
1
1
 
2
- /* Release Date: Jan-28-2025
3
- Copyright (c) 2011-2025 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Jan-28-2025
11
- Copyright (c) 2011-2025 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Jan-28-2025
19
- Copyright (c) 2011-2025 jQWidgets.
20
- License: https://jqwidgets.com/license/ */
21
-
22
-
23
- /******/ (() => { // webpackBootstrap
24
- var __webpack_exports__ = {};
25
-
26
- /* Release Date: Jan-28-2025
27
- Copyright (c) 2011-2025 jQWidgets.
28
- License: https://jqwidgets.com/license/ */
29
-
30
-
31
- /******/ (() => { // webpackBootstrap
32
- var __webpack_exports__ = {};
33
-
34
- /* Release Date: Jan-28-2025
35
- Copyright (c) 2011-2025 jQWidgets.
36
- License: https://jqwidgets.com/license/ */
37
-
38
-
39
- /******/ (() => { // webpackBootstrap
40
- var __webpack_exports__ = {};
41
-
42
- /* Release Date: Jan-28-2025
43
- Copyright (c) 2011-2025 jQWidgets.
44
- License: https://jqwidgets.com/license/ */
45
-
46
-
47
- /******/ (() => { // webpackBootstrap
48
- var __webpack_exports__ = {};
49
-
50
- /* Release Date: Jan-28-2025
51
- Copyright (c) 2011-2025 jQWidgets.
52
- License: https://jqwidgets.com/license/ */
53
-
54
-
55
- /******/ (() => { // webpackBootstrap
56
- var __webpack_exports__ = {};
57
-
58
- /* Release Date: Jan-28-2025
59
- Copyright (c) 2011-2025 jQWidgets.
60
- License: https://jqwidgets.com/license/ */
61
-
62
-
63
- /******/ (() => { // webpackBootstrap
64
- var __webpack_exports__ = {};
65
-
66
- /* Release Date: Jan-28-2025
67
- Copyright (c) 2011-2025 jQWidgets.
68
- License: https://jqwidgets.com/license/ */
69
-
70
-
71
- /******/ (() => { // webpackBootstrap
72
- var __webpack_exports__ = {};
73
-
74
- /* Release Date: Jan-28-2025
75
- Copyright (c) 2011-2025 jQWidgets.
76
- License: https://jqwidgets.com/license/ */
77
-
78
-
79
- /******/ (() => { // webpackBootstrap
80
- var __webpack_exports__ = {};
81
-
82
- /* Release Date: Jan-28-2025
83
- Copyright (c) 2011-2025 jQWidgets.
84
- License: https://jqwidgets.com/license/ */
85
-
86
-
87
- /******/ (() => { // webpackBootstrap
88
- var __webpack_exports__ = {};
89
-
90
- /* Release Date: Jan-28-2025
91
- Copyright (c) 2011-2025 jQWidgets.
92
- License: https://jqwidgets.com/license/ */
93
-
94
-
95
- /******/ (() => { // webpackBootstrap
96
- var __webpack_exports__ = {};
97
-
98
- /* Release Date: Jan-28-2025
2
+ /* Release Date: May-26-2025
99
3
  Copyright (c) 2011-2025 jQWidgets.
100
4
  License: https://jqwidgets.com/license/ */
101
5
 
@@ -11522,7 +11426,7 @@ document.Globalize = Globalize;
11522
11426
  /***/ }),
11523
11427
 
11524
11428
  /***/ 5459:
11525
- /***/ ((module, exports, __nested_webpack_require_484119__) => {
11429
+ /***/ ((module, exports, __webpack_require__) => {
11526
11430
 
11527
11431
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
11528
11432
  /* eslint-disable */
@@ -19702,7 +19606,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19702
19606
  // file names, and JQXLite is normally delivered in a lowercase file name.
19703
19607
  // Do this after creating the global so that if an AMD module wants to call
19704
19608
  // noConflict to hide this version of JQXLite, it will work.
19705
- if ( true && __nested_webpack_require_484119__.amdO.JQXLite) {
19609
+ if ( true && __webpack_require__.amdO.JQXLite) {
19706
19610
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
19707
19611
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
19708
19612
  }
@@ -73739,7 +73643,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73739
73643
  /******/ var __webpack_module_cache__ = {};
73740
73644
  /******/
73741
73645
  /******/ // The require function
73742
- /******/ function __nested_webpack_require_3035827__(moduleId) {
73646
+ /******/ function __webpack_require__(moduleId) {
73743
73647
  /******/ // Check if module is in cache
73744
73648
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
73745
73649
  /******/ if (cachedModule !== undefined) {
@@ -73753,7 +73657,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73753
73657
  /******/ };
73754
73658
  /******/
73755
73659
  /******/ // Execute the module function
73756
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3035827__);
73660
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
73757
73661
  /******/
73758
73662
  /******/ // Return the exports of the module
73759
73663
  /******/ return module.exports;
@@ -73762,17 +73666,17 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73762
73666
  /************************************************************************/
73763
73667
  /******/ /* webpack/runtime/amd options */
73764
73668
  /******/ (() => {
73765
- /******/ __nested_webpack_require_3035827__.amdO = {};
73669
+ /******/ __webpack_require__.amdO = {};
73766
73670
  /******/ })();
73767
73671
  /******/
73768
73672
  /******/ /* webpack/runtime/compat get default export */
73769
73673
  /******/ (() => {
73770
73674
  /******/ // getDefaultExport function for compatibility with non-harmony modules
73771
- /******/ __nested_webpack_require_3035827__.n = (module) => {
73675
+ /******/ __webpack_require__.n = (module) => {
73772
73676
  /******/ var getter = module && module.__esModule ?
73773
73677
  /******/ () => (module['default']) :
73774
73678
  /******/ () => (module);
73775
- /******/ __nested_webpack_require_3035827__.d(getter, { a: getter });
73679
+ /******/ __webpack_require__.d(getter, { a: getter });
73776
73680
  /******/ return getter;
73777
73681
  /******/ };
73778
73682
  /******/ })();
@@ -73780,9 +73684,9 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73780
73684
  /******/ /* webpack/runtime/define property getters */
73781
73685
  /******/ (() => {
73782
73686
  /******/ // define getter functions for harmony exports
73783
- /******/ __nested_webpack_require_3035827__.d = (exports, definition) => {
73687
+ /******/ __webpack_require__.d = (exports, definition) => {
73784
73688
  /******/ for(var key in definition) {
73785
- /******/ if(__nested_webpack_require_3035827__.o(definition, key) && !__nested_webpack_require_3035827__.o(exports, key)) {
73689
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
73786
73690
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
73787
73691
  /******/ }
73788
73692
  /******/ }
@@ -73791,7 +73695,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73791
73695
  /******/
73792
73696
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
73793
73697
  /******/ (() => {
73794
- /******/ __nested_webpack_require_3035827__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
73698
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
73795
73699
  /******/ })();
73796
73700
  /******/
73797
73701
  /************************************************************************/
@@ -73799,48 +73703,48 @@ var __webpack_exports__ = {};
73799
73703
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
73800
73704
  (() => {
73801
73705
  "use strict";
73802
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3035827__(5459);
73803
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
73804
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3035827__(4198);
73805
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
73806
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3035827__(3907);
73807
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
73808
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3035827__(714);
73809
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
73810
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3035827__(7351);
73811
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
73812
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3035827__(7196);
73813
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
73814
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3035827__(4240);
73815
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
73816
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3035827__(1610);
73817
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
73818
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3035827__(1062);
73819
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
73820
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3035827__(5868);
73821
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
73822
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3035827__(4720);
73823
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
73824
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3035827__(7995);
73825
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
73826
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3035827__(4545);
73827
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
73828
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3035827__(2497);
73829
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
73830
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3035827__(5725);
73831
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
73832
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3035827__(4993);
73833
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
73834
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3035827__(7762);
73835
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
73836
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3035827__(3601);
73837
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
73838
- /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_3035827__(2853);
73839
- /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
73840
- /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __nested_webpack_require_3035827__(1898);
73841
- /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
73842
- /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __nested_webpack_require_3035827__(7323);
73843
- /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
73706
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
73707
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
73708
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
73709
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
73710
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
73711
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
73712
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
73713
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
73714
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
73715
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
73716
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
73717
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
73718
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
73719
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
73720
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
73721
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
73722
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
73723
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
73724
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
73725
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
73726
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
73727
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
73728
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
73729
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
73730
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
73731
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
73732
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
73733
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
73734
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
73735
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
73736
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
73737
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
73738
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(7762);
73739
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
73740
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(3601);
73741
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
73742
+ /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(2853);
73743
+ /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
73744
+ /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(1898);
73745
+ /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
73746
+ /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(7323);
73747
+ /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
73844
73748
 
73845
73749
 
73846
73750
 
@@ -73864,29 +73768,5 @@ var __webpack_exports__ = {};
73864
73768
 
73865
73769
  })();
73866
73770
 
73867
- /******/ })()
73868
- ;
73869
- /******/ })()
73870
- ;
73871
- /******/ })()
73872
- ;
73873
- /******/ })()
73874
- ;
73875
- /******/ })()
73876
- ;
73877
- /******/ })()
73878
- ;
73879
- /******/ })()
73880
- ;
73881
- /******/ })()
73882
- ;
73883
- /******/ })()
73884
- ;
73885
- /******/ })()
73886
- ;
73887
- /******/ })()
73888
- ;
73889
- /******/ })()
73890
- ;
73891
73771
  /******/ })()
73892
73772
  ;