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
 
@@ -12842,7 +12746,7 @@ document.Globalize = Globalize;
12842
12746
  /***/ }),
12843
12747
 
12844
12748
  /***/ 5459:
12845
- /***/ ((module, exports, __nested_webpack_require_536036__) => {
12749
+ /***/ ((module, exports, __webpack_require__) => {
12846
12750
 
12847
12751
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
12848
12752
  /* eslint-disable */
@@ -21022,7 +20926,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
21022
20926
  // file names, and JQXLite is normally delivered in a lowercase file name.
21023
20927
  // Do this after creating the global so that if an AMD module wants to call
21024
20928
  // noConflict to hide this version of JQXLite, it will work.
21025
- if ( true && __nested_webpack_require_536036__.amdO.JQXLite) {
20929
+ if ( true && __webpack_require__.amdO.JQXLite) {
21026
20930
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
21027
20931
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
21028
20932
  }
@@ -61816,7 +61720,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
61816
61720
  /******/ var __webpack_module_cache__ = {};
61817
61721
  /******/
61818
61722
  /******/ // The require function
61819
- /******/ function __nested_webpack_require_2585687__(moduleId) {
61723
+ /******/ function __webpack_require__(moduleId) {
61820
61724
  /******/ // Check if module is in cache
61821
61725
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
61822
61726
  /******/ if (cachedModule !== undefined) {
@@ -61830,7 +61734,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
61830
61734
  /******/ };
61831
61735
  /******/
61832
61736
  /******/ // Execute the module function
61833
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2585687__);
61737
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
61834
61738
  /******/
61835
61739
  /******/ // Return the exports of the module
61836
61740
  /******/ return module.exports;
@@ -61839,17 +61743,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
61839
61743
  /************************************************************************/
61840
61744
  /******/ /* webpack/runtime/amd options */
61841
61745
  /******/ (() => {
61842
- /******/ __nested_webpack_require_2585687__.amdO = {};
61746
+ /******/ __webpack_require__.amdO = {};
61843
61747
  /******/ })();
61844
61748
  /******/
61845
61749
  /******/ /* webpack/runtime/compat get default export */
61846
61750
  /******/ (() => {
61847
61751
  /******/ // getDefaultExport function for compatibility with non-harmony modules
61848
- /******/ __nested_webpack_require_2585687__.n = (module) => {
61752
+ /******/ __webpack_require__.n = (module) => {
61849
61753
  /******/ var getter = module && module.__esModule ?
61850
61754
  /******/ () => (module['default']) :
61851
61755
  /******/ () => (module);
61852
- /******/ __nested_webpack_require_2585687__.d(getter, { a: getter });
61756
+ /******/ __webpack_require__.d(getter, { a: getter });
61853
61757
  /******/ return getter;
61854
61758
  /******/ };
61855
61759
  /******/ })();
@@ -61857,9 +61761,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
61857
61761
  /******/ /* webpack/runtime/define property getters */
61858
61762
  /******/ (() => {
61859
61763
  /******/ // define getter functions for harmony exports
61860
- /******/ __nested_webpack_require_2585687__.d = (exports, definition) => {
61764
+ /******/ __webpack_require__.d = (exports, definition) => {
61861
61765
  /******/ for(var key in definition) {
61862
- /******/ if(__nested_webpack_require_2585687__.o(definition, key) && !__nested_webpack_require_2585687__.o(exports, key)) {
61766
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
61863
61767
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
61864
61768
  /******/ }
61865
61769
  /******/ }
@@ -61868,7 +61772,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
61868
61772
  /******/
61869
61773
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
61870
61774
  /******/ (() => {
61871
- /******/ __nested_webpack_require_2585687__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
61775
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
61872
61776
  /******/ })();
61873
61777
  /******/
61874
61778
  /************************************************************************/
@@ -61876,44 +61780,44 @@ var __webpack_exports__ = {};
61876
61780
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
61877
61781
  (() => {
61878
61782
  "use strict";
61879
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2585687__(5459);
61880
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
61881
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2585687__(4198);
61882
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
61883
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2585687__(7351);
61884
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
61885
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2585687__(7196);
61886
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__);
61887
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2585687__(4240);
61888
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__);
61889
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2585687__(1610);
61890
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
61891
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2585687__(1062);
61892
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_6__);
61893
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2585687__(5868);
61894
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_7__);
61895
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2585687__(4720);
61896
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_8__);
61897
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2585687__(7995);
61898
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_9__);
61899
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2585687__(4545);
61900
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_10__);
61901
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2585687__(2497);
61902
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_11__);
61903
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2585687__(5725);
61904
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_12__);
61905
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2585687__(4993);
61906
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__);
61907
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2585687__(7762);
61908
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_14__);
61909
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2585687__(3899);
61910
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_15__);
61911
- /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2585687__(3960);
61912
- /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxcolorpicker__WEBPACK_IMPORTED_MODULE_16__);
61913
- /* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_2585687__(5905);
61914
- /* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_17__);
61915
- /* harmony import */ var _jqxeditor__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_2585687__(3440);
61916
- /* harmony import */ var _jqxeditor__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_2585687__.n(_jqxeditor__WEBPACK_IMPORTED_MODULE_18__);
61783
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
61784
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
61785
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
61786
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
61787
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7351);
61788
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
61789
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(7196);
61790
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__);
61791
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(4240);
61792
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__);
61793
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1610);
61794
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
61795
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(1062);
61796
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_6__);
61797
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(5868);
61798
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_7__);
61799
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(4720);
61800
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_8__);
61801
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(7995);
61802
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_9__);
61803
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4545);
61804
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_10__);
61805
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(2497);
61806
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_11__);
61807
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(5725);
61808
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_12__);
61809
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(4993);
61810
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__);
61811
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(7762);
61812
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_14__);
61813
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(3899);
61814
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_15__);
61815
+ /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(3960);
61816
+ /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxcolorpicker__WEBPACK_IMPORTED_MODULE_16__);
61817
+ /* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(5905);
61818
+ /* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_17__);
61819
+ /* harmony import */ var _jqxeditor__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(3440);
61820
+ /* harmony import */ var _jqxeditor__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxeditor__WEBPACK_IMPORTED_MODULE_18__);
61917
61821
 
