jqwidgets-ng 22.0.1 → 22.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/jqwidgets/jqx-all.js +2457 -50
  2. package/jqwidgets/jqxbarcode.js +0 -12
  3. package/jqwidgets/jqxcheckboxgroup.js +0 -12
  4. package/jqwidgets/jqxcore.js +1 -1
  5. package/jqwidgets/jqxexport.js +6 -3
  6. package/jqwidgets/jqxqrcode.js +0 -12
  7. package/jqwidgets/jqxradiobuttongroup.js +0 -12
  8. package/jqwidgets/jqxsplitlayout.js +2456 -1
  9. package/jqwidgets/modules/jqxbarcode.js +23 -49
  10. package/jqwidgets/modules/jqxbargauge.js +25 -51
  11. package/jqwidgets/modules/jqxbulletchart.js +27 -53
  12. package/jqwidgets/modules/jqxbuttongroup.js +25 -51
  13. package/jqwidgets/modules/jqxbuttons.js +23 -49
  14. package/jqwidgets/modules/jqxcalendar.js +29 -55
  15. package/jqwidgets/modules/jqxchart.js +37 -63
  16. package/jqwidgets/modules/jqxcheckbox.js +27 -53
  17. package/jqwidgets/modules/jqxcheckboxgroup.js +27 -53
  18. package/jqwidgets/modules/jqxcolorpicker.js +29 -55
  19. package/jqwidgets/modules/jqxcombobox.js +33 -59
  20. package/jqwidgets/modules/jqxcomplexinput.js +25 -51
  21. package/jqwidgets/modules/jqxdatatable.js +59 -82
  22. package/jqwidgets/modules/jqxdatetimeinput.js +47 -73
  23. package/jqwidgets/modules/jqxdocking.js +27 -53
  24. package/jqwidgets/modules/jqxdockinglayout.js +35 -61
  25. package/jqwidgets/modules/jqxdockpanel.js +25 -51
  26. package/jqwidgets/modules/jqxdragdrop.js +27 -53
  27. package/jqwidgets/modules/jqxdraw.js +23 -49
  28. package/jqwidgets/modules/jqxdropdownbutton.js +25 -51
  29. package/jqwidgets/modules/jqxdropdownlist.js +45 -71
  30. package/jqwidgets/modules/jqxeditor.js +57 -83
  31. package/jqwidgets/modules/jqxexpander.js +37 -60
  32. package/jqwidgets/modules/jqxfileupload.js +27 -53
  33. package/jqwidgets/modules/jqxform.js +61 -84
  34. package/jqwidgets/modules/jqxformattedinput.js +53 -76
  35. package/jqwidgets/modules/jqxgantt.js +25 -51
  36. package/jqwidgets/modules/jqxgauge.js +29 -55
  37. package/jqwidgets/modules/jqxgrid.js +98 -121
  38. package/jqwidgets/modules/jqxheatmap.js +25 -51
  39. package/jqwidgets/modules/jqxinput.js +27 -53
  40. package/jqwidgets/modules/jqxkanban.js +63 -86
  41. package/jqwidgets/modules/jqxknob.js +27 -53
  42. package/jqwidgets/modules/jqxlayout.js +35 -61
  43. package/jqwidgets/modules/jqxlineargauge.js +29 -55
  44. package/jqwidgets/modules/jqxlinkbutton.js +23 -49
  45. package/jqwidgets/modules/jqxlistbox.js +37 -63
  46. package/jqwidgets/modules/jqxlistmenu.js +59 -82
  47. package/jqwidgets/modules/jqxloader.js +23 -49
  48. package/jqwidgets/modules/jqxmaskedinput.js +23 -49
  49. package/jqwidgets/modules/jqxmenu.js +41 -64
  50. package/jqwidgets/modules/jqxnavbar.js +37 -60
  51. package/jqwidgets/modules/jqxnavigationbar.js +45 -68
  52. package/jqwidgets/modules/jqxnotification.js +31 -57
  53. package/jqwidgets/modules/jqxnumberinput.js +37 -63
  54. package/jqwidgets/modules/jqxpanel.js +29 -55
  55. package/jqwidgets/modules/jqxpasswordinput.js +31 -57
  56. package/jqwidgets/modules/jqxpivotdesigner.js +67 -90
  57. package/jqwidgets/modules/jqxpivotgrid.js +67 -90
  58. package/jqwidgets/modules/jqxpopover.js +25 -51
  59. package/jqwidgets/modules/jqxprogressbar.js +23 -49
  60. package/jqwidgets/modules/jqxqrcode.js +37 -60
  61. package/jqwidgets/modules/jqxradiobutongroup.js +27 -53
  62. package/jqwidgets/modules/jqxradiobutton.js +25 -51
  63. package/jqwidgets/modules/jqxrangeselector.js +27 -53
  64. package/jqwidgets/modules/jqxrating.js +25 -51
  65. package/jqwidgets/modules/jqxrepeatbutton.js +23 -49
  66. package/jqwidgets/modules/jqxresponsivepanel.js +25 -51
  67. package/jqwidgets/modules/jqxribbon.js +27 -53
  68. package/jqwidgets/modules/jqxscheduler.js +63 -89
  69. package/jqwidgets/modules/jqxscrollbar.js +25 -51
  70. package/jqwidgets/modules/jqxscrollview.js +25 -51
  71. package/jqwidgets/modules/jqxslider.js +25 -51
  72. package/jqwidgets/modules/jqxsortable.js +25 -51
  73. package/jqwidgets/modules/jqxsplitlayout.js +23 -49
  74. package/jqwidgets/modules/jqxsplitter.js +25 -51
  75. package/jqwidgets/modules/jqxswitchbutton.js +29 -55
  76. package/jqwidgets/modules/jqxtabs.js +43 -66
  77. package/jqwidgets/modules/jqxtagcloud.js +31 -57
  78. package/jqwidgets/modules/jqxtextarea.js +31 -57
  79. package/jqwidgets/modules/jqxtimeline.js +23 -49
  80. package/jqwidgets/modules/jqxtimepicker.js +25 -51
  81. package/jqwidgets/modules/jqxtogglebutton.js +23 -49
  82. package/jqwidgets/modules/jqxtoolbar.js +61 -84
  83. package/jqwidgets/modules/jqxtooltip.js +23 -49
  84. package/jqwidgets/modules/jqxtree.js +35 -61
  85. package/jqwidgets/modules/jqxtreegrid.js +61 -84
  86. package/jqwidgets/modules/jqxtreemap.js +27 -53
  87. package/jqwidgets/modules/jqxvalidator.js +29 -55
  88. package/jqwidgets/modules/jqxwindow.js +25 -51
  89. package/package.json +1 -1
