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
  }
@@ -18308,7 +18268,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18308
18268
  /******/ var __webpack_module_cache__ = {};
18309
18269
  /******/
18310
18270
  /******/ // The require function
18311
- /******/ function __nested_webpack_require_645649__(moduleId) {
18271
+ /******/ function __webpack_require__(moduleId) {
18312
18272
  /******/ // Check if module is in cache
18313
18273
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
18314
18274
  /******/ if (cachedModule !== undefined) {
@@ -18322,7 +18282,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18322
18282
  /******/ };
18323
18283
  /******/
18324
18284
  /******/ // Execute the module function
18325
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_645649__);
18285
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
18326
18286
  /******/
18327
18287
  /******/ // Return the exports of the module
18328
18288
  /******/ return module.exports;
@@ -18331,17 +18291,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18331
18291
  /************************************************************************/
18332
18292
  /******/ /* webpack/runtime/amd options */
18333
18293
  /******/ (() => {
18334
- /******/ __nested_webpack_require_645649__.amdO = {};
18294
+ /******/ __webpack_require__.amdO = {};
18335
18295
  /******/ })();
18336
18296
  /******/
18337
18297
  /******/ /* webpack/runtime/compat get default export */
18338
18298
  /******/ (() => {
18339
18299
  /******/ // getDefaultExport function for compatibility with non-harmony modules
18340
- /******/ __nested_webpack_require_645649__.n = (module) => {
18300
+ /******/ __webpack_require__.n = (module) => {
18341
18301
  /******/ var getter = module && module.__esModule ?
18342
18302
  /******/ () => (module['default']) :
18343
18303
  /******/ () => (module);
18344
- /******/ __nested_webpack_require_645649__.d(getter, { a: getter });
18304
+ /******/ __webpack_require__.d(getter, { a: getter });
18345
18305
  /******/ return getter;
18346
18306
  /******/ };
18347
18307
  /******/ })();
@@ -18349,9 +18309,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18349
18309
  /******/ /* webpack/runtime/define property getters */
18350
18310
  /******/ (() => {
18351
18311
  /******/ // define getter functions for harmony exports
18352
- /******/ __nested_webpack_require_645649__.d = (exports, definition) => {
18312
+ /******/ __webpack_require__.d = (exports, definition) => {
18353
18313
  /******/ for(var key in definition) {
18354
- /******/ if(__nested_webpack_require_645649__.o(definition, key) && !__nested_webpack_require_645649__.o(exports, key)) {
18314
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
18355
18315
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
18356
18316
  /******/ }
18357
18317
  /******/ }
@@ -18360,7 +18320,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18360
18320
  /******/
18361
18321
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
18362
18322
  /******/ (() => {
18363
- /******/ __nested_webpack_require_645649__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
18323
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
18364
18324
  /******/ })();
18365
18325
  /******/
18366
18326
  /************************************************************************/
@@ -18368,18 +18328,18 @@ var __webpack_exports__ = {};
18368
18328
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
18369
18329
  (() => {
18370
18330
  "use strict";
18371
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_645649__(5459);
18372
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_645649__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
18373
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_645649__(7351);
18374
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_645649__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
18375
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_645649__(7196);
18376
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_645649__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
18377
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_645649__(4240);
18378
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_645649__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
18379
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_645649__(1610);
18380
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_645649__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
18381
- /* harmony import */ var _jqxnotification__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_645649__(6610);
18382
- /* harmony import */ var _jqxnotification__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_645649__.n(_jqxnotification__WEBPACK_IMPORTED_MODULE_5__);
18331
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
18332
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
18333
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
18334
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
18335
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
18336
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
18337
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
18338
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
18339
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1610);
18340
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
18341
+ /* harmony import */ var _jqxnotification__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(6610);
18342
+ /* harmony import */ var _jqxnotification__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxnotification__WEBPACK_IMPORTED_MODULE_5__);
18383
18343
 
18384
18344
 
18385
18345
 
@@ -18388,15 +18348,5 @@ var __webpack_exports__ = {};
18388
18348
 
18389
18349
  })();
18390
18350
 
18391
- /******/ })()
18392
- ;
18393
- /******/ })()
18394
- ;
18395
- /******/ })()
18396
- ;
18397
- /******/ })()
18398
- ;
18399
- /******/ })()
18400
- ;
18401
18351
  /******/ })()
18402
18352
  ;
@@ -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
 
@@ -5165,7 +5125,7 @@ License: https://jqwidgets.com/license/ */
5165
5125
  /***/ }),
5166
5126
 
5167
5127
  /***/ 5459:
