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;
@@ -16740,7 +16716,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16740
16716
  /******/ var __webpack_module_cache__ = {};
16741
16717
  /******/
16742
16718
  /******/ // The require function
16743
- /******/ function __nested_webpack_require_593026__(moduleId) {
16719
+ /******/ function __webpack_require__(moduleId) {
16744
16720
  /******/ // Check if module is in cache
16745
16721
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
16746
16722
  /******/ if (cachedModule !== undefined) {
@@ -16754,7 +16730,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16754
16730
  /******/ };
16755
16731
  /******/
16756
16732
  /******/ // Execute the module function
16757
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_593026__);
16733
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
16758
16734
  /******/
16759
16735
  /******/ // Return the exports of the module
16760
16736
  /******/ return module.exports;
@@ -16763,17 +16739,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16763
16739
  /************************************************************************/
16764
16740
  /******/ /* webpack/runtime/amd options */
16765
16741
  /******/ (() => {
16766
- /******/ __nested_webpack_require_593026__.amdO = {};
16742
+ /******/ __webpack_require__.amdO = {};
16767
16743
  /******/ })();
16768
16744
  /******/
16769
16745
  /******/ /* webpack/runtime/compat get default export */
16770
16746
  /******/ (() => {
16771
16747
  /******/ // getDefaultExport function for compatibility with non-harmony modules
16772
- /******/ __nested_webpack_require_593026__.n = (module) => {
16748
+ /******/ __webpack_require__.n = (module) => {
16773
16749
  /******/ var getter = module && module.__esModule ?
16774
16750
  /******/ () => (module['default']) :
16775
16751
  /******/ () => (module);
16776
- /******/ __nested_webpack_require_593026__.d(getter, { a: getter });
16752
+ /******/ __webpack_require__.d(getter, { a: getter });
16777
16753
  /******/ return getter;
16778
16754
  /******/ };
16779
16755
  /******/ })();
@@ -16781,9 +16757,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16781
16757
  /******/ /* webpack/runtime/define property getters */
16782
16758
  /******/ (() => {
16783
16759
  /******/ // define getter functions for harmony exports
16784
- /******/ __nested_webpack_require_593026__.d = (exports, definition) => {
16760
+ /******/ __webpack_require__.d = (exports, definition) => {
16785
16761
  /******/ for(var key in definition) {
16786
- /******/ if(__nested_webpack_require_593026__.o(definition, key) && !__nested_webpack_require_593026__.o(exports, key)) {
16762
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
16787
16763
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
16788
16764
  /******/ }
16789
16765
  /******/ }
@@ -16792,7 +16768,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16792
16768
  /******/
16793
16769
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
16794
16770
  /******/ (() => {
16795
- /******/ __nested_webpack_require_593026__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16771
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16796
16772
  /******/ })();
16797
16773
  /******/
16798
16774
  /************************************************************************/
@@ -16800,14 +16776,14 @@ var __webpack_exports__ = {};
16800
16776
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
16801
16777
  (() => {
16802
16778
  "use strict";
16803
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_593026__(5459);
16804
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_593026__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16805
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_593026__(7351);
16806
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_593026__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
16807
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_593026__(7762);
16808
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_593026__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
16809
- /* harmony import */ var _jqxdocking__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_593026__(3962);
16810
- /* harmony import */ var _jqxdocking__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_593026__.n(_jqxdocking__WEBPACK_IMPORTED_MODULE_3__);
16779
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
16780
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16781
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
16782
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
16783
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7762);
16784
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
16785
+ /* harmony import */ var _jqxdocking__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3962);
16786
+ /* harmony import */ var _jqxdocking__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdocking__WEBPACK_IMPORTED_MODULE_3__);
16811
16787
 
16812
16788
 
16813
16789
 
@@ -16815,7 +16791,5 @@ var __webpack_exports__ = {};
16815
16791
 
16816
16792
  })();
16817
16793
 
16818
- /******/ })()
16819
- ;
16820
16794
  /******/ })()
16821
16795
  ;