61918
61822
 
61919
61823
 
@@ -61936,29 +61840,5 @@ var __webpack_exports__ = {};
61936
61840
 
61937
61841
  })();
61938
61842
 
61939
- /******/ })()
61940
- ;
61941
- /******/ })()
61942
- ;
61943
- /******/ })()
61944
- ;
61945
- /******/ })()
61946
- ;
61947
- /******/ })()
61948
- ;
61949
- /******/ })()
61950
- ;
61951
- /******/ })()
61952
- ;
61953
- /******/ })()
61954
- ;
61955
- /******/ })()
61956
- ;
61957
- /******/ })()
61958
- ;
61959
- /******/ })()
61960
- ;
61961
- /******/ })()
61962
- ;
61963
61843
  /******/ })()
61964
61844
  ;
@@ -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
 
@@ -1290,7 +1194,7 @@ License: https://jqwidgets.com/license/ */
1290
1194
  /***/ }),
1291
1195
 
1292
1196
  /***/ 5459:
1293
- /***/ ((module, exports, __nested_webpack_require_52085__) => {
1197
+ /***/ ((module, exports, __webpack_require__) => {
1294
1198
 
1295
1199
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1296
1200
  /* eslint-disable */
@@ -9470,7 +9374,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9470
9374
  // file names, and JQXLite is normally delivered in a lowercase file name.
9471
9375
  // Do this after creating the global so that if an AMD module wants to call
9472
9376
  // noConflict to hide this version of JQXLite, it will work.
9473
- if ( true && __nested_webpack_require_52085__.amdO.JQXLite) {
9377
+ if ( true && __webpack_require__.amdO.JQXLite) {
9474
9378
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9475
9379
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9476
9380
  }
@@ -29412,7 +29316,7 @@ var saveAs = window.jqxSaveAs = saveAs
29412
29316
  /******/ var __webpack_module_cache__ = {};
29413
29317
  /******/
29414
29318
  /******/ // The require function
29415
- /******/ function __nested_webpack_require_1144254__(moduleId) {
29319
+ /******/ function __webpack_require__(moduleId) {
29416
29320
  /******/ // Check if module is in cache
29417
29321
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
29418
29322
  /******/ if (cachedModule !== undefined) {
@@ -29426,7 +29330,7 @@ var saveAs = window.jqxSaveAs = saveAs
29426
29330
  /******/ };
29427
29331
  /******/
29428
29332
  /******/ // Execute the module function
29429
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1144254__);
29333
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
29430
29334
  /******/
29431
29335
  /******/ // Return the exports of the module
29432
29336
  /******/ return module.exports;
@@ -29435,17 +29339,17 @@ var saveAs = window.jqxSaveAs = saveAs
29435
29339
  /************************************************************************/
29436
29340
  /******/ /* webpack/runtime/amd options */
29437
29341
  /******/ (() => {
29438
- /******/ __nested_webpack_require_1144254__.amdO = {};
29342
+ /******/ __webpack_require__.amdO = {};
29439
29343
  /******/ })();
29440
29344
  /******/
29441
29345
  /******/ /* webpack/runtime/compat get default export */
29442
29346
  /******/ (() => {
29443
29347
  /******/ // getDefaultExport function for compatibility with non-harmony modules
29444
- /******/ __nested_webpack_require_1144254__.n = (module) => {
29348
+ /******/ __webpack_require__.n = (module) => {
29445
29349
  /******/ var getter = module && module.__esModule ?
29446
29350
  /******/ () => (module['default']) :
29447
29351
  /******/ () => (module);
29448
- /******/ __nested_webpack_require_1144254__.d(getter, { a: getter });
29352
+ /******/ __webpack_require__.d(getter, { a: getter });
29449
29353
  /******/ return getter;
29450
29354
  /******/ };
29451
29355
  /******/ })();
@@ -29453,9 +29357,9 @@ var saveAs = window.jqxSaveAs = saveAs
29453
29357
  /******/ /* webpack/runtime/define property getters */
29454
29358
  /******/ (() => {
29455
29359
  /******/ // define getter functions for harmony exports
29456
- /******/ __nested_webpack_require_1144254__.d = (exports, definition) => {
29360
+ /******/ __webpack_require__.d = (exports, definition) => {
29457
29361
  /******/ for(var key in definition) {
29458
- /******/ if(__nested_webpack_require_1144254__.o(definition, key) && !__nested_webpack_require_1144254__.o(exports, key)) {
29362
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
29459
29363
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
29460
29364
  /******/ }
29461
29365
  /******/ }
@@ -29464,7 +29368,7 @@ var saveAs = window.jqxSaveAs = saveAs
29464
29368
  /******/
29465
29369
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
29466
29370
  /******/ (() => {
29467
- /******/ __nested_webpack_require_1144254__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
29371
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
29468
29372
  /******/ })();
29469
29373
  /******/
29470
29374
  /************************************************************************/
@@ -29472,18 +29376,18 @@ var __webpack_exports__ = {};
29472
29376
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
29473
29377
  (() => {
29474
29378
  "use strict";
29475
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1144254__(5459);
29476
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1144254__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
29477
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1144254__(4198);
29478
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1144254__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
29479
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1144254__(3907);
29480
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1144254__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
29481
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1144254__(714);
29482
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1144254__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
29483
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1144254__(7351);
29484
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1144254__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
29485
- /* harmony import */ var _jqxexpander__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1144254__(4247);
29486
- /* harmony import */ var _jqxexpander__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1144254__.n(_jqxexpander__WEBPACK_IMPORTED_MODULE_5__);
29379
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
29380
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
29381
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
29382
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
29383
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
29384
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
29385
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
29386
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
29387
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
29388
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
29389
+ /* harmony import */ var _jqxexpander__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(4247);
29390
+ /* harmony import */ var _jqxexpander__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxexpander__WEBPACK_IMPORTED_MODULE_5__);
29487
29391
 
29488
29392
 
29489
29393
 
@@ -29492,29 +29396,5 @@ var __webpack_exports__ = {};
29492
29396
 
29493
29397
  })();
29494
29398
 
29495
- /******/ })()
29496
- ;
29497
- /******/ })()
29498
- ;
29499
- /******/ })()
29500
- ;
29501
- /******/ })()
29502
- ;
29503
- /******/ })()
29504
- ;
29505
- /******/ })()
29506
- ;
29507
- /******/ })()
29508
- ;
29509
- /******/ })()
29510
- ;
29511
- /******/ })()
29512
- ;
29513
- /******/ })()
29514
- ;
29515
- /******/ })()
29516
- ;
29517
- /******/ })()
29518
- ;
29519
29399
  /******/ })()
29520
29400
  ;