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,93 +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
2
+ /* Release Date: May-26-2025
91
3
  Copyright (c) 2011-2025 jQWidgets.
92
4
  License: https://jqwidgets.com/license/ */
93
5
 
@@ -2128,7 +2040,7 @@ License: https://jqwidgets.com/license/ */
2128
2040
  /***/ }),
2129
2041
 
2130
2042
  /***/ 5459:
2131
- /***/ ((module, exports, __nested_webpack_require_84843__) => {
2043
+ /***/ ((module, exports, __webpack_require__) => {
2132
2044
 
2133
2045
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
2134
2046
  /* eslint-disable */
@@ -10308,7 +10220,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10308
10220
  // file names, and JQXLite is normally delivered in a lowercase file name.
10309
10221
  // Do this after creating the global so that if an AMD module wants to call
10310
10222
  // noConflict to hide this version of JQXLite, it will work.
10311
- if ( true && __nested_webpack_require_84843__.amdO.JQXLite) {
10223
+ if ( true && __webpack_require__.amdO.JQXLite) {
10312
10224
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10313
10225
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10314
10226
  }
@@ -27021,7 +26933,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
27021
26933
  /******/ var __webpack_module_cache__ = {};
27022
26934
  /******/
27023
26935
  /******/ // The require function
27024
- /******/ function __nested_webpack_require_1036400__(moduleId) {
26936
+ /******/ function __webpack_require__(moduleId) {
27025
26937
  /******/ // Check if module is in cache
27026
26938
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
27027
26939
  /******/ if (cachedModule !== undefined) {
@@ -27035,7 +26947,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
27035
26947
  /******/ };
27036
26948
  /******/
27037
26949
  /******/ // Execute the module function
27038
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1036400__);
26950
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
27039
26951
  /******/
27040
26952
  /******/ // Return the exports of the module
27041
26953
  /******/ return module.exports;
@@ -27044,17 +26956,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
27044
26956
  /************************************************************************/
27045
26957
  /******/ /* webpack/runtime/amd options */
27046
26958
  /******/ (() => {
27047
- /******/ __nested_webpack_require_1036400__.amdO = {};
26959
+ /******/ __webpack_require__.amdO = {};
27048
26960
  /******/ })();
27049
26961
  /******/
27050
26962
  /******/ /* webpack/runtime/compat get default export */
27051
26963
  /******/ (() => {
27052
26964
  /******/ // getDefaultExport function for compatibility with non-harmony modules
27053
- /******/ __nested_webpack_require_1036400__.n = (module) => {
26965
+ /******/ __webpack_require__.n = (module) => {
27054
26966
  /******/ var getter = module && module.__esModule ?
27055
26967
  /******/ () => (module['default']) :
27056
26968
  /******/ () => (module);
27057
- /******/ __nested_webpack_require_1036400__.d(getter, { a: getter });
26969
+ /******/ __webpack_require__.d(getter, { a: getter });
27058
26970
  /******/ return getter;
27059
26971
  /******/ };
27060
26972
  /******/ })();
@@ -27062,9 +26974,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
27062
26974
  /******/ /* webpack/runtime/define property getters */
27063
26975
  /******/ (() => {
27064
26976
  /******/ // define getter functions for harmony exports
27065
- /******/ __nested_webpack_require_1036400__.d = (exports, definition) => {
26977
+ /******/ __webpack_require__.d = (exports, definition) => {
27066
26978
  /******/ for(var key in definition) {
27067
- /******/ if(__nested_webpack_require_1036400__.o(definition, key) && !__nested_webpack_require_1036400__.o(exports, key)) {
26979
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
27068
26980
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
27069
26981
  /******/ }
27070
26982
  /******/ }
@@ -27073,7 +26985,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
27073
26985
  /******/
27074
26986
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
27075
26987
  /******/ (() => {
27076
- /******/ __nested_webpack_require_1036400__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
26988
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
27077
26989
  /******/ })();
27078
26990
  /******/
27079
26991
  /************************************************************************/
@@ -27081,22 +26993,22 @@ var __webpack_exports__ = {};
27081
26993
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
27082
26994
  (() => {
27083
26995
  "use strict";
27084
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1036400__(5459);
27085
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1036400__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
27086
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1036400__(4198);
27087
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1036400__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
27088
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1036400__(7351);
27089
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1036400__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
27090
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1036400__(4240);
27091
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1036400__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
27092
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1036400__(4545);
27093
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1036400__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__);
27094
- /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1036400__(678);
27095
- /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1036400__.n(_jqxpanel__WEBPACK_IMPORTED_MODULE_5__);
27096
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1036400__(3601);
27097
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1036400__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__);
27098
- /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1036400__(1746);
27099
- /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1036400__.n(_jqxtree__WEBPACK_IMPORTED_MODULE_7__);
26996
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
26997
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
26998
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
26999
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
27000
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7351);
27001
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
27002
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
27003
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
27004
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(4545);
27005
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__);
27006
+ /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(678);
27007
+ /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxpanel__WEBPACK_IMPORTED_MODULE_5__);
27008
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(3601);
27009
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__);
27010
+ /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1746);
27011
+ /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxtree__WEBPACK_IMPORTED_MODULE_7__);
27100
27012
 
27101
27013
 
27102
27014
 
@@ -27107,27 +27019,5 @@ var __webpack_exports__ = {};
27107
27019
 
27108
27020
  })();
27109
27021
 
27110
- /******/ })()
27111
- ;
27112
- /******/ })()
27113
- ;
27114
- /******/ })()
27115
- ;
27116
- /******/ })()
27117
- ;
27118
- /******/ })()
27119
- ;
27120
- /******/ })()
27121
- ;
27122
- /******/ })()
27123
- ;
27124
- /******/ })()
27125
- ;
27126
- /******/ })()
27127
- ;
27128
- /******/ })()
27129
- ;
27130
- /******/ })()
27131
- ;
27132
27022
  /******/ })()
