jqwidgets-ng 23.0.5 → 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 (91) 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/jqxqrcode.js +0 -6
  8. package/jqwidgets/jqxradiobuttongroup.js +0 -6
  9. package/jqwidgets/jqxscheduler.js +1 -1
  10. package/jqwidgets/jqxsplitlayout.js +2 -2455
  11. package/jqwidgets/modules/jqxbarcode.js +15 -65
  12. package/jqwidgets/modules/jqxbargauge.js +17 -67
  13. package/jqwidgets/modules/jqxbulletchart.js +19 -69
  14. package/jqwidgets/modules/jqxbuttongroup.js +17 -67
  15. package/jqwidgets/modules/jqxbuttons.js +15 -65
  16. package/jqwidgets/modules/jqxcalendar.js +21 -71
  17. package/jqwidgets/modules/jqxchart.js +29 -79
  18. package/jqwidgets/modules/jqxcheckbox.js +19 -69
  19. package/jqwidgets/modules/jqxcheckboxgroup.js +19 -69
  20. package/jqwidgets/modules/jqxcolorpicker.js +21 -71
  21. package/jqwidgets/modules/jqxcombobox.js +25 -75
  22. package/jqwidgets/modules/jqxcomplexinput.js +17 -67
  23. package/jqwidgets/modules/jqxdatatable.js +45 -95
  24. package/jqwidgets/modules/jqxdatetimeinput.js +39 -89
  25. package/jqwidgets/modules/jqxdocking.js +19 -69
  26. package/jqwidgets/modules/jqxdockinglayout.js +27 -77
  27. package/jqwidgets/modules/jqxdockpanel.js +17 -67
  28. package/jqwidgets/modules/jqxdragdrop.js +19 -69
  29. package/jqwidgets/modules/jqxdraw.js +15 -65
  30. package/jqwidgets/modules/jqxdropdownbutton.js +17 -67
  31. package/jqwidgets/modules/jqxdropdownlist.js +37 -87
  32. package/jqwidgets/modules/jqxeditor.js +49 -99
  33. package/jqwidgets/modules/jqxexpander.js +23 -73
  34. package/jqwidgets/modules/jqxfileupload.js +19 -69
  35. package/jqwidgets/modules/jqxform.js +48 -98
  36. package/jqwidgets/modules/jqxformattedinput.js +39 -89
  37. package/jqwidgets/modules/jqxgantt.js +17 -67
  38. package/jqwidgets/modules/jqxgauge.js +21 -71
  39. package/jqwidgets/modules/jqxgrid.js +94 -121
  40. package/jqwidgets/modules/jqxheatmap.js +17 -67
  41. package/jqwidgets/modules/jqxinput.js +19 -69
  42. package/jqwidgets/modules/jqxkanban.js +49 -99
  43. package/jqwidgets/modules/jqxknob.js +19 -69
  44. package/jqwidgets/modules/jqxlayout.js +27 -77
  45. package/jqwidgets/modules/jqxlineargauge.js +21 -71
  46. package/jqwidgets/modules/jqxlinkbutton.js +15 -65
  47. package/jqwidgets/modules/jqxlistbox.js +29 -79
  48. package/jqwidgets/modules/jqxlistmenu.js +45 -95
  49. package/jqwidgets/modules/jqxloader.js +15 -65
  50. package/jqwidgets/modules/jqxmaskedinput.js +15 -65
  51. package/jqwidgets/modules/jqxmenu.js +27 -77
  52. package/jqwidgets/modules/jqxnavbar.js +23 -73
  53. package/jqwidgets/modules/jqxnavigationbar.js +31 -81
  54. package/jqwidgets/modules/jqxnotification.js +23 -73
  55. package/jqwidgets/modules/jqxnumberinput.js +29 -79
  56. package/jqwidgets/modules/jqxpanel.js +21 -71
  57. package/jqwidgets/modules/jqxpasswordinput.js +23 -73
  58. package/jqwidgets/modules/jqxpivotdesigner.js +53 -103
  59. package/jqwidgets/modules/jqxpivotgrid.js +53 -103
  60. package/jqwidgets/modules/jqxpopover.js +17 -67
  61. package/jqwidgets/modules/jqxprogressbar.js +15 -65
  62. package/jqwidgets/modules/jqxqrcode.js +23 -73
  63. package/jqwidgets/modules/jqxradiobutongroup.js +19 -69
  64. package/jqwidgets/modules/jqxradiobutton.js +17 -67
  65. package/jqwidgets/modules/jqxrangeselector.js +19 -69
  66. package/jqwidgets/modules/jqxrating.js +17 -67
  67. package/jqwidgets/modules/jqxrepeatbutton.js +15 -65
  68. package/jqwidgets/modules/jqxresponsivepanel.js +17 -67
  69. package/jqwidgets/modules/jqxribbon.js +19 -69
  70. package/jqwidgets/modules/jqxscheduler.js +55 -105
  71. package/jqwidgets/modules/jqxscrollbar.js +17 -67
  72. package/jqwidgets/modules/jqxscrollview.js +17 -67
  73. package/jqwidgets/modules/jqxslider.js +17 -57
  74. package/jqwidgets/modules/jqxsortable.js +14114 -8
  75. package/jqwidgets/modules/jqxsplitlayout.js +11479 -8
  76. package/jqwidgets/modules/jqxsplitter.js +13463 -8
  77. package/jqwidgets/modules/jqxswitchbutton.js +21 -61
  78. package/jqwidgets/modules/jqxtabs.js +29 -69
  79. package/jqwidgets/modules/jqxtagcloud.js +23 -63
  80. package/jqwidgets/modules/jqxtextarea.js +23 -63
  81. package/jqwidgets/modules/jqxtimeline.js +15 -55
  82. package/jqwidgets/modules/jqxtimepicker.js +17 -57
  83. package/jqwidgets/modules/jqxtogglebutton.js +15 -55
  84. package/jqwidgets/modules/jqxtoolbar.js +47 -87
  85. package/jqwidgets/modules/jqxtooltip.js +15 -55
  86. package/jqwidgets/modules/jqxtree.js +27 -67
  87. package/jqwidgets/modules/jqxtreegrid.js +47 -87
  88. package/jqwidgets/modules/jqxtreemap.js +19 -59
  89. package/jqwidgets/modules/jqxvalidator.js +21 -61
  90. package/jqwidgets/modules/jqxwindow.js +17 -57
  91. package/package.json +1 -1
