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
  }
@@ -45875,7 +45835,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
45875
45835
  /******/ var __webpack_module_cache__ = {};
45876
45836
  /******/
45877
45837
  /******/ // The require function
45878
- /******/ function __nested_webpack_require_1835296__(moduleId) {
45838
+ /******/ function __webpack_require__(moduleId) {
45879
45839
  /******/ // Check if module is in cache
45880
45840
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
45881
45841
  /******/ if (cachedModule !== undefined) {
@@ -45889,7 +45849,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
45889
45849
  /******/ };
45890
45850
  /******/
45891
45851
  /******/ // Execute the module function
45892
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1835296__);
45852
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
45893
45853
  /******/
45894
45854
  /******/ // Return the exports of the module
45895
45855
  /******/ return module.exports;
@@ -45898,17 +45858,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
45898
45858
  /************************************************************************/
45899
45859
  /******/ /* webpack/runtime/amd options */
45900
45860
  /******/ (() => {
45901
- /******/ __nested_webpack_require_1835296__.amdO = {};
45861
+ /******/ __webpack_require__.amdO = {};
45902
45862
  /******/ })();
45903
45863
  /******/
45904
45864
  /******/ /* webpack/runtime/compat get default export */
45905
45865
  /******/ (() => {
45906
45866
  /******/ // getDefaultExport function for compatibility with non-harmony modules
45907
- /******/ __nested_webpack_require_1835296__.n = (module) => {
45867
+ /******/ __webpack_require__.n = (module) => {
45908
45868
  /******/ var getter = module && module.__esModule ?
45909
45869
  /******/ () => (module['default']) :
45910
45870
  /******/ () => (module);
45911
- /******/ __nested_webpack_require_1835296__.d(getter, { a: getter });
45871
+ /******/ __webpack_require__.d(getter, { a: getter });
45912
45872
  /******/ return getter;
45913
45873
  /******/ };
45914
45874
  /******/ })();
@@ -45916,9 +45876,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
45916
45876
  /******/ /* webpack/runtime/define property getters */
45917
45877
  /******/ (() => {
45918
45878
  /******/ // define getter functions for harmony exports
45919
- /******/ __nested_webpack_require_1835296__.d = (exports, definition) => {
45879
+ /******/ __webpack_require__.d = (exports, definition) => {
45920
45880
  /******/ for(var key in definition) {
45921
- /******/ if(__nested_webpack_require_1835296__.o(definition, key) && !__nested_webpack_require_1835296__.o(exports, key)) {
45881
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
45922
45882
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
45923
45883
  /******/ }
45924
45884
  /******/ }
@@ -45927,7 +45887,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
45927
45887
  /******/
45928
45888
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
45929
45889
  /******/ (() => {
45930
- /******/ __nested_webpack_require_1835296__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
45890
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
45931
45891
  /******/ })();
45932
45892
  /******/
45933
45893
  /************************************************************************/
@@ -45935,34 +45895,34 @@ var __webpack_exports__ = {};
45935
45895
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
45936
45896
  (() => {
45937
45897
  "use strict";
45938
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1835296__(5459);
45939
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1835296__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
45940
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1835296__(7351);
45941
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1835296__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
45942
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1835296__(7196);
45943
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1835296__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
45944
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1835296__(4240);
45945
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1835296__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
45946
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1835296__(1610);
45947
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1835296__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
45948
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1835296__(1062);
45949
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1835296__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_5__);
45950
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1835296__(5868);
45951
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1835296__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__);
45952
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1835296__(4720);
45953
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1835296__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_7__);
45954
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_1835296__(7995);
45955
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_1835296__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__);
45956
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_1835296__(4545);
45957
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_1835296__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__);
45958
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_1835296__(2497);
45959
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_1835296__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_10__);
45960
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_1835296__(3899);
45961
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_1835296__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_11__);
45962
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_1835296__(5725);
45963
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_1835296__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_12__);
45964
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_1835296__(4993);
45965
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_1835296__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__);
45898
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
45899
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
45900
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
45901
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
45902
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
45903
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
45904
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
45905
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
45906
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1610);
45907
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
45908
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1062);
45909
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_5__);
45910
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(5868);
45911
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__);
45912
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(4720);
45913
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_7__);
45914
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(7995);
45915
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__);
45916
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(4545);
45917
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__);
45918
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(2497);
45919
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_10__);
45920
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(3899);
45921
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_11__);
45922
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(5725);
45923
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_12__);
45924
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(4993);
45925
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__);
45966
45926
 
