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
  }
@@ -74931,7 +74899,7 @@ var saveAs = window.jqxSaveAs = saveAs
74931
74899
  /******/ var __webpack_module_cache__ = {};
74932
74900
  /******/
74933
74901
  /******/ // The require function
74934
- /******/ function __nested_webpack_require_3182544__(moduleId) {
74902
+ /******/ function __webpack_require__(moduleId) {
74935
74903
  /******/ // Check if module is in cache
74936
74904
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
74937
74905
  /******/ if (cachedModule !== undefined) {
@@ -74945,7 +74913,7 @@ var saveAs = window.jqxSaveAs = saveAs
74945
74913
  /******/ };
74946
74914
  /******/
74947
74915
  /******/ // Execute the module function
74948
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3182544__);
74916
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
74949
74917
  /******/
74950
74918
  /******/ // Return the exports of the module
74951
74919
  /******/ return module.exports;
@@ -74954,17 +74922,17 @@ var saveAs = window.jqxSaveAs = saveAs
74954
74922
  /************************************************************************/
74955
74923
  /******/ /* webpack/runtime/amd options */
74956
74924
  /******/ (() => {
74957
- /******/ __nested_webpack_require_3182544__.amdO = {};
74925
+ /******/ __webpack_require__.amdO = {};
74958
74926
  /******/ })();
74959
74927
  /******/
74960
74928
  /******/ /* webpack/runtime/compat get default export */
74961
74929
  /******/ (() => {
74962
74930
  /******/ // getDefaultExport function for compatibility with non-harmony modules
74963
- /******/ __nested_webpack_require_3182544__.n = (module) => {
74931
+ /******/ __webpack_require__.n = (module) => {
74964
74932
  /******/ var getter = module && module.__esModule ?
74965
74933
  /******/ () => (module['default']) :
74966
74934
  /******/ () => (module);
74967
- /******/ __nested_webpack_require_3182544__.d(getter, { a: getter });
74935
+ /******/ __webpack_require__.d(getter, { a: getter });
74968
74936
  /******/ return getter;
74969
74937
  /******/ };
74970
74938
  /******/ })();
@@ -74972,9 +74940,9 @@ var saveAs = window.jqxSaveAs = saveAs
74972
74940
  /******/ /* webpack/runtime/define property getters */
74973
74941
  /******/ (() => {
74974
74942
  /******/ // define getter functions for harmony exports
74975
- /******/ __nested_webpack_require_3182544__.d = (exports, definition) => {
74943
+ /******/ __webpack_require__.d = (exports, definition) => {
74976
74944
  /******/ for(var key in definition) {
74977
- /******/ if(__nested_webpack_require_3182544__.o(definition, key) && !__nested_webpack_require_3182544__.o(exports, key)) {
74945
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
74978
74946
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
74979
74947
  /******/ }
74980
74948
  /******/ }
@@ -74983,7 +74951,7 @@ var saveAs = window.jqxSaveAs = saveAs
74983
74951
  /******/
74984
74952
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
74985
74953
  /******/ (() => {
74986
- /******/ __nested_webpack_require_3182544__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
74954
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
74987
74955
  /******/ })();
74988
74956
  /******/
74989
74957
  /************************************************************************/
@@ -74991,42 +74959,42 @@ var __webpack_exports__ = {};
74991
74959
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
74992
74960
  (() => {
74993
74961
  "use strict";
74994
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3182544__(5459);
74995
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
74996
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3182544__(4198);
74997
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
74998
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3182544__(3907);
74999
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
75000
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3182544__(714);
75001
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
75002
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3182544__(7351);
75003
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
75004
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3182544__(7196);
75005
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
75006
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3182544__(4240);
75007
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
75008
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3182544__(1610);
75009
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
75010
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3182544__(1062);
75011
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
75012
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3182544__(5868);
75013
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
75014
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3182544__(4720);
75015
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
75016
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3182544__(7995);
75017
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
75018
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3182544__(4545);
75019
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
75020
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3182544__(2497);
75021
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
75022
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3182544__(5725);
75023
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
75024
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3182544__(4993);
75025
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
75026
- /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3182544__(6609);
75027
- /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxdatatable__WEBPACK_IMPORTED_MODULE_16__);
75028
- /* harmony import */ var _jqxtreegrid__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3182544__(1699);
75029
- /* harmony import */ var _jqxtreegrid__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3182544__.n(_jqxtreegrid__WEBPACK_IMPORTED_MODULE_17__);
74962
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
74963
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
74964
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
74965
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
74966
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
74967
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
74968
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
74969
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
74970
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
74971
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
74972
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
74973
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
74974
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
74975
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
74976
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
74977
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
74978
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
74979
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
74980
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
74981
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
74982
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
74983
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
74984
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
74985
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
74986
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
74987
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
74988
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
74989
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
74990
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
74991
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
74992
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
74993
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
74994
+ /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(6609);
74995
+ /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxdatatable__WEBPACK_IMPORTED_MODULE_16__);
74996
+ /* harmony import */ var _jqxtreegrid__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(1699);
74997
+ /* harmony import */ var _jqxtreegrid__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxtreegrid__WEBPACK_IMPORTED_MODULE_17__);
75030
74998
 
75031
74999
 
75032
75000
 
@@ -75048,13 +75016,5 @@ var __webpack_exports__ = {};
75048
75016
 
75049
75017
  })();
75050
75018
 
75051
- /******/ })()
75052
- ;
75053
- /******/ })()
75054
- ;
75055
- /******/ })()
75056
- ;
75057
- /******/ })()
75058
- ;
75059
75019
  /******/ })()