5168
- /***/ ((module, exports, __nested_webpack_require_225976__) => {
5128
+ /***/ ((module, exports, __webpack_require__) => {
5169
5129
 
5170
5130
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
5171
5131
  /* eslint-disable */
@@ -13345,7 +13305,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13345
13305
  // file names, and JQXLite is normally delivered in a lowercase file name.
13346
13306
  // Do this after creating the global so that if an AMD module wants to call
13347
13307
  // noConflict to hide this version of JQXLite, it will work.
13348
- if ( true && __nested_webpack_require_225976__.amdO.JQXLite) {
13308
+ if ( true && __webpack_require__.amdO.JQXLite) {
13349
13309
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
13350
13310
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
13351
13311
  }
@@ -32132,7 +32092,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32132
32092
  /******/ var __webpack_module_cache__ = {};
32133
32093
  /******/
32134
32094
  /******/ // The require function
32135
- /******/ function __nested_webpack_require_1239263__(moduleId) {
32095
+ /******/ function __webpack_require__(moduleId) {
32136
32096
  /******/ // Check if module is in cache
32137
32097
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
32138
32098
  /******/ if (cachedModule !== undefined) {
@@ -32146,7 +32106,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32146
32106
  /******/ };
32147
32107
  /******/
32148
32108
  /******/ // Execute the module function
32149
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1239263__);
32109
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
32150
32110
  /******/
32151
32111
  /******/ // Return the exports of the module
32152
32112
  /******/ return module.exports;
@@ -32155,17 +32115,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32155
32115
  /************************************************************************/
32156
32116
  /******/ /* webpack/runtime/amd options */
32157
32117
  /******/ (() => {
32158
- /******/ __nested_webpack_require_1239263__.amdO = {};
32118
+ /******/ __webpack_require__.amdO = {};
32159
32119
  /******/ })();
32160
32120
  /******/
32161
32121
  /******/ /* webpack/runtime/compat get default export */
32162
32122
  /******/ (() => {
32163
32123
  /******/ // getDefaultExport function for compatibility with non-harmony modules
32164
- /******/ __nested_webpack_require_1239263__.n = (module) => {
32124
+ /******/ __webpack_require__.n = (module) => {
32165
32125
  /******/ var getter = module && module.__esModule ?
32166
32126
  /******/ () => (module['default']) :
32167
32127
  /******/ () => (module);
32168
- /******/ __nested_webpack_require_1239263__.d(getter, { a: getter });
32128
+ /******/ __webpack_require__.d(getter, { a: getter });
32169
32129
  /******/ return getter;
32170
32130
  /******/ };
32171
32131
  /******/ })();
@@ -32173,9 +32133,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32173
32133
  /******/ /* webpack/runtime/define property getters */
32174
32134
  /******/ (() => {
32175
32135
  /******/ // define getter functions for harmony exports
32176
- /******/ __nested_webpack_require_1239263__.d = (exports, definition) => {
32136
+ /******/ __webpack_require__.d = (exports, definition) => {
32177
32137
  /******/ for(var key in definition) {
32178
- /******/ if(__nested_webpack_require_1239263__.o(definition, key) && !__nested_webpack_require_1239263__.o(exports, key)) {
32138
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
32179
32139
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
32180
32140
  /******/ }
32181
32141
  /******/ }
@@ -32184,7 +32144,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32184
32144
  /******/
32185
32145
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
32186
32146
  /******/ (() => {
32187
- /******/ __nested_webpack_require_1239263__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
32147
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
32188
32148
  /******/ })();
32189
32149
  /******/
32190
32150
  /************************************************************************/
@@ -32192,24 +32152,24 @@ var __webpack_exports__ = {};
32192
32152
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
32193
32153
  (() => {
32194
32154
  "use strict";
32195
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1239263__(5459);
32196
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
32197
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1239263__(7351);
32198
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
32199
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1239263__(7196);
32200
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
32201
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1239263__(4240);
32202
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
32203
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1239263__(1610);
32204
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
32205
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1239263__(1062);
32206
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_5__);
32207
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1239263__(5868);
32208
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__);
32209
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1239263__(4720);
32210
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_7__);
32211
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_1239263__(7995);
32212
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__);
32155
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
32156
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
32157
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
32158
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
32159
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
32160
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
32161
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
32162
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
32163
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1610);
32164
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
32165
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1062);
32166
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_5__);
32167
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(5868);
32168
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__);
32169
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(4720);
32170
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_7__);
32171
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(7995);
32172
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__);
32213
32173
 
32214
32174
 
32215
32175
 
@@ -32221,15 +32181,5 @@ var __webpack_exports__ = {};
32221
32181
 
32222
32182
  })();
32223
32183
 
32224
- /******/ })()
32225
- ;
32226
- /******/ })()
32227
- ;
32228
- /******/ })()
32229
- ;
32230
- /******/ })()
32231
- ;
32232
- /******/ })()
32233
- ;
32234
32184
  /******/ })()