@@ -1,45 +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
2
+ /* Release Date: May-26-2025
43
3
  Copyright (c) 2011-2025 jQWidgets.
44
4
  License: https://jqwidgets.com/license/ */
45
5
 
@@ -1148,7 +1108,7 @@ class Barcode {
1148
1108
  /***/ }),
1149
1109
 
1150
1110
  /***/ 5459:
1151
- /***/ ((module, exports, __nested_webpack_require_25813__) => {
1111
+ /***/ ((module, exports, __webpack_require__) => {
1152
1112
 
1153
1113
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1154
1114
  /* eslint-disable */
@@ -9328,7 +9288,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9328
9288
  // file names, and JQXLite is normally delivered in a lowercase file name.
9329
9289
  // Do this after creating the global so that if an AMD module wants to call
9330
9290
  // noConflict to hide this version of JQXLite, it will work.
9331
- if ( true && __nested_webpack_require_25813__.amdO.JQXLite) {
9291
+ if ( true && __webpack_require__.amdO.JQXLite) {
9332
9292
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9333
9293
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9334
9294
  }
@@ -29794,7 +29754,7 @@ class QRcode {
29794
29754
  /******/ var __webpack_module_cache__ = {};
29795
29755
  /******/
29796
29756
  /******/ // The require function
29797
- /******/ function __nested_webpack_require_1226867__(moduleId) {
29757
+ /******/ function __webpack_require__(moduleId) {
29798
29758
  /******/ // Check if module is in cache
29799
29759
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
29800
29760
  /******/ if (cachedModule !== undefined) {
@@ -29808,7 +29768,7 @@ class QRcode {
29808
29768
  /******/ };
29809
29769
  /******/
29810
29770
  /******/ // Execute the module function
29811
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1226867__);
29771
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
29812
29772
  /******/
29813
29773
  /******/ // Return the exports of the module
29814
29774
  /******/ return module.exports;
@@ -29817,17 +29777,17 @@ class QRcode {
29817
29777
  /************************************************************************/
29818
29778
  /******/ /* webpack/runtime/amd options */
29819
29779
  /******/ (() => {
29820
- /******/ __nested_webpack_require_1226867__.amdO = {};
29780
+ /******/ __webpack_require__.amdO = {};
29821
29781
  /******/ })();
29822
29782
  /******/
29823
29783
  /******/ /* webpack/runtime/compat get default export */
29824
29784
  /******/ (() => {
29825
29785
  /******/ // getDefaultExport function for compatibility with non-harmony modules
29826
- /******/ __nested_webpack_require_1226867__.n = (module) => {
29786
+ /******/ __webpack_require__.n = (module) => {
29827
29787
  /******/ var getter = module && module.__esModule ?
29828
29788
  /******/ () => (module['default']) :
29829
29789
  /******/ () => (module);
29830
- /******/ __nested_webpack_require_1226867__.d(getter, { a: getter });
29790
+ /******/ __webpack_require__.d(getter, { a: getter });
29831
29791
  /******/ return getter;
29832
29792
  /******/ };
29833
29793
  /******/ })();
@@ -29835,9 +29795,9 @@ class QRcode {
29835
29795
  /******/ /* webpack/runtime/define property getters */
29836
29796
  /******/ (() => {
29837
29797
  /******/ // define getter functions for harmony exports
29838
- /******/ __nested_webpack_require_1226867__.d = (exports, definition) => {
29798
+ /******/ __webpack_require__.d = (exports, definition) => {
29839
29799
  /******/ for(var key in definition) {
29840
- /******/ if(__nested_webpack_require_1226867__.o(definition, key) && !__nested_webpack_require_1226867__.o(exports, key)) {
29800
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
29841
29801
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
29842
29802
  /******/ }
29843
29803
  /******/ }
@@ -29846,7 +29806,7 @@ class QRcode {
29846
29806
  /******/
29847
29807
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
29848
29808
  /******/ (() => {
29849
- /******/ __nested_webpack_require_1226867__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
29809
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
29850
29810
  /******/ })();
29851
29811
  /******/
29852
29812
  /************************************************************************/
@@ -29854,18 +29814,18 @@ var __webpack_exports__ = {};
29854
29814
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
29855
29815
  (() => {
29856
29816
  "use strict";
29857
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1226867__(5459);
29858
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1226867__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
29859
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1226867__(4198);
29860
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1226867__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
29861
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1226867__(3907);
29862
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1226867__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
29863
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1226867__(714);
29864
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1226867__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
29865
- /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1226867__(2917);
29866
- /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1226867__.n(_jqxbarcode__WEBPACK_IMPORTED_MODULE_4__);
29867
- /* harmony import */ var _jqxqrcode__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1226867__(5606);
29868
- /* harmony import */ var _jqxqrcode__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1226867__.n(_jqxqrcode__WEBPACK_IMPORTED_MODULE_5__);
29817
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
29818
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
29819
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
29820
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
29821
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
29822
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
29823
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
29824
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
29825
+ /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(2917);
29826
+ /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbarcode__WEBPACK_IMPORTED_MODULE_4__);
29827
+ /* harmony import */ var _jqxqrcode__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5606);
29828
+ /* harmony import */ var _jqxqrcode__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxqrcode__WEBPACK_IMPORTED_MODULE_5__);
29869
29829
 
29870
29830
 
29871
29831
 
@@ -29874,15 +29834,5 @@ var __webpack_exports__ = {};
29874
29834
 
29875
29835
  })();
29876
29836
 
29877
- /******/ })()
29878
- ;
29879
- /******/ })()
29880
- ;
29881
- /******/ })()
29882
- ;
29883
- /******/ })()
29884
- ;
29885
- /******/ })()
29886
- ;
29887
29837
  /******/ })()
29888
29838
  ;
@@ -1,45 +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
2
+ /* Release Date: May-26-2025
43
3
  Copyright (c) 2011-2025 jQWidgets.
44
4
  License: https://jqwidgets.com/license/ */
45
5
 
@@ -1234,7 +1194,7 @@ License: https://jqwidgets.com/license/ */
1234
1194
  /***/ }),
