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
 
@@ -1924,7 +1828,7 @@ License: https://jqwidgets.com/license/ */
1924
1828
  /***/ }),
1925
1829
 
1926
1830
  /***/ 5459:
1927
- /***/ ((module, exports, __nested_webpack_require_74198__) => {
1831
+ /***/ ((module, exports, __webpack_require__) => {
1928
1832
 
1929
1833
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1930
1834
  /* eslint-disable */
@@ -10104,7 +10008,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10104
10008
  // file names, and JQXLite is normally delivered in a lowercase file name.
10105
10009
  // Do this after creating the global so that if an AMD module wants to call
10106
10010
  // noConflict to hide this version of JQXLite, it will work.
10107
- if ( true && __nested_webpack_require_74198__.amdO.JQXLite) {
10011
+ if ( true && __webpack_require__.amdO.JQXLite) {
10108
10012
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10109
10013
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10110
10014
  }
@@ -18364,7 +18268,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18364
18268
  /******/ var __webpack_module_cache__ = {};
18365
18269
  /******/
18366
18270
  /******/ // The require function
18367
- /******/ function __nested_webpack_require_645649__(moduleId) {
18271
+ /******/ function __webpack_require__(moduleId) {
18368
18272
  /******/ // Check if module is in cache
18369
18273
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
18370
18274
  /******/ if (cachedModule !== undefined) {
@@ -18378,7 +18282,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18378
18282
  /******/ };
18379
18283
  /******/
18380
18284
  /******/ // Execute the module function
18381
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_645649__);
18285
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
18382
18286
  /******/
18383
18287
  /******/ // Return the exports of the module
18384
18288
  /******/ return module.exports;
@@ -18387,17 +18291,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18387
18291
  /************************************************************************/
18388
18292
  /******/ /* webpack/runtime/amd options */
18389
18293
  /******/ (() => {
18390
- /******/ __nested_webpack_require_645649__.amdO = {};
18294
+ /******/ __webpack_require__.amdO = {};
18391
18295
  /******/ })();
18392
18296
  /******/
18393
18297
  /******/ /* webpack/runtime/compat get default export */
18394
18298
  /******/ (() => {
18395
18299
  /******/ // getDefaultExport function for compatibility with non-harmony modules
18396
- /******/ __nested_webpack_require_645649__.n = (module) => {
18300
+ /******/ __webpack_require__.n = (module) => {
18397
18301
  /******/ var getter = module && module.__esModule ?
18398
18302
  /******/ () => (module['default']) :
18399
18303
  /******/ () => (module);
18400
- /******/ __nested_webpack_require_645649__.d(getter, { a: getter });
18304
+ /******/ __webpack_require__.d(getter, { a: getter });
18401
18305
  /******/ return getter;
18402
18306
  /******/ };
18403
18307
  /******/ })();
@@ -18405,9 +18309,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18405
18309
  /******/ /* webpack/runtime/define property getters */
18406
18310
  /******/ (() => {
18407
18311
  /******/ // define getter functions for harmony exports
18408
- /******/ __nested_webpack_require_645649__.d = (exports, definition) => {
18312
+ /******/ __webpack_require__.d = (exports, definition) => {
18409
18313
  /******/ for(var key in definition) {
18410
- /******/ 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)) {
18411
18315
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
18412
18316
  /******/ }
18413
18317
  /******/ }
@@ -18416,7 +18320,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18416
18320
  /******/
18417
18321
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
18418
18322
  /******/ (() => {
18419
- /******/ __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))
18420
18324
  /******/ })();
18421
18325
  /******/
18422
18326
  /************************************************************************/
@@ -18424,18 +18328,18 @@ var __webpack_exports__ = {};
18424
18328
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
18425
18329
  (() => {
18426
18330
  "use strict";
18427
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_645649__(5459);
18428
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_645649__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
18429
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_645649__(7351);
18430
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_645649__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
18431
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_645649__(7196);
18432
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_645649__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
18433
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_645649__(4240);
18434
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_645649__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
18435
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_645649__(1610);
18436
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_645649__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
18437
- /* harmony import */ var _jqxnotification__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_645649__(6610);
18438
- /* 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__);
18439
18343
 
18440
18344
 
18441
18345
 
@@ -18444,29 +18348,5 @@ var __webpack_exports__ = {};
18444
18348
 
18445
18349
  })();
18446
18350
 
18447
- /******/ })()
18448
- ;
18449
- /******/ })()
18450
- ;
18451
- /******/ })()
18452
- ;
18453
- /******/ })()
18454
- ;
18455
- /******/ })()
18456
- ;
18457
- /******/ })()
18458
- ;
18459
- /******/ })()
18460
- ;
18461
- /******/ })()
18462
- ;
18463
- /******/ })()
18464
- ;
18465
- /******/ })()
18466
- ;
18467
- /******/ })()
18468
- ;
18469
- /******/ })()
18470
- ;
18471
18351
  /******/ })()
18472
18352
  ;
@@ -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
 
