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
  }
@@ -63373,7 +63381,7 @@ var saveAs = window.jqxSaveAs = saveAs
63373
63381
  /******/ var __webpack_module_cache__ = {};
63374
63382
  /******/
63375
63383
  /******/ // The require function
63376
- /******/ function __webpack_require__(moduleId) {
63384
+ /******/ function __nested_webpack_require_2583843__(moduleId) {
63377
63385
  /******/ // Check if module is in cache
63378
63386
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
63379
63387
  /******/ if (cachedModule !== undefined) {
@@ -63387,7 +63395,7 @@ var saveAs = window.jqxSaveAs = saveAs
63387
63395
  /******/ };
63388
63396
  /******/
63389
63397
  /******/ // Execute the module function
63390
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
63398
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2583843__);
63391
63399
  /******/
63392
63400
  /******/ // Return the exports of the module
63393
63401
  /******/ return module.exports;
@@ -63396,17 +63404,17 @@ var saveAs = window.jqxSaveAs = saveAs
63396
63404
  /************************************************************************/
63397
63405
  /******/ /* webpack/runtime/amd options */
63398
63406
  /******/ (() => {
63399
- /******/ __webpack_require__.amdO = {};
63407
+ /******/ __nested_webpack_require_2583843__.amdO = {};
63400
63408
  /******/ })();
63401
63409
  /******/
63402
63410
  /******/ /* webpack/runtime/compat get default export */
63403
63411
  /******/ (() => {
63404
63412
  /******/ // getDefaultExport function for compatibility with non-harmony modules
63405
- /******/ __webpack_require__.n = (module) => {
63413
+ /******/ __nested_webpack_require_2583843__.n = (module) => {
63406
63414
  /******/ var getter = module && module.__esModule ?
63407
63415
  /******/ () => (module['default']) :
63408
63416
  /******/ () => (module);
63409
- /******/ __webpack_require__.d(getter, { a: getter });
63417
+ /******/ __nested_webpack_require_2583843__.d(getter, { a: getter });
63410
63418
  /******/ return getter;
63411
63419
  /******/ };
63412
63420
  /******/ })();
@@ -63414,9 +63422,9 @@ var saveAs = window.jqxSaveAs = saveAs
63414
63422
  /******/ /* webpack/runtime/define property getters */
63415
63423
  /******/ (() => {
63416
63424
  /******/ // define getter functions for harmony exports
63417
- /******/ __webpack_require__.d = (exports, definition) => {
63425
+ /******/ __nested_webpack_require_2583843__.d = (exports, definition) => {
63418
63426
  /******/ for(var key in definition) {
63419
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
63427
+ /******/ if(__nested_webpack_require_2583843__.o(definition, key) && !__nested_webpack_require_2583843__.o(exports, key)) {
63420
63428
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
63421
63429
  /******/ }
63422
63430
  /******/ }
@@ -63425,7 +63433,7 @@ var saveAs = window.jqxSaveAs = saveAs
63425
63433
  /******/
63426
63434
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
63427
63435
  /******/ (() => {
63428
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
63436
+ /******/ __nested_webpack_require_2583843__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
63429
63437
  /******/ })();
63430
63438
  /******/
63431
63439
  /************************************************************************/
@@ -63433,42 +63441,42 @@ var __webpack_exports__ = {};
63433
63441
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
63434
63442
  (() => {
63435
63443
  "use strict";
63436
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
63437
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
63438
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
63439
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
63440
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
63441
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
63442
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
63443
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
63444
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
63445
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
63446
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
63447
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
63448
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
63449
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
63450
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
63451
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
63452
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
63453
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
63454
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
63455
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
63456
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
63457
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
63458
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
63459
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
63460
- /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(6217);
63461
- /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__);
63462
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(4545);
63463
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__);
63464
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(2497);
63465
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_14__);
63466
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(5725);
63467
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_15__);
63468
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(4993);
63469
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__);
63470
- /* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(281);
63471
- /* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxform__WEBPACK_IMPORTED_MODULE_17__);
63444
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2583843__(5459);
63445
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
63446
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2583843__(4198);
63447
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
63448
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2583843__(3907);
63449
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
63450
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2583843__(714);
63451
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
63452
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2583843__(7351);
63453
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
63454
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2583843__(7196);
63455
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
63456
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2583843__(4240);
63457
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
63458
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2583843__(1610);
63459
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
63460
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2583843__(1062);
63461
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
63462
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2583843__(5868);
63463
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
63464
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2583843__(4720);
63465
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
63466
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2583843__(7995);
63467
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
63468
+ /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2583843__(6217);
63469
+ /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__);
63470
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2583843__(4545);
63471
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__);
63472
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2583843__(2497);
63473
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_14__);
63474
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2583843__(5725);
63475
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_15__);
63476
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2583843__(4993);
63477
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__);
63478
+ /* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_2583843__(281);
63479
+ /* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxform__WEBPACK_IMPORTED_MODULE_17__);
63472
63480
 
63473
63481
 
63474
63482
 
@@ -63489,5 +63497,7 @@ var __webpack_exports__ = {};
63489
63497
 
63490
63498
  })();
63491
63499
 
63500
+ /******/ })()
63501
+ ;
63492
63502
  /******/ })()
