jqwidgets-ng 22.0.0 → 22.0.1

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 (89) hide show
  1. package/jqwidgets/jqx-all.js +98 -3335
  2. package/jqwidgets/jqxbarcode.js +12 -0
  3. package/jqwidgets/jqxcheckboxgroup.js +12 -0
  4. package/jqwidgets/jqxcore.js +1 -1
  5. package/jqwidgets/jqxgrid.export.js +1 -831
  6. package/jqwidgets/jqxqrcode.js +12 -0
  7. package/jqwidgets/jqxradiobuttongroup.js +12 -0
  8. package/jqwidgets/jqxsplitlayout.js +1 -2456
  9. package/jqwidgets/modules/jqxbarcode.js +24 -14
  10. package/jqwidgets/modules/jqxbargauge.js +26 -16
  11. package/jqwidgets/modules/jqxbulletchart.js +28 -18
  12. package/jqwidgets/modules/jqxbuttongroup.js +26 -16
  13. package/jqwidgets/modules/jqxbuttons.js +24 -14
  14. package/jqwidgets/modules/jqxcalendar.js +30 -20
  15. package/jqwidgets/modules/jqxchart.js +38 -28
  16. package/jqwidgets/modules/jqxcheckbox.js +28 -18
  17. package/jqwidgets/modules/jqxcheckboxgroup.js +28 -18
  18. package/jqwidgets/modules/jqxcolorpicker.js +30 -20
  19. package/jqwidgets/modules/jqxcombobox.js +34 -24
  20. package/jqwidgets/modules/jqxcomplexinput.js +26 -16
  21. package/jqwidgets/modules/jqxdatatable.js +54 -44
  22. package/jqwidgets/modules/jqxdatetimeinput.js +48 -38
  23. package/jqwidgets/modules/jqxdocking.js +28 -18
  24. package/jqwidgets/modules/jqxdockinglayout.js +36 -26
  25. package/jqwidgets/modules/jqxdockpanel.js +26 -16
  26. package/jqwidgets/modules/jqxdragdrop.js +28 -18
  27. package/jqwidgets/modules/jqxdraw.js +24 -14
  28. package/jqwidgets/modules/jqxdropdownbutton.js +26 -16
  29. package/jqwidgets/modules/jqxdropdownlist.js +46 -36
  30. package/jqwidgets/modules/jqxeditor.js +58 -48
  31. package/jqwidgets/modules/jqxexpander.js +32 -22
  32. package/jqwidgets/modules/jqxfileupload.js +28 -18
  33. package/jqwidgets/modules/jqxform.js +56 -46
  34. package/jqwidgets/modules/jqxformattedinput.js +48 -38
  35. package/jqwidgets/modules/jqxgantt.js +26 -16
  36. package/jqwidgets/modules/jqxgauge.js +30 -20
  37. package/jqwidgets/modules/jqxgrid.js +80 -70
  38. package/jqwidgets/modules/jqxheatmap.js +26 -16
  39. package/jqwidgets/modules/jqxinput.js +28 -18
  40. package/jqwidgets/modules/jqxkanban.js +58 -48
  41. package/jqwidgets/modules/jqxknob.js +28 -18
  42. package/jqwidgets/modules/jqxlayout.js +36 -26
  43. package/jqwidgets/modules/jqxlineargauge.js +30 -20
  44. package/jqwidgets/modules/jqxlinkbutton.js +24 -14
  45. package/jqwidgets/modules/jqxlistbox.js +38 -28
  46. package/jqwidgets/modules/jqxlistmenu.js +54 -44
  47. package/jqwidgets/modules/jqxloader.js +24 -14
  48. package/jqwidgets/modules/jqxmaskedinput.js +24 -14
  49. package/jqwidgets/modules/jqxmenu.js +36 -26
  50. package/jqwidgets/modules/jqxnavbar.js +32 -22
  51. package/jqwidgets/modules/jqxnavigationbar.js +40 -30
  52. package/jqwidgets/modules/jqxnotification.js +32 -22
  53. package/jqwidgets/modules/jqxnumberinput.js +38 -28
  54. package/jqwidgets/modules/jqxpanel.js +30 -20
  55. package/jqwidgets/modules/jqxpasswordinput.js +32 -22
  56. package/jqwidgets/modules/jqxpivotdesigner.js +62 -52
  57. package/jqwidgets/modules/jqxpivotgrid.js +62 -52
  58. package/jqwidgets/modules/jqxpopover.js +26 -16
  59. package/jqwidgets/modules/jqxprogressbar.js +24 -14
  60. package/jqwidgets/modules/jqxqrcode.js +32 -22
  61. package/jqwidgets/modules/jqxradiobutongroup.js +28 -18
  62. package/jqwidgets/modules/jqxradiobutton.js +26 -16
  63. package/jqwidgets/modules/jqxrangeselector.js +28 -18
  64. package/jqwidgets/modules/jqxrating.js +26 -16
  65. package/jqwidgets/modules/jqxrepeatbutton.js +24 -14
  66. package/jqwidgets/modules/jqxresponsivepanel.js +26 -16
  67. package/jqwidgets/modules/jqxribbon.js +28 -18
  68. package/jqwidgets/modules/jqxscheduler.js +64 -54
  69. package/jqwidgets/modules/jqxscrollbar.js +26 -16
  70. package/jqwidgets/modules/jqxscrollview.js +26 -16
  71. package/jqwidgets/modules/jqxslider.js +26 -16
  72. package/jqwidgets/modules/jqxsortable.js +26 -16
  73. package/jqwidgets/modules/jqxsplitlayout.js +24 -14
  74. package/jqwidgets/modules/jqxsplitter.js +26 -16
  75. package/jqwidgets/modules/jqxswitchbutton.js +30 -20
  76. package/jqwidgets/modules/jqxtabs.js +38 -28
  77. package/jqwidgets/modules/jqxtagcloud.js +32 -22
  78. package/jqwidgets/modules/jqxtextarea.js +32 -22
  79. package/jqwidgets/modules/jqxtimeline.js +24 -14
  80. package/jqwidgets/modules/jqxtimepicker.js +26 -16
  81. package/jqwidgets/modules/jqxtogglebutton.js +24 -14
  82. package/jqwidgets/modules/jqxtoolbar.js +56 -46
  83. package/jqwidgets/modules/jqxtooltip.js +24 -14
  84. package/jqwidgets/modules/jqxtree.js +36 -26
  85. package/jqwidgets/modules/jqxtreegrid.js +56 -46
  86. package/jqwidgets/modules/jqxtreemap.js +28 -18
  87. package/jqwidgets/modules/jqxvalidator.js +30 -20
  88. package/jqwidgets/modules/jqxwindow.js +26 -16
  89. package/package.json +1 -1
