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
 
@@ -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
  }
@@ -16546,7 +16506,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16546
16506
  /******/ var __webpack_module_cache__ = {};
16547
16507
  /******/
16548
16508
  /******/ // The require function
16549
- /******/ function __nested_webpack_require_571668__(moduleId) {
16509
+ /******/ function __webpack_require__(moduleId) {
16550
16510
  /******/ // Check if module is in cache
16551
16511
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
16552
16512
  /******/ if (cachedModule !== undefined) {
@@ -16560,7 +16520,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16560
16520
  /******/ };
16561
16521
  /******/
16562
16522
  /******/ // Execute the module function
16563
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_571668__);
16523
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
16564
16524
  /******/
16565
16525
  /******/ // Return the exports of the module
16566
16526
  /******/ return module.exports;
@@ -16569,17 +16529,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16569
16529
  /************************************************************************/
16570
16530
  /******/ /* webpack/runtime/amd options */
16571
16531
  /******/ (() => {
16572
- /******/ __nested_webpack_require_571668__.amdO = {};
16532
+ /******/ __webpack_require__.amdO = {};
16573
16533
  /******/ })();
16574
16534
  /******/
16575
16535
  /******/ /* webpack/runtime/compat get default export */
16576
16536
  /******/ (() => {
16577
16537
  /******/ // getDefaultExport function for compatibility with non-harmony modules
16578
- /******/ __nested_webpack_require_571668__.n = (module) => {
16538
+ /******/ __webpack_require__.n = (module) => {
16579
16539
  /******/ var getter = module && module.__esModule ?
16580
16540
  /******/ () => (module['default']) :
16581
16541
  /******/ () => (module);
16582
- /******/ __nested_webpack_require_571668__.d(getter, { a: getter });
16542
+ /******/ __webpack_require__.d(getter, { a: getter });
16583
16543
  /******/ return getter;
16584
16544
  /******/ };
16585
16545
  /******/ })();
@@ -16587,9 +16547,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16587
16547
  /******/ /* webpack/runtime/define property getters */
16588
16548
  /******/ (() => {
16589
16549
  /******/ // define getter functions for harmony exports
16590
- /******/ __nested_webpack_require_571668__.d = (exports, definition) => {
16550
+ /******/ __webpack_require__.d = (exports, definition) => {
16591
16551
  /******/ for(var key in definition) {
16592
- /******/ if(__nested_webpack_require_571668__.o(definition, key) && !__nested_webpack_require_571668__.o(exports, key)) {
16552
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
16593
16553
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
16594
16554
  /******/ }
16595
16555
  /******/ }
@@ -16598,7 +16558,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16598
16558
  /******/
16599
16559
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
16600
16560
  /******/ (() => {
16601
- /******/ __nested_webpack_require_571668__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16561
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16602
16562
  /******/ })();
16603
16563
  /******/
16604
16564
  /************************************************************************/
@@ -16606,18 +16566,18 @@ var __webpack_exports__ = {};
16606
16566
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
16607
16567
  (() => {
16608
16568
  "use strict";
16609
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_571668__(5459);
16610
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_571668__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16611
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_571668__(7351);
16612
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_571668__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
16613
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_571668__(7196);
16614
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_571668__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
16615
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_571668__(4240);
16616
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_571668__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
16617
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_571668__(3899);
16618
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_571668__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_4__);
16619
- /* harmony import */ var _jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_571668__(8141);
16620
- /* harmony import */ var _jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_571668__.n(_jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5__);
16569
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
16570
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16571
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
16572
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
16573
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
16574
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
16575
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
16576
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
16577
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(3899);
16578
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_4__);
16579
+ /* harmony import */ var _jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8141);
16580
+ /* harmony import */ var _jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5__);
16621
16581
 
16622
16582
 
16623
16583
 
@@ -16626,15 +16586,5 @@ var __webpack_exports__ = {};
16626
16586
 
16627
16587
  })();
16628
16588
 
16629
- /******/ })()
16630
- ;
16631
- /******/ })()
16632
- ;
16633
- /******/ })()
16634
- ;
16635
- /******/ })()
16636
- ;
16637
- /******/ })()
16638
- ;
16639
16589
  /******/ })()
16640
16590
  ;
@@ -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
  }
@@ -73683,7 +73643,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73683
73643
  /******/ var __webpack_module_cache__ = {};
73684
73644
  /******/
73685
73645
  /******/ // The require function
