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
  }
@@ -73557,7 +73565,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73557
73565
  /******/ var __webpack_module_cache__ = {};
73558
73566
  /******/
73559
73567
  /******/ // The require function
73560
- /******/ function __webpack_require__(moduleId) {
73568
+ /******/ function __nested_webpack_require_3030607__(moduleId) {
73561
73569
  /******/ // Check if module is in cache
73562
73570
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
73563
73571
  /******/ if (cachedModule !== undefined) {
@@ -73571,7 +73579,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73571
73579
  /******/ };
73572
73580
  /******/
73573
73581
  /******/ // Execute the module function
73574
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
73582
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3030607__);
73575
73583
  /******/
73576
73584
  /******/ // Return the exports of the module
73577
73585
  /******/ return module.exports;
@@ -73580,17 +73588,17 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73580
73588
  /************************************************************************/
73581
73589
  /******/ /* webpack/runtime/amd options */
73582
73590
  /******/ (() => {
73583
- /******/ __webpack_require__.amdO = {};
73591
+ /******/ __nested_webpack_require_3030607__.amdO = {};
73584
73592
  /******/ })();
73585
73593
  /******/
73586
73594
  /******/ /* webpack/runtime/compat get default export */
73587
73595
  /******/ (() => {
73588
73596
  /******/ // getDefaultExport function for compatibility with non-harmony modules
73589
- /******/ __webpack_require__.n = (module) => {
73597
+ /******/ __nested_webpack_require_3030607__.n = (module) => {
73590
73598
  /******/ var getter = module && module.__esModule ?
73591
73599
  /******/ () => (module['default']) :
73592
73600
  /******/ () => (module);
73593
- /******/ __webpack_require__.d(getter, { a: getter });
73601
+ /******/ __nested_webpack_require_3030607__.d(getter, { a: getter });
73594
73602
  /******/ return getter;
73595
73603
  /******/ };
73596
73604
  /******/ })();
@@ -73598,9 +73606,9 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73598
73606
  /******/ /* webpack/runtime/define property getters */
73599
73607
  /******/ (() => {
73600
73608
  /******/ // define getter functions for harmony exports
73601
- /******/ __webpack_require__.d = (exports, definition) => {
73609
+ /******/ __nested_webpack_require_3030607__.d = (exports, definition) => {
73602
73610
  /******/ for(var key in definition) {
73603
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
73611
+ /******/ if(__nested_webpack_require_3030607__.o(definition, key) && !__nested_webpack_require_3030607__.o(exports, key)) {
73604
73612
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
73605
73613
  /******/ }
73606
73614
  /******/ }
@@ -73609,7 +73617,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73609
73617
  /******/
73610
73618
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
73611
73619
  /******/ (() => {
73612
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
73620
+ /******/ __nested_webpack_require_3030607__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
73613
73621
  /******/ })();
73614
73622
  /******/
73615
73623
  /************************************************************************/
@@ -73617,48 +73625,48 @@ var __webpack_exports__ = {};
73617
73625
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
73618
73626
  (() => {
73619
73627
  "use strict";
73620
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
73621
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
73622
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
73623
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
73624
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
73625
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
73626
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
73627
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
73628
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
73629
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
73630
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
73631
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
73632
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
73633
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
73634
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
73635
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
73636
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
73637
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
73638
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
73639
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
73640
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
73641
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
73642
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
73643
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
73644
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
73645
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
73646
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
73647
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
73648
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
73649
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
73650
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
73651
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
73652
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(7762);
73653
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
73654
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(3601);
73655
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
73656
- /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(2853);
73657
- /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
73658
- /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(1898);
73659
- /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
73660
- /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(7323);
73661
- /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
73628
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3030607__(5459);
73629
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
73630
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3030607__(4198);
73631
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
73632
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3030607__(3907);
73633
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
73634
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3030607__(714);
73635
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
73636
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3030607__(7351);
73637
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
73638
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3030607__(7196);
73639
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
73640
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3030607__(4240);
73641
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
73642
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3030607__(1610);
73643
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
73644
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3030607__(1062);
73645
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
73646
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3030607__(5868);
73647
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
73648
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3030607__(4720);
73649
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
73650
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3030607__(7995);
73651
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
73652
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3030607__(4545);
73653
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
73654
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3030607__(2497);
73655
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
73656
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3030607__(5725);
73657
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
73658
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3030607__(4993);
73659
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
73660
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3030607__(7762);
73661
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
73662
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3030607__(3601);
73663
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
73664
+ /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_3030607__(2853);
73665
+ /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
73666
+ /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __nested_webpack_require_3030607__(1898);
73667
+ /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
73668
+ /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __nested_webpack_require_3030607__(7323);
73669
+ /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
73662
73670
 
73663
73671
 
73664
73672
 
@@ -73682,5 +73690,7 @@ var __webpack_exports__ = {};
73682
73690
 
73683
73691
  })();
73684
73692
 
73693
+ /******/ })()
73694
+ ;
73685
73695
  /******/ })()
73686
73696
  ;
@@ -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
  }
@@ -73557,7 +73565,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73557
73565
  /******/ var __webpack_module_cache__ = {};
73558
73566
  /******/
73559
73567
  /******/ // The require function
73560
- /******/ function __webpack_require__(moduleId) {
73568
+ /******/ function __nested_webpack_require_3030607__(moduleId) {
73561
73569
  /******/ // Check if module is in cache
73562
73570
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
73563
73571
  /******/ if (cachedModule !== undefined) {
@@ -73571,7 +73579,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73571
73579
  /******/ };
73572
73580
  /******/
73573
73581
  /******/ // Execute the module function
73574
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
73582
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3030607__);
73575
73583
  /******/
73576
73584
  /******/ // Return the exports of the module
73577
73585
  /******/ return module.exports;
@@ -73580,17 +73588,17 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73580
73588
  /************************************************************************/
73581
73589
  /******/ /* webpack/runtime/amd options */
73582
73590
  /******/ (() => {
73583
- /******/ __webpack_require__.amdO = {};
73591
+ /******/ __nested_webpack_require_3030607__.amdO = {};
73584
73592
  /******/ })();
73585
73593
  /******/
73586
73594
  /******/ /* webpack/runtime/compat get default export */
73587
73595
  /******/ (() => {
73588
73596
  /******/ // getDefaultExport function for compatibility with non-harmony modules
73589
- /******/ __webpack_require__.n = (module) => {
73597
+ /******/ __nested_webpack_require_3030607__.n = (module) => {
73590
73598
  /******/ var getter = module && module.__esModule ?
73591
73599
  /******/ () => (module['default']) :
73592
73600
  /******/ () => (module);
73593
- /******/ __webpack_require__.d(getter, { a: getter });
73601
+ /******/ __nested_webpack_require_3030607__.d(getter, { a: getter });
73594
73602
  /******/ return getter;
73595
73603
  /******/ };
73596
73604
  /******/ })();
@@ -73598,9 +73606,9 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73598
73606
  /******/ /* webpack/runtime/define property getters */
73599
73607
  /******/ (() => {
73600
73608
  /******/ // define getter functions for harmony exports
73601
- /******/ __webpack_require__.d = (exports, definition) => {
73609
+ /******/ __nested_webpack_require_3030607__.d = (exports, definition) => {
73602
73610
  /******/ for(var key in definition) {
73603
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
73611
+ /******/ if(__nested_webpack_require_3030607__.o(definition, key) && !__nested_webpack_require_3030607__.o(exports, key)) {
73604
73612
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
73605
73613
  /******/ }
73606
73614
  /******/ }
@@ -73609,7 +73617,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73609
73617
  /******/
73610
73618
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
73611
73619
  /******/ (() => {
73612
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
73620
+ /******/ __nested_webpack_require_3030607__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
73613
73621
  /******/ })();
73614
73622
  /******/
73615
73623
  /************************************************************************/
@@ -73617,48 +73625,48 @@ var __webpack_exports__ = {};
73617
73625
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
73618
73626
  (() => {
73619
73627
  "use strict";
73620
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
73621
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
73622
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
73623
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
73624
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
73625
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
73626
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
73627
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
73628
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
73629
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
73630
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
73631
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
73632
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
73633
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
73634
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
73635
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
73636
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
73637
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
73638
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
73639
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
73640
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
73641
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
73642
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
73643
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
73644
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
73645
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
73646
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
73647
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
73648
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
73649
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
73650
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
73651
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
73652
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(7762);
73653
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
73654
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(3601);
73655
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
73656
- /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(2853);
73657
- /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
73658
- /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(1898);
73659
- /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
73660
- /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(7323);
73661
- /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
73628
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3030607__(5459);
73629
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
73630
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3030607__(4198);
73631
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
73632
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3030607__(3907);
73633
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
73634
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3030607__(714);
73635
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
73636
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3030607__(7351);
73637
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
73638
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3030607__(7196);
73639
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
73640
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3030607__(4240);
73641
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
73642
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3030607__(1610);
73643
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
73644
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3030607__(1062);
73645
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
73646
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3030607__(5868);
73647
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
73648
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3030607__(4720);
73649
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
73650
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3030607__(7995);
73651
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
73652
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3030607__(4545);
73653
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
73654
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3030607__(2497);
73655
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
73656
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3030607__(5725);
73657
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
73658
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3030607__(4993);
73659
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
73660
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3030607__(7762);
73661
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
73662
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3030607__(3601);
73663
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
73664
+ /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_3030607__(2853);
73665
+ /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
73666
+ /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __nested_webpack_require_3030607__(1898);
73667
+ /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
73668
+ /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __nested_webpack_require_3030607__(7323);
73669
+ /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
73662
73670
 
73663
73671
 
73664
73672
 
@@ -73682,5 +73690,7 @@ var __webpack_exports__ = {};
73682
73690
 
73683
73691
  })();
73684
73692
 
73693
+ /******/ })()
73694
+ ;
73685
73695
  /******/ })()
73686
73696
  ;
@@ -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
  }
@@ -12968,7 +12976,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12968
12976
  /******/ var __webpack_module_cache__ = {};
12969
12977
  /******/
12970
12978
  /******/ // The require function
12971
- /******/ function __webpack_require__(moduleId) {
12979
+ /******/ function __nested_webpack_require_416214__(moduleId) {
12972
12980
  /******/ // Check if module is in cache
12973
12981
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12974
12982
  /******/ if (cachedModule !== undefined) {
@@ -12982,7 +12990,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12982
12990
  /******/ };
12983
12991
  /******/
12984
12992
  /******/ // Execute the module function
12985
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12993
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_416214__);
12986
12994
  /******/
12987
12995
  /******/ // Return the exports of the module
12988
12996
  /******/ return module.exports;
@@ -12991,17 +12999,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12991
12999
  /************************************************************************/
12992
13000
  /******/ /* webpack/runtime/amd options */
12993
13001
  /******/ (() => {
12994
- /******/ __webpack_require__.amdO = {};
13002
+ /******/ __nested_webpack_require_416214__.amdO = {};
12995
13003
  /******/ })();
12996
13004
  /******/
12997
13005
  /******/ /* webpack/runtime/compat get default export */
12998
13006
  /******/ (() => {
12999
13007
  /******/ // getDefaultExport function for compatibility with non-harmony modules
13000
- /******/ __webpack_require__.n = (module) => {
13008
+ /******/ __nested_webpack_require_416214__.n = (module) => {
13001
13009
  /******/ var getter = module && module.__esModule ?
13002
13010
  /******/ () => (module['default']) :
13003
13011
  /******/ () => (module);
13004
- /******/ __webpack_require__.d(getter, { a: getter });
13012
+ /******/ __nested_webpack_require_416214__.d(getter, { a: getter });
13005
13013
  /******/ return getter;
13006
13014
  /******/ };
13007
13015
  /******/ })();
@@ -13009,9 +13017,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13009
13017
  /******/ /* webpack/runtime/define property getters */
13010
13018
  /******/ (() => {
13011
13019
  /******/ // define getter functions for harmony exports
13012
- /******/ __webpack_require__.d = (exports, definition) => {
13020
+ /******/ __nested_webpack_require_416214__.d = (exports, definition) => {
13013
13021
  /******/ for(var key in definition) {
13014
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13022
+ /******/ if(__nested_webpack_require_416214__.o(definition, key) && !__nested_webpack_require_416214__.o(exports, key)) {
13015
13023
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
13016
13024
  /******/ }
13017
13025
  /******/ }
@@ -13020,7 +13028,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13020
13028
  /******/
13021
13029
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
13022
13030
  /******/ (() => {
13023
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13031
+ /******/ __nested_webpack_require_416214__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13024
13032
  /******/ })();
13025
13033
  /******/
13026
13034
  /************************************************************************/
@@ -13028,16 +13036,18 @@ var __webpack_exports__ = {};
13028
13036
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
13029
13037
  (() => {
13030
13038
  "use strict";
13031
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
13032
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13033
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
13034
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13035
- /* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5687);
13036
- /* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxpopover__WEBPACK_IMPORTED_MODULE_2__);
13039
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_416214__(5459);
13040
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_416214__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13041
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_416214__(7351);
13042
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_416214__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13043
+ /* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_416214__(5687);
13044
+ /* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_416214__.n(_jqxpopover__WEBPACK_IMPORTED_MODULE_2__);
13037
13045
 
13038
13046
 
13039
13047
 
13040
13048
  })();
13041
13049
 
13050
+ /******/ })()
13051
+ ;
13042
13052
  /******/ })()
13043
13053
  ;
@@ -4,11 +4,19 @@ 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
 
10
18
  /***/ 5459:
11
- /***/ ((module, exports, __webpack_require__) => {
19
+ /***/ ((module, exports, __nested_webpack_require_227__) => {
12
20
 
13
21
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
14
22
  /* eslint-disable */
@@ -8188,7 +8196,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8188
8196
  // file names, and JQXLite is normally delivered in a lowercase file name.
8189
8197
  // Do this after creating the global so that if an AMD module wants to call
8190
8198
  // noConflict to hide this version of JQXLite, it will work.
8191
- if ( true && __webpack_require__.amdO.JQXLite) {
8199
+ if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
8192
8200
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
8193
8201
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
8194
8202
  }
@@ -11977,7 +11985,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11977
11985
  /******/ var __webpack_module_cache__ = {};
11978
11986
  /******/
11979
11987
  /******/ // The require function
11980
- /******/ function __webpack_require__(moduleId) {
11988
+ /******/ function __nested_webpack_require_371080__(moduleId) {
11981
11989
  /******/ // Check if module is in cache
11982
11990
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
11983
11991
  /******/ if (cachedModule !== undefined) {
@@ -11991,7 +11999,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11991
11999
  /******/ };
11992
12000
  /******/
11993
12001
  /******/ // Execute the module function
11994
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12002
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_371080__);
11995
12003
  /******/
11996
12004
  /******/ // Return the exports of the module
11997
12005
  /******/ return module.exports;
@@ -12000,17 +12008,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12000
12008
  /************************************************************************/
12001
12009
  /******/ /* webpack/runtime/amd options */
12002
12010
  /******/ (() => {
12003
- /******/ __webpack_require__.amdO = {};
12011
+ /******/ __nested_webpack_require_371080__.amdO = {};
12004
12012
  /******/ })();
12005
12013
  /******/
12006
12014
  /******/ /* webpack/runtime/compat get default export */
12007
12015
  /******/ (() => {
12008
12016
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12009
- /******/ __webpack_require__.n = (module) => {
12017
+ /******/ __nested_webpack_require_371080__.n = (module) => {
12010
12018
  /******/ var getter = module && module.__esModule ?
12011
12019
  /******/ () => (module['default']) :
12012
12020
  /******/ () => (module);
12013
- /******/ __webpack_require__.d(getter, { a: getter });
12021
+ /******/ __nested_webpack_require_371080__.d(getter, { a: getter });
12014
12022
  /******/ return getter;
12015
12023
  /******/ };
12016
12024
  /******/ })();
@@ -12018,9 +12026,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12018
12026
  /******/ /* webpack/runtime/define property getters */
12019
12027
  /******/ (() => {
12020
12028
  /******/ // define getter functions for harmony exports
12021
- /******/ __webpack_require__.d = (exports, definition) => {
12029
+ /******/ __nested_webpack_require_371080__.d = (exports, definition) => {
12022
12030
  /******/ for(var key in definition) {
12023
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12031
+ /******/ if(__nested_webpack_require_371080__.o(definition, key) && !__nested_webpack_require_371080__.o(exports, key)) {
12024
12032
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12025
12033
  /******/ }
12026
12034
  /******/ }
@@ -12029,7 +12037,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12029
12037
  /******/
12030
12038
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12031
12039
  /******/ (() => {
12032
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12040
+ /******/ __nested_webpack_require_371080__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12033
12041
  /******/ })();
12034
12042
  /******/
12035
12043
  /************************************************************************/
@@ -12037,13 +12045,15 @@ var __webpack_exports__ = {};
12037
12045
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12038
12046
  (() => {
12039
12047
  "use strict";
12040
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12041
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12042
- /* harmony import */ var _jqxprogressbar__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2914);
12043
- /* harmony import */ var _jqxprogressbar__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxprogressbar__WEBPACK_IMPORTED_MODULE_1__);
12048
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_371080__(5459);
12049
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_371080__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12050
+ /* harmony import */ var _jqxprogressbar__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_371080__(2914);
12051
+ /* harmony import */ var _jqxprogressbar__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_371080__.n(_jqxprogressbar__WEBPACK_IMPORTED_MODULE_1__);
12044
12052
 
12045
12053
 
12046
12054
  })();
12047
12055
 
12056
+ /******/ })()
12057
+ ;
12048
12058
  /******/ })()
12049
12059
  ;