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
 
@@ -4531,7 +4491,7 @@ License: https://jqwidgets.com/license/ */
4531
4491
  /***/ }),
4532
4492
 
4533
4493
  /***/ 5459:
4534
- /***/ ((module, exports, __nested_webpack_require_203863__) => {
4494
+ /***/ ((module, exports, __webpack_require__) => {
4535
4495
 
4536
4496
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
4537
4497
  /* eslint-disable */
@@ -12711,7 +12671,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12711
12671
  // file names, and JQXLite is normally delivered in a lowercase file name.
12712
12672
  // Do this after creating the global so that if an AMD module wants to call
12713
12673
  // noConflict to hide this version of JQXLite, it will work.
12714
- if ( true && __nested_webpack_require_203863__.amdO.JQXLite) {
12674
+ if ( true && __webpack_require__.amdO.JQXLite) {
12715
12675
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
12716
12676
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
12717
12677
  }
@@ -30718,7 +30678,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
30718
30678
  /******/ var __webpack_module_cache__ = {};
30719
30679
  /******/
30720
30680
  /******/ // The require function
30721
- /******/ function __nested_webpack_require_1200711__(moduleId) {
30681
+ /******/ function __webpack_require__(moduleId) {
30722
30682
  /******/ // Check if module is in cache
30723
30683
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
30724
30684
  /******/ if (cachedModule !== undefined) {
@@ -30732,7 +30692,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
30732
30692
  /******/ };
30733
30693
  /******/
30734
30694
  /******/ // Execute the module function
30735
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1200711__);
30695
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
30736
30696
  /******/
30737
30697
  /******/ // Return the exports of the module
30738
30698
  /******/ return module.exports;
@@ -30741,17 +30701,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
30741
30701
  /************************************************************************/
30742
30702
  /******/ /* webpack/runtime/amd options */
30743
30703
  /******/ (() => {
30744
- /******/ __nested_webpack_require_1200711__.amdO = {};
30704
+ /******/ __webpack_require__.amdO = {};
30745
30705
  /******/ })();
30746
30706
  /******/
30747
30707
  /******/ /* webpack/runtime/compat get default export */
30748
30708
  /******/ (() => {
30749
30709
  /******/ // getDefaultExport function for compatibility with non-harmony modules
30750
- /******/ __nested_webpack_require_1200711__.n = (module) => {
30710
+ /******/ __webpack_require__.n = (module) => {
30751
30711
  /******/ var getter = module && module.__esModule ?
30752
30712
  /******/ () => (module['default']) :
30753
30713
  /******/ () => (module);
30754
- /******/ __nested_webpack_require_1200711__.d(getter, { a: getter });
30714
+ /******/ __webpack_require__.d(getter, { a: getter });
30755
30715
  /******/ return getter;
30756
30716
  /******/ };
30757
30717
  /******/ })();
@@ -30759,9 +30719,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
30759
30719
  /******/ /* webpack/runtime/define property getters */
30760
30720
  /******/ (() => {
30761
30721
  /******/ // define getter functions for harmony exports
30762
- /******/ __nested_webpack_require_1200711__.d = (exports, definition) => {
30722
+ /******/ __webpack_require__.d = (exports, definition) => {
30763
30723
  /******/ for(var key in definition) {
30764
- /******/ if(__nested_webpack_require_1200711__.o(definition, key) && !__nested_webpack_require_1200711__.o(exports, key)) {
30724
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
30765
30725
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
30766
30726
  /******/ }
30767
30727
  /******/ }
@@ -30770,7 +30730,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
30770
30730
  /******/
30771
30731
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
30772
30732
  /******/ (() => {
30773
- /******/ __nested_webpack_require_1200711__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
30733
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
30774
30734
  /******/ })();
30775
30735
  /******/
30776
30736
  /************************************************************************/
@@ -30778,20 +30738,20 @@ var __webpack_exports__ = {};
30778
30738
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
30779
30739
  (() => {
30780
30740
  "use strict";
30781
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1200711__(5459);
30782
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1200711__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
30783
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1200711__(4198);
30784
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1200711__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
30785
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1200711__(7351);
30786
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1200711__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
30787
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1200711__(4240);
30788
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1200711__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
30789
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1200711__(1062);
30790
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1200711__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_4__);
30791
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1200711__(5868);
30792
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1200711__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_5__);
30793
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1200711__(4720);
30794
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1200711__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_6__);
30741
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
30742
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
30743
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
30744
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
30745
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7351);
30746
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
30747
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
30748
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
30749
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1062);
30750
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_4__);
30751
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5868);
30752
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_5__);
30753
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4720);
30754
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_6__);
30795
30755
 
30796
30756
 
30797
30757
 
@@ -30801,15 +30761,5 @@ var __webpack_exports__ = {};
30801
30761
 
30802
30762
  })();
30803
30763
 
30804
- /******/ })()
30805
- ;
30806
- /******/ })()
30807
- ;
30808
- /******/ })()
30809
- ;
30810
- /******/ })()
30811
- ;
30812
- /******/ })()
30813
- ;
30814
30764
  /******/ })()
30815
30765
  ;
