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,45 +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
35
- Copyright (c) 2011-2025 jQWidgets.
36
- License: https://jqwidgets.com/license/ */
37
-
38
-
39
- /******/ (() => { // webpackBootstrap
40
- var __webpack_exports__ = {};
41
-
42
- /* Release Date: Jan-28-2025
2
+ /* Release Date: May-26-2025
43
3
  Copyright (c) 2011-2025 jQWidgets.
44
4
  License: https://jqwidgets.com/license/ */
45
5
 
@@ -12152,7 +12112,7 @@ document.Globalize = Globalize;
12152
12112
  /***/ }),
12153
12113
 
12154
12114
  /***/ 5459:
12155
- /***/ ((module, exports, __nested_webpack_require_513923__) => {
12115
+ /***/ ((module, exports, __webpack_require__) => {
12156
12116
 
12157
12117
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
12158
12118
  /* eslint-disable */
@@ -20332,7 +20292,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20332
20292
  // file names, and JQXLite is normally delivered in a lowercase file name.
20333
20293
  // Do this after creating the global so that if an AMD module wants to call
20334
20294
  // noConflict to hide this version of JQXLite, it will work.
20335
- if ( true && __nested_webpack_require_513923__.amdO.JQXLite) {
20295
+ if ( true && __webpack_require__.amdO.JQXLite) {
20336
20296
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
20337
20297
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
20338
20298
  }
@@ -84496,7 +84456,7 @@ if (!Array.prototype.filter) {
84496
84456
  /******/ var __webpack_module_cache__ = {};
84497
84457
  /******/
84498
84458
  /******/ // The require function
84499
- /******/ function __nested_webpack_require_3705745__(moduleId) {
84459
+ /******/ function __webpack_require__(moduleId) {
84500
84460
  /******/ // Check if module is in cache
84501
84461
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
84502
84462
  /******/ if (cachedModule !== undefined) {
@@ -84510,7 +84470,7 @@ if (!Array.prototype.filter) {
84510
84470
  /******/ };
84511
84471
  /******/
84512
84472
  /******/ // Execute the module function
84513
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3705745__);
84473
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
84514
84474
  /******/
84515
84475
  /******/ // Return the exports of the module
84516
84476
  /******/ return module.exports;
@@ -84519,17 +84479,17 @@ if (!Array.prototype.filter) {
84519
84479
  /************************************************************************/
84520
84480
  /******/ /* webpack/runtime/amd options */
84521
84481
  /******/ (() => {
84522
- /******/ __nested_webpack_require_3705745__.amdO = {};
84482
+ /******/ __webpack_require__.amdO = {};
84523
84483
  /******/ })();
84524
84484
  /******/
84525
84485
  /******/ /* webpack/runtime/compat get default export */
84526
84486
  /******/ (() => {
84527
84487
  /******/ // getDefaultExport function for compatibility with non-harmony modules
84528
- /******/ __nested_webpack_require_3705745__.n = (module) => {
84488
+ /******/ __webpack_require__.n = (module) => {
84529
84489
  /******/ var getter = module && module.__esModule ?
84530
84490
  /******/ () => (module['default']) :
84531
84491
  /******/ () => (module);
84532
- /******/ __nested_webpack_require_3705745__.d(getter, { a: getter });
84492
+ /******/ __webpack_require__.d(getter, { a: getter });
84533
84493
  /******/ return getter;
84534
84494
  /******/ };
84535
84495
  /******/ })();
@@ -84537,9 +84497,9 @@ if (!Array.prototype.filter) {
84537
84497
  /******/ /* webpack/runtime/define property getters */
84538
84498
  /******/ (() => {
84539
84499
  /******/ // define getter functions for harmony exports
84540
- /******/ __nested_webpack_require_3705745__.d = (exports, definition) => {
84500
+ /******/ __webpack_require__.d = (exports, definition) => {
84541
84501
  /******/ for(var key in definition) {
84542
- /******/ if(__nested_webpack_require_3705745__.o(definition, key) && !__nested_webpack_require_3705745__.o(exports, key)) {
84502
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
84543
84503
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
84544
84504
  /******/ }
84545
84505
  /******/ }
@@ -84548,7 +84508,7 @@ if (!Array.prototype.filter) {
84548
84508
  /******/
84549
84509
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
84550
84510
  /******/ (() => {
84551
- /******/ __nested_webpack_require_3705745__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
84511
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
84552
84512
  /******/ })();
84553
84513
  /******/
84554
84514
  /************************************************************************/
@@ -84556,50 +84516,50 @@ var __webpack_exports__ = {};
84556
84516
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
84557
84517
  (() => {
84558
84518
  "use strict";
84559
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3705745__(5459);
84560
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
84561
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3705745__(4198);
84562
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
84563
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3705745__(3907);
84564
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
84565
- /* harmony import */ var _jqxdate__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3705745__(137);
84566
- /* harmony import */ var _jqxdate__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxdate__WEBPACK_IMPORTED_MODULE_3__);
84567
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3705745__(7351);
84568
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
84569
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3705745__(1610);
84570
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
84571
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3705745__(3899);
84572
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_6__);
84573
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3705745__(4240);
84574
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_7__);
84575
- /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3705745__(6826);
84576
- /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxradiobutton__WEBPACK_IMPORTED_MODULE_8__);
84577
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3705745__(4545);
84578
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__);
84579
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3705745__(7762);
84580
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_10__);
84581
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3705745__(1062);
84582
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_11__);
84583
- /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3705745__(3960);
84584
- /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12__);
84585
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3705745__(4720);
84586
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_13__);
84587
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3705745__(5868);
84588
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14__);
84589
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3705745__(7995);
84590
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_15__);
84591
- /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3705745__(5875);
84592
- /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxinput__WEBPACK_IMPORTED_MODULE_16__);
84593
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3705745__(2497);
84594
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_17__);
84595
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_3705745__(5725);
84596
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_18__);
84597
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19__ = __nested_webpack_require_3705745__(4993);
84598
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19__);
84599
- /* harmony import */ var _jqxscheduler__WEBPACK_IMPORTED_MODULE_20__ = __nested_webpack_require_3705745__(5253);
84600
- /* harmony import */ var _jqxscheduler__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxscheduler__WEBPACK_IMPORTED_MODULE_20__);
84601
- /* harmony import */ var _jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21__ = __nested_webpack_require_3705745__(2536);
84602
- /* harmony import */ var _jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21__);
84519
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
84520
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
84521
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
84522
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
84523
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
84524
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
84525
+ /* harmony import */ var _jqxdate__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(137);
84526
+ /* harmony import */ var _jqxdate__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdate__WEBPACK_IMPORTED_MODULE_3__);
84527
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
84528
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
84529
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1610);
84530
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
84531
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(3899);
84532
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_6__);
84533
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(4240);
84534
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_7__);
84535
+ /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(6826);
84536
+ /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxradiobutton__WEBPACK_IMPORTED_MODULE_8__);
84537
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(4545);
84538
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__);
84539
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(7762);
84540
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_10__);
84541
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(1062);
84542
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_11__);
84543
+ /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(3960);
84544
+ /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12__);
84545
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(4720);
84546
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_13__);
84547
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5868);
84548
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14__);
84549
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(7995);
84550
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_15__);
84551
+ /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(5875);
84552
+ /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxinput__WEBPACK_IMPORTED_MODULE_16__);
84553
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(2497);
84554
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_17__);
84555
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(5725);
84556
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_18__);
84557
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(4993);
84558
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19__);
84559
+ /* harmony import */ var _jqxscheduler__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(5253);
84560
+ /* harmony import */ var _jqxscheduler__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(_jqxscheduler__WEBPACK_IMPORTED_MODULE_20__);
84561
+ /* harmony import */ var _jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(2536);
84562
+ /* harmony import */ var _jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(_jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21__);
84603
84563
 