@@ -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;
@@ -25689,7 +25665,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25689
25665
  /******/ var __webpack_module_cache__ = {};
25690
25666
  /******/
25691
25667
  /******/ // The require function
25692
- /******/ function __nested_webpack_require_1015182__(moduleId) {
25668
+ /******/ function __webpack_require__(moduleId) {
25693
25669
  /******/ // Check if module is in cache
25694
25670
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
25695
25671
  /******/ if (cachedModule !== undefined) {
@@ -25703,7 +25679,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25703
25679
  /******/ };
25704
25680
  /******/
25705
25681
  /******/ // Execute the module function
25706
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1015182__);
25682
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
25707
25683
  /******/
25708
25684
  /******/ // Return the exports of the module
25709
25685
  /******/ return module.exports;
@@ -25712,17 +25688,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25712
25688
  /************************************************************************/
25713
25689
  /******/ /* webpack/runtime/amd options */
25714
25690
  /******/ (() => {
25715
- /******/ __nested_webpack_require_1015182__.amdO = {};
25691
+ /******/ __webpack_require__.amdO = {};
25716
25692
  /******/ })();
25717
25693
  /******/
25718
25694
  /******/ /* webpack/runtime/compat get default export */
25719
25695
  /******/ (() => {
25720
25696
  /******/ // getDefaultExport function for compatibility with non-harmony modules
25721
- /******/ __nested_webpack_require_1015182__.n = (module) => {
25697
+ /******/ __webpack_require__.n = (module) => {
25722
25698
  /******/ var getter = module && module.__esModule ?
25723
25699
  /******/ () => (module['default']) :
25724
25700
  /******/ () => (module);
25725
- /******/ __nested_webpack_require_1015182__.d(getter, { a: getter });
25701
+ /******/ __webpack_require__.d(getter, { a: getter });
25726
25702
  /******/ return getter;
25727
25703
  /******/ };
25728
25704
  /******/ })();
@@ -25730,9 +25706,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25730
25706
  /******/ /* webpack/runtime/define property getters */
25731
25707
  /******/ (() => {
25732
25708
  /******/ // define getter functions for harmony exports
25733
- /******/ __nested_webpack_require_1015182__.d = (exports, definition) => {
25709
+ /******/ __webpack_require__.d = (exports, definition) => {
25734
25710
  /******/ for(var key in definition) {
25735
- /******/ if(__nested_webpack_require_1015182__.o(definition, key) && !__nested_webpack_require_1015182__.o(exports, key)) {
25711
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
25736
25712
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
25737
25713
  /******/ }
25738
25714
  /******/ }
@@ -25741,7 +25717,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25741
25717
  /******/
25742
25718
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
25743
25719
  /******/ (() => {
25744
- /******/ __nested_webpack_require_1015182__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
25720
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
25745
25721
  /******/ })();
25746
25722
  /******/
25747
25723
  /************************************************************************/
@@ -25749,22 +25725,22 @@ var __webpack_exports__ = {};
25749
25725
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
25750
25726
  (() => {
25751
25727
  "use strict";
25752
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1015182__(5459);
25753
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
25754
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1015182__(7351);
25755
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
25756
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1015182__(7762);
25757
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
25758
- /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1015182__(9274);
25759
- /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxribbon__WEBPACK_IMPORTED_MODULE_3__);
25760
- /* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1015182__(7355);
25761
- /* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxlayout__WEBPACK_IMPORTED_MODULE_4__);
25762
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1015182__(1610);
25763
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
25764
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1015182__(4240);
25765
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
25766
- /* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1015182__(1448);
25767
- /* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__);
25728
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
25729
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
25730
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
25731
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
25732
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7762);
25733
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
25734
+ /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(9274);
25735
+ /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxribbon__WEBPACK_IMPORTED_MODULE_3__);
25736
+ /* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7355);
25737
+ /* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxlayout__WEBPACK_IMPORTED_MODULE_4__);
25738
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1610);
25739
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
25740
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
25741
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
25742
+ /* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1448);
25743
+ /* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__);
25768
25744
 
25769
25745
 
25770
25746
 
@@ -25777,7 +25753,5 @@ var __webpack_exports__ = {};
25777
25753
 
25778
25754
  })();
25779
25755
 
25780
- /******/ })()
25781
- ;
25782
25756
  /******/ })()
25783
25757
  ;
@@ -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;
@@ -12773,7 +12749,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12773
12749
  /******/ var __webpack_module_cache__ = {};
12774
12750
  /******/
12775
12751
  /******/ // The require function
12776
- /******/ function __nested_webpack_require_407828__(moduleId) {
12752
+ /******/ function __webpack_require__(moduleId) {
12777
12753
  /******/ // Check if module is in cache
12778
12754
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12779
12755
  /******/ if (cachedModule !== undefined) {
@@ -12787,7 +12763,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12787
12763
  /******/ };
12788
12764
  /******/
12789
12765
  /******/ // Execute the module function
12790
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_407828__);
12766
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12791
12767
  /******/
12792
12768
  /******/ // Return the exports of the module
12793
12769
  /******/ return module.exports;
@@ -12796,17 +12772,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12796
12772
  /************************************************************************/
12797
12773
  /******/ /* webpack/runtime/amd options */
12798
12774
  /******/ (() => {
12799
- /******/ __nested_webpack_require_407828__.amdO = {};
12775
+ /******/ __webpack_require__.amdO = {};
12800
12776
  /******/ })();
12801
12777
  /******/
12802
12778
  /******/ /* webpack/runtime/compat get default export */
12803
12779
  /******/ (() => {
12804
12780
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12805
- /******/ __nested_webpack_require_407828__.n = (module) => {
12781
+ /******/ __webpack_require__.n = (module) => {
12806
12782
  /******/ var getter = module && module.__esModule ?
12807
12783
  /******/ () => (module['default']) :
12808
12784
  /******/ () => (module);
12809
- /******/ __nested_webpack_require_407828__.d(getter, { a: getter });
12785
+ /******/ __webpack_require__.d(getter, { a: getter });
12810
12786
  /******/ return getter;
12811
12787
  /******/ };
12812
12788
  /******/ })();
@@ -12814,9 +12790,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12814
12790
  /******/ /* webpack/runtime/define property getters */
12815
12791
  /******/ (() => {
12816
12792
  /******/ // define getter functions for harmony exports
12817
- /******/ __nested_webpack_require_407828__.d = (exports, definition) => {
12793
+ /******/ __webpack_require__.d = (exports, definition) => {
12818
12794
  /******/ for(var key in definition) {
12819
- /******/ if(__nested_webpack_require_407828__.o(definition, key) && !__nested_webpack_require_407828__.o(exports, key)) {
12795
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12820
12796
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12821
12797
  /******/ }
12822
12798
  /******/ }
@@ -12825,7 +12801,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12825
12801
  /******/
12826
12802
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12827
12803
  /******/ (() => {
12828
- /******/ __nested_webpack_require_407828__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12804
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12829
12805
  /******/ })();
12830
12806
  /******/
12831
12807
  /************************************************************************/
@@ -12833,19 +12809,17 @@ var __webpack_exports__ = {};
12833
12809
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12834
12810
  (() => {
12835
12811
  "use strict";
12836
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_407828__(5459);
12837
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_407828__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12838
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_407828__(7351);
12839
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_407828__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
12840
- /* harmony import */ var _jqxdockpanel__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_407828__(8180);
12841
- /* harmony import */ var _jqxdockpanel__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_407828__.n(_jqxdockpanel__WEBPACK_IMPORTED_MODULE_2__);
12812
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12813
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12814
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
12815
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
12816
+ /* harmony import */ var _jqxdockpanel__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8180);
12817
+ /* harmony import */ var _jqxdockpanel__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdockpanel__WEBPACK_IMPORTED_MODULE_2__);
12842
12818
 
12843
12819
 
12844
12820
 
12845
12821
 
12846
12822
  })();
12847
12823
 
12848
- /******/ })()
12849
- ;
12850
12824
  /******/ })()
12851
12825
  ;