@@ -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
 
@@ -2271,7 +2231,7 @@ License: https://jqwidgets.com/license/ */
2271
2231
  /***/ }),
2272
2232
 
2273
2233
  /***/ 5459:
2274
- /***/ ((module, exports, __nested_webpack_require_100814__) => {
2234
+ /***/ ((module, exports, __webpack_require__) => {
2275
2235
 
2276
2236
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
2277
2237
  /* eslint-disable */
@@ -10451,7 +10411,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10451
10411
  // file names, and JQXLite is normally delivered in a lowercase file name.
10452
10412
  // Do this after creating the global so that if an AMD module wants to call
10453
10413
  // noConflict to hide this version of JQXLite, it will work.
10454
- if ( true && __nested_webpack_require_100814__.amdO.JQXLite) {
10414
+ if ( true && __webpack_require__.amdO.JQXLite) {
10455
10415
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10456
10416
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10457
10417
  }
@@ -13636,7 +13596,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13636
13596
  /******/ var __webpack_module_cache__ = {};
13637
13597
  /******/
13638
13598
  /******/ // The require function
13639
- /******/ function __nested_webpack_require_449373__(moduleId) {
13599
+ /******/ function __webpack_require__(moduleId) {
13640
13600
  /******/ // Check if module is in cache
13641
13601
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
13642
13602
  /******/ if (cachedModule !== undefined) {
@@ -13650,7 +13610,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13650
13610
  /******/ };
13651
13611
  /******/
13652
13612
  /******/ // Execute the module function
13653
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_449373__);
13613
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
13654
13614
  /******/
13655
13615
  /******/ // Return the exports of the module
13656
13616
  /******/ return module.exports;
@@ -13659,17 +13619,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13659
13619
  /************************************************************************/
13660
13620
  /******/ /* webpack/runtime/amd options */
13661
13621
  /******/ (() => {
13662
- /******/ __nested_webpack_require_449373__.amdO = {};
13622
+ /******/ __webpack_require__.amdO = {};
13663
13623
  /******/ })();
13664
13624
  /******/
13665
13625
  /******/ /* webpack/runtime/compat get default export */
13666
13626
  /******/ (() => {
13667
13627
  /******/ // getDefaultExport function for compatibility with non-harmony modules
13668
- /******/ __nested_webpack_require_449373__.n = (module) => {
13628
+ /******/ __webpack_require__.n = (module) => {
13669
13629
  /******/ var getter = module && module.__esModule ?
13670
13630
  /******/ () => (module['default']) :
13671
13631
  /******/ () => (module);
13672
- /******/ __nested_webpack_require_449373__.d(getter, { a: getter });
13632
+ /******/ __webpack_require__.d(getter, { a: getter });
13673
13633
  /******/ return getter;
13674
13634
  /******/ };
13675
13635
  /******/ })();
@@ -13677,9 +13637,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13677
13637
  /******/ /* webpack/runtime/define property getters */
13678
13638
  /******/ (() => {
13679
13639
  /******/ // define getter functions for harmony exports
13680
- /******/ __nested_webpack_require_449373__.d = (exports, definition) => {
13640
+ /******/ __webpack_require__.d = (exports, definition) => {
13681
13641
  /******/ for(var key in definition) {
13682
- /******/ if(__nested_webpack_require_449373__.o(definition, key) && !__nested_webpack_require_449373__.o(exports, key)) {
13642
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13683
13643
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
13684
13644
  /******/ }
13685
13645
  /******/ }
@@ -13688,7 +13648,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13688
13648
  /******/
13689
13649
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
13690
13650
  /******/ (() => {
13691
- /******/ __nested_webpack_require_449373__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13651
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13692
13652
  /******/ })();
13693
13653
  /******/
13694
13654
  /************************************************************************/
@@ -13696,27 +13656,17 @@ var __webpack_exports__ = {};
13696
13656
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
13697
13657
  (() => {
13698
13658
  "use strict";
13699
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_449373__(5459);
13700
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_449373__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13701
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_449373__(7351);
13702
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_449373__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13703
- /* harmony import */ var _jqxcomplexinput__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_449373__(2749);
13704
- /* harmony import */ var _jqxcomplexinput__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_449373__.n(_jqxcomplexinput__WEBPACK_IMPORTED_MODULE_2__);
13659
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
13660
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13661
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
13662
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13663
+ /* harmony import */ var _jqxcomplexinput__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(2749);
13664
+ /* harmony import */ var _jqxcomplexinput__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxcomplexinput__WEBPACK_IMPORTED_MODULE_2__);
13705
13665
 
13706
13666
 
13707
13667
 
13708
13668
 
13709
13669
  })();
13710
13670
 
13711
- /******/ })()
13712
- ;
13713
- /******/ })()
13714
- ;
13715
- /******/ })()
13716
- ;
13717
- /******/ })()
13718
- ;
13719
- /******/ })()
13720
- ;
13721
13671
  /******/ })()
13722
13672
  ;
@@ -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
  }
@@ -73290,7 +73250,7 @@ var saveAs = window.jqxSaveAs = saveAs
73290
73250
  /******/ var __webpack_module_cache__ = {};
