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
 
@@ -2052,15 +2044,15 @@ License: https://jqwidgets.com/license/ */
2052
2044
  /***/ }),
2053
2045
 
2054
2046
  /***/ 5459:
2055
- /***/ ((module, exports, __nested_webpack_require_84851__) => {
2047
+ /***/ ((module, exports, __webpack_require__) => {
2056
2048
 
2057
2049
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
2058
2050
  /* eslint-disable */
2059
- (function () {
2060
- if (typeof document === 'undefined') {
2051
+ (function(){
2052
+ if (typeof document === 'undefined') {
2061
2053
  return;
2062
2054
  }
2063
-
2055
+
2064
2056
  var oldBrowser = document.all && !document.addEventListener;
2065
2057
  if (!oldBrowser) {
2066
2058
  (function (window, undefined) {
@@ -10232,7 +10224,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10232
10224
  // file names, and JQXLite is normally delivered in a lowercase file name.
10233
10225
  // Do this after creating the global so that if an AMD module wants to call
10234
10226
  // noConflict to hide this version of JQXLite, it will work.
10235
- if ( true && __nested_webpack_require_84851__.amdO.JQXLite) {
10227
+ if ( true && __webpack_require__.amdO.JQXLite) {
10236
10228
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10237
10229
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10238
10230
  }
@@ -10253,19 +10245,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10253
10245
  }
10254
10246
 
10255
10247
  if (window.jQuery) {
10256
- if (window.jQuery.fn.extend) {
10257
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
10258
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
10259
-
10260
- var keys = Object.keys(window.JQXLite.fn);
10261
- for (var index in keys) {
10262
- var key = keys[index];
10263
- if (window.jQuery.fn[key] == undefined) {
10264
- window.jQuery.fn[key] = window.JQXLite.fn[key];
10265
- }
10266
- }
10267
- }
10268
-
10269
10248
  window.minQuery = window.JQXLite = window.jQuery;
10270
10249
  return;
10271
10250
  }
@@ -11887,7 +11866,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11887
11866
  if (!$(element).on || !$.access) {
11888
11867
  return $(element).html(value);
11889
11868
  }
11890
- try {
11869
+ try {
11891
11870
  return $.access(element, function (value) {
11892
11871
  var elem = element[0] || {},
11893
11872
  i = 0,
@@ -12380,12 +12359,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12380
12359
  returnValue = returnValue + $(window).scrollTop();
12381
12360
  }
12382
12361
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
12383
- return returnValue;
12384
- // return returnValue + $(window).scrollTop();
12362
+ return returnValue;
12363
+ // return returnValue + $(window).scrollTop();
12385
12364
  }
12386
12365
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
12387
12366
  return returnValue;
12388
- // return returnValue + $(window).scrollTop();
12367
+ // return returnValue + $(window).scrollTop();
12389
12368
  }
12390
12369
 
12391
12370
  return initialOffset.top;
@@ -13081,9 +13060,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13081
13060
  }
13082
13061
  });
13083
13062
 
13084
- if (!$.easing) {
13085
- $.easing = {};
13086
- }
13087
13063
  $.extend($.easing, {
13088
13064
  easeOutBack: function (x, t, b, c, d, s) {
13089
13065
  if (s == undefined) s = 1.70158;
@@ -26940,7 +26916,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26940
26916
  /******/ var __webpack_module_cache__ = {};
26941
26917
  /******/
26942
26918
  /******/ // The require function
26943
- /******/ function __nested_webpack_require_1024781__(moduleId) {
26919
+ /******/ function __webpack_require__(moduleId) {
26944
26920
  /******/ // Check if module is in cache
26945
26921
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
26946
26922
  /******/ if (cachedModule !== undefined) {
@@ -26954,7 +26930,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26954
26930
  /******/ };
26955
26931
  /******/
26956
26932
  /******/ // Execute the module function
26957
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1024781__);
26933
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
26958
26934
  /******/
26959
26935
  /******/ // Return the exports of the module
26960
26936
  /******/ return module.exports;
@@ -26963,17 +26939,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26963
26939
  /************************************************************************/
26964
26940
  /******/ /* webpack/runtime/amd options */
26965
26941
  /******/ (() => {
26966
- /******/ __nested_webpack_require_1024781__.amdO = {};
26942
+ /******/ __webpack_require__.amdO = {};
26967
26943
  /******/ })();
26968
26944
  /******/
26969
26945
  /******/ /* webpack/runtime/compat get default export */
26970
26946
  /******/ (() => {
26971
26947
  /******/ // getDefaultExport function for compatibility with non-harmony modules
26972
- /******/ __nested_webpack_require_1024781__.n = (module) => {
26948
+ /******/ __webpack_require__.n = (module) => {
26973
26949
  /******/ var getter = module && module.__esModule ?
26974
26950
  /******/ () => (module['default']) :
26975
26951
  /******/ () => (module);
26976
- /******/ __nested_webpack_require_1024781__.d(getter, { a: getter });
26952
+ /******/ __webpack_require__.d(getter, { a: getter });
26977
26953
  /******/ return getter;
26978
26954
  /******/ };
26979
26955
  /******/ })();
@@ -26981,9 +26957,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26981
26957
  /******/ /* webpack/runtime/define property getters */
26982
26958
  /******/ (() => {
26983
26959
  /******/ // define getter functions for harmony exports
26984
- /******/ __nested_webpack_require_1024781__.d = (exports, definition) => {
26960
+ /******/ __webpack_require__.d = (exports, definition) => {
26985
26961
  /******/ for(var key in definition) {
26986
- /******/ if(__nested_webpack_require_1024781__.o(definition, key) && !__nested_webpack_require_1024781__.o(exports, key)) {
26962
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
26987
26963
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
26988
26964
  /******/ }
26989
26965
  /******/ }
@@ -26992,7 +26968,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
26992
26968
  /******/
26993
26969
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
26994
26970
  /******/ (() => {
26995
- /******/ __nested_webpack_require_1024781__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
26971
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
26996
26972
  /******/ })();
26997
26973
  /******/
26998
26974
  /************************************************************************/
@@ -27000,22 +26976,22 @@ var __webpack_exports__ = {};
27000
26976
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
27001
26977
  (() => {
27002
26978
  "use strict";
27003
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1024781__(5459);
27004
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
27005
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1024781__(4198);
27006
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
27007
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1024781__(7351);
27008
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
27009
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1024781__(4240);
27010
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
27011
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1024781__(4545);
27012
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__);
27013
- /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1024781__(678);
27014
- /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxpanel__WEBPACK_IMPORTED_MODULE_5__);
27015
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1024781__(3601);
27016
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__);
27017
- /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1024781__(1746);
27018
- /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1024781__.n(_jqxtree__WEBPACK_IMPORTED_MODULE_7__);
26979
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
26980
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
26981
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
26982
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
26983
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7351);
26984
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
26985
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
26986
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
26987
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(4545);
26988
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_4__);
26989
+ /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(678);
26990
+ /* harmony import */ var _jqxpanel__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxpanel__WEBPACK_IMPORTED_MODULE_5__);
26991
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(3601);
26992
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_6__);
26993
+ /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1746);
26994
+ /* harmony import */ var _jqxtree__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxtree__WEBPACK_IMPORTED_MODULE_7__);
27019
26995
 
27020
26996
 
27021
26997
 
@@ -27026,7 +27002,5 @@ var __webpack_exports__ = {};
27026
27002
 
27027
27003
  })();
27028
27004
 
27029
- /******/ })()
27030
- ;
27031
27005
  /******/ })()
27032
27006
  ;
@@ -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;
@@ -55238,7 +55214,7 @@ var saveAs = window.jqxSaveAs = saveAs
55238
55214
  let output = null;
55239
55215
  switch (format) {
55240
55216
  case 'csv':
55241
- output = that.exportToCSVAndTSV(data, { delimiter: ', ', MIME: 'text/csv', toRemove: 2 }, fileName);
55217
+ output = that.exportToCSVAndTSV(data, { delimiter: ', ', MIME: 'text/csv;charset=utf-8;', toRemove: 2 }, fileName);
55242
55218
  break;
55243
55219
  case 'html':
55244
55220
  output = that.exportToHTML(data, fileName);
@@ -55306,7 +55282,10 @@ var saveAs = window.jqxSaveAs = saveAs
55306
55282
  if (!fileName) {
55307
55283
  return stringResult;
55308
55284
  }
55309
- return this.downloadFile(stringResult, formatOptions.MIME, fileName);
55285
+
55286
+ const bom = '\uFEFF';
55287
+ const csvContent = bom + stringResult;
55288
+ return this.downloadFile(csvContent, formatOptions.MIME, fileName);
55310
55289
  }
55311
55290
 
55312
55291
  /**
@@ -58626,7 +58605,7 @@ var saveAs = window.jqxSaveAs = saveAs
58626
58605
  case 'D':
58627
58606
  case 'd':
58628
58607
  if (precision) {
58629
- return ('0').repeat(precision);
58608
+ return '\#,0' + precisionCode;
58630
58609
  }
58631
58610
 
58632
58611
  return '0';
@@ -74978,7 +74957,7 @@ var saveAs = window.jqxSaveAs = saveAs
74978
74957
  /******/ var __webpack_module_cache__ = {};
74979
74958
  /******/
74980
74959
  /******/ // The require function
74981
- /******/ function __nested_webpack_require_3184054__(moduleId) {
74960
+ /******/ function __webpack_require__(moduleId) {
74982
74961
  /******/ // Check if module is in cache
74983
74962
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
74984
74963
  /******/ if (cachedModule !== undefined) {
@@ -74992,7 +74971,7 @@ var saveAs = window.jqxSaveAs = saveAs
74992
74971
  /******/ };
74993
74972
  /******/
74994
74973
  /******/ // Execute the module function
74995
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3184054__);
74974
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
74996
74975
  /******/
74997
74976
  /******/ // Return the exports of the module
74998
74977
  /******/ return module.exports;
@@ -75001,17 +74980,17 @@ var saveAs = window.jqxSaveAs = saveAs
75001
74980
  /************************************************************************/
75002
74981
  /******/ /* webpack/runtime/amd options */
75003
74982
  /******/ (() => {
75004
- /******/ __nested_webpack_require_3184054__.amdO = {};
74983
+ /******/ __webpack_require__.amdO = {};
75005
74984
  /******/ })();
75006
74985
  /******/
75007
74986
  /******/ /* webpack/runtime/compat get default export */
75008
74987
  /******/ (() => {
75009
74988
  /******/ // getDefaultExport function for compatibility with non-harmony modules
75010
- /******/ __nested_webpack_require_3184054__.n = (module) => {
74989
+ /******/ __webpack_require__.n = (module) => {
75011
74990
  /******/ var getter = module && module.__esModule ?
75012
74991
  /******/ () => (module['default']) :
75013
74992
  /******/ () => (module);
75014
- /******/ __nested_webpack_require_3184054__.d(getter, { a: getter });
74993
+ /******/ __webpack_require__.d(getter, { a: getter });
75015
74994
  /******/ return getter;
75016
74995
  /******/ };
75017
74996
  /******/ })();
@@ -75019,9 +74998,9 @@ var saveAs = window.jqxSaveAs = saveAs
75019
74998
  /******/ /* webpack/runtime/define property getters */
75020
74999
  /******/ (() => {
75021
75000
  /******/ // define getter functions for harmony exports
75022
- /******/ __nested_webpack_require_3184054__.d = (exports, definition) => {
75001
+ /******/ __webpack_require__.d = (exports, definition) => {
75023
75002
  /******/ for(var key in definition) {
75024
- /******/ if(__nested_webpack_require_3184054__.o(definition, key) && !__nested_webpack_require_3184054__.o(exports, key)) {
75003
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
75025
75004
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
75026
75005
  /******/ }
75027
75006
  /******/ }
@@ -75030,7 +75009,7 @@ var saveAs = window.jqxSaveAs = saveAs
75030
75009
  /******/
75031
75010
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
75032
75011
  /******/ (() => {
75033
- /******/ __nested_webpack_require_3184054__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
75012
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
75034
75013
  /******/ })();
75035
75014
  /******/
75036
75015
  /************************************************************************/
@@ -75038,42 +75017,42 @@ var __webpack_exports__ = {};
75038
75017
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
75039
75018
  (() => {
75040
75019
  "use strict";
75041
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3184054__(5459);
75042
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
75043
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3184054__(4198);
75044
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
75045
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3184054__(3907);
75046
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
75047
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3184054__(714);
75048
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
75049
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3184054__(7351);
75050
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
75051
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3184054__(7196);
75052
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
75053
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3184054__(4240);
75054
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
75055
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3184054__(1610);
75056
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
75057
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3184054__(1062);
75058
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
75059
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3184054__(5868);
75060
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
75061
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3184054__(4720);
75062
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
75063
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3184054__(7995);
75064
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
75065
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3184054__(4545);
75066
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
75067
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3184054__(2497);
75068
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
75069
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3184054__(5725);
75070
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
75071
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3184054__(4993);
75072
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
75073
- /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3184054__(6609);
75074
- /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxdatatable__WEBPACK_IMPORTED_MODULE_16__);
75075
- /* harmony import */ var _jqxtreegrid__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3184054__(1699);
75076
- /* harmony import */ var _jqxtreegrid__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3184054__.n(_jqxtreegrid__WEBPACK_IMPORTED_MODULE_17__);
75020
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
75021
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
75022
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
75023
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
75024
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
75025
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
75026
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
75027
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
75028
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
75029
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
75030
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
75031
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
75032
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
75033
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
75034
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
75035
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
75036
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
75037
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
75038
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
75039
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
75040
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
75041
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
75042
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
75043
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
75044
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
75045
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
75046
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
75047
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
75048
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
75049
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
75050
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
75051
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
75052
+ /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(6609);
75053
+ /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxdatatable__WEBPACK_IMPORTED_MODULE_16__);
75054
+ /* harmony import */ var _jqxtreegrid__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(1699);
75055
+ /* harmony import */ var _jqxtreegrid__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxtreegrid__WEBPACK_IMPORTED_MODULE_17__);
75077
75056
 
75078
75057
 
75079
75058
 
@@ -75095,7 +75074,5 @@ var __webpack_exports__ = {};
75095
75074
 
75096
75075
  })();
75097
75076
 
75098
- /******/ })()
75099
- ;
75100
75077
  /******/ })()
75101
75078
  ;