84604
84564
 
84605
84565
 
@@ -84627,15 +84587,5 @@ var __webpack_exports__ = {};
84627
84587
 
84628
84588
  })();
84629
84589
 
84630
- /******/ })()
84631
- ;
84632
- /******/ })()
84633
- ;
84634
- /******/ })()
84635
- ;
84636
- /******/ })()
84637
- ;
84638
- /******/ })()
84639
- ;
84640
84590
  /******/ })()
84641
84591
  ;
@@ -1,45 +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
35
- Copyright (c) 2011-2025 jQWidgets.
36
- License: https://jqwidgets.com/license/ */
37
-
38
-
39
- /******/ (() => { // webpackBootstrap
40
- var __webpack_exports__ = {};
41
-
42
- /* Release Date: Jan-28-2025
2
+ /* Release Date: May-26-2025
43
3
  Copyright (c) 2011-2025 jQWidgets.
44
4
  License: https://jqwidgets.com/license/ */
45
5
 
@@ -1234,7 +1194,7 @@ License: https://jqwidgets.com/license/ */
1234
1194
  /***/ }),
1235
1195
 
1236
1196
  /***/ 5459:
1237
- /***/ ((module, exports, __nested_webpack_require_52085__) => {
1197
+ /***/ ((module, exports, __webpack_require__) => {
1238
1198
 
1239
1199
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1240
1200
  /* eslint-disable */
@@ -9414,7 +9374,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9414
9374
  // file names, and JQXLite is normally delivered in a lowercase file name.
9415
9375
  // Do this after creating the global so that if an AMD module wants to call
9416
9376
  // noConflict to hide this version of JQXLite, it will work.
9417
- if ( true && __nested_webpack_require_52085__.amdO.JQXLite) {
9377
+ if ( true && __webpack_require__.amdO.JQXLite) {
9418
9378
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9419
9379
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9420
9380
  }
@@ -14192,7 +14152,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14192
14152
  /******/ var __webpack_module_cache__ = {};
14193
14153
  /******/
14194
14154
  /******/ // The require function
14195
- /******/ function __nested_webpack_require_469335__(moduleId) {
14155
+ /******/ function __webpack_require__(moduleId) {
14196
14156
  /******/ // Check if module is in cache
14197
14157
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
14198
14158
  /******/ if (cachedModule !== undefined) {
@@ -14206,7 +14166,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14206
14166
  /******/ };
14207
14167
  /******/
14208
14168
  /******/ // Execute the module function
14209
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_469335__);
14169
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
14210
14170
  /******/
14211
14171
  /******/ // Return the exports of the module
14212
14172
  /******/ return module.exports;
@@ -14215,17 +14175,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14215
14175
  /************************************************************************/
14216
14176
  /******/ /* webpack/runtime/amd options */
14217
14177
  /******/ (() => {
14218
- /******/ __nested_webpack_require_469335__.amdO = {};
14178
+ /******/ __webpack_require__.amdO = {};
14219
14179
  /******/ })();
14220
14180
  /******/
14221
14181
  /******/ /* webpack/runtime/compat get default export */
14222
14182
  /******/ (() => {
14223
14183
  /******/ // getDefaultExport function for compatibility with non-harmony modules
14224
- /******/ __nested_webpack_require_469335__.n = (module) => {
14184
+ /******/ __webpack_require__.n = (module) => {
14225
14185
  /******/ var getter = module && module.__esModule ?
14226
14186
  /******/ () => (module['default']) :
14227
14187
  /******/ () => (module);
14228
- /******/ __nested_webpack_require_469335__.d(getter, { a: getter });
14188
+ /******/ __webpack_require__.d(getter, { a: getter });
14229
14189
  /******/ return getter;
14230
14190
  /******/ };
14231
14191
  /******/ })();
@@ -14233,9 +14193,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14233
14193
  /******/ /* webpack/runtime/define property getters */
14234
14194
  /******/ (() => {
14235
14195
  /******/ // define getter functions for harmony exports
14236
- /******/ __nested_webpack_require_469335__.d = (exports, definition) => {
14196
+ /******/ __webpack_require__.d = (exports, definition) => {
14237
14197
  /******/ for(var key in definition) {
14238
- /******/ if(__nested_webpack_require_469335__.o(definition, key) && !__nested_webpack_require_469335__.o(exports, key)) {
14198
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
14239
14199
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
14240
14200
  /******/ }
14241
14201
  /******/ }
@@ -14244,7 +14204,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14244
14204
  /******/
14245
14205
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
14246
14206
  /******/ (() => {
14247
- /******/ __nested_webpack_require_469335__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
14207
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
14248
14208
  /******/ })();
14249
14209
  /******/
14250
14210
  /************************************************************************/
@@ -14252,26 +14212,16 @@ var __webpack_exports__ = {};
14252
14212
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
14253
14213
  (() => {
14254
14214
  "use strict";
14255
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_469335__(5459);
14256
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_469335__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
14257
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_469335__(7351);
14258
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_469335__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
14259
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_469335__(4240);
14260
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_469335__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_2__);
14215
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
14216
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
14217
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
14218
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
14219
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4240);
14220
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_2__);
14261
14221
 
14262
14222
 
14263
14223
 
14264
14224
  })();
14265
14225
 
14266
- /******/ })()
14267
- ;
14268
- /******/ })()
14269
- ;
14270
- /******/ })()
14271
- ;
14272
- /******/ })()
14273
- ;
14274
- /******/ })()
14275
- ;
14276
14226
  /******/ })()
