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
  }
@@ -63366,7 +63374,7 @@ var saveAs = window.jqxSaveAs = saveAs
63366
63374
  /******/ var __webpack_module_cache__ = {};
63367
63375
  /******/
63368
63376
  /******/ // The require function
63369
- /******/ function __webpack_require__(moduleId) {
63377
+ /******/ function __nested_webpack_require_2601364__(moduleId) {
63370
63378
  /******/ // Check if module is in cache
63371
63379
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
63372
63380
  /******/ if (cachedModule !== undefined) {
@@ -63380,7 +63388,7 @@ var saveAs = window.jqxSaveAs = saveAs
63380
63388
  /******/ };
63381
63389
  /******/
63382
63390
  /******/ // Execute the module function
63383
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
63391
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2601364__);
63384
63392
  /******/
63385
63393
  /******/ // Return the exports of the module
63386
63394
  /******/ return module.exports;
@@ -63389,17 +63397,17 @@ var saveAs = window.jqxSaveAs = saveAs
63389
63397
  /************************************************************************/
63390
63398
  /******/ /* webpack/runtime/amd options */
63391
63399
  /******/ (() => {
63392
- /******/ __webpack_require__.amdO = {};
63400
+ /******/ __nested_webpack_require_2601364__.amdO = {};
63393
63401
  /******/ })();
63394
63402
  /******/
63395
63403
  /******/ /* webpack/runtime/compat get default export */
63396
63404
  /******/ (() => {
63397
63405
  /******/ // getDefaultExport function for compatibility with non-harmony modules
63398
- /******/ __webpack_require__.n = (module) => {
63406
+ /******/ __nested_webpack_require_2601364__.n = (module) => {
63399
63407
  /******/ var getter = module && module.__esModule ?
63400
63408
  /******/ () => (module['default']) :
63401
63409
  /******/ () => (module);
63402
- /******/ __webpack_require__.d(getter, { a: getter });
63410
+ /******/ __nested_webpack_require_2601364__.d(getter, { a: getter });
63403
63411
  /******/ return getter;
63404
63412
  /******/ };
63405
63413
  /******/ })();
@@ -63407,9 +63415,9 @@ var saveAs = window.jqxSaveAs = saveAs
63407
63415
  /******/ /* webpack/runtime/define property getters */
63408
63416
  /******/ (() => {
63409
63417
  /******/ // define getter functions for harmony exports
63410
- /******/ __webpack_require__.d = (exports, definition) => {
63418
+ /******/ __nested_webpack_require_2601364__.d = (exports, definition) => {
63411
63419
  /******/ for(var key in definition) {
63412
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
63420
+ /******/ if(__nested_webpack_require_2601364__.o(definition, key) && !__nested_webpack_require_2601364__.o(exports, key)) {
63413
63421
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
63414
63422
  /******/ }
63415
63423
  /******/ }
@@ -63418,7 +63426,7 @@ var saveAs = window.jqxSaveAs = saveAs
63418
63426
  /******/
63419
63427
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
63420
63428
  /******/ (() => {
63421
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
63429
+ /******/ __nested_webpack_require_2601364__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
63422
63430
  /******/ })();
63423
63431
  /******/
63424
63432
  /************************************************************************/
@@ -63426,42 +63434,42 @@ var __webpack_exports__ = {};
63426
63434
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
63427
63435
  (() => {
63428
63436
  "use strict";
63429
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
63430
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
63431
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
63432
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
63433
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
63434
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
63435
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
63436
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
63437
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
63438
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
63439
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
63440
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
63441
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
63442
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
63443
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
63444
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
63445
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
63446
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
63447
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
63448
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
63449
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
63450
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
63451
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
63452
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
63453
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
63454
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
63455
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
63456
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
63457
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
63458
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
63459
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
63460
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
63461
- /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(5875);
63462
- /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxinput__WEBPACK_IMPORTED_MODULE_16__);
63463
- /* harmony import */ var _jqxtoolbar__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(6167);
63464
- /* harmony import */ var _jqxtoolbar__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxtoolbar__WEBPACK_IMPORTED_MODULE_17__);
63437
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2601364__(5459);
63438
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
63439
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2601364__(4198);
63440
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
63441
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2601364__(3907);
63442
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
63443
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2601364__(714);
63444
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
63445
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2601364__(7351);
63446
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
63447
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2601364__(7196);
63448
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
63449
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2601364__(4240);
63450
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
63451
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2601364__(1610);
63452
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
63453
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2601364__(1062);
63454
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
63455
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2601364__(5868);
63456
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
63457
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2601364__(4720);
63458
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
63459
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2601364__(7995);
63460
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
63461
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2601364__(4545);
63462
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
63463
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2601364__(2497);
63464
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
63465
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2601364__(5725);
63466
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
63467
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2601364__(4993);
63468
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
63469
+ /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2601364__(5875);
63470
+ /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxinput__WEBPACK_IMPORTED_MODULE_16__);
63471
+ /* harmony import */ var _jqxtoolbar__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_2601364__(6167);
63472
+ /* harmony import */ var _jqxtoolbar__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_2601364__.n(_jqxtoolbar__WEBPACK_IMPORTED_MODULE_17__);
63465
63473
 
63466
63474
 
63467
63475
 
@@ -63483,5 +63491,7 @@ var __webpack_exports__ = {};
63483
63491
 
63484
63492
  })();
63485
63493
 
63494
+ /******/ })()
63495
+ ;
63486
63496
  /******/ })()
