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
 
@@ -1868,7 +1828,7 @@ License: https://jqwidgets.com/license/ */
1868
1828
  /***/ }),
1869
1829
 
1870
1830
  /***/ 5459:
1871
- /***/ ((module, exports, __nested_webpack_require_74198__) => {
1831
+ /***/ ((module, exports, __webpack_require__) => {
1872
1832
 
1873
1833
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1874
1834
  /* eslint-disable */
@@ -10048,7 +10008,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10048
10008
  // file names, and JQXLite is normally delivered in a lowercase file name.
10049
10009
  // Do this after creating the global so that if an AMD module wants to call
10050
10010
  // noConflict to hide this version of JQXLite, it will work.
10051
- if ( true && __nested_webpack_require_74198__.amdO.JQXLite) {
10011
+ if ( true && __webpack_require__.amdO.JQXLite) {
10052
10012
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10053
10013
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10054
10014
  }
@@ -33748,7 +33708,7 @@ var saveAs = window.jqxSaveAs = saveAs
33748
33708
  /******/ var __webpack_module_cache__ = {};
33749
33709
  /******/
33750
33710
  /******/ // The require function
33751
- /******/ function __nested_webpack_require_1331647__(moduleId) {
33711
+ /******/ function __webpack_require__(moduleId) {
33752
33712
  /******/ // Check if module is in cache
33753
33713
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
33754
33714
  /******/ if (cachedModule !== undefined) {
@@ -33762,7 +33722,7 @@ var saveAs = window.jqxSaveAs = saveAs
33762
33722
  /******/ };
33763
33723
  /******/
33764
33724
  /******/ // Execute the module function
33765
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1331647__);
33725
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
33766
33726
  /******/
33767
33727
  /******/ // Return the exports of the module
33768
33728
  /******/ return module.exports;
@@ -33771,17 +33731,17 @@ var saveAs = window.jqxSaveAs = saveAs
33771
33731
  /************************************************************************/
33772
33732
  /******/ /* webpack/runtime/amd options */
33773
33733
  /******/ (() => {
33774
- /******/ __nested_webpack_require_1331647__.amdO = {};
33734
+ /******/ __webpack_require__.amdO = {};
33775
33735
  /******/ })();
33776
33736
  /******/
33777
33737
  /******/ /* webpack/runtime/compat get default export */
33778
33738
  /******/ (() => {
33779
33739
  /******/ // getDefaultExport function for compatibility with non-harmony modules
33780
- /******/ __nested_webpack_require_1331647__.n = (module) => {
33740
+ /******/ __webpack_require__.n = (module) => {
33781
33741
  /******/ var getter = module && module.__esModule ?
33782
33742
  /******/ () => (module['default']) :
33783
33743
  /******/ () => (module);
33784
- /******/ __nested_webpack_require_1331647__.d(getter, { a: getter });
33744
+ /******/ __webpack_require__.d(getter, { a: getter });
33785
33745
  /******/ return getter;
33786
33746
  /******/ };
33787
33747
  /******/ })();
@@ -33789,9 +33749,9 @@ var saveAs = window.jqxSaveAs = saveAs
33789
33749
  /******/ /* webpack/runtime/define property getters */
33790
33750
  /******/ (() => {
33791
33751
  /******/ // define getter functions for harmony exports
33792
- /******/ __nested_webpack_require_1331647__.d = (exports, definition) => {
33752
+ /******/ __webpack_require__.d = (exports, definition) => {
33793
33753
  /******/ for(var key in definition) {
33794
- /******/ if(__nested_webpack_require_1331647__.o(definition, key) && !__nested_webpack_require_1331647__.o(exports, key)) {
33754
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
33795
33755
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
33796
33756
  /******/ }
33797
33757
  /******/ }
@@ -33800,7 +33760,7 @@ var saveAs = window.jqxSaveAs = saveAs
33800
33760
  /******/
33801
33761
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
33802
33762
  /******/ (() => {
33803
- /******/ __nested_webpack_require_1331647__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
33763
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
33804
33764
  /******/ })();
33805
33765
  /******/
33806
33766
  /************************************************************************/
@@ -33808,22 +33768,22 @@ var __webpack_exports__ = {};
33808
33768
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
33809
33769
  (() => {
33810
33770
  "use strict";
33811
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1331647__(5459);
33812
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1331647__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
33813
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1331647__(4198);
33814
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1331647__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
33815
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1331647__(3907);
33816
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1331647__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
33817
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1331647__(714);
33818
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1331647__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
33819
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1331647__(7351);
33820
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1331647__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
33821
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1331647__(7196);
33822
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1331647__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
33823
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1331647__(4240);
33824
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1331647__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
33825
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1331647__(1610);
33826
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1331647__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
33771
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
33772
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
33773
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
33774
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
33775
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
33776
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
33777
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
33778
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
33779
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
33780
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
33781
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
33782
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
33783
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
33784
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
33785
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
33786
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
33827
33787
 
33828
33788
 
33829
33789
 
@@ -33834,15 +33794,5 @@ var __webpack_exports__ = {};
33834
33794
 
33835
33795
  })();
33836
33796
 
33837
- /******/ })()
33838
- ;
33839
- /******/ })()
33840
- ;
33841
- /******/ })()
33842
- ;
33843
- /******/ })()
33844
- ;
33845
- /******/ })()
33846
- ;
33847
33797
  /******/ })()
