jqwidgets-ng 22.0.1 → 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 -50
  2. package/jqwidgets/jqxbarcode.js +0 -12
  3. package/jqwidgets/jqxcheckboxgroup.js +0 -12
  4. package/jqwidgets/jqxcore.js +1 -1
  5. package/jqwidgets/jqxexport.js +6 -3
  6. package/jqwidgets/jqxqrcode.js +0 -12
  7. package/jqwidgets/jqxradiobuttongroup.js +0 -12
  8. package/jqwidgets/jqxsplitlayout.js +2456 -1
  9. package/jqwidgets/modules/jqxbarcode.js +23 -49
  10. package/jqwidgets/modules/jqxbargauge.js +25 -51
  11. package/jqwidgets/modules/jqxbulletchart.js +27 -53
  12. package/jqwidgets/modules/jqxbuttongroup.js +25 -51
  13. package/jqwidgets/modules/jqxbuttons.js +23 -49
  14. package/jqwidgets/modules/jqxcalendar.js +29 -55
  15. package/jqwidgets/modules/jqxchart.js +37 -63
  16. package/jqwidgets/modules/jqxcheckbox.js +27 -53
  17. package/jqwidgets/modules/jqxcheckboxgroup.js +27 -53
  18. package/jqwidgets/modules/jqxcolorpicker.js +29 -55
  19. package/jqwidgets/modules/jqxcombobox.js +33 -59
  20. package/jqwidgets/modules/jqxcomplexinput.js +25 -51
  21. package/jqwidgets/modules/jqxdatatable.js +59 -82
  22. package/jqwidgets/modules/jqxdatetimeinput.js +47 -73
  23. package/jqwidgets/modules/jqxdocking.js +27 -53
  24. package/jqwidgets/modules/jqxdockinglayout.js +35 -61
  25. package/jqwidgets/modules/jqxdockpanel.js +25 -51
  26. package/jqwidgets/modules/jqxdragdrop.js +27 -53
  27. package/jqwidgets/modules/jqxdraw.js +23 -49
  28. package/jqwidgets/modules/jqxdropdownbutton.js +25 -51
  29. package/jqwidgets/modules/jqxdropdownlist.js +45 -71
  30. package/jqwidgets/modules/jqxeditor.js +57 -83
  31. package/jqwidgets/modules/jqxexpander.js +37 -60
  32. package/jqwidgets/modules/jqxfileupload.js +27 -53
  33. package/jqwidgets/modules/jqxform.js +61 -84
  34. package/jqwidgets/modules/jqxformattedinput.js +53 -76
  35. package/jqwidgets/modules/jqxgantt.js +25 -51
  36. package/jqwidgets/modules/jqxgauge.js +29 -55
  37. package/jqwidgets/modules/jqxgrid.js +98 -121
  38. package/jqwidgets/modules/jqxheatmap.js +25 -51
  39. package/jqwidgets/modules/jqxinput.js +27 -53
  40. package/jqwidgets/modules/jqxkanban.js +63 -86
  41. package/jqwidgets/modules/jqxknob.js +27 -53
  42. package/jqwidgets/modules/jqxlayout.js +35 -61
  43. package/jqwidgets/modules/jqxlineargauge.js +29 -55
  44. package/jqwidgets/modules/jqxlinkbutton.js +23 -49
  45. package/jqwidgets/modules/jqxlistbox.js +37 -63
  46. package/jqwidgets/modules/jqxlistmenu.js +59 -82
  47. package/jqwidgets/modules/jqxloader.js +23 -49
  48. package/jqwidgets/modules/jqxmaskedinput.js +23 -49
  49. package/jqwidgets/modules/jqxmenu.js +41 -64
  50. package/jqwidgets/modules/jqxnavbar.js +37 -60
  51. package/jqwidgets/modules/jqxnavigationbar.js +45 -68
  52. package/jqwidgets/modules/jqxnotification.js +31 -57
  53. package/jqwidgets/modules/jqxnumberinput.js +37 -63
  54. package/jqwidgets/modules/jqxpanel.js +29 -55
  55. package/jqwidgets/modules/jqxpasswordinput.js +31 -57
  56. package/jqwidgets/modules/jqxpivotdesigner.js +67 -90
  57. package/jqwidgets/modules/jqxpivotgrid.js +67 -90
  58. package/jqwidgets/modules/jqxpopover.js +25 -51
  59. package/jqwidgets/modules/jqxprogressbar.js +23 -49
  60. package/jqwidgets/modules/jqxqrcode.js +37 -60
  61. package/jqwidgets/modules/jqxradiobutongroup.js +27 -53
  62. package/jqwidgets/modules/jqxradiobutton.js +25 -51
  63. package/jqwidgets/modules/jqxrangeselector.js +27 -53
  64. package/jqwidgets/modules/jqxrating.js +25 -51
  65. package/jqwidgets/modules/jqxrepeatbutton.js +23 -49
  66. package/jqwidgets/modules/jqxresponsivepanel.js +25 -51
  67. package/jqwidgets/modules/jqxribbon.js +27 -53
  68. package/jqwidgets/modules/jqxscheduler.js +63 -89
  69. package/jqwidgets/modules/jqxscrollbar.js +25 -51
  70. package/jqwidgets/modules/jqxscrollview.js +25 -51
  71. package/jqwidgets/modules/jqxslider.js +25 -51
  72. package/jqwidgets/modules/jqxsortable.js +25 -51
  73. package/jqwidgets/modules/jqxsplitlayout.js +23 -49
  74. package/jqwidgets/modules/jqxsplitter.js +25 -51
  75. package/jqwidgets/modules/jqxswitchbutton.js +29 -55
  76. package/jqwidgets/modules/jqxtabs.js +43 -66
  77. package/jqwidgets/modules/jqxtagcloud.js +31 -57
  78. package/jqwidgets/modules/jqxtextarea.js +31 -57
  79. package/jqwidgets/modules/jqxtimeline.js +23 -49
  80. package/jqwidgets/modules/jqxtimepicker.js +25 -51
  81. package/jqwidgets/modules/jqxtogglebutton.js +23 -49
  82. package/jqwidgets/modules/jqxtoolbar.js +61 -84
  83. package/jqwidgets/modules/jqxtooltip.js +23 -49
  84. package/jqwidgets/modules/jqxtree.js +35 -61
  85. package/jqwidgets/modules/jqxtreegrid.js +61 -84
  86. package/jqwidgets/modules/jqxtreemap.js +27 -53
  87. package/jqwidgets/modules/jqxvalidator.js +29 -55
  88. package/jqwidgets/modules/jqxwindow.js +25 -51
  89. package/package.json +1 -1
