jqwidgets-ng 23.0.5 → 23.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/jqwidgets/jqx-all.js +4 -28
  2. package/jqwidgets/jqxbarcode.js +0 -6
  3. package/jqwidgets/jqxchart.core.js +1 -1
  4. package/jqwidgets/jqxchart.js +1 -1
  5. package/jqwidgets/jqxcheckboxgroup.js +0 -6
  6. package/jqwidgets/jqxdatatable.js +1 -1
  7. package/jqwidgets/jqxqrcode.js +0 -6
  8. package/jqwidgets/jqxradiobuttongroup.js +0 -6
  9. package/jqwidgets/jqxscheduler.js +1 -1
  10. package/jqwidgets/jqxsplitlayout.js +2 -2455
  11. package/jqwidgets/modules/jqxbarcode.js +15 -65
  12. package/jqwidgets/modules/jqxbargauge.js +17 -67
  13. package/jqwidgets/modules/jqxbulletchart.js +19 -69
  14. package/jqwidgets/modules/jqxbuttongroup.js +17 -67
  15. package/jqwidgets/modules/jqxbuttons.js +15 -65
  16. package/jqwidgets/modules/jqxcalendar.js +21 -71
  17. package/jqwidgets/modules/jqxchart.js +29 -79
  18. package/jqwidgets/modules/jqxcheckbox.js +19 -69
  19. package/jqwidgets/modules/jqxcheckboxgroup.js +19 -69
  20. package/jqwidgets/modules/jqxcolorpicker.js +21 -71
  21. package/jqwidgets/modules/jqxcombobox.js +25 -75
  22. package/jqwidgets/modules/jqxcomplexinput.js +17 -67
  23. package/jqwidgets/modules/jqxdatatable.js +45 -95
  24. package/jqwidgets/modules/jqxdatetimeinput.js +39 -89
  25. package/jqwidgets/modules/jqxdocking.js +19 -69
  26. package/jqwidgets/modules/jqxdockinglayout.js +27 -77
  27. package/jqwidgets/modules/jqxdockpanel.js +17 -67
  28. package/jqwidgets/modules/jqxdragdrop.js +19 -69
  29. package/jqwidgets/modules/jqxdraw.js +15 -65
  30. package/jqwidgets/modules/jqxdropdownbutton.js +17 -67
  31. package/jqwidgets/modules/jqxdropdownlist.js +37 -87
  32. package/jqwidgets/modules/jqxeditor.js +49 -99
  33. package/jqwidgets/modules/jqxexpander.js +23 -73
  34. package/jqwidgets/modules/jqxfileupload.js +19 -69
  35. package/jqwidgets/modules/jqxform.js +48 -98
  36. package/jqwidgets/modules/jqxformattedinput.js +39 -89
  37. package/jqwidgets/modules/jqxgantt.js +17 -67
  38. package/jqwidgets/modules/jqxgauge.js +21 -71
  39. package/jqwidgets/modules/jqxgrid.js +94 -121
  40. package/jqwidgets/modules/jqxheatmap.js +17 -67
  41. package/jqwidgets/modules/jqxinput.js +19 -69
  42. package/jqwidgets/modules/jqxkanban.js +49 -99
  43. package/jqwidgets/modules/jqxknob.js +19 -69
  44. package/jqwidgets/modules/jqxlayout.js +27 -77
  45. package/jqwidgets/modules/jqxlineargauge.js +21 -71
  46. package/jqwidgets/modules/jqxlinkbutton.js +15 -65
  47. package/jqwidgets/modules/jqxlistbox.js +29 -79
  48. package/jqwidgets/modules/jqxlistmenu.js +45 -95
  49. package/jqwidgets/modules/jqxloader.js +15 -65
  50. package/jqwidgets/modules/jqxmaskedinput.js +15 -65
  51. package/jqwidgets/modules/jqxmenu.js +27 -77
  52. package/jqwidgets/modules/jqxnavbar.js +23 -73
  53. package/jqwidgets/modules/jqxnavigationbar.js +31 -81
  54. package/jqwidgets/modules/jqxnotification.js +23 -73
  55. package/jqwidgets/modules/jqxnumberinput.js +29 -79
  56. package/jqwidgets/modules/jqxpanel.js +21 -71
  57. package/jqwidgets/modules/jqxpasswordinput.js +23 -73
  58. package/jqwidgets/modules/jqxpivotdesigner.js +53 -103
  59. package/jqwidgets/modules/jqxpivotgrid.js +53 -103
  60. package/jqwidgets/modules/jqxpopover.js +17 -67
  61. package/jqwidgets/modules/jqxprogressbar.js +15 -65
  62. package/jqwidgets/modules/jqxqrcode.js +23 -73
  63. package/jqwidgets/modules/jqxradiobutongroup.js +19 -69
  64. package/jqwidgets/modules/jqxradiobutton.js +17 -67
  65. package/jqwidgets/modules/jqxrangeselector.js +19 -69
  66. package/jqwidgets/modules/jqxrating.js +17 -67
  67. package/jqwidgets/modules/jqxrepeatbutton.js +15 -65
  68. package/jqwidgets/modules/jqxresponsivepanel.js +17 -67
  69. package/jqwidgets/modules/jqxribbon.js +19 -69
  70. package/jqwidgets/modules/jqxscheduler.js +55 -105
  71. package/jqwidgets/modules/jqxscrollbar.js +17 -67
  72. package/jqwidgets/modules/jqxscrollview.js +17 -67
  73. package/jqwidgets/modules/jqxslider.js +17 -57
  74. package/jqwidgets/modules/jqxsortable.js +14114 -8
  75. package/jqwidgets/modules/jqxsplitlayout.js +11479 -8
  76. package/jqwidgets/modules/jqxsplitter.js +13463 -8
  77. package/jqwidgets/modules/jqxswitchbutton.js +21 -61
  78. package/jqwidgets/modules/jqxtabs.js +29 -69
  79. package/jqwidgets/modules/jqxtagcloud.js +23 -63
  80. package/jqwidgets/modules/jqxtextarea.js +23 -63
  81. package/jqwidgets/modules/jqxtimeline.js +15 -55
  82. package/jqwidgets/modules/jqxtimepicker.js +17 -57
  83. package/jqwidgets/modules/jqxtogglebutton.js +15 -55
  84. package/jqwidgets/modules/jqxtoolbar.js +47 -87
  85. package/jqwidgets/modules/jqxtooltip.js +15 -55
  86. package/jqwidgets/modules/jqxtree.js +27 -67
  87. package/jqwidgets/modules/jqxtreegrid.js +47 -87
  88. package/jqwidgets/modules/jqxtreemap.js +19 -59
  89. package/jqwidgets/modules/jqxvalidator.js +21 -61
  90. package/jqwidgets/modules/jqxwindow.js +17 -57
  91. package/package.json +1 -1
