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
 
@@ -16,15 +8,15 @@ License: https://jqwidgets.com/license/ */
16
8
  /******/ var __webpack_modules__ = ({
17
9
 
18
10
  /***/ 5459:
19
- /***/ ((module, exports, __nested_webpack_require_227__) => {
11
+ /***/ ((module, exports, __webpack_require__) => {
20
12
 
21
13
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
22
14
  /* eslint-disable */
23
- (function () {
24
- if (typeof document === 'undefined') {
15
+ (function(){
16
+ if (typeof document === 'undefined') {
25
17
  return;
26
18
  }
27
-
19
+
28
20
  var oldBrowser = document.all && !document.addEventListener;
29
21
  if (!oldBrowser) {
30
22
  (function (window, undefined) {
@@ -8196,7 +8188,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8196
8188
  // file names, and JQXLite is normally delivered in a lowercase file name.
8197
8189
  // Do this after creating the global so that if an AMD module wants to call
8198
8190
  // noConflict to hide this version of JQXLite, it will work.
8199
- if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
8191
+ if ( true && __webpack_require__.amdO.JQXLite) {
8200
8192
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
8201
8193
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
8202
8194
  }
@@ -8217,19 +8209,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8217
8209
  }
8218
8210
 
8219
8211
  if (window.jQuery) {
8220
- if (window.jQuery.fn.extend) {
8221
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
8222
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
8223
-
8224
- var keys = Object.keys(window.JQXLite.fn);
8225
- for (var index in keys) {
8226
- var key = keys[index];
8227
- if (window.jQuery.fn[key] == undefined) {
8228
- window.jQuery.fn[key] = window.JQXLite.fn[key];
8229
- }
8230
- }
8231
- }
8232
-
8233
8212
  window.minQuery = window.JQXLite = window.jQuery;
8234
8213
  return;
8235
8214
  }
@@ -9851,7 +9830,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9851
9830
  if (!$(element).on || !$.access) {
9852
9831
  return $(element).html(value);
9853
9832
  }
9854
- try {
9833
+ try {
9855
9834
  return $.access(element, function (value) {
9856
9835
  var elem = element[0] || {},
9857
9836
  i = 0,
@@ -10344,12 +10323,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10344
10323
  returnValue = returnValue + $(window).scrollTop();
10345
10324
  }
10346
10325
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
10347
- return returnValue;
10348
- // return returnValue + $(window).scrollTop();
10326
+ return returnValue;
10327
+ // return returnValue + $(window).scrollTop();
10349
10328
  }
10350
10329
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
10351
10330
  return returnValue;
10352
- // return returnValue + $(window).scrollTop();
10331
+ // return returnValue + $(window).scrollTop();
10353
10332
  }
10354
10333
 
10355
10334
  return initialOffset.top;
@@ -11045,9 +11024,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11045
11024
  }
11046
11025
  });
11047
11026
 
11048
- if (!$.easing) {
11049
- $.easing = {};
11050
- }
11051
11027
  $.extend($.easing, {
11052
11028
  easeOutBack: function (x, t, b, c, d, s) {
11053
11029
  if (s == undefined) s = 1.70158;
@@ -12504,7 +12480,7 @@ delete window.jqxWindow;
12504
12480
  /******/ var __webpack_module_cache__ = {};
12505
12481
  /******/
12506
12482
  /******/ // The require function
12507
- /******/ function __nested_webpack_require_1844819__(moduleId) {
12483
+ /******/ function __webpack_require__(moduleId) {
12508
12484
  /******/ // Check if module is in cache
12509
12485
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12510
12486
  /******/ if (cachedModule !== undefined) {
@@ -12518,7 +12494,7 @@ delete window.jqxWindow;
12518
12494
  /******/ };
12519
12495
  /******/
12520
12496
  /******/ // Execute the module function
12521
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1844819__);
12497
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12522
12498
  /******/
12523
12499
  /******/ // Return the exports of the module
12524
12500
  /******/ return module.exports;
@@ -12527,17 +12503,17 @@ delete window.jqxWindow;
12527
12503
  /************************************************************************/
12528
12504
  /******/ /* webpack/runtime/amd options */
12529
12505
  /******/ (() => {
12530
- /******/ __nested_webpack_require_1844819__.amdO = {};
12506
+ /******/ __webpack_require__.amdO = {};
12531
12507
  /******/ })();
12532
12508
  /******/
12533
12509
  /******/ /* webpack/runtime/compat get default export */
12534
12510
  /******/ (() => {
12535
12511
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12536
- /******/ __nested_webpack_require_1844819__.n = (module) => {
12512
+ /******/ __webpack_require__.n = (module) => {
12537
12513
  /******/ var getter = module && module.__esModule ?
12538
12514
  /******/ () => (module['default']) :
12539
12515
  /******/ () => (module);
12540
- /******/ __nested_webpack_require_1844819__.d(getter, { a: getter });
12516
+ /******/ __webpack_require__.d(getter, { a: getter });
12541
12517
  /******/ return getter;
12542
12518
  /******/ };
12543
12519
  /******/ })();
@@ -12545,9 +12521,9 @@ delete window.jqxWindow;
12545
12521
  /******/ /* webpack/runtime/define property getters */
12546
12522
  /******/ (() => {
12547
12523
  /******/ // define getter functions for harmony exports
12548
- /******/ __nested_webpack_require_1844819__.d = (exports, definition) => {
12524
+ /******/ __webpack_require__.d = (exports, definition) => {
12549
12525
  /******/ for(var key in definition) {
12550
- /******/ if(__nested_webpack_require_1844819__.o(definition, key) && !__nested_webpack_require_1844819__.o(exports, key)) {
12526
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12551
12527
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12552
12528
  /******/ }
12553
12529
  /******/ }
@@ -12556,7 +12532,7 @@ delete window.jqxWindow;
12556
12532
  /******/
12557
12533
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12558
12534
  /******/ (() => {
12559
- /******/ __nested_webpack_require_1844819__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12535
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12560
12536
  /******/ })();
12561
12537
  /******/
12562
12538
  /************************************************************************/
@@ -12564,18 +12540,16 @@ var __webpack_exports__ = {};
12564
12540
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12565
12541
  (() => {
12566
12542
  "use strict";
12567
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1844819__(5459);
12568
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1844819__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12569
- /* harmony import */ var _jqxgantt_api__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1844819__(4452);
12570
- /* harmony import */ var _jqxgantt_api__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1844819__.n(_jqxgantt_api__WEBPACK_IMPORTED_MODULE_1__);
12571
- /* harmony import */ var _jqxgantt__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1844819__(6309);
12572
- /* harmony import */ var _jqxgantt__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1844819__.n(_jqxgantt__WEBPACK_IMPORTED_MODULE_2__);
12543
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12544
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12545
+ /* harmony import */ var _jqxgantt_api__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4452);
12546
+ /* harmony import */ var _jqxgantt_api__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxgantt_api__WEBPACK_IMPORTED_MODULE_1__);
12547
+ /* harmony import */ var _jqxgantt__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6309);
12548
+ /* harmony import */ var _jqxgantt__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxgantt__WEBPACK_IMPORTED_MODULE_2__);
12573
12549
 
12574
12550
 
12575
12551
 
12576
12552
  })();
12577
12553
 
12578
- /******/ })()
12579
- ;
12580
12554
  /******/ })()
12581
12555
  ;
@@ -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
 
@@ -1840,15 +1832,15 @@ License: https://jqwidgets.com/license/ */
1840
1832
  /***/ }),
1841
1833
 
1842
1834
  /***/ 5459:
1843
- /***/ ((module, exports, __nested_webpack_require_74206__) => {
1835
+ /***/ ((module, exports, __webpack_require__) => {
1844
1836
 
1845
1837
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1846
1838
  /* eslint-disable */
1847
- (function () {
1848
- if (typeof document === 'undefined') {
1839
+ (function(){
1840
+ if (typeof document === 'undefined') {
1849
1841
  return;
1850
1842
  }
1851
-
1843
+
1852
1844
  var oldBrowser = document.all && !document.addEventListener;
1853
1845
  if (!oldBrowser) {
1854
1846
  (function (window, undefined) {
@@ -10020,7 +10012,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10020
10012
  // file names, and JQXLite is normally delivered in a lowercase file name.
10021
10013
  // Do this after creating the global so that if an AMD module wants to call
10022
10014
  // noConflict to hide this version of JQXLite, it will work.
10023
- if ( true && __nested_webpack_require_74206__.amdO.JQXLite) {
10015
+ if ( true && __webpack_require__.amdO.JQXLite) {
10024
10016
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10025
10017
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10026
10018
  }
@@ -10041,19 +10033,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10041
10033
  }
10042
10034
 
10043
10035
  if (window.jQuery) {
10044
- if (window.jQuery.fn.extend) {
10045
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
10046
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
10047
-
10048
- var keys = Object.keys(window.JQXLite.fn);
10049
- for (var index in keys) {
10050
- var key = keys[index];
10051
- if (window.jQuery.fn[key] == undefined) {
10052
- window.jQuery.fn[key] = window.JQXLite.fn[key];
10053
- }
10054
- }
10055
- }
10056
-
10057
10036
  window.minQuery = window.JQXLite = window.jQuery;
10058
10037
  return;
10059
10038
  }
@@ -11675,7 +11654,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11675
11654
  if (!$(element).on || !$.access) {
11676
11655
  return $(element).html(value);
11677
11656
  }
11678
- try {
11657
+ try {
11679
11658
  return $.access(element, function (value) {
11680
11659
  var elem = element[0] || {},
11681
11660
  i = 0,
@@ -12168,12 +12147,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12168
12147
  returnValue = returnValue + $(window).scrollTop();
12169
12148
  }
12170
12149
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
12171
- return returnValue;
12172
- // return returnValue + $(window).scrollTop();
12150
+ return returnValue;
12151
+ // return returnValue + $(window).scrollTop();
12173
12152
  }
12174
12153
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
12175
12154
  return returnValue;
12176
- // return returnValue + $(window).scrollTop();
12155
+ // return returnValue + $(window).scrollTop();
12177
12156
  }
12178
12157
 
12179
12158
  return initialOffset.top;
@@ -12869,9 +12848,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12869
12848
  }
12870
12849
  });
12871
12850
 
12872
- if (!$.easing) {
12873
- $.easing = {};
12874
- }
12875
12851
  $.extend($.easing, {
12876
12852
  easeOutBack: function (x, t, b, c, d, s) {
12877
12853
  if (s == undefined) s = 1.70158;
@@ -20233,7 +20209,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20233
20209
  /******/ var __webpack_module_cache__ = {};
20234
20210
  /******/
20235
20211
  /******/ // The require function
20236
- /******/ function __nested_webpack_require_682612__(moduleId) {
20212
+ /******/ function __webpack_require__(moduleId) {
20237
20213
  /******/ // Check if module is in cache
20238
20214
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
20239
20215
  /******/ if (cachedModule !== undefined) {
@@ -20247,7 +20223,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20247
20223
  /******/ };
20248
20224
  /******/
20249
20225
  /******/ // Execute the module function
20250
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_682612__);
20226
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
20251
20227
  /******/
20252
20228
  /******/ // Return the exports of the module
20253
20229
  /******/ return module.exports;
@@ -20256,17 +20232,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20256
20232
  /************************************************************************/
20257
20233
  /******/ /* webpack/runtime/amd options */
20258
20234
  /******/ (() => {
20259
- /******/ __nested_webpack_require_682612__.amdO = {};
20235
+ /******/ __webpack_require__.amdO = {};
20260
20236
  /******/ })();
20261
20237
  /******/
20262
20238
  /******/ /* webpack/runtime/compat get default export */
20263
20239
  /******/ (() => {
20264
20240
  /******/ // getDefaultExport function for compatibility with non-harmony modules
20265
- /******/ __nested_webpack_require_682612__.n = (module) => {
20241
+ /******/ __webpack_require__.n = (module) => {
20266
20242
  /******/ var getter = module && module.__esModule ?
20267
20243
  /******/ () => (module['default']) :
20268
20244
  /******/ () => (module);
20269
- /******/ __nested_webpack_require_682612__.d(getter, { a: getter });
20245
+ /******/ __webpack_require__.d(getter, { a: getter });
20270
20246
  /******/ return getter;
20271
20247
  /******/ };
20272
20248
  /******/ })();
@@ -20274,9 +20250,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20274
20250
  /******/ /* webpack/runtime/define property getters */
20275
20251
  /******/ (() => {
20276
20252
  /******/ // define getter functions for harmony exports
20277
- /******/ __nested_webpack_require_682612__.d = (exports, definition) => {
20253
+ /******/ __webpack_require__.d = (exports, definition) => {
20278
20254
  /******/ for(var key in definition) {
20279
- /******/ if(__nested_webpack_require_682612__.o(definition, key) && !__nested_webpack_require_682612__.o(exports, key)) {
20255
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
20280
20256
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
20281
20257
  /******/ }
20282
20258
  /******/ }
@@ -20285,7 +20261,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20285
20261
  /******/
20286
20262
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
20287
20263
  /******/ (() => {
20288
- /******/ __nested_webpack_require_682612__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
20264
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
20289
20265
  /******/ })();
20290
20266
  /******/
20291
20267
  /************************************************************************/
@@ -20293,16 +20269,16 @@ var __webpack_exports__ = {};
20293
20269
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
20294
20270
  (() => {
20295
20271
  "use strict";
20296
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_682612__(5459);
20297
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
20298
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_682612__(7351);
20299
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
20300
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_682612__(7196);
20301
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
20302
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_682612__(3159);
20303
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_3__);
20304
- /* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_682612__(482);
20305
- /* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxgauge__WEBPACK_IMPORTED_MODULE_4__);
20272
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
20273
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
20274
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
20275
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
20276
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
20277
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
20278
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3159);
20279
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_3__);
20280
+ /* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(482);
20281
+ /* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxgauge__WEBPACK_IMPORTED_MODULE_4__);
20306
20282
 
20307
20283
 
20308
20284
 
@@ -20310,7 +20286,5 @@ var __webpack_exports__ = {};
20310
20286
 
20311
20287
  })();
20312
20288
 
20313
- /******/ })()
20314
- ;
20315
20289
  /******/ })()
20316
20290
  ;