14277
14227
  ;
@@ -1,45 +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
35
- Copyright (c) 2011-2025 jQWidgets.
36
- License: https://jqwidgets.com/license/ */
37
-
38
-
39
- /******/ (() => { // webpackBootstrap
40
- var __webpack_exports__ = {};
41
-
42
- /* Release Date: Jan-28-2025
2
+ /* Release Date: May-26-2025
43
3
  Copyright (c) 2011-2025 jQWidgets.
44
4
  License: https://jqwidgets.com/license/ */
45
5
 
@@ -1234,7 +1194,7 @@ License: https://jqwidgets.com/license/ */
1234
1194
  /***/ }),
1235
1195
 
1236
1196
  /***/ 5459:
1237
- /***/ ((module, exports, __nested_webpack_require_52085__) => {
1197
+ /***/ ((module, exports, __webpack_require__) => {
1238
1198
 
1239
1199
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1240
1200
  /* eslint-disable */
@@ -9414,7 +9374,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9414
9374
  // file names, and JQXLite is normally delivered in a lowercase file name.
9415
9375
  // Do this after creating the global so that if an AMD module wants to call
9416
9376
  // noConflict to hide this version of JQXLite, it will work.
9417
- if ( true && __nested_webpack_require_52085__.amdO.JQXLite) {
9377
+ if ( true && __webpack_require__.amdO.JQXLite) {
9418
9378
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9419
9379
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9420
9380
  }
@@ -13077,7 +13037,7 @@ License: https://jqwidgets.com/license/
13077
13037
  /******/ var __webpack_module_cache__ = {};
13078
13038
  /******/
13079
13039
  /******/ // The require function
13080
- /******/ function __nested_webpack_require_417790__(moduleId) {
13040
+ /******/ function __webpack_require__(moduleId) {
13081
13041
  /******/ // Check if module is in cache
13082
13042
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
13083
13043
  /******/ if (cachedModule !== undefined) {
@@ -13091,7 +13051,7 @@ License: https://jqwidgets.com/license/
13091
13051
  /******/ };
13092
13052
  /******/
13093
13053
  /******/ // Execute the module function
13094
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_417790__);
13054
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
13095
13055
  /******/
13096
13056
  /******/ // Return the exports of the module
13097
13057
  /******/ return module.exports;
@@ -13100,17 +13060,17 @@ License: https://jqwidgets.com/license/
13100
13060
  /************************************************************************/
13101
13061
  /******/ /* webpack/runtime/amd options */
13102
13062
  /******/ (() => {
13103
- /******/ __nested_webpack_require_417790__.amdO = {};
13063
+ /******/ __webpack_require__.amdO = {};
13104
13064
  /******/ })();
13105
13065
  /******/
13106
13066
  /******/ /* webpack/runtime/compat get default export */
13107
13067
  /******/ (() => {
13108
13068
  /******/ // getDefaultExport function for compatibility with non-harmony modules
13109
- /******/ __nested_webpack_require_417790__.n = (module) => {
13069
+ /******/ __webpack_require__.n = (module) => {
13110
13070
  /******/ var getter = module && module.__esModule ?
13111
13071
  /******/ () => (module['default']) :
13112
13072
  /******/ () => (module);
13113
- /******/ __nested_webpack_require_417790__.d(getter, { a: getter });
13073
+ /******/ __webpack_require__.d(getter, { a: getter });
13114
13074
  /******/ return getter;
13115
13075
  /******/ };
13116
13076
  /******/ })();
@@ -13118,9 +13078,9 @@ License: https://jqwidgets.com/license/
13118
13078
  /******/ /* webpack/runtime/define property getters */
13119
13079
  /******/ (() => {
13120
13080
  /******/ // define getter functions for harmony exports
13121
- /******/ __nested_webpack_require_417790__.d = (exports, definition) => {
13081
+ /******/ __webpack_require__.d = (exports, definition) => {
13122
13082
  /******/ for(var key in definition) {
13123
- /******/ if(__nested_webpack_require_417790__.o(definition, key) && !__nested_webpack_require_417790__.o(exports, key)) {
13083
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13124
13084
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
13125
13085
  /******/ }
13126
13086
  /******/ }
@@ -13129,7 +13089,7 @@ License: https://jqwidgets.com/license/
13129
13089
  /******/
13130
13090
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
13131
13091
  /******/ (() => {
13132
- /******/ __nested_webpack_require_417790__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13092
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13133
13093
  /******/ })();
13134
13094
  /******/
13135
13095
  /************************************************************************/
@@ -13137,26 +13097,16 @@ var __webpack_exports__ = {};
13137
13097
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
13138
13098
  (() => {
13139
13099
  "use strict";
13140
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_417790__(5459);
13141
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_417790__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13142
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_417790__(7351);
13143
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_417790__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13144
- /* harmony import */ var _jqxscrollview__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_417790__(4483);
13145
- /* harmony import */ var _jqxscrollview__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_417790__.n(_jqxscrollview__WEBPACK_IMPORTED_MODULE_2__);
13100
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
13101
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13102
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
13103
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13104
+ /* harmony import */ var _jqxscrollview__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4483);
13105
+ /* harmony import */ var _jqxscrollview__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollview__WEBPACK_IMPORTED_MODULE_2__);
13146
13106
 
13147
13107
 
13148
13108
 
13149
13109
  })();
13150
13110
 
13151
- /******/ })()
13152
- ;
13153
- /******/ })()
13154
- ;
13155
- /******/ })()
13156
- ;
13157
- /******/ })()
13158
- ;
13159
- /******/ })()
13160
- ;
13161
13111
  /******/ })()
13162
13112
  ;