jqwidgets-ng 22.0.2 → 22.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/jqwidgets/jqx-all.js +2457 -58
  2. package/jqwidgets/jqxbarcode.js +0 -14
  3. package/jqwidgets/jqxcheckboxgroup.js +0 -14
  4. package/jqwidgets/jqxcore.js +1 -1
  5. package/jqwidgets/jqxexport.js +6 -3
  6. package/jqwidgets/jqxqrcode.js +0 -14
  7. package/jqwidgets/jqxradiobuttongroup.js +0 -14
  8. package/jqwidgets/jqxsplitlayout.js +2456 -1
  9. package/jqwidgets/modules/jqxbarcode.js +23 -59
  10. package/jqwidgets/modules/jqxbargauge.js +25 -61
  11. package/jqwidgets/modules/jqxbulletchart.js +27 -63
  12. package/jqwidgets/modules/jqxbuttongroup.js +25 -61
  13. package/jqwidgets/modules/jqxbuttons.js +23 -59
  14. package/jqwidgets/modules/jqxcalendar.js +29 -65
  15. package/jqwidgets/modules/jqxchart.js +37 -73
  16. package/jqwidgets/modules/jqxcheckbox.js +27 -63
  17. package/jqwidgets/modules/jqxcheckboxgroup.js +27 -63
  18. package/jqwidgets/modules/jqxcolorpicker.js +29 -65
  19. package/jqwidgets/modules/jqxcombobox.js +33 -69
  20. package/jqwidgets/modules/jqxcomplexinput.js +25 -61
  21. package/jqwidgets/modules/jqxdatatable.js +59 -92
  22. package/jqwidgets/modules/jqxdatetimeinput.js +47 -83
  23. package/jqwidgets/modules/jqxdocking.js +27 -63
  24. package/jqwidgets/modules/jqxdockinglayout.js +35 -71
  25. package/jqwidgets/modules/jqxdockpanel.js +25 -61
  26. package/jqwidgets/modules/jqxdragdrop.js +27 -63
  27. package/jqwidgets/modules/jqxdraw.js +23 -59
  28. package/jqwidgets/modules/jqxdropdownbutton.js +25 -61
  29. package/jqwidgets/modules/jqxdropdownlist.js +45 -81
  30. package/jqwidgets/modules/jqxeditor.js +57 -93
  31. package/jqwidgets/modules/jqxexpander.js +37 -70
  32. package/jqwidgets/modules/jqxfileupload.js +27 -63
  33. package/jqwidgets/modules/jqxform.js +61 -94
  34. package/jqwidgets/modules/jqxformattedinput.js +53 -86
  35. package/jqwidgets/modules/jqxgantt.js +25 -61
  36. package/jqwidgets/modules/jqxgauge.js +29 -65
  37. package/jqwidgets/modules/jqxgrid.js +98 -131
  38. package/jqwidgets/modules/jqxheatmap.js +25 -61
  39. package/jqwidgets/modules/jqxinput.js +27 -63
  40. package/jqwidgets/modules/jqxkanban.js +63 -96
  41. package/jqwidgets/modules/jqxknob.js +27 -63
  42. package/jqwidgets/modules/jqxlayout.js +35 -71
  43. package/jqwidgets/modules/jqxlineargauge.js +29 -65
  44. package/jqwidgets/modules/jqxlinkbutton.js +23 -59
  45. package/jqwidgets/modules/jqxlistbox.js +37 -73
  46. package/jqwidgets/modules/jqxlistmenu.js +59 -92
  47. package/jqwidgets/modules/jqxloader.js +23 -59
  48. package/jqwidgets/modules/jqxmaskedinput.js +23 -59
  49. package/jqwidgets/modules/jqxmenu.js +41 -74
  50. package/jqwidgets/modules/jqxnavbar.js +37 -70
  51. package/jqwidgets/modules/jqxnavigationbar.js +45 -78
  52. package/jqwidgets/modules/jqxnotification.js +31 -67
  53. package/jqwidgets/modules/jqxnumberinput.js +37 -73
  54. package/jqwidgets/modules/jqxpanel.js +29 -65
  55. package/jqwidgets/modules/jqxpasswordinput.js +31 -67
  56. package/jqwidgets/modules/jqxpivotdesigner.js +67 -100
  57. package/jqwidgets/modules/jqxpivotgrid.js +67 -100
  58. package/jqwidgets/modules/jqxpopover.js +25 -61
  59. package/jqwidgets/modules/jqxprogressbar.js +23 -59
  60. package/jqwidgets/modules/jqxqrcode.js +37 -70
  61. package/jqwidgets/modules/jqxradiobutongroup.js +27 -63
  62. package/jqwidgets/modules/jqxradiobutton.js +25 -61
  63. package/jqwidgets/modules/jqxrangeselector.js +27 -63
  64. package/jqwidgets/modules/jqxrating.js +25 -61
  65. package/jqwidgets/modules/jqxrepeatbutton.js +23 -59
  66. package/jqwidgets/modules/jqxresponsivepanel.js +25 -61
  67. package/jqwidgets/modules/jqxribbon.js +27 -63
  68. package/jqwidgets/modules/jqxscheduler.js +63 -99
  69. package/jqwidgets/modules/jqxscrollbar.js +25 -61
  70. package/jqwidgets/modules/jqxscrollview.js +25 -61
  71. package/jqwidgets/modules/jqxslider.js +25 -61
  72. package/jqwidgets/modules/jqxsortable.js +25 -61
  73. package/jqwidgets/modules/jqxsplitlayout.js +23 -59
  74. package/jqwidgets/modules/jqxsplitter.js +25 -61
  75. package/jqwidgets/modules/jqxswitchbutton.js +29 -65
  76. package/jqwidgets/modules/jqxtabs.js +43 -76
  77. package/jqwidgets/modules/jqxtagcloud.js +31 -67
  78. package/jqwidgets/modules/jqxtextarea.js +31 -67
  79. package/jqwidgets/modules/jqxtimeline.js +23 -59
  80. package/jqwidgets/modules/jqxtimepicker.js +25 -61
  81. package/jqwidgets/modules/jqxtogglebutton.js +23 -59
  82. package/jqwidgets/modules/jqxtoolbar.js +61 -94
  83. package/jqwidgets/modules/jqxtooltip.js +23 -59
  84. package/jqwidgets/modules/jqxtree.js +35 -71
  85. package/jqwidgets/modules/jqxtreegrid.js +61 -94
  86. package/jqwidgets/modules/jqxtreemap.js +27 -63
  87. package/jqwidgets/modules/jqxvalidator.js +29 -65
  88. package/jqwidgets/modules/jqxwindow.js +25 -61
  89. package/package.json +1 -1
