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
 
@@ -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
  }
@@ -19629,7 +19589,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19629
19589
  /******/ var __webpack_module_cache__ = {};
19630
19590
  /******/
19631
19591
  /******/ // The require function
19632
- /******/ function __nested_webpack_require_714387__(moduleId) {
19592
+ /******/ function __webpack_require__(moduleId) {
19633
19593
  /******/ // Check if module is in cache
19634
19594
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
19635
19595
  /******/ if (cachedModule !== undefined) {
@@ -19643,7 +19603,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19643
19603
  /******/ };
19644
19604
  /******/
19645
19605
  /******/ // Execute the module function
19646
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_714387__);
19606
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
19647
19607
  /******/
19648
19608
  /******/ // Return the exports of the module
19649
19609
  /******/ return module.exports;
@@ -19652,17 +19612,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19652
19612
  /************************************************************************/
19653
19613
  /******/ /* webpack/runtime/amd options */
19654
19614
  /******/ (() => {
19655
- /******/ __nested_webpack_require_714387__.amdO = {};
19615
+ /******/ __webpack_require__.amdO = {};
19656
19616
  /******/ })();
19657
19617
  /******/
19658
19618
  /******/ /* webpack/runtime/compat get default export */
19659
19619
  /******/ (() => {
19660
19620
  /******/ // getDefaultExport function for compatibility with non-harmony modules
19661
- /******/ __nested_webpack_require_714387__.n = (module) => {
19621
+ /******/ __webpack_require__.n = (module) => {
19662
19622
  /******/ var getter = module && module.__esModule ?
19663
19623
  /******/ () => (module['default']) :
19664
19624
  /******/ () => (module);
19665
- /******/ __nested_webpack_require_714387__.d(getter, { a: getter });
19625
+ /******/ __webpack_require__.d(getter, { a: getter });
19666
19626
  /******/ return getter;
19667
19627
  /******/ };
19668
19628
  /******/ })();
@@ -19670,9 +19630,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19670
19630
  /******/ /* webpack/runtime/define property getters */
19671
19631
  /******/ (() => {
19672
19632
  /******/ // define getter functions for harmony exports
19673
- /******/ __nested_webpack_require_714387__.d = (exports, definition) => {
19633
+ /******/ __webpack_require__.d = (exports, definition) => {
19674
19634
  /******/ for(var key in definition) {
19675
- /******/ if(__nested_webpack_require_714387__.o(definition, key) && !__nested_webpack_require_714387__.o(exports, key)) {
19635
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
19676
19636
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
19677
19637
  /******/ }
19678
19638
  /******/ }
@@ -19681,7 +19641,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19681
19641
  /******/
19682
19642
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
19683
19643
  /******/ (() => {
19684
- /******/ __nested_webpack_require_714387__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
19644
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
19685
19645
  /******/ })();
19686
19646
  /******/
19687
19647
  /************************************************************************/
@@ -19689,29 +19649,19 @@ var __webpack_exports__ = {};
19689
19649
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
19690
19650
  (() => {
19691
19651
  "use strict";
19692
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_714387__(5459);
19693
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_714387__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
19694
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_714387__(4198);
19695
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_714387__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
19696
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_714387__(7351);
19697
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_714387__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
19698
- /* harmony import */ var _jqxfileupload__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_714387__(9485);
19699
- /* harmony import */ var _jqxfileupload__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_714387__.n(_jqxfileupload__WEBPACK_IMPORTED_MODULE_3__);
19652
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
19653
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
19654
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
19655
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
19656
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7351);
19657
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
19658
+ /* harmony import */ var _jqxfileupload__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(9485);
19659
+ /* harmony import */ var _jqxfileupload__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxfileupload__WEBPACK_IMPORTED_MODULE_3__);
19700
19660
 
19701
19661
 
19702
19662
 
19703
19663
 
19704
19664
  })();
19705
19665
 
19706
- /******/ })()
19707
- ;
19708
- /******/ })()
19709
- ;
19710
- /******/ })()
19711
- ;
19712
- /******/ })()
19713
- ;
19714
- /******/ })()
19715
- ;
19716
19666
  /******/ })()
19717
19667
  ;
@@ -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
 
@@ -11466,7 +11426,7 @@ document.Globalize = Globalize;
11466
11426
  /***/ }),
11467
11427
 
