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
 
@@ -1204,7 +1108,7 @@ class Barcode {
1204
1108
  /***/ }),
1205
1109
 
1206
1110
  /***/ 5459:
1207
- /***/ ((module, exports, __nested_webpack_require_25813__) => {
1111
+ /***/ ((module, exports, __webpack_require__) => {
1208
1112
 
1209
1113
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1210
1114
  /* eslint-disable */
@@ -9384,7 +9288,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9384
9288
  // file names, and JQXLite is normally delivered in a lowercase file name.
9385
9289
  // Do this after creating the global so that if an AMD module wants to call
9386
9290
  // noConflict to hide this version of JQXLite, it will work.
9387
- if ( true && __nested_webpack_require_25813__.amdO.JQXLite) {
9291
+ if ( true && __webpack_require__.amdO.JQXLite) {
9388
9292
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9389
9293
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9390
9294
  }
@@ -12569,7 +12473,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12569
12473
  /******/ var __webpack_module_cache__ = {};
12570
12474
  /******/
12571
12475
  /******/ // The require function
12572
- /******/ function __nested_webpack_require_374372__(moduleId) {
12476
+ /******/ function __webpack_require__(moduleId) {
12573
12477
  /******/ // Check if module is in cache
12574
12478
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12575
12479
  /******/ if (cachedModule !== undefined) {
@@ -12583,7 +12487,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12583
12487
  /******/ };
12584
12488
  /******/
12585
12489
  /******/ // Execute the module function
12586
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_374372__);
12490
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12587
12491
  /******/
12588
12492
  /******/ // Return the exports of the module
12589
12493
  /******/ return module.exports;
@@ -12592,17 +12496,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12592
12496
  /************************************************************************/
12593
12497
  /******/ /* webpack/runtime/amd options */
12594
12498
  /******/ (() => {
12595
- /******/ __nested_webpack_require_374372__.amdO = {};
12499
+ /******/ __webpack_require__.amdO = {};
12596
12500
  /******/ })();
12597
12501
  /******/
12598
12502
  /******/ /* webpack/runtime/compat get default export */
12599
12503
  /******/ (() => {
12600
12504
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12601
- /******/ __nested_webpack_require_374372__.n = (module) => {
12505
+ /******/ __webpack_require__.n = (module) => {
12602
12506
  /******/ var getter = module && module.__esModule ?
12603
12507
  /******/ () => (module['default']) :
12604
12508
  /******/ () => (module);
12605
- /******/ __nested_webpack_require_374372__.d(getter, { a: getter });
12509
+ /******/ __webpack_require__.d(getter, { a: getter });
12606
12510
  /******/ return getter;
12607
12511
  /******/ };
12608
12512
  /******/ })();
@@ -12610,9 +12514,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12610
12514
  /******/ /* webpack/runtime/define property getters */
12611
12515
  /******/ (() => {
12612
12516
  /******/ // define getter functions for harmony exports
12613
- /******/ __nested_webpack_require_374372__.d = (exports, definition) => {
12517
+ /******/ __webpack_require__.d = (exports, definition) => {
12614
12518
  /******/ for(var key in definition) {
12615
- /******/ if(__nested_webpack_require_374372__.o(definition, key) && !__nested_webpack_require_374372__.o(exports, key)) {
12519
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12616
12520
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12617
12521
  /******/ }
12618
12522
  /******/ }
@@ -12621,7 +12525,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12621
12525
  /******/
12622
12526
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12623
12527
  /******/ (() => {
12624
- /******/ __nested_webpack_require_374372__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12528
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12625
12529
  /******/ })();
12626
12530
  /******/
12627
12531
  /************************************************************************/
@@ -12629,37 +12533,13 @@ var __webpack_exports__ = {};
12629
12533
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12630
12534
  (() => {
12631
12535
  "use strict";
12632
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_374372__(5459);
12633
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_374372__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12634
- /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_374372__(2917);
12635
- /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_374372__.n(_jqxbarcode__WEBPACK_IMPORTED_MODULE_1__);
12536
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12537
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12538
+ /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2917);
12539
+ /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbarcode__WEBPACK_IMPORTED_MODULE_1__);
12636
12540
 
12637
12541
 
12638
12542
  })();
12639
12543
 
12640
- /******/ })()
12641
- ;
12642
- /******/ })()
12643
- ;
12644
- /******/ })()
12645
- ;
12646
- /******/ })()
12647
- ;
12648
- /******/ })()
12649
- ;
12650
- /******/ })()
12651
- ;
12652
- /******/ })()
12653
- ;
12654
- /******/ })()
12655
- ;
12656
- /******/ })()
12657
- ;
12658
- /******/ })()
12659
- ;
12660
- /******/ })()
12661
- ;
12662
- /******/ })()
12663
- ;
12664
12544
  /******/ })()
