jqwidgets-ng 22.0.0 → 22.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/jqwidgets/jqx-all.js +98 -3335
  2. package/jqwidgets/jqxbarcode.js +12 -0
  3. package/jqwidgets/jqxcheckboxgroup.js +12 -0
  4. package/jqwidgets/jqxcore.js +1 -1
  5. package/jqwidgets/jqxgrid.export.js +1 -831
  6. package/jqwidgets/jqxqrcode.js +12 -0
  7. package/jqwidgets/jqxradiobuttongroup.js +12 -0
  8. package/jqwidgets/jqxsplitlayout.js +1 -2456
  9. package/jqwidgets/modules/jqxbarcode.js +24 -14
  10. package/jqwidgets/modules/jqxbargauge.js +26 -16
  11. package/jqwidgets/modules/jqxbulletchart.js +28 -18
  12. package/jqwidgets/modules/jqxbuttongroup.js +26 -16
  13. package/jqwidgets/modules/jqxbuttons.js +24 -14
  14. package/jqwidgets/modules/jqxcalendar.js +30 -20
  15. package/jqwidgets/modules/jqxchart.js +38 -28
  16. package/jqwidgets/modules/jqxcheckbox.js +28 -18
  17. package/jqwidgets/modules/jqxcheckboxgroup.js +28 -18
  18. package/jqwidgets/modules/jqxcolorpicker.js +30 -20
  19. package/jqwidgets/modules/jqxcombobox.js +34 -24
  20. package/jqwidgets/modules/jqxcomplexinput.js +26 -16
  21. package/jqwidgets/modules/jqxdatatable.js +54 -44
  22. package/jqwidgets/modules/jqxdatetimeinput.js +48 -38
  23. package/jqwidgets/modules/jqxdocking.js +28 -18
  24. package/jqwidgets/modules/jqxdockinglayout.js +36 -26
  25. package/jqwidgets/modules/jqxdockpanel.js +26 -16
  26. package/jqwidgets/modules/jqxdragdrop.js +28 -18
  27. package/jqwidgets/modules/jqxdraw.js +24 -14
  28. package/jqwidgets/modules/jqxdropdownbutton.js +26 -16
  29. package/jqwidgets/modules/jqxdropdownlist.js +46 -36
  30. package/jqwidgets/modules/jqxeditor.js +58 -48
  31. package/jqwidgets/modules/jqxexpander.js +32 -22
  32. package/jqwidgets/modules/jqxfileupload.js +28 -18
  33. package/jqwidgets/modules/jqxform.js +56 -46
  34. package/jqwidgets/modules/jqxformattedinput.js +48 -38
  35. package/jqwidgets/modules/jqxgantt.js +26 -16
  36. package/jqwidgets/modules/jqxgauge.js +30 -20
  37. package/jqwidgets/modules/jqxgrid.js +80 -70
  38. package/jqwidgets/modules/jqxheatmap.js +26 -16
  39. package/jqwidgets/modules/jqxinput.js +28 -18
  40. package/jqwidgets/modules/jqxkanban.js +58 -48
  41. package/jqwidgets/modules/jqxknob.js +28 -18
  42. package/jqwidgets/modules/jqxlayout.js +36 -26
  43. package/jqwidgets/modules/jqxlineargauge.js +30 -20
  44. package/jqwidgets/modules/jqxlinkbutton.js +24 -14
  45. package/jqwidgets/modules/jqxlistbox.js +38 -28
  46. package/jqwidgets/modules/jqxlistmenu.js +54 -44
  47. package/jqwidgets/modules/jqxloader.js +24 -14
  48. package/jqwidgets/modules/jqxmaskedinput.js +24 -14
  49. package/jqwidgets/modules/jqxmenu.js +36 -26
  50. package/jqwidgets/modules/jqxnavbar.js +32 -22
  51. package/jqwidgets/modules/jqxnavigationbar.js +40 -30
  52. package/jqwidgets/modules/jqxnotification.js +32 -22
  53. package/jqwidgets/modules/jqxnumberinput.js +38 -28
  54. package/jqwidgets/modules/jqxpanel.js +30 -20
  55. package/jqwidgets/modules/jqxpasswordinput.js +32 -22
  56. package/jqwidgets/modules/jqxpivotdesigner.js +62 -52
  57. package/jqwidgets/modules/jqxpivotgrid.js +62 -52
  58. package/jqwidgets/modules/jqxpopover.js +26 -16
  59. package/jqwidgets/modules/jqxprogressbar.js +24 -14
  60. package/jqwidgets/modules/jqxqrcode.js +32 -22
  61. package/jqwidgets/modules/jqxradiobutongroup.js +28 -18
  62. package/jqwidgets/modules/jqxradiobutton.js +26 -16
  63. package/jqwidgets/modules/jqxrangeselector.js +28 -18
  64. package/jqwidgets/modules/jqxrating.js +26 -16
  65. package/jqwidgets/modules/jqxrepeatbutton.js +24 -14
  66. package/jqwidgets/modules/jqxresponsivepanel.js +26 -16
  67. package/jqwidgets/modules/jqxribbon.js +28 -18
  68. package/jqwidgets/modules/jqxscheduler.js +64 -54
  69. package/jqwidgets/modules/jqxscrollbar.js +26 -16
  70. package/jqwidgets/modules/jqxscrollview.js +26 -16
  71. package/jqwidgets/modules/jqxslider.js +26 -16
  72. package/jqwidgets/modules/jqxsortable.js +26 -16
  73. package/jqwidgets/modules/jqxsplitlayout.js +24 -14
  74. package/jqwidgets/modules/jqxsplitter.js +26 -16
  75. package/jqwidgets/modules/jqxswitchbutton.js +30 -20
  76. package/jqwidgets/modules/jqxtabs.js +38 -28
  77. package/jqwidgets/modules/jqxtagcloud.js +32 -22
  78. package/jqwidgets/modules/jqxtextarea.js +32 -22
  79. package/jqwidgets/modules/jqxtimeline.js +24 -14
  80. package/jqwidgets/modules/jqxtimepicker.js +26 -16
  81. package/jqwidgets/modules/jqxtogglebutton.js +24 -14
  82. package/jqwidgets/modules/jqxtoolbar.js +56 -46
  83. package/jqwidgets/modules/jqxtooltip.js +24 -14
  84. package/jqwidgets/modules/jqxtree.js +36 -26
  85. package/jqwidgets/modules/jqxtreegrid.js +56 -46
  86. package/jqwidgets/modules/jqxtreemap.js +28 -18
  87. package/jqwidgets/modules/jqxvalidator.js +30 -20
  88. package/jqwidgets/modules/jqxwindow.js +26 -16
  89. package/package.json +1 -1