@@ -1,45 +1,5 @@
1
1
 
2
- /* Release Date: Jan-28-2025
3
- Copyright (c) 2011-2025 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Jan-28-2025
11
- Copyright (c) 2011-2025 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Jan-28-2025
19
- Copyright (c) 2011-2025 jQWidgets.
20
- License: https://jqwidgets.com/license/ */
21
-
22
-
23
- /******/ (() => { // webpackBootstrap
24
- var __webpack_exports__ = {};
25
-
26
- /* Release Date: Jan-28-2025
27
- Copyright (c) 2011-2025 jQWidgets.
28
- License: https://jqwidgets.com/license/ */
29
-
30
-
31
- /******/ (() => { // webpackBootstrap
32
- var __webpack_exports__ = {};
33
-
34
- /* Release Date: Jan-28-2025
35
- Copyright (c) 2011-2025 jQWidgets.
36
- License: https://jqwidgets.com/license/ */
37
-
38
-
39
- /******/ (() => { // webpackBootstrap
40
- var __webpack_exports__ = {};
41
-
42
- /* Release Date: Jan-28-2025
2
+ /* Release Date: May-26-2025
43
3
  Copyright (c) 2011-2025 jQWidgets.
44
4
  License: https://jqwidgets.com/license/ */
45
5
 
@@ -11466,7 +11426,7 @@ document.Globalize = Globalize;
11466
11426
  /***/ }),
11467
11427
 
11468
11428
  /***/ 5459:
11469
- /***/ ((module, exports, __nested_webpack_require_484119__) => {
11429
+ /***/ ((module, exports, __webpack_require__) => {
11470
11430
 
11471
11431
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
11472
11432
  /* eslint-disable */
@@ -19646,7 +19606,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19646
19606
  // file names, and JQXLite is normally delivered in a lowercase file name.
19647
19607
  // Do this after creating the global so that if an AMD module wants to call
19648
19608
  // noConflict to hide this version of JQXLite, it will work.
19649
- if ( true && __nested_webpack_require_484119__.amdO.JQXLite) {
19609
+ if ( true && __webpack_require__.amdO.JQXLite) {
19650
19610
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
19651
19611
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
19652
19612
  }
@@ -61674,7 +61634,7 @@ var saveAs = window.jqxSaveAs = saveAs
61674
61634
  /******/ var __webpack_module_cache__ = {};
61675
61635
  /******/
61676
61636
  /******/ // The require function
61677
- /******/ function __nested_webpack_require_2525101__(moduleId) {
61637
+ /******/ function __webpack_require__(moduleId) {
61678
61638
  /******/ // Check if module is in cache
61679
61639
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
61680
61640
  /******/ if (cachedModule !== undefined) {
@@ -61688,7 +61648,7 @@ var saveAs = window.jqxSaveAs = saveAs
61688
61648
  /******/ };
61689
61649
  /******/
61690
61650
  /******/ // Execute the module function
61691
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2525101__);
61651
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
61692
61652
  /******/
61693
61653
  /******/ // Return the exports of the module
61694
61654
  /******/ return module.exports;
@@ -61697,17 +61657,17 @@ var saveAs = window.jqxSaveAs = saveAs
61697
61657
  /************************************************************************/
61698
61658
  /******/ /* webpack/runtime/amd options */
61699
61659
  /******/ (() => {
61700
- /******/ __nested_webpack_require_2525101__.amdO = {};
61660
+ /******/ __webpack_require__.amdO = {};
61701
61661
  /******/ })();
61702
61662
  /******/
61703
61663
  /******/ /* webpack/runtime/compat get default export */
61704
61664
  /******/ (() => {
61705
61665
  /******/ // getDefaultExport function for compatibility with non-harmony modules
61706
- /******/ __nested_webpack_require_2525101__.n = (module) => {
61666
+ /******/ __webpack_require__.n = (module) => {
61707
61667
  /******/ var getter = module && module.__esModule ?
61708
61668
  /******/ () => (module['default']) :
61709
61669
  /******/ () => (module);
61710
- /******/ __nested_webpack_require_2525101__.d(getter, { a: getter });
61670
+ /******/ __webpack_require__.d(getter, { a: getter });
61711
61671
  /******/ return getter;
61712
61672
  /******/ };
61713
61673
  /******/ })();
@@ -61715,9 +61675,9 @@ var saveAs = window.jqxSaveAs = saveAs
61715
61675
  /******/ /* webpack/runtime/define property getters */
61716
61676
  /******/ (() => {
61717
61677
  /******/ // define getter functions for harmony exports
61718
- /******/ __nested_webpack_require_2525101__.d = (exports, definition) => {
61678
+ /******/ __webpack_require__.d = (exports, definition) => {
61719
61679
  /******/ for(var key in definition) {
61720
- /******/ if(__nested_webpack_require_2525101__.o(definition, key) && !__nested_webpack_require_2525101__.o(exports, key)) {
61680
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
61721
61681
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
61722
61682
  /******/ }
61723
61683
  /******/ }
@@ -61726,7 +61686,7 @@ var saveAs = window.jqxSaveAs = saveAs
61726
61686
  /******/
61727
61687
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
61728
61688
  /******/ (() => {
61729
- /******/ __nested_webpack_require_2525101__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
61689
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
61730
61690
  /******/ })();
61731
61691
  /******/
61732
61692
  /************************************************************************/
@@ -61734,40 +61694,40 @@ var __webpack_exports__ = {};
61734
61694
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
61735
61695
  (() => {
61736
61696
  "use strict";
61737
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2525101__(5459);
61738
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
61739
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2525101__(4198);
61740
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
61741
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2525101__(3907);
61742
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
61743
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2525101__(714);
61744
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
61745
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2525101__(7351);
61746
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
61747
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2525101__(7196);
61748
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
61749
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2525101__(4240);
61750
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
61751
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2525101__(1610);
61752
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
61753
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2525101__(1062);
61754
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
61755
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2525101__(5868);
61756
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
61757
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2525101__(4720);
61758
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
61759
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2525101__(7995);
61760
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
61761
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2525101__(4545);
61762
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
61763
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2525101__(2497);
61764
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
61765
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2525101__(5725);
61766
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
61767
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2525101__(4993);
61768
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
61769
- /* harmony import */ var _jqxlistmenu__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2525101__(4069);
61770
- /* harmony import */ var _jqxlistmenu__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2525101__.n(_jqxlistmenu__WEBPACK_IMPORTED_MODULE_16__);
61697
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
61698
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
61699
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
61700
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
61701
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
61702
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
61703
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
61704
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
61705
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
61706
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
61707
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
61708
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
61709
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
61710
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
61711
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
61712
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
61713
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
61714
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
61715
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
61716
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
61717
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
61718
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
61719
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
61720
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
61721
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
61722
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
61723
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
61724
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
61725
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
61726
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
61727
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
61728
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
61729
+ /* harmony import */ var _jqxlistmenu__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(4069);
61730
+ /* harmony import */ var _jqxlistmenu__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxlistmenu__WEBPACK_IMPORTED_MODULE_16__);
61771
61731
 
61772
61732
 
61773
61733
 
@@ -61787,15 +61747,5 @@ var __webpack_exports__ = {};
61787
61747
 
61788
61748
  })();
61789
61749
 
61790
- /******/ })()
61791
- ;
61792
- /******/ })()
61793
- ;
61794
- /******/ })()
61795
- ;
61796
- /******/ })()
61797
- ;
61798
- /******/ })()
61799
- ;
61800
61750
  /******/ })()
61801
61751
  ;
@@ -1,45 +1,5 @@
1
1
 
2
- /* Release Date: Jan-28-2025
3
- Copyright (c) 2011-2025 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Jan-28-2025
11
- Copyright (c) 2011-2025 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Jan-28-2025
19
- Copyright (c) 2011-2025 jQWidgets.
20
- License: https://jqwidgets.com/license/ */
21
-
22
-
23
- /******/ (() => { // webpackBootstrap
24
- var __webpack_exports__ = {};
25
-
26
- /* Release Date: Jan-28-2025
27
- Copyright (c) 2011-2025 jQWidgets.
28
- License: https://jqwidgets.com/license/ */
29
-
30
-
31
- /******/ (() => { // webpackBootstrap
32
- var __webpack_exports__ = {};
33
-
34
- /* Release Date: Jan-28-2025
35
- Copyright (c) 2011-2025 jQWidgets.
36
- License: https://jqwidgets.com/license/ */
37
-
38
-
39
- /******/ (() => { // webpackBootstrap
40
- var __webpack_exports__ = {};
41
-
42
- /* Release Date: Jan-28-2025
2
+ /* Release Date: May-26-2025
43
3
  Copyright (c) 2011-2025 jQWidgets.
44
4
  License: https://jqwidgets.com/license/ */
45
5
 
@@ -48,7 +8,7 @@ License: https://jqwidgets.com/license/ */
48
8
  /******/ var __webpack_modules__ = ({
49
9
 
50
10
  /***/ 5459:
51
- /***/ ((module, exports, __nested_webpack_require_227__) => {
11
+ /***/ ((module, exports, __webpack_require__) => {
52
12
 
53
13
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
54
14
  /* eslint-disable */
@@ -8228,7 +8188,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8228
8188
  // file names, and JQXLite is normally delivered in a lowercase file name.
8229
8189
  // Do this after creating the global so that if an AMD module wants to call
8230
8190
  // noConflict to hide this version of JQXLite, it will work.
8231
- if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
8191
+ if ( true && __webpack_require__.amdO.JQXLite) {
8232
8192
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
8233
8193
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
8234
8194
  }
@@ -11684,7 +11644,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11684
11644
  /******/ var __webpack_module_cache__ = {};
11685
11645
  /******/
11686
11646
  /******/ // The require function
11687
- /******/ function __nested_webpack_require_359168__(moduleId) {
11647
+ /******/ function __webpack_require__(moduleId) {
11688
11648
  /******/ // Check if module is in cache
11689
11649
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
11690
11650
  /******/ if (cachedModule !== undefined) {
@@ -11698,7 +11658,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11698
11658
  /******/ };
11699
11659
  /******/
11700
11660
  /******/ // Execute the module function
11701
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_359168__);
11661
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
11702
11662
  /******/
11703
11663
  /******/ // Return the exports of the module
11704
11664
  /******/ return module.exports;
@@ -11707,17 +11667,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11707
11667
  /************************************************************************/
11708
11668
  /******/ /* webpack/runtime/amd options */
11709
11669
  /******/ (() => {
11710
- /******/ __nested_webpack_require_359168__.amdO = {};
11670
+ /******/ __webpack_require__.amdO = {};
11711
11671
  /******/ })();
11712
11672
  /******/
11713
11673
  /******/ /* webpack/runtime/compat get default export */
11714
11674
  /******/ (() => {
11715
11675
  /******/ // getDefaultExport function for compatibility with non-harmony modules
11716
- /******/ __nested_webpack_require_359168__.n = (module) => {
11676
+ /******/ __webpack_require__.n = (module) => {
11717
11677
  /******/ var getter = module && module.__esModule ?
11718
11678
  /******/ () => (module['default']) :
11719
11679
  /******/ () => (module);
11720
- /******/ __nested_webpack_require_359168__.d(getter, { a: getter });
11680
+ /******/ __webpack_require__.d(getter, { a: getter });
11721
11681
  /******/ return getter;
11722
11682
  /******/ };
11723
11683
  /******/ })();
@@ -11725,9 +11685,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11725
11685
  /******/ /* webpack/runtime/define property getters */
11726
11686
  /******/ (() => {
11727
11687
  /******/ // define getter functions for harmony exports
11728
- /******/ __nested_webpack_require_359168__.d = (exports, definition) => {
11688
+ /******/ __webpack_require__.d = (exports, definition) => {
11729
11689
  /******/ for(var key in definition) {
11730
- /******/ if(__nested_webpack_require_359168__.o(definition, key) && !__nested_webpack_require_359168__.o(exports, key)) {
11690
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
11731
11691
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
11732
11692
  /******/ }
11733
11693
  /******/ }
@@ -11736,7 +11696,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11736
11696
  /******/
11737
11697
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
11738
11698
  /******/ (() => {
11739
- /******/ __nested_webpack_require_359168__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
11699
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
11740
11700
  /******/ })();
11741
11701
  /******/
11742
11702
  /************************************************************************/
@@ -11744,24 +11704,14 @@ var __webpack_exports__ = {};
11744
11704
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
11745
11705
  (() => {
11746
11706
  "use strict";
11747
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_359168__(5459);
11748
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_359168__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
11749
- /* harmony import */ var _jqxloader__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_359168__(8460);
11750
- /* harmony import */ var _jqxloader__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_359168__.n(_jqxloader__WEBPACK_IMPORTED_MODULE_1__);
11707
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
11708
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
11709
+ /* harmony import */ var _jqxloader__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8460);
11710
+ /* harmony import */ var _jqxloader__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxloader__WEBPACK_IMPORTED_MODULE_1__);
11751
11711
 
11752
11712
 
11753
11713
 
11754
11714
  })();
11755
11715
 
11756
- /******/ })()
11757
- ;
11758
- /******/ })()
11759
- ;
11760
- /******/ })()
11761
- ;
11762
- /******/ })()
11763
- ;
11764
- /******/ })()
11765
- ;
11766
11716
  /******/ })()
11767
11717
  ;
@@ -1,45 +1,5 @@
1
1
 
2
- /* Release Date: Jan-28-2025
3
- Copyright (c) 2011-2025 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Jan-28-2025
11
- Copyright (c) 2011-2025 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Jan-28-2025
19
- Copyright (c) 2011-2025 jQWidgets.
20
- License: https://jqwidgets.com/license/ */
21
-
22
-
23
- /******/ (() => { // webpackBootstrap
24
- var __webpack_exports__ = {};
25
-
26
- /* Release Date: Jan-28-2025
27
- Copyright (c) 2011-2025 jQWidgets.
28
- License: https://jqwidgets.com/license/ */
29
-
30
-
31
- /******/ (() => { // webpackBootstrap
32
- var __webpack_exports__ = {};
33
-
34
- /* Release Date: Jan-28-2025
35
- Copyright (c) 2011-2025 jQWidgets.
36
- License: https://jqwidgets.com/license/ */
37
-
38
-
39
- /******/ (() => { // webpackBootstrap
40
- var __webpack_exports__ = {};
41
-
42
- /* Release Date: Jan-28-2025
2
+ /* Release Date: May-26-2025
43
3
  Copyright (c) 2011-2025 jQWidgets.
44
4
  License: https://jqwidgets.com/license/ */
45
5
 
@@ -48,7 +8,7 @@ License: https://jqwidgets.com/license/ */
48
8
  /******/ var __webpack_modules__ = ({
49
9
 
50
10
  /***/ 5459:
51
- /***/ ((module, exports, __nested_webpack_require_227__) => {
11
+ /***/ ((module, exports, __webpack_require__) => {
52
12
 
53
13
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
54
14
  /* eslint-disable */
@@ -8228,7 +8188,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8228
8188
  // file names, and JQXLite is normally delivered in a lowercase file name.
8229
8189
  // Do this after creating the global so that if an AMD module wants to call
8230
8190
  // noConflict to hide this version of JQXLite, it will work.
8231
- if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
8191
+ if ( true && __webpack_require__.amdO.JQXLite) {
8232
8192
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
8233
8193
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
8234
8194
  }
@@ -12636,7 +12596,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12636
12596
  /******/ var __webpack_module_cache__ = {};
12637
12597
  /******/
12638
12598
  /******/ // The require function
12639
- /******/ function __nested_webpack_require_393369__(moduleId) {
12599
+ /******/ function __webpack_require__(moduleId) {
12640
12600
  /******/ // Check if module is in cache
12641
12601
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12642
12602
  /******/ if (cachedModule !== undefined) {
@@ -12650,7 +12610,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12650
12610
  /******/ };
12651
12611
  /******/
12652
12612
  /******/ // Execute the module function
12653
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_393369__);
12613
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12654
12614
  /******/
12655
12615
  /******/ // Return the exports of the module
12656
12616
  /******/ return module.exports;
@@ -12659,17 +12619,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12659
12619
  /************************************************************************/
12660
12620
  /******/ /* webpack/runtime/amd options */
12661
12621
  /******/ (() => {
12662
- /******/ __nested_webpack_require_393369__.amdO = {};
12622
+ /******/ __webpack_require__.amdO = {};
12663
12623
  /******/ })();
12664
12624
  /******/
12665
12625
  /******/ /* webpack/runtime/compat get default export */
12666
12626
  /******/ (() => {
12667
12627
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12668
- /******/ __nested_webpack_require_393369__.n = (module) => {
12628
+ /******/ __webpack_require__.n = (module) => {
12669
12629
  /******/ var getter = module && module.__esModule ?
12670
12630
  /******/ () => (module['default']) :
12671
12631
  /******/ () => (module);
12672
- /******/ __nested_webpack_require_393369__.d(getter, { a: getter });
12632
+ /******/ __webpack_require__.d(getter, { a: getter });
12673
12633
  /******/ return getter;
12674
12634
  /******/ };
12675
12635
  /******/ })();
@@ -12677,9 +12637,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12677
12637
  /******/ /* webpack/runtime/define property getters */
12678
12638
  /******/ (() => {
12679
12639
  /******/ // define getter functions for harmony exports
12680
- /******/ __nested_webpack_require_393369__.d = (exports, definition) => {
12640
+ /******/ __webpack_require__.d = (exports, definition) => {
12681
12641
  /******/ for(var key in definition) {
12682
- /******/ if(__nested_webpack_require_393369__.o(definition, key) && !__nested_webpack_require_393369__.o(exports, key)) {
12642
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12683
12643
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12684
12644
  /******/ }
12685
12645
  /******/ }
@@ -12688,7 +12648,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12688
12648
  /******/
12689
12649
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12690
12650
  /******/ (() => {
12691
- /******/ __nested_webpack_require_393369__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12651
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12692
12652
  /******/ })();
12693
12653
  /******/
12694
12654
  /************************************************************************/
@@ -12696,23 +12656,13 @@ var __webpack_exports__ = {};
12696
12656
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12697
12657
  (() => {
12698
12658
  "use strict";
12699
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_393369__(5459);
12700
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_393369__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12701
- /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_393369__(6217);
12702
- /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_393369__.n(_jqxmaskedinput__WEBPACK_IMPORTED_MODULE_1__);
12659
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12660
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12661
+ /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6217);
12662
+ /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxmaskedinput__WEBPACK_IMPORTED_MODULE_1__);
12703
12663
 
12704
12664
 
12705
12665
  })();
12706
12666
 
12707
- /******/ })()
12708
- ;
12709
- /******/ })()
12710
- ;
12711
- /******/ })()
12712
- ;
12713
- /******/ })()
12714
- ;
12715
- /******/ })()
12716
- ;
12717
12667
  /******/ })()
12718
12668
  ;