@@ -1,22 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Sep-17-2024
11
- Copyright (c) 2011-2024 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Sep-17-2024
19
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
20
4
  License: https://jqwidgets.com/license/ */
21
5
 
22
6
 
@@ -1212,15 +1196,15 @@ License: https://jqwidgets.com/license/ */
1212
1196
  /***/ }),
1213
1197
 
1214
1198
  /***/ 5459:
1215
- /***/ ((module, exports, __nested_webpack_require_52089__) => {
1199
+ /***/ ((module, exports, __webpack_require__) => {
1216
1200
 
1217
1201
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1218
1202
  /* eslint-disable */
1219
- (function () {
1220
- if (typeof document === 'undefined') {
1203
+ (function(){
1204
+ if (typeof document === 'undefined') {
1221
1205
  return;
1222
1206
  }
1223
-
1207
+
1224
1208
  var oldBrowser = document.all && !document.addEventListener;
1225
1209
  if (!oldBrowser) {
1226
1210
  (function (window, undefined) {
@@ -9392,7 +9376,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9392
9376
  // file names, and JQXLite is normally delivered in a lowercase file name.
9393
9377
  // Do this after creating the global so that if an AMD module wants to call
9394
9378
  // noConflict to hide this version of JQXLite, it will work.
9395
- if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
9379
+ if ( true && __webpack_require__.amdO.JQXLite) {
9396
9380
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9397
9381
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9398
9382
  }
@@ -9413,19 +9397,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9413
9397
  }
9414
9398
 
9415
9399
  if (window.jQuery) {
9416
- if (window.jQuery.fn.extend) {
9417
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
9418
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
9419
-
9420
- var keys = Object.keys(window.JQXLite.fn);
9421
- for (var index in keys) {
9422
- var key = keys[index];
9423
- if (window.jQuery.fn[key] == undefined) {
9424
- window.jQuery.fn[key] = window.JQXLite.fn[key];
9425
- }
9426
- }
9427
- }
9428
-
9429
9400
  window.minQuery = window.JQXLite = window.jQuery;
9430
9401
  return;
9431
9402
  }
@@ -11047,7 +11018,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11047
11018
  if (!$(element).on || !$.access) {
11048
11019
  return $(element).html(value);
11049
11020
  }
11050
- try {
11021
+ try {
11051
11022
  return $.access(element, function (value) {
11052
11023
  var elem = element[0] || {},
11053
11024
  i = 0,
@@ -11540,12 +11511,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11540
11511
  returnValue = returnValue + $(window).scrollTop();
11541
11512
  }
11542
11513
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
11543
- return returnValue;
11544
- // return returnValue + $(window).scrollTop();
11514
+ return returnValue;
11515
+ // return returnValue + $(window).scrollTop();
11545
11516
  }
11546
11517
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
11547
11518
  return returnValue;
11548
- // return returnValue + $(window).scrollTop();
11519
+ // return returnValue + $(window).scrollTop();
11549
11520
  }
11550
11521
 
11551
11522
  return initialOffset.top;
@@ -12241,9 +12212,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12241
12212
  }
12242
12213
  });
12243
12214
 
12244
- if (!$.easing) {
12245
- $.easing = {};
12246
- }
12247
12215
  $.extend($.easing, {
12248
12216
  easeOutBack: function (x, t, b, c, d, s) {
12249
12217
  if (s == undefined) s = 1.70158;
@@ -16748,7 +16716,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16748
16716
  /******/ var __webpack_module_cache__ = {};
16749
16717
  /******/
16750
16718
  /******/ // The require function
16751
- /******/ function __nested_webpack_require_593026__(moduleId) {
16719
+ /******/ function __webpack_require__(moduleId) {
16752
16720
  /******/ // Check if module is in cache
16753
16721
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
16754
16722
  /******/ if (cachedModule !== undefined) {
@@ -16762,7 +16730,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16762
16730
  /******/ };
16763
16731
  /******/
16764
16732
  /******/ // Execute the module function
16765
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_593026__);
16733
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
16766
16734
  /******/
16767
16735
  /******/ // Return the exports of the module
16768
16736
  /******/ return module.exports;
@@ -16771,17 +16739,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16771
16739
  /************************************************************************/
16772
16740
  /******/ /* webpack/runtime/amd options */
16773
16741
  /******/ (() => {
16774
- /******/ __nested_webpack_require_593026__.amdO = {};
16742
+ /******/ __webpack_require__.amdO = {};
16775
16743
  /******/ })();
16776
16744
  /******/
16777
16745
  /******/ /* webpack/runtime/compat get default export */
16778
16746
  /******/ (() => {
16779
16747
  /******/ // getDefaultExport function for compatibility with non-harmony modules
16780
- /******/ __nested_webpack_require_593026__.n = (module) => {
16748
+ /******/ __webpack_require__.n = (module) => {
16781
16749
  /******/ var getter = module && module.__esModule ?
16782
16750
  /******/ () => (module['default']) :
16783
16751
  /******/ () => (module);
16784
- /******/ __nested_webpack_require_593026__.d(getter, { a: getter });
16752
+ /******/ __webpack_require__.d(getter, { a: getter });
16785
16753
  /******/ return getter;
16786
16754
  /******/ };
16787
16755
  /******/ })();
@@ -16789,9 +16757,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16789
16757
  /******/ /* webpack/runtime/define property getters */
16790
16758
  /******/ (() => {
16791
16759
  /******/ // define getter functions for harmony exports
16792
- /******/ __nested_webpack_require_593026__.d = (exports, definition) => {
16760
+ /******/ __webpack_require__.d = (exports, definition) => {
16793
16761
  /******/ for(var key in definition) {
16794
- /******/ 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)) {
16795
16763
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
16796
16764
  /******/ }
16797
16765
  /******/ }
@@ -16800,7 +16768,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16800
16768
  /******/
16801
16769
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
16802
16770
  /******/ (() => {
16803
- /******/ __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))
16804
16772
  /******/ })();
16805
16773
  /******/
16806
16774
  /************************************************************************/
@@ -16808,14 +16776,14 @@ var __webpack_exports__ = {};
16808
16776
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
16809
16777
  (() => {
16810
16778
  "use strict";
16811
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_593026__(5459);
16812
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_593026__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16813
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_593026__(7351);
16814
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_593026__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
16815
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_593026__(7762);
16816
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_593026__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
16817
- /* harmony import */ var _jqxdocking__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_593026__(3962);
16818
- /* 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__);
16819
16787
 
16820
16788
 
16821
16789
 
@@ -16823,9 +16791,5 @@ var __webpack_exports__ = {};
16823
16791
 
16824
16792
  })();
16825
16793
 
16826
- /******/ })()
16827
- ;
16828
- /******/ })()
16829
- ;
16830
16794
  /******/ })()
16831
16795
  ;
@@ -1,22 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Sep-17-2024
11
- Copyright (c) 2011-2024 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Sep-17-2024
19
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
20
4
  License: https://jqwidgets.com/license/ */
21
5
 
22
6
 
@@ -1212,15 +1196,15 @@ License: https://jqwidgets.com/license/ */
1212
1196
  /***/ }),
1213
1197
 
1214
1198
  /***/ 5459:
1215
- /***/ ((module, exports, __nested_webpack_require_52089__) => {
1199
+ /***/ ((module, exports, __webpack_require__) => {
1216
1200
 
1217
1201
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1218
1202
  /* eslint-disable */
1219
- (function () {
1220
- if (typeof document === 'undefined') {
1203
+ (function(){
1204
+ if (typeof document === 'undefined') {
1221
1205
  return;
1222
1206
  }
1223
-
1207
+
1224
1208
  var oldBrowser = document.all && !document.addEventListener;
1225
1209
  if (!oldBrowser) {
1226
1210
  (function (window, undefined) {
@@ -9392,7 +9376,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9392
9376
  // file names, and JQXLite is normally delivered in a lowercase file name.
9393
9377
  // Do this after creating the global so that if an AMD module wants to call
9394
9378
  // noConflict to hide this version of JQXLite, it will work.
9395
- if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
9379
+ if ( true && __webpack_require__.amdO.JQXLite) {
9396
9380
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9397
9381
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9398
9382
  }
@@ -9413,19 +9397,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9413
9397
  }
9414
9398
 
9415
9399
  if (window.jQuery) {
9416
- if (window.jQuery.fn.extend) {
9417
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
9418
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
9419
-
9420
- var keys = Object.keys(window.JQXLite.fn);
9421
- for (var index in keys) {
9422
- var key = keys[index];
9423
- if (window.jQuery.fn[key] == undefined) {
9424
- window.jQuery.fn[key] = window.JQXLite.fn[key];
9425
- }
9426
- }
9427
- }
9428
-
9429
9400
  window.minQuery = window.JQXLite = window.jQuery;
9430
9401
  return;
9431
9402
  }
@@ -11047,7 +11018,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11047
11018
  if (!$(element).on || !$.access) {
11048
11019
  return $(element).html(value);
11049
11020
  }
11050
- try {
11021
+ try {
11051
11022
  return $.access(element, function (value) {
11052
11023
  var elem = element[0] || {},
11053
11024
  i = 0,
@@ -11540,12 +11511,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11540
11511
  returnValue = returnValue + $(window).scrollTop();
11541
11512
  }
11542
11513
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
11543
- return returnValue;
11544
- // return returnValue + $(window).scrollTop();
11514
+ return returnValue;
11515
+ // return returnValue + $(window).scrollTop();
11545
11516
  }
11546
11517
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
11547
11518
  return returnValue;
11548
- // return returnValue + $(window).scrollTop();
11519
+ // return returnValue + $(window).scrollTop();
11549
11520
  }
11550
11521
 
11551
11522
  return initialOffset.top;
@@ -12241,9 +12212,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12241
12212
  }
12242
12213
  });
12243
12214
 
12244
- if (!$.easing) {
12245
- $.easing = {};
12246
- }
12247
12215
  $.extend($.easing, {
12248
12216
  easeOutBack: function (x, t, b, c, d, s) {
12249
12217
  if (s == undefined) s = 1.70158;
@@ -25697,7 +25665,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25697
25665
  /******/ var __webpack_module_cache__ = {};
25698
25666
  /******/
25699
25667
  /******/ // The require function
25700
- /******/ function __nested_webpack_require_1015182__(moduleId) {
25668
+ /******/ function __webpack_require__(moduleId) {
25701
25669
  /******/ // Check if module is in cache
25702
25670
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
25703
25671
  /******/ if (cachedModule !== undefined) {
@@ -25711,7 +25679,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25711
25679
  /******/ };
25712
25680
  /******/
25713
25681
  /******/ // Execute the module function
25714
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1015182__);
25682
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
25715
25683
  /******/
25716
25684
  /******/ // Return the exports of the module
25717
25685
  /******/ return module.exports;
@@ -25720,17 +25688,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25720
25688
  /************************************************************************/
25721
25689
  /******/ /* webpack/runtime/amd options */
25722
25690
  /******/ (() => {
25723
- /******/ __nested_webpack_require_1015182__.amdO = {};
25691
+ /******/ __webpack_require__.amdO = {};
25724
25692
  /******/ })();
25725
25693
  /******/
25726
25694
  /******/ /* webpack/runtime/compat get default export */
25727
25695
  /******/ (() => {
25728
25696
  /******/ // getDefaultExport function for compatibility with non-harmony modules
25729
- /******/ __nested_webpack_require_1015182__.n = (module) => {
25697
+ /******/ __webpack_require__.n = (module) => {
25730
25698
  /******/ var getter = module && module.__esModule ?
25731
25699
  /******/ () => (module['default']) :
25732
25700
  /******/ () => (module);
25733
- /******/ __nested_webpack_require_1015182__.d(getter, { a: getter });
25701
+ /******/ __webpack_require__.d(getter, { a: getter });
25734
25702
  /******/ return getter;
25735
25703
  /******/ };
25736
25704
  /******/ })();
@@ -25738,9 +25706,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25738
25706
  /******/ /* webpack/runtime/define property getters */
25739
25707
  /******/ (() => {
25740
25708
  /******/ // define getter functions for harmony exports
25741
- /******/ __nested_webpack_require_1015182__.d = (exports, definition) => {
25709
+ /******/ __webpack_require__.d = (exports, definition) => {
25742
25710
  /******/ for(var key in definition) {
25743
- /******/ 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)) {
25744
25712
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
25745
25713
  /******/ }
25746
25714
  /******/ }
@@ -25749,7 +25717,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
25749
25717
  /******/
25750
25718
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
25751
25719
  /******/ (() => {
25752
- /******/ __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))
25753
25721
  /******/ })();
25754
25722
  /******/
25755
25723
  /************************************************************************/
@@ -25757,22 +25725,22 @@ var __webpack_exports__ = {};
25757
25725
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
25758
25726
  (() => {
25759
25727
  "use strict";
25760
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1015182__(5459);
25761
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
25762
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1015182__(7351);
25763
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
25764
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1015182__(7762);
25765
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
25766
- /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1015182__(9274);
25767
- /* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxribbon__WEBPACK_IMPORTED_MODULE_3__);
25768
- /* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1015182__(7355);
25769
- /* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxlayout__WEBPACK_IMPORTED_MODULE_4__);
25770
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1015182__(1610);
25771
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
25772
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1015182__(4240);
25773
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
25774
- /* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1015182__(1448);
25775
- /* 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__);
25776
25744
 
25777
25745
 
25778
25746
 
@@ -25785,9 +25753,5 @@ var __webpack_exports__ = {};
25785
25753
 
25786
25754
  })();
25787
25755
 
25788
- /******/ })()
25789
- ;
25790
- /******/ })()
25791
- ;
25792
25756
  /******/ })()
25793
25757
  ;
@@ -1,22 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Sep-17-2024
11
- Copyright (c) 2011-2024 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Sep-17-2024
19
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
20
4
  License: https://jqwidgets.com/license/ */
21
5
 
22
6
 
@@ -1212,15 +1196,15 @@ License: https://jqwidgets.com/license/ */
1212
1196
  /***/ }),
1213
1197
 
1214
1198
  /***/ 5459:
1215
- /***/ ((module, exports, __nested_webpack_require_52089__) => {
1199
+ /***/ ((module, exports, __webpack_require__) => {
1216
1200
 
1217
1201
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1218
1202
  /* eslint-disable */
1219
- (function () {
1220
- if (typeof document === 'undefined') {
1203
+ (function(){
1204
+ if (typeof document === 'undefined') {
1221
1205
  return;
1222
1206
  }
1223
-
1207
+
1224
1208
  var oldBrowser = document.all && !document.addEventListener;
1225
1209
  if (!oldBrowser) {
1226
1210
  (function (window, undefined) {
@@ -9392,7 +9376,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9392
9376
  // file names, and JQXLite is normally delivered in a lowercase file name.
9393
9377
  // Do this after creating the global so that if an AMD module wants to call
9394
9378
  // noConflict to hide this version of JQXLite, it will work.
9395
- if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
9379
+ if ( true && __webpack_require__.amdO.JQXLite) {
9396
9380
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9397
9381
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9398
9382
  }
@@ -9413,19 +9397,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9413
9397
  }
9414
9398
 
9415
9399
  if (window.jQuery) {
9416
- if (window.jQuery.fn.extend) {
9417
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
9418
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
9419
-
9420
- var keys = Object.keys(window.JQXLite.fn);
9421
- for (var index in keys) {
9422
- var key = keys[index];
9423
- if (window.jQuery.fn[key] == undefined) {
9424
- window.jQuery.fn[key] = window.JQXLite.fn[key];
9425
- }
9426
- }
9427
- }
9428
-
9429
9400
  window.minQuery = window.JQXLite = window.jQuery;
9430
9401
  return;
9431
9402
  }
@@ -11047,7 +11018,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11047
11018
  if (!$(element).on || !$.access) {
11048
11019
  return $(element).html(value);
11049
11020
  }
11050
- try {
11021
+ try {
11051
11022
  return $.access(element, function (value) {
11052
11023
  var elem = element[0] || {},
11053
11024
  i = 0,
@@ -11540,12 +11511,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11540
11511
  returnValue = returnValue + $(window).scrollTop();
11541
11512
  }
11542
11513
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
11543
- return returnValue;
11544
- // return returnValue + $(window).scrollTop();
11514
+ return returnValue;
11515
+ // return returnValue + $(window).scrollTop();
11545
11516
  }
11546
11517
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
11547
11518
  return returnValue;
11548
- // return returnValue + $(window).scrollTop();
11519
+ // return returnValue + $(window).scrollTop();
11549
11520
  }
11550
11521
 
11551
11522
  return initialOffset.top;
@@ -12241,9 +12212,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12241
12212
  }
12242
12213
  });
12243
12214
 
12244
- if (!$.easing) {
12245
- $.easing = {};
12246
- }
12247
12215
  $.extend($.easing, {
12248
12216
  easeOutBack: function (x, t, b, c, d, s) {
12249
12217
  if (s == undefined) s = 1.70158;
@@ -12781,7 +12749,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12781
12749
  /******/ var __webpack_module_cache__ = {};
12782
12750
  /******/
12783
12751
  /******/ // The require function
12784
- /******/ function __nested_webpack_require_407828__(moduleId) {
12752
+ /******/ function __webpack_require__(moduleId) {
12785
12753
  /******/ // Check if module is in cache
12786
12754
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12787
12755
  /******/ if (cachedModule !== undefined) {
@@ -12795,7 +12763,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12795
12763
  /******/ };
12796
12764
  /******/
12797
12765
  /******/ // Execute the module function
12798
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_407828__);
12766
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12799
12767
  /******/
12800
12768
  /******/ // Return the exports of the module
12801
12769
  /******/ return module.exports;
@@ -12804,17 +12772,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12804
12772
  /************************************************************************/
12805
12773
  /******/ /* webpack/runtime/amd options */
12806
12774
  /******/ (() => {
12807
- /******/ __nested_webpack_require_407828__.amdO = {};
12775
+ /******/ __webpack_require__.amdO = {};
12808
12776
  /******/ })();
12809
12777
  /******/
12810
12778
  /******/ /* webpack/runtime/compat get default export */
12811
12779
  /******/ (() => {
12812
12780
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12813
- /******/ __nested_webpack_require_407828__.n = (module) => {
12781
+ /******/ __webpack_require__.n = (module) => {
12814
12782
  /******/ var getter = module && module.__esModule ?
12815
12783
  /******/ () => (module['default']) :
12816
12784
  /******/ () => (module);
12817
- /******/ __nested_webpack_require_407828__.d(getter, { a: getter });
12785
+ /******/ __webpack_require__.d(getter, { a: getter });
12818
12786
  /******/ return getter;
12819
12787
  /******/ };
12820
12788
  /******/ })();
@@ -12822,9 +12790,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12822
12790
  /******/ /* webpack/runtime/define property getters */
12823
12791
  /******/ (() => {
12824
12792
  /******/ // define getter functions for harmony exports
12825
- /******/ __nested_webpack_require_407828__.d = (exports, definition) => {
12793
+ /******/ __webpack_require__.d = (exports, definition) => {
12826
12794
  /******/ for(var key in definition) {
12827
- /******/ 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)) {
12828
12796
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12829
12797
  /******/ }
12830
12798
  /******/ }
@@ -12833,7 +12801,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12833
12801
  /******/
12834
12802
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12835
12803
  /******/ (() => {
12836
- /******/ __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))
12837
12805
  /******/ })();
12838
12806
  /******/
12839
12807
  /************************************************************************/
@@ -12841,21 +12809,17 @@ var __webpack_exports__ = {};
12841
12809
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12842
12810
  (() => {
12843
12811
  "use strict";
12844
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_407828__(5459);
12845
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_407828__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12846
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_407828__(7351);
12847
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_407828__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
12848
- /* harmony import */ var _jqxdockpanel__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_407828__(8180);
12849
- /* 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__);
12850
12818
 
12851
12819
 
12852
12820
 
12853
12821
 
12854
12822
  })();
12855
12823
 
12856
- /******/ })()
12857
- ;
12858
- /******/ })()
12859
- ;
12860
12824
  /******/ })()
12861
12825
  ;