75060
75020
  ;
@@ -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
  }
@@ -19804,7 +19772,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19804
19772
  /******/ var __webpack_module_cache__ = {};
19805
19773
  /******/
19806
19774
  /******/ // The require function
19807
- /******/ function __nested_webpack_require_720577__(moduleId) {
19775
+ /******/ function __webpack_require__(moduleId) {
19808
19776
  /******/ // Check if module is in cache
19809
19777
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
19810
19778
  /******/ if (cachedModule !== undefined) {
@@ -19818,7 +19786,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19818
19786
  /******/ };
19819
19787
  /******/
19820
19788
  /******/ // Execute the module function
19821
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_720577__);
19789
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
19822
19790
  /******/
19823
19791
  /******/ // Return the exports of the module
19824
19792
  /******/ return module.exports;
@@ -19827,17 +19795,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19827
19795
  /************************************************************************/
19828
19796
  /******/ /* webpack/runtime/amd options */
19829
19797
  /******/ (() => {
19830
- /******/ __nested_webpack_require_720577__.amdO = {};
19798
+ /******/ __webpack_require__.amdO = {};
19831
19799
  /******/ })();
19832
19800
  /******/
19833
19801
  /******/ /* webpack/runtime/compat get default export */
19834
19802
  /******/ (() => {
19835
19803
  /******/ // getDefaultExport function for compatibility with non-harmony modules
19836
- /******/ __nested_webpack_require_720577__.n = (module) => {
19804
+ /******/ __webpack_require__.n = (module) => {
19837
19805
  /******/ var getter = module && module.__esModule ?
19838
19806
  /******/ () => (module['default']) :
19839
19807
  /******/ () => (module);
19840
- /******/ __nested_webpack_require_720577__.d(getter, { a: getter });
19808
+ /******/ __webpack_require__.d(getter, { a: getter });
19841
19809
  /******/ return getter;
19842
19810
  /******/ };
19843
19811
  /******/ })();
@@ -19845,9 +19813,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19845
19813
  /******/ /* webpack/runtime/define property getters */
19846
19814
  /******/ (() => {
19847
19815
  /******/ // define getter functions for harmony exports
19848
- /******/ __nested_webpack_require_720577__.d = (exports, definition) => {
19816
+ /******/ __webpack_require__.d = (exports, definition) => {
19849
19817
  /******/ for(var key in definition) {
19850
- /******/ if(__nested_webpack_require_720577__.o(definition, key) && !__nested_webpack_require_720577__.o(exports, key)) {
19818
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
19851
19819
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
19852
19820
  /******/ }
19853
19821
  /******/ }
@@ -19856,7 +19824,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19856
19824
  /******/
19857
19825
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
19858
19826
  /******/ (() => {
19859
- /******/ __nested_webpack_require_720577__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
19827
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
19860
19828
  /******/ })();
19861
19829
  /******/
19862
19830
  /************************************************************************/
@@ -19864,27 +19832,19 @@ var __webpack_exports__ = {};
19864
19832
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
19865
19833
  (() => {
19866
19834
  "use strict";
19867
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_720577__(5459);
19868
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_720577__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
19869
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_720577__(4198);
19870
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_720577__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
19871
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_720577__(3899);
19872
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_720577__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_2__);
19873
- /* harmony import */ var _jqxtreemap__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_720577__(862);
19874
- /* harmony import */ var _jqxtreemap__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_720577__.n(_jqxtreemap__WEBPACK_IMPORTED_MODULE_3__);
19835
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
19836
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
19837
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
19838
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
19839
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3899);
19840
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_2__);
19841
+ /* harmony import */ var _jqxtreemap__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(862);
19842
+ /* harmony import */ var _jqxtreemap__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxtreemap__WEBPACK_IMPORTED_MODULE_3__);
19875
19843
 
19876
19844
 
19877
19845
 
19878
19846
 
19879
19847
  })();
19880
19848
 
19881
- /******/ })()
19882
- ;
19883
- /******/ })()
19884
- ;
19885
- /******/ })()
19886
- ;
19887
- /******/ })()
19888
- ;
19889
19849
  /******/ })()
19890
19850
  ;
@@ -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
 
@@ -1860,7 +1828,7 @@ License: https://jqwidgets.com/license/ */
1860
1828
  /***/ }),
1861
1829
 