32235
32185
  ;
@@ -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
  }
@@ -15621,7 +15581,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15621
15581
  /******/ var __webpack_module_cache__ = {};
15622
15582
  /******/
15623
15583
  /******/ // The require function
15624
- /******/ function __nested_webpack_require_526217__(moduleId) {
15584
+ /******/ function __webpack_require__(moduleId) {
15625
15585
  /******/ // Check if module is in cache
15626
15586
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
15627
15587
  /******/ if (cachedModule !== undefined) {
@@ -15635,7 +15595,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15635
15595
  /******/ };
15636
15596
  /******/
15637
15597
  /******/ // Execute the module function
15638
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_526217__);
15598
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
15639
15599
  /******/
15640
15600
  /******/ // Return the exports of the module
15641
15601
  /******/ return module.exports;
@@ -15644,17 +15604,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15644
15604
  /************************************************************************/
15645
15605
  /******/ /* webpack/runtime/amd options */
15646
15606
  /******/ (() => {
15647
- /******/ __nested_webpack_require_526217__.amdO = {};
15607
+ /******/ __webpack_require__.amdO = {};
15648
15608
  /******/ })();
15649
15609
  /******/
15650
15610
  /******/ /* webpack/runtime/compat get default export */
15651
15611
  /******/ (() => {
15652
15612
  /******/ // getDefaultExport function for compatibility with non-harmony modules
15653
- /******/ __nested_webpack_require_526217__.n = (module) => {
15613
+ /******/ __webpack_require__.n = (module) => {
15654
15614
  /******/ var getter = module && module.__esModule ?
15655
15615
  /******/ () => (module['default']) :
15656
15616
  /******/ () => (module);
15657
- /******/ __nested_webpack_require_526217__.d(getter, { a: getter });
15617
+ /******/ __webpack_require__.d(getter, { a: getter });
15658
15618
  /******/ return getter;
15659
15619
  /******/ };
15660
15620
  /******/ })();
@@ -15662,9 +15622,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15662
15622
  /******/ /* webpack/runtime/define property getters */
15663
15623
  /******/ (() => {
15664
15624
  /******/ // define getter functions for harmony exports
15665
- /******/ __nested_webpack_require_526217__.d = (exports, definition) => {
15625
+ /******/ __webpack_require__.d = (exports, definition) => {
15666
15626
  /******/ for(var key in definition) {
15667
- /******/ if(__nested_webpack_require_526217__.o(definition, key) && !__nested_webpack_require_526217__.o(exports, key)) {
15627
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
15668
15628
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
15669
15629
  /******/ }
15670
15630
  /******/ }
@@ -15673,7 +15633,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15673
15633
  /******/
15674
15634
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
15675
15635
  /******/ (() => {
15676
- /******/ __nested_webpack_require_526217__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
15636
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
15677
15637
  /******/ })();
15678
15638
  /******/
15679
15639
  /************************************************************************/
@@ -15681,16 +15641,16 @@ var __webpack_exports__ = {};
15681
15641
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
15682
15642
  (() => {
15683
15643
  "use strict";
15684
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_526217__(5459);
15685
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_526217__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
15686
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_526217__(7351);
15687
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_526217__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
15688
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_526217__(7196);
15689
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_526217__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
15690
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_526217__(4240);
15691
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_526217__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
15692
- /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_526217__(678);
15693
- /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_526217__.n(_jqxpanel__WEBPACK_IMPORTED_MODULE_4__);
15644
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
15645
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
15646
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
15647
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
15648
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
15649
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
15650
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
15651
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
15652
+ /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(678);
15653
+ /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxpanel__WEBPACK_IMPORTED_MODULE_4__);
15694
15654
 
15695
15655
 
15696
15656
 
@@ -15698,15 +15658,5 @@ var __webpack_exports__ = {};
15698
15658
 
15699
15659
  })();
15700
15660
 
15701
- /******/ })()
15702
- ;
15703
- /******/ })()
15704
- ;
15705
- /******/ })()
15706
- ;
15707
- /******/ })()
15708
- ;
15709
- /******/ })()
15710
- ;
15711
15661
  /******/ })()
15712
15662
  ;