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
 
@@ -1848,15 +1832,15 @@ License: https://jqwidgets.com/license/ */
1848
1832
  /***/ }),
1849
1833
 
1850
1834
  /***/ 5459:
1851
- /***/ ((module, exports, __nested_webpack_require_74206__) => {
1835
+ /***/ ((module, exports, __webpack_require__) => {
1852
1836
 
1853
1837
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1854
1838
  /* eslint-disable */
1855
- (function () {
1856
- if (typeof document === 'undefined') {
1839
+ (function(){
1840
+ if (typeof document === 'undefined') {
1857
1841
  return;
1858
1842
  }
1859
-
1843
+
1860
1844
  var oldBrowser = document.all && !document.addEventListener;
1861
1845
  if (!oldBrowser) {
1862
1846
  (function (window, undefined) {
@@ -10028,7 +10012,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10028
10012
  // file names, and JQXLite is normally delivered in a lowercase file name.
10029
10013
  // Do this after creating the global so that if an AMD module wants to call
10030
10014
  // noConflict to hide this version of JQXLite, it will work.
10031
- if ( true && __nested_webpack_require_74206__.amdO.JQXLite) {
10015
+ if ( true && __webpack_require__.amdO.JQXLite) {
10032
10016
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10033
10017
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10034
10018
  }
@@ -10049,19 +10033,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10049
10033
  }
10050
10034
 
10051
10035
  if (window.jQuery) {
10052
- if (window.jQuery.fn.extend) {
10053
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
10054
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
10055
-
10056
- var keys = Object.keys(window.JQXLite.fn);
10057
- for (var index in keys) {
10058
- var key = keys[index];
10059
- if (window.jQuery.fn[key] == undefined) {
10060
- window.jQuery.fn[key] = window.JQXLite.fn[key];
10061
- }
10062
- }
10063
- }
10064
-
10065
10036
  window.minQuery = window.JQXLite = window.jQuery;
10066
10037
  return;
10067
10038
  }
@@ -11683,7 +11654,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11683
11654
  if (!$(element).on || !$.access) {
11684
11655
  return $(element).html(value);
11685
11656
  }
11686
- try {
11657
+ try {
11687
11658
  return $.access(element, function (value) {
11688
11659
  var elem = element[0] || {},
11689
11660
  i = 0,
@@ -12176,12 +12147,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12176
12147
  returnValue = returnValue + $(window).scrollTop();
12177
12148
  }
12178
12149
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
12179
- return returnValue;
12180
- // return returnValue + $(window).scrollTop();
12150
+ return returnValue;
12151
+ // return returnValue + $(window).scrollTop();
12181
12152
  }
12182
12153
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
12183
12154
  return returnValue;
12184
- // return returnValue + $(window).scrollTop();
12155
+ // return returnValue + $(window).scrollTop();
12185
12156
  }
12186
12157
 
12187
12158
  return initialOffset.top;
@@ -12877,9 +12848,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12877
12848
  }
12878
12849
  });
12879
12850
 
12880
- if (!$.easing) {
12881
- $.easing = {};
12882
- }
12883
12851
  $.extend($.easing, {
12884
12852
  easeOutBack: function (x, t, b, c, d, s) {
12885
12853
  if (s == undefined) s = 1.70158;
@@ -18312,7 +18280,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18312
18280
  /******/ var __webpack_module_cache__ = {};
18313
18281
  /******/
18314
18282
  /******/ // The require function
18315
- /******/ function __nested_webpack_require_646101__(moduleId) {
18283
+ /******/ function __webpack_require__(moduleId) {
18316
18284
  /******/ // Check if module is in cache
18317
18285
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
18318
18286
  /******/ if (cachedModule !== undefined) {
@@ -18326,7 +18294,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18326
18294
  /******/ };
18327
18295
  /******/
18328
18296
  /******/ // Execute the module function
18329
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_646101__);
18297
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
18330
18298
  /******/
18331
18299
  /******/ // Return the exports of the module
18332
18300
  /******/ return module.exports;
@@ -18335,17 +18303,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18335
18303
  /************************************************************************/
18336
18304
  /******/ /* webpack/runtime/amd options */
18337
18305
  /******/ (() => {
18338
- /******/ __nested_webpack_require_646101__.amdO = {};
18306
+ /******/ __webpack_require__.amdO = {};
18339
18307
  /******/ })();
18340
18308
  /******/
18341
18309
  /******/ /* webpack/runtime/compat get default export */
18342
18310
  /******/ (() => {
18343
18311
  /******/ // getDefaultExport function for compatibility with non-harmony modules
18344
- /******/ __nested_webpack_require_646101__.n = (module) => {
18312
+ /******/ __webpack_require__.n = (module) => {
18345
18313
  /******/ var getter = module && module.__esModule ?
18346
18314
  /******/ () => (module['default']) :
18347
18315
  /******/ () => (module);
18348
- /******/ __nested_webpack_require_646101__.d(getter, { a: getter });
18316
+ /******/ __webpack_require__.d(getter, { a: getter });
18349
18317
  /******/ return getter;
18350
18318
  /******/ };
18351
18319
  /******/ })();
@@ -18353,9 +18321,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18353
18321
  /******/ /* webpack/runtime/define property getters */
18354
18322
  /******/ (() => {
18355
18323
  /******/ // define getter functions for harmony exports
18356
- /******/ __nested_webpack_require_646101__.d = (exports, definition) => {
18324
+ /******/ __webpack_require__.d = (exports, definition) => {
18357
18325
  /******/ for(var key in definition) {
18358
- /******/ if(__nested_webpack_require_646101__.o(definition, key) && !__nested_webpack_require_646101__.o(exports, key)) {
18326
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
18359
18327
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
18360
18328
  /******/ }
18361
18329
  /******/ }
@@ -18364,7 +18332,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18364
18332
  /******/
18365
18333
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
18366
18334
  /******/ (() => {
18367
- /******/ __nested_webpack_require_646101__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
18335
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
18368
18336
  /******/ })();
18369
18337
  /******/
18370
18338
  /************************************************************************/
@@ -18372,18 +18340,18 @@ var __webpack_exports__ = {};
18372
18340
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
18373
18341
  (() => {
18374
18342
  "use strict";
18375
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_646101__(5459);
18376
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_646101__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
18377
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_646101__(7351);
18378
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_646101__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
18379
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_646101__(7196);
18380
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_646101__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
18381
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_646101__(4240);
18382
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_646101__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
18383
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_646101__(1610);
18384
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_646101__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
18385
- /* harmony import */ var _jqxnotification__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_646101__(6610);
18386
- /* harmony import */ var _jqxnotification__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_646101__.n(_jqxnotification__WEBPACK_IMPORTED_MODULE_5__);
18343
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
18344
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
18345
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
18346
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
18347
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
18348
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
18349
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
18350
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
18351
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1610);
18352
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
18353
+ /* harmony import */ var _jqxnotification__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(6610);
18354
+ /* harmony import */ var _jqxnotification__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxnotification__WEBPACK_IMPORTED_MODULE_5__);
18387
18355
 
18388
18356
 
18389
18357
 
@@ -18392,9 +18360,5 @@ var __webpack_exports__ = {};
18392
18360
 
18393
18361
  })();
18394
18362
 
18395
- /******/ })()
18396
- ;
18397
- /******/ })()
18398
- ;
18399
18363
  /******/ })()
18400
18364
  ;
@@ -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
 
@@ -5147,15 +5131,15 @@ License: https://jqwidgets.com/license/ */
5147
5131
  /***/ }),
5148
5132
 
5149
5133
  /***/ 5459:
5150
- /***/ ((module, exports, __nested_webpack_require_225988__) => {
5134
+ /***/ ((module, exports, __webpack_require__) => {
5151
5135
 
5152
5136
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
5153
5137
  /* eslint-disable */
5154
- (function () {
5155
- if (typeof document === 'undefined') {
5138
+ (function(){
5139
+ if (typeof document === 'undefined') {
5156
5140
  return;
5157
5141
  }
5158
-
5142
+
5159
5143
  var oldBrowser = document.all && !document.addEventListener;
5160
5144
  if (!oldBrowser) {
5161
5145
  (function (window, undefined) {
@@ -13327,7 +13311,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13327
13311
  // file names, and JQXLite is normally delivered in a lowercase file name.
13328
13312
  // Do this after creating the global so that if an AMD module wants to call
13329
13313
  // noConflict to hide this version of JQXLite, it will work.
13330
- if ( true && __nested_webpack_require_225988__.amdO.JQXLite) {
13314
+ if ( true && __webpack_require__.amdO.JQXLite) {
13331
13315
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
13332
13316
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
13333
13317
  }
@@ -13348,19 +13332,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13348
13332
  }
13349
13333
 
13350
13334
  if (window.jQuery) {
13351
- if (window.jQuery.fn.extend) {
13352
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
13353
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
13354
-
13355
- var keys = Object.keys(window.JQXLite.fn);
13356
- for (var index in keys) {
13357
- var key = keys[index];
13358
- if (window.jQuery.fn[key] == undefined) {
13359
- window.jQuery.fn[key] = window.JQXLite.fn[key];
13360
- }
13361
- }
13362
- }
13363
-
13364
13335
  window.minQuery = window.JQXLite = window.jQuery;
13365
13336
  return;
13366
13337
  }
@@ -14982,7 +14953,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14982
14953
  if (!$(element).on || !$.access) {
14983
14954
  return $(element).html(value);
14984
14955
  }
14985
- try {
14956
+ try {
14986
14957
  return $.access(element, function (value) {
14987
14958
  var elem = element[0] || {},
14988
14959
  i = 0,
@@ -15475,12 +15446,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15475
15446
  returnValue = returnValue + $(window).scrollTop();
15476
15447
  }
15477
15448
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
15478
- return returnValue;
15479
- // return returnValue + $(window).scrollTop();
15449
+ return returnValue;
15450
+ // return returnValue + $(window).scrollTop();
15480
15451
  }
15481
15452
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
15482
15453
  return returnValue;
15483
- // return returnValue + $(window).scrollTop();
15454
+ // return returnValue + $(window).scrollTop();
15484
15455
  }
15485
15456
 
15486
15457
  return initialOffset.top;
@@ -16176,9 +16147,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16176
16147
  }
16177
16148
  });
16178
16149
 
16179
- if (!$.easing) {
16180
- $.easing = {};
16181
- }
16182
16150
  $.extend($.easing, {
16183
16151
  easeOutBack: function (x, t, b, c, d, s) {
16184
16152
  if (s == undefined) s = 1.70158;
@@ -32142,7 +32110,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32142
32110
  /******/ var __webpack_module_cache__ = {};
32143
32111
  /******/
32144
32112
  /******/ // The require function
32145
- /******/ function __nested_webpack_require_1239713__(moduleId) {
32113
+ /******/ function __webpack_require__(moduleId) {
32146
32114
  /******/ // Check if module is in cache
32147
32115
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
32148
32116
  /******/ if (cachedModule !== undefined) {
@@ -32156,7 +32124,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32156
32124
  /******/ };
32157
32125
  /******/
32158
32126
  /******/ // Execute the module function
32159
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1239713__);
32127
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
32160
32128
  /******/
32161
32129
  /******/ // Return the exports of the module
32162
32130
  /******/ return module.exports;
@@ -32165,17 +32133,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32165
32133
  /************************************************************************/
32166
32134
  /******/ /* webpack/runtime/amd options */
32167
32135
  /******/ (() => {
32168
- /******/ __nested_webpack_require_1239713__.amdO = {};
32136
+ /******/ __webpack_require__.amdO = {};
32169
32137
  /******/ })();
32170
32138
  /******/
32171
32139
  /******/ /* webpack/runtime/compat get default export */
32172
32140
  /******/ (() => {
32173
32141
  /******/ // getDefaultExport function for compatibility with non-harmony modules
32174
- /******/ __nested_webpack_require_1239713__.n = (module) => {
32142
+ /******/ __webpack_require__.n = (module) => {
32175
32143
  /******/ var getter = module && module.__esModule ?
32176
32144
  /******/ () => (module['default']) :
32177
32145
  /******/ () => (module);
32178
- /******/ __nested_webpack_require_1239713__.d(getter, { a: getter });
32146
+ /******/ __webpack_require__.d(getter, { a: getter });
32179
32147
  /******/ return getter;
32180
32148
  /******/ };
32181
32149
  /******/ })();
@@ -32183,9 +32151,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32183
32151
  /******/ /* webpack/runtime/define property getters */
32184
32152
  /******/ (() => {
32185
32153
  /******/ // define getter functions for harmony exports
32186
- /******/ __nested_webpack_require_1239713__.d = (exports, definition) => {
32154
+ /******/ __webpack_require__.d = (exports, definition) => {
32187
32155
  /******/ for(var key in definition) {
32188
- /******/ if(__nested_webpack_require_1239713__.o(definition, key) && !__nested_webpack_require_1239713__.o(exports, key)) {
32156
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
32189
32157
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
32190
32158
  /******/ }
32191
32159
  /******/ }
@@ -32194,7 +32162,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32194
32162
  /******/
32195
32163
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
32196
32164
  /******/ (() => {
32197
- /******/ __nested_webpack_require_1239713__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
32165
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
32198
32166
  /******/ })();
32199
32167
  /******/
32200
32168
  /************************************************************************/
@@ -32202,24 +32170,24 @@ var __webpack_exports__ = {};
32202
32170
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
32203
32171
  (() => {
32204
32172
  "use strict";
32205
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1239713__(5459);
32206
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
32207
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1239713__(7351);
32208
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
32209
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1239713__(7196);
32210
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
32211
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1239713__(4240);
32212
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
32213
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1239713__(1610);
32214
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
32215
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1239713__(1062);
32216
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_5__);
32217
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1239713__(5868);
32218
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__);
32219
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1239713__(4720);
32220
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_7__);
32221
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_1239713__(7995);
32222
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__);
32173
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
32174
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
32175
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
32176
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
32177
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
32178
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
32179
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
32180
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
32181
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1610);
32182
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
32183
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1062);
32184
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_5__);
32185
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(5868);
32186
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__);
32187
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(4720);
32188
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_7__);
32189
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(7995);
32190
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__);
32223
32191
 
32224
32192
 
32225
32193
 
@@ -32231,9 +32199,5 @@ var __webpack_exports__ = {};
32231
32199
 
32232
32200
  })();
32233
32201
 
32234
- /******/ })()
32235
- ;
32236
- /******/ })()
32237
- ;
32238
32202
  /******/ })()
32239
32203
  ;
@@ -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
 
@@ -1848,15 +1832,15 @@ License: https://jqwidgets.com/license/ */
1848
1832
  /***/ }),
1849
1833
 
1850
1834
  /***/ 5459:
1851
- /***/ ((module, exports, __nested_webpack_require_74206__) => {
1835
+ /***/ ((module, exports, __webpack_require__) => {
1852
1836
 
1853
1837
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1854
1838
  /* eslint-disable */
1855
- (function () {
1856
- if (typeof document === 'undefined') {
1839
+ (function(){
1840
+ if (typeof document === 'undefined') {
1857
1841
  return;
1858
1842
  }
1859
-
1843
+
1860
1844
  var oldBrowser = document.all && !document.addEventListener;
1861
1845
  if (!oldBrowser) {
1862
1846
  (function (window, undefined) {
@@ -10028,7 +10012,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10028
10012
  // file names, and JQXLite is normally delivered in a lowercase file name.
10029
10013
  // Do this after creating the global so that if an AMD module wants to call
10030
10014
  // noConflict to hide this version of JQXLite, it will work.
10031
- if ( true && __nested_webpack_require_74206__.amdO.JQXLite) {
10015
+ if ( true && __webpack_require__.amdO.JQXLite) {
10032
10016
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10033
10017
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10034
10018
  }
@@ -10049,19 +10033,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10049
10033
  }
10050
10034
 
10051
10035
  if (window.jQuery) {
10052
- if (window.jQuery.fn.extend) {
10053
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
10054
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
10055
-
10056
- var keys = Object.keys(window.JQXLite.fn);
10057
- for (var index in keys) {
10058
- var key = keys[index];
10059
- if (window.jQuery.fn[key] == undefined) {
10060
- window.jQuery.fn[key] = window.JQXLite.fn[key];
10061
- }
10062
- }
10063
- }
10064
-
10065
10036
  window.minQuery = window.JQXLite = window.jQuery;
10066
10037
  return;
10067
10038
  }
@@ -11683,7 +11654,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11683
11654
  if (!$(element).on || !$.access) {
11684
11655
  return $(element).html(value);
11685
11656
  }
11686
- try {
11657
+ try {
11687
11658
  return $.access(element, function (value) {
11688
11659
  var elem = element[0] || {},
11689
11660
  i = 0,
@@ -12176,12 +12147,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12176
12147
  returnValue = returnValue + $(window).scrollTop();
12177
12148
  }
12178
12149
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
12179
- return returnValue;
12180
- // return returnValue + $(window).scrollTop();
12150
+ return returnValue;
12151
+ // return returnValue + $(window).scrollTop();
12181
12152
  }
12182
12153
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
12183
12154
  return returnValue;
12184
- // return returnValue + $(window).scrollTop();
12155
+ // return returnValue + $(window).scrollTop();
12185
12156
  }
12186
12157
 
12187
12158
  return initialOffset.top;
@@ -12877,9 +12848,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12877
12848
  }
12878
12849
  });
12879
12850
 
12880
- if (!$.easing) {
12881
- $.easing = {};
12882
- }
12883
12851
  $.extend($.easing, {
12884
12852
  easeOutBack: function (x, t, b, c, d, s) {
12885
12853
  if (s == undefined) s = 1.70158;
@@ -15623,7 +15591,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15623
15591
  /******/ var __webpack_module_cache__ = {};
15624
15592
  /******/
15625
15593
  /******/ // The require function
15626
- /******/ function __nested_webpack_require_526665__(moduleId) {
15594
+ /******/ function __webpack_require__(moduleId) {
15627
15595
  /******/ // Check if module is in cache
15628
15596
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
15629
15597
  /******/ if (cachedModule !== undefined) {
@@ -15637,7 +15605,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15637
15605
  /******/ };
15638
15606
  /******/
15639
15607
  /******/ // Execute the module function
15640
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_526665__);
15608
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
15641
15609
  /******/
15642
15610
  /******/ // Return the exports of the module
15643
15611
  /******/ return module.exports;
@@ -15646,17 +15614,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15646
15614
  /************************************************************************/
15647
15615
  /******/ /* webpack/runtime/amd options */
15648
15616
  /******/ (() => {
15649
- /******/ __nested_webpack_require_526665__.amdO = {};
15617
+ /******/ __webpack_require__.amdO = {};
15650
15618
  /******/ })();
15651
15619
  /******/
15652
15620
  /******/ /* webpack/runtime/compat get default export */
15653
15621
  /******/ (() => {
15654
15622
  /******/ // getDefaultExport function for compatibility with non-harmony modules
15655
- /******/ __nested_webpack_require_526665__.n = (module) => {
15623
+ /******/ __webpack_require__.n = (module) => {
15656
15624
  /******/ var getter = module && module.__esModule ?
15657
15625
  /******/ () => (module['default']) :
15658
15626
  /******/ () => (module);
15659
- /******/ __nested_webpack_require_526665__.d(getter, { a: getter });
15627
+ /******/ __webpack_require__.d(getter, { a: getter });
15660
15628
  /******/ return getter;
15661
15629
  /******/ };
15662
15630
  /******/ })();
@@ -15664,9 +15632,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15664
15632
  /******/ /* webpack/runtime/define property getters */
15665
15633
  /******/ (() => {
15666
15634
  /******/ // define getter functions for harmony exports
15667
- /******/ __nested_webpack_require_526665__.d = (exports, definition) => {
15635
+ /******/ __webpack_require__.d = (exports, definition) => {
15668
15636
  /******/ for(var key in definition) {
15669
- /******/ if(__nested_webpack_require_526665__.o(definition, key) && !__nested_webpack_require_526665__.o(exports, key)) {
15637
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
15670
15638
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
15671
15639
  /******/ }
15672
15640
  /******/ }
@@ -15675,7 +15643,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15675
15643
  /******/
15676
15644
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
15677
15645
  /******/ (() => {
15678
- /******/ __nested_webpack_require_526665__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
15646
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
15679
15647
  /******/ })();
15680
15648
  /******/
15681
15649
  /************************************************************************/
@@ -15683,16 +15651,16 @@ var __webpack_exports__ = {};
15683
15651
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
15684
15652
  (() => {
15685
15653
  "use strict";
15686
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_526665__(5459);
15687
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_526665__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
15688
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_526665__(7351);
15689
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_526665__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
15690
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_526665__(7196);
15691
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_526665__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
15692
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_526665__(4240);
15693
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_526665__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
15694
- /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_526665__(678);
15695
- /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_526665__.n(_jqxpanel__WEBPACK_IMPORTED_MODULE_4__);
15654
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
15655
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
15656
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
15657
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
15658
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
15659
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
15660
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
15661
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
15662
+ /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(678);
15663
+ /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxpanel__WEBPACK_IMPORTED_MODULE_4__);
15696
15664
 
15697
15665
 
15698
15666
 
@@ -15700,9 +15668,5 @@ var __webpack_exports__ = {};
15700
15668
 
15701
15669
  })();
15702
15670
 
15703
- /******/ })()
15704
- ;
15705
- /******/ })()
15706
- ;
15707
15671
  /******/ })()
15708
15672
  ;