1862
1830
  /***/ 5459:
1863
- /***/ ((module, exports, __nested_webpack_require_74198__) => {
1831
+ /***/ ((module, exports, __webpack_require__) => {
1864
1832
 
1865
1833
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1866
1834
  /* eslint-disable */
@@ -10040,7 +10008,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10040
10008
  // file names, and JQXLite is normally delivered in a lowercase file name.
10041
10009
  // Do this after creating the global so that if an AMD module wants to call
10042
10010
  // noConflict to hide this version of JQXLite, it will work.
10043
- if ( true && __nested_webpack_require_74198__.amdO.JQXLite) {
10011
+ if ( true && __webpack_require__.amdO.JQXLite) {
10044
10012
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10045
10013
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10046
10014
  }
@@ -15842,7 +15810,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15842
15810
  /******/ var __webpack_module_cache__ = {};
15843
15811
  /******/
15844
15812
  /******/ // The require function
15845
- /******/ function __nested_webpack_require_530450__(moduleId) {
15813
+ /******/ function __webpack_require__(moduleId) {
15846
15814
  /******/ // Check if module is in cache
15847
15815
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
15848
15816
  /******/ if (cachedModule !== undefined) {
@@ -15856,7 +15824,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15856
15824
  /******/ };
15857
15825
  /******/
15858
15826
  /******/ // Execute the module function
15859
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_530450__);
15827
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
15860
15828
  /******/
15861
15829
  /******/ // Return the exports of the module
15862
15830
  /******/ return module.exports;
@@ -15865,17 +15833,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15865
15833
  /************************************************************************/
15866
15834
  /******/ /* webpack/runtime/amd options */
15867
15835
  /******/ (() => {
15868
- /******/ __nested_webpack_require_530450__.amdO = {};
15836
+ /******/ __webpack_require__.amdO = {};
15869
15837
  /******/ })();
15870
15838
  /******/
15871
15839
  /******/ /* webpack/runtime/compat get default export */
15872
15840
  /******/ (() => {
15873
15841
  /******/ // getDefaultExport function for compatibility with non-harmony modules
15874
- /******/ __nested_webpack_require_530450__.n = (module) => {
15842
+ /******/ __webpack_require__.n = (module) => {
15875
15843
  /******/ var getter = module && module.__esModule ?
15876
15844
  /******/ () => (module['default']) :
15877
15845
  /******/ () => (module);
15878
- /******/ __nested_webpack_require_530450__.d(getter, { a: getter });
15846
+ /******/ __webpack_require__.d(getter, { a: getter });
15879
15847
  /******/ return getter;
15880
15848
  /******/ };
15881
15849
  /******/ })();
@@ -15883,9 +15851,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15883
15851
  /******/ /* webpack/runtime/define property getters */
15884
15852
  /******/ (() => {
15885
15853
  /******/ // define getter functions for harmony exports
15886
- /******/ __nested_webpack_require_530450__.d = (exports, definition) => {
15854
+ /******/ __webpack_require__.d = (exports, definition) => {
15887
15855
  /******/ for(var key in definition) {
15888
- /******/ if(__nested_webpack_require_530450__.o(definition, key) && !__nested_webpack_require_530450__.o(exports, key)) {
15856
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
15889
15857
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
15890
15858
  /******/ }
15891
15859
  /******/ }
@@ -15894,7 +15862,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15894
15862
  /******/
15895
15863
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
15896
15864
  /******/ (() => {
15897
- /******/ __nested_webpack_require_530450__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
15865
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
15898
15866
  /******/ })();
15899
15867
  /******/
15900
15868
  /************************************************************************/
@@ -15902,16 +15870,16 @@ var __webpack_exports__ = {};
15902
15870
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
15903
15871
  (() => {
15904
15872
  "use strict";
15905
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_530450__(5459);
15906
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_530450__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
15907
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_530450__(7351);
15908
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_530450__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
15909
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_530450__(7196);
15910
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_530450__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
15911
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_530450__(4240);
15912
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_530450__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
15913
- /* harmony import */ var _jqxvalidator__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_530450__(5325);
15914
- /* harmony import */ var _jqxvalidator__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_530450__.n(_jqxvalidator__WEBPACK_IMPORTED_MODULE_4__);
15873
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
15874
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
15875
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
15876
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
15877
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
15878
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
15879
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
15880
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
15881
+ /* harmony import */ var _jqxvalidator__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(5325);
15882
+ /* harmony import */ var _jqxvalidator__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxvalidator__WEBPACK_IMPORTED_MODULE_4__);
15915
15883
 
15916
15884
 
15917
15885
 
@@ -15919,13 +15887,5 @@ var __webpack_exports__ = {};
15919
15887
 
15920
15888
  })();
15921
15889
 
15922
- /******/ })()
15923
- ;
15924
- /******/ })()
15925
- ;
15926
- /******/ })()
15927
- ;
15928
- /******/ })()
15929
- ;
15930
15890
  /******/ })()
15931
15891
  ;