1235
1195
 
1236
1196
  /***/ 5459:
1237
- /***/ ((module, exports, __nested_webpack_require_52085__) => {
1197
+ /***/ ((module, exports, __webpack_require__) => {
1238
1198
 
1239
1199
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1240
1200
  /* eslint-disable */
@@ -9414,7 +9374,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9414
9374
  // file names, and JQXLite is normally delivered in a lowercase file name.
9415
9375
  // Do this after creating the global so that if an AMD module wants to call
9416
9376
  // noConflict to hide this version of JQXLite, it will work.
9417
- if ( true && __nested_webpack_require_52085__.amdO.JQXLite) {
9377
+ if ( true && __webpack_require__.amdO.JQXLite) {
9418
9378
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9419
9379
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9420
9380
  }
@@ -13732,7 +13692,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13732
13692
  /******/ var __webpack_module_cache__ = {};
13733
13693
  /******/
13734
13694
  /******/ // The require function
13735
- /******/ function __nested_webpack_require_441993__(moduleId) {
13695
+ /******/ function __webpack_require__(moduleId) {
13736
13696
  /******/ // Check if module is in cache
13737
13697
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
13738
13698
  /******/ if (cachedModule !== undefined) {
@@ -13746,7 +13706,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13746
13706
  /******/ };
13747
13707
  /******/
13748
13708
  /******/ // Execute the module function
13749
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_441993__);
13709
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
13750
13710
  /******/
13751
13711
  /******/ // Return the exports of the module
13752
13712
  /******/ return module.exports;
@@ -13755,17 +13715,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13755
13715
  /************************************************************************/
13756
13716
  /******/ /* webpack/runtime/amd options */
13757
13717
  /******/ (() => {
13758
- /******/ __nested_webpack_require_441993__.amdO = {};
13718
+ /******/ __webpack_require__.amdO = {};
13759
13719
  /******/ })();
13760
13720
  /******/
13761
13721
  /******/ /* webpack/runtime/compat get default export */
13762
13722
  /******/ (() => {
13763
13723
  /******/ // getDefaultExport function for compatibility with non-harmony modules
13764
- /******/ __nested_webpack_require_441993__.n = (module) => {
13724
+ /******/ __webpack_require__.n = (module) => {
13765
13725
  /******/ var getter = module && module.__esModule ?
13766
13726
  /******/ () => (module['default']) :
13767
13727
  /******/ () => (module);
13768
- /******/ __nested_webpack_require_441993__.d(getter, { a: getter });
13728
+ /******/ __webpack_require__.d(getter, { a: getter });
13769
13729
  /******/ return getter;
13770
13730
  /******/ };
13771
13731
  /******/ })();
@@ -13773,9 +13733,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13773
13733
  /******/ /* webpack/runtime/define property getters */
13774
13734
  /******/ (() => {
13775
13735
  /******/ // define getter functions for harmony exports
13776
- /******/ __nested_webpack_require_441993__.d = (exports, definition) => {
13736
+ /******/ __webpack_require__.d = (exports, definition) => {
13777
13737
  /******/ for(var key in definition) {
13778
- /******/ if(__nested_webpack_require_441993__.o(definition, key) && !__nested_webpack_require_441993__.o(exports, key)) {
13738
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13779
13739
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
13780
13740
  /******/ }
13781
13741
  /******/ }
@@ -13784,7 +13744,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13784
13744
  /******/
13785
13745
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
13786
13746
  /******/ (() => {
13787
- /******/ __nested_webpack_require_441993__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13747
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13788
13748
  /******/ })();
13789
13749
  /******/
13790
13750
  /************************************************************************/
@@ -13792,14 +13752,14 @@ var __webpack_exports__ = {};
13792
13752
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
13793
13753
  (() => {
13794
13754
  "use strict";
13795
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_441993__(5459);
13796
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_441993__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13797
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_441993__(7351);
13798
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_441993__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13799
- /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_441993__(6826);
13800
- /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_441993__.n(_jqxradiobutton__WEBPACK_IMPORTED_MODULE_2__);
13801
- /* harmony import */ var _jqxradiobuttongroup__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_441993__(3645);
13802
- /* harmony import */ var _jqxradiobuttongroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_441993__.n(_jqxradiobuttongroup__WEBPACK_IMPORTED_MODULE_3__);
13755
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
13756
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13757
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
13758
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13759
+ /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6826);
13760
+ /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxradiobutton__WEBPACK_IMPORTED_MODULE_2__);
13761
+ /* harmony import */ var _jqxradiobuttongroup__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3645);
13762
+ /* harmony import */ var _jqxradiobuttongroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxradiobuttongroup__WEBPACK_IMPORTED_MODULE_3__);
13803
13763
 
13804
13764
 
13805
13765
 
@@ -13807,15 +13767,5 @@ var __webpack_exports__ = {};
13807
13767
 
13808
13768
  })();
13809
13769
 
13810
- /******/ })()
13811
- ;
13812
- /******/ })()
13813
- ;
13814
- /******/ })()
13815
- ;
13816
- /******/ })()
13817
- ;
13818
- /******/ })()
13819
- ;
13820
13770
  /******/ })()
