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
 
@@ -5139,15 +5131,15 @@ License: https://jqwidgets.com/license/ */
5139
5131
  /***/ }),
5140
5132
 
5141
5133
  /***/ 5459:
5142
- /***/ ((module, exports, __nested_webpack_require_225988__) => {
5134
+ /***/ ((module, exports, __webpack_require__) => {
5143
5135
 
5144
5136
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
5145
5137
  /* eslint-disable */
5146
- (function () {
5147
- if (typeof document === 'undefined') {
5138
+ (function(){
5139
+ if (typeof document === 'undefined') {
5148
5140
  return;
5149
5141
  }
5150
-
5142
+
5151
5143
  var oldBrowser = document.all && !document.addEventListener;
5152
5144
  if (!oldBrowser) {
5153
5145
  (function (window, undefined) {
@@ -13319,7 +13311,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13319
13311
  // file names, and JQXLite is normally delivered in a lowercase file name.
13320
13312
  // Do this after creating the global so that if an AMD module wants to call
13321
13313
  // noConflict to hide this version of JQXLite, it will work.
13322
- if ( true && __nested_webpack_require_225988__.amdO.JQXLite) {
13314
+ if ( true && __webpack_require__.amdO.JQXLite) {
13323
13315
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
13324
13316
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
13325
13317
  }
@@ -13340,19 +13332,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13340
13332
  }
13341
13333
 
13342
13334
  if (window.jQuery) {
13343
- if (window.jQuery.fn.extend) {
13344
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
13345
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
13346
-
13347
- var keys = Object.keys(window.JQXLite.fn);
13348
- for (var index in keys) {
13349
- var key = keys[index];
13350
- if (window.jQuery.fn[key] == undefined) {
13351
- window.jQuery.fn[key] = window.JQXLite.fn[key];
13352
- }
13353
- }
13354
- }
13355
-
13356
13335
  window.minQuery = window.JQXLite = window.jQuery;
13357
13336
  return;
13358
13337
  }
@@ -14974,7 +14953,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14974
14953
  if (!$(element).on || !$.access) {
14975
14954
  return $(element).html(value);
14976
14955
  }
14977
- try {
14956
+ try {
14978
14957
  return $.access(element, function (value) {
14979
14958
  var elem = element[0] || {},
14980
14959
  i = 0,
@@ -15467,12 +15446,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15467
15446
  returnValue = returnValue + $(window).scrollTop();
15468
15447
  }
15469
15448
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
15470
- return returnValue;
15471
- // return returnValue + $(window).scrollTop();
15449
+ return returnValue;
15450
+ // return returnValue + $(window).scrollTop();
15472
15451
  }
15473
15452
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
15474
15453
  return returnValue;
15475
- // return returnValue + $(window).scrollTop();
15454
+ // return returnValue + $(window).scrollTop();
15476
15455
  }
15477
15456
 
15478
15457
  return initialOffset.top;
@@ -16168,9 +16147,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16168
16147
  }
16169
16148
  });
16170
16149
 
16171
- if (!$.easing) {
16172
- $.easing = {};
16173
- }
16174
16150
  $.extend($.easing, {
16175
16151
  easeOutBack: function (x, t, b, c, d, s) {
16176
16152
  if (s == undefined) s = 1.70158;
@@ -32134,7 +32110,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32134
32110
  /******/ var __webpack_module_cache__ = {};
32135
32111
  /******/
32136
32112
  /******/ // The require function
32137
- /******/ function __nested_webpack_require_1239713__(moduleId) {
32113
+ /******/ function __webpack_require__(moduleId) {
32138
32114
  /******/ // Check if module is in cache
32139
32115
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
32140
32116
  /******/ if (cachedModule !== undefined) {
@@ -32148,7 +32124,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32148
32124
  /******/ };
32149
32125
  /******/
32150
32126
  /******/ // Execute the module function
32151
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1239713__);
32127
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
32152
32128
  /******/
32153
32129
  /******/ // Return the exports of the module
32154
32130
  /******/ return module.exports;
@@ -32157,17 +32133,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32157
32133
  /************************************************************************/
32158
32134
  /******/ /* webpack/runtime/amd options */
32159
32135
  /******/ (() => {
32160
- /******/ __nested_webpack_require_1239713__.amdO = {};
32136
+ /******/ __webpack_require__.amdO = {};
32161
32137
  /******/ })();
32162
32138
  /******/
32163
32139
  /******/ /* webpack/runtime/compat get default export */
32164
32140
  /******/ (() => {
32165
32141
  /******/ // getDefaultExport function for compatibility with non-harmony modules
32166
- /******/ __nested_webpack_require_1239713__.n = (module) => {
32142
+ /******/ __webpack_require__.n = (module) => {
32167
32143
  /******/ var getter = module && module.__esModule ?
32168
32144
  /******/ () => (module['default']) :
32169
32145
  /******/ () => (module);
32170
- /******/ __nested_webpack_require_1239713__.d(getter, { a: getter });
32146
+ /******/ __webpack_require__.d(getter, { a: getter });
32171
32147
  /******/ return getter;
32172
32148
  /******/ };
32173
32149
  /******/ })();
@@ -32175,9 +32151,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32175
32151
  /******/ /* webpack/runtime/define property getters */
32176
32152
  /******/ (() => {
32177
32153
  /******/ // define getter functions for harmony exports
32178
- /******/ __nested_webpack_require_1239713__.d = (exports, definition) => {
32154
+ /******/ __webpack_require__.d = (exports, definition) => {
32179
32155
  /******/ for(var key in definition) {
32180
- /******/ 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)) {
32181
32157
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
32182
32158
  /******/ }
32183
32159
  /******/ }
@@ -32186,7 +32162,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
32186
32162
  /******/
32187
32163
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
32188
32164
  /******/ (() => {
32189
- /******/ __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))
32190
32166
  /******/ })();
32191
32167
  /******/
32192
32168
  /************************************************************************/
@@ -32194,24 +32170,24 @@ var __webpack_exports__ = {};
32194
32170
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
32195
32171
  (() => {
32196
32172
  "use strict";
32197
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1239713__(5459);
32198
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
32199
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1239713__(7351);
32200
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
32201
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1239713__(7196);
32202
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
32203
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1239713__(4240);
32204
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
32205
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1239713__(1610);
32206
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
32207
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1239713__(1062);
32208
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_5__);
32209
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1239713__(5868);
32210
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__);
32211
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1239713__(4720);
32212
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1239713__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_7__);
32213
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_1239713__(7995);
32214
- /* 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__);
32215
32191
 
32216
32192
 
32217
32193
 
@@ -32223,7 +32199,5 @@ var __webpack_exports__ = {};
32223
32199
 
32224
32200
  })();
32225
32201
 
32226
- /******/ })()
32227
- ;
32228
32202
  /******/ })()
32229
32203
  ;
@@ -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;
@@ -15615,7 +15591,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15615
15591
  /******/ var __webpack_module_cache__ = {};
15616
15592
  /******/
15617
15593
  /******/ // The require function
15618
- /******/ function __nested_webpack_require_526665__(moduleId) {
15594
+ /******/ function __webpack_require__(moduleId) {
15619
15595
  /******/ // Check if module is in cache
15620
15596
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
15621
15597
  /******/ if (cachedModule !== undefined) {
@@ -15629,7 +15605,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15629
15605
  /******/ };
15630
15606
  /******/
15631
15607
  /******/ // Execute the module function
15632
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_526665__);
15608
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
15633
15609
  /******/
15634
15610
  /******/ // Return the exports of the module
15635
15611
  /******/ return module.exports;
@@ -15638,17 +15614,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15638
15614
  /************************************************************************/
15639
15615
  /******/ /* webpack/runtime/amd options */
15640
15616
  /******/ (() => {
15641
- /******/ __nested_webpack_require_526665__.amdO = {};
15617
+ /******/ __webpack_require__.amdO = {};
15642
15618
  /******/ })();
15643
15619
  /******/
15644
15620
  /******/ /* webpack/runtime/compat get default export */
15645
15621
  /******/ (() => {
15646
15622
  /******/ // getDefaultExport function for compatibility with non-harmony modules
15647
- /******/ __nested_webpack_require_526665__.n = (module) => {
15623
+ /******/ __webpack_require__.n = (module) => {
15648
15624
  /******/ var getter = module && module.__esModule ?
15649
15625
  /******/ () => (module['default']) :
15650
15626
  /******/ () => (module);
15651
- /******/ __nested_webpack_require_526665__.d(getter, { a: getter });
15627
+ /******/ __webpack_require__.d(getter, { a: getter });
15652
15628
  /******/ return getter;
15653
15629
  /******/ };
15654
15630
  /******/ })();
@@ -15656,9 +15632,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15656
15632
  /******/ /* webpack/runtime/define property getters */
15657
15633
  /******/ (() => {
15658
15634
  /******/ // define getter functions for harmony exports
15659
- /******/ __nested_webpack_require_526665__.d = (exports, definition) => {
15635
+ /******/ __webpack_require__.d = (exports, definition) => {
15660
15636
  /******/ for(var key in definition) {
15661
- /******/ 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)) {
15662
15638
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
15663
15639
  /******/ }
15664
15640
  /******/ }
@@ -15667,7 +15643,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15667
15643
  /******/
15668
15644
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
15669
15645
  /******/ (() => {
15670
- /******/ __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))
15671
15647
  /******/ })();
15672
15648
  /******/
15673
15649
  /************************************************************************/
@@ -15675,16 +15651,16 @@ var __webpack_exports__ = {};
15675
15651
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
15676
15652
  (() => {
15677
15653
  "use strict";
15678
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_526665__(5459);
15679
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_526665__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
15680
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_526665__(7351);
15681
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_526665__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
15682
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_526665__(7196);
15683
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_526665__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
15684
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_526665__(4240);
15685
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_526665__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
15686
- /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_526665__(678);
15687
- /* 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__);
15688
15664
 
15689
15665
 
15690
15666
 
@@ -15692,7 +15668,5 @@ var __webpack_exports__ = {};
15692
15668
 
15693
15669
  })();
15694
15670
 
15695
- /******/ })()
15696
- ;
15697
15671
  /******/ })()
15698
15672
  ;
@@ -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;
@@ -16542,7 +16518,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16542
16518
  /******/ var __webpack_module_cache__ = {};
16543
16519
  /******/
16544
16520
  /******/ // The require function
16545
- /******/ function __nested_webpack_require_572120__(moduleId) {
16521
+ /******/ function __webpack_require__(moduleId) {
16546
16522
  /******/ // Check if module is in cache
16547
16523
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
16548
16524
  /******/ if (cachedModule !== undefined) {
@@ -16556,7 +16532,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16556
16532
  /******/ };
16557
16533
  /******/
16558
16534
  /******/ // Execute the module function
16559
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_572120__);
16535
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
16560
16536
  /******/
16561
16537
  /******/ // Return the exports of the module
16562
16538
  /******/ return module.exports;
@@ -16565,17 +16541,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16565
16541
  /************************************************************************/
16566
16542
  /******/ /* webpack/runtime/amd options */
16567
16543
  /******/ (() => {
16568
- /******/ __nested_webpack_require_572120__.amdO = {};
16544
+ /******/ __webpack_require__.amdO = {};
16569
16545
  /******/ })();
16570
16546
  /******/
16571
16547
  /******/ /* webpack/runtime/compat get default export */
16572
16548
  /******/ (() => {
16573
16549
  /******/ // getDefaultExport function for compatibility with non-harmony modules
16574
- /******/ __nested_webpack_require_572120__.n = (module) => {
16550
+ /******/ __webpack_require__.n = (module) => {
16575
16551
  /******/ var getter = module && module.__esModule ?
16576
16552
  /******/ () => (module['default']) :
16577
16553
  /******/ () => (module);
16578
- /******/ __nested_webpack_require_572120__.d(getter, { a: getter });
16554
+ /******/ __webpack_require__.d(getter, { a: getter });
16579
16555
  /******/ return getter;
16580
16556
  /******/ };
16581
16557
  /******/ })();
@@ -16583,9 +16559,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16583
16559
  /******/ /* webpack/runtime/define property getters */
16584
16560
  /******/ (() => {
16585
16561
  /******/ // define getter functions for harmony exports
16586
- /******/ __nested_webpack_require_572120__.d = (exports, definition) => {
16562
+ /******/ __webpack_require__.d = (exports, definition) => {
16587
16563
  /******/ for(var key in definition) {
16588
- /******/ if(__nested_webpack_require_572120__.o(definition, key) && !__nested_webpack_require_572120__.o(exports, key)) {
16564
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
16589
16565
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
16590
16566
  /******/ }
16591
16567
  /******/ }
@@ -16594,7 +16570,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16594
16570
  /******/
16595
16571
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
16596
16572
  /******/ (() => {
16597
- /******/ __nested_webpack_require_572120__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16573
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16598
16574
  /******/ })();
16599
16575
  /******/
16600
16576
  /************************************************************************/
@@ -16602,18 +16578,18 @@ var __webpack_exports__ = {};
16602
16578
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
16603
16579
  (() => {
16604
16580
  "use strict";
16605
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_572120__(5459);
16606
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_572120__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16607
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_572120__(7351);
16608
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_572120__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
16609
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_572120__(7196);
16610
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_572120__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
16611
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_572120__(4240);
16612
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_572120__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
16613
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_572120__(3899);
16614
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_572120__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_4__);
16615
- /* harmony import */ var _jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_572120__(8141);
16616
- /* harmony import */ var _jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_572120__.n(_jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5__);
16581
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
16582
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16583
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
16584
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
16585
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
16586
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
16587
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
16588
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
16589
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(3899);
16590
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_4__);
16591
+ /* harmony import */ var _jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8141);
16592
+ /* harmony import */ var _jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5__);
16617
16593
 
16618
16594
 
16619
16595
 
@@ -16622,7 +16598,5 @@ var __webpack_exports__ = {};
16622
16598
 
16623
16599
  })();
16624
16600
 
16625
- /******/ })()
16626
- ;
16627
16601
  /******/ })()
16628
16602
  ;