11468
11428
  /***/ 5459:
11469
- /***/ ((module, exports, __nested_webpack_require_484119__) => {
11429
+ /***/ ((module, exports, __webpack_require__) => {
11470
11430
 
11471
11431
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
11472
11432
  /* eslint-disable */
@@ -19646,7 +19606,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19646
19606
  // file names, and JQXLite is normally delivered in a lowercase file name.
19647
19607
  // Do this after creating the global so that if an AMD module wants to call
19648
19608
  // noConflict to hide this version of JQXLite, it will work.
19649
- if ( true && __nested_webpack_require_484119__.amdO.JQXLite) {
19609
+ if ( true && __webpack_require__.amdO.JQXLite) {
19650
19610
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
19651
19611
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
19652
19612
  }
@@ -48310,11 +48270,11 @@ var saveAs = window.jqxSaveAs = saveAs
48310
48270
  _smartPaste: function () {
48311
48271
  var form = this.element;
48312
48272
  var that = this;
48313
- var openaiApiKey = this.aiKey;
48314
48273
  var idPrefix = '';
48315
48274
 
48316
48275
  if (this.enableSmartPaste) {
48317
48276
  form.addEventListener('paste', function (e) {
48277
+ var openaiApiKey = that.aiKey;
48318
48278
  var pastedText = (e.clipboardData || window.clipboardData).getData('text');
48319
48279
  if (!pastedText || !openaiApiKey) return;
48320
48280
 
@@ -63530,7 +63490,7 @@ var saveAs = window.jqxSaveAs = saveAs
63530
63490
  /******/ var __webpack_module_cache__ = {};
63531
63491
  /******/
63532
63492
  /******/ // The require function
63533
- /******/ function __nested_webpack_require_2596273__(moduleId) {
63493
+ /******/ function __webpack_require__(moduleId) {
63534
63494
  /******/ // Check if module is in cache
63535
63495
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
63536
63496
  /******/ if (cachedModule !== undefined) {
@@ -63544,7 +63504,7 @@ var saveAs = window.jqxSaveAs = saveAs
63544
63504
  /******/ };
63545
63505
  /******/
63546
63506
  /******/ // Execute the module function
63547
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2596273__);
63507
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
63548
63508
  /******/
63549
63509
  /******/ // Return the exports of the module
63550
63510
  /******/ return module.exports;
@@ -63553,17 +63513,17 @@ var saveAs = window.jqxSaveAs = saveAs
63553
63513
  /************************************************************************/
63554
63514
  /******/ /* webpack/runtime/amd options */
63555
63515
  /******/ (() => {
63556
- /******/ __nested_webpack_require_2596273__.amdO = {};
63516
+ /******/ __webpack_require__.amdO = {};
63557
63517
  /******/ })();
63558
63518
  /******/
63559
63519
  /******/ /* webpack/runtime/compat get default export */
63560
63520
  /******/ (() => {
63561
63521
  /******/ // getDefaultExport function for compatibility with non-harmony modules
63562
- /******/ __nested_webpack_require_2596273__.n = (module) => {
63522
+ /******/ __webpack_require__.n = (module) => {
63563
63523
  /******/ var getter = module && module.__esModule ?
63564
63524
  /******/ () => (module['default']) :
63565
63525
  /******/ () => (module);
63566
- /******/ __nested_webpack_require_2596273__.d(getter, { a: getter });
63526
+ /******/ __webpack_require__.d(getter, { a: getter });
63567
63527
  /******/ return getter;
63568
63528
  /******/ };
63569
63529
  /******/ })();
@@ -63571,9 +63531,9 @@ var saveAs = window.jqxSaveAs = saveAs
63571
63531
  /******/ /* webpack/runtime/define property getters */
63572
63532
  /******/ (() => {
63573
63533
  /******/ // define getter functions for harmony exports
63574
- /******/ __nested_webpack_require_2596273__.d = (exports, definition) => {
63534
+ /******/ __webpack_require__.d = (exports, definition) => {
63575
63535
  /******/ for(var key in definition) {
63576
- /******/ if(__nested_webpack_require_2596273__.o(definition, key) && !__nested_webpack_require_2596273__.o(exports, key)) {
63536
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
63577
63537
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
63578
63538
  /******/ }
63579
63539
  /******/ }
@@ -63582,7 +63542,7 @@ var saveAs = window.jqxSaveAs = saveAs
63582
63542
  /******/
63583
63543
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
63584
63544
  /******/ (() => {
63585
- /******/ __nested_webpack_require_2596273__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
63545
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
63586
63546
  /******/ })();
63587
63547
  /******/
63588
63548
  /************************************************************************/
@@ -63590,42 +63550,42 @@ var __webpack_exports__ = {};
63590
63550
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
63591
63551
  (() => {
63592
63552
  "use strict";
63593
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2596273__(5459);
63594
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
63595
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2596273__(4198);
63596
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
63597
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2596273__(3907);
63598
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
63599
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2596273__(714);
63600
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
63601
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2596273__(7351);
63602
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
63603
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2596273__(7196);
63604
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
63605
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2596273__(4240);
63606
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
63607
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2596273__(1610);
63608
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
63609
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2596273__(1062);
63610
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
63611
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2596273__(5868);
63612
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
63613
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2596273__(4720);
63614
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
63615
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2596273__(7995);
63616
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
63617
- /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2596273__(6217);
63618
- /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__);
63619
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2596273__(4545);
63620
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__);
63621
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2596273__(2497);
63622
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_14__);
63623
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2596273__(5725);
63624
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_15__);
63625
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2596273__(4993);
63626
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__);
63627
- /* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_2596273__(281);
63628
- /* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_2596273__.n(_jqxform__WEBPACK_IMPORTED_MODULE_17__);
63553
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
63554
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
63555
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
63556
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
63557
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
63558
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
63559
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
63560
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
63561
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
63562
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
63563
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
63564
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
63565
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
63566
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
63567
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
63568
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
63569
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
63570
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
63571
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
63572
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
63573
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
63574
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
63575
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
63576
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
63577
+ /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(6217);
63578
+ /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__);
63579
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(4545);
63580
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__);
63581
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(2497);
63582
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_14__);
63583
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(5725);
63584
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_15__);
63585
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(4993);
63586
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__);
63587
+ /* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(281);
63588
+ /* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxform__WEBPACK_IMPORTED_MODULE_17__);
63629
63589
 
63630
63590
 
63631
63591
 
@@ -63646,15 +63606,5 @@ var __webpack_exports__ = {};
63646
63606
 
63647
63607
  })();
63648
63608
 
63649
- /******/ })()
63650
- ;
63651
- /******/ })()
63652
- ;
63653
- /******/ })()
63654
- ;
63655
- /******/ })()
63656
- ;
63657
- /******/ })()
63658
- ;
63659
63609
  /******/ })()