@@ -1,14 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Sep-17-2024
11
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
12
4
  License: https://jqwidgets.com/license/ */
13
5
 
14
6
 
@@ -1204,15 +1196,15 @@ License: https://jqwidgets.com/license/ */
1204
1196
  /***/ }),
1205
1197
 
1206
1198
  /***/ 5459:
1207
- /***/ ((module, exports, __nested_webpack_require_52089__) => {
1199
+ /***/ ((module, exports, __webpack_require__) => {
1208
1200
 
1209
1201
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1210
1202
  /* eslint-disable */
1211
- (function () {
1212
- if (typeof document === 'undefined') {
1203
+ (function(){
1204
+ if (typeof document === 'undefined') {
1213
1205
  return;
1214
1206
  }
1215
-
1207
+
1216
1208
  var oldBrowser = document.all && !document.addEventListener;
1217
1209
  if (!oldBrowser) {
1218
1210
  (function (window, undefined) {
@@ -9384,7 +9376,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9384
9376
  // file names, and JQXLite is normally delivered in a lowercase file name.
9385
9377
  // Do this after creating the global so that if an AMD module wants to call
9386
9378
  // noConflict to hide this version of JQXLite, it will work.
9387
- if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
9379
+ if ( true && __webpack_require__.amdO.JQXLite) {
9388
9380
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9389
9381
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9390
9382
  }
@@ -9405,19 +9397,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9405
9397
  }
9406
9398
 
9407
9399
  if (window.jQuery) {
9408
- if (window.jQuery.fn.extend) {
9409
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
9410
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
9411
-
9412
- var keys = Object.keys(window.JQXLite.fn);
9413
- for (var index in keys) {
9414
- var key = keys[index];
9415
- if (window.jQuery.fn[key] == undefined) {
9416
- window.jQuery.fn[key] = window.JQXLite.fn[key];
9417
- }
9418
- }
9419
- }
9420
-
9421
9400
  window.minQuery = window.JQXLite = window.jQuery;
9422
9401
  return;
9423
9402
  }
@@ -11039,7 +11018,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11039
11018
  if (!$(element).on || !$.access) {
11040
11019
  return $(element).html(value);
11041
11020
  }
11042
- try {
11021
+ try {
11043
11022
  return $.access(element, function (value) {
11044
11023
  var elem = element[0] || {},
11045
11024
  i = 0,
@@ -11532,12 +11511,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11532
11511
  returnValue = returnValue + $(window).scrollTop();
11533
11512
  }
11534
11513
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
11535
- return returnValue;
11536
- // return returnValue + $(window).scrollTop();
11514
+ return returnValue;
11515
+ // return returnValue + $(window).scrollTop();
11537
11516
  }
11538
11517
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
11539
11518
  return returnValue;
11540
- // return returnValue + $(window).scrollTop();
11519
+ // return returnValue + $(window).scrollTop();
11541
11520
  }
11542
11521
 
11543
11522
  return initialOffset.top;
@@ -12233,9 +12212,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12233
12212
  }
12234
12213
  });
12235
12214
 
12236
- if (!$.easing) {
12237
- $.easing = {};
12238
- }
12239
12215
  $.extend($.easing, {
12240
12216
  easeOutBack: function (x, t, b, c, d, s) {
12241
12217
  if (s == undefined) s = 1.70158;
@@ -16022,7 +15998,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16022
15998
  /******/ var __webpack_module_cache__ = {};
16023
15999
  /******/
16024
16000
  /******/ // The require function
16025
- /******/ function __nested_webpack_require_558497__(moduleId) {
16001
+ /******/ function __webpack_require__(moduleId) {
16026
16002
  /******/ // Check if module is in cache
16027
16003
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
16028
16004
  /******/ if (cachedModule !== undefined) {
@@ -16036,7 +16012,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16036
16012
  /******/ };
16037
16013
  /******/
16038
16014
  /******/ // Execute the module function
16039
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_558497__);
16015
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
16040
16016
  /******/
16041
16017
  /******/ // Return the exports of the module
16042
16018
  /******/ return module.exports;
@@ -16045,17 +16021,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16045
16021
  /************************************************************************/
16046
16022
  /******/ /* webpack/runtime/amd options */
16047
16023
  /******/ (() => {
16048
- /******/ __nested_webpack_require_558497__.amdO = {};
16024
+ /******/ __webpack_require__.amdO = {};
16049
16025
  /******/ })();
16050
16026
  /******/
16051
16027
  /******/ /* webpack/runtime/compat get default export */
16052
16028
  /******/ (() => {
16053
16029
  /******/ // getDefaultExport function for compatibility with non-harmony modules
16054
- /******/ __nested_webpack_require_558497__.n = (module) => {
16030
+ /******/ __webpack_require__.n = (module) => {
16055
16031
  /******/ var getter = module && module.__esModule ?
16056
16032
  /******/ () => (module['default']) :
16057
16033
  /******/ () => (module);
16058
- /******/ __nested_webpack_require_558497__.d(getter, { a: getter });
16034
+ /******/ __webpack_require__.d(getter, { a: getter });
16059
16035
  /******/ return getter;
16060
16036
  /******/ };
16061
16037
  /******/ })();
@@ -16063,9 +16039,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16063
16039
  /******/ /* webpack/runtime/define property getters */
16064
16040
  /******/ (() => {
16065
16041
  /******/ // define getter functions for harmony exports
16066
- /******/ __nested_webpack_require_558497__.d = (exports, definition) => {
16042
+ /******/ __webpack_require__.d = (exports, definition) => {
16067
16043
  /******/ for(var key in definition) {
16068
- /******/ if(__nested_webpack_require_558497__.o(definition, key) && !__nested_webpack_require_558497__.o(exports, key)) {
16044
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
16069
16045
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
16070
16046
  /******/ }
16071
16047
  /******/ }
@@ -16074,7 +16050,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16074
16050
  /******/
16075
16051
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
16076
16052
  /******/ (() => {
16077
- /******/ __nested_webpack_require_558497__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16053
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16078
16054
  /******/ })();
16079
16055
  /******/
16080
16056
  /************************************************************************/
@@ -16082,14 +16058,14 @@ var __webpack_exports__ = {};
16082
16058
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
16083
16059
  (() => {
16084
16060
  "use strict";
16085
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_558497__(5459);
16086
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_558497__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16087
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_558497__(7351);
16088
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_558497__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
16089
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_558497__(4240);
16090
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_558497__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_2__);
16091
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_558497__(3601);
16092
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_558497__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_3__);
16061
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
16062
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16063
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
16064
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
16065
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4240);
16066
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_2__);
16067
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3601);
16068
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_3__);
16093
16069
 
16094
16070
 
16095
16071
 
@@ -16097,7 +16073,5 @@ var __webpack_exports__ = {};
16097
16073
 
16098
16074
  })();
16099
16075
 
16100
- /******/ })()
16101
- ;
16102
16076
  /******/ })()
16103
16077
  ;
@@ -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;
@@ -14323,7 +14299,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14323
14299
  /******/ var __webpack_module_cache__ = {};
14324
14300
  /******/
14325
14301
  /******/ // The require function
14326
- /******/ function __nested_webpack_require_449003__(moduleId) {
14302
+ /******/ function __webpack_require__(moduleId) {
14327
14303
  /******/ // Check if module is in cache
14328
14304
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
14329
14305
  /******/ if (cachedModule !== undefined) {
@@ -14337,7 +14313,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14337
14313
  /******/ };
14338
14314
  /******/
14339
14315
  /******/ // Execute the module function
14340
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_449003__);
14316
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
14341
14317
  /******/
14342
14318
  /******/ // Return the exports of the module
14343
14319
  /******/ return module.exports;
@@ -14346,17 +14322,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14346
14322
  /************************************************************************/
14347
14323
  /******/ /* webpack/runtime/amd options */
14348
14324
  /******/ (() => {
14349
- /******/ __nested_webpack_require_449003__.amdO = {};
14325
+ /******/ __webpack_require__.amdO = {};
14350
14326
  /******/ })();
14351
14327
  /******/
14352
14328
  /******/ /* webpack/runtime/compat get default export */
14353
14329
  /******/ (() => {
14354
14330
  /******/ // getDefaultExport function for compatibility with non-harmony modules
14355
- /******/ __nested_webpack_require_449003__.n = (module) => {
14331
+ /******/ __webpack_require__.n = (module) => {
14356
14332
  /******/ var getter = module && module.__esModule ?
14357
14333
  /******/ () => (module['default']) :
14358
14334
  /******/ () => (module);
14359
- /******/ __nested_webpack_require_449003__.d(getter, { a: getter });
14335
+ /******/ __webpack_require__.d(getter, { a: getter });
14360
14336
  /******/ return getter;
14361
14337
  /******/ };
14362
14338
  /******/ })();
@@ -14364,9 +14340,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14364
14340
  /******/ /* webpack/runtime/define property getters */
14365
14341
  /******/ (() => {
14366
14342
  /******/ // define getter functions for harmony exports
14367
- /******/ __nested_webpack_require_449003__.d = (exports, definition) => {
14343
+ /******/ __webpack_require__.d = (exports, definition) => {
14368
14344
  /******/ for(var key in definition) {
14369
- /******/ if(__nested_webpack_require_449003__.o(definition, key) && !__nested_webpack_require_449003__.o(exports, key)) {
14345
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
14370
14346
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
14371
14347
  /******/ }
14372
14348
  /******/ }
@@ -14375,7 +14351,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14375
14351
  /******/
14376
14352
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
14377
14353
  /******/ (() => {
14378
- /******/ __nested_webpack_require_449003__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
14354
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
14379
14355
  /******/ })();
14380
14356
  /******/
14381
14357
  /************************************************************************/
@@ -14383,15 +14359,13 @@ var __webpack_exports__ = {};
14383
14359
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
14384
14360
  (() => {
14385
14361
  "use strict";
14386
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_449003__(5459);
14387
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_449003__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
14388
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_449003__(3159);
14389
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_449003__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_1__);
14362
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
14363
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
14364
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3159);
14365
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_1__);
14390
14366
 
14391
14367
 
14392
14368
  })();
14393
14369
 
14394
- /******/ })()
14395
- ;
14396
14370
  /******/ })()
14397
14371
  ;
@@ -1,14 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Sep-17-2024
11
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
12
4
  License: https://jqwidgets.com/license/ */
13
5
 
14
6
 
@@ -1204,15 +1196,15 @@ License: https://jqwidgets.com/license/ */
1204
1196
  /***/ }),
1205
1197
 
1206
1198
  /***/ 5459:
1207
- /***/ ((module, exports, __nested_webpack_require_52089__) => {
1199
+ /***/ ((module, exports, __webpack_require__) => {
1208
1200
 
1209
1201
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1210
1202
  /* eslint-disable */
1211
- (function () {
1212
- if (typeof document === 'undefined') {
1203
+ (function(){
1204
+ if (typeof document === 'undefined') {
1213
1205
  return;
1214
1206
  }
1215
-
1207
+
1216
1208
  var oldBrowser = document.all && !document.addEventListener;
1217
1209
  if (!oldBrowser) {
1218
1210
  (function (window, undefined) {
@@ -9384,7 +9376,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9384
9376
  // file names, and JQXLite is normally delivered in a lowercase file name.
9385
9377
  // Do this after creating the global so that if an AMD module wants to call
9386
9378
  // noConflict to hide this version of JQXLite, it will work.
9387
- if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
9379
+ if ( true && __webpack_require__.amdO.JQXLite) {
9388
9380
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9389
9381
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9390
9382
  }
@@ -9405,19 +9397,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9405
9397
  }
9406
9398
 
9407
9399
  if (window.jQuery) {
9408
- if (window.jQuery.fn.extend) {
9409
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
9410
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
9411
-
9412
- var keys = Object.keys(window.JQXLite.fn);
9413
- for (var index in keys) {
9414
- var key = keys[index];
9415
- if (window.jQuery.fn[key] == undefined) {
9416
- window.jQuery.fn[key] = window.JQXLite.fn[key];
9417
- }
9418
- }
9419
- }
9420
-
9421
9400
  window.minQuery = window.JQXLite = window.jQuery;
9422
9401
  return;
9423
9402
  }
@@ -11039,7 +11018,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11039
11018
  if (!$(element).on || !$.access) {
11040
11019
  return $(element).html(value);
11041
11020
  }
11042
- try {
11021
+ try {
11043
11022
  return $.access(element, function (value) {
11044
11023
  var elem = element[0] || {},
11045
11024
  i = 0,
@@ -11532,12 +11511,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11532
11511
  returnValue = returnValue + $(window).scrollTop();
11533
11512
  }
11534
11513
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
11535
- return returnValue;
11536
- // return returnValue + $(window).scrollTop();
11514
+ return returnValue;
11515
+ // return returnValue + $(window).scrollTop();
11537
11516
  }
11538
11517
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
11539
11518
  return returnValue;
11540
- // return returnValue + $(window).scrollTop();
11519
+ // return returnValue + $(window).scrollTop();
11541
11520
  }
11542
11521
 
11543
11522
  return initialOffset.top;
@@ -12233,9 +12212,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12233
12212
  }
12234
12213
  });
12235
12214
 
12236
- if (!$.easing) {
12237
- $.easing = {};
12238
- }
12239
12215
  $.extend($.easing, {
12240
12216
  easeOutBack: function (x, t, b, c, d, s) {
12241
12217
  if (s == undefined) s = 1.70158;
@@ -13657,7 +13633,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13657
13633
  /******/ var __webpack_module_cache__ = {};
13658
13634
  /******/
13659
13635
  /******/ // The require function
13660
- /******/ function __nested_webpack_require_445992__(moduleId) {
13636
+ /******/ function __webpack_require__(moduleId) {
13661
13637
  /******/ // Check if module is in cache
13662
13638
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
13663
13639
  /******/ if (cachedModule !== undefined) {
@@ -13671,7 +13647,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13671
13647
  /******/ };
13672
13648
  /******/
13673
13649
  /******/ // Execute the module function
13674
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_445992__);
13650
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
13675
13651
  /******/
13676
13652
  /******/ // Return the exports of the module
13677
13653
  /******/ return module.exports;
@@ -13680,17 +13656,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13680
13656
  /************************************************************************/
13681
13657
  /******/ /* webpack/runtime/amd options */
13682
13658
  /******/ (() => {
13683
- /******/ __nested_webpack_require_445992__.amdO = {};
13659
+ /******/ __webpack_require__.amdO = {};
13684
13660
  /******/ })();
13685
13661
  /******/
13686
13662
  /******/ /* webpack/runtime/compat get default export */
13687
13663
  /******/ (() => {
13688
13664
  /******/ // getDefaultExport function for compatibility with non-harmony modules
13689
- /******/ __nested_webpack_require_445992__.n = (module) => {
13665
+ /******/ __webpack_require__.n = (module) => {
13690
13666
  /******/ var getter = module && module.__esModule ?
13691
13667
  /******/ () => (module['default']) :
13692
13668
  /******/ () => (module);
13693
- /******/ __nested_webpack_require_445992__.d(getter, { a: getter });
13669
+ /******/ __webpack_require__.d(getter, { a: getter });
13694
13670
  /******/ return getter;
13695
13671
  /******/ };
13696
13672
  /******/ })();
@@ -13698,9 +13674,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13698
13674
  /******/ /* webpack/runtime/define property getters */
13699
13675
  /******/ (() => {
13700
13676
  /******/ // define getter functions for harmony exports
13701
- /******/ __nested_webpack_require_445992__.d = (exports, definition) => {
13677
+ /******/ __webpack_require__.d = (exports, definition) => {
13702
13678
  /******/ for(var key in definition) {
13703
- /******/ if(__nested_webpack_require_445992__.o(definition, key) && !__nested_webpack_require_445992__.o(exports, key)) {
13679
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13704
13680
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
13705
13681
  /******/ }
13706
13682
  /******/ }
@@ -13709,7 +13685,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13709
13685
  /******/
13710
13686
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
13711
13687
  /******/ (() => {
13712
- /******/ __nested_webpack_require_445992__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13688
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13713
13689
  /******/ })();
13714
13690
  /******/
13715
13691
  /************************************************************************/
@@ -13717,18 +13693,16 @@ var __webpack_exports__ = {};
13717
13693
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
13718
13694
  (() => {
13719
13695
  "use strict";
13720
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_445992__(5459);
13721
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_445992__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13722
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_445992__(7351);
13723
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_445992__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13724
- /* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_445992__(5905);
13725
- /* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_445992__.n(_jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_2__);
13696
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
13697
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13698
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
13699
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13700
+ /* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5905);
13701
+ /* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_2__);
13726
13702
 
13727
13703
 
13728
13704
 
13729
13705
  })();
13730
13706
 
13731
- /******/ })()
13732
- ;
13733
13707
  /******/ })()
13734
13708
  ;