13821
13771
  ;
@@ -1,45 +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
2
+ /* Release Date: May-26-2025
43
3
  Copyright (c) 2011-2025 jQWidgets.
44
4
  License: https://jqwidgets.com/license/ */
45
5
 
@@ -1234,7 +1194,7 @@ License: https://jqwidgets.com/license/ */
1234
1194
  /***/ }),
1235
1195
 
1236
1196
  /***/ 5459:
1237
- /***/ ((module, exports, __nested_webpack_require_52085__) => {
1197
+ /***/ ((module, exports, __webpack_require__) => {
1238
1198
 
1239
1199
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1240
1200
  /* eslint-disable */
@@ -9414,7 +9374,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9414
9374
  // file names, and JQXLite is normally delivered in a lowercase file name.
9415
9375
  // Do this after creating the global so that if an AMD module wants to call
9416
9376
  // noConflict to hide this version of JQXLite, it will work.
9417
- if ( true && __nested_webpack_require_52085__.amdO.JQXLite) {
9377
+ if ( true && __webpack_require__.amdO.JQXLite) {
9418
9378
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9419
9379
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9420
9380
  }
@@ -13340,7 +13300,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13340
13300
  /******/ var __webpack_module_cache__ = {};
13341
13301
  /******/
13342
13302
  /******/ // The require function
13343
- /******/ function __nested_webpack_require_429015__(moduleId) {
13303
+ /******/ function __webpack_require__(moduleId) {
13344
13304
  /******/ // Check if module is in cache
13345
13305
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
13346
13306
  /******/ if (cachedModule !== undefined) {
@@ -13354,7 +13314,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13354
13314
  /******/ };
13355
13315
  /******/
13356
13316
  /******/ // Execute the module function
13357
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_429015__);
13317
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
13358
13318
  /******/
13359
13319
  /******/ // Return the exports of the module
13360
13320
  /******/ return module.exports;
@@ -13363,17 +13323,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13363
13323
  /************************************************************************/
13364
13324
  /******/ /* webpack/runtime/amd options */
13365
13325
  /******/ (() => {
13366
- /******/ __nested_webpack_require_429015__.amdO = {};
13326
+ /******/ __webpack_require__.amdO = {};
13367
13327
  /******/ })();
13368
13328
  /******/
13369
13329
  /******/ /* webpack/runtime/compat get default export */
13370
13330
  /******/ (() => {
13371
13331
  /******/ // getDefaultExport function for compatibility with non-harmony modules
13372
- /******/ __nested_webpack_require_429015__.n = (module) => {
13332
+ /******/ __webpack_require__.n = (module) => {
13373
13333
  /******/ var getter = module && module.__esModule ?
13374
13334
  /******/ () => (module['default']) :
13375
13335
  /******/ () => (module);
13376
- /******/ __nested_webpack_require_429015__.d(getter, { a: getter });
13336
+ /******/ __webpack_require__.d(getter, { a: getter });
13377
13337
  /******/ return getter;
13378
13338
  /******/ };
13379
13339
  /******/ })();
@@ -13381,9 +13341,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13381
13341
  /******/ /* webpack/runtime/define property getters */
13382
13342
  /******/ (() => {
13383
13343
  /******/ // define getter functions for harmony exports
13384
- /******/ __nested_webpack_require_429015__.d = (exports, definition) => {
13344
+ /******/ __webpack_require__.d = (exports, definition) => {
13385
13345
  /******/ for(var key in definition) {
13386
- /******/ if(__nested_webpack_require_429015__.o(definition, key) && !__nested_webpack_require_429015__.o(exports, key)) {
13346
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13387
13347
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
13388
13348
  /******/ }
13389
13349
  /******/ }
@@ -13392,7 +13352,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13392
13352
  /******/
13393
13353
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
13394
13354
  /******/ (() => {
13395
- /******/ __nested_webpack_require_429015__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13355
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13396
13356
  /******/ })();
13397
13357
  /******/
13398
13358
  /************************************************************************/
@@ -13400,26 +13360,16 @@ var __webpack_exports__ = {};
13400
13360
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
13401
13361
  (() => {
13402
13362
  "use strict";
13403
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_429015__(5459);
13404
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_429015__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13405
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_429015__(7351);
13406
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_429015__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13407
- /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_429015__(6826);
13408
- /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_429015__.n(_jqxradiobutton__WEBPACK_IMPORTED_MODULE_2__);
13363
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
13364
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13365
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
13366
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13367
+ /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6826);
13368
+ /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxradiobutton__WEBPACK_IMPORTED_MODULE_2__);
13409
13369
 
13410
13370
 
13411
13371
 
13412
13372
  })();
13413
13373
 
13414
- /******/ })()
13415
- ;
13416
- /******/ })()
13417
- ;
13418
- /******/ })()
13419
- ;
13420
- /******/ })()
13421
- ;
13422
- /******/ })()
13423
- ;
13424
13374
  /******/ })()