45967
45927
 
45968
45928
 
@@ -45979,15 +45939,5 @@ var __webpack_exports__ = {};
45979
45939
 
45980
45940
  })();
45981
45941
 
45982
- /******/ })()
45983
- ;
45984
- /******/ })()
45985
- ;
45986
- /******/ })()
45987
- ;
45988
- /******/ })()
45989
- ;
45990
- /******/ })()
45991
- ;
45992
45942
  /******/ })()
45993
45943
  ;
@@ -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
 
@@ -1234,7 +1194,7 @@ License: https://jqwidgets.com/license/ */
1234
1194
  /***/ }),
1235
1195
 
1236
1196
  /***/ 5459:
1237
- /***/ ((module, exports, __nested_webpack_require_52085__) => {
1197
+ /***/ ((module, exports, __webpack_require__) => {
1238
1198
 
1239
1199
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1240
1200
  /* eslint-disable */
@@ -9414,7 +9374,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9414
9374
  // file names, and JQXLite is normally delivered in a lowercase file name.
9415
9375
  // Do this after creating the global so that if an AMD module wants to call
9416
9376
  // noConflict to hide this version of JQXLite, it will work.
9417
- if ( true && __nested_webpack_require_52085__.amdO.JQXLite) {
9377
+ if ( true && __webpack_require__.amdO.JQXLite) {
9418
9378
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9419
9379
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9420
9380
  }
@@ -16885,7 +16845,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16885
16845
  /******/ var __webpack_module_cache__ = {};
16886
16846
  /******/
16887
16847
  /******/ // The require function
16888
- /******/ function __nested_webpack_require_598183__(moduleId) {
16848
+ /******/ function __webpack_require__(moduleId) {
16889
16849
  /******/ // Check if module is in cache
16890
16850
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
16891
16851
  /******/ if (cachedModule !== undefined) {
@@ -16899,7 +16859,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16899
16859
  /******/ };
16900
16860
  /******/
16901
16861
  /******/ // Execute the module function
16902
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_598183__);
16862
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
16903
16863
  /******/
16904
16864
  /******/ // Return the exports of the module
16905
16865
  /******/ return module.exports;
@@ -16908,17 +16868,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16908
16868
  /************************************************************************/
16909
16869
  /******/ /* webpack/runtime/amd options */
16910
16870
  /******/ (() => {
16911
- /******/ __nested_webpack_require_598183__.amdO = {};
16871
+ /******/ __webpack_require__.amdO = {};
16912
16872
  /******/ })();
16913
16873
  /******/
16914
16874
  /******/ /* webpack/runtime/compat get default export */
16915
16875
  /******/ (() => {
16916
16876
  /******/ // getDefaultExport function for compatibility with non-harmony modules
16917
- /******/ __nested_webpack_require_598183__.n = (module) => {
16877
+ /******/ __webpack_require__.n = (module) => {
16918
16878
  /******/ var getter = module && module.__esModule ?
16919
16879
  /******/ () => (module['default']) :
16920
16880
  /******/ () => (module);
16921
- /******/ __nested_webpack_require_598183__.d(getter, { a: getter });
16881
+ /******/ __webpack_require__.d(getter, { a: getter });
16922
16882
  /******/ return getter;
16923
16883
  /******/ };
16924
16884
  /******/ })();
@@ -16926,9 +16886,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16926
16886
  /******/ /* webpack/runtime/define property getters */
16927
16887
  /******/ (() => {
16928
16888
  /******/ // define getter functions for harmony exports
16929
- /******/ __nested_webpack_require_598183__.d = (exports, definition) => {
16889
+ /******/ __webpack_require__.d = (exports, definition) => {
16930
16890
  /******/ for(var key in definition) {
16931
- /******/ if(__nested_webpack_require_598183__.o(definition, key) && !__nested_webpack_require_598183__.o(exports, key)) {
16891
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
16932
16892
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
16933
16893
  /******/ }
16934
16894
  /******/ }
@@ -16937,7 +16897,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16937
16897
  /******/
16938
16898
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
16939
16899
  /******/ (() => {
16940
- /******/ __nested_webpack_require_598183__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16900
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16941
16901
  /******/ })();
16942
16902
  /******/
16943
16903
  /************************************************************************/
@@ -16945,14 +16905,14 @@ var __webpack_exports__ = {};
16945
16905
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
16946
16906
  (() => {
16947
16907
  "use strict";
16948
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_598183__(5459);
16949
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_598183__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16950
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_598183__(7351);
16951
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_598183__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
16952
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_598183__(7762);
16953
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_598183__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
16954
- /* harmony import */ var _jqxdocking__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_598183__(3962);
16955
- /* harmony import */ var _jqxdocking__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_598183__.n(_jqxdocking__WEBPACK_IMPORTED_MODULE_3__);
16908
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
16909
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16910
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
16911
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
16912
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7762);
16913
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
16914
+ /* harmony import */ var _jqxdocking__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3962);
16915
+ /* harmony import */ var _jqxdocking__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdocking__WEBPACK_IMPORTED_MODULE_3__);
16956
16916
 
16957
16917
 
16958
16918
 
@@ -16960,15 +16920,5 @@ var __webpack_exports__ = {};
16960
16920
 
16961
16921
  })();
16962
16922
 
16963
- /******/ })()
16964
- ;
16965
- /******/ })()
16966
- ;
16967
- /******/ })()
16968
- ;
16969
- /******/ })()
16970
- ;
16971
- /******/ })()
16972
- ;
16973
16923
  /******/ })()
