jqwidgets-ng 22.0.2 → 22.0.3

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 +2457 -58
  2. package/jqwidgets/jqxbarcode.js +0 -14
  3. package/jqwidgets/jqxcheckboxgroup.js +0 -14
  4. package/jqwidgets/jqxcore.js +1 -1
  5. package/jqwidgets/jqxexport.js +6 -3
  6. package/jqwidgets/jqxqrcode.js +0 -14
  7. package/jqwidgets/jqxradiobuttongroup.js +0 -14
  8. package/jqwidgets/jqxsplitlayout.js +2456 -1
  9. package/jqwidgets/modules/jqxbarcode.js +23 -59
  10. package/jqwidgets/modules/jqxbargauge.js +25 -61
  11. package/jqwidgets/modules/jqxbulletchart.js +27 -63
  12. package/jqwidgets/modules/jqxbuttongroup.js +25 -61
  13. package/jqwidgets/modules/jqxbuttons.js +23 -59
  14. package/jqwidgets/modules/jqxcalendar.js +29 -65
  15. package/jqwidgets/modules/jqxchart.js +37 -73
  16. package/jqwidgets/modules/jqxcheckbox.js +27 -63
  17. package/jqwidgets/modules/jqxcheckboxgroup.js +27 -63
  18. package/jqwidgets/modules/jqxcolorpicker.js +29 -65
  19. package/jqwidgets/modules/jqxcombobox.js +33 -69
  20. package/jqwidgets/modules/jqxcomplexinput.js +25 -61
  21. package/jqwidgets/modules/jqxdatatable.js +59 -92
  22. package/jqwidgets/modules/jqxdatetimeinput.js +47 -83
  23. package/jqwidgets/modules/jqxdocking.js +27 -63
  24. package/jqwidgets/modules/jqxdockinglayout.js +35 -71
  25. package/jqwidgets/modules/jqxdockpanel.js +25 -61
  26. package/jqwidgets/modules/jqxdragdrop.js +27 -63
  27. package/jqwidgets/modules/jqxdraw.js +23 -59
  28. package/jqwidgets/modules/jqxdropdownbutton.js +25 -61
  29. package/jqwidgets/modules/jqxdropdownlist.js +45 -81
  30. package/jqwidgets/modules/jqxeditor.js +57 -93
  31. package/jqwidgets/modules/jqxexpander.js +37 -70
  32. package/jqwidgets/modules/jqxfileupload.js +27 -63
  33. package/jqwidgets/modules/jqxform.js +61 -94
  34. package/jqwidgets/modules/jqxformattedinput.js +53 -86
  35. package/jqwidgets/modules/jqxgantt.js +25 -61
  36. package/jqwidgets/modules/jqxgauge.js +29 -65
  37. package/jqwidgets/modules/jqxgrid.js +98 -131
  38. package/jqwidgets/modules/jqxheatmap.js +25 -61
  39. package/jqwidgets/modules/jqxinput.js +27 -63
  40. package/jqwidgets/modules/jqxkanban.js +63 -96
  41. package/jqwidgets/modules/jqxknob.js +27 -63
  42. package/jqwidgets/modules/jqxlayout.js +35 -71
  43. package/jqwidgets/modules/jqxlineargauge.js +29 -65
  44. package/jqwidgets/modules/jqxlinkbutton.js +23 -59
  45. package/jqwidgets/modules/jqxlistbox.js +37 -73
  46. package/jqwidgets/modules/jqxlistmenu.js +59 -92
  47. package/jqwidgets/modules/jqxloader.js +23 -59
  48. package/jqwidgets/modules/jqxmaskedinput.js +23 -59
  49. package/jqwidgets/modules/jqxmenu.js +41 -74
  50. package/jqwidgets/modules/jqxnavbar.js +37 -70
  51. package/jqwidgets/modules/jqxnavigationbar.js +45 -78
  52. package/jqwidgets/modules/jqxnotification.js +31 -67
  53. package/jqwidgets/modules/jqxnumberinput.js +37 -73
  54. package/jqwidgets/modules/jqxpanel.js +29 -65
  55. package/jqwidgets/modules/jqxpasswordinput.js +31 -67
  56. package/jqwidgets/modules/jqxpivotdesigner.js +67 -100
  57. package/jqwidgets/modules/jqxpivotgrid.js +67 -100
  58. package/jqwidgets/modules/jqxpopover.js +25 -61
  59. package/jqwidgets/modules/jqxprogressbar.js +23 -59
  60. package/jqwidgets/modules/jqxqrcode.js +37 -70
  61. package/jqwidgets/modules/jqxradiobutongroup.js +27 -63
  62. package/jqwidgets/modules/jqxradiobutton.js +25 -61
  63. package/jqwidgets/modules/jqxrangeselector.js +27 -63
  64. package/jqwidgets/modules/jqxrating.js +25 -61
  65. package/jqwidgets/modules/jqxrepeatbutton.js +23 -59
  66. package/jqwidgets/modules/jqxresponsivepanel.js +25 -61
  67. package/jqwidgets/modules/jqxribbon.js +27 -63
  68. package/jqwidgets/modules/jqxscheduler.js +63 -99
  69. package/jqwidgets/modules/jqxscrollbar.js +25 -61
  70. package/jqwidgets/modules/jqxscrollview.js +25 -61
  71. package/jqwidgets/modules/jqxslider.js +25 -61
  72. package/jqwidgets/modules/jqxsortable.js +25 -61
  73. package/jqwidgets/modules/jqxsplitlayout.js +23 -59
  74. package/jqwidgets/modules/jqxsplitter.js +25 -61
  75. package/jqwidgets/modules/jqxswitchbutton.js +29 -65
  76. package/jqwidgets/modules/jqxtabs.js +43 -76
  77. package/jqwidgets/modules/jqxtagcloud.js +31 -67
  78. package/jqwidgets/modules/jqxtextarea.js +31 -67
  79. package/jqwidgets/modules/jqxtimeline.js +23 -59
  80. package/jqwidgets/modules/jqxtimepicker.js +25 -61
  81. package/jqwidgets/modules/jqxtogglebutton.js +23 -59
  82. package/jqwidgets/modules/jqxtoolbar.js +61 -94
  83. package/jqwidgets/modules/jqxtooltip.js +23 -59
  84. package/jqwidgets/modules/jqxtree.js +35 -71
  85. package/jqwidgets/modules/jqxtreegrid.js +61 -94
  86. package/jqwidgets/modules/jqxtreemap.js +27 -63
  87. package/jqwidgets/modules/jqxvalidator.js +29 -65
  88. package/jqwidgets/modules/jqxwindow.js +25 -61
  89. package/package.json +1 -1
