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
 
@@ -48,7 +8,7 @@ License: https://jqwidgets.com/license/ */
48
8
  /******/ var __webpack_modules__ = ({
49
9
 
50
10
  /***/ 5459:
51
- /***/ ((module, exports, __nested_webpack_require_227__) => {
11
+ /***/ ((module, exports, __webpack_require__) => {
52
12
 
53
13
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
54
14
  /* eslint-disable */
@@ -8228,7 +8188,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8228
8188
  // file names, and JQXLite is normally delivered in a lowercase file name.
8229
8189
  // Do this after creating the global so that if an AMD module wants to call
8230
8190
  // noConflict to hide this version of JQXLite, it will work.
8231
- if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
8191
+ if ( true && __webpack_require__.amdO.JQXLite) {
8232
8192
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
8233
8193
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
8234
8194
  }
@@ -12501,7 +12461,7 @@ delete window.jqxWindow;
12501
12461
  /******/ var __webpack_module_cache__ = {};
12502
12462
  /******/
12503
12463
  /******/ // The require function
12504
- /******/ function __nested_webpack_require_2004897__(moduleId) {
12464
+ /******/ function __webpack_require__(moduleId) {
12505
12465
  /******/ // Check if module is in cache
12506
12466
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12507
12467
  /******/ if (cachedModule !== undefined) {
@@ -12515,7 +12475,7 @@ delete window.jqxWindow;
12515
12475
  /******/ };
12516
12476
  /******/
12517
12477
  /******/ // Execute the module function
12518
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2004897__);
12478
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12519
12479
  /******/
12520
12480
  /******/ // Return the exports of the module
12521
12481
  /******/ return module.exports;
@@ -12524,17 +12484,17 @@ delete window.jqxWindow;
12524
12484
  /************************************************************************/
12525
12485
  /******/ /* webpack/runtime/amd options */
12526
12486
  /******/ (() => {
12527
- /******/ __nested_webpack_require_2004897__.amdO = {};
12487
+ /******/ __webpack_require__.amdO = {};
12528
12488
  /******/ })();
12529
12489
  /******/
12530
12490
  /******/ /* webpack/runtime/compat get default export */
12531
12491
  /******/ (() => {
12532
12492
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12533
- /******/ __nested_webpack_require_2004897__.n = (module) => {
12493
+ /******/ __webpack_require__.n = (module) => {
12534
12494
  /******/ var getter = module && module.__esModule ?
12535
12495
  /******/ () => (module['default']) :
12536
12496
  /******/ () => (module);
12537
- /******/ __nested_webpack_require_2004897__.d(getter, { a: getter });
12497
+ /******/ __webpack_require__.d(getter, { a: getter });
12538
12498
  /******/ return getter;
12539
12499
  /******/ };
12540
12500
  /******/ })();
@@ -12542,9 +12502,9 @@ delete window.jqxWindow;
12542
12502
  /******/ /* webpack/runtime/define property getters */
12543
12503
  /******/ (() => {
12544
12504
  /******/ // define getter functions for harmony exports
12545
- /******/ __nested_webpack_require_2004897__.d = (exports, definition) => {
12505
+ /******/ __webpack_require__.d = (exports, definition) => {
12546
12506
  /******/ for(var key in definition) {
12547
- /******/ if(__nested_webpack_require_2004897__.o(definition, key) && !__nested_webpack_require_2004897__.o(exports, key)) {
12507
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12548
12508
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12549
12509
  /******/ }
12550
12510
  /******/ }
@@ -12553,7 +12513,7 @@ delete window.jqxWindow;
12553
12513
  /******/
12554
12514
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12555
12515
  /******/ (() => {
12556
- /******/ __nested_webpack_require_2004897__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12516
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12557
12517
  /******/ })();
12558
12518
  /******/
12559
12519
  /************************************************************************/
@@ -12561,26 +12521,16 @@ var __webpack_exports__ = {};
12561
12521
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12562
12522
  (() => {
12563
12523
  "use strict";
12564
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2004897__(5459);
12565
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2004897__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12566
- /* harmony import */ var _jqxgantt_api__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2004897__(4452);
12567
- /* harmony import */ var _jqxgantt_api__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2004897__.n(_jqxgantt_api__WEBPACK_IMPORTED_MODULE_1__);
12568
- /* harmony import */ var _jqxgantt__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2004897__(6309);
12569
- /* harmony import */ var _jqxgantt__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2004897__.n(_jqxgantt__WEBPACK_IMPORTED_MODULE_2__);
12524
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12525
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12526
+ /* harmony import */ var _jqxgantt_api__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4452);
12527
+ /* harmony import */ var _jqxgantt_api__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxgantt_api__WEBPACK_IMPORTED_MODULE_1__);
12528
+ /* harmony import */ var _jqxgantt__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6309);
12529
+ /* harmony import */ var _jqxgantt__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxgantt__WEBPACK_IMPORTED_MODULE_2__);
12570
12530
 
12571
12531
 
12572
12532
 
12573
12533
  })();
12574
12534
 
12575
- /******/ })()
12576
- ;
12577
- /******/ })()
12578
- ;
12579
- /******/ })()
12580
- ;
12581
- /******/ })()
12582
- ;
12583
- /******/ })()
12584
- ;
12585
12535
  /******/ })()