16974
16924
  ;
@@ -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
 
@@ -1234,7 +1194,7 @@ License: https://jqwidgets.com/license/ */
1234
1194
  /***/ }),
1235
1195
 
1236
1196
  /***/ 5459:
1237
- /***/ ((module, exports, __nested_webpack_require_52085__) => {
1197
+ /***/ ((module, exports, __webpack_require__) => {
1238
1198
 
1239
1199
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1240
1200
  /* eslint-disable */
@@ -9414,7 +9374,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9414
9374
  // file names, and JQXLite is normally delivered in a lowercase file name.
9415
9375
  // Do this after creating the global so that if an AMD module wants to call
9416
9376
  // noConflict to hide this version of JQXLite, it will work.
9417
- if ( true && __nested_webpack_require_52085__.amdO.JQXLite) {
9377
+ if ( true && __webpack_require__.amdO.JQXLite) {
9418
9378
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9419
9379
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9420
9380
  }
@@ -25826,7 +25786,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25826
25786
  /******/ var __webpack_module_cache__ = {};
25827
25787
  /******/
25828
25788
  /******/ // The require function
25829
- /******/ function __nested_webpack_require_1020323__(moduleId) {
25789
+ /******/ function __webpack_require__(moduleId) {
25830
25790
  /******/ // Check if module is in cache
25831
25791
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
25832
25792
  /******/ if (cachedModule !== undefined) {
@@ -25840,7 +25800,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25840
25800
  /******/ };
25841
25801
  /******/
25842
25802
  /******/ // Execute the module function
25843
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1020323__);
25803
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
25844
25804
  /******/
25845
25805
  /******/ // Return the exports of the module
25846
25806
  /******/ return module.exports;
@@ -25849,17 +25809,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25849
25809
  /************************************************************************/
25850
25810
  /******/ /* webpack/runtime/amd options */
25851
25811
  /******/ (() => {
25852
- /******/ __nested_webpack_require_1020323__.amdO = {};
25812
+ /******/ __webpack_require__.amdO = {};
25853
25813
  /******/ })();
25854
25814
  /******/
25855
25815
  /******/ /* webpack/runtime/compat get default export */
25856
25816
  /******/ (() => {
25857
25817
  /******/ // getDefaultExport function for compatibility with non-harmony modules
25858
- /******/ __nested_webpack_require_1020323__.n = (module) => {
25818
+ /******/ __webpack_require__.n = (module) => {
25859
25819
  /******/ var getter = module && module.__esModule ?
25860
25820
  /******/ () => (module['default']) :
25861
25821
  /******/ () => (module);
25862
- /******/ __nested_webpack_require_1020323__.d(getter, { a: getter });
25822
+ /******/ __webpack_require__.d(getter, { a: getter });
25863
25823
  /******/ return getter;
25864
25824
  /******/ };
25865
25825
  /******/ })();
@@ -25867,9 +25827,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25867
25827
  /******/ /* webpack/runtime/define property getters */
25868
25828
  /******/ (() => {
25869
25829
  /******/ // define getter functions for harmony exports
25870
- /******/ __nested_webpack_require_1020323__.d = (exports, definition) => {
25830
+ /******/ __webpack_require__.d = (exports, definition) => {
25871
25831
  /******/ for(var key in definition) {
25872
- /******/ if(__nested_webpack_require_1020323__.o(definition, key) && !__nested_webpack_require_1020323__.o(exports, key)) {
25832
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
25873
25833
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
25874
25834
  /******/ }
25875
25835
  /******/ }
@@ -25878,7 +25838,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25878
25838
  /******/
25879
25839
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
25880
25840
  /******/ (() => {
25881
- /******/ __nested_webpack_require_1020323__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
25841
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
25882
25842
  /******/ })();
25883
25843
  /******/
25884
25844
  /************************************************************************/
@@ -25886,22 +25846,22 @@ var __webpack_exports__ = {};
25886
25846
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
25887
25847
  (() => {
25888
25848
  "use strict";
25889
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1020323__(5459);
25890
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1020323__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
25891
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1020323__(7351);
25892
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1020323__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
25893
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1020323__(7762);
25894
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1020323__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
25895
- /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1020323__(9274);
25896
- /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1020323__.n(_jqxribbon__WEBPACK_IMPORTED_MODULE_3__);
25897
- /* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1020323__(7355);
25898
- /* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1020323__.n(_jqxlayout__WEBPACK_IMPORTED_MODULE_4__);
25899
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1020323__(1610);
25900
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1020323__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
25901
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1020323__(4240);
25902
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1020323__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
25903
- /* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1020323__(1448);
25904
- /* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1020323__.n(_jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__);
25849
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
25850
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
25851
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
25852
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
25853
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7762);
25854
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
25855
+ /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(9274);
25856
+ /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxribbon__WEBPACK_IMPORTED_MODULE_3__);
25857
+ /* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7355);
25858
+ /* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxlayout__WEBPACK_IMPORTED_MODULE_4__);
25859
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1610);
25860
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
25861
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
25862
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
25863
+ /* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1448);
25864
+ /* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__);
25905
25865
 
25906
25866
 
25907
25867
 
@@ -25914,15 +25874,5 @@ var __webpack_exports__ = {};
25914
25874
 
25915
25875
  })();
25916
25876
 
25917
- /******/ })()
25918
- ;
25919
- /******/ })()
25920
- ;
25921
- /******/ })()
25922
- ;
25923
- /******/ })()
25924
- ;
25925
- /******/ })()
25926
- ;
25927
25877
  /******/ })()
25928
25878
  ;