@@ -1,22 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
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
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Sep-17-2024
19
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
20
4
  License: https://jqwidgets.com/license/ */
21
5
 
22
6
 
@@ -24,15 +8,15 @@ License: https://jqwidgets.com/license/ */
24
8
  /******/ var __webpack_modules__ = ({
25
9
 
26
10
  /***/ 5459:
27
- /***/ ((module, exports, __nested_webpack_require_227__) => {
11
+ /***/ ((module, exports, __webpack_require__) => {
28
12
 
29
13
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
30
14
  /* eslint-disable */
31
- (function () {
32
- if (typeof document === 'undefined') {
15
+ (function(){
16
+ if (typeof document === 'undefined') {
33
17
  return;
34
18
  }
35
-
19
+
36
20
  var oldBrowser = document.all && !document.addEventListener;
37
21
  if (!oldBrowser) {
38
22
  (function (window, undefined) {
@@ -8204,7 +8188,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8204
8188
  // file names, and JQXLite is normally delivered in a lowercase file name.
8205
8189
  // Do this after creating the global so that if an AMD module wants to call
8206
8190
  // noConflict to hide this version of JQXLite, it will work.
8207
- if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
8191
+ if ( true && __webpack_require__.amdO.JQXLite) {
8208
8192
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
8209
8193
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
8210
8194
  }
@@ -8225,19 +8209,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8225
8209
  }
8226
8210
 
8227
8211
  if (window.jQuery) {
8228
- if (window.jQuery.fn.extend) {
8229
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
8230
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
8231
-
8232
- var keys = Object.keys(window.JQXLite.fn);
8233
- for (var index in keys) {
8234
- var key = keys[index];
8235
- if (window.jQuery.fn[key] == undefined) {
8236
- window.jQuery.fn[key] = window.JQXLite.fn[key];
8237
- }
8238
- }
8239
- }
8240
-
8241
8212
  window.minQuery = window.JQXLite = window.jQuery;
8242
8213
  return;
8243
8214
  }
@@ -9859,7 +9830,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9859
9830
  if (!$(element).on || !$.access) {
9860
9831
  return $(element).html(value);
9861
9832
  }
9862
- try {
9833
+ try {
9863
9834
  return $.access(element, function (value) {
9864
9835
  var elem = element[0] || {},
9865
9836
  i = 0,
@@ -10352,12 +10323,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10352
10323
  returnValue = returnValue + $(window).scrollTop();
10353
10324
  }
10354
10325
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
10355
- return returnValue;
10356
- // return returnValue + $(window).scrollTop();
10326
+ return returnValue;
10327
+ // return returnValue + $(window).scrollTop();
10357
10328
  }
10358
10329
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
10359
10330
  return returnValue;
10360
- // return returnValue + $(window).scrollTop();
10331
+ // return returnValue + $(window).scrollTop();
10361
10332
  }
10362
10333
 
10363
10334
  return initialOffset.top;
@@ -11053,9 +11024,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11053
11024
  }
11054
11025
  });
11055
11026
 
11056
- if (!$.easing) {
11057
- $.easing = {};
11058
- }
11059
11027
  $.extend($.easing, {
11060
11028
  easeOutBack: function (x, t, b, c, d, s) {
11061
11029
  if (s == undefined) s = 1.70158;
@@ -12381,7 +12349,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12381
12349
  /******/ var __webpack_module_cache__ = {};
12382
12350
  /******/
12383
12351
  /******/ // The require function
12384
- /******/ function __nested_webpack_require_398939__(moduleId) {
12352
+ /******/ function __webpack_require__(moduleId) {
12385
12353
  /******/ // Check if module is in cache
12386
12354
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12387
12355
  /******/ if (cachedModule !== undefined) {
@@ -12395,7 +12363,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12395
12363
  /******/ };
12396
12364
  /******/
12397
12365
  /******/ // Execute the module function
12398
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_398939__);
12366
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12399
12367
  /******/
12400
12368
  /******/ // Return the exports of the module
12401
12369
  /******/ return module.exports;
@@ -12404,17 +12372,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12404
12372
  /************************************************************************/
12405
12373
  /******/ /* webpack/runtime/amd options */
12406
12374
  /******/ (() => {
12407
- /******/ __nested_webpack_require_398939__.amdO = {};
12375
+ /******/ __webpack_require__.amdO = {};
12408
12376
  /******/ })();
12409
12377
  /******/
12410
12378
  /******/ /* webpack/runtime/compat get default export */
12411
12379
  /******/ (() => {
12412
12380
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12413
- /******/ __nested_webpack_require_398939__.n = (module) => {
12381
+ /******/ __webpack_require__.n = (module) => {
12414
12382
  /******/ var getter = module && module.__esModule ?
12415
12383
  /******/ () => (module['default']) :
12416
12384
  /******/ () => (module);
12417
- /******/ __nested_webpack_require_398939__.d(getter, { a: getter });
12385
+ /******/ __webpack_require__.d(getter, { a: getter });
12418
12386
  /******/ return getter;
12419
12387
  /******/ };
12420
12388
  /******/ })();
@@ -12422,9 +12390,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12422
12390
  /******/ /* webpack/runtime/define property getters */
12423
12391
  /******/ (() => {
12424
12392
  /******/ // define getter functions for harmony exports
12425
- /******/ __nested_webpack_require_398939__.d = (exports, definition) => {
12393
+ /******/ __webpack_require__.d = (exports, definition) => {
12426
12394
  /******/ for(var key in definition) {
12427
- /******/ if(__nested_webpack_require_398939__.o(definition, key) && !__nested_webpack_require_398939__.o(exports, key)) {
12395
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12428
12396
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12429
12397
  /******/ }
12430
12398
  /******/ }
@@ -12433,7 +12401,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12433
12401
  /******/
12434
12402
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12435
12403
  /******/ (() => {
12436
- /******/ __nested_webpack_require_398939__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12404
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12437
12405
  /******/ })();
12438
12406
  /******/
12439
12407
  /************************************************************************/
@@ -12441,17 +12409,13 @@ var __webpack_exports__ = {};
12441
12409
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12442
12410
  (() => {
12443
12411
  "use strict";
12444
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_398939__(5459);
12445
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_398939__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12446
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_398939__(3899);
12447
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_398939__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_1__);
12412
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12413
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12414
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3899);
12415
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_1__);
12448
12416
 
12449
12417
 
12450
12418
  })();
12451
12419
 
12452
- /******/ })()
12453
- ;
12454
- /******/ })()
12455
- ;
12456
12420
  /******/ })()
12457
12421
  ;
@@ -1,22 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
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
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Sep-17-2024
19
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
20
4
  License: https://jqwidgets.com/license/ */
21
5
 
22
6
 
@@ -2060,15 +2044,15 @@ License: https://jqwidgets.com/license/ */
2060
2044
  /***/ }),
2061
2045
 
2062
2046
  /***/ 5459:
2063
- /***/ ((module, exports, __nested_webpack_require_84851__) => {
2047
+ /***/ ((module, exports, __webpack_require__) => {
2064
2048
 
2065
2049
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
2066
2050
  /* eslint-disable */
2067
- (function () {
2068
- if (typeof document === 'undefined') {
2051
+ (function(){
2052
+ if (typeof document === 'undefined') {
2069
2053
  return;
2070
2054
  }
2071
-
2055
+
2072
2056
  var oldBrowser = document.all && !document.addEventListener;
2073
2057
  if (!oldBrowser) {
2074
2058
  (function (window, undefined) {
@@ -10240,7 +10224,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10240
10224
  // file names, and JQXLite is normally delivered in a lowercase file name.
10241
10225
  // Do this after creating the global so that if an AMD module wants to call
10242
10226
  // noConflict to hide this version of JQXLite, it will work.
10243
- if ( true && __nested_webpack_require_84851__.amdO.JQXLite) {
10227
+ if ( true && __webpack_require__.amdO.JQXLite) {
10244
10228
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10245
10229
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10246
10230
  }
@@ -10261,19 +10245,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10261
10245
  }
10262
10246
 
10263
10247
  if (window.jQuery) {
10264
- if (window.jQuery.fn.extend) {
10265
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
10266
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
10267
-
10268
- var keys = Object.keys(window.JQXLite.fn);
10269
- for (var index in keys) {
10270
- var key = keys[index];
10271
- if (window.jQuery.fn[key] == undefined) {
10272
- window.jQuery.fn[key] = window.JQXLite.fn[key];
10273
- }
10274
- }
10275
- }
10276
-
10277
10248
  window.minQuery = window.JQXLite = window.jQuery;
10278
10249
  return;
10279
10250
  }
@@ -11895,7 +11866,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11895
11866
  if (!$(element).on || !$.access) {
11896
11867
  return $(element).html(value);
11897
11868
  }
11898
- try {
11869
+ try {
11899
11870
  return $.access(element, function (value) {
11900
11871
  var elem = element[0] || {},
11901
11872
  i = 0,
@@ -12388,12 +12359,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12388
12359
  returnValue = returnValue + $(window).scrollTop();
12389
12360
  }
12390
12361
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
12391
- return returnValue;
12392
- // return returnValue + $(window).scrollTop();
12362
+ return returnValue;
12363
+ // return returnValue + $(window).scrollTop();
12393
12364
  }
12394
12365
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
12395
12366
  return returnValue;
12396
- // return returnValue + $(window).scrollTop();
12367
+ // return returnValue + $(window).scrollTop();
12397
12368
  }
12398
12369
 
12399
12370
  return initialOffset.top;
@@ -13089,9 +13060,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13089
13060
  }
13090
13061
  });
13091
13062
 
13092
- if (!$.easing) {
13093
- $.easing = {};
13094
- }
13095
13063
  $.extend($.easing, {
13096
13064
  easeOutBack: function (x, t, b, c, d, s) {
13097
13065
  if (s == undefined) s = 1.70158;
@@ -26948,7 +26916,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26948
26916
  /******/ var __webpack_module_cache__ = {};
26949
26917
  /******/
26950
26918
  /******/ // The require function
26951
- /******/ function __nested_webpack_require_1024781__(moduleId) {
26919
+ /******/ function __webpack_require__(moduleId) {
26952
26920
  /******/ // Check if module is in cache
26953
26921
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
26954
26922
  /******/ if (cachedModule !== undefined) {
@@ -26962,7 +26930,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26962
26930
  /******/ };
26963
26931
  /******/
26964
26932
  /******/ // Execute the module function
26965
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1024781__);
26933
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
26966
26934
  /******/
26967
26935
  /******/ // Return the exports of the module
26968
26936
  /******/ return module.exports;
@@ -26971,17 +26939,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26971
26939
  /************************************************************************/
26972
26940
  /******/ /* webpack/runtime/amd options */
26973
26941
  /******/ (() => {
26974
- /******/ __nested_webpack_require_1024781__.amdO = {};
26942
+ /******/ __webpack_require__.amdO = {};
26975
26943
  /******/ })();
26976
26944
  /******/
26977
26945
  /******/ /* webpack/runtime/compat get default export */
26978
26946
  /******/ (() => {
26979
26947
  /******/ // getDefaultExport function for compatibility with non-harmony modules
26980
- /******/ __nested_webpack_require_1024781__.n = (module) => {
26948
+ /******/ __webpack_require__.n = (module) => {
26981
26949
  /******/ var getter = module && module.__esModule ?
26982
26950
  /******/ () => (module['default']) :
26983
26951
  /******/ () => (module);
26984
- /******/ __nested_webpack_require_1024781__.d(getter, { a: getter });
26952
+ /******/ __webpack_require__.d(getter, { a: getter });
26985
26953
  /******/ return getter;
26986
26954
  /******/ };
26987
26955
  /******/ })();
@@ -26989,9 +26957,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26989
26957
  /******/ /* webpack/runtime/define property getters */
26990
26958
  /******/ (() => {
26991
26959
  /******/ // define getter functions for harmony exports
26992
- /******/ __nested_webpack_require_1024781__.d = (exports, definition) => {
26960
+ /******/ __webpack_require__.d = (exports, definition) => {
26993
26961
  /******/ for(var key in definition) {
26994
- /******/ if(__nested_webpack_require_1024781__.o(definition, key) && !__nested_webpack_require_1024781__.o(exports, key)) {
26962
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
26995
26963
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
26996
26964
  /******/ }
26997
26965
  /******/ }
@@ -27000,7 +26968,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
27000
26968
  /******/
27001
26969
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
27002
26970
  /******/ (() => {
27003
- /******/ __nested_webpack_require_1024781__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
26971
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
27004
26972
  /******/ })();
27005
26973
  /******/
27006
26974
  /************************************************************************/
@@ -27008,22 +26976,22 @@ var __webpack_exports__ = {};
27008
26976
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
27009
26977
  (() => {
27010
26978
  "use strict";
27011
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1024781__(5459);
27012
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
27013
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1024781__(4198);
27014
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
27015
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1024781__(7351);
27016
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
27017
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1024781__(4240);
27018
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
27019
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1024781__(4545);
27020
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__);
27021
- /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1024781__(678);
27022
- /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxpanel__WEBPACK_IMPORTED_MODULE_5__);
27023
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1024781__(3601);
27024
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__);
27025
- /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1024781__(1746);
27026
- /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxtree__WEBPACK_IMPORTED_MODULE_7__);
26979
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
26980
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
26981
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
26982
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
26983
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7351);
26984
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
26985
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
26986
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
26987
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(4545);
26988
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__);
26989
+ /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(678);
26990
+ /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxpanel__WEBPACK_IMPORTED_MODULE_5__);
26991
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(3601);
26992
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__);
26993
+ /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1746);
26994
+ /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxtree__WEBPACK_IMPORTED_MODULE_7__);
27027
26995
 
27028
26996
 
27029
26997
 
@@ -27034,9 +27002,5 @@ var __webpack_exports__ = {};
27034
27002
 
27035
27003
  })();
27036
27004
 
27037
- /******/ })()
27038
- ;
27039
- /******/ })()
27040
- ;
27041
27005
  /******/ })()
27042
27006
  ;