jqwidgets-ng 22.0.2 → 22.0.3

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 (89) hide show
  1. package/jqwidgets/jqx-all.js +2457 -58
  2. package/jqwidgets/jqxbarcode.js +0 -14
  3. package/jqwidgets/jqxcheckboxgroup.js +0 -14
  4. package/jqwidgets/jqxcore.js +1 -1
  5. package/jqwidgets/jqxexport.js +6 -3
  6. package/jqwidgets/jqxqrcode.js +0 -14
  7. package/jqwidgets/jqxradiobuttongroup.js +0 -14
  8. package/jqwidgets/jqxsplitlayout.js +2456 -1
  9. package/jqwidgets/modules/jqxbarcode.js +23 -59
  10. package/jqwidgets/modules/jqxbargauge.js +25 -61
  11. package/jqwidgets/modules/jqxbulletchart.js +27 -63
  12. package/jqwidgets/modules/jqxbuttongroup.js +25 -61
  13. package/jqwidgets/modules/jqxbuttons.js +23 -59
  14. package/jqwidgets/modules/jqxcalendar.js +29 -65
  15. package/jqwidgets/modules/jqxchart.js +37 -73
  16. package/jqwidgets/modules/jqxcheckbox.js +27 -63
  17. package/jqwidgets/modules/jqxcheckboxgroup.js +27 -63
  18. package/jqwidgets/modules/jqxcolorpicker.js +29 -65
  19. package/jqwidgets/modules/jqxcombobox.js +33 -69
  20. package/jqwidgets/modules/jqxcomplexinput.js +25 -61
  21. package/jqwidgets/modules/jqxdatatable.js +59 -92
  22. package/jqwidgets/modules/jqxdatetimeinput.js +47 -83
  23. package/jqwidgets/modules/jqxdocking.js +27 -63
  24. package/jqwidgets/modules/jqxdockinglayout.js +35 -71
  25. package/jqwidgets/modules/jqxdockpanel.js +25 -61
  26. package/jqwidgets/modules/jqxdragdrop.js +27 -63
  27. package/jqwidgets/modules/jqxdraw.js +23 -59
  28. package/jqwidgets/modules/jqxdropdownbutton.js +25 -61
  29. package/jqwidgets/modules/jqxdropdownlist.js +45 -81
  30. package/jqwidgets/modules/jqxeditor.js +57 -93
  31. package/jqwidgets/modules/jqxexpander.js +37 -70
  32. package/jqwidgets/modules/jqxfileupload.js +27 -63
  33. package/jqwidgets/modules/jqxform.js +61 -94
  34. package/jqwidgets/modules/jqxformattedinput.js +53 -86
  35. package/jqwidgets/modules/jqxgantt.js +25 -61
  36. package/jqwidgets/modules/jqxgauge.js +29 -65
  37. package/jqwidgets/modules/jqxgrid.js +98 -131
  38. package/jqwidgets/modules/jqxheatmap.js +25 -61
  39. package/jqwidgets/modules/jqxinput.js +27 -63
  40. package/jqwidgets/modules/jqxkanban.js +63 -96
  41. package/jqwidgets/modules/jqxknob.js +27 -63
  42. package/jqwidgets/modules/jqxlayout.js +35 -71
  43. package/jqwidgets/modules/jqxlineargauge.js +29 -65
  44. package/jqwidgets/modules/jqxlinkbutton.js +23 -59
  45. package/jqwidgets/modules/jqxlistbox.js +37 -73
  46. package/jqwidgets/modules/jqxlistmenu.js +59 -92
  47. package/jqwidgets/modules/jqxloader.js +23 -59
  48. package/jqwidgets/modules/jqxmaskedinput.js +23 -59
  49. package/jqwidgets/modules/jqxmenu.js +41 -74
  50. package/jqwidgets/modules/jqxnavbar.js +37 -70
  51. package/jqwidgets/modules/jqxnavigationbar.js +45 -78
  52. package/jqwidgets/modules/jqxnotification.js +31 -67
  53. package/jqwidgets/modules/jqxnumberinput.js +37 -73
  54. package/jqwidgets/modules/jqxpanel.js +29 -65
  55. package/jqwidgets/modules/jqxpasswordinput.js +31 -67
  56. package/jqwidgets/modules/jqxpivotdesigner.js +67 -100
  57. package/jqwidgets/modules/jqxpivotgrid.js +67 -100
  58. package/jqwidgets/modules/jqxpopover.js +25 -61
  59. package/jqwidgets/modules/jqxprogressbar.js +23 -59
  60. package/jqwidgets/modules/jqxqrcode.js +37 -70
  61. package/jqwidgets/modules/jqxradiobutongroup.js +27 -63
  62. package/jqwidgets/modules/jqxradiobutton.js +25 -61
  63. package/jqwidgets/modules/jqxrangeselector.js +27 -63
  64. package/jqwidgets/modules/jqxrating.js +25 -61
  65. package/jqwidgets/modules/jqxrepeatbutton.js +23 -59
  66. package/jqwidgets/modules/jqxresponsivepanel.js +25 -61
  67. package/jqwidgets/modules/jqxribbon.js +27 -63
  68. package/jqwidgets/modules/jqxscheduler.js +63 -99
  69. package/jqwidgets/modules/jqxscrollbar.js +25 -61
  70. package/jqwidgets/modules/jqxscrollview.js +25 -61
  71. package/jqwidgets/modules/jqxslider.js +25 -61
  72. package/jqwidgets/modules/jqxsortable.js +25 -61
  73. package/jqwidgets/modules/jqxsplitlayout.js +23 -59
  74. package/jqwidgets/modules/jqxsplitter.js +25 -61
  75. package/jqwidgets/modules/jqxswitchbutton.js +29 -65
  76. package/jqwidgets/modules/jqxtabs.js +43 -76
  77. package/jqwidgets/modules/jqxtagcloud.js +31 -67
  78. package/jqwidgets/modules/jqxtextarea.js +31 -67
  79. package/jqwidgets/modules/jqxtimeline.js +23 -59
  80. package/jqwidgets/modules/jqxtimepicker.js +25 -61
  81. package/jqwidgets/modules/jqxtogglebutton.js +23 -59
  82. package/jqwidgets/modules/jqxtoolbar.js +61 -94
  83. package/jqwidgets/modules/jqxtooltip.js +23 -59
  84. package/jqwidgets/modules/jqxtree.js +35 -71
  85. package/jqwidgets/modules/jqxtreegrid.js +61 -94
  86. package/jqwidgets/modules/jqxtreemap.js +27 -63
  87. package/jqwidgets/modules/jqxvalidator.js +29 -65
  88. package/jqwidgets/modules/jqxwindow.js +25 -61
  89. package/package.json +1 -1
