jqwidgets-ng 23.0.5 → 23.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/jqwidgets/jqx-all.js +4 -28
  2. package/jqwidgets/jqxbarcode.js +0 -6
  3. package/jqwidgets/jqxchart.core.js +1 -1
  4. package/jqwidgets/jqxchart.js +1 -1
  5. package/jqwidgets/jqxcheckboxgroup.js +0 -6
  6. package/jqwidgets/jqxdatatable.js +1 -1
  7. package/jqwidgets/jqxqrcode.js +0 -6
  8. package/jqwidgets/jqxradiobuttongroup.js +0 -6
  9. package/jqwidgets/jqxscheduler.js +1 -1
  10. package/jqwidgets/jqxsplitlayout.js +2 -2455
  11. package/jqwidgets/modules/jqxbarcode.js +15 -65
  12. package/jqwidgets/modules/jqxbargauge.js +17 -67
  13. package/jqwidgets/modules/jqxbulletchart.js +19 -69
  14. package/jqwidgets/modules/jqxbuttongroup.js +17 -67
  15. package/jqwidgets/modules/jqxbuttons.js +15 -65
  16. package/jqwidgets/modules/jqxcalendar.js +21 -71
  17. package/jqwidgets/modules/jqxchart.js +29 -79
  18. package/jqwidgets/modules/jqxcheckbox.js +19 -69
  19. package/jqwidgets/modules/jqxcheckboxgroup.js +19 -69
  20. package/jqwidgets/modules/jqxcolorpicker.js +21 -71
  21. package/jqwidgets/modules/jqxcombobox.js +25 -75
  22. package/jqwidgets/modules/jqxcomplexinput.js +17 -67
  23. package/jqwidgets/modules/jqxdatatable.js +45 -95
  24. package/jqwidgets/modules/jqxdatetimeinput.js +39 -89
  25. package/jqwidgets/modules/jqxdocking.js +19 -69
  26. package/jqwidgets/modules/jqxdockinglayout.js +27 -77
  27. package/jqwidgets/modules/jqxdockpanel.js +17 -67
  28. package/jqwidgets/modules/jqxdragdrop.js +19 -69
  29. package/jqwidgets/modules/jqxdraw.js +15 -65
  30. package/jqwidgets/modules/jqxdropdownbutton.js +17 -67
  31. package/jqwidgets/modules/jqxdropdownlist.js +37 -87
  32. package/jqwidgets/modules/jqxeditor.js +49 -99
  33. package/jqwidgets/modules/jqxexpander.js +23 -73
  34. package/jqwidgets/modules/jqxfileupload.js +19 -69
  35. package/jqwidgets/modules/jqxform.js +48 -98
  36. package/jqwidgets/modules/jqxformattedinput.js +39 -89
  37. package/jqwidgets/modules/jqxgantt.js +17 -67
  38. package/jqwidgets/modules/jqxgauge.js +21 -71
  39. package/jqwidgets/modules/jqxgrid.js +94 -121
  40. package/jqwidgets/modules/jqxheatmap.js +17 -67
  41. package/jqwidgets/modules/jqxinput.js +19 -69
  42. package/jqwidgets/modules/jqxkanban.js +49 -99
  43. package/jqwidgets/modules/jqxknob.js +19 -69
  44. package/jqwidgets/modules/jqxlayout.js +27 -77
  45. package/jqwidgets/modules/jqxlineargauge.js +21 -71
  46. package/jqwidgets/modules/jqxlinkbutton.js +15 -65
  47. package/jqwidgets/modules/jqxlistbox.js +29 -79
  48. package/jqwidgets/modules/jqxlistmenu.js +45 -95
  49. package/jqwidgets/modules/jqxloader.js +15 -65
  50. package/jqwidgets/modules/jqxmaskedinput.js +15 -65
  51. package/jqwidgets/modules/jqxmenu.js +27 -77
  52. package/jqwidgets/modules/jqxnavbar.js +23 -73
  53. package/jqwidgets/modules/jqxnavigationbar.js +31 -81
  54. package/jqwidgets/modules/jqxnotification.js +23 -73
  55. package/jqwidgets/modules/jqxnumberinput.js +29 -79
  56. package/jqwidgets/modules/jqxpanel.js +21 -71
  57. package/jqwidgets/modules/jqxpasswordinput.js +23 -73
  58. package/jqwidgets/modules/jqxpivotdesigner.js +53 -103
  59. package/jqwidgets/modules/jqxpivotgrid.js +53 -103
  60. package/jqwidgets/modules/jqxpopover.js +17 -67
  61. package/jqwidgets/modules/jqxprogressbar.js +15 -65
  62. package/jqwidgets/modules/jqxqrcode.js +23 -73
  63. package/jqwidgets/modules/jqxradiobutongroup.js +19 -69
  64. package/jqwidgets/modules/jqxradiobutton.js +17 -67
  65. package/jqwidgets/modules/jqxrangeselector.js +19 -69
  66. package/jqwidgets/modules/jqxrating.js +17 -67
  67. package/jqwidgets/modules/jqxrepeatbutton.js +15 -65
  68. package/jqwidgets/modules/jqxresponsivepanel.js +17 -67
  69. package/jqwidgets/modules/jqxribbon.js +19 -69
  70. package/jqwidgets/modules/jqxscheduler.js +55 -105
  71. package/jqwidgets/modules/jqxscrollbar.js +17 -67
  72. package/jqwidgets/modules/jqxscrollview.js +17 -67
  73. package/jqwidgets/modules/jqxslider.js +17 -57
  74. package/jqwidgets/modules/jqxsortable.js +14114 -8
  75. package/jqwidgets/modules/jqxsplitlayout.js +11479 -8
  76. package/jqwidgets/modules/jqxsplitter.js +13463 -8
  77. package/jqwidgets/modules/jqxswitchbutton.js +21 -61
  78. package/jqwidgets/modules/jqxtabs.js +29 -69
  79. package/jqwidgets/modules/jqxtagcloud.js +23 -63
  80. package/jqwidgets/modules/jqxtextarea.js +23 -63
  81. package/jqwidgets/modules/jqxtimeline.js +15 -55
  82. package/jqwidgets/modules/jqxtimepicker.js +17 -57
  83. package/jqwidgets/modules/jqxtogglebutton.js +15 -55
  84. package/jqwidgets/modules/jqxtoolbar.js +47 -87
  85. package/jqwidgets/modules/jqxtooltip.js +15 -55
  86. package/jqwidgets/modules/jqxtree.js +27 -67
  87. package/jqwidgets/modules/jqxtreegrid.js +47 -87
  88. package/jqwidgets/modules/jqxtreemap.js +19 -59
  89. package/jqwidgets/modules/jqxvalidator.js +21 -61
  90. package/jqwidgets/modules/jqxwindow.js +17 -57
  91. package/package.json +1 -1