63487
63497
  ;
@@ -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
  }
@@ -12365,7 +12373,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12365
12373
  /******/ var __webpack_module_cache__ = {};
12366
12374
  /******/
12367
12375
  /******/ // The require function
12368
- /******/ function __webpack_require__(moduleId) {
12376
+ /******/ function __nested_webpack_require_398939__(moduleId) {
12369
12377
  /******/ // Check if module is in cache
12370
12378
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12371
12379
  /******/ if (cachedModule !== undefined) {
@@ -12379,7 +12387,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12379
12387
  /******/ };
12380
12388
  /******/
12381
12389
  /******/ // Execute the module function
12382
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12390
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_398939__);
12383
12391
  /******/
12384
12392
  /******/ // Return the exports of the module
12385
12393
  /******/ return module.exports;
@@ -12388,17 +12396,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12388
12396
  /************************************************************************/
12389
12397
  /******/ /* webpack/runtime/amd options */
12390
12398
  /******/ (() => {
12391
- /******/ __webpack_require__.amdO = {};
12399
+ /******/ __nested_webpack_require_398939__.amdO = {};
12392
12400
  /******/ })();
12393
12401
  /******/
12394
12402
  /******/ /* webpack/runtime/compat get default export */
12395
12403
  /******/ (() => {
12396
12404
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12397
- /******/ __webpack_require__.n = (module) => {
12405
+ /******/ __nested_webpack_require_398939__.n = (module) => {
12398
12406
  /******/ var getter = module && module.__esModule ?
12399
12407
  /******/ () => (module['default']) :
12400
12408
  /******/ () => (module);
12401
- /******/ __webpack_require__.d(getter, { a: getter });
12409
+ /******/ __nested_webpack_require_398939__.d(getter, { a: getter });
12402
12410
  /******/ return getter;
12403
12411
  /******/ };
12404
12412
  /******/ })();
@@ -12406,9 +12414,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12406
12414
  /******/ /* webpack/runtime/define property getters */
12407
12415
  /******/ (() => {
12408
12416
  /******/ // define getter functions for harmony exports
12409
- /******/ __webpack_require__.d = (exports, definition) => {
12417
+ /******/ __nested_webpack_require_398939__.d = (exports, definition) => {
12410
12418
  /******/ for(var key in definition) {
12411
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12419
+ /******/ if(__nested_webpack_require_398939__.o(definition, key) && !__nested_webpack_require_398939__.o(exports, key)) {
12412
12420
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12413
12421
  /******/ }
12414
12422
  /******/ }
@@ -12417,7 +12425,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12417
12425
  /******/
12418
12426
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12419
12427
  /******/ (() => {
12420
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12428
+ /******/ __nested_webpack_require_398939__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12421
12429
  /******/ })();
12422
12430
  /******/
12423
12431
  /************************************************************************/
@@ -12425,13 +12433,15 @@ var __webpack_exports__ = {};
12425
12433
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12426
12434
  (() => {
12427
12435
  "use strict";
12428
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12429
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12430
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3899);
12431
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_1__);
12436
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_398939__(5459);
12437
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_398939__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12438
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_398939__(3899);
12439
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_398939__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_1__);
12432
12440
 
12433
12441
 
12434
12442
  })();
12435
12443
 
12444
+ /******/ })()
12445
+ ;
12436
12446
  /******/ })()