12665
12545
  ;
@@ -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
 
@@ -2692,7 +2596,7 @@ License: https://jqwidgets.com/license/ */
2692
2596
  /***/ }),
2693
2597
 
2694
2598
  /***/ 5459:
2695
- /***/ ((module, exports, __nested_webpack_require_113267__) => {
2599
+ /***/ ((module, exports, __webpack_require__) => {
2696
2600
 
2697
2601
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
2698
2602
  /* eslint-disable */
@@ -10872,7 +10776,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10872
10776
  // file names, and JQXLite is normally delivered in a lowercase file name.
10873
10777
  // Do this after creating the global so that if an AMD module wants to call
10874
10778
  // noConflict to hide this version of JQXLite, it will work.
10875
- if ( true && __nested_webpack_require_113267__.amdO.JQXLite) {
10779
+ if ( true && __webpack_require__.amdO.JQXLite) {
10876
10780
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10877
10781
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10878
10782
  }
@@ -16979,7 +16883,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16979
16883
  /******/ var __webpack_module_cache__ = {};
16980
16884
  /******/
16981
16885
  /******/ // The require function
16982
- /******/ function __nested_webpack_require_561607__(moduleId) {
16886
+ /******/ function __webpack_require__(moduleId) {
16983
16887
  /******/ // Check if module is in cache
16984
16888
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
16985
16889
  /******/ if (cachedModule !== undefined) {
@@ -16993,7 +16897,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16993
16897
  /******/ };
16994
16898
  /******/
16995
16899
  /******/ // Execute the module function
16996
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_561607__);
16900
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
16997
16901
  /******/
16998
16902
  /******/ // Return the exports of the module
16999
16903
  /******/ return module.exports;
@@ -17002,17 +16906,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17002
16906
  /************************************************************************/
17003
16907
  /******/ /* webpack/runtime/amd options */
17004
16908
  /******/ (() => {
17005
- /******/ __nested_webpack_require_561607__.amdO = {};
16909
+ /******/ __webpack_require__.amdO = {};
17006
16910
  /******/ })();
17007
16911
  /******/
17008
16912
  /******/ /* webpack/runtime/compat get default export */
17009
16913
  /******/ (() => {
17010
16914
  /******/ // getDefaultExport function for compatibility with non-harmony modules
17011
- /******/ __nested_webpack_require_561607__.n = (module) => {
16915
+ /******/ __webpack_require__.n = (module) => {
17012
16916
  /******/ var getter = module && module.__esModule ?
17013
16917
  /******/ () => (module['default']) :
17014
16918
  /******/ () => (module);
17015
- /******/ __nested_webpack_require_561607__.d(getter, { a: getter });
16919
+ /******/ __webpack_require__.d(getter, { a: getter });
17016
16920
  /******/ return getter;
17017
16921
  /******/ };
17018
16922
  /******/ })();
@@ -17020,9 +16924,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17020
16924
  /******/ /* webpack/runtime/define property getters */
17021
16925
  /******/ (() => {
17022
16926
  /******/ // define getter functions for harmony exports
17023
- /******/ __nested_webpack_require_561607__.d = (exports, definition) => {
16927
+ /******/ __webpack_require__.d = (exports, definition) => {
17024
16928
  /******/ for(var key in definition) {
17025
- /******/ if(__nested_webpack_require_561607__.o(definition, key) && !__nested_webpack_require_561607__.o(exports, key)) {
16929
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
17026
16930
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
17027
16931
  /******/ }
17028
16932
  /******/ }
@@ -17031,7 +16935,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17031
16935
  /******/
17032
16936
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
17033
16937
  /******/ (() => {
17034
- /******/ __nested_webpack_require_561607__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16938
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
17035
16939
  /******/ })();
17036
16940
  /******/
17037
16941
  /************************************************************************/
@@ -17039,40 +16943,16 @@ var __webpack_exports__ = {};
17039
16943
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
17040
16944
  (() => {
17041
16945
  "use strict";
17042
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_561607__(5459);
17043
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_561607__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
17044
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_561607__(3159);
17045
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_561607__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_1__);
17046
- /* harmony import */ var _jqxbargauge__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_561607__(8220);
17047
- /* harmony import */ var _jqxbargauge__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_561607__.n(_jqxbargauge__WEBPACK_IMPORTED_MODULE_2__);
16946
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
16947
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16948
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3159);
16949
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_1__);
16950
+ /* harmony import */ var _jqxbargauge__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8220);
16951
+ /* harmony import */ var _jqxbargauge__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbargauge__WEBPACK_IMPORTED_MODULE_2__);
17048
16952
 
17049
16953
 
17050
16954
 
17051
16955
  })();
17052
16956
 
17053
- /******/ })()
17054
- ;
17055
- /******/ })()
17056
- ;
17057
- /******/ })()
17058
- ;
17059
- /******/ })()
17060
- ;
17061
- /******/ })()
17062
- ;
17063
- /******/ })()
17064
- ;
17065
- /******/ })()
17066
- ;
17067
- /******/ })()
17068
- ;
17069
- /******/ })()
17070
- ;
17071
- /******/ })()
17072
- ;
17073
- /******/ })()
17074
- ;
17075
- /******/ })()
17076
- ;
17077
16957
  /******/ })()