@@ -1,37 +1,5 @@
1
1
 
2
- /* Release Date: Jan-28-2025
3
- Copyright (c) 2011-2025 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Jan-28-2025
11
- Copyright (c) 2011-2025 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Jan-28-2025
19
- Copyright (c) 2011-2025 jQWidgets.
20
- License: https://jqwidgets.com/license/ */
21
-
22
-
23
- /******/ (() => { // webpackBootstrap
24
- var __webpack_exports__ = {};
25
-
26
- /* Release Date: Jan-28-2025
27
- Copyright (c) 2011-2025 jQWidgets.
28
- License: https://jqwidgets.com/license/ */
29
-
30
-
31
- /******/ (() => { // webpackBootstrap
32
- var __webpack_exports__ = {};
33
-
34
- /* Release Date: Jan-28-2025
2
+ /* Release Date: May-26-2025
35
3
  Copyright (c) 2011-2025 jQWidgets.
36
4
  License: https://jqwidgets.com/license/ */
37
5
 
@@ -11458,7 +11426,7 @@ document.Globalize = Globalize;
11458
11426
  /***/ }),
11459
11427
 
11460
11428
  /***/ 5459:
11461
- /***/ ((module, exports, __nested_webpack_require_484119__) => {
11429
+ /***/ ((module, exports, __webpack_require__) => {
11462
11430
 
11463
11431
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
11464
11432
  /* eslint-disable */
@@ -19638,7 +19606,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19638
19606
  // file names, and JQXLite is normally delivered in a lowercase file name.
19639
19607
  // Do this after creating the global so that if an AMD module wants to call
19640
19608
  // noConflict to hide this version of JQXLite, it will work.
19641
- if ( true && __nested_webpack_require_484119__.amdO.JQXLite) {
19609
+ if ( true && __webpack_require__.amdO.JQXLite) {
19642
19610
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
19643
19611
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
19644
19612
  }
@@ -63353,7 +63321,7 @@ var saveAs = window.jqxSaveAs = saveAs
63353
63321
  /******/ var __webpack_module_cache__ = {};
63354
63322
  /******/
63355
63323
  /******/ // The require function
63356
- /******/ function __nested_webpack_require_2600995__(moduleId) {
63324
+ /******/ function __webpack_require__(moduleId) {
63357
63325
  /******/ // Check if module is in cache
63358
63326
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
63359
63327
  /******/ if (cachedModule !== undefined) {
@@ -63367,7 +63335,7 @@ var saveAs = window.jqxSaveAs = saveAs
63367
63335
  /******/ };
63368
63336
  /******/
63369
63337
  /******/ // Execute the module function
63370
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2600995__);
63338
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
63371
63339
  /******/
63372
63340
  /******/ // Return the exports of the module
63373
63341
  /******/ return module.exports;
@@ -63376,17 +63344,17 @@ var saveAs = window.jqxSaveAs = saveAs
63376
63344
  /************************************************************************/
63377
63345
  /******/ /* webpack/runtime/amd options */
63378
63346
  /******/ (() => {
63379
- /******/ __nested_webpack_require_2600995__.amdO = {};
63347
+ /******/ __webpack_require__.amdO = {};
63380
63348
  /******/ })();
63381
63349
  /******/
63382
63350
  /******/ /* webpack/runtime/compat get default export */
63383
63351
  /******/ (() => {
63384
63352
  /******/ // getDefaultExport function for compatibility with non-harmony modules
63385
- /******/ __nested_webpack_require_2600995__.n = (module) => {
63353
+ /******/ __webpack_require__.n = (module) => {
63386
63354
  /******/ var getter = module && module.__esModule ?
63387
63355
  /******/ () => (module['default']) :
63388
63356
  /******/ () => (module);
63389
- /******/ __nested_webpack_require_2600995__.d(getter, { a: getter });
63357
+ /******/ __webpack_require__.d(getter, { a: getter });
63390
63358
  /******/ return getter;
63391
63359
  /******/ };
63392
63360
  /******/ })();
@@ -63394,9 +63362,9 @@ var saveAs = window.jqxSaveAs = saveAs
63394
63362
  /******/ /* webpack/runtime/define property getters */
63395
63363
  /******/ (() => {
63396
63364
  /******/ // define getter functions for harmony exports
63397
- /******/ __nested_webpack_require_2600995__.d = (exports, definition) => {
63365
+ /******/ __webpack_require__.d = (exports, definition) => {
63398
63366
  /******/ for(var key in definition) {
63399
- /******/ if(__nested_webpack_require_2600995__.o(definition, key) && !__nested_webpack_require_2600995__.o(exports, key)) {
63367
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
63400
63368
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
63401
63369
  /******/ }
63402
63370
  /******/ }
@@ -63405,7 +63373,7 @@ var saveAs = window.jqxSaveAs = saveAs
63405
63373
  /******/
63406
63374
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
63407
63375
  /******/ (() => {
63408
- /******/ __nested_webpack_require_2600995__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
63376
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
63409
63377
  /******/ })();
63410
63378
  /******/
63411
63379
  /************************************************************************/
@@ -63413,42 +63381,42 @@ var __webpack_exports__ = {};
63413
63381
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
63414
63382
  (() => {
63415
63383
  "use strict";
63416
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2600995__(5459);
63417
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
63418
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2600995__(4198);
63419
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
63420
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2600995__(3907);
63421
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
63422
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2600995__(714);
63423
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
63424
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2600995__(7351);
63425
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
63426
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2600995__(7196);
63427
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
63428
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2600995__(4240);
63429
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
63430
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2600995__(1610);
63431
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
63432
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2600995__(1062);
63433
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
63434
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2600995__(5868);
63435
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
63436
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2600995__(4720);
63437
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
63438
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2600995__(7995);
63439
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
63440
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2600995__(4545);
63441
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
63442
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2600995__(2497);
63443
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
63444
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2600995__(5725);
63445
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
63446
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2600995__(4993);
63447
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
63448
- /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2600995__(5875);
63449
- /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxinput__WEBPACK_IMPORTED_MODULE_16__);
63450
- /* harmony import */ var _jqxtoolbar__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_2600995__(6167);
63451
- /* harmony import */ var _jqxtoolbar__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_2600995__.n(_jqxtoolbar__WEBPACK_IMPORTED_MODULE_17__);
63384
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
63385
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
63386
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
63387
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
63388
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
63389
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
63390
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
63391
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
63392
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
63393
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
63394
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
63395
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
63396
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
63397
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
63398
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
63399
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
63400
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
63401
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
63402
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
63403
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
63404
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
63405
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
63406
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
63407
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
63408
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
63409
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
63410
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
63411
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
63412
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
63413
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
63414
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
63415
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
63416
+ /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(5875);
63417
+ /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxinput__WEBPACK_IMPORTED_MODULE_16__);
63418
+ /* harmony import */ var _jqxtoolbar__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(6167);
63419
+ /* harmony import */ var _jqxtoolbar__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxtoolbar__WEBPACK_IMPORTED_MODULE_17__);
63452
63420
 
63453
63421
 
63454
63422
 
@@ -63470,13 +63438,5 @@ var __webpack_exports__ = {};
63470
63438
 
63471
63439
  })();
63472
63440
 
63473
- /******/ })()
63474
- ;
63475
- /******/ })()
63476
- ;
63477
- /******/ })()
63478
- ;
63479
- /******/ })()
63480
- ;
63481
63441
  /******/ })()