@@ -1,14 +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.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
12
4
  License: https://jqwidgets.com/license/ */
13
5
 
14
6
 
@@ -1204,15 +1196,15 @@ License: https://jqwidgets.com/license/ */
1204
1196
  /***/ }),
1205
1197
 
1206
1198
  /***/ 5459:
1207
- /***/ ((module, exports, __nested_webpack_require_52089__) => {
1199
+ /***/ ((module, exports, __webpack_require__) => {
1208
1200
 
1209
1201
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1210
1202
  /* eslint-disable */
1211
- (function () {
1212
- if (typeof document === 'undefined') {
1203
+ (function(){
1204
+ if (typeof document === 'undefined') {
1213
1205
  return;
1214
1206
  }
1215
-
1207
+
1216
1208
  var oldBrowser = document.all && !document.addEventListener;
1217
1209
  if (!oldBrowser) {
1218
1210
  (function (window, undefined) {
@@ -9384,7 +9376,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9384
9376
  // file names, and JQXLite is normally delivered in a lowercase file name.
9385
9377
  // Do this after creating the global so that if an AMD module wants to call
9386
9378
  // noConflict to hide this version of JQXLite, it will work.
9387
- if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
9379
+ if ( true && __webpack_require__.amdO.JQXLite) {
9388
9380
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9389
9381
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9390
9382
  }
@@ -9405,19 +9397,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9405
9397
  }
9406
9398
 
9407
9399
  if (window.jQuery) {
9408
- if (window.jQuery.fn.extend) {
9409
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
9410
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
9411
-
9412
- var keys = Object.keys(window.JQXLite.fn);
9413
- for (var index in keys) {
9414
- var key = keys[index];
9415
- if (window.jQuery.fn[key] == undefined) {
9416
- window.jQuery.fn[key] = window.JQXLite.fn[key];
9417
- }
9418
- }
9419
- }
9420
-
9421
9400
  window.minQuery = window.JQXLite = window.jQuery;
9422
9401
  return;
9423
9402
  }
@@ -11039,7 +11018,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11039
11018
  if (!$(element).on || !$.access) {
11040
11019
  return $(element).html(value);
11041
11020
  }
11042
- try {
11021
+ try {
11043
11022
  return $.access(element, function (value) {
11044
11023
  var elem = element[0] || {},
11045
11024
  i = 0,
@@ -11532,12 +11511,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11532
11511
  returnValue = returnValue + $(window).scrollTop();
11533
11512
  }
11534
11513
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
11535
- return returnValue;
11536
- // return returnValue + $(window).scrollTop();
11514
+ return returnValue;
11515
+ // return returnValue + $(window).scrollTop();
11537
11516
  }
11538
11517
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
11539
11518
  return returnValue;
11540
- // return returnValue + $(window).scrollTop();
11519
+ // return returnValue + $(window).scrollTop();
11541
11520
  }
11542
11521
 
11543
11522
  return initialOffset.top;
@@ -12233,9 +12212,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12233
12212
  }
12234
12213
  });
12235
12214
 
12236
- if (!$.easing) {
12237
- $.easing = {};
12238
- }
12239
12215
  $.extend($.easing, {
12240
12216
  easeOutBack: function (x, t, b, c, d, s) {
12241
12217
  if (s == undefined) s = 1.70158;
@@ -12587,7 +12563,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12587
12563
  /******/ var __webpack_module_cache__ = {};
12588
12564
  /******/
12589
12565
  /******/ // The require function
12590
- /******/ function __nested_webpack_require_401080__(moduleId) {
12566
+ /******/ function __webpack_require__(moduleId) {
12591
12567
  /******/ // Check if module is in cache
12592
12568
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12593
12569
  /******/ if (cachedModule !== undefined) {
@@ -12601,7 +12577,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12601
12577
  /******/ };
12602
12578
  /******/
12603
12579
  /******/ // Execute the module function
12604
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_401080__);
12580
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12605
12581
  /******/
12606
12582
  /******/ // Return the exports of the module
12607
12583
  /******/ return module.exports;
@@ -12610,17 +12586,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12610
12586
  /************************************************************************/
12611
12587
  /******/ /* webpack/runtime/amd options */
12612
12588
  /******/ (() => {
12613
- /******/ __nested_webpack_require_401080__.amdO = {};
12589
+ /******/ __webpack_require__.amdO = {};
12614
12590
  /******/ })();
12615
12591
  /******/
12616
12592
  /******/ /* webpack/runtime/compat get default export */
12617
12593
  /******/ (() => {
12618
12594
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12619
- /******/ __nested_webpack_require_401080__.n = (module) => {
12595
+ /******/ __webpack_require__.n = (module) => {
12620
12596
  /******/ var getter = module && module.__esModule ?
12621
12597
  /******/ () => (module['default']) :
12622
12598
  /******/ () => (module);
12623
- /******/ __nested_webpack_require_401080__.d(getter, { a: getter });
12599
+ /******/ __webpack_require__.d(getter, { a: getter });
12624
12600
  /******/ return getter;
12625
12601
  /******/ };
12626
12602
  /******/ })();
@@ -12628,9 +12604,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12628
12604
  /******/ /* webpack/runtime/define property getters */
12629
12605
  /******/ (() => {
12630
12606
  /******/ // define getter functions for harmony exports
12631
- /******/ __nested_webpack_require_401080__.d = (exports, definition) => {
12607
+ /******/ __webpack_require__.d = (exports, definition) => {
12632
12608
  /******/ for(var key in definition) {
12633
- /******/ if(__nested_webpack_require_401080__.o(definition, key) && !__nested_webpack_require_401080__.o(exports, key)) {
12609
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12634
12610
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12635
12611
  /******/ }
12636
12612
  /******/ }
@@ -12639,7 +12615,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12639
12615
  /******/
12640
12616
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12641
12617
  /******/ (() => {
12642
- /******/ __nested_webpack_require_401080__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12618
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12643
12619
  /******/ })();
12644
12620
  /******/
12645
12621
  /************************************************************************/
@@ -12647,15 +12623,13 @@ var __webpack_exports__ = {};
12647
12623
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12648
12624
  (() => {
12649
12625
  "use strict";
12650
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_401080__(5459);
12651
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_401080__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12652
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_401080__(7351);
12653
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_401080__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
12626
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12627
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12628
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
12629
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
12654
12630
 
12655
12631
 
12656
12632
  })();
12657
12633
 
12658
- /******/ })()
12659
- ;
12660
12634
  /******/ })()
12661
12635
  ;
@@ -1,14 +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.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
12
4
  License: https://jqwidgets.com/license/ */
13
5
 
14
6
 
@@ -4303,15 +4295,15 @@ document.Globalize = Globalize;
4303
4295
  /***/ }),
4304
4296
 
4305
4297
  /***/ 5459:
4306
- /***/ ((module, exports, __nested_webpack_require_153130__) => {
4298
+ /***/ ((module, exports, __webpack_require__) => {
4307
4299
 
4308
4300
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
4309
4301
  /* eslint-disable */
4310
- (function () {
4311
- if (typeof document === 'undefined') {
4302
+ (function(){
4303
+ if (typeof document === 'undefined') {
4312
4304
  return;
4313
4305
  }
4314
-
4306
+
4315
4307
  var oldBrowser = document.all && !document.addEventListener;
4316
4308
  if (!oldBrowser) {
4317
4309
  (function (window, undefined) {
@@ -12483,7 +12475,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12483
12475
  // file names, and JQXLite is normally delivered in a lowercase file name.
12484
12476
  // Do this after creating the global so that if an AMD module wants to call
12485
12477
  // noConflict to hide this version of JQXLite, it will work.
12486
- if ( true && __nested_webpack_require_153130__.amdO.JQXLite) {
12478
+ if ( true && __webpack_require__.amdO.JQXLite) {
12487
12479
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
12488
12480
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
12489
12481
  }
@@ -12504,19 +12496,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12504
12496
  }
12505
12497
 
12506
12498
  if (window.jQuery) {
12507
- if (window.jQuery.fn.extend) {
12508
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
12509
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
12510
-
12511
- var keys = Object.keys(window.JQXLite.fn);
12512
- for (var index in keys) {
12513
- var key = keys[index];
12514
- if (window.jQuery.fn[key] == undefined) {
12515
- window.jQuery.fn[key] = window.JQXLite.fn[key];
12516
- }
12517
- }
12518
- }
12519
-
12520
12499
  window.minQuery = window.JQXLite = window.jQuery;
12521
12500
  return;
12522
12501
  }
@@ -14138,7 +14117,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14138
14117
  if (!$(element).on || !$.access) {
14139
14118
  return $(element).html(value);
14140
14119
  }
14141
- try {
14120
+ try {
14142
14121
  return $.access(element, function (value) {
14143
14122
  var elem = element[0] || {},
14144
14123
  i = 0,
@@ -14631,12 +14610,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14631
14610
  returnValue = returnValue + $(window).scrollTop();
14632
14611
  }
14633
14612
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
14634
- return returnValue;
14635
- // return returnValue + $(window).scrollTop();
14613
+ return returnValue;
14614
+ // return returnValue + $(window).scrollTop();
14636
14615
  }
14637
14616
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
14638
14617
  return returnValue;
14639
- // return returnValue + $(window).scrollTop();
14618
+ // return returnValue + $(window).scrollTop();
14640
14619
  }
14641
14620
 
14642
14621
  return initialOffset.top;
@@ -15332,9 +15311,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15332
15311
  }
15333
15312
  });
15334
15313
 
15335
- if (!$.easing) {
15336
- $.easing = {};
15337
- }
15338
15314
  $.extend($.easing, {
15339
15315
  easeOutBack: function (x, t, b, c, d, s) {
15340
15316
  if (s == undefined) s = 1.70158;
@@ -30210,7 +30186,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
30210
30186
  /******/ var __webpack_module_cache__ = {};
30211
30187
  /******/
30212
30188
  /******/ // The require function
30213
- /******/ function __nested_webpack_require_1139510__(moduleId) {
30189
+ /******/ function __webpack_require__(moduleId) {
30214
30190
  /******/ // Check if module is in cache
30215
30191
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
30216
30192
  /******/ if (cachedModule !== undefined) {
@@ -30224,7 +30200,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
30224
30200
  /******/ };
30225
30201
  /******/
30226
30202
  /******/ // Execute the module function
30227
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1139510__);
30203
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
30228
30204
  /******/
30229
30205
  /******/ // Return the exports of the module
30230
30206
  /******/ return module.exports;
@@ -30233,17 +30209,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
30233
30209
  /************************************************************************/
30234
30210
  /******/ /* webpack/runtime/amd options */
30235
30211
  /******/ (() => {
30236
- /******/ __nested_webpack_require_1139510__.amdO = {};
30212
+ /******/ __webpack_require__.amdO = {};
30237
30213
  /******/ })();
30238
30214
  /******/
30239
30215
  /******/ /* webpack/runtime/compat get default export */
30240
30216
  /******/ (() => {
30241
30217
  /******/ // getDefaultExport function for compatibility with non-harmony modules
30242
- /******/ __nested_webpack_require_1139510__.n = (module) => {
30218
+ /******/ __webpack_require__.n = (module) => {
30243
30219
  /******/ var getter = module && module.__esModule ?
30244
30220
  /******/ () => (module['default']) :
30245
30221
  /******/ () => (module);
30246
- /******/ __nested_webpack_require_1139510__.d(getter, { a: getter });
30222
+ /******/ __webpack_require__.d(getter, { a: getter });
30247
30223
  /******/ return getter;
30248
30224
  /******/ };
30249
30225
  /******/ })();
@@ -30251,9 +30227,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
30251
30227
  /******/ /* webpack/runtime/define property getters */
30252
30228
  /******/ (() => {
30253
30229
  /******/ // define getter functions for harmony exports
30254
- /******/ __nested_webpack_require_1139510__.d = (exports, definition) => {
30230
+ /******/ __webpack_require__.d = (exports, definition) => {
30255
30231
  /******/ for(var key in definition) {
30256
- /******/ if(__nested_webpack_require_1139510__.o(definition, key) && !__nested_webpack_require_1139510__.o(exports, key)) {
30232
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
30257
30233
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
30258
30234
  /******/ }
30259
30235
  /******/ }
@@ -30262,7 +30238,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
30262
30238
  /******/
30263
30239
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
30264
30240
  /******/ (() => {
30265
- /******/ __nested_webpack_require_1139510__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
30241
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
30266
30242
  /******/ })();
30267
30243
  /******/
30268
30244
  /************************************************************************/
@@ -30270,24 +30246,24 @@ var __webpack_exports__ = {};
30270
30246
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
30271
30247
  (() => {
30272
30248
  "use strict";
30273
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1139510__(5459);
30274
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
30275
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1139510__(4198);
30276
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
30277
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1139510__(7351);
30278
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
30279
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1139510__(7196);
30280
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__);
30281
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1139510__(4240);
30282
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__);
30283
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1139510__(4545);
30284
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_5__);
30285
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1139510__(2497);
30286
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_6__);
30287
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1139510__(3601);
30288
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_7__);
30289
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_1139510__(1062);
30290
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_1139510__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
30249
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
30250
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
30251
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
30252
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
30253
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7351);
30254
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
30255
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(7196);
30256
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__);
30257
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(4240);
30258
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__);
30259
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(4545);
30260
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_5__);
30261
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(2497);
30262
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_6__);
30263
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(3601);
30264
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_7__);
30265
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
30266
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
30291
30267
 
30292
30268
 
30293
30269
 
@@ -30300,7 +30276,5 @@ var __webpack_exports__ = {};
30300
30276
 
30301
30277
  })();
30302
30278
 
30303
- /******/ })()
30304
- ;
30305
30279
  /******/ })()
30306
30280
  ;