jqwidgets-ng 22.0.2 → 22.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/jqwidgets/jqx-all.js +2457 -58
  2. package/jqwidgets/jqxbarcode.js +0 -14
  3. package/jqwidgets/jqxcheckboxgroup.js +0 -14
  4. package/jqwidgets/jqxcore.js +1 -1
  5. package/jqwidgets/jqxexport.js +6 -3
  6. package/jqwidgets/jqxqrcode.js +0 -14
  7. package/jqwidgets/jqxradiobuttongroup.js +0 -14
  8. package/jqwidgets/jqxsplitlayout.js +2456 -1
  9. package/jqwidgets/modules/jqxbarcode.js +23 -59
  10. package/jqwidgets/modules/jqxbargauge.js +25 -61
  11. package/jqwidgets/modules/jqxbulletchart.js +27 -63
  12. package/jqwidgets/modules/jqxbuttongroup.js +25 -61
  13. package/jqwidgets/modules/jqxbuttons.js +23 -59
  14. package/jqwidgets/modules/jqxcalendar.js +29 -65
  15. package/jqwidgets/modules/jqxchart.js +37 -73
  16. package/jqwidgets/modules/jqxcheckbox.js +27 -63
  17. package/jqwidgets/modules/jqxcheckboxgroup.js +27 -63
  18. package/jqwidgets/modules/jqxcolorpicker.js +29 -65
  19. package/jqwidgets/modules/jqxcombobox.js +33 -69
  20. package/jqwidgets/modules/jqxcomplexinput.js +25 -61
  21. package/jqwidgets/modules/jqxdatatable.js +59 -92
  22. package/jqwidgets/modules/jqxdatetimeinput.js +47 -83
  23. package/jqwidgets/modules/jqxdocking.js +27 -63
  24. package/jqwidgets/modules/jqxdockinglayout.js +35 -71
  25. package/jqwidgets/modules/jqxdockpanel.js +25 -61
  26. package/jqwidgets/modules/jqxdragdrop.js +27 -63
  27. package/jqwidgets/modules/jqxdraw.js +23 -59
  28. package/jqwidgets/modules/jqxdropdownbutton.js +25 -61
  29. package/jqwidgets/modules/jqxdropdownlist.js +45 -81
  30. package/jqwidgets/modules/jqxeditor.js +57 -93
  31. package/jqwidgets/modules/jqxexpander.js +37 -70
  32. package/jqwidgets/modules/jqxfileupload.js +27 -63
  33. package/jqwidgets/modules/jqxform.js +61 -94
  34. package/jqwidgets/modules/jqxformattedinput.js +53 -86
  35. package/jqwidgets/modules/jqxgantt.js +25 -61
  36. package/jqwidgets/modules/jqxgauge.js +29 -65
  37. package/jqwidgets/modules/jqxgrid.js +98 -131
  38. package/jqwidgets/modules/jqxheatmap.js +25 -61
  39. package/jqwidgets/modules/jqxinput.js +27 -63
  40. package/jqwidgets/modules/jqxkanban.js +63 -96
  41. package/jqwidgets/modules/jqxknob.js +27 -63
  42. package/jqwidgets/modules/jqxlayout.js +35 -71
  43. package/jqwidgets/modules/jqxlineargauge.js +29 -65
  44. package/jqwidgets/modules/jqxlinkbutton.js +23 -59
  45. package/jqwidgets/modules/jqxlistbox.js +37 -73
  46. package/jqwidgets/modules/jqxlistmenu.js +59 -92
  47. package/jqwidgets/modules/jqxloader.js +23 -59
  48. package/jqwidgets/modules/jqxmaskedinput.js +23 -59
  49. package/jqwidgets/modules/jqxmenu.js +41 -74
  50. package/jqwidgets/modules/jqxnavbar.js +37 -70
  51. package/jqwidgets/modules/jqxnavigationbar.js +45 -78
  52. package/jqwidgets/modules/jqxnotification.js +31 -67
  53. package/jqwidgets/modules/jqxnumberinput.js +37 -73
  54. package/jqwidgets/modules/jqxpanel.js +29 -65
  55. package/jqwidgets/modules/jqxpasswordinput.js +31 -67
  56. package/jqwidgets/modules/jqxpivotdesigner.js +67 -100
  57. package/jqwidgets/modules/jqxpivotgrid.js +67 -100
  58. package/jqwidgets/modules/jqxpopover.js +25 -61
  59. package/jqwidgets/modules/jqxprogressbar.js +23 -59
  60. package/jqwidgets/modules/jqxqrcode.js +37 -70
  61. package/jqwidgets/modules/jqxradiobutongroup.js +27 -63
  62. package/jqwidgets/modules/jqxradiobutton.js +25 -61
  63. package/jqwidgets/modules/jqxrangeselector.js +27 -63
  64. package/jqwidgets/modules/jqxrating.js +25 -61
  65. package/jqwidgets/modules/jqxrepeatbutton.js +23 -59
  66. package/jqwidgets/modules/jqxresponsivepanel.js +25 -61
  67. package/jqwidgets/modules/jqxribbon.js +27 -63
  68. package/jqwidgets/modules/jqxscheduler.js +63 -99
  69. package/jqwidgets/modules/jqxscrollbar.js +25 -61
  70. package/jqwidgets/modules/jqxscrollview.js +25 -61
  71. package/jqwidgets/modules/jqxslider.js +25 -61
  72. package/jqwidgets/modules/jqxsortable.js +25 -61
  73. package/jqwidgets/modules/jqxsplitlayout.js +23 -59
  74. package/jqwidgets/modules/jqxsplitter.js +25 -61
  75. package/jqwidgets/modules/jqxswitchbutton.js +29 -65
  76. package/jqwidgets/modules/jqxtabs.js +43 -76
  77. package/jqwidgets/modules/jqxtagcloud.js +31 -67
  78. package/jqwidgets/modules/jqxtextarea.js +31 -67
  79. package/jqwidgets/modules/jqxtimeline.js +23 -59
  80. package/jqwidgets/modules/jqxtimepicker.js +25 -61
  81. package/jqwidgets/modules/jqxtogglebutton.js +23 -59
  82. package/jqwidgets/modules/jqxtoolbar.js +61 -94
  83. package/jqwidgets/modules/jqxtooltip.js +23 -59
  84. package/jqwidgets/modules/jqxtree.js +35 -71
  85. package/jqwidgets/modules/jqxtreegrid.js +61 -94
  86. package/jqwidgets/modules/jqxtreemap.js +27 -63
  87. package/jqwidgets/modules/jqxvalidator.js +29 -65
  88. package/jqwidgets/modules/jqxwindow.js +25 -61
  89. package/package.json +1 -1