@@ -4,6 +4,14 @@ Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://jqwidgets.com/license/ */
5
5
 
6
6
 
7
+ /******/ (() => { // webpackBootstrap
8
+ var __webpack_exports__ = {};
9
+
10
+ /* Release Date: Sep-17-2024
11
+ Copyright (c) 2011-2024 jQWidgets.
12
+ License: https://jqwidgets.com/license/ */
13
+
14
+
7
15
  /******/ (() => { // webpackBootstrap
8
16
  /******/ var __webpack_modules__ = ({
9
17
 
@@ -6653,7 +6661,7 @@ document.Globalize = Globalize;
6653
6661
  /***/ }),
6654
6662
 
6655
6663
  /***/ 5459:
6656
- /***/ ((module, exports, __webpack_require__) => {
6664
+ /***/ ((module, exports, __nested_webpack_require_277478__) => {
6657
6665
 
6658
6666
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
6659
6667
  /* eslint-disable */
@@ -14833,7 +14841,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14833
14841
  // file names, and JQXLite is normally delivered in a lowercase file name.
14834
14842
  // Do this after creating the global so that if an AMD module wants to call
14835
14843
  // noConflict to hide this version of JQXLite, it will work.
14836
- if ( true && __webpack_require__.amdO.JQXLite) {
14844
+ if ( true && __nested_webpack_require_277478__.amdO.JQXLite) {
14837
14845
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
14838
14846
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
14839
14847
  }
@@ -24508,7 +24516,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
24508
24516
  /******/ var __webpack_module_cache__ = {};
24509
24517
  /******/
24510
24518
  /******/ // The require function
24511
- /******/ function __webpack_require__(moduleId) {
24519
+ /******/ function __nested_webpack_require_914646__(moduleId) {
24512
24520
  /******/ // Check if module is in cache
24513
24521
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
24514
24522
  /******/ if (cachedModule !== undefined) {
@@ -24522,7 +24530,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
24522
24530
  /******/ };
24523
24531
  /******/
24524
24532
  /******/ // Execute the module function
24525
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
24533
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_914646__);
24526
24534
  /******/
24527
24535
  /******/ // Return the exports of the module
24528
24536
  /******/ return module.exports;
@@ -24531,17 +24539,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
24531
24539
  /************************************************************************/
24532
24540
  /******/ /* webpack/runtime/amd options */
24533
24541
  /******/ (() => {
24534
- /******/ __webpack_require__.amdO = {};
24542
+ /******/ __nested_webpack_require_914646__.amdO = {};
24535
24543
  /******/ })();
24536
24544
  /******/
24537
24545
  /******/ /* webpack/runtime/compat get default export */
24538
24546
  /******/ (() => {
24539
24547
  /******/ // getDefaultExport function for compatibility with non-harmony modules
24540
- /******/ __webpack_require__.n = (module) => {
24548
+ /******/ __nested_webpack_require_914646__.n = (module) => {
24541
24549
  /******/ var getter = module && module.__esModule ?
24542
24550
  /******/ () => (module['default']) :
24543
24551
  /******/ () => (module);
24544
- /******/ __webpack_require__.d(getter, { a: getter });
24552
+ /******/ __nested_webpack_require_914646__.d(getter, { a: getter });
24545
24553
  /******/ return getter;
24546
24554
  /******/ };
24547
24555
  /******/ })();
@@ -24549,9 +24557,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
24549
24557
  /******/ /* webpack/runtime/define property getters */
24550
24558
  /******/ (() => {
24551
24559
  /******/ // define getter functions for harmony exports
24552
- /******/ __webpack_require__.d = (exports, definition) => {
24560
+ /******/ __nested_webpack_require_914646__.d = (exports, definition) => {
24553
24561
  /******/ for(var key in definition) {
24554
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
24562
+ /******/ if(__nested_webpack_require_914646__.o(definition, key) && !__nested_webpack_require_914646__.o(exports, key)) {
24555
24563
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
24556
24564
  /******/ }
24557
24565
  /******/ }
@@ -24560,7 +24568,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
24560
24568
  /******/
24561
24569
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
24562
24570
  /******/ (() => {
24563
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
24571
+ /******/ __nested_webpack_require_914646__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
24564
24572
  /******/ })();
24565
24573
  /******/
24566
24574
  /************************************************************************/
@@ -24568,16 +24576,16 @@ var __webpack_exports__ = {};
24568
24576
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
24569
24577
  (() => {
24570
24578
  "use strict";
24571
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
24572
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
24573
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
24574
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
24575
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(2497);
24576
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_2__);
24577
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4993);
24578
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3__);
24579
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(5725);
24580
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_4__);
24579
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_914646__(5459);
24580
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_914646__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
24581
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_914646__(7351);
24582
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_914646__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
24583
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_914646__(2497);
24584
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_914646__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_2__);
24585
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_914646__(4993);
24586
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_914646__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3__);
24587
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_914646__(5725);
24588
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_914646__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_4__);
24581
24589
 
24582
24590
 
24583
24591
 
@@ -24585,5 +24593,7 @@ var __webpack_exports__ = {};
24585
24593
 
24586
24594
  })();
24587
24595
 
24596
+ /******/ })()
24597
+ ;
24588
24598
  /******/ })()
24589
24599
  ;
@@ -4,6 +4,14 @@ Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://jqwidgets.com/license/ */
5
5
 
6
6
 
7
+ /******/ (() => { // webpackBootstrap
8
+ var __webpack_exports__ = {};
9
+
10
+ /* Release Date: Sep-17-2024
11
+ Copyright (c) 2011-2024 jQWidgets.
12
+ License: https://jqwidgets.com/license/ */
13
+
14
+
7
15
  /******/ (() => { // webpackBootstrap
8
16
  /******/ var __webpack_modules__ = ({
9
17
 
@@ -11904,7 +11912,7 @@ License: https://jqwidgets.com/license/ */
11904
11912
  /***/ }),
11905
11913
 
11906
11914
  /***/ 5459:
11907
- /***/ ((module, exports, __webpack_require__) => {
11915
+ /***/ ((module, exports, __nested_webpack_require_518559__) => {
11908
11916
 
11909
11917
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
11910
11918
  /* eslint-disable */
@@ -20084,7 +20092,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20084
20092
  // file names, and JQXLite is normally delivered in a lowercase file name.
20085
20093
  // Do this after creating the global so that if an AMD module wants to call
20086
20094
  // noConflict to hide this version of JQXLite, it will work.
20087
- if ( true && __webpack_require__.amdO.JQXLite) {
20095
+ if ( true && __nested_webpack_require_518559__.amdO.JQXLite) {
20088
20096
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
20089
20097
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
20090
20098
  }
@@ -37306,7 +37314,7 @@ var saveAs = window.jqxSaveAs = saveAs
37306
37314
  /******/ var __webpack_module_cache__ = {};
37307
37315
  /******/
37308
37316
  /******/ // The require function
37309
- /******/ function __webpack_require__(moduleId) {
37317
+ /******/ function __nested_webpack_require_1450743__(moduleId) {
37310
37318
  /******/ // Check if module is in cache
37311
37319
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
37312
37320
  /******/ if (cachedModule !== undefined) {
@@ -37320,7 +37328,7 @@ var saveAs = window.jqxSaveAs = saveAs
37320
37328
  /******/ };
37321
37329
  /******/
37322
37330
  /******/ // Execute the module function
37323
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
37331
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1450743__);
37324
37332
  /******/
37325
37333
  /******/ // Return the exports of the module
37326
37334
  /******/ return module.exports;
@@ -37329,17 +37337,17 @@ var saveAs = window.jqxSaveAs = saveAs
37329
37337
  /************************************************************************/
37330
37338
  /******/ /* webpack/runtime/amd options */
37331
37339
  /******/ (() => {
37332
- /******/ __webpack_require__.amdO = {};
37340
+ /******/ __nested_webpack_require_1450743__.amdO = {};
37333
37341
  /******/ })();
37334
37342
  /******/
37335
37343
  /******/ /* webpack/runtime/compat get default export */
37336
37344
  /******/ (() => {
37337
37345
  /******/ // getDefaultExport function for compatibility with non-harmony modules
37338
- /******/ __webpack_require__.n = (module) => {
37346
+ /******/ __nested_webpack_require_1450743__.n = (module) => {
37339
37347
  /******/ var getter = module && module.__esModule ?
37340
37348
  /******/ () => (module['default']) :
37341
37349
  /******/ () => (module);
37342
- /******/ __webpack_require__.d(getter, { a: getter });
37350
+ /******/ __nested_webpack_require_1450743__.d(getter, { a: getter });
37343
37351
  /******/ return getter;
37344
37352
  /******/ };
37345
37353
  /******/ })();
@@ -37347,9 +37355,9 @@ var saveAs = window.jqxSaveAs = saveAs
37347
37355
  /******/ /* webpack/runtime/define property getters */
37348
37356
  /******/ (() => {
37349
37357
  /******/ // define getter functions for harmony exports
37350
- /******/ __webpack_require__.d = (exports, definition) => {
37358
+ /******/ __nested_webpack_require_1450743__.d = (exports, definition) => {
37351
37359
  /******/ for(var key in definition) {
37352
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
37360
+ /******/ if(__nested_webpack_require_1450743__.o(definition, key) && !__nested_webpack_require_1450743__.o(exports, key)) {
37353
37361
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
37354
37362
  /******/ }
37355
37363
  /******/ }
@@ -37358,7 +37366,7 @@ var saveAs = window.jqxSaveAs = saveAs
37358
37366
  /******/
37359
37367
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
37360
37368
  /******/ (() => {
37361
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
37369
+ /******/ __nested_webpack_require_1450743__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
37362
37370
  /******/ })();
37363
37371
  /******/
37364
37372
  /************************************************************************/
@@ -37366,24 +37374,24 @@ var __webpack_exports__ = {};
37366
37374
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
37367
37375
  (() => {
37368
37376
  "use strict";
37369
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
37370
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
37371
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
37372
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
37373
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
37374
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
37375
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3159);
37376
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_3__);
37377
- /* harmony import */ var _jqxchart_core__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7848);
37378
- /* harmony import */ var _jqxchart_core__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxchart_core__WEBPACK_IMPORTED_MODULE_4__);
37379
- /* harmony import */ var _jqxchart_api__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(9815);
37380
- /* harmony import */ var _jqxchart_api__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxchart_api__WEBPACK_IMPORTED_MODULE_5__);
37381
- /* harmony import */ var _jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(675);
37382
- /* harmony import */ var _jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6__);
37383
- /* harmony import */ var _jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(2306);
37384
- /* harmony import */ var _jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7__);
37385
- /* harmony import */ var _jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(2462);
37386
- /* harmony import */ var _jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8__);
37377
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1450743__(5459);
37378
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
37379
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1450743__(4198);
37380
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
37381
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1450743__(3907);
37382
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
37383
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1450743__(3159);
37384
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_3__);
37385
+ /* harmony import */ var _jqxchart_core__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1450743__(7848);
37386
+ /* harmony import */ var _jqxchart_core__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxchart_core__WEBPACK_IMPORTED_MODULE_4__);
37387
+ /* harmony import */ var _jqxchart_api__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1450743__(9815);
37388
+ /* harmony import */ var _jqxchart_api__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxchart_api__WEBPACK_IMPORTED_MODULE_5__);
37389
+ /* harmony import */ var _jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1450743__(675);
37390
+ /* harmony import */ var _jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6__);
37391
+ /* harmony import */ var _jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1450743__(2306);
37392
+ /* harmony import */ var _jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7__);
37393
+ /* harmony import */ var _jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_1450743__(2462);
37394
+ /* harmony import */ var _jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8__);
37387
37395
 
37388
37396
 
37389
37397
 
@@ -37395,5 +37403,7 @@ var __webpack_exports__ = {};
37395
37403
 
37396
37404
  })();
37397
37405
 
37406
+ /******/ })()
37407
+ ;
37398
37408
  /******/ })()
37399
37409
  ;
@@ -4,6 +4,14 @@ Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://jqwidgets.com/license/ */
5
5
 
6
6
 
7
+ /******/ (() => { // webpackBootstrap
8
+ var __webpack_exports__ = {};
9
+
10
+ /* Release Date: Sep-17-2024
11
+ Copyright (c) 2011-2024 jQWidgets.
12
+ License: https://jqwidgets.com/license/ */
13
+
14
+
7
15
  /******/ (() => { // webpackBootstrap
8
16
  /******/ var __webpack_modules__ = ({
9
17
 
@@ -2044,7 +2052,7 @@ License: https://jqwidgets.com/license/ */
2044
2052
  /***/ }),
2045
2053
 
2046
2054
  /***/ 5459:
2047
- /***/ ((module, exports, __webpack_require__) => {
2055
+ /***/ ((module, exports, __nested_webpack_require_84851__) => {
2048
2056
 
2049
2057
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
2050
2058
  /* eslint-disable */
@@ -10224,7 +10232,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10224
10232
  // file names, and JQXLite is normally delivered in a lowercase file name.
10225
10233
  // Do this after creating the global so that if an AMD module wants to call
10226
10234
  // noConflict to hide this version of JQXLite, it will work.
10227
- if ( true && __webpack_require__.amdO.JQXLite) {
10235
+ if ( true && __nested_webpack_require_84851__.amdO.JQXLite) {
10228
10236
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10229
10237
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10230
10238
  }
@@ -17385,7 +17393,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17385
17393
  /******/ var __webpack_module_cache__ = {};
17386
17394
  /******/
17387
17395
  /******/ // The require function
17388
- /******/ function __webpack_require__(moduleId) {
17396
+ /******/ function __nested_webpack_require_591808__(moduleId) {
17389
17397
  /******/ // Check if module is in cache
17390
17398
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
17391
17399
  /******/ if (cachedModule !== undefined) {
@@ -17399,7 +17407,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17399
17407
  /******/ };
17400
17408
  /******/
17401
17409
  /******/ // Execute the module function
17402
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
17410
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_591808__);
17403
17411
  /******/
17404
17412
  /******/ // Return the exports of the module
17405
17413
  /******/ return module.exports;
@@ -17408,17 +17416,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17408
17416
  /************************************************************************/
17409
17417
  /******/ /* webpack/runtime/amd options */
17410
17418
  /******/ (() => {
17411
- /******/ __webpack_require__.amdO = {};
17419
+ /******/ __nested_webpack_require_591808__.amdO = {};
17412
17420
  /******/ })();
17413
17421
  /******/
17414
17422
  /******/ /* webpack/runtime/compat get default export */
17415
17423
  /******/ (() => {
17416
17424
  /******/ // getDefaultExport function for compatibility with non-harmony modules
17417
- /******/ __webpack_require__.n = (module) => {
17425
+ /******/ __nested_webpack_require_591808__.n = (module) => {
17418
17426
  /******/ var getter = module && module.__esModule ?
17419
17427
  /******/ () => (module['default']) :
17420
17428
  /******/ () => (module);
17421
- /******/ __webpack_require__.d(getter, { a: getter });
17429
+ /******/ __nested_webpack_require_591808__.d(getter, { a: getter });
17422
17430
  /******/ return getter;
17423
17431
  /******/ };
17424
17432
  /******/ })();
@@ -17426,9 +17434,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17426
17434
  /******/ /* webpack/runtime/define property getters */
17427
17435
  /******/ (() => {
17428
17436
  /******/ // define getter functions for harmony exports
17429
- /******/ __webpack_require__.d = (exports, definition) => {
17437
+ /******/ __nested_webpack_require_591808__.d = (exports, definition) => {
17430
17438
  /******/ for(var key in definition) {
17431
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
17439
+ /******/ if(__nested_webpack_require_591808__.o(definition, key) && !__nested_webpack_require_591808__.o(exports, key)) {
17432
17440
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
17433
17441
  /******/ }
17434
17442
  /******/ }
@@ -17437,7 +17445,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17437
17445
  /******/
17438
17446
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
17439
17447
  /******/ (() => {
17440
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
17448
+ /******/ __nested_webpack_require_591808__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
17441
17449
  /******/ })();
17442
17450
  /******/
17443
17451
  /************************************************************************/
@@ -17445,19 +17453,21 @@ var __webpack_exports__ = {};
17445
17453
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
17446
17454
  (() => {
17447
17455
  "use strict";
17448
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
17449
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
17450
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
17451
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
17452
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7995);
17453
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_2__);
17454
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4545);
17455
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_3__);
17456
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_591808__(5459);
17457
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_591808__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
17458
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_591808__(7351);
17459
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_591808__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
17460
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_591808__(7995);
17461
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_591808__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_2__);
17462
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_591808__(4545);
17463
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_591808__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_3__);
17456
17464
 
17457
17465
 
17458
17466
 
17459
17467
 
17460
17468
  })();
17461
17469
 
17470
+ /******/ })()
17471
+ ;
17462
17472
  /******/ })()
17463
17473
  ;
@@ -4,6 +4,14 @@ Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://jqwidgets.com/license/ */
5
5
 
6
6
 
7
+ /******/ (() => { // webpackBootstrap
8
+ var __webpack_exports__ = {};
9
+
10
+ /* Release Date: Sep-17-2024
11
+ Copyright (c) 2011-2024 jQWidgets.
12
+ License: https://jqwidgets.com/license/ */
13
+
14
+
7
15
  /******/ (() => { // webpackBootstrap
8
16
  /******/ var __webpack_modules__ = ({
9
17
 
@@ -2450,7 +2458,7 @@ License: https://jqwidgets.com/license/ */
2450
2458
  /***/ }),
2451
2459
 
2452
2460
  /***/ 5459:
2453
- /***/ ((module, exports, __webpack_require__) => {
2461
+ /***/ ((module, exports, __nested_webpack_require_98119__) => {
2454
2462
 
2455
2463
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
2456
2464
  /* eslint-disable */
@@ -10630,7 +10638,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10630
10638
  // file names, and JQXLite is normally delivered in a lowercase file name.
10631
10639
  // Do this after creating the global so that if an AMD module wants to call
10632
10640
  // noConflict to hide this version of JQXLite, it will work.
10633
- if ( true && __webpack_require__.amdO.JQXLite) {
10641
+ if ( true && __nested_webpack_require_98119__.amdO.JQXLite) {
10634
10642
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10635
10643
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10636
10644
  }
@@ -13833,7 +13841,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13833
13841
  /******/ var __webpack_module_cache__ = {};
13834
13842
  /******/
13835
13843
  /******/ // The require function
13836
- /******/ function __webpack_require__(moduleId) {
13844
+ /******/ function __nested_webpack_require_447110__(moduleId) {
13837
13845
  /******/ // Check if module is in cache
13838
13846
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
13839
13847
  /******/ if (cachedModule !== undefined) {
@@ -13847,7 +13855,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13847
13855
  /******/ };
13848
13856
  /******/
13849
13857
  /******/ // Execute the module function
13850
- /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
13858
+ /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_447110__);
13851
13859
  /******/
13852
13860
  /******/ // Return the exports of the module
13853
13861
  /******/ return module.exports;
@@ -13856,17 +13864,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13856
13864
  /************************************************************************/
13857
13865
  /******/ /* webpack/runtime/amd options */
13858
13866
  /******/ (() => {
13859
- /******/ __webpack_require__.amdO = {};
13867
+ /******/ __nested_webpack_require_447110__.amdO = {};
13860
13868
  /******/ })();
13861
13869
  /******/
13862
13870
  /******/ /* webpack/runtime/compat get default export */
13863
13871
  /******/ (() => {
13864
13872
  /******/ // getDefaultExport function for compatibility with non-harmony modules
13865
- /******/ __webpack_require__.n = (module) => {
13873
+ /******/ __nested_webpack_require_447110__.n = (module) => {
13866
13874
  /******/ var getter = module && module.__esModule ?
13867
13875
  /******/ () => (module['default']) :
13868
13876
  /******/ () => (module);
13869
- /******/ __webpack_require__.d(getter, { a: getter });
13877
+ /******/ __nested_webpack_require_447110__.d(getter, { a: getter });
13870
13878
  /******/ return getter;
13871
13879
  /******/ };
13872
13880
  /******/ })();
@@ -13874,9 +13882,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13874
13882
  /******/ /* webpack/runtime/define property getters */
13875
13883
  /******/ (() => {
13876
13884
  /******/ // define getter functions for harmony exports
13877
- /******/ __webpack_require__.d = (exports, definition) => {
13885
+ /******/ __nested_webpack_require_447110__.d = (exports, definition) => {
13878
13886
  /******/ for(var key in definition) {
13879
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13887
+ /******/ if(__nested_webpack_require_447110__.o(definition, key) && !__nested_webpack_require_447110__.o(exports, key)) {
13880
13888
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
13881
13889
  /******/ }
13882
13890
  /******/ }
@@ -13885,7 +13893,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13885
13893
  /******/
13886
13894
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
13887
13895
  /******/ (() => {
13888
- /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13896
+ /******/ __nested_webpack_require_447110__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13889
13897
  /******/ })();
13890
13898
  /******/
13891
13899
  /************************************************************************/
@@ -13893,19 +13901,21 @@ var __webpack_exports__ = {};
13893
13901
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
13894
13902
  (() => {
13895
13903
  "use strict";
13896
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
13897
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13898
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
13899
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13900
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4545);
13901
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_2__);
13902
- /* harmony import */ var _jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2494);
13903
- /* harmony import */ var _jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3__);
13904
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_447110__(5459);
13905
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_447110__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13906
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_447110__(7351);
13907
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_447110__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13908
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_447110__(4545);
13909
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_447110__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_2__);
13910
+ /* harmony import */ var _jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_447110__(2494);
13911
+ /* harmony import */ var _jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_447110__.n(_jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3__);
13904
13912
 
13905
13913
 
13906
13914
 
13907
13915
 
13908
13916
  })();
13909
13917
 
13918
+ /******/ })()
13919
+ ;
13910
13920
  /******/ })()
13911
13921
  ;