33848
33798
  ;
@@ -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
  }
@@ -28995,7 +28955,7 @@ var saveAs = window.jqxSaveAs = saveAs
28995
28955
  /******/ var __webpack_module_cache__ = {};
28996
28956
  /******/
28997
28957
  /******/ // The require function
28998
- /******/ function __nested_webpack_require_1125221__(moduleId) {
28958
+ /******/ function __webpack_require__(moduleId) {
28999
28959
  /******/ // Check if module is in cache
29000
28960
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
29001
28961
  /******/ if (cachedModule !== undefined) {
@@ -29009,7 +28969,7 @@ var saveAs = window.jqxSaveAs = saveAs
29009
28969
  /******/ };
29010
28970
  /******/
29011
28971
  /******/ // Execute the module function
29012
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1125221__);
28972
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
29013
28973
  /******/
29014
28974
  /******/ // Return the exports of the module
29015
28975
  /******/ return module.exports;
@@ -29018,17 +28978,17 @@ var saveAs = window.jqxSaveAs = saveAs
29018
28978
  /************************************************************************/
29019
28979
  /******/ /* webpack/runtime/amd options */
29020
28980
  /******/ (() => {
29021
- /******/ __nested_webpack_require_1125221__.amdO = {};
28981
+ /******/ __webpack_require__.amdO = {};
29022
28982
  /******/ })();
29023
28983
  /******/
29024
28984
  /******/ /* webpack/runtime/compat get default export */
29025
28985
  /******/ (() => {
29026
28986
  /******/ // getDefaultExport function for compatibility with non-harmony modules
29027
- /******/ __nested_webpack_require_1125221__.n = (module) => {
28987
+ /******/ __webpack_require__.n = (module) => {
29028
28988
  /******/ var getter = module && module.__esModule ?
29029
28989
  /******/ () => (module['default']) :
29030
28990
  /******/ () => (module);
29031
- /******/ __nested_webpack_require_1125221__.d(getter, { a: getter });
28991
+ /******/ __webpack_require__.d(getter, { a: getter });
29032
28992
  /******/ return getter;
29033
28993
  /******/ };
29034
28994
  /******/ })();
@@ -29036,9 +28996,9 @@ var saveAs = window.jqxSaveAs = saveAs
29036
28996
  /******/ /* webpack/runtime/define property getters */
29037
28997
  /******/ (() => {
29038
28998
  /******/ // define getter functions for harmony exports
29039
- /******/ __nested_webpack_require_1125221__.d = (exports, definition) => {
28999
+ /******/ __webpack_require__.d = (exports, definition) => {
29040
29000
  /******/ for(var key in definition) {
29041
- /******/ if(__nested_webpack_require_1125221__.o(definition, key) && !__nested_webpack_require_1125221__.o(exports, key)) {
29001
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
29042
29002
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
29043
29003
  /******/ }
29044
29004
  /******/ }
@@ -29047,7 +29007,7 @@ var saveAs = window.jqxSaveAs = saveAs
29047
29007
  /******/
29048
29008
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
29049
29009
  /******/ (() => {
29050
- /******/ __nested_webpack_require_1125221__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
29010
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
29051
29011
  /******/ })();
29052
29012
  /******/
29053
29013
  /************************************************************************/
@@ -29055,18 +29015,18 @@ var __webpack_exports__ = {};
29055
29015
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
29056
29016
  (() => {
29057
29017
  "use strict";
29058
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1125221__(5459);
29059
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1125221__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
29060
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1125221__(4198);
29061
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1125221__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
29062
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1125221__(3907);
29063
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1125221__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
29064
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1125221__(714);
29065
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1125221__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
29066
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1125221__(7351);
29067
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1125221__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
29068
- /* harmony import */ var _jqxnavbar__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1125221__(941);
29069
- /* harmony import */ var _jqxnavbar__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1125221__.n(_jqxnavbar__WEBPACK_IMPORTED_MODULE_5__);
29018
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
29019
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
29020
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
29021
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
29022
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
29023
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
29024
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
29025
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
29026
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
29027
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
29028
+ /* harmony import */ var _jqxnavbar__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(941);
29029
+ /* harmony import */ var _jqxnavbar__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxnavbar__WEBPACK_IMPORTED_MODULE_5__);
29070
29030
 
29071
29031
 
29072
29032
 
@@ -29075,15 +29035,5 @@ var __webpack_exports__ = {};
29075
29035
 
29076
29036
  })();
29077
29037
 
29078
- /******/ })()
29079
- ;
29080
- /******/ })()
29081
- ;
29082
- /******/ })()
29083
- ;
29084
- /******/ })()
29085
- ;
29086
- /******/ })()
29087
- ;
29088
29038
  /******/ })()