@@ -1,22 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Sep-17-2024
11
- Copyright (c) 2011-2024 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Sep-17-2024
19
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
20
4
  License: https://jqwidgets.com/license/ */
21
5
 
22
6
 
@@ -1848,15 +1832,15 @@ License: https://jqwidgets.com/license/ */
1848
1832
  /***/ }),
1849
1833
 
1850
1834
  /***/ 5459:
1851
- /***/ ((module, exports, __nested_webpack_require_74206__) => {
1835
+ /***/ ((module, exports, __webpack_require__) => {
1852
1836
 
1853
1837
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1854
1838
  /* eslint-disable */
1855
- (function () {
1856
- if (typeof document === 'undefined') {
1839
+ (function(){
1840
+ if (typeof document === 'undefined') {
1857
1841
  return;
1858
1842
  }
1859
-
1843
+
1860
1844
  var oldBrowser = document.all && !document.addEventListener;
1861
1845
  if (!oldBrowser) {
1862
1846
  (function (window, undefined) {
@@ -10028,7 +10012,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10028
10012
  // file names, and JQXLite is normally delivered in a lowercase file name.
10029
10013
  // Do this after creating the global so that if an AMD module wants to call
10030
10014
  // noConflict to hide this version of JQXLite, it will work.
10031
- if ( true && __nested_webpack_require_74206__.amdO.JQXLite) {
10015
+ if ( true && __webpack_require__.amdO.JQXLite) {
10032
10016
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10033
10017
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10034
10018
  }
@@ -10049,19 +10033,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10049
10033
  }
10050
10034
 
10051
10035
  if (window.jQuery) {
10052
- if (window.jQuery.fn.extend) {
10053
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
10054
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
10055
-
10056
- var keys = Object.keys(window.JQXLite.fn);
10057
- for (var index in keys) {
10058
- var key = keys[index];
10059
- if (window.jQuery.fn[key] == undefined) {
10060
- window.jQuery.fn[key] = window.JQXLite.fn[key];
10061
- }
10062
- }
10063
- }
10064
-
10065
10036
  window.minQuery = window.JQXLite = window.jQuery;
10066
10037
  return;
10067
10038
  }
@@ -11683,7 +11654,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11683
11654
  if (!$(element).on || !$.access) {
11684
11655
  return $(element).html(value);
11685
11656
  }
11686
- try {
11657
+ try {
11687
11658
  return $.access(element, function (value) {
11688
11659
  var elem = element[0] || {},
11689
11660
  i = 0,
@@ -12176,12 +12147,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12176
12147
  returnValue = returnValue + $(window).scrollTop();
12177
12148
  }
12178
12149
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
12179
- return returnValue;
12180
- // return returnValue + $(window).scrollTop();
12150
+ return returnValue;
12151
+ // return returnValue + $(window).scrollTop();
12181
12152
  }
12182
12153
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
12183
12154
  return returnValue;
12184
- // return returnValue + $(window).scrollTop();
12155
+ // return returnValue + $(window).scrollTop();
12185
12156
  }
12186
12157
 
12187
12158
  return initialOffset.top;
@@ -12877,9 +12848,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12877
12848
  }
12878
12849
  });
12879
12850
 
12880
- if (!$.easing) {
12881
- $.easing = {};
12882
- }
12883
12851
  $.extend($.easing, {
12884
12852
  easeOutBack: function (x, t, b, c, d, s) {
12885
12853
  if (s == undefined) s = 1.70158;
@@ -13231,7 +13199,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13231
13199
  /******/ var __webpack_module_cache__ = {};
13232
13200
  /******/
13233
13201
  /******/ // The require function
13234
- /******/ function __nested_webpack_require_423197__(moduleId) {
13202
+ /******/ function __webpack_require__(moduleId) {
13235
13203
  /******/ // Check if module is in cache
13236
13204
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
13237
13205
  /******/ if (cachedModule !== undefined) {
@@ -13245,7 +13213,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13245
13213
  /******/ };
13246
13214
  /******/
13247
13215
  /******/ // Execute the module function
13248
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_423197__);
13216
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
13249
13217
  /******/
13250
13218
  /******/ // Return the exports of the module
13251
13219
  /******/ return module.exports;
@@ -13254,17 +13222,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13254
13222
  /************************************************************************/
13255
13223
  /******/ /* webpack/runtime/amd options */
13256
13224
  /******/ (() => {
13257
- /******/ __nested_webpack_require_423197__.amdO = {};
13225
+ /******/ __webpack_require__.amdO = {};
13258
13226
  /******/ })();
13259
13227
  /******/
13260
13228
  /******/ /* webpack/runtime/compat get default export */
13261
13229
  /******/ (() => {
13262
13230
  /******/ // getDefaultExport function for compatibility with non-harmony modules
13263
- /******/ __nested_webpack_require_423197__.n = (module) => {
13231
+ /******/ __webpack_require__.n = (module) => {
13264
13232
  /******/ var getter = module && module.__esModule ?
13265
13233
  /******/ () => (module['default']) :
13266
13234
  /******/ () => (module);
13267
- /******/ __nested_webpack_require_423197__.d(getter, { a: getter });
13235
+ /******/ __webpack_require__.d(getter, { a: getter });
13268
13236
  /******/ return getter;
13269
13237
  /******/ };
13270
13238
  /******/ })();
@@ -13272,9 +13240,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13272
13240
  /******/ /* webpack/runtime/define property getters */
13273
13241
  /******/ (() => {
13274
13242
  /******/ // define getter functions for harmony exports
13275
- /******/ __nested_webpack_require_423197__.d = (exports, definition) => {
13243
+ /******/ __webpack_require__.d = (exports, definition) => {
13276
13244
  /******/ for(var key in definition) {
13277
- /******/ if(__nested_webpack_require_423197__.o(definition, key) && !__nested_webpack_require_423197__.o(exports, key)) {
13245
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13278
13246
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
13279
13247
  /******/ }
13280
13248
  /******/ }
@@ -13283,7 +13251,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13283
13251
  /******/
13284
13252
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
13285
13253
  /******/ (() => {
13286
- /******/ __nested_webpack_require_423197__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13254
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13287
13255
  /******/ })();
13288
13256
  /******/
13289
13257
  /************************************************************************/
@@ -13291,20 +13259,16 @@ var __webpack_exports__ = {};
13291
13259
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
13292
13260
  (() => {
13293
13261
  "use strict";
13294
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_423197__(5459);
13295
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_423197__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13296
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_423197__(7351);
13297
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_423197__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13298
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_423197__(7196);
13299
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_423197__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
13262
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
13263
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13264
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
13265
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13266
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
13267
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
13300
13268
 
13301
13269
 
13302
13270
 
13303
13271
  })();
13304
13272
 
13305
- /******/ })()
13306
- ;
13307
- /******/ })()
13308
- ;
13309
13273
  /******/ })()
13310
13274
  ;
@@ -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;
@@ -12595,7 +12563,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12595
12563
  /******/ var __webpack_module_cache__ = {};
12596
12564
  /******/
12597
12565
  /******/ // The require function
12598
- /******/ function __nested_webpack_require_401080__(moduleId) {
12566
+ /******/ function __webpack_require__(moduleId) {
12599
12567
  /******/ // Check if module is in cache
12600
12568
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12601
12569
  /******/ if (cachedModule !== undefined) {
@@ -12609,7 +12577,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12609
12577
  /******/ };
12610
12578
  /******/
12611
12579
  /******/ // Execute the module function
12612
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_401080__);
12580
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12613
12581
  /******/
12614
12582
  /******/ // Return the exports of the module
12615
12583
  /******/ return module.exports;
@@ -12618,17 +12586,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12618
12586
  /************************************************************************/
12619
12587
  /******/ /* webpack/runtime/amd options */
12620
12588
  /******/ (() => {
12621
- /******/ __nested_webpack_require_401080__.amdO = {};
12589
+ /******/ __webpack_require__.amdO = {};
12622
12590
  /******/ })();
12623
12591
  /******/
12624
12592
  /******/ /* webpack/runtime/compat get default export */
12625
12593
  /******/ (() => {
12626
12594
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12627
- /******/ __nested_webpack_require_401080__.n = (module) => {
12595
+ /******/ __webpack_require__.n = (module) => {
12628
12596
  /******/ var getter = module && module.__esModule ?
12629
12597
  /******/ () => (module['default']) :
12630
12598
  /******/ () => (module);
12631
- /******/ __nested_webpack_require_401080__.d(getter, { a: getter });
12599
+ /******/ __webpack_require__.d(getter, { a: getter });
12632
12600
  /******/ return getter;
12633
12601
  /******/ };
12634
12602
  /******/ })();
@@ -12636,9 +12604,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12636
12604
  /******/ /* webpack/runtime/define property getters */
12637
12605
  /******/ (() => {
12638
12606
  /******/ // define getter functions for harmony exports
12639
- /******/ __nested_webpack_require_401080__.d = (exports, definition) => {
12607
+ /******/ __webpack_require__.d = (exports, definition) => {
12640
12608
  /******/ for(var key in definition) {
12641
- /******/ if(__nested_webpack_require_401080__.o(definition, key) && !__nested_webpack_require_401080__.o(exports, key)) {
12609
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12642
12610
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12643
12611
  /******/ }
12644
12612
  /******/ }
@@ -12647,7 +12615,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12647
12615
  /******/
12648
12616
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12649
12617
  /******/ (() => {
12650
- /******/ __nested_webpack_require_401080__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12618
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12651
12619
  /******/ })();
12652
12620
  /******/
12653
12621
  /************************************************************************/
@@ -12655,17 +12623,13 @@ var __webpack_exports__ = {};
12655
12623
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12656
12624
  (() => {
12657
12625
  "use strict";
12658
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_401080__(5459);
12659
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_401080__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12660
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_401080__(7351);
12661
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_401080__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
12626
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12627
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12628
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
12629
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
12662
12630
 
12663
12631
 
12664
12632
  })();
12665
12633
 
12666
- /******/ })()
12667
- ;
12668
- /******/ })()
12669
- ;
12670
12634
  /******/ })()
12671
12635
  ;
@@ -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
 
@@ -6669,15 +6653,15 @@ document.Globalize = Globalize;
6669
6653
  /***/ }),
6670
6654
 
6671
6655
  /***/ 5459:
6672
- /***/ ((module, exports, __nested_webpack_require_277478__) => {
6656
+ /***/ ((module, exports, __webpack_require__) => {
6673
6657
 
6674
6658
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
6675
6659
  /* eslint-disable */
6676
- (function () {
6677
- if (typeof document === 'undefined') {
6660
+ (function(){
6661
+ if (typeof document === 'undefined') {
6678
6662
  return;
6679
6663
  }
6680
-
6664
+
6681
6665
  var oldBrowser = document.all && !document.addEventListener;
6682
6666
  if (!oldBrowser) {
6683
6667
  (function (window, undefined) {
@@ -14849,7 +14833,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14849
14833
  // file names, and JQXLite is normally delivered in a lowercase file name.
14850
14834
  // Do this after creating the global so that if an AMD module wants to call
14851
14835
  // noConflict to hide this version of JQXLite, it will work.
14852
- if ( true && __nested_webpack_require_277478__.amdO.JQXLite) {
14836
+ if ( true && __webpack_require__.amdO.JQXLite) {
14853
14837
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
14854
14838
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
14855
14839
  }
@@ -14870,19 +14854,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14870
14854
  }
14871
14855
 
14872
14856
  if (window.jQuery) {
14873
- if (window.jQuery.fn.extend) {
14874
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
14875
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
14876
-
14877
- var keys = Object.keys(window.JQXLite.fn);
14878
- for (var index in keys) {
14879
- var key = keys[index];
14880
- if (window.jQuery.fn[key] == undefined) {
14881
- window.jQuery.fn[key] = window.JQXLite.fn[key];
14882
- }
14883
- }
14884
- }
14885
-
14886
14857
  window.minQuery = window.JQXLite = window.jQuery;
14887
14858
  return;
14888
14859
  }
@@ -16504,7 +16475,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16504
16475
  if (!$(element).on || !$.access) {
16505
16476
  return $(element).html(value);
16506
16477
  }
16507
- try {
16478
+ try {
16508
16479
  return $.access(element, function (value) {
16509
16480
  var elem = element[0] || {},
16510
16481
  i = 0,
@@ -16997,12 +16968,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16997
16968
  returnValue = returnValue + $(window).scrollTop();
16998
16969
  }
16999
16970
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
17000
- return returnValue;
17001
- // return returnValue + $(window).scrollTop();
16971
+ return returnValue;
16972
+ // return returnValue + $(window).scrollTop();
17002
16973
  }
17003
16974
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
17004
16975
  return returnValue;
17005
- // return returnValue + $(window).scrollTop();
16976
+ // return returnValue + $(window).scrollTop();
17006
16977
  }
17007
16978
 
17008
16979
  return initialOffset.top;
@@ -17698,9 +17669,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17698
17669
  }
17699
17670
  });
17700
17671
 
17701
- if (!$.easing) {
17702
- $.easing = {};
17703
- }
17704
17672
  $.extend($.easing, {
17705
17673
  easeOutBack: function (x, t, b, c, d, s) {
17706
17674
  if (s == undefined) s = 1.70158;
@@ -24524,7 +24492,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
24524
24492
  /******/ var __webpack_module_cache__ = {};
24525
24493
  /******/
24526
24494
  /******/ // The require function
24527
- /******/ function __nested_webpack_require_914646__(moduleId) {
24495
+ /******/ function __webpack_require__(moduleId) {
24528
24496
  /******/ // Check if module is in cache
24529
24497
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
24530
24498
  /******/ if (cachedModule !== undefined) {
@@ -24538,7 +24506,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
24538
24506
  /******/ };
24539
24507
  /******/
24540
24508
  /******/ // Execute the module function
24541
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_914646__);
24509
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
24542
24510
  /******/
24543
24511
  /******/ // Return the exports of the module
24544
24512
  /******/ return module.exports;
@@ -24547,17 +24515,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
24547
24515
  /************************************************************************/
24548
24516
  /******/ /* webpack/runtime/amd options */
24549
24517
  /******/ (() => {
24550
- /******/ __nested_webpack_require_914646__.amdO = {};
24518
+ /******/ __webpack_require__.amdO = {};
24551
24519
  /******/ })();
24552
24520
  /******/
24553
24521
  /******/ /* webpack/runtime/compat get default export */
24554
24522
  /******/ (() => {
24555
24523
  /******/ // getDefaultExport function for compatibility with non-harmony modules
24556
- /******/ __nested_webpack_require_914646__.n = (module) => {
24524
+ /******/ __webpack_require__.n = (module) => {
24557
24525
  /******/ var getter = module && module.__esModule ?
24558
24526
  /******/ () => (module['default']) :
24559
24527
  /******/ () => (module);
24560
- /******/ __nested_webpack_require_914646__.d(getter, { a: getter });
24528
+ /******/ __webpack_require__.d(getter, { a: getter });
24561
24529
  /******/ return getter;
24562
24530
  /******/ };
24563
24531
  /******/ })();
@@ -24565,9 +24533,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
24565
24533
  /******/ /* webpack/runtime/define property getters */
24566
24534
  /******/ (() => {
24567
24535
  /******/ // define getter functions for harmony exports
24568
- /******/ __nested_webpack_require_914646__.d = (exports, definition) => {
24536
+ /******/ __webpack_require__.d = (exports, definition) => {
24569
24537
  /******/ for(var key in definition) {
24570
- /******/ if(__nested_webpack_require_914646__.o(definition, key) && !__nested_webpack_require_914646__.o(exports, key)) {
24538
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
24571
24539
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
24572
24540
  /******/ }
24573
24541
  /******/ }
@@ -24576,7 +24544,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
24576
24544
  /******/
24577
24545
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
24578
24546
  /******/ (() => {
24579
- /******/ __nested_webpack_require_914646__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
24547
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
24580
24548
  /******/ })();
24581
24549
  /******/
24582
24550
  /************************************************************************/
@@ -24584,16 +24552,16 @@ var __webpack_exports__ = {};
24584
24552
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
24585
24553
  (() => {
24586
24554
  "use strict";
24587
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_914646__(5459);
24588
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_914646__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
24589
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_914646__(7351);
24590
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_914646__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
24591
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_914646__(2497);
24592
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_914646__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_2__);
24593
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_914646__(4993);
24594
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_914646__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3__);
24595
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_914646__(5725);
24596
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_914646__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_4__);
24555
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
24556
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
24557
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
24558
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
24559
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(2497);
24560
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_2__);
24561
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4993);
24562
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3__);
24563
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(5725);
24564
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_4__);
24597
24565
 
24598
24566
 
24599
24567
 
@@ -24601,9 +24569,5 @@ var __webpack_exports__ = {};
24601
24569
 
24602
24570
  })();
24603
24571
 
24604
- /******/ })()
24605
- ;
24606
- /******/ })()
24607
- ;
24608
24572
  /******/ })()
24609
24573
  ;