12437
12447
  ;
@@ -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
 
@@ -2044,7 +2052,7 @@ License: https://jqwidgets.com/license/ */
2044
2052
  /***/ }),
2045
2053
 
2046
2054
  /***/ 5459:
2047
- /***/ ((module, exports, __webpack_require__) => {
2055
+ /***/ ((module, exports, __nested_webpack_require_84851__) => {
2048
2056
 
2049
2057
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
2050
2058
  /* eslint-disable */
@@ -10224,7 +10232,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10224
10232
  // file names, and JQXLite is normally delivered in a lowercase file name.
10225
10233
  // Do this after creating the global so that if an AMD module wants to call
10226
10234
  // noConflict to hide this version of JQXLite, it will work.
10227
- if ( true && __webpack_require__.amdO.JQXLite) {
10235
+ if ( true && __nested_webpack_require_84851__.amdO.JQXLite) {
10228
10236
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10229
10237
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10230
10238
  }
@@ -26932,7 +26940,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26932
26940
  /******/ var __webpack_module_cache__ = {};
26933
26941
  /******/
26934
26942
  /******/ // The require function
26935
- /******/ function __webpack_require__(moduleId) {
26943
+ /******/ function __nested_webpack_require_1024781__(moduleId) {
26936
26944
  /******/ // Check if module is in cache
26937
26945
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
26938
26946
  /******/ if (cachedModule !== undefined) {
@@ -26946,7 +26954,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26946
26954
  /******/ };
26947
26955
  /******/
26948
26956
  /******/ // Execute the module function
26949
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
26957
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1024781__);
26950
26958
  /******/
26951
26959
  /******/ // Return the exports of the module
26952
26960
  /******/ return module.exports;
@@ -26955,17 +26963,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26955
26963
  /************************************************************************/
26956
26964
  /******/ /* webpack/runtime/amd options */
26957
26965
  /******/ (() => {
26958
- /******/ __webpack_require__.amdO = {};
26966
+ /******/ __nested_webpack_require_1024781__.amdO = {};
26959
26967
  /******/ })();
26960
26968
  /******/
26961
26969
  /******/ /* webpack/runtime/compat get default export */
26962
26970
  /******/ (() => {
26963
26971
  /******/ // getDefaultExport function for compatibility with non-harmony modules
26964
- /******/ __webpack_require__.n = (module) => {
26972
+ /******/ __nested_webpack_require_1024781__.n = (module) => {
26965
26973
  /******/ var getter = module && module.__esModule ?
26966
26974
  /******/ () => (module['default']) :
26967
26975
  /******/ () => (module);
26968
- /******/ __webpack_require__.d(getter, { a: getter });
26976
+ /******/ __nested_webpack_require_1024781__.d(getter, { a: getter });
26969
26977
  /******/ return getter;
26970
26978
  /******/ };
26971
26979
  /******/ })();
@@ -26973,9 +26981,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26973
26981
  /******/ /* webpack/runtime/define property getters */
26974
26982
  /******/ (() => {
26975
26983
  /******/ // define getter functions for harmony exports
26976
- /******/ __webpack_require__.d = (exports, definition) => {
26984
+ /******/ __nested_webpack_require_1024781__.d = (exports, definition) => {
26977
26985
  /******/ for(var key in definition) {
26978
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
26986
+ /******/ if(__nested_webpack_require_1024781__.o(definition, key) && !__nested_webpack_require_1024781__.o(exports, key)) {
26979
26987
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
26980
26988
  /******/ }
26981
26989
  /******/ }
@@ -26984,7 +26992,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26984
26992
  /******/
26985
26993
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
26986
26994
  /******/ (() => {
26987
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
26995
+ /******/ __nested_webpack_require_1024781__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
26988
26996
  /******/ })();
26989
26997
  /******/
26990
26998
  /************************************************************************/
@@ -26992,22 +27000,22 @@ var __webpack_exports__ = {};
26992
27000
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
26993
27001
  (() => {
26994
27002
  "use strict";
26995
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
26996
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
26997
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
26998
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
26999
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7351);
27000
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
27001
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
27002
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
27003
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(4545);
27004
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__);
27005
- /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(678);
27006
- /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxpanel__WEBPACK_IMPORTED_MODULE_5__);
27007
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(3601);
27008
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__);
27009
- /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1746);
27010
- /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxtree__WEBPACK_IMPORTED_MODULE_7__);
27003
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1024781__(5459);
27004
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
27005
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1024781__(4198);
27006
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
27007
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1024781__(7351);
27008
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
27009
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1024781__(4240);
27010
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
27011
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1024781__(4545);
27012
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__);
27013
+ /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1024781__(678);
27014
+ /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxpanel__WEBPACK_IMPORTED_MODULE_5__);
27015
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1024781__(3601);
27016
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__);
27017
+ /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1024781__(1746);
27018
+ /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxtree__WEBPACK_IMPORTED_MODULE_7__);
27011
27019
 
27012
27020
 
27013
27021
 
@@ -27018,5 +27026,7 @@ var __webpack_exports__ = {};
27018
27026
 
27019
27027
  })();
27020
27028
 
27029
+ /******/ })()
27030
+ ;
27021
27031
  /******/ })()