73291
73251
  /******/
73292
73252
  /******/ // The require function
73293
- /******/ function __nested_webpack_require_3108567__(moduleId) {
73253
+ /******/ function __webpack_require__(moduleId) {
73294
73254
  /******/ // Check if module is in cache
73295
73255
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
73296
73256
  /******/ if (cachedModule !== undefined) {
@@ -73304,7 +73264,7 @@ var saveAs = window.jqxSaveAs = saveAs
73304
73264
  /******/ };
73305
73265
  /******/
73306
73266
  /******/ // Execute the module function
73307
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3108567__);
73267
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
73308
73268
  /******/
73309
73269
  /******/ // Return the exports of the module
73310
73270
  /******/ return module.exports;
@@ -73313,17 +73273,17 @@ var saveAs = window.jqxSaveAs = saveAs
73313
73273
  /************************************************************************/
73314
73274
  /******/ /* webpack/runtime/amd options */
73315
73275
  /******/ (() => {
73316
- /******/ __nested_webpack_require_3108567__.amdO = {};
73276
+ /******/ __webpack_require__.amdO = {};
73317
73277
  /******/ })();
73318
73278
  /******/
73319
73279
  /******/ /* webpack/runtime/compat get default export */
73320
73280
  /******/ (() => {
73321
73281
  /******/ // getDefaultExport function for compatibility with non-harmony modules
73322
- /******/ __nested_webpack_require_3108567__.n = (module) => {
73282
+ /******/ __webpack_require__.n = (module) => {
73323
73283
  /******/ var getter = module && module.__esModule ?
73324
73284
  /******/ () => (module['default']) :
73325
73285
  /******/ () => (module);
73326
- /******/ __nested_webpack_require_3108567__.d(getter, { a: getter });
73286
+ /******/ __webpack_require__.d(getter, { a: getter });
73327
73287
  /******/ return getter;
73328
73288
  /******/ };
73329
73289
  /******/ })();
@@ -73331,9 +73291,9 @@ var saveAs = window.jqxSaveAs = saveAs
73331
73291
  /******/ /* webpack/runtime/define property getters */
73332
73292
  /******/ (() => {
73333
73293
  /******/ // define getter functions for harmony exports
73334
- /******/ __nested_webpack_require_3108567__.d = (exports, definition) => {
73294
+ /******/ __webpack_require__.d = (exports, definition) => {
73335
73295
  /******/ for(var key in definition) {
73336
- /******/ if(__nested_webpack_require_3108567__.o(definition, key) && !__nested_webpack_require_3108567__.o(exports, key)) {
73296
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
73337
73297
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
73338
73298
  /******/ }
73339
73299
  /******/ }
@@ -73342,7 +73302,7 @@ var saveAs = window.jqxSaveAs = saveAs
73342
73302
  /******/
73343
73303
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
73344
73304
  /******/ (() => {
73345
- /******/ __nested_webpack_require_3108567__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
73305
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
73346
73306
  /******/ })();
73347
73307
  /******/
73348
73308
  /************************************************************************/
@@ -73350,40 +73310,40 @@ var __webpack_exports__ = {};
73350
73310
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
73351
73311
  (() => {
73352
73312
  "use strict";
73353
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3108567__(5459);
73354
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
73355
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3108567__(4198);
73356
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
73357
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3108567__(3907);
73358
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
73359
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3108567__(714);
73360
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
73361
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3108567__(7351);
73362
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
73363
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3108567__(7196);
73364
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
73365
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3108567__(4240);
73366
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
73367
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3108567__(1610);
73368
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
73369
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3108567__(1062);
73370
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
73371
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3108567__(5868);
73372
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
73373
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3108567__(4720);
73374
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
73375
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3108567__(7995);
73376
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
73377
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3108567__(4545);
73378
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
73379
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3108567__(2497);
73380
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
73381
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3108567__(5725);
73382
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
73383
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3108567__(4993);
73384
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
73385
- /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3108567__(6609);
73386
- /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3108567__.n(_jqxdatatable__WEBPACK_IMPORTED_MODULE_16__);
73313
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
73314
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
73315
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
73316
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
73317
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
73318
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
73319
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
73320
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
73321
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
73322
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
73323
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
73324
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
73325
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
73326
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
73327
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
73328
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
73329
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
73330
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
73331
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
73332
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
73333
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
73334
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
73335
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
73336
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
73337
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
73338
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
73339
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
73340
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
73341
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
73342
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
73343
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
73344
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
73345
+ /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(6609);
73346
+ /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxdatatable__WEBPACK_IMPORTED_MODULE_16__);
73387
73347
 
73388
73348
 
73389
73349
 
@@ -73404,15 +73364,5 @@ var __webpack_exports__ = {};
73404
73364
 
73405
73365
  })();
73406
73366
 
73407
- /******/ })()
73408
- ;
73409
- /******/ })()
73410
- ;
73411
- /******/ })()
73412
- ;
73413
- /******/ })()
73414
- ;
73415
- /******/ })()
73416
- ;
73417
73367
  /******/ })()
73418
73368
  ;