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
 
@@ -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;
@@ -20834,7 +20810,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20834
20810
  /******/ var __webpack_module_cache__ = {};
20835
20811
  /******/
20836
20812
  /******/ // The require function
20837
- /******/ function __nested_webpack_require_775506__(moduleId) {
20813
+ /******/ function __webpack_require__(moduleId) {
20838
20814
  /******/ // Check if module is in cache
20839
20815
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
20840
20816
  /******/ if (cachedModule !== undefined) {
@@ -20848,7 +20824,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20848
20824
  /******/ };
20849
20825
  /******/
20850
20826
  /******/ // Execute the module function
20851
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_775506__);
20827
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
20852
20828
  /******/
20853
20829
  /******/ // Return the exports of the module
20854
20830
  /******/ return module.exports;
@@ -20857,17 +20833,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20857
20833
  /************************************************************************/
20858
20834
  /******/ /* webpack/runtime/amd options */
20859
20835
  /******/ (() => {
20860
- /******/ __nested_webpack_require_775506__.amdO = {};
20836
+ /******/ __webpack_require__.amdO = {};
20861
20837
  /******/ })();
20862
20838
  /******/
20863
20839
  /******/ /* webpack/runtime/compat get default export */
20864
20840
  /******/ (() => {
20865
20841
  /******/ // getDefaultExport function for compatibility with non-harmony modules
20866
- /******/ __nested_webpack_require_775506__.n = (module) => {
20842
+ /******/ __webpack_require__.n = (module) => {
20867
20843
  /******/ var getter = module && module.__esModule ?
20868
20844
  /******/ () => (module['default']) :
20869
20845
  /******/ () => (module);
20870
- /******/ __nested_webpack_require_775506__.d(getter, { a: getter });
20846
+ /******/ __webpack_require__.d(getter, { a: getter });
20871
20847
  /******/ return getter;
20872
20848
  /******/ };
20873
20849
  /******/ })();
@@ -20875,9 +20851,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20875
20851
  /******/ /* webpack/runtime/define property getters */
20876
20852
  /******/ (() => {
20877
20853
  /******/ // define getter functions for harmony exports
20878
- /******/ __nested_webpack_require_775506__.d = (exports, definition) => {
20854
+ /******/ __webpack_require__.d = (exports, definition) => {
20879
20855
  /******/ for(var key in definition) {
20880
- /******/ if(__nested_webpack_require_775506__.o(definition, key) && !__nested_webpack_require_775506__.o(exports, key)) {
20856
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
20881
20857
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
20882
20858
  /******/ }
20883
20859
  /******/ }
@@ -20886,7 +20862,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20886
20862
  /******/
20887
20863
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
20888
20864
  /******/ (() => {
20889
- /******/ __nested_webpack_require_775506__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
20865
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
20890
20866
  /******/ })();
20891
20867
  /******/
20892
20868
  /************************************************************************/
@@ -20894,21 +20870,19 @@ var __webpack_exports__ = {};
20894
20870
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
20895
20871
  (() => {
20896
20872
  "use strict";
20897
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_775506__(5459);
20898
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_775506__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
20899
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_775506__(4993);
20900
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_775506__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_1__);
20901
- /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_775506__(5875);
20902
- /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_775506__.n(_jqxinput__WEBPACK_IMPORTED_MODULE_2__);
20903
- /* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_775506__(887);
20904
- /* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_775506__.n(_jqxknob__WEBPACK_IMPORTED_MODULE_3__);
20873
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
20874
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
20875
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4993);
20876
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_1__);
20877
+ /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5875);
20878
+ /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxinput__WEBPACK_IMPORTED_MODULE_2__);
20879
+ /* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(887);
20880
+ /* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxknob__WEBPACK_IMPORTED_MODULE_3__);
20905
20881
 
20906
20882
 
20907
20883
 
20908
20884
 
20909
20885
  })();
20910
20886
 
20911
- /******/ })()
20912
- ;
20913
20887
  /******/ })()
20914
20888
  ;
@@ -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
 
@@ -11444,15 +11436,15 @@ document.Globalize = Globalize;
11444
11436
  /***/ }),
11445
11437
 
11446
11438
  /***/ 5459:
11447
- /***/ ((module, exports, __nested_webpack_require_484139__) => {
11439
+ /***/ ((module, exports, __webpack_require__) => {
11448
11440
 
11449
11441
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
11450
11442
  /* eslint-disable */
11451
- (function () {
11452
- if (typeof document === 'undefined') {
11443
+ (function(){
11444
+ if (typeof document === 'undefined') {
11453
11445
  return;
11454
11446
  }
11455
-
11447
+
11456
11448
  var oldBrowser = document.all && !document.addEventListener;
11457
11449
  if (!oldBrowser) {
11458
11450
  (function (window, undefined) {
@@ -19624,7 +19616,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19624
19616
  // file names, and JQXLite is normally delivered in a lowercase file name.
19625
19617
  // Do this after creating the global so that if an AMD module wants to call
19626
19618
  // noConflict to hide this version of JQXLite, it will work.
19627
- if ( true && __nested_webpack_require_484139__.amdO.JQXLite) {
19619
+ if ( true && __webpack_require__.amdO.JQXLite) {
19628
19620
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
19629
19621
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
19630
19622
  }
@@ -19645,19 +19637,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19645
19637
  }
19646
19638
 
19647
19639
  if (window.jQuery) {
19648
- if (window.jQuery.fn.extend) {
19649
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
19650
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
19651
-
19652
- var keys = Object.keys(window.JQXLite.fn);
19653
- for (var index in keys) {
19654
- var key = keys[index];
19655
- if (window.jQuery.fn[key] == undefined) {
19656
- window.jQuery.fn[key] = window.JQXLite.fn[key];
19657
- }
19658
- }
19659
- }
19660
-
19661
19640
  window.minQuery = window.JQXLite = window.jQuery;
19662
19641
  return;
19663
19642
  }
@@ -21279,7 +21258,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
21279
21258
  if (!$(element).on || !$.access) {
21280
21259
  return $(element).html(value);
21281
21260
  }
21282
- try {
21261
+ try {
21283
21262
  return $.access(element, function (value) {
21284
21263
  var elem = element[0] || {},
21285
21264
  i = 0,
@@ -21772,12 +21751,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
21772
21751
  returnValue = returnValue + $(window).scrollTop();
21773
21752
  }
21774
21753
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
21775
- return returnValue;
21776
- // return returnValue + $(window).scrollTop();
21754
+ return returnValue;
21755
+ // return returnValue + $(window).scrollTop();
21777
21756
  }
21778
21757
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
21779
21758
  return returnValue;
21780
- // return returnValue + $(window).scrollTop();
21759
+ // return returnValue + $(window).scrollTop();
21781
21760
  }
21782
21761
 
21783
21762
  return initialOffset.top;
@@ -22473,9 +22452,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
22473
22452
  }
22474
22453
  });
22475
22454
 
22476
- if (!$.easing) {
22477
- $.easing = {};
22478
- }
22479
22455
  $.extend($.easing, {
22480
22456
  easeOutBack: function (x, t, b, c, d, s) {
22481
22457
  if (s == undefined) s = 1.70158;
@@ -42774,7 +42750,7 @@ var saveAs = window.jqxSaveAs = saveAs
42774
42750
  let output = null;
42775
42751
  switch (format) {
42776
42752
  case 'csv':
42777
- output = that.exportToCSVAndTSV(data, { delimiter: ', ', MIME: 'text/csv', toRemove: 2 }, fileName);
42753
+ output = that.exportToCSVAndTSV(data, { delimiter: ', ', MIME: 'text/csv;charset=utf-8;', toRemove: 2 }, fileName);
42778
42754
  break;
42779
42755
  case 'html':
42780
42756
  output = that.exportToHTML(data, fileName);
@@ -42842,7 +42818,10 @@ var saveAs = window.jqxSaveAs = saveAs
42842
42818
  if (!fileName) {
42843
42819
  return stringResult;
42844
42820
  }
42845
- return this.downloadFile(stringResult, formatOptions.MIME, fileName);
42821
+
42822
+ const bom = '\uFEFF';
42823
+ const csvContent = bom + stringResult;
42824
+ return this.downloadFile(csvContent, formatOptions.MIME, fileName);
42846
42825
  }
42847
42826
 
42848
42827
  /**
@@ -46162,7 +46141,7 @@ var saveAs = window.jqxSaveAs = saveAs
46162
46141
  case 'D':
46163
46142
  case 'd':
46164
46143
  if (precision) {
46165
- return ('0').repeat(precision);
46144
+ return '\#,0' + precisionCode;
46166
46145
  }
46167
46146
 
46168
46147
  return '0';
@@ -64657,7 +64636,7 @@ var saveAs = window.jqxSaveAs = saveAs
64657
64636
  /******/ var __webpack_module_cache__ = {};
64658
64637
  /******/
64659
64638
  /******/ // The require function
64660
- /******/ function __nested_webpack_require_2676060__(moduleId) {
64639
+ /******/ function __webpack_require__(moduleId) {
64661
64640
  /******/ // Check if module is in cache
64662
64641
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
64663
64642
  /******/ if (cachedModule !== undefined) {
@@ -64671,7 +64650,7 @@ var saveAs = window.jqxSaveAs = saveAs
64671
64650
  /******/ };
64672
64651
  /******/
64673
64652
  /******/ // Execute the module function
64674
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2676060__);
64653
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
64675
64654
  /******/
64676
64655
  /******/ // Return the exports of the module
64677
64656
  /******/ return module.exports;
@@ -64680,17 +64659,17 @@ var saveAs = window.jqxSaveAs = saveAs
64680
64659
  /************************************************************************/
64681
64660
  /******/ /* webpack/runtime/amd options */
64682
64661
  /******/ (() => {
64683
- /******/ __nested_webpack_require_2676060__.amdO = {};
64662
+ /******/ __webpack_require__.amdO = {};
64684
64663
  /******/ })();
64685
64664
  /******/
64686
64665
  /******/ /* webpack/runtime/compat get default export */
64687
64666
  /******/ (() => {
64688
64667
  /******/ // getDefaultExport function for compatibility with non-harmony modules
64689
- /******/ __nested_webpack_require_2676060__.n = (module) => {
64668
+ /******/ __webpack_require__.n = (module) => {
64690
64669
  /******/ var getter = module && module.__esModule ?
64691
64670
  /******/ () => (module['default']) :
64692
64671
  /******/ () => (module);
64693
- /******/ __nested_webpack_require_2676060__.d(getter, { a: getter });
64672
+ /******/ __webpack_require__.d(getter, { a: getter });
64694
64673
  /******/ return getter;
64695
64674
  /******/ };
64696
64675
  /******/ })();
@@ -64698,9 +64677,9 @@ var saveAs = window.jqxSaveAs = saveAs
64698
64677
  /******/ /* webpack/runtime/define property getters */
64699
64678
  /******/ (() => {
64700
64679
  /******/ // define getter functions for harmony exports
64701
- /******/ __nested_webpack_require_2676060__.d = (exports, definition) => {
64680
+ /******/ __webpack_require__.d = (exports, definition) => {
64702
64681
  /******/ for(var key in definition) {
64703
- /******/ if(__nested_webpack_require_2676060__.o(definition, key) && !__nested_webpack_require_2676060__.o(exports, key)) {
64682
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
64704
64683
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
64705
64684
  /******/ }
64706
64685
  /******/ }
@@ -64709,7 +64688,7 @@ var saveAs = window.jqxSaveAs = saveAs
64709
64688
  /******/
64710
64689
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
64711
64690
  /******/ (() => {
64712
- /******/ __nested_webpack_require_2676060__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
64691
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
64713
64692
  /******/ })();
64714
64693
  /******/
64715
64694
  /************************************************************************/
@@ -64717,44 +64696,44 @@ var __webpack_exports__ = {};
64717
64696
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
64718
64697
  (() => {
64719
64698
  "use strict";
64720
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2676060__(5459);
64721
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
64722
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2676060__(4198);
64723
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
64724
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2676060__(3907);
64725
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
64726
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2676060__(714);
64727
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
64728
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2676060__(7351);
64729
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
64730
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2676060__(7196);
64731
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
64732
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2676060__(4240);
64733
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
64734
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2676060__(1610);
64735
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
64736
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2676060__(1062);
64737
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
64738
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2676060__(5868);
64739
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
64740
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2676060__(4720);
64741
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
64742
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2676060__(7995);
64743
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
64744
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2676060__(4545);
64745
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
64746
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2676060__(2497);
64747
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
64748
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2676060__(5725);
64749
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
64750
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2676060__(4993);
64751
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
64752
- /* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2676060__(1766);
64753
- /* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxsplitter__WEBPACK_IMPORTED_MODULE_16__);
64754
- /* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_2676060__(7614);
64755
- /* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxsortable__WEBPACK_IMPORTED_MODULE_17__);
64756
- /* harmony import */ var _jqxkanban__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_2676060__(3167);
64757
- /* harmony import */ var _jqxkanban__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxkanban__WEBPACK_IMPORTED_MODULE_18__);
64699
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
64700
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
64701
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
64702
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
64703
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
64704
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
64705
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
64706
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
64707
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
64708
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
64709
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
64710
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
64711
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
64712
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
64713
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
64714
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
64715
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
64716
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
64717
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
64718
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
64719
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
64720
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
64721
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
64722
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
64723
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
64724
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
64725
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
64726
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
64727
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
64728
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
64729
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
64730
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
64731
+ /* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(1766);
64732
+ /* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxsplitter__WEBPACK_IMPORTED_MODULE_16__);
64733
+ /* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(7614);
64734
+ /* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxsortable__WEBPACK_IMPORTED_MODULE_17__);
64735
+ /* harmony import */ var _jqxkanban__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(3167);
64736
+ /* harmony import */ var _jqxkanban__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxkanban__WEBPACK_IMPORTED_MODULE_18__);
64758
64737
 
64759
64738
 
64760
64739
 
@@ -64776,7 +64755,5 @@ var __webpack_exports__ = {};
64776
64755
 
64777
64756
  })();
64778
64757
 
64779
- /******/ })()
64780
- ;
64781
64758
  /******/ })()
64782
64759
  ;