13425
13375
  ;
@@ -1,45 +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
2
+ /* Release Date: May-26-2025
43
3
  Copyright (c) 2011-2025 jQWidgets.
44
4
  License: https://jqwidgets.com/license/ */
45
5
 
@@ -48,7 +8,7 @@ License: https://jqwidgets.com/license/ */
48
8
  /******/ var __webpack_modules__ = ({
49
9
 
50
10
  /***/ 5459:
51
- /***/ ((module, exports, __nested_webpack_require_227__) => {
11
+ /***/ ((module, exports, __webpack_require__) => {
52
12
 
53
13
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
54
14
  /* eslint-disable */
@@ -8228,7 +8188,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8228
8188
  // file names, and JQXLite is normally delivered in a lowercase file name.
8229
8189
  // Do this after creating the global so that if an AMD module wants to call
8230
8190
  // noConflict to hide this version of JQXLite, it will work.
8231
- if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
8191
+ if ( true && __webpack_require__.amdO.JQXLite) {
8232
8192
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
8233
8193
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
8234
8194
  }
@@ -20208,7 +20168,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20208
20168
  /******/ var __webpack_module_cache__ = {};
20209
20169
  /******/
20210
20170
  /******/ // The require function
20211
- /******/ function __nested_webpack_require_754342__(moduleId) {
20171
+ /******/ function __webpack_require__(moduleId) {
20212
20172
  /******/ // Check if module is in cache
20213
20173
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
20214
20174
  /******/ if (cachedModule !== undefined) {
@@ -20222,7 +20182,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20222
20182
  /******/ };
20223
20183
  /******/
20224
20184
  /******/ // Execute the module function
20225
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_754342__);
20185
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
20226
20186
  /******/
20227
20187
  /******/ // Return the exports of the module
20228
20188
  /******/ return module.exports;
@@ -20231,17 +20191,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20231
20191
  /************************************************************************/
20232
20192
  /******/ /* webpack/runtime/amd options */
20233
20193
  /******/ (() => {
20234
- /******/ __nested_webpack_require_754342__.amdO = {};
20194
+ /******/ __webpack_require__.amdO = {};
20235
20195
  /******/ })();
20236
20196
  /******/
20237
20197
  /******/ /* webpack/runtime/compat get default export */
20238
20198
  /******/ (() => {
20239
20199
  /******/ // getDefaultExport function for compatibility with non-harmony modules
20240
- /******/ __nested_webpack_require_754342__.n = (module) => {
20200
+ /******/ __webpack_require__.n = (module) => {
20241
20201
  /******/ var getter = module && module.__esModule ?
20242
20202
  /******/ () => (module['default']) :
20243
20203
  /******/ () => (module);
20244
- /******/ __nested_webpack_require_754342__.d(getter, { a: getter });
20204
+ /******/ __webpack_require__.d(getter, { a: getter });
20245
20205
  /******/ return getter;
20246
20206
  /******/ };
20247
20207
  /******/ })();
@@ -20249,9 +20209,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20249
20209
  /******/ /* webpack/runtime/define property getters */
20250
20210
  /******/ (() => {
20251
20211
  /******/ // define getter functions for harmony exports
20252
- /******/ __nested_webpack_require_754342__.d = (exports, definition) => {
20212
+ /******/ __webpack_require__.d = (exports, definition) => {
20253
20213
  /******/ for(var key in definition) {
20254
- /******/ if(__nested_webpack_require_754342__.o(definition, key) && !__nested_webpack_require_754342__.o(exports, key)) {
20214
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
20255
20215
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
20256
20216
  /******/ }
20257
20217
  /******/ }
@@ -20260,7 +20220,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20260
20220
  /******/
20261
20221
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
20262
20222
  /******/ (() => {
20263
- /******/ __nested_webpack_require_754342__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
20223
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
20264
20224
  /******/ })();
20265
20225
  /******/
20266
20226
  /************************************************************************/
@@ -20268,29 +20228,19 @@ var __webpack_exports__ = {};
20268
20228
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
20269
20229
  (() => {
20270
20230
  "use strict";
20271
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_754342__(5459);
20272
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_754342__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
20273
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_754342__(4198);
20274
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_754342__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
20275
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_754342__(3899);
20276
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_754342__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_2__);
20277
- /* harmony import */ var _jqxrangeselector__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_754342__(7002);
20278
- /* harmony import */ var _jqxrangeselector__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_754342__.n(_jqxrangeselector__WEBPACK_IMPORTED_MODULE_3__);
20231
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
20232
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
20233
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
20234
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
20235
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3899);
20236
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_2__);
20237
+ /* harmony import */ var _jqxrangeselector__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(7002);
20238
+ /* harmony import */ var _jqxrangeselector__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxrangeselector__WEBPACK_IMPORTED_MODULE_3__);
20279
20239
 
20280
20240
 
20281
20241
 
20282
20242
 
20283
20243
  })();
20284
20244
 
20285
- /******/ })()
20286
- ;
20287
- /******/ })()
20288
- ;
20289
- /******/ })()
20290
- ;
20291
- /******/ })()
20292
- ;
20293
- /******/ })()
20294
- ;
20295
20245
  /******/ })()
20296
20246
  ;