63482
63442
  ;
@@ -1,37 +1,5 @@
1
1
 
2
- /* Release Date: Jan-28-2025
3
- Copyright (c) 2011-2025 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Jan-28-2025
11
- Copyright (c) 2011-2025 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Jan-28-2025
19
- Copyright (c) 2011-2025 jQWidgets.
20
- License: https://jqwidgets.com/license/ */
21
-
22
-
23
- /******/ (() => { // webpackBootstrap
24
- var __webpack_exports__ = {};
25
-
26
- /* Release Date: Jan-28-2025
27
- Copyright (c) 2011-2025 jQWidgets.
28
- License: https://jqwidgets.com/license/ */
29
-
30
-
31
- /******/ (() => { // webpackBootstrap
32
- var __webpack_exports__ = {};
33
-
34
- /* Release Date: Jan-28-2025
2
+ /* Release Date: May-26-2025
35
3
  Copyright (c) 2011-2025 jQWidgets.
36
4
  License: https://jqwidgets.com/license/ */
37
5
 
@@ -40,7 +8,7 @@ License: https://jqwidgets.com/license/ */
40
8
  /******/ var __webpack_modules__ = ({
41
9
 
42
10
  /***/ 5459:
43
- /***/ ((module, exports, __nested_webpack_require_227__) => {
11
+ /***/ ((module, exports, __webpack_require__) => {
44
12
 
45
13
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
46
14
  /* eslint-disable */
@@ -8220,7 +8188,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8220
8188
  // file names, and JQXLite is normally delivered in a lowercase file name.
8221
8189
  // Do this after creating the global so that if an AMD module wants to call
8222
8190
  // noConflict to hide this version of JQXLite, it will work.
8223
- if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
8191
+ if ( true && __webpack_require__.amdO.JQXLite) {
8224
8192
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
8225
8193
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
8226
8194
  }
@@ -12377,7 +12345,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12377
12345
  /******/ var __webpack_module_cache__ = {};
12378
12346
  /******/
12379
12347
  /******/ // The require function
12380
- /******/ function __nested_webpack_require_398503__(moduleId) {
12348
+ /******/ function __webpack_require__(moduleId) {
12381
12349
  /******/ // Check if module is in cache
12382
12350
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12383
12351
  /******/ if (cachedModule !== undefined) {
@@ -12391,7 +12359,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12391
12359
  /******/ };
12392
12360
  /******/
12393
12361
  /******/ // Execute the module function
12394
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_398503__);
12362
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12395
12363
  /******/
12396
12364
  /******/ // Return the exports of the module
12397
12365
  /******/ return module.exports;
@@ -12400,17 +12368,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12400
12368
  /************************************************************************/
12401
12369
  /******/ /* webpack/runtime/amd options */
12402
12370
  /******/ (() => {
12403
- /******/ __nested_webpack_require_398503__.amdO = {};
12371
+ /******/ __webpack_require__.amdO = {};
12404
12372
  /******/ })();
12405
12373
  /******/
12406
12374
  /******/ /* webpack/runtime/compat get default export */
12407
12375
  /******/ (() => {
12408
12376
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12409
- /******/ __nested_webpack_require_398503__.n = (module) => {
12377
+ /******/ __webpack_require__.n = (module) => {
12410
12378
  /******/ var getter = module && module.__esModule ?
12411
12379
  /******/ () => (module['default']) :
12412
12380
  /******/ () => (module);
12413
- /******/ __nested_webpack_require_398503__.d(getter, { a: getter });
12381
+ /******/ __webpack_require__.d(getter, { a: getter });
12414
12382
  /******/ return getter;
12415
12383
  /******/ };
12416
12384
  /******/ })();
@@ -12418,9 +12386,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12418
12386
  /******/ /* webpack/runtime/define property getters */
12419
12387
  /******/ (() => {
12420
12388
  /******/ // define getter functions for harmony exports
12421
- /******/ __nested_webpack_require_398503__.d = (exports, definition) => {
12389
+ /******/ __webpack_require__.d = (exports, definition) => {
12422
12390
  /******/ for(var key in definition) {
12423
- /******/ if(__nested_webpack_require_398503__.o(definition, key) && !__nested_webpack_require_398503__.o(exports, key)) {
12391
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12424
12392
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12425
12393
  /******/ }
12426
12394
  /******/ }
@@ -12429,7 +12397,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12429
12397
  /******/
12430
12398
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12431
12399
  /******/ (() => {
12432
- /******/ __nested_webpack_require_398503__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12400
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12433
12401
  /******/ })();
12434
12402
  /******/
12435
12403
  /************************************************************************/
@@ -12437,21 +12405,13 @@ var __webpack_exports__ = {};
12437
12405
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12438
12406
  (() => {
12439
12407
  "use strict";
12440
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_398503__(5459);
12441
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_398503__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12442
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_398503__(3899);
12443
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_398503__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_1__);
12408
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12409
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12410
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3899);
12411
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_1__);
12444
12412
 
12445
12413
 
12446
12414
  })();
12447
12415
 
12448
- /******/ })()
12449
- ;
12450
- /******/ })()
12451
- ;
12452
- /******/ })()
12453
- ;
12454
- /******/ })()
12455
- ;
12456
12416
  /******/ })()
12457
12417
  ;
@@ -1,37 +1,5 @@
1
1
 
2
- /* Release Date: Jan-28-2025
3
- Copyright (c) 2011-2025 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Jan-28-2025
11
- Copyright (c) 2011-2025 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Jan-28-2025
19
- Copyright (c) 2011-2025 jQWidgets.
20
- License: https://jqwidgets.com/license/ */
21
-
22
-
23
- /******/ (() => { // webpackBootstrap
24
- var __webpack_exports__ = {};
25
-
26
- /* Release Date: Jan-28-2025
27
- Copyright (c) 2011-2025 jQWidgets.
28
- License: https://jqwidgets.com/license/ */
29
-
30
-
31
- /******/ (() => { // webpackBootstrap
32
- var __webpack_exports__ = {};
33
-
34
- /* Release Date: Jan-28-2025
2
+ /* Release Date: May-26-2025
35
3
  Copyright (c) 2011-2025 jQWidgets.
36
4
  License: https://jqwidgets.com/license/ */
37
5
 
@@ -2072,7 +2040,7 @@ License: https://jqwidgets.com/license/ */
2072
2040
  /***/ }),
2073
2041
 
2074
2042
  /***/ 5459:
2075
- /***/ ((module, exports, __nested_webpack_require_84843__) => {
2043
+ /***/ ((module, exports, __webpack_require__) => {
2076
2044
 
2077
2045
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
2078
2046
  /* eslint-disable */
@@ -10252,7 +10220,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10252
10220
  // file names, and JQXLite is normally delivered in a lowercase file name.
10253
10221
  // Do this after creating the global so that if an AMD module wants to call
10254
10222
  // noConflict to hide this version of JQXLite, it will work.
10255
- if ( true && __nested_webpack_require_84843__.amdO.JQXLite) {
10223
+ if ( true && __webpack_require__.amdO.JQXLite) {
10256
10224
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10257
10225
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10258
10226
  }
@@ -26965,7 +26933,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26965
26933
  /******/ var __webpack_module_cache__ = {};
26966
26934
  /******/
26967
26935
  /******/ // The require function
26968
- /******/ function __nested_webpack_require_1036400__(moduleId) {
26936
+ /******/ function __webpack_require__(moduleId) {
26969
26937
  /******/ // Check if module is in cache
26970
26938
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
26971
26939
  /******/ if (cachedModule !== undefined) {
@@ -26979,7 +26947,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26979
26947
  /******/ };
26980
26948
  /******/
26981
26949
  /******/ // Execute the module function
26982
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1036400__);
26950
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
26983
26951
  /******/
26984
26952
  /******/ // Return the exports of the module
26985
26953
  /******/ return module.exports;
@@ -26988,17 +26956,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26988
26956
  /************************************************************************/
26989
26957
  /******/ /* webpack/runtime/amd options */
26990
26958
  /******/ (() => {
26991
- /******/ __nested_webpack_require_1036400__.amdO = {};
26959
+ /******/ __webpack_require__.amdO = {};
26992
26960
  /******/ })();
26993
26961
  /******/
26994
26962
  /******/ /* webpack/runtime/compat get default export */
26995
26963
  /******/ (() => {
26996
26964
  /******/ // getDefaultExport function for compatibility with non-harmony modules
26997
- /******/ __nested_webpack_require_1036400__.n = (module) => {
26965
+ /******/ __webpack_require__.n = (module) => {
26998
26966
  /******/ var getter = module && module.__esModule ?
26999
26967
  /******/ () => (module['default']) :
27000
26968
  /******/ () => (module);
27001
- /******/ __nested_webpack_require_1036400__.d(getter, { a: getter });
26969
+ /******/ __webpack_require__.d(getter, { a: getter });
27002
26970
  /******/ return getter;
27003
26971
  /******/ };
27004
26972
  /******/ })();
@@ -27006,9 +26974,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
27006
26974
  /******/ /* webpack/runtime/define property getters */
27007
26975
  /******/ (() => {
27008
26976
  /******/ // define getter functions for harmony exports
27009
- /******/ __nested_webpack_require_1036400__.d = (exports, definition) => {
26977
+ /******/ __webpack_require__.d = (exports, definition) => {
27010
26978
  /******/ for(var key in definition) {
27011
- /******/ if(__nested_webpack_require_1036400__.o(definition, key) && !__nested_webpack_require_1036400__.o(exports, key)) {
26979
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
27012
26980
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
27013
26981
  /******/ }
27014
26982
  /******/ }
@@ -27017,7 +26985,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
27017
26985
  /******/
27018
26986
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
27019
26987
  /******/ (() => {
27020
- /******/ __nested_webpack_require_1036400__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
26988
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
27021
26989
  /******/ })();
27022
26990
  /******/
27023
26991
  /************************************************************************/
@@ -27025,22 +26993,22 @@ var __webpack_exports__ = {};
27025
26993
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
27026
26994
  (() => {
27027
26995
  "use strict";
27028
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1036400__(5459);
27029
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1036400__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
27030
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1036400__(4198);
27031
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1036400__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
27032
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1036400__(7351);
27033
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1036400__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
27034
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1036400__(4240);
27035
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1036400__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
27036
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1036400__(4545);
27037
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1036400__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__);
27038
- /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1036400__(678);
27039
- /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1036400__.n(_jqxpanel__WEBPACK_IMPORTED_MODULE_5__);
27040
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1036400__(3601);
27041
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1036400__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__);
27042
- /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1036400__(1746);
27043
- /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1036400__.n(_jqxtree__WEBPACK_IMPORTED_MODULE_7__);
26996
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
26997
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
26998
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
26999
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
27000
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7351);
27001
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
27002
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
27003
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
27004
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(4545);
27005
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__);
27006
+ /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(678);
27007
+ /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxpanel__WEBPACK_IMPORTED_MODULE_5__);
27008
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(3601);
27009
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__);
27010
+ /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1746);
27011
+ /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxtree__WEBPACK_IMPORTED_MODULE_7__);
27044
27012
 
27045
27013
 
27046
27014
 
@@ -27051,13 +27019,5 @@ var __webpack_exports__ = {};
27051
27019
 
27052
27020
  })();
27053
27021
 
27054
- /******/ })()
27055
- ;
27056
- /******/ })()
27057
- ;
27058
- /******/ })()
27059
- ;
27060
- /******/ })()
27061
- ;
27062
27022
  /******/ })()
27063
27023
  ;