63493
63503
  ;
@@ -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
 
@@ -6746,7 +6754,7 @@ document.Globalize = Globalize;
6746
6754
  /***/ }),
6747
6755
 
6748
6756
  /***/ 5459:
6749
- /***/ ((module, exports, __webpack_require__) => {
6757
+ /***/ ((module, exports, __nested_webpack_require_272150__) => {
6750
6758
 
6751
6759
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
6752
6760
  /* eslint-disable */
@@ -14926,7 +14934,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14926
14934
  // file names, and JQXLite is normally delivered in a lowercase file name.
14927
14935
  // Do this after creating the global so that if an AMD module wants to call
14928
14936
  // noConflict to hide this version of JQXLite, it will work.
14929
- if ( true && __webpack_require__.amdO.JQXLite) {
14937
+ if ( true && __nested_webpack_require_272150__.amdO.JQXLite) {
14930
14938
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
14931
14939
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
14932
14940
  }
@@ -51930,7 +51938,7 @@ var saveAs = window.jqxSaveAs = saveAs
51930
51938
  /******/ var __webpack_module_cache__ = {};
51931
51939
  /******/
51932
51940
  /******/ // The require function
51933
- /******/ function __webpack_require__(moduleId) {
51941
+ /******/ function __nested_webpack_require_2088726__(moduleId) {
51934
51942
  /******/ // Check if module is in cache
51935
51943
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
51936
51944
  /******/ if (cachedModule !== undefined) {
@@ -51944,7 +51952,7 @@ var saveAs = window.jqxSaveAs = saveAs
51944
51952
  /******/ };
51945
51953
  /******/
51946
51954
  /******/ // Execute the module function
51947
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
51955
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2088726__);
51948
51956
  /******/
51949
51957
  /******/ // Return the exports of the module
51950
51958
  /******/ return module.exports;
@@ -51953,17 +51961,17 @@ var saveAs = window.jqxSaveAs = saveAs
51953
51961
  /************************************************************************/
51954
51962
  /******/ /* webpack/runtime/amd options */
51955
51963
  /******/ (() => {
51956
- /******/ __webpack_require__.amdO = {};
51964
+ /******/ __nested_webpack_require_2088726__.amdO = {};
51957
51965
  /******/ })();
51958
51966
  /******/
51959
51967
  /******/ /* webpack/runtime/compat get default export */
51960
51968
  /******/ (() => {
51961
51969
  /******/ // getDefaultExport function for compatibility with non-harmony modules
51962
- /******/ __webpack_require__.n = (module) => {
51970
+ /******/ __nested_webpack_require_2088726__.n = (module) => {
51963
51971
  /******/ var getter = module && module.__esModule ?
51964
51972
  /******/ () => (module['default']) :
51965
51973
  /******/ () => (module);
51966
- /******/ __webpack_require__.d(getter, { a: getter });
51974
+ /******/ __nested_webpack_require_2088726__.d(getter, { a: getter });
51967
51975
  /******/ return getter;
51968
51976
  /******/ };
51969
51977
  /******/ })();
@@ -51971,9 +51979,9 @@ var saveAs = window.jqxSaveAs = saveAs
51971
51979
  /******/ /* webpack/runtime/define property getters */
51972
51980
  /******/ (() => {
51973
51981
  /******/ // define getter functions for harmony exports
51974
- /******/ __webpack_require__.d = (exports, definition) => {
51982
+ /******/ __nested_webpack_require_2088726__.d = (exports, definition) => {
51975
51983
  /******/ for(var key in definition) {
51976
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
51984
+ /******/ if(__nested_webpack_require_2088726__.o(definition, key) && !__nested_webpack_require_2088726__.o(exports, key)) {
51977
51985
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
51978
51986
  /******/ }
51979
51987
  /******/ }
@@ -51982,7 +51990,7 @@ var saveAs = window.jqxSaveAs = saveAs
51982
51990
  /******/
51983
51991
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
51984
51992
  /******/ (() => {
51985
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
51993
+ /******/ __nested_webpack_require_2088726__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
51986
51994
  /******/ })();
51987
51995
  /******/
51988
51996
  /************************************************************************/
@@ -51990,34 +51998,34 @@ var __webpack_exports__ = {};
51990
51998
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
51991
51999
  (() => {
51992
52000
  "use strict";
51993
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
51994
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
51995
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
51996
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
51997
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
51998
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
51999
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
52000
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
52001
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
52002
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
52003
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
52004
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
52005
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
52006
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
52007
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
52008
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
52009
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
52010
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
52011
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
52012
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
52013
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
52014
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
52015
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
52016
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
52017
- /* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(1282);
52018
- /* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__);
52019
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
52020
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
52001
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2088726__(5459);
52002
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
52003
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2088726__(4198);
52004
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
52005
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2088726__(3907);
52006
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
52007
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2088726__(714);
52008
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
52009
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2088726__(7351);
52010
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
52011
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2088726__(7196);
52012
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
52013
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2088726__(4240);
52014
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
52015
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2088726__(1610);
52016
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
52017
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2088726__(1062);
52018
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
52019
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2088726__(5868);
52020
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
52021
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2088726__(4720);
52022
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
52023
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2088726__(7995);
52024
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
52025
+ /* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2088726__(1282);
52026
+ /* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__);
52027
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2088726__(2497);
52028
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
52021
52029
 
52022
52030
 
52023
52031
 
@@ -52034,5 +52042,7 @@ var __webpack_exports__ = {};
52034
52042
 
52035
52043
  })();
52036
52044
 
52045
+ /******/ })()
52046
+ ;
52037
52047
  /******/ })()
52038
52048
  ;
@@ -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
  }
@@ -12496,7 +12504,7 @@ delete window.jqxWindow;
12496
12504
  /******/ var __webpack_module_cache__ = {};
12497
12505
  /******/
12498
12506
  /******/ // The require function
12499
- /******/ function __webpack_require__(moduleId) {
12507
+ /******/ function __nested_webpack_require_1844819__(moduleId) {
12500
12508
  /******/ // Check if module is in cache
12501
12509
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12502
12510
  /******/ if (cachedModule !== undefined) {
@@ -12510,7 +12518,7 @@ delete window.jqxWindow;
12510
12518
  /******/ };
12511
12519
  /******/
12512
12520
  /******/ // Execute the module function
12513
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12521
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1844819__);
12514
12522
  /******/
12515
12523
  /******/ // Return the exports of the module
12516
12524
  /******/ return module.exports;
@@ -12519,17 +12527,17 @@ delete window.jqxWindow;
12519
12527
  /************************************************************************/
12520
12528
  /******/ /* webpack/runtime/amd options */
12521
12529
  /******/ (() => {
12522
- /******/ __webpack_require__.amdO = {};
12530
+ /******/ __nested_webpack_require_1844819__.amdO = {};
12523
12531
  /******/ })();
12524
12532
  /******/
12525
12533
  /******/ /* webpack/runtime/compat get default export */
12526
12534
  /******/ (() => {
12527
12535
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12528
- /******/ __webpack_require__.n = (module) => {
12536
+ /******/ __nested_webpack_require_1844819__.n = (module) => {
12529
12537
  /******/ var getter = module && module.__esModule ?
12530
12538
  /******/ () => (module['default']) :
12531
12539
  /******/ () => (module);
12532
- /******/ __webpack_require__.d(getter, { a: getter });
12540
+ /******/ __nested_webpack_require_1844819__.d(getter, { a: getter });
12533
12541
  /******/ return getter;
12534
12542
  /******/ };
12535
12543
  /******/ })();
@@ -12537,9 +12545,9 @@ delete window.jqxWindow;
12537
12545
  /******/ /* webpack/runtime/define property getters */
12538
12546
  /******/ (() => {
12539
12547
  /******/ // define getter functions for harmony exports
12540
- /******/ __webpack_require__.d = (exports, definition) => {
12548
+ /******/ __nested_webpack_require_1844819__.d = (exports, definition) => {
12541
12549
  /******/ for(var key in definition) {
12542
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12550
+ /******/ if(__nested_webpack_require_1844819__.o(definition, key) && !__nested_webpack_require_1844819__.o(exports, key)) {
12543
12551
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12544
12552
  /******/ }
12545
12553
  /******/ }
@@ -12548,7 +12556,7 @@ delete window.jqxWindow;
12548
12556
  /******/
12549
12557
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12550
12558
  /******/ (() => {
12551
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12559
+ /******/ __nested_webpack_require_1844819__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12552
12560
  /******/ })();
12553
12561
  /******/
12554
12562
  /************************************************************************/
@@ -12556,16 +12564,18 @@ var __webpack_exports__ = {};
12556
12564
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12557
12565
  (() => {
12558
12566
  "use strict";
12559
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12560
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12561
- /* harmony import */ var _jqxgantt_api__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4452);
12562
- /* harmony import */ var _jqxgantt_api__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxgantt_api__WEBPACK_IMPORTED_MODULE_1__);
12563
- /* harmony import */ var _jqxgantt__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6309);
12564
- /* harmony import */ var _jqxgantt__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxgantt__WEBPACK_IMPORTED_MODULE_2__);
12567
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1844819__(5459);
12568
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1844819__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12569
+ /* harmony import */ var _jqxgantt_api__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1844819__(4452);
12570
+ /* harmony import */ var _jqxgantt_api__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1844819__.n(_jqxgantt_api__WEBPACK_IMPORTED_MODULE_1__);
12571
+ /* harmony import */ var _jqxgantt__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1844819__(6309);
12572
+ /* harmony import */ var _jqxgantt__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1844819__.n(_jqxgantt__WEBPACK_IMPORTED_MODULE_2__);
12565
12573
 
12566
12574
 
12567
12575
 
12568
12576
  })();
12569
12577
 
12578
+ /******/ })()
12579
+ ;
12570
12580
  /******/ })()
12571
12581
  ;
@@ -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
  ;