63660
63610
  ;
@@ -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
 
@@ -6780,7 +6740,7 @@ document.Globalize = Globalize;
6780
6740
  /***/ }),
6781
6741
 
6782
6742
  /***/ 5459:
6783
- /***/ ((module, exports, __nested_webpack_require_272138__) => {
6743
+ /***/ ((module, exports, __webpack_require__) => {
6784
6744
 
6785
6745
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
6786
6746
  /* eslint-disable */
@@ -14960,7 +14920,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14960
14920
  // file names, and JQXLite is normally delivered in a lowercase file name.
14961
14921
  // Do this after creating the global so that if an AMD module wants to call
14962
14922
  // noConflict to hide this version of JQXLite, it will work.
14963
- if ( true && __nested_webpack_require_272138__.amdO.JQXLite) {
14923
+ if ( true && __webpack_require__.amdO.JQXLite) {
14964
14924
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
14965
14925
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
14966
14926
  }
@@ -51933,7 +51893,7 @@ var saveAs = window.jqxSaveAs = saveAs
51933
51893
  /******/ var __webpack_module_cache__ = {};
51934
51894
  /******/
51935
51895
  /******/ // The require function
51936
- /******/ function __nested_webpack_require_2088373__(moduleId) {
51896
+ /******/ function __webpack_require__(moduleId) {
51937
51897
  /******/ // Check if module is in cache
51938
51898
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
51939
51899
  /******/ if (cachedModule !== undefined) {
@@ -51947,7 +51907,7 @@ var saveAs = window.jqxSaveAs = saveAs
51947
51907
  /******/ };
51948
51908
  /******/
51949
51909
  /******/ // Execute the module function
51950
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2088373__);
51910
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
51951
51911
  /******/
51952
51912
  /******/ // Return the exports of the module
51953
51913
  /******/ return module.exports;
@@ -51956,17 +51916,17 @@ var saveAs = window.jqxSaveAs = saveAs
51956
51916
  /************************************************************************/
51957
51917
  /******/ /* webpack/runtime/amd options */
51958
51918
  /******/ (() => {
51959
- /******/ __nested_webpack_require_2088373__.amdO = {};
51919
+ /******/ __webpack_require__.amdO = {};
51960
51920
  /******/ })();
51961
51921
  /******/
51962
51922
  /******/ /* webpack/runtime/compat get default export */
51963
51923
  /******/ (() => {
51964
51924
  /******/ // getDefaultExport function for compatibility with non-harmony modules
51965
- /******/ __nested_webpack_require_2088373__.n = (module) => {
51925
+ /******/ __webpack_require__.n = (module) => {
51966
51926
  /******/ var getter = module && module.__esModule ?
51967
51927
  /******/ () => (module['default']) :
51968
51928
  /******/ () => (module);
51969
- /******/ __nested_webpack_require_2088373__.d(getter, { a: getter });
51929
+ /******/ __webpack_require__.d(getter, { a: getter });
51970
51930
  /******/ return getter;
51971
51931
  /******/ };
51972
51932
  /******/ })();
@@ -51974,9 +51934,9 @@ var saveAs = window.jqxSaveAs = saveAs
51974
51934
  /******/ /* webpack/runtime/define property getters */
51975
51935
  /******/ (() => {
51976
51936
  /******/ // define getter functions for harmony exports
51977
- /******/ __nested_webpack_require_2088373__.d = (exports, definition) => {
51937
+ /******/ __webpack_require__.d = (exports, definition) => {
51978
51938
  /******/ for(var key in definition) {
51979
- /******/ if(__nested_webpack_require_2088373__.o(definition, key) && !__nested_webpack_require_2088373__.o(exports, key)) {
51939
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
51980
51940
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
51981
51941
  /******/ }
51982
51942
  /******/ }
@@ -51985,7 +51945,7 @@ var saveAs = window.jqxSaveAs = saveAs
51985
51945
  /******/
51986
51946
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
51987
51947
  /******/ (() => {
51988
- /******/ __nested_webpack_require_2088373__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
51948
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
51989
51949
  /******/ })();
51990
51950
  /******/
51991
51951
  /************************************************************************/
@@ -51993,34 +51953,34 @@ var __webpack_exports__ = {};
51993
51953
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
51994
51954
  (() => {
51995
51955
  "use strict";
51996
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2088373__(5459);
51997
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2088373__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
51998
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2088373__(4198);
51999
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2088373__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
52000
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2088373__(3907);
52001
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2088373__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
52002
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2088373__(714);
52003
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2088373__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
52004
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2088373__(7351);
52005
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2088373__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
52006
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2088373__(7196);
52007
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2088373__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
52008
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2088373__(4240);
52009
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2088373__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
52010
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2088373__(1610);
52011
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2088373__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
52012
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2088373__(1062);
52013
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2088373__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
52014
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2088373__(5868);
52015
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2088373__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
52016
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2088373__(4720);
52017
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2088373__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
52018
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2088373__(7995);
52019
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2088373__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
52020
- /* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2088373__(1282);
52021
- /* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2088373__.n(_jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__);
52022
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2088373__(2497);
52023
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2088373__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
51956
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
51957
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
51958
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
51959
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
51960
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
51961
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
51962
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
51963
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
51964
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
51965
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
51966
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
51967
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
51968
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
51969
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
51970
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
51971
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
51972
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
51973
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
51974
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
51975
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
51976
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
51977
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
51978
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
51979
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
51980
+ /* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(1282);
51981
+ /* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__);
51982
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
51983
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
52024
51984
 
52025
51985
 
52026
51986
 
@@ -52037,15 +51997,5 @@ var __webpack_exports__ = {};
52037
51997
 
52038
51998
  })();
52039
51999
 
52040
- /******/ })()
52041
- ;
52042
- /******/ })()
52043
- ;
52044
- /******/ })()
52045
- ;
52046
- /******/ })()
52047
- ;
52048
- /******/ })()
52049
- ;
52050
52000
  /******/ })()
52051
52001
  ;