@@ -5221,7 +5125,7 @@ License: https://jqwidgets.com/license/ */
5221
5125
  /***/ }),
5222
5126
 
5223
5127
  /***/ 5459:
5224
- /***/ ((module, exports, __nested_webpack_require_225976__) => {
5128
+ /***/ ((module, exports, __webpack_require__) => {
5225
5129
 
5226
5130
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
5227
5131
  /* eslint-disable */
@@ -13401,7 +13305,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13401
13305
  // file names, and JQXLite is normally delivered in a lowercase file name.
13402
13306
  // Do this after creating the global so that if an AMD module wants to call
13403
13307
  // noConflict to hide this version of JQXLite, it will work.
13404
- if ( true && __nested_webpack_require_225976__.amdO.JQXLite) {
13308
+ if ( true && __webpack_require__.amdO.JQXLite) {
13405
13309
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
13406
13310
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
13407
13311
  }
@@ -32188,7 +32092,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32188
32092
  /******/ var __webpack_module_cache__ = {};
32189
32093
  /******/
32190
32094
  /******/ // The require function
32191
- /******/ function __nested_webpack_require_1239263__(moduleId) {
32095
+ /******/ function __webpack_require__(moduleId) {
32192
32096
  /******/ // Check if module is in cache
32193
32097
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
32194
32098
  /******/ if (cachedModule !== undefined) {
@@ -32202,7 +32106,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32202
32106
  /******/ };
32203
32107
  /******/
32204
32108
  /******/ // Execute the module function
32205
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1239263__);
32109
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
32206
32110
  /******/
32207
32111
  /******/ // Return the exports of the module
32208
32112
  /******/ return module.exports;
@@ -32211,17 +32115,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32211
32115
  /************************************************************************/
32212
32116
  /******/ /* webpack/runtime/amd options */
32213
32117
  /******/ (() => {
32214
- /******/ __nested_webpack_require_1239263__.amdO = {};
32118
+ /******/ __webpack_require__.amdO = {};
32215
32119
  /******/ })();
32216
32120
  /******/
32217
32121
  /******/ /* webpack/runtime/compat get default export */
32218
32122
  /******/ (() => {
32219
32123
  /******/ // getDefaultExport function for compatibility with non-harmony modules
32220
- /******/ __nested_webpack_require_1239263__.n = (module) => {
32124
+ /******/ __webpack_require__.n = (module) => {
32221
32125
  /******/ var getter = module && module.__esModule ?
32222
32126
  /******/ () => (module['default']) :
32223
32127
  /******/ () => (module);
32224
- /******/ __nested_webpack_require_1239263__.d(getter, { a: getter });
32128
+ /******/ __webpack_require__.d(getter, { a: getter });
32225
32129
  /******/ return getter;
32226
32130
  /******/ };
32227
32131
  /******/ })();
@@ -32229,9 +32133,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32229
32133
  /******/ /* webpack/runtime/define property getters */
32230
32134
  /******/ (() => {
32231
32135
  /******/ // define getter functions for harmony exports
32232
- /******/ __nested_webpack_require_1239263__.d = (exports, definition) => {
32136
+ /******/ __webpack_require__.d = (exports, definition) => {
32233
32137
  /******/ for(var key in definition) {
32234
- /******/ 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)) {
32235
32139
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
32236
32140
  /******/ }
32237
32141
  /******/ }
@@ -32240,7 +32144,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32240
32144
  /******/
32241
32145
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
32242
32146
  /******/ (() => {
32243
- /******/ __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))
32244
32148
  /******/ })();
32245
32149
  /******/
32246
32150
  /************************************************************************/
@@ -32248,24 +32152,24 @@ var __webpack_exports__ = {};
32248
32152
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
32249
32153
  (() => {
32250
32154
  "use strict";
32251
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1239263__(5459);
32252
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
32253
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1239263__(7351);
32254
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
32255
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1239263__(7196);
32256
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
32257
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1239263__(4240);
32258
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
32259
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1239263__(1610);
32260
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
32261
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1239263__(1062);
32262
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_5__);
32263
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1239263__(5868);
32264
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__);
32265
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1239263__(4720);
32266
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1239263__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_7__);
32267
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_1239263__(7995);
32268
- /* 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__);
32269
32173
 
32270
32174
 
32271
32175
 
@@ -32277,29 +32181,5 @@ var __webpack_exports__ = {};
32277
32181
 
32278
32182
  })();
32279
32183
 
32280
- /******/ })()
32281
- ;
32282
- /******/ })()
32283
- ;
32284
- /******/ })()
32285
- ;
32286
- /******/ })()
32287
- ;
32288
- /******/ })()
32289
- ;
32290
- /******/ })()
32291
- ;
32292
- /******/ })()
32293
- ;
32294
- /******/ })()
32295
- ;
32296
- /******/ })()
32297
- ;
32298
- /******/ })()
32299
- ;
32300
- /******/ })()
32301
- ;
32302
- /******/ })()
32303
- ;
32304
32184
  /******/ })()
32305
32185
  ;