@@ -4,6 +4,14 @@ Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://jqwidgets.com/license/ */
5
5
 
6
6
 
7
+ /******/ (() => { // webpackBootstrap
8
+ var __webpack_exports__ = {};
9
+
10
+ /* Release Date: Sep-17-2024
11
+ Copyright (c) 2011-2024 jQWidgets.
12
+ License: https://jqwidgets.com/license/ */
13
+
14
+
7
15
  /******/ (() => { // webpackBootstrap
8
16
  /******/ var __webpack_modules__ = ({
9
17
 
@@ -11436,7 +11444,7 @@ document.Globalize = Globalize;
11436
11444
  /***/ }),
11437
11445
 
11438
11446
  /***/ 5459:
11439
- /***/ ((module, exports, __webpack_require__) => {
11447
+ /***/ ((module, exports, __nested_webpack_require_484139__) => {
11440
11448
 
11441
11449
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
11442
11450
  /* eslint-disable */
@@ -19616,7 +19624,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19616
19624
  // file names, and JQXLite is normally delivered in a lowercase file name.
19617
19625
  // Do this after creating the global so that if an AMD module wants to call
19618
19626
  // noConflict to hide this version of JQXLite, it will work.
19619
- if ( true && __webpack_require__.amdO.JQXLite) {
19627
+ if ( true && __nested_webpack_require_484139__.amdO.JQXLite) {
19620
19628
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
19621
19629
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
19622
19630
  }
@@ -64649,7 +64657,7 @@ var saveAs = window.jqxSaveAs = saveAs
64649
64657
  /******/ var __webpack_module_cache__ = {};
64650
64658
  /******/
64651
64659
  /******/ // The require function
64652
- /******/ function __webpack_require__(moduleId) {
64660
+ /******/ function __nested_webpack_require_2676060__(moduleId) {
64653
64661
  /******/ // Check if module is in cache
64654
64662
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
64655
64663
  /******/ if (cachedModule !== undefined) {
@@ -64663,7 +64671,7 @@ var saveAs = window.jqxSaveAs = saveAs
64663
64671
  /******/ };
64664
64672
  /******/
64665
64673
  /******/ // Execute the module function
64666
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
64674
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2676060__);
64667
64675
  /******/
64668
64676
  /******/ // Return the exports of the module
64669
64677
  /******/ return module.exports;
@@ -64672,17 +64680,17 @@ var saveAs = window.jqxSaveAs = saveAs
64672
64680
  /************************************************************************/
64673
64681
  /******/ /* webpack/runtime/amd options */
64674
64682
  /******/ (() => {
64675
- /******/ __webpack_require__.amdO = {};
64683
+ /******/ __nested_webpack_require_2676060__.amdO = {};
64676
64684
  /******/ })();
64677
64685
  /******/
64678
64686
  /******/ /* webpack/runtime/compat get default export */
64679
64687
  /******/ (() => {
64680
64688
  /******/ // getDefaultExport function for compatibility with non-harmony modules
64681
- /******/ __webpack_require__.n = (module) => {
64689
+ /******/ __nested_webpack_require_2676060__.n = (module) => {
64682
64690
  /******/ var getter = module && module.__esModule ?
64683
64691
  /******/ () => (module['default']) :
64684
64692
  /******/ () => (module);
64685
- /******/ __webpack_require__.d(getter, { a: getter });
64693
+ /******/ __nested_webpack_require_2676060__.d(getter, { a: getter });
64686
64694
  /******/ return getter;
64687
64695
  /******/ };
64688
64696
  /******/ })();
@@ -64690,9 +64698,9 @@ var saveAs = window.jqxSaveAs = saveAs
64690
64698
  /******/ /* webpack/runtime/define property getters */
64691
64699
  /******/ (() => {
64692
64700
  /******/ // define getter functions for harmony exports
64693
- /******/ __webpack_require__.d = (exports, definition) => {
64701
+ /******/ __nested_webpack_require_2676060__.d = (exports, definition) => {
64694
64702
  /******/ for(var key in definition) {
64695
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
64703
+ /******/ if(__nested_webpack_require_2676060__.o(definition, key) && !__nested_webpack_require_2676060__.o(exports, key)) {
64696
64704
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
64697
64705
  /******/ }
64698
64706
  /******/ }
@@ -64701,7 +64709,7 @@ var saveAs = window.jqxSaveAs = saveAs
64701
64709
  /******/
64702
64710
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
64703
64711
  /******/ (() => {
64704
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
64712
+ /******/ __nested_webpack_require_2676060__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
64705
64713
  /******/ })();
64706
64714
  /******/
64707
64715
  /************************************************************************/
@@ -64709,44 +64717,44 @@ var __webpack_exports__ = {};
64709
64717
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
64710
64718
  (() => {
64711
64719
  "use strict";
64712
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
64713
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
64714
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
64715
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
64716
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
64717
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
64718
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
64719
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
64720
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
64721
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
64722
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
64723
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
64724
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
64725
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
64726
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
64727
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
64728
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
64729
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
64730
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
64731
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
64732
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
64733
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
64734
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
64735
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
64736
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
64737
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
64738
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
64739
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
64740
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
64741
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
64742
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
64743
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
64744
- /* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(1766);
64745
- /* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxsplitter__WEBPACK_IMPORTED_MODULE_16__);
64746
- /* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(7614);
64747
- /* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxsortable__WEBPACK_IMPORTED_MODULE_17__);
64748
- /* harmony import */ var _jqxkanban__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(3167);
64749
- /* harmony import */ var _jqxkanban__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxkanban__WEBPACK_IMPORTED_MODULE_18__);
64720
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2676060__(5459);
64721
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
64722
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2676060__(4198);
64723
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
64724
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2676060__(3907);
64725
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
64726
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2676060__(714);
64727
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
64728
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2676060__(7351);
64729
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
64730
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2676060__(7196);
64731
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
64732
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2676060__(4240);
64733
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
64734
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2676060__(1610);
64735
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
64736
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2676060__(1062);
64737
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
64738
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2676060__(5868);
64739
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
64740
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2676060__(4720);
64741
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
64742
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2676060__(7995);
64743
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
64744
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2676060__(4545);
64745
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
64746
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2676060__(2497);
64747
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
64748
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2676060__(5725);
64749
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
64750
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2676060__(4993);
64751
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
64752
+ /* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2676060__(1766);
64753
+ /* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxsplitter__WEBPACK_IMPORTED_MODULE_16__);
64754
+ /* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_2676060__(7614);
64755
+ /* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxsortable__WEBPACK_IMPORTED_MODULE_17__);
64756
+ /* harmony import */ var _jqxkanban__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_2676060__(3167);
64757
+ /* harmony import */ var _jqxkanban__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxkanban__WEBPACK_IMPORTED_MODULE_18__);
64750
64758
 
64751
64759
 
64752
64760
 
@@ -64768,5 +64776,7 @@ var __webpack_exports__ = {};
64768
64776
 
64769
64777
  })();
64770
64778
 
64779
+ /******/ })()
64780
+ ;
64771
64781
  /******/ })()
64772
64782
  ;
@@ -4,6 +4,14 @@ Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://jqwidgets.com/license/ */
5
5
 
6
6
 
7
+ /******/ (() => { // webpackBootstrap
8
+ var __webpack_exports__ = {};
9
+
10
+ /* Release Date: Sep-17-2024
11
+ Copyright (c) 2011-2024 jQWidgets.
12
+ License: https://jqwidgets.com/license/ */
13
+
14
+
7
15
  /******/ (() => { // webpackBootstrap
8
16
  /******/ var __webpack_modules__ = ({
9
17
 
@@ -1196,7 +1204,7 @@ License: https://jqwidgets.com/license/ */
1196
1204
  /***/ }),
1197
1205
 
1198
1206
  /***/ 5459:
1199
- /***/ ((module, exports, __webpack_require__) => {
1207
+ /***/ ((module, exports, __nested_webpack_require_52089__) => {
1200
1208
 
1201
1209
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1202
1210
  /* eslint-disable */
@@ -9376,7 +9384,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9376
9384
  // file names, and JQXLite is normally delivered in a lowercase file name.
9377
9385
  // Do this after creating the global so that if an AMD module wants to call
9378
9386
  // noConflict to hide this version of JQXLite, it will work.
9379
- if ( true && __webpack_require__.amdO.JQXLite) {
9387
+ if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
9380
9388
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9381
9389
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9382
9390
  }
@@ -17059,7 +17067,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17059
17067
  /******/ var __webpack_module_cache__ = {};
17060
17068
  /******/
17061
17069
  /******/ // The require function
17062
- /******/ function __webpack_require__(moduleId) {
17070
+ /******/ function __nested_webpack_require_578852__(moduleId) {
17063
17071
  /******/ // Check if module is in cache
17064
17072
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
17065
17073
  /******/ if (cachedModule !== undefined) {
@@ -17073,7 +17081,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17073
17081
  /******/ };
17074
17082
  /******/
17075
17083
  /******/ // Execute the module function
17076
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
17084
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_578852__);
17077
17085
  /******/
17078
17086
  /******/ // Return the exports of the module
17079
17087
  /******/ return module.exports;
@@ -17082,17 +17090,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17082
17090
  /************************************************************************/
17083
17091
  /******/ /* webpack/runtime/amd options */
17084
17092
  /******/ (() => {
17085
- /******/ __webpack_require__.amdO = {};
17093
+ /******/ __nested_webpack_require_578852__.amdO = {};
17086
17094
  /******/ })();
17087
17095
  /******/
17088
17096
  /******/ /* webpack/runtime/compat get default export */
17089
17097
  /******/ (() => {
17090
17098
  /******/ // getDefaultExport function for compatibility with non-harmony modules
17091
- /******/ __webpack_require__.n = (module) => {
17099
+ /******/ __nested_webpack_require_578852__.n = (module) => {
17092
17100
  /******/ var getter = module && module.__esModule ?
17093
17101
  /******/ () => (module['default']) :
17094
17102
  /******/ () => (module);
17095
- /******/ __webpack_require__.d(getter, { a: getter });
17103
+ /******/ __nested_webpack_require_578852__.d(getter, { a: getter });
17096
17104
  /******/ return getter;
17097
17105
  /******/ };
17098
17106
  /******/ })();
@@ -17100,9 +17108,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17100
17108
  /******/ /* webpack/runtime/define property getters */
17101
17109
  /******/ (() => {
17102
17110
  /******/ // define getter functions for harmony exports
17103
- /******/ __webpack_require__.d = (exports, definition) => {
17111
+ /******/ __nested_webpack_require_578852__.d = (exports, definition) => {
17104
17112
  /******/ for(var key in definition) {
17105
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
17113
+ /******/ if(__nested_webpack_require_578852__.o(definition, key) && !__nested_webpack_require_578852__.o(exports, key)) {
17106
17114
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
17107
17115
  /******/ }
17108
17116
  /******/ }
@@ -17111,7 +17119,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17111
17119
  /******/
17112
17120
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
17113
17121
  /******/ (() => {
17114
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
17122
+ /******/ __nested_webpack_require_578852__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
17115
17123
  /******/ })();
17116
17124
  /******/
17117
17125
  /************************************************************************/
@@ -17119,19 +17127,21 @@ var __webpack_exports__ = {};
17119
17127
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
17120
17128
  (() => {
17121
17129
  "use strict";
17122
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
17123
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
17124
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3159);
17125
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_1__);
17126
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7351);
17127
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
17128
- /* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(887);
17129
- /* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxknob__WEBPACK_IMPORTED_MODULE_3__);
17130
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_578852__(5459);
17131
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_578852__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
17132
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_578852__(3159);
17133
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_578852__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_1__);
17134
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_578852__(7351);
17135
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_578852__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
17136
+ /* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_578852__(887);
17137
+ /* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_578852__.n(_jqxknob__WEBPACK_IMPORTED_MODULE_3__);
17130
17138
 
17131
17139
 
17132
17140
 
17133
17141
 
17134
17142
  })();
17135
17143
 
17144
+ /******/ })()
17145
+ ;
17136
17146
  /******/ })()
17137
17147
  ;
@@ -4,6 +4,14 @@ Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://jqwidgets.com/license/ */
5
5
 
6
6
 
7
+ /******/ (() => { // webpackBootstrap
8
+ var __webpack_exports__ = {};
9
+
10
+ /* Release Date: Sep-17-2024
11
+ Copyright (c) 2011-2024 jQWidgets.
12
+ License: https://jqwidgets.com/license/ */
13
+
14
+
7
15
  /******/ (() => { // webpackBootstrap
8
16
  /******/ var __webpack_modules__ = ({
9
17
 
@@ -1196,7 +1204,7 @@ License: https://jqwidgets.com/license/ */
1196
1204
  /***/ }),
1197
1205
 
1198
1206
  /***/ 5459:
1199
- /***/ ((module, exports, __webpack_require__) => {
1207
+ /***/ ((module, exports, __nested_webpack_require_52089__) => {
1200
1208
 
1201
1209
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1202
1210
  /* eslint-disable */
@@ -9376,7 +9384,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9376
9384
  // file names, and JQXLite is normally delivered in a lowercase file name.
9377
9385
  // Do this after creating the global so that if an AMD module wants to call
9378
9386
  // noConflict to hide this version of JQXLite, it will work.
9379
- if ( true && __webpack_require__.amdO.JQXLite) {
9387
+ if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
9380
9388
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9381
9389
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9382
9390
  }
@@ -25681,7 +25689,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25681
25689
  /******/ var __webpack_module_cache__ = {};
25682
25690
  /******/
25683
25691
  /******/ // The require function
25684
- /******/ function __webpack_require__(moduleId) {
25692
+ /******/ function __nested_webpack_require_1015182__(moduleId) {
25685
25693
  /******/ // Check if module is in cache
25686
25694
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
25687
25695
  /******/ if (cachedModule !== undefined) {
@@ -25695,7 +25703,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25695
25703
  /******/ };
25696
25704
  /******/
25697
25705
  /******/ // Execute the module function
25698
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
25706
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1015182__);
25699
25707
  /******/
25700
25708
  /******/ // Return the exports of the module
25701
25709
  /******/ return module.exports;
@@ -25704,17 +25712,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25704
25712
  /************************************************************************/
25705
25713
  /******/ /* webpack/runtime/amd options */
25706
25714
  /******/ (() => {
25707
- /******/ __webpack_require__.amdO = {};
25715
+ /******/ __nested_webpack_require_1015182__.amdO = {};
25708
25716
  /******/ })();
25709
25717
  /******/
25710
25718
  /******/ /* webpack/runtime/compat get default export */
25711
25719
  /******/ (() => {
25712
25720
  /******/ // getDefaultExport function for compatibility with non-harmony modules
25713
- /******/ __webpack_require__.n = (module) => {
25721
+ /******/ __nested_webpack_require_1015182__.n = (module) => {
25714
25722
  /******/ var getter = module && module.__esModule ?
25715
25723
  /******/ () => (module['default']) :
25716
25724
  /******/ () => (module);
25717
- /******/ __webpack_require__.d(getter, { a: getter });
25725
+ /******/ __nested_webpack_require_1015182__.d(getter, { a: getter });
25718
25726
  /******/ return getter;
25719
25727
  /******/ };
25720
25728
  /******/ })();
@@ -25722,9 +25730,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25722
25730
  /******/ /* webpack/runtime/define property getters */
25723
25731
  /******/ (() => {
25724
25732
  /******/ // define getter functions for harmony exports
25725
- /******/ __webpack_require__.d = (exports, definition) => {
25733
+ /******/ __nested_webpack_require_1015182__.d = (exports, definition) => {
25726
25734
  /******/ for(var key in definition) {
25727
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
25735
+ /******/ if(__nested_webpack_require_1015182__.o(definition, key) && !__nested_webpack_require_1015182__.o(exports, key)) {
25728
25736
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
25729
25737
  /******/ }
25730
25738
  /******/ }
@@ -25733,7 +25741,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25733
25741
  /******/
25734
25742
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
25735
25743
  /******/ (() => {
25736
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
25744
+ /******/ __nested_webpack_require_1015182__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
25737
25745
  /******/ })();
25738
25746
  /******/
25739
25747
  /************************************************************************/
@@ -25741,22 +25749,22 @@ var __webpack_exports__ = {};
25741
25749
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
25742
25750
  (() => {
25743
25751
  "use strict";
25744
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
25745
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
25746
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
25747
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
25748
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7762);
25749
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
25750
- /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(9274);
25751
- /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxribbon__WEBPACK_IMPORTED_MODULE_3__);
25752
- /* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7355);
25753
- /* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxlayout__WEBPACK_IMPORTED_MODULE_4__);
25754
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1610);
25755
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
25756
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
25757
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
25758
- /* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1448);
25759
- /* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__);
25752
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1015182__(5459);
25753
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
25754
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1015182__(7351);
25755
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
25756
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1015182__(7762);
25757
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
25758
+ /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1015182__(9274);
25759
+ /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxribbon__WEBPACK_IMPORTED_MODULE_3__);
25760
+ /* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1015182__(7355);
25761
+ /* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxlayout__WEBPACK_IMPORTED_MODULE_4__);
25762
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1015182__(1610);
25763
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
25764
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1015182__(4240);
25765
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
25766
+ /* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1015182__(1448);
25767
+ /* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__);
25760
25768
 
25761
25769
 
25762
25770
 
@@ -25767,5 +25775,7 @@ var __webpack_exports__ = {};
25767
25775
 
25768
25776
  })();
25769
25777
 
25778
+ /******/ })()
25779
+ ;
25770
25780
  /******/ })()
25771
25781
  ;
@@ -4,6 +4,14 @@ Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://jqwidgets.com/license/ */
5
5
 
6
6
 
7
+ /******/ (() => { // webpackBootstrap
8
+ var __webpack_exports__ = {};
9
+
10
+ /* Release Date: Sep-17-2024
11
+ Copyright (c) 2011-2024 jQWidgets.
12
+ License: https://jqwidgets.com/license/ */
13
+
14
+
7
15
  /******/ (() => { // webpackBootstrap
8
16
  /******/ var __webpack_modules__ = ({
9
17
 
@@ -1832,7 +1840,7 @@ License: https://jqwidgets.com/license/ */
1832
1840
  /***/ }),
1833
1841
 
1834
1842
  /***/ 5459:
1835
- /***/ ((module, exports, __webpack_require__) => {
1843
+ /***/ ((module, exports, __nested_webpack_require_74206__) => {
1836
1844
 
1837
1845
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1838
1846
  /* eslint-disable */
@@ -10012,7 +10020,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10012
10020
  // file names, and JQXLite is normally delivered in a lowercase file name.
10013
10021
  // Do this after creating the global so that if an AMD module wants to call
10014
10022
  // noConflict to hide this version of JQXLite, it will work.
10015
- if ( true && __webpack_require__.amdO.JQXLite) {
10023
+ if ( true && __nested_webpack_require_74206__.amdO.JQXLite) {
10016
10024
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10017
10025
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10018
10026
  }
@@ -20225,7 +20233,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20225
20233
  /******/ var __webpack_module_cache__ = {};
20226
20234
  /******/
20227
20235
  /******/ // The require function
20228
- /******/ function __webpack_require__(moduleId) {
20236
+ /******/ function __nested_webpack_require_682612__(moduleId) {
20229
20237
  /******/ // Check if module is in cache
20230
20238
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
20231
20239
  /******/ if (cachedModule !== undefined) {
@@ -20239,7 +20247,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20239
20247
  /******/ };
20240
20248
  /******/
20241
20249
  /******/ // Execute the module function
20242
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
20250
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_682612__);
20243
20251
  /******/
20244
20252
  /******/ // Return the exports of the module
20245
20253
  /******/ return module.exports;
@@ -20248,17 +20256,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20248
20256
  /************************************************************************/
20249
20257
  /******/ /* webpack/runtime/amd options */
20250
20258
  /******/ (() => {
20251
- /******/ __webpack_require__.amdO = {};
20259
+ /******/ __nested_webpack_require_682612__.amdO = {};
20252
20260
  /******/ })();
20253
20261
  /******/
20254
20262
  /******/ /* webpack/runtime/compat get default export */
20255
20263
  /******/ (() => {
20256
20264
  /******/ // getDefaultExport function for compatibility with non-harmony modules
20257
- /******/ __webpack_require__.n = (module) => {
20265
+ /******/ __nested_webpack_require_682612__.n = (module) => {
20258
20266
  /******/ var getter = module && module.__esModule ?
20259
20267
  /******/ () => (module['default']) :
20260
20268
  /******/ () => (module);
20261
- /******/ __webpack_require__.d(getter, { a: getter });
20269
+ /******/ __nested_webpack_require_682612__.d(getter, { a: getter });
20262
20270
  /******/ return getter;
20263
20271
  /******/ };
20264
20272
  /******/ })();
@@ -20266,9 +20274,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20266
20274
  /******/ /* webpack/runtime/define property getters */
20267
20275
  /******/ (() => {
20268
20276
  /******/ // define getter functions for harmony exports
20269
- /******/ __webpack_require__.d = (exports, definition) => {
20277
+ /******/ __nested_webpack_require_682612__.d = (exports, definition) => {
20270
20278
  /******/ for(var key in definition) {
20271
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
20279
+ /******/ if(__nested_webpack_require_682612__.o(definition, key) && !__nested_webpack_require_682612__.o(exports, key)) {
20272
20280
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
20273
20281
  /******/ }
20274
20282
  /******/ }
@@ -20277,7 +20285,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20277
20285
  /******/
20278
20286
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
20279
20287
  /******/ (() => {
20280
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
20288
+ /******/ __nested_webpack_require_682612__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
20281
20289
  /******/ })();
20282
20290
  /******/
20283
20291
  /************************************************************************/
@@ -20285,16 +20293,16 @@ var __webpack_exports__ = {};
20285
20293
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
20286
20294
  (() => {
20287
20295
  "use strict";
20288
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
20289
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
20290
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
20291
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
20292
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
20293
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
20294
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3159);
20295
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_3__);
20296
- /* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(482);
20297
- /* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxgauge__WEBPACK_IMPORTED_MODULE_4__);
20296
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_682612__(5459);
20297
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
20298
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_682612__(7351);
20299
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
20300
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_682612__(7196);
20301
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
20302
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_682612__(3159);
20303
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_3__);
20304
+ /* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_682612__(482);
20305
+ /* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxgauge__WEBPACK_IMPORTED_MODULE_4__);
20298
20306
 
20299
20307
 
20300
20308
 
@@ -20302,5 +20310,7 @@ var __webpack_exports__ = {};
20302
20310
 
20303
20311
  })();
20304
20312
 
20313
+ /******/ })()
20314
+ ;
20305
20315
  /******/ })()
20306
20316
  ;