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;
@@ -12976,7 +12952,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12976
12952
  /******/ var __webpack_module_cache__ = {};
12977
12953
  /******/
12978
12954
  /******/ // The require function
12979
- /******/ function __nested_webpack_require_416214__(moduleId) {
12955
+ /******/ function __webpack_require__(moduleId) {
12980
12956
  /******/ // Check if module is in cache
12981
12957
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12982
12958
  /******/ if (cachedModule !== undefined) {
@@ -12990,7 +12966,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12990
12966
  /******/ };
12991
12967
  /******/
12992
12968
  /******/ // Execute the module function
12993
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_416214__);
12969
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12994
12970
  /******/
12995
12971
  /******/ // Return the exports of the module
12996
12972
  /******/ return module.exports;
@@ -12999,17 +12975,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12999
12975
  /************************************************************************/
13000
12976
  /******/ /* webpack/runtime/amd options */
13001
12977
  /******/ (() => {
13002
- /******/ __nested_webpack_require_416214__.amdO = {};
12978
+ /******/ __webpack_require__.amdO = {};
13003
12979
  /******/ })();
13004
12980
  /******/
13005
12981
  /******/ /* webpack/runtime/compat get default export */
13006
12982
  /******/ (() => {
13007
12983
  /******/ // getDefaultExport function for compatibility with non-harmony modules
13008
- /******/ __nested_webpack_require_416214__.n = (module) => {
12984
+ /******/ __webpack_require__.n = (module) => {
13009
12985
  /******/ var getter = module && module.__esModule ?
13010
12986
  /******/ () => (module['default']) :
13011
12987
  /******/ () => (module);
13012
- /******/ __nested_webpack_require_416214__.d(getter, { a: getter });
12988
+ /******/ __webpack_require__.d(getter, { a: getter });
13013
12989
  /******/ return getter;
13014
12990
  /******/ };
13015
12991
  /******/ })();
@@ -13017,9 +12993,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13017
12993
  /******/ /* webpack/runtime/define property getters */
13018
12994
  /******/ (() => {
13019
12995
  /******/ // define getter functions for harmony exports
13020
- /******/ __nested_webpack_require_416214__.d = (exports, definition) => {
12996
+ /******/ __webpack_require__.d = (exports, definition) => {
13021
12997
  /******/ for(var key in definition) {
13022
- /******/ if(__nested_webpack_require_416214__.o(definition, key) && !__nested_webpack_require_416214__.o(exports, key)) {
12998
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13023
12999
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
13024
13000
  /******/ }
13025
13001
  /******/ }
@@ -13028,7 +13004,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13028
13004
  /******/
13029
13005
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
13030
13006
  /******/ (() => {
13031
- /******/ __nested_webpack_require_416214__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13007
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13032
13008
  /******/ })();
13033
13009
  /******/
13034
13010
  /************************************************************************/
@@ -13036,18 +13012,16 @@ var __webpack_exports__ = {};
13036
13012
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
13037
13013
  (() => {
13038
13014
  "use strict";
13039
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_416214__(5459);
13040
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_416214__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13041
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_416214__(7351);
13042
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_416214__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13043
- /* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_416214__(5687);
13044
- /* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_416214__.n(_jqxpopover__WEBPACK_IMPORTED_MODULE_2__);
13015
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
13016
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13017
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
13018
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13019
+ /* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5687);
13020
+ /* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxpopover__WEBPACK_IMPORTED_MODULE_2__);
13045
13021
 
13046
13022
 
13047
13023
 
13048
13024
  })();
13049
13025
 
13050
- /******/ })()
13051
- ;
13052
13026
  /******/ })()
13053
13027
  ;
@@ -1,14 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Sep-17-2024
11
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
12
4
  License: https://jqwidgets.com/license/ */
13
5
 
14
6
 
@@ -16,15 +8,15 @@ License: https://jqwidgets.com/license/ */
16
8
  /******/ var __webpack_modules__ = ({
17
9
 
18
10
  /***/ 5459:
19
- /***/ ((module, exports, __nested_webpack_require_227__) => {
11
+ /***/ ((module, exports, __webpack_require__) => {
20
12
 
21
13
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
22
14
  /* eslint-disable */
23
- (function () {
24
- if (typeof document === 'undefined') {
15
+ (function(){
16
+ if (typeof document === 'undefined') {
25
17
  return;
26
18
  }
27
-
19
+
28
20
  var oldBrowser = document.all && !document.addEventListener;
29
21
  if (!oldBrowser) {
30
22
  (function (window, undefined) {
@@ -8196,7 +8188,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8196
8188
  // file names, and JQXLite is normally delivered in a lowercase file name.
8197
8189
  // Do this after creating the global so that if an AMD module wants to call
8198
8190
  // noConflict to hide this version of JQXLite, it will work.
8199
- if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
8191
+ if ( true && __webpack_require__.amdO.JQXLite) {
8200
8192
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
8201
8193
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
8202
8194
  }
@@ -8217,19 +8209,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8217
8209
  }
8218
8210
 
8219
8211
  if (window.jQuery) {
8220
- if (window.jQuery.fn.extend) {
8221
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
8222
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
8223
-
8224
- var keys = Object.keys(window.JQXLite.fn);
8225
- for (var index in keys) {
8226
- var key = keys[index];
8227
- if (window.jQuery.fn[key] == undefined) {
8228
- window.jQuery.fn[key] = window.JQXLite.fn[key];
8229
- }
8230
- }
8231
- }
8232
-
8233
8212
  window.minQuery = window.JQXLite = window.jQuery;
8234
8213
  return;
8235
8214
  }
@@ -9851,7 +9830,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9851
9830
  if (!$(element).on || !$.access) {
9852
9831
  return $(element).html(value);
9853
9832
  }
9854
- try {
9833
+ try {
9855
9834
  return $.access(element, function (value) {
9856
9835
  var elem = element[0] || {},
9857
9836
  i = 0,
@@ -10344,12 +10323,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10344
10323
  returnValue = returnValue + $(window).scrollTop();
10345
10324
  }
10346
10325
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
10347
- return returnValue;
10348
- // return returnValue + $(window).scrollTop();
10326
+ return returnValue;
10327
+ // return returnValue + $(window).scrollTop();
10349
10328
  }
10350
10329
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
10351
10330
  return returnValue;
10352
- // return returnValue + $(window).scrollTop();
10331
+ // return returnValue + $(window).scrollTop();
10353
10332
  }
10354
10333
 
10355
10334
  return initialOffset.top;
@@ -11045,9 +11024,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11045
11024
  }
11046
11025
  });
11047
11026
 
11048
- if (!$.easing) {
11049
- $.easing = {};
11050
- }
11051
11027
  $.extend($.easing, {
11052
11028
  easeOutBack: function (x, t, b, c, d, s) {
11053
11029
  if (s == undefined) s = 1.70158;
@@ -11985,7 +11961,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11985
11961
  /******/ var __webpack_module_cache__ = {};
11986
11962
  /******/
11987
11963
  /******/ // The require function
11988
- /******/ function __nested_webpack_require_371080__(moduleId) {
11964
+ /******/ function __webpack_require__(moduleId) {
11989
11965
  /******/ // Check if module is in cache
11990
11966
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
11991
11967
  /******/ if (cachedModule !== undefined) {
@@ -11999,7 +11975,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11999
11975
  /******/ };
12000
11976
  /******/
12001
11977
  /******/ // Execute the module function
12002
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_371080__);
11978
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12003
11979
  /******/
12004
11980
  /******/ // Return the exports of the module
12005
11981
  /******/ return module.exports;
@@ -12008,17 +11984,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12008
11984
  /************************************************************************/
12009
11985
  /******/ /* webpack/runtime/amd options */
12010
11986
  /******/ (() => {
12011
- /******/ __nested_webpack_require_371080__.amdO = {};
11987
+ /******/ __webpack_require__.amdO = {};
12012
11988
  /******/ })();
12013
11989
  /******/
12014
11990
  /******/ /* webpack/runtime/compat get default export */
12015
11991
  /******/ (() => {
12016
11992
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12017
- /******/ __nested_webpack_require_371080__.n = (module) => {
11993
+ /******/ __webpack_require__.n = (module) => {
12018
11994
  /******/ var getter = module && module.__esModule ?
12019
11995
  /******/ () => (module['default']) :
12020
11996
  /******/ () => (module);
12021
- /******/ __nested_webpack_require_371080__.d(getter, { a: getter });
11997
+ /******/ __webpack_require__.d(getter, { a: getter });
12022
11998
  /******/ return getter;
12023
11999
  /******/ };
12024
12000
  /******/ })();
@@ -12026,9 +12002,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12026
12002
  /******/ /* webpack/runtime/define property getters */
12027
12003
  /******/ (() => {
12028
12004
  /******/ // define getter functions for harmony exports
12029
- /******/ __nested_webpack_require_371080__.d = (exports, definition) => {
12005
+ /******/ __webpack_require__.d = (exports, definition) => {
12030
12006
  /******/ for(var key in definition) {
12031
- /******/ if(__nested_webpack_require_371080__.o(definition, key) && !__nested_webpack_require_371080__.o(exports, key)) {
12007
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12032
12008
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12033
12009
  /******/ }
12034
12010
  /******/ }
@@ -12037,7 +12013,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12037
12013
  /******/
12038
12014
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12039
12015
  /******/ (() => {
12040
- /******/ __nested_webpack_require_371080__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12016
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12041
12017
  /******/ })();
12042
12018
  /******/
12043
12019
  /************************************************************************/
@@ -12045,15 +12021,13 @@ var __webpack_exports__ = {};
12045
12021
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12046
12022
  (() => {
12047
12023
  "use strict";
12048
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_371080__(5459);
12049
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_371080__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12050
- /* harmony import */ var _jqxprogressbar__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_371080__(2914);
12051
- /* harmony import */ var _jqxprogressbar__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_371080__.n(_jqxprogressbar__WEBPACK_IMPORTED_MODULE_1__);
12024
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12025
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12026
+ /* harmony import */ var _jqxprogressbar__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2914);
12027
+ /* harmony import */ var _jqxprogressbar__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxprogressbar__WEBPACK_IMPORTED_MODULE_1__);
12052
12028
 
12053
12029
 
12054
12030
  })();
12055
12031
 
12056
- /******/ })()
12057
- ;
12058
12032
  /******/ })()
12059
12033
  ;
@@ -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
 
@@ -1118,15 +1110,15 @@ class Barcode {
1118
1110
  /***/ }),
1119
1111
 
1120
1112
  /***/ 5459:
1121
- /***/ ((module, exports, __nested_webpack_require_25817__) => {
1113
+ /***/ ((module, exports, __webpack_require__) => {
1122
1114
 
1123
1115
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1124
1116
  /* eslint-disable */
1125
- (function () {
1126
- if (typeof document === 'undefined') {
1117
+ (function(){
1118
+ if (typeof document === 'undefined') {
1127
1119
  return;
1128
1120
  }
1129
-
1121
+
1130
1122
  var oldBrowser = document.all && !document.addEventListener;
1131
1123
  if (!oldBrowser) {
1132
1124
  (function (window, undefined) {
@@ -9298,7 +9290,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9298
9290
  // file names, and JQXLite is normally delivered in a lowercase file name.
9299
9291
  // Do this after creating the global so that if an AMD module wants to call
9300
9292
  // noConflict to hide this version of JQXLite, it will work.
9301
- if ( true && __nested_webpack_require_25817__.amdO.JQXLite) {
9293
+ if ( true && __webpack_require__.amdO.JQXLite) {
9302
9294
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9303
9295
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9304
9296
  }
@@ -9319,19 +9311,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9319
9311
  }
9320
9312
 
9321
9313
  if (window.jQuery) {
9322
- if (window.jQuery.fn.extend) {
9323
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
9324
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
9325
-
9326
- var keys = Object.keys(window.JQXLite.fn);
9327
- for (var index in keys) {
9328
- var key = keys[index];
9329
- if (window.jQuery.fn[key] == undefined) {
9330
- window.jQuery.fn[key] = window.JQXLite.fn[key];
9331
- }
9332
- }
9333
- }
9334
-
9335
9314
  window.minQuery = window.JQXLite = window.jQuery;
9336
9315
  return;
9337
9316
  }
@@ -10953,7 +10932,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10953
10932
  if (!$(element).on || !$.access) {
10954
10933
  return $(element).html(value);
10955
10934
  }
10956
- try {
10935
+ try {
10957
10936
  return $.access(element, function (value) {
10958
10937
  var elem = element[0] || {},
10959
10938
  i = 0,
@@ -11446,12 +11425,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11446
11425
  returnValue = returnValue + $(window).scrollTop();
11447
11426
  }
11448
11427
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
11449
- return returnValue;
11450
- // return returnValue + $(window).scrollTop();
11428
+ return returnValue;
11429
+ // return returnValue + $(window).scrollTop();
11451
11430
  }
11452
11431
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
11453
11432
  return returnValue;
11454
- // return returnValue + $(window).scrollTop();
11433
+ // return returnValue + $(window).scrollTop();
11455
11434
  }
11456
11435
 
11457
11436
  return initialOffset.top;
@@ -12147,9 +12126,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12147
12126
  }
12148
12127
  });
12149
12128
 
12150
- if (!$.easing) {
12151
- $.easing = {};
12152
- }
12153
12129
  $.extend($.easing, {
12154
12130
  easeOutBack: function (x, t, b, c, d, s) {
12155
12131
  if (s == undefined) s = 1.70158;
@@ -23830,7 +23806,7 @@ var saveAs = window.jqxSaveAs = saveAs
23830
23806
  let output = null;
23831
23807
  switch (format) {
23832
23808
  case 'csv':
23833
- output = that.exportToCSVAndTSV(data, { delimiter: ', ', MIME: 'text/csv', toRemove: 2 }, fileName);
23809
+ output = that.exportToCSVAndTSV(data, { delimiter: ', ', MIME: 'text/csv;charset=utf-8;', toRemove: 2 }, fileName);
23834
23810
  break;
23835
23811
  case 'html':
23836
23812
  output = that.exportToHTML(data, fileName);
@@ -23898,7 +23874,10 @@ var saveAs = window.jqxSaveAs = saveAs
23898
23874
  if (!fileName) {
23899
23875
  return stringResult;
23900
23876
  }
23901
- return this.downloadFile(stringResult, formatOptions.MIME, fileName);
23877
+
23878
+ const bom = '\uFEFF';
23879
+ const csvContent = bom + stringResult;
23880
+ return this.downloadFile(csvContent, formatOptions.MIME, fileName);
23902
23881
  }
23903
23882
 
23904
23883
  /**
@@ -27218,7 +27197,7 @@ var saveAs = window.jqxSaveAs = saveAs
27218
27197
  case 'D':
27219
27198
  case 'd':
27220
27199
  if (precision) {
27221
- return ('0').repeat(precision);
27200
+ return '\#,0' + precisionCode;
27222
27201
  }
27223
27202
 
27224
27203
  return '0';
@@ -29785,7 +29764,7 @@ class QRcode {
29785
29764
  /******/ var __webpack_module_cache__ = {};
29786
29765
  /******/
29787
29766
  /******/ // The require function
29788
- /******/ function __nested_webpack_require_1227206__(moduleId) {
29767
+ /******/ function __webpack_require__(moduleId) {
29789
29768
  /******/ // Check if module is in cache
29790
29769
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
29791
29770
  /******/ if (cachedModule !== undefined) {
@@ -29799,7 +29778,7 @@ class QRcode {
29799
29778
  /******/ };
29800
29779
  /******/
29801
29780
  /******/ // Execute the module function
29802
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1227206__);
29781
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
29803
29782
  /******/
29804
29783
  /******/ // Return the exports of the module
29805
29784
  /******/ return module.exports;
@@ -29808,17 +29787,17 @@ class QRcode {
29808
29787
  /************************************************************************/
29809
29788
  /******/ /* webpack/runtime/amd options */
29810
29789
  /******/ (() => {
29811
- /******/ __nested_webpack_require_1227206__.amdO = {};
29790
+ /******/ __webpack_require__.amdO = {};
29812
29791
  /******/ })();
29813
29792
  /******/
29814
29793
  /******/ /* webpack/runtime/compat get default export */
29815
29794
  /******/ (() => {
29816
29795
  /******/ // getDefaultExport function for compatibility with non-harmony modules
29817
- /******/ __nested_webpack_require_1227206__.n = (module) => {
29796
+ /******/ __webpack_require__.n = (module) => {
29818
29797
  /******/ var getter = module && module.__esModule ?
29819
29798
  /******/ () => (module['default']) :
29820
29799
  /******/ () => (module);
29821
- /******/ __nested_webpack_require_1227206__.d(getter, { a: getter });
29800
+ /******/ __webpack_require__.d(getter, { a: getter });
29822
29801
  /******/ return getter;
29823
29802
  /******/ };
29824
29803
  /******/ })();
@@ -29826,9 +29805,9 @@ class QRcode {
29826
29805
  /******/ /* webpack/runtime/define property getters */
29827
29806
  /******/ (() => {
29828
29807
  /******/ // define getter functions for harmony exports
29829
- /******/ __nested_webpack_require_1227206__.d = (exports, definition) => {
29808
+ /******/ __webpack_require__.d = (exports, definition) => {
29830
29809
  /******/ for(var key in definition) {
29831
- /******/ if(__nested_webpack_require_1227206__.o(definition, key) && !__nested_webpack_require_1227206__.o(exports, key)) {
29810
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
29832
29811
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
29833
29812
  /******/ }
29834
29813
  /******/ }
@@ -29837,7 +29816,7 @@ class QRcode {
29837
29816
  /******/
29838
29817
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
29839
29818
  /******/ (() => {
29840
- /******/ __nested_webpack_require_1227206__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
29819
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
29841
29820
  /******/ })();
29842
29821
  /******/
29843
29822
  /************************************************************************/
@@ -29845,18 +29824,18 @@ var __webpack_exports__ = {};
29845
29824
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
29846
29825
  (() => {
29847
29826
  "use strict";
29848
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1227206__(5459);
29849
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1227206__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
29850
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1227206__(4198);
29851
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1227206__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
29852
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1227206__(3907);
29853
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1227206__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
29854
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1227206__(714);
29855
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1227206__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
29856
- /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1227206__(2917);
29857
- /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1227206__.n(_jqxbarcode__WEBPACK_IMPORTED_MODULE_4__);
29858
- /* harmony import */ var _jqxqrcode__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1227206__(5606);
29859
- /* harmony import */ var _jqxqrcode__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1227206__.n(_jqxqrcode__WEBPACK_IMPORTED_MODULE_5__);
29827
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
29828
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
29829
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
29830
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
29831
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
29832
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
29833
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
29834
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
29835
+ /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(2917);
29836
+ /* harmony import */ var _jqxbarcode__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbarcode__WEBPACK_IMPORTED_MODULE_4__);
29837
+ /* harmony import */ var _jqxqrcode__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(5606);
29838
+ /* harmony import */ var _jqxqrcode__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxqrcode__WEBPACK_IMPORTED_MODULE_5__);
29860
29839
 
29861
29840
 
29862
29841
 
@@ -29865,7 +29844,5 @@ var __webpack_exports__ = {};
29865
29844
 
29866
29845
  })();
29867
29846
 
29868
- /******/ })()
29869
- ;
29870
29847
  /******/ })()
29871
29848
  ;