@@ -1,22 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Sep-17-2024
11
- Copyright (c) 2011-2024 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Sep-17-2024
19
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
20
4
  License: https://jqwidgets.com/license/ */
21
5
 
22
6
 
@@ -1126,15 +1110,15 @@ class Barcode {
1126
1110
  /***/ }),
1127
1111
 
1128
1112
  /***/ 5459:
1129
- /***/ ((module, exports, __nested_webpack_require_25817__) => {
1113
+ /***/ ((module, exports, __webpack_require__) => {
1130
1114
 
1131
1115
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1132
1116
  /* eslint-disable */
1133
- (function () {
1134
- if (typeof document === 'undefined') {
1117
+ (function(){
1118
+ if (typeof document === 'undefined') {
1135
1119
  return;
1136
1120
  }
1137
-
1121
+
1138
1122
  var oldBrowser = document.all && !document.addEventListener;
1139
1123
  if (!oldBrowser) {
1140
1124
  (function (window, undefined) {
@@ -9306,7 +9290,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9306
9290
  // file names, and JQXLite is normally delivered in a lowercase file name.
9307
9291
  // Do this after creating the global so that if an AMD module wants to call
9308
9292
  // noConflict to hide this version of JQXLite, it will work.
9309
- if ( true && __nested_webpack_require_25817__.amdO.JQXLite) {
9293
+ if ( true && __webpack_require__.amdO.JQXLite) {
9310
9294
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9311
9295
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9312
9296
  }
@@ -9327,19 +9311,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9327
9311
  }
9328
9312
 
9329
9313
  if (window.jQuery) {
9330
- if (window.jQuery.fn.extend) {
9331
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
9332
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
9333
-
9334
- var keys = Object.keys(window.JQXLite.fn);
9335
- for (var index in keys) {
9336
- var key = keys[index];
9337
- if (window.jQuery.fn[key] == undefined) {
9338
- window.jQuery.fn[key] = window.JQXLite.fn[key];
9339
- }
9340
- }
9341
- }
9342
-
9343
9314
  window.minQuery = window.JQXLite = window.jQuery;
9344
9315
  return;
9345
9316
  }
@@ -10961,7 +10932,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10961
10932
  if (!$(element).on || !$.access) {
10962
10933
  return $(element).html(value);
10963
10934
  }
10964
- try {
10935
+ try {
10965
10936
  return $.access(element, function (value) {
10966
10937
  var elem = element[0] || {},
10967
10938
  i = 0,
@@ -11454,12 +11425,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11454
11425
  returnValue = returnValue + $(window).scrollTop();
11455
11426
  }
11456
11427
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
11457
- return returnValue;
11458
- // return returnValue + $(window).scrollTop();
11428
+ return returnValue;
11429
+ // return returnValue + $(window).scrollTop();
11459
11430
  }
11460
11431
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
11461
11432
  return returnValue;
11462
- // return returnValue + $(window).scrollTop();
11433
+ // return returnValue + $(window).scrollTop();
11463
11434
  }
11464
11435
 
11465
11436
  return initialOffset.top;
@@ -12155,9 +12126,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12155
12126
  }
12156
12127
  });
12157
12128
 
12158
- if (!$.easing) {
12159
- $.easing = {};
12160
- }
12161
12129
  $.extend($.easing, {
12162
12130
  easeOutBack: function (x, t, b, c, d, s) {
12163
12131
  if (s == undefined) s = 1.70158;
@@ -12509,7 +12477,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12509
12477
  /******/ var __webpack_module_cache__ = {};
12510
12478
  /******/
12511
12479
  /******/ // The require function
12512
- /******/ function __nested_webpack_require_374808__(moduleId) {
12480
+ /******/ function __webpack_require__(moduleId) {
12513
12481
  /******/ // Check if module is in cache
12514
12482
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12515
12483
  /******/ if (cachedModule !== undefined) {
@@ -12523,7 +12491,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12523
12491
  /******/ };
12524
12492
  /******/
12525
12493
  /******/ // Execute the module function
12526
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_374808__);
12494
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12527
12495
  /******/
12528
12496
  /******/ // Return the exports of the module
12529
12497
  /******/ return module.exports;
@@ -12532,17 +12500,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12532
12500
  /************************************************************************/
12533
12501
  /******/ /* webpack/runtime/amd options */
12534
12502
  /******/ (() => {
12535
- /******/ __nested_webpack_require_374808__.amdO = {};
12503
+ /******/ __webpack_require__.amdO = {};
12536
12504
  /******/ })();
12537
12505
  /******/
12538
12506
  /******/ /* webpack/runtime/compat get default export */
12539
12507
  /******/ (() => {
12540
12508
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12541
- /******/ __nested_webpack_require_374808__.n = (module) => {
12509
+ /******/ __webpack_require__.n = (module) => {
12542
12510
  /******/ var getter = module && module.__esModule ?
12543
12511
  /******/ () => (module['default']) :
12544
12512
  /******/ () => (module);
12545
- /******/ __nested_webpack_require_374808__.d(getter, { a: getter });
12513
+ /******/ __webpack_require__.d(getter, { a: getter });
12546
12514
  /******/ return getter;
12547
12515
  /******/ };
12548
12516
  /******/ })();
@@ -12550,9 +12518,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12550
12518
  /******/ /* webpack/runtime/define property getters */
12551
12519
  /******/ (() => {
12552
12520
  /******/ // define getter functions for harmony exports
12553
- /******/ __nested_webpack_require_374808__.d = (exports, definition) => {
12521
+ /******/ __webpack_require__.d = (exports, definition) => {
12554
12522
  /******/ for(var key in definition) {
12555
- /******/ if(__nested_webpack_require_374808__.o(definition, key) && !__nested_webpack_require_374808__.o(exports, key)) {
12523
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12556
12524
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12557
12525
  /******/ }
12558
12526
  /******/ }
@@ -12561,7 +12529,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12561
12529
  /******/
12562
12530
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12563
12531
  /******/ (() => {
12564
- /******/ __nested_webpack_require_374808__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12532
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12565
12533
  /******/ })();
12566
12534
  /******/
12567
12535
  /************************************************************************/
@@ -12569,17 +12537,13 @@ var __webpack_exports__ = {};
12569
12537
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12570
12538
  (() => {
12571
12539
  "use strict";
12572
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_374808__(5459);
12573
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_374808__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12574
- /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_374808__(2917);
12575
- /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_374808__.n(_jqxbarcode__WEBPACK_IMPORTED_MODULE_1__);
12540
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12541
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12542
+ /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2917);
12543
+ /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbarcode__WEBPACK_IMPORTED_MODULE_1__);
12576
12544
 
12577
12545
 
12578
12546
  })();
12579
12547
 
12580
- /******/ })()
12581
- ;
12582
- /******/ })()
12583
- ;
12584
12548
  /******/ })()
12585
12549
  ;
@@ -1,22 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Sep-17-2024
11
- Copyright (c) 2011-2024 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Sep-17-2024
19
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
20
4
  License: https://jqwidgets.com/license/ */
21
5
 
22
6
 
@@ -2614,15 +2598,15 @@ License: https://jqwidgets.com/license/ */
2614
2598
  /***/ }),
2615
2599
 
2616
2600
  /***/ 5459:
2617
- /***/ ((module, exports, __nested_webpack_require_113271__) => {
2601
+ /***/ ((module, exports, __webpack_require__) => {
2618
2602
 
2619
2603
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
2620
2604
  /* eslint-disable */
2621
- (function () {
2622
- if (typeof document === 'undefined') {
2605
+ (function(){
2606
+ if (typeof document === 'undefined') {
2623
2607
  return;
2624
2608
  }
2625
-
2609
+
2626
2610
  var oldBrowser = document.all && !document.addEventListener;
2627
2611
  if (!oldBrowser) {
2628
2612
  (function (window, undefined) {
@@ -10794,7 +10778,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10794
10778
  // file names, and JQXLite is normally delivered in a lowercase file name.
10795
10779
  // Do this after creating the global so that if an AMD module wants to call
10796
10780
  // noConflict to hide this version of JQXLite, it will work.
10797
- if ( true && __nested_webpack_require_113271__.amdO.JQXLite) {
10781
+ if ( true && __webpack_require__.amdO.JQXLite) {
10798
10782
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10799
10783
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10800
10784
  }
@@ -10815,19 +10799,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10815
10799
  }
10816
10800
 
10817
10801
  if (window.jQuery) {
10818
- if (window.jQuery.fn.extend) {
10819
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
10820
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
10821
-
10822
- var keys = Object.keys(window.JQXLite.fn);
10823
- for (var index in keys) {
10824
- var key = keys[index];
10825
- if (window.jQuery.fn[key] == undefined) {
10826
- window.jQuery.fn[key] = window.JQXLite.fn[key];
10827
- }
10828
- }
10829
- }
10830
-
10831
10802
  window.minQuery = window.JQXLite = window.jQuery;
10832
10803
  return;
10833
10804
  }
@@ -12449,7 +12420,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12449
12420
  if (!$(element).on || !$.access) {
12450
12421
  return $(element).html(value);
12451
12422
  }
12452
- try {
12423
+ try {
12453
12424
  return $.access(element, function (value) {
12454
12425
  var elem = element[0] || {},
12455
12426
  i = 0,
@@ -12942,12 +12913,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12942
12913
  returnValue = returnValue + $(window).scrollTop();
12943
12914
  }
12944
12915
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
12945
- return returnValue;
12946
- // return returnValue + $(window).scrollTop();
12916
+ return returnValue;
12917
+ // return returnValue + $(window).scrollTop();
12947
12918
  }
12948
12919
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
12949
12920
  return returnValue;
12950
- // return returnValue + $(window).scrollTop();
12921
+ // return returnValue + $(window).scrollTop();
12951
12922
  }
12952
12923
 
12953
12924
  return initialOffset.top;
@@ -13643,9 +13614,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13643
13614
  }
13644
13615
  });
13645
13616
 
13646
- if (!$.easing) {
13647
- $.easing = {};
13648
- }
13649
13617
  $.extend($.easing, {
13650
13618
  easeOutBack: function (x, t, b, c, d, s) {
13651
13619
  if (s == undefined) s = 1.70158;
@@ -16921,7 +16889,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16921
16889
  /******/ var __webpack_module_cache__ = {};
16922
16890
  /******/
16923
16891
  /******/ // The require function
16924
- /******/ function __nested_webpack_require_562047__(moduleId) {
16892
+ /******/ function __webpack_require__(moduleId) {
16925
16893
  /******/ // Check if module is in cache
16926
16894
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
16927
16895
  /******/ if (cachedModule !== undefined) {
@@ -16935,7 +16903,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16935
16903
  /******/ };
16936
16904
  /******/
16937
16905
  /******/ // Execute the module function
16938
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_562047__);
16906
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
16939
16907
  /******/
16940
16908
  /******/ // Return the exports of the module
16941
16909
  /******/ return module.exports;
@@ -16944,17 +16912,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16944
16912
  /************************************************************************/
16945
16913
  /******/ /* webpack/runtime/amd options */
16946
16914
  /******/ (() => {
16947
- /******/ __nested_webpack_require_562047__.amdO = {};
16915
+ /******/ __webpack_require__.amdO = {};
16948
16916
  /******/ })();
16949
16917
  /******/
16950
16918
  /******/ /* webpack/runtime/compat get default export */
16951
16919
  /******/ (() => {
16952
16920
  /******/ // getDefaultExport function for compatibility with non-harmony modules
16953
- /******/ __nested_webpack_require_562047__.n = (module) => {
16921
+ /******/ __webpack_require__.n = (module) => {
16954
16922
  /******/ var getter = module && module.__esModule ?
16955
16923
  /******/ () => (module['default']) :
16956
16924
  /******/ () => (module);
16957
- /******/ __nested_webpack_require_562047__.d(getter, { a: getter });
16925
+ /******/ __webpack_require__.d(getter, { a: getter });
16958
16926
  /******/ return getter;
16959
16927
  /******/ };
16960
16928
  /******/ })();
@@ -16962,9 +16930,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16962
16930
  /******/ /* webpack/runtime/define property getters */
16963
16931
  /******/ (() => {
16964
16932
  /******/ // define getter functions for harmony exports
16965
- /******/ __nested_webpack_require_562047__.d = (exports, definition) => {
16933
+ /******/ __webpack_require__.d = (exports, definition) => {
16966
16934
  /******/ for(var key in definition) {
16967
- /******/ if(__nested_webpack_require_562047__.o(definition, key) && !__nested_webpack_require_562047__.o(exports, key)) {
16935
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
16968
16936
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
16969
16937
  /******/ }
16970
16938
  /******/ }
@@ -16973,7 +16941,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16973
16941
  /******/
16974
16942
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
16975
16943
  /******/ (() => {
16976
- /******/ __nested_webpack_require_562047__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16944
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16977
16945
  /******/ })();
16978
16946
  /******/
16979
16947
  /************************************************************************/
@@ -16981,20 +16949,16 @@ var __webpack_exports__ = {};
16981
16949
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
16982
16950
  (() => {
16983
16951
  "use strict";
16984
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_562047__(5459);
16985
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_562047__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16986
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_562047__(3159);
16987
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_562047__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_1__);
16988
- /* harmony import */ var _jqxbargauge__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_562047__(8220);
16989
- /* harmony import */ var _jqxbargauge__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_562047__.n(_jqxbargauge__WEBPACK_IMPORTED_MODULE_2__);
16952
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
16953
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16954
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3159);
16955
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_1__);
16956
+ /* harmony import */ var _jqxbargauge__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8220);
16957
+ /* harmony import */ var _jqxbargauge__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbargauge__WEBPACK_IMPORTED_MODULE_2__);
16990
16958
 
16991
16959
 
16992
16960
 
16993
16961
  })();
16994
16962
 
16995
- /******/ })()
16996
- ;
16997
- /******/ })()
16998
- ;
16999
16963
  /******/ })()
17000
16964
  ;
@@ -1,22 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Sep-17-2024
11
- Copyright (c) 2011-2024 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Sep-17-2024
19
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
20
4
  License: https://jqwidgets.com/license/ */
21
5
 
22
6
 
@@ -960,15 +944,15 @@ License: https://jqwidgets.com/license/ */
960
944
  /***/ }),
961
945
 
962
946
  /***/ 5459:
963
- /***/ ((module, exports, __nested_webpack_require_46260__) => {
947
+ /***/ ((module, exports, __webpack_require__) => {
964
948
 
965
949
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
966
950
  /* eslint-disable */
967
- (function () {
968
- if (typeof document === 'undefined') {
951
+ (function(){
952
+ if (typeof document === 'undefined') {
969
953
  return;
970
954
  }
971
-
955
+
972
956
  var oldBrowser = document.all && !document.addEventListener;
973
957
  if (!oldBrowser) {
974
958
  (function (window, undefined) {
@@ -9140,7 +9124,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9140
9124
  // file names, and JQXLite is normally delivered in a lowercase file name.
9141
9125
  // Do this after creating the global so that if an AMD module wants to call
9142
9126
  // noConflict to hide this version of JQXLite, it will work.
9143
- if ( true && __nested_webpack_require_46260__.amdO.JQXLite) {
9127
+ if ( true && __webpack_require__.amdO.JQXLite) {
9144
9128
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9145
9129
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9146
9130
  }
@@ -9161,19 +9145,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9161
9145
  }
9162
9146
 
9163
9147
  if (window.jQuery) {
9164
- if (window.jQuery.fn.extend) {
9165
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
9166
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
9167
-
9168
- var keys = Object.keys(window.JQXLite.fn);
9169
- for (var index in keys) {
9170
- var key = keys[index];
9171
- if (window.jQuery.fn[key] == undefined) {
9172
- window.jQuery.fn[key] = window.JQXLite.fn[key];
9173
- }
9174
- }
9175
- }
9176
-
9177
9148
  window.minQuery = window.JQXLite = window.jQuery;
9178
9149
  return;
9179
9150
  }
@@ -10795,7 +10766,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10795
10766
  if (!$(element).on || !$.access) {
10796
10767
  return $(element).html(value);
10797
10768
  }
10798
- try {
10769
+ try {
10799
10770
  return $.access(element, function (value) {
10800
10771
  var elem = element[0] || {},
10801
10772
  i = 0,
@@ -11288,12 +11259,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11288
11259
  returnValue = returnValue + $(window).scrollTop();
11289
11260
  }
11290
11261
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
11291
- return returnValue;
11292
- // return returnValue + $(window).scrollTop();
11262
+ return returnValue;
11263
+ // return returnValue + $(window).scrollTop();
11293
11264
  }
11294
11265
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
11295
11266
  return returnValue;
11296
- // return returnValue + $(window).scrollTop();
11267
+ // return returnValue + $(window).scrollTop();
11297
11268
  }
11298
11269
 
11299
11270
  return initialOffset.top;
@@ -11989,9 +11960,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11989
11960
  }
11990
11961
  });
11991
11962
 
11992
- if (!$.easing) {
11993
- $.easing = {};
11994
- }
11995
11963
  $.extend($.easing, {
11996
11964
  easeOutBack: function (x, t, b, c, d, s) {
11997
11965
  if (s == undefined) s = 1.70158;
@@ -19466,7 +19434,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19466
19434
  /******/ var __webpack_module_cache__ = {};
19467
19435
  /******/
19468
19436
  /******/ // The require function
19469
- /******/ function __nested_webpack_require_720416__(moduleId) {
19437
+ /******/ function __webpack_require__(moduleId) {
19470
19438
  /******/ // Check if module is in cache
19471
19439
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
19472
19440
  /******/ if (cachedModule !== undefined) {
@@ -19480,7 +19448,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19480
19448
  /******/ };
19481
19449
  /******/
19482
19450
  /******/ // Execute the module function
19483
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_720416__);
19451
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
19484
19452
  /******/
19485
19453
  /******/ // Return the exports of the module
19486
19454
  /******/ return module.exports;
@@ -19489,17 +19457,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19489
19457
  /************************************************************************/
19490
19458
  /******/ /* webpack/runtime/amd options */
19491
19459
  /******/ (() => {
19492
- /******/ __nested_webpack_require_720416__.amdO = {};
19460
+ /******/ __webpack_require__.amdO = {};
19493
19461
  /******/ })();
19494
19462
  /******/
19495
19463
  /******/ /* webpack/runtime/compat get default export */
19496
19464
  /******/ (() => {
19497
19465
  /******/ // getDefaultExport function for compatibility with non-harmony modules
19498
- /******/ __nested_webpack_require_720416__.n = (module) => {
19466
+ /******/ __webpack_require__.n = (module) => {
19499
19467
  /******/ var getter = module && module.__esModule ?
19500
19468
  /******/ () => (module['default']) :
19501
19469
  /******/ () => (module);
19502
- /******/ __nested_webpack_require_720416__.d(getter, { a: getter });
19470
+ /******/ __webpack_require__.d(getter, { a: getter });
19503
19471
  /******/ return getter;
19504
19472
  /******/ };
19505
19473
  /******/ })();
@@ -19507,9 +19475,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19507
19475
  /******/ /* webpack/runtime/define property getters */
19508
19476
  /******/ (() => {
19509
19477
  /******/ // define getter functions for harmony exports
19510
- /******/ __nested_webpack_require_720416__.d = (exports, definition) => {
19478
+ /******/ __webpack_require__.d = (exports, definition) => {
19511
19479
  /******/ for(var key in definition) {
19512
- /******/ if(__nested_webpack_require_720416__.o(definition, key) && !__nested_webpack_require_720416__.o(exports, key)) {
19480
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
19513
19481
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
19514
19482
  /******/ }
19515
19483
  /******/ }
@@ -19518,7 +19486,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19518
19486
  /******/
19519
19487
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
19520
19488
  /******/ (() => {
19521
- /******/ __nested_webpack_require_720416__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
19489
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
19522
19490
  /******/ })();
19523
19491
  /******/
19524
19492
  /************************************************************************/
@@ -19526,14 +19494,14 @@ var __webpack_exports__ = {};
19526
19494
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
19527
19495
  (() => {
19528
19496
  "use strict";
19529
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_720416__(5459);
19530
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_720416__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
19531
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_720416__(4198);
19532
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_720416__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
19533
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_720416__(3899);
19534
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_720416__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_2__);
19535
- /* harmony import */ var _jqxbulletchart__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_720416__(409);
19536
- /* harmony import */ var _jqxbulletchart__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_720416__.n(_jqxbulletchart__WEBPACK_IMPORTED_MODULE_3__);
19497
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
19498
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
19499
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
19500
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
19501
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3899);
19502
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_2__);
19503
+ /* harmony import */ var _jqxbulletchart__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(409);
19504
+ /* harmony import */ var _jqxbulletchart__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxbulletchart__WEBPACK_IMPORTED_MODULE_3__);
19537
19505
 
19538
19506
 
19539
19507
 
@@ -19541,9 +19509,5 @@ var __webpack_exports__ = {};
19541
19509
 
19542
19510
  })();
19543
19511
 
19544
- /******/ })()
19545
- ;
19546
- /******/ })()
19547
- ;
19548
19512
  /******/ })()
19549
19513
  ;