29089
29039
  ;
@@ -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
 
@@ -1868,7 +1828,7 @@ License: https://jqwidgets.com/license/ */
1868
1828
  /***/ }),
1869
1829
 
1870
1830
  /***/ 5459:
1871
- /***/ ((module, exports, __nested_webpack_require_74198__) => {
1831
+ /***/ ((module, exports, __webpack_require__) => {
1872
1832
 
1873
1833
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1874
1834
  /* eslint-disable */
@@ -10048,7 +10008,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10048
10008
  // file names, and JQXLite is normally delivered in a lowercase file name.
10049
10009
  // Do this after creating the global so that if an AMD module wants to call
10050
10010
  // noConflict to hide this version of JQXLite, it will work.
10051
- if ( true && __nested_webpack_require_74198__.amdO.JQXLite) {
10011
+ if ( true && __webpack_require__.amdO.JQXLite) {
10052
10012
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10053
10013
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10054
10014
  }
@@ -39866,7 +39826,7 @@ var saveAs = window.jqxSaveAs = saveAs
39866
39826
  /******/ var __webpack_module_cache__ = {};
39867
39827
  /******/
39868
39828
  /******/ // The require function
39869
- /******/ function __nested_webpack_require_1590442__(moduleId) {
39829
+ /******/ function __webpack_require__(moduleId) {
39870
39830
  /******/ // Check if module is in cache
39871
39831
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
39872
39832
  /******/ if (cachedModule !== undefined) {
@@ -39880,7 +39840,7 @@ var saveAs = window.jqxSaveAs = saveAs
39880
39840
  /******/ };
39881
39841
  /******/
39882
39842
  /******/ // Execute the module function
39883
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1590442__);
39843
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
39884
39844
  /******/
39885
39845
  /******/ // Return the exports of the module
39886
39846
  /******/ return module.exports;
@@ -39889,17 +39849,17 @@ var saveAs = window.jqxSaveAs = saveAs
39889
39849
  /************************************************************************/
39890
39850
  /******/ /* webpack/runtime/amd options */
39891
39851
  /******/ (() => {
39892
- /******/ __nested_webpack_require_1590442__.amdO = {};
39852
+ /******/ __webpack_require__.amdO = {};
39893
39853
  /******/ })();
39894
39854
  /******/
39895
39855
  /******/ /* webpack/runtime/compat get default export */
39896
39856
  /******/ (() => {
39897
39857
  /******/ // getDefaultExport function for compatibility with non-harmony modules
39898
- /******/ __nested_webpack_require_1590442__.n = (module) => {
39858
+ /******/ __webpack_require__.n = (module) => {
39899
39859
  /******/ var getter = module && module.__esModule ?
39900
39860
  /******/ () => (module['default']) :
39901
39861
  /******/ () => (module);
39902
- /******/ __nested_webpack_require_1590442__.d(getter, { a: getter });
39862
+ /******/ __webpack_require__.d(getter, { a: getter });
39903
39863
  /******/ return getter;
39904
39864
  /******/ };
39905
39865
  /******/ })();
@@ -39907,9 +39867,9 @@ var saveAs = window.jqxSaveAs = saveAs
39907
39867
  /******/ /* webpack/runtime/define property getters */
39908
39868
  /******/ (() => {
39909
39869
  /******/ // define getter functions for harmony exports
39910
- /******/ __nested_webpack_require_1590442__.d = (exports, definition) => {
39870
+ /******/ __webpack_require__.d = (exports, definition) => {
39911
39871
  /******/ for(var key in definition) {
39912
- /******/ if(__nested_webpack_require_1590442__.o(definition, key) && !__nested_webpack_require_1590442__.o(exports, key)) {
39872
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
39913
39873
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
39914
39874
  /******/ }
39915
39875
  /******/ }
@@ -39918,7 +39878,7 @@ var saveAs = window.jqxSaveAs = saveAs
39918
39878
  /******/
39919
39879
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
39920
39880
  /******/ (() => {
39921
- /******/ __nested_webpack_require_1590442__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
39881
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
39922
39882
  /******/ })();
39923
39883
  /******/
39924
39884
  /************************************************************************/
@@ -39926,26 +39886,26 @@ var __webpack_exports__ = {};
39926
39886
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
39927
39887
  (() => {
39928
39888
  "use strict";
39929
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1590442__(5459);
39930
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1590442__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
39931
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1590442__(4198);
39932
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1590442__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
39933
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1590442__(3907);
39934
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1590442__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
39935
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1590442__(714);
39936
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1590442__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
39937
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1590442__(7351);
39938
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1590442__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
39939
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1590442__(7196);
39940
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1590442__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
39941
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1590442__(4240);
39942
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1590442__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
39943
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1590442__(1610);
39944
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1590442__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
39945
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_1590442__(1062);
39946
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_1590442__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
39947
- /* harmony import */ var _jqxnavigationbar__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_1590442__(7471);
39948
- /* harmony import */ var _jqxnavigationbar__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_1590442__.n(_jqxnavigationbar__WEBPACK_IMPORTED_MODULE_9__);
39889
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
39890
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
39891
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
39892
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
39893
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
39894
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
39895
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
39896
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
39897
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
39898
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
39899
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
39900
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
39901
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
39902
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
39903
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
39904
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
39905
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
39906
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
39907
+ /* harmony import */ var _jqxnavigationbar__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(7471);
39908
+ /* harmony import */ var _jqxnavigationbar__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxnavigationbar__WEBPACK_IMPORTED_MODULE_9__);
39949
39909
 
39950
39910
 
39951
39911
 
@@ -39958,15 +39918,5 @@ var __webpack_exports__ = {};
39958
39918
 
39959
39919
  })();
39960
39920
 
39961
- /******/ })()
39962
- ;
39963
- /******/ })()
39964
- ;
39965
- /******/ })()
39966
- ;
39967
- /******/ })()
39968
- ;
39969
- /******/ })()
39970
- ;
39971
39921
  /******/ })()
39972
39922
  ;