73686
- /******/ function __nested_webpack_require_3035827__(moduleId) {
73646
+ /******/ function __webpack_require__(moduleId) {
73687
73647
  /******/ // Check if module is in cache
73688
73648
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
73689
73649
  /******/ if (cachedModule !== undefined) {
@@ -73697,7 +73657,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73697
73657
  /******/ };
73698
73658
  /******/
73699
73659
  /******/ // Execute the module function
73700
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3035827__);
73660
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
73701
73661
  /******/
73702
73662
  /******/ // Return the exports of the module
73703
73663
  /******/ return module.exports;
@@ -73706,17 +73666,17 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73706
73666
  /************************************************************************/
73707
73667
  /******/ /* webpack/runtime/amd options */
73708
73668
  /******/ (() => {
73709
- /******/ __nested_webpack_require_3035827__.amdO = {};
73669
+ /******/ __webpack_require__.amdO = {};
73710
73670
  /******/ })();
73711
73671
  /******/
73712
73672
  /******/ /* webpack/runtime/compat get default export */
73713
73673
  /******/ (() => {
73714
73674
  /******/ // getDefaultExport function for compatibility with non-harmony modules
73715
- /******/ __nested_webpack_require_3035827__.n = (module) => {
73675
+ /******/ __webpack_require__.n = (module) => {
73716
73676
  /******/ var getter = module && module.__esModule ?
73717
73677
  /******/ () => (module['default']) :
73718
73678
  /******/ () => (module);
73719
- /******/ __nested_webpack_require_3035827__.d(getter, { a: getter });
73679
+ /******/ __webpack_require__.d(getter, { a: getter });
73720
73680
  /******/ return getter;
73721
73681
  /******/ };
73722
73682
  /******/ })();
@@ -73724,9 +73684,9 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73724
73684
  /******/ /* webpack/runtime/define property getters */
73725
73685
  /******/ (() => {
73726
73686
  /******/ // define getter functions for harmony exports
73727
- /******/ __nested_webpack_require_3035827__.d = (exports, definition) => {
73687
+ /******/ __webpack_require__.d = (exports, definition) => {
73728
73688
  /******/ for(var key in definition) {
73729
- /******/ if(__nested_webpack_require_3035827__.o(definition, key) && !__nested_webpack_require_3035827__.o(exports, key)) {
73689
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
73730
73690
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
73731
73691
  /******/ }
73732
73692
  /******/ }
@@ -73735,7 +73695,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73735
73695
  /******/
73736
73696
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
73737
73697
  /******/ (() => {
73738
- /******/ __nested_webpack_require_3035827__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
73698
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
73739
73699
  /******/ })();
73740
73700
  /******/
73741
73701
  /************************************************************************/
@@ -73743,48 +73703,48 @@ var __webpack_exports__ = {};
73743
73703
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
73744
73704
  (() => {
73745
73705
  "use strict";
73746
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3035827__(5459);
73747
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
73748
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3035827__(4198);
73749
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
73750
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3035827__(3907);
73751
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
73752
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3035827__(714);
73753
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
73754
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3035827__(7351);
73755
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
73756
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3035827__(7196);
73757
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
73758
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3035827__(4240);
73759
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
73760
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3035827__(1610);
73761
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
73762
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3035827__(1062);
73763
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
73764
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3035827__(5868);
73765
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
73766
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3035827__(4720);
73767
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
73768
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3035827__(7995);
73769
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
73770
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3035827__(4545);
73771
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
73772
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3035827__(2497);
73773
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
73774
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3035827__(5725);
73775
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
73776
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3035827__(4993);
73777
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
73778
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3035827__(7762);
73779
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
73780
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3035827__(3601);
73781
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
73782
- /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_3035827__(2853);
73783
- /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
73784
- /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __nested_webpack_require_3035827__(1898);
73785
- /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
73786
- /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __nested_webpack_require_3035827__(7323);
73787
- /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__nested_webpack_require_3035827__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
73706
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
73707
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
73708
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
73709
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
73710
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
73711
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
73712
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
73713
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
73714
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
73715
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
73716
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
73717
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
73718
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
73719
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
73720
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
73721
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
73722
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
73723
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
73724
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
73725
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
73726
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
73727
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
73728
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
73729
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
73730
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
73731
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
73732
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
73733
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
73734
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
73735
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
73736
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
73737
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
73738
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(7762);
73739
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
73740
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(3601);
73741
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
73742
+ /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(2853);
73743
+ /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
73744
+ /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(1898);
73745
+ /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
73746
+ /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(7323);
73747
+ /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
73788
73748
 
73789
73749
 
73790
73750
 
@@ -73808,15 +73768,5 @@ var __webpack_exports__ = {};
73808
73768
 
73809
73769
  })();
73810
73770
 
73811
- /******/ })()
73812
- ;
73813
- /******/ })()
73814
- ;
73815
- /******/ })()
73816
- ;
73817
- /******/ })()
73818
- ;
73819
- /******/ })()
73820
- ;
73821
73771
  /******/ })()
73822
73772
  ;