27133
27023
  ;
@@ -1,93 +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
2
+ /* Release Date: May-26-2025
91
3
  Copyright (c) 2011-2025 jQWidgets.
92
4
  License: https://jqwidgets.com/license/ */
93
5
 
@@ -11514,7 +11426,7 @@ document.Globalize = Globalize;
11514
11426
  /***/ }),
11515
11427
 
11516
11428
  /***/ 5459:
11517
- /***/ ((module, exports, __nested_webpack_require_484119__) => {
11429
+ /***/ ((module, exports, __webpack_require__) => {
11518
11430
 
11519
11431
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
11520
11432
  /* eslint-disable */
@@ -19694,7 +19606,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19694
19606
  // file names, and JQXLite is normally delivered in a lowercase file name.
19695
19607
  // Do this after creating the global so that if an AMD module wants to call
19696
19608
  // noConflict to hide this version of JQXLite, it will work.
19697
- if ( true && __nested_webpack_require_484119__.amdO.JQXLite) {
19609
+ if ( true && __webpack_require__.amdO.JQXLite) {
19698
19610
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
19699
19611
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
19700
19612
  }
@@ -74987,7 +74899,7 @@ var saveAs = window.jqxSaveAs = saveAs
74987
74899
  /******/ var __webpack_module_cache__ = {};
74988
74900
  /******/
74989
74901
  /******/ // The require function
74990
- /******/ function __nested_webpack_require_3182544__(moduleId) {
74902
+ /******/ function __webpack_require__(moduleId) {
74991
74903
  /******/ // Check if module is in cache
74992
74904
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
74993
74905
  /******/ if (cachedModule !== undefined) {
@@ -75001,7 +74913,7 @@ var saveAs = window.jqxSaveAs = saveAs
75001
74913
  /******/ };
75002
74914
  /******/
75003
74915
  /******/ // Execute the module function
75004
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3182544__);
74916
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
75005
74917
  /******/
75006
74918
  /******/ // Return the exports of the module
75007
74919
  /******/ return module.exports;
@@ -75010,17 +74922,17 @@ var saveAs = window.jqxSaveAs = saveAs
75010
74922
  /************************************************************************/
75011
74923
  /******/ /* webpack/runtime/amd options */
75012
74924
  /******/ (() => {
75013
- /******/ __nested_webpack_require_3182544__.amdO = {};
74925
+ /******/ __webpack_require__.amdO = {};
75014
74926
  /******/ })();
75015
74927
  /******/
75016
74928
  /******/ /* webpack/runtime/compat get default export */
75017
74929
  /******/ (() => {
75018
74930
  /******/ // getDefaultExport function for compatibility with non-harmony modules
75019
- /******/ __nested_webpack_require_3182544__.n = (module) => {
74931
+ /******/ __webpack_require__.n = (module) => {
75020
74932
  /******/ var getter = module && module.__esModule ?
75021
74933
  /******/ () => (module['default']) :
75022
74934
  /******/ () => (module);
75023
- /******/ __nested_webpack_require_3182544__.d(getter, { a: getter });
74935
+ /******/ __webpack_require__.d(getter, { a: getter });
75024
74936
  /******/ return getter;
75025
74937
  /******/ };
75026
74938
  /******/ })();
@@ -75028,9 +74940,9 @@ var saveAs = window.jqxSaveAs = saveAs
75028
74940
  /******/ /* webpack/runtime/define property getters */
75029
74941
  /******/ (() => {
75030
74942
  /******/ // define getter functions for harmony exports
75031
- /******/ __nested_webpack_require_3182544__.d = (exports, definition) => {
74943
+ /******/ __webpack_require__.d = (exports, definition) => {
75032
74944
  /******/ for(var key in definition) {
75033
- /******/ if(__nested_webpack_require_3182544__.o(definition, key) && !__nested_webpack_require_3182544__.o(exports, key)) {
74945
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
75034
74946
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
75035
74947
  /******/ }
75036
74948
  /******/ }
@@ -75039,7 +74951,7 @@ var saveAs = window.jqxSaveAs = saveAs
75039
74951
  /******/
75040
74952
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
75041
74953
  /******/ (() => {
75042
- /******/ __nested_webpack_require_3182544__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
74954
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
75043
74955
  /******/ })();
75044
74956
  /******/
75045
74957
  /************************************************************************/
@@ -75047,42 +74959,42 @@ var __webpack_exports__ = {};
75047
74959
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
75048
74960
  (() => {
75049
74961
  "use strict";
75050
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3182544__(5459);
75051
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
75052
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3182544__(4198);
75053
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
75054
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3182544__(3907);
75055
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
75056
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3182544__(714);
75057
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
75058
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3182544__(7351);
75059
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
75060
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3182544__(7196);
75061
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
75062
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3182544__(4240);
75063
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
75064
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3182544__(1610);
75065
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
75066
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3182544__(1062);
75067
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
75068
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3182544__(5868);
75069
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
75070
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3182544__(4720);
75071
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
75072
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3182544__(7995);
75073
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
75074
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3182544__(4545);
75075
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
75076
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3182544__(2497);
75077
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
75078
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3182544__(5725);
75079
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
75080
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3182544__(4993);
75081
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
75082
- /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3182544__(6609);
75083
- /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxdatatable__WEBPACK_IMPORTED_MODULE_16__);
75084
- /* harmony import */ var _jqxtreegrid__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3182544__(1699);
75085
- /* harmony import */ var _jqxtreegrid__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxtreegrid__WEBPACK_IMPORTED_MODULE_17__);
74962
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
74963
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
74964
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
74965
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
74966
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
74967
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
74968
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
74969
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
74970
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
74971
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
74972
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
74973
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
74974
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
74975
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
74976
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
74977
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
74978
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
74979
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
74980
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
74981
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
74982
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
74983
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
74984
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
74985
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
74986
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
74987
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
74988
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
74989
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
74990
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
74991
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
74992
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
74993
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
74994
+ /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(6609);
74995
+ /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxdatatable__WEBPACK_IMPORTED_MODULE_16__);
74996
+ /* harmony import */ var _jqxtreegrid__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(1699);
74997
+ /* harmony import */ var _jqxtreegrid__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxtreegrid__WEBPACK_IMPORTED_MODULE_17__);
75086
74998
 
75087
74999
 
75088
75000
 
@@ -75104,27 +75016,5 @@ var __webpack_exports__ = {};
75104
75016
 
75105
75017
  })();
75106
75018
 
75107
- /******/ })()
75108
- ;
75109
- /******/ })()
75110
- ;
75111
- /******/ })()
75112
- ;
75113
- /******/ })()
75114
- ;
75115
- /******/ })()
75116
- ;
75117
- /******/ })()
75118
- ;
75119
- /******/ })()
75120
- ;
75121
- /******/ })()
75122
- ;
75123
- /******/ })()
75124
- ;
75125
- /******/ })()
75126
- ;
75127
- /******/ })()
75128
- ;
75129
75019
  /******/ })()
75130
75020
  ;