27022
27032
  ;
@@ -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
  }
@@ -74970,7 +74978,7 @@ var saveAs = window.jqxSaveAs = saveAs
74970
74978
  /******/ var __webpack_module_cache__ = {};
74971
74979
  /******/
74972
74980
  /******/ // The require function
74973
- /******/ function __webpack_require__(moduleId) {
74981
+ /******/ function __nested_webpack_require_3184054__(moduleId) {
74974
74982
  /******/ // Check if module is in cache
74975
74983
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
74976
74984
  /******/ if (cachedModule !== undefined) {
@@ -74984,7 +74992,7 @@ var saveAs = window.jqxSaveAs = saveAs
74984
74992
  /******/ };
74985
74993
  /******/
74986
74994
  /******/ // Execute the module function
74987
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
74995
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3184054__);
74988
74996
  /******/
74989
74997
  /******/ // Return the exports of the module
74990
74998
  /******/ return module.exports;
@@ -74993,17 +75001,17 @@ var saveAs = window.jqxSaveAs = saveAs
74993
75001
  /************************************************************************/
74994
75002
  /******/ /* webpack/runtime/amd options */
74995
75003
  /******/ (() => {
74996
- /******/ __webpack_require__.amdO = {};
75004
+ /******/ __nested_webpack_require_3184054__.amdO = {};
74997
75005
  /******/ })();
74998
75006
  /******/
74999
75007
  /******/ /* webpack/runtime/compat get default export */
75000
75008
  /******/ (() => {
75001
75009
  /******/ // getDefaultExport function for compatibility with non-harmony modules
75002
- /******/ __webpack_require__.n = (module) => {
75010
+ /******/ __nested_webpack_require_3184054__.n = (module) => {
75003
75011
  /******/ var getter = module && module.__esModule ?
75004
75012
  /******/ () => (module['default']) :
75005
75013
  /******/ () => (module);
75006
- /******/ __webpack_require__.d(getter, { a: getter });
75014
+ /******/ __nested_webpack_require_3184054__.d(getter, { a: getter });
75007
75015
  /******/ return getter;
75008
75016
  /******/ };
75009
75017
  /******/ })();
@@ -75011,9 +75019,9 @@ var saveAs = window.jqxSaveAs = saveAs
75011
75019
  /******/ /* webpack/runtime/define property getters */
75012
75020
  /******/ (() => {
75013
75021
  /******/ // define getter functions for harmony exports
75014
- /******/ __webpack_require__.d = (exports, definition) => {
75022
+ /******/ __nested_webpack_require_3184054__.d = (exports, definition) => {
75015
75023
  /******/ for(var key in definition) {
75016
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
75024
+ /******/ if(__nested_webpack_require_3184054__.o(definition, key) && !__nested_webpack_require_3184054__.o(exports, key)) {
75017
75025
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
75018
75026
  /******/ }
75019
75027
  /******/ }
@@ -75022,7 +75030,7 @@ var saveAs = window.jqxSaveAs = saveAs
75022
75030
  /******/
75023
75031
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
75024
75032
  /******/ (() => {
75025
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
75033
+ /******/ __nested_webpack_require_3184054__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
75026
75034
  /******/ })();
75027
75035
  /******/
75028
75036
  /************************************************************************/
@@ -75030,42 +75038,42 @@ var __webpack_exports__ = {};
75030
75038
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
75031
75039
  (() => {
75032
75040
  "use strict";
75033
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
75034
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
75035
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
75036
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
75037
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
75038
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
75039
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
75040
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
75041
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
75042
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
75043
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
75044
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
75045
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
75046
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
75047
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
75048
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
75049
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
75050
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
75051
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
75052
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
75053
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
75054
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
75055
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
75056
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
75057
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
75058
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
75059
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
75060
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
75061
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
75062
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
75063
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
75064
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
75065
- /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(6609);
75066
- /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxdatatable__WEBPACK_IMPORTED_MODULE_16__);
75067
- /* harmony import */ var _jqxtreegrid__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(1699);
75068
- /* harmony import */ var _jqxtreegrid__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxtreegrid__WEBPACK_IMPORTED_MODULE_17__);
75041
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3184054__(5459);
75042
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
75043
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3184054__(4198);
75044
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
75045
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3184054__(3907);
75046
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
75047
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3184054__(714);
75048
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
75049
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3184054__(7351);
75050
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
75051
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3184054__(7196);
75052
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
75053
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3184054__(4240);
75054
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
75055
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3184054__(1610);
75056
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
75057
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3184054__(1062);
75058
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
75059
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3184054__(5868);
75060
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
75061
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3184054__(4720);
75062
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
75063
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3184054__(7995);
75064
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
75065
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3184054__(4545);
75066
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
75067
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3184054__(2497);
75068
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
75069
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3184054__(5725);
75070
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
75071
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3184054__(4993);
75072
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
75073
+ /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3184054__(6609);
75074
+ /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxdatatable__WEBPACK_IMPORTED_MODULE_16__);
75075
+ /* harmony import */ var _jqxtreegrid__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3184054__(1699);
75076
+ /* harmony import */ var _jqxtreegrid__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxtreegrid__WEBPACK_IMPORTED_MODULE_17__);
75069
75077
 
75070
75078
 
75071
75079
 
@@ -75087,5 +75095,7 @@ var __webpack_exports__ = {};
75087
75095
 
75088
75096
  })();
75089
75097
 
75098
+ /******/ })()
75099
+ ;
75090
75100
  /******/ })()
75091
75101
  ;