17078
16958
  ;
@@ -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
 
@@ -1038,7 +942,7 @@ License: https://jqwidgets.com/license/ */
1038
942
  /***/ }),
1039
943
 
1040
944
  /***/ 5459:
1041
- /***/ ((module, exports, __nested_webpack_require_46256__) => {
945
+ /***/ ((module, exports, __webpack_require__) => {
1042
946
 
1043
947
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1044
948
  /* eslint-disable */
@@ -9218,7 +9122,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9218
9122
  // file names, and JQXLite is normally delivered in a lowercase file name.
9219
9123
  // Do this after creating the global so that if an AMD module wants to call
9220
9124
  // noConflict to hide this version of JQXLite, it will work.
9221
- if ( true && __nested_webpack_require_46256__.amdO.JQXLite) {
9125
+ if ( true && __webpack_require__.amdO.JQXLite) {
9222
9126
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9223
9127
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9224
9128
  }
@@ -19522,7 +19426,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19522
19426
  /******/ var __webpack_module_cache__ = {};
19523
19427
  /******/
19524
19428
  /******/ // The require function
19525
- /******/ function __nested_webpack_require_719972__(moduleId) {
19429
+ /******/ function __webpack_require__(moduleId) {
19526
19430
  /******/ // Check if module is in cache
19527
19431
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
19528
19432
  /******/ if (cachedModule !== undefined) {
@@ -19536,7 +19440,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19536
19440
  /******/ };
19537
19441
  /******/
19538
19442
  /******/ // Execute the module function
19539
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_719972__);
19443
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
19540
19444
  /******/
19541
19445
  /******/ // Return the exports of the module
19542
19446
  /******/ return module.exports;
@@ -19545,17 +19449,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19545
19449
  /************************************************************************/
19546
19450
  /******/ /* webpack/runtime/amd options */
19547
19451
  /******/ (() => {
19548
- /******/ __nested_webpack_require_719972__.amdO = {};
19452
+ /******/ __webpack_require__.amdO = {};
19549
19453
  /******/ })();
19550
19454
  /******/
19551
19455
  /******/ /* webpack/runtime/compat get default export */
19552
19456
  /******/ (() => {
19553
19457
  /******/ // getDefaultExport function for compatibility with non-harmony modules
19554
- /******/ __nested_webpack_require_719972__.n = (module) => {
19458
+ /******/ __webpack_require__.n = (module) => {
19555
19459
  /******/ var getter = module && module.__esModule ?
19556
19460
  /******/ () => (module['default']) :
19557
19461
  /******/ () => (module);
19558
- /******/ __nested_webpack_require_719972__.d(getter, { a: getter });
19462
+ /******/ __webpack_require__.d(getter, { a: getter });
19559
19463
  /******/ return getter;
19560
19464
  /******/ };
19561
19465
  /******/ })();
@@ -19563,9 +19467,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19563
19467
  /******/ /* webpack/runtime/define property getters */
19564
19468
  /******/ (() => {
19565
19469
  /******/ // define getter functions for harmony exports
19566
- /******/ __nested_webpack_require_719972__.d = (exports, definition) => {
19470
+ /******/ __webpack_require__.d = (exports, definition) => {
19567
19471
  /******/ for(var key in definition) {
19568
- /******/ if(__nested_webpack_require_719972__.o(definition, key) && !__nested_webpack_require_719972__.o(exports, key)) {
19472
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
19569
19473
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
19570
19474
  /******/ }
19571
19475
  /******/ }
@@ -19574,7 +19478,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19574
19478
  /******/
19575
19479
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
19576
19480
  /******/ (() => {
19577
- /******/ __nested_webpack_require_719972__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
19481
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
19578
19482
  /******/ })();
19579
19483
  /******/
19580
19484
  /************************************************************************/
@@ -19582,14 +19486,14 @@ var __webpack_exports__ = {};
19582
19486
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
19583
19487
  (() => {
19584
19488
  "use strict";
19585
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_719972__(5459);
19586
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_719972__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
19587
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_719972__(4198);
19588
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_719972__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
19589
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_719972__(3899);
19590
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_719972__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_2__);
19591
- /* harmony import */ var _jqxbulletchart__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_719972__(409);
19592
- /* harmony import */ var _jqxbulletchart__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_719972__.n(_jqxbulletchart__WEBPACK_IMPORTED_MODULE_3__);
19489
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
19490
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
19491
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
19492
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
19493
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3899);
19494
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_2__);
19495
+ /* harmony import */ var _jqxbulletchart__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(409);
19496
+ /* harmony import */ var _jqxbulletchart__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxbulletchart__WEBPACK_IMPORTED_MODULE_3__);
19593
19497
 
19594
19498
 
19595
19499
 
@@ -19597,29 +19501,5 @@ var __webpack_exports__ = {};
19597
19501
 
19598
19502
  })();
19599
19503
 
19600
- /******/ })()
19601
- ;
19602
- /******/ })()
19603
- ;
19604
- /******/ })()
19605
- ;
19606
- /******/ })()
19607
- ;
19608
- /******/ })()
19609
- ;
19610
- /******/ })()
19611
- ;
19612
- /******/ })()
19613
- ;
19614
- /******/ })()
19615
- ;
19616
- /******/ })()
19617
- ;
19618
- /******/ })()
19619
- ;
19620
- /******/ })()
19621
- ;
19622
- /******/ })()
19623
- ;
19624
19504
  /******/ })()
19625
19505
  ;