12586
12536
  ;
@@ -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
 
@@ -1868,7 +1828,7 @@ License: https://jqwidgets.com/license/ */
1868
1828
  /***/ }),
1869
1829
 
1870
1830
  /***/ 5459:
1871
- /***/ ((module, exports, __nested_webpack_require_74198__) => {
1831
+ /***/ ((module, exports, __webpack_require__) => {
1872
1832
 
1873
1833
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1874
1834
  /* eslint-disable */
@@ -10048,7 +10008,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10048
10008
  // file names, and JQXLite is normally delivered in a lowercase file name.
10049
10009
  // Do this after creating the global so that if an AMD module wants to call
10050
10010
  // noConflict to hide this version of JQXLite, it will work.
10051
- if ( true && __nested_webpack_require_74198__.amdO.JQXLite) {
10011
+ if ( true && __webpack_require__.amdO.JQXLite) {
10052
10012
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10053
10013
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10054
10014
  }
@@ -19515,7 +19475,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19515
19475
  /******/ var __webpack_module_cache__ = {};
19516
19476
  /******/
19517
19477
  /******/ // The require function
19518
- /******/ function __nested_webpack_require_687940__(moduleId) {
19478
+ /******/ function __webpack_require__(moduleId) {
19519
19479
  /******/ // Check if module is in cache
19520
19480
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
19521
19481
  /******/ if (cachedModule !== undefined) {
@@ -19529,7 +19489,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19529
19489
  /******/ };
19530
19490
  /******/
19531
19491
  /******/ // Execute the module function
19532
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_687940__);
19492
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
19533
19493
  /******/
19534
19494
  /******/ // Return the exports of the module
19535
19495
  /******/ return module.exports;
@@ -19538,17 +19498,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19538
19498
  /************************************************************************/
19539
19499
  /******/ /* webpack/runtime/amd options */
19540
19500
  /******/ (() => {
19541
- /******/ __nested_webpack_require_687940__.amdO = {};
19501
+ /******/ __webpack_require__.amdO = {};
19542
19502
  /******/ })();
19543
19503
  /******/
19544
19504
  /******/ /* webpack/runtime/compat get default export */
19545
19505
  /******/ (() => {
19546
19506
  /******/ // getDefaultExport function for compatibility with non-harmony modules
19547
- /******/ __nested_webpack_require_687940__.n = (module) => {
19507
+ /******/ __webpack_require__.n = (module) => {
19548
19508
  /******/ var getter = module && module.__esModule ?
19549
19509
  /******/ () => (module['default']) :
19550
19510
  /******/ () => (module);
19551
- /******/ __nested_webpack_require_687940__.d(getter, { a: getter });
19511
+ /******/ __webpack_require__.d(getter, { a: getter });
19552
19512
  /******/ return getter;
19553
19513
  /******/ };
19554
19514
  /******/ })();
@@ -19556,9 +19516,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19556
19516
  /******/ /* webpack/runtime/define property getters */
19557
19517
  /******/ (() => {
19558
19518
  /******/ // define getter functions for harmony exports
19559
- /******/ __nested_webpack_require_687940__.d = (exports, definition) => {
19519
+ /******/ __webpack_require__.d = (exports, definition) => {
19560
19520
  /******/ for(var key in definition) {
19561
- /******/ if(__nested_webpack_require_687940__.o(definition, key) && !__nested_webpack_require_687940__.o(exports, key)) {
19521
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
19562
19522
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
19563
19523
  /******/ }
19564
19524
  /******/ }
@@ -19567,7 +19527,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19567
19527
  /******/
19568
19528
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
19569
19529
  /******/ (() => {
19570
- /******/ __nested_webpack_require_687940__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
19530
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
19571
19531
  /******/ })();
19572
19532
  /******/
19573
19533
  /************************************************************************/
@@ -19575,16 +19535,16 @@ var __webpack_exports__ = {};
19575
19535
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
19576
19536
  (() => {
19577
19537
  "use strict";
19578
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_687940__(5459);
19579
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_687940__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
19580
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_687940__(7351);
19581
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_687940__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
19582
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_687940__(7196);
19583
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_687940__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
19584
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_687940__(3159);
19585
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_687940__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_3__);
19586
- /* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_687940__(482);
19587
- /* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_687940__.n(_jqxgauge__WEBPACK_IMPORTED_MODULE_4__);
19538
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
19539
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
19540
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
19541
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
19542
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
19543
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
19544
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3159);
19545
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_3__);
19546
+ /* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(482);
19547
+ /* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxgauge__WEBPACK_IMPORTED_MODULE_4__);
19588
19548
 
19589
19549
 
19590
19550
 
@@ -19592,15 +19552,5 @@ var __webpack_exports__ = {};
19592
19552
 
19593
19553
  })();
19594
19554
 
19595
- /******/ })()
19596
- ;
19597
- /******/ })()
19598
- ;
19599
- /******/ })()
19600
- ;
19601
- /******/ })()
19602
- ;
19603
- /******/ })()
19604
- ;
19605
19555
  /******/ })()
19606
19556
  ;