jqwidgets-ng 22.0.2 → 22.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/jqwidgets/jqx-all.js +2457 -58
  2. package/jqwidgets/jqxbarcode.js +0 -14
  3. package/jqwidgets/jqxcheckboxgroup.js +0 -14
  4. package/jqwidgets/jqxcore.js +1 -1
  5. package/jqwidgets/jqxexport.js +6 -3
  6. package/jqwidgets/jqxqrcode.js +0 -14
  7. package/jqwidgets/jqxradiobuttongroup.js +0 -14
  8. package/jqwidgets/jqxsplitlayout.js +2456 -1
  9. package/jqwidgets/modules/jqxbarcode.js +23 -59
  10. package/jqwidgets/modules/jqxbargauge.js +25 -61
  11. package/jqwidgets/modules/jqxbulletchart.js +27 -63
  12. package/jqwidgets/modules/jqxbuttongroup.js +25 -61
  13. package/jqwidgets/modules/jqxbuttons.js +23 -59
  14. package/jqwidgets/modules/jqxcalendar.js +29 -65
  15. package/jqwidgets/modules/jqxchart.js +37 -73
  16. package/jqwidgets/modules/jqxcheckbox.js +27 -63
  17. package/jqwidgets/modules/jqxcheckboxgroup.js +27 -63
  18. package/jqwidgets/modules/jqxcolorpicker.js +29 -65
  19. package/jqwidgets/modules/jqxcombobox.js +33 -69
  20. package/jqwidgets/modules/jqxcomplexinput.js +25 -61
  21. package/jqwidgets/modules/jqxdatatable.js +59 -92
  22. package/jqwidgets/modules/jqxdatetimeinput.js +47 -83
  23. package/jqwidgets/modules/jqxdocking.js +27 -63
  24. package/jqwidgets/modules/jqxdockinglayout.js +35 -71
  25. package/jqwidgets/modules/jqxdockpanel.js +25 -61
  26. package/jqwidgets/modules/jqxdragdrop.js +27 -63
  27. package/jqwidgets/modules/jqxdraw.js +23 -59
  28. package/jqwidgets/modules/jqxdropdownbutton.js +25 -61
  29. package/jqwidgets/modules/jqxdropdownlist.js +45 -81
  30. package/jqwidgets/modules/jqxeditor.js +57 -93
  31. package/jqwidgets/modules/jqxexpander.js +37 -70
  32. package/jqwidgets/modules/jqxfileupload.js +27 -63
  33. package/jqwidgets/modules/jqxform.js +61 -94
  34. package/jqwidgets/modules/jqxformattedinput.js +53 -86
  35. package/jqwidgets/modules/jqxgantt.js +25 -61
  36. package/jqwidgets/modules/jqxgauge.js +29 -65
  37. package/jqwidgets/modules/jqxgrid.js +98 -131
  38. package/jqwidgets/modules/jqxheatmap.js +25 -61
  39. package/jqwidgets/modules/jqxinput.js +27 -63
  40. package/jqwidgets/modules/jqxkanban.js +63 -96
  41. package/jqwidgets/modules/jqxknob.js +27 -63
  42. package/jqwidgets/modules/jqxlayout.js +35 -71
  43. package/jqwidgets/modules/jqxlineargauge.js +29 -65
  44. package/jqwidgets/modules/jqxlinkbutton.js +23 -59
  45. package/jqwidgets/modules/jqxlistbox.js +37 -73
  46. package/jqwidgets/modules/jqxlistmenu.js +59 -92
  47. package/jqwidgets/modules/jqxloader.js +23 -59
  48. package/jqwidgets/modules/jqxmaskedinput.js +23 -59
  49. package/jqwidgets/modules/jqxmenu.js +41 -74
  50. package/jqwidgets/modules/jqxnavbar.js +37 -70
  51. package/jqwidgets/modules/jqxnavigationbar.js +45 -78
  52. package/jqwidgets/modules/jqxnotification.js +31 -67
  53. package/jqwidgets/modules/jqxnumberinput.js +37 -73
  54. package/jqwidgets/modules/jqxpanel.js +29 -65
  55. package/jqwidgets/modules/jqxpasswordinput.js +31 -67
  56. package/jqwidgets/modules/jqxpivotdesigner.js +67 -100
  57. package/jqwidgets/modules/jqxpivotgrid.js +67 -100
  58. package/jqwidgets/modules/jqxpopover.js +25 -61
  59. package/jqwidgets/modules/jqxprogressbar.js +23 -59
  60. package/jqwidgets/modules/jqxqrcode.js +37 -70
  61. package/jqwidgets/modules/jqxradiobutongroup.js +27 -63
  62. package/jqwidgets/modules/jqxradiobutton.js +25 -61
  63. package/jqwidgets/modules/jqxrangeselector.js +27 -63
  64. package/jqwidgets/modules/jqxrating.js +25 -61
  65. package/jqwidgets/modules/jqxrepeatbutton.js +23 -59
  66. package/jqwidgets/modules/jqxresponsivepanel.js +25 -61
  67. package/jqwidgets/modules/jqxribbon.js +27 -63
  68. package/jqwidgets/modules/jqxscheduler.js +63 -99
  69. package/jqwidgets/modules/jqxscrollbar.js +25 -61
  70. package/jqwidgets/modules/jqxscrollview.js +25 -61
  71. package/jqwidgets/modules/jqxslider.js +25 -61
  72. package/jqwidgets/modules/jqxsortable.js +25 -61
  73. package/jqwidgets/modules/jqxsplitlayout.js +23 -59
  74. package/jqwidgets/modules/jqxsplitter.js +25 -61
  75. package/jqwidgets/modules/jqxswitchbutton.js +29 -65
  76. package/jqwidgets/modules/jqxtabs.js +43 -76
  77. package/jqwidgets/modules/jqxtagcloud.js +31 -67
  78. package/jqwidgets/modules/jqxtextarea.js +31 -67
  79. package/jqwidgets/modules/jqxtimeline.js +23 -59
  80. package/jqwidgets/modules/jqxtimepicker.js +25 -61
  81. package/jqwidgets/modules/jqxtogglebutton.js +23 -59
  82. package/jqwidgets/modules/jqxtoolbar.js +61 -94
  83. package/jqwidgets/modules/jqxtooltip.js +23 -59
  84. package/jqwidgets/modules/jqxtree.js +35 -71
  85. package/jqwidgets/modules/jqxtreegrid.js +61 -94
  86. package/jqwidgets/modules/jqxtreemap.js +27 -63
  87. package/jqwidgets/modules/jqxvalidator.js +29 -65
  88. package/jqwidgets/modules/jqxwindow.js +25 -61
  89. package/package.json +1 -1
@@ -1,22 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Sep-17-2024
11
- Copyright (c) 2011-2024 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Sep-17-2024
19
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
20
4
  License: https://jqwidgets.com/license/ */
21
5
 
22
6
 
@@ -1848,15 +1832,15 @@ License: https://jqwidgets.com/license/ */
1848
1832
  /***/ }),
1849
1833
 
1850
1834
  /***/ 5459:
1851
- /***/ ((module, exports, __nested_webpack_require_74206__) => {
1835
+ /***/ ((module, exports, __webpack_require__) => {
1852
1836
 
1853
1837
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1854
1838
  /* eslint-disable */
1855
- (function () {
1856
- if (typeof document === 'undefined') {
1839
+ (function(){
1840
+ if (typeof document === 'undefined') {
1857
1841
  return;
1858
1842
  }
1859
-
1843
+
1860
1844
  var oldBrowser = document.all && !document.addEventListener;
1861
1845
  if (!oldBrowser) {
1862
1846
  (function (window, undefined) {
@@ -10028,7 +10012,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10028
10012
  // file names, and JQXLite is normally delivered in a lowercase file name.
10029
10013
  // Do this after creating the global so that if an AMD module wants to call
10030
10014
  // noConflict to hide this version of JQXLite, it will work.
10031
- if ( true && __nested_webpack_require_74206__.amdO.JQXLite) {
10015
+ if ( true && __webpack_require__.amdO.JQXLite) {
10032
10016
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10033
10017
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10034
10018
  }
@@ -10049,19 +10033,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10049
10033
  }
10050
10034
 
10051
10035
  if (window.jQuery) {
10052
- if (window.jQuery.fn.extend) {
10053
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
10054
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
10055
-
10056
- var keys = Object.keys(window.JQXLite.fn);
10057
- for (var index in keys) {
10058
- var key = keys[index];
10059
- if (window.jQuery.fn[key] == undefined) {
10060
- window.jQuery.fn[key] = window.JQXLite.fn[key];
10061
- }
10062
- }
10063
- }
10064
-
10065
10036
  window.minQuery = window.JQXLite = window.jQuery;
10066
10037
  return;
10067
10038
  }
@@ -11683,7 +11654,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11683
11654
  if (!$(element).on || !$.access) {
11684
11655
  return $(element).html(value);
11685
11656
  }
11686
- try {
11657
+ try {
11687
11658
  return $.access(element, function (value) {
11688
11659
  var elem = element[0] || {},
11689
11660
  i = 0,
@@ -12176,12 +12147,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12176
12147
  returnValue = returnValue + $(window).scrollTop();
12177
12148
  }
12178
12149
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
12179
- return returnValue;
12180
- // return returnValue + $(window).scrollTop();
12150
+ return returnValue;
12151
+ // return returnValue + $(window).scrollTop();
12181
12152
  }
12182
12153
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
12183
12154
  return returnValue;
12184
- // return returnValue + $(window).scrollTop();
12155
+ // return returnValue + $(window).scrollTop();
12185
12156
  }
12186
12157
 
12187
12158
  return initialOffset.top;
@@ -12877,9 +12848,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12877
12848
  }
12878
12849
  });
12879
12850
 
12880
- if (!$.easing) {
12881
- $.easing = {};
12882
- }
12883
12851
  $.extend($.easing, {
12884
12852
  easeOutBack: function (x, t, b, c, d, s) {
12885
12853
  if (s == undefined) s = 1.70158;
@@ -15852,7 +15820,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15852
15820
  /******/ var __webpack_module_cache__ = {};
15853
15821
  /******/
15854
15822
  /******/ // The require function
15855
- /******/ function __nested_webpack_require_530898__(moduleId) {
15823
+ /******/ function __webpack_require__(moduleId) {
15856
15824
  /******/ // Check if module is in cache
15857
15825
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
15858
15826
  /******/ if (cachedModule !== undefined) {
@@ -15866,7 +15834,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15866
15834
  /******/ };
15867
15835
  /******/
15868
15836
  /******/ // Execute the module function
15869
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_530898__);
15837
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
15870
15838
  /******/
15871
15839
  /******/ // Return the exports of the module
15872
15840
  /******/ return module.exports;
@@ -15875,17 +15843,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15875
15843
  /************************************************************************/
15876
15844
  /******/ /* webpack/runtime/amd options */
15877
15845
  /******/ (() => {
15878
- /******/ __nested_webpack_require_530898__.amdO = {};
15846
+ /******/ __webpack_require__.amdO = {};
15879
15847
  /******/ })();
15880
15848
  /******/
15881
15849
  /******/ /* webpack/runtime/compat get default export */
15882
15850
  /******/ (() => {
15883
15851
  /******/ // getDefaultExport function for compatibility with non-harmony modules
15884
- /******/ __nested_webpack_require_530898__.n = (module) => {
15852
+ /******/ __webpack_require__.n = (module) => {
15885
15853
  /******/ var getter = module && module.__esModule ?
15886
15854
  /******/ () => (module['default']) :
15887
15855
  /******/ () => (module);
15888
- /******/ __nested_webpack_require_530898__.d(getter, { a: getter });
15856
+ /******/ __webpack_require__.d(getter, { a: getter });
15889
15857
  /******/ return getter;
15890
15858
  /******/ };
15891
15859
  /******/ })();
@@ -15893,9 +15861,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15893
15861
  /******/ /* webpack/runtime/define property getters */
15894
15862
  /******/ (() => {
15895
15863
  /******/ // define getter functions for harmony exports
15896
- /******/ __nested_webpack_require_530898__.d = (exports, definition) => {
15864
+ /******/ __webpack_require__.d = (exports, definition) => {
15897
15865
  /******/ for(var key in definition) {
15898
- /******/ if(__nested_webpack_require_530898__.o(definition, key) && !__nested_webpack_require_530898__.o(exports, key)) {
15866
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
15899
15867
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
15900
15868
  /******/ }
15901
15869
  /******/ }
@@ -15904,7 +15872,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15904
15872
  /******/
15905
15873
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
15906
15874
  /******/ (() => {
15907
- /******/ __nested_webpack_require_530898__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
15875
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
15908
15876
  /******/ })();
15909
15877
  /******/
15910
15878
  /************************************************************************/
@@ -15912,16 +15880,16 @@ var __webpack_exports__ = {};
15912
15880
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
15913
15881
  (() => {
15914
15882
  "use strict";
15915
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_530898__(5459);
15916
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_530898__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
15917
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_530898__(7351);
15918
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_530898__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
15919
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_530898__(7196);
15920
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_530898__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
15921
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_530898__(4240);
15922
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_530898__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
15923
- /* harmony import */ var _jqxvalidator__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_530898__(5325);
15924
- /* harmony import */ var _jqxvalidator__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_530898__.n(_jqxvalidator__WEBPACK_IMPORTED_MODULE_4__);
15883
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
15884
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
15885
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
15886
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
15887
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
15888
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
15889
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
15890
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
15891
+ /* harmony import */ var _jqxvalidator__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(5325);
15892
+ /* harmony import */ var _jqxvalidator__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxvalidator__WEBPACK_IMPORTED_MODULE_4__);
15925
15893
 
15926
15894
 
15927
15895
 
@@ -15929,9 +15897,5 @@ var __webpack_exports__ = {};
15929
15897
 
15930
15898
  })();
15931
15899
 
15932
- /******/ })()
15933
- ;
15934
- /******/ })()
15935
- ;
15936
15900
  /******/ })()
15937
15901
  ;
@@ -1,22 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Sep-17-2024
11
- Copyright (c) 2011-2024 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Sep-17-2024
19
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
20
4
  License: https://jqwidgets.com/license/ */
21
5
 
22
6
 
@@ -1212,15 +1196,15 @@ License: https://jqwidgets.com/license/ */
1212
1196
  /***/ }),
1213
1197
 
1214
1198
  /***/ 5459:
1215
- /***/ ((module, exports, __nested_webpack_require_52089__) => {
1199
+ /***/ ((module, exports, __webpack_require__) => {
1216
1200
 
1217
1201
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1218
1202
  /* eslint-disable */
1219
- (function () {
1220
- if (typeof document === 'undefined') {
1203
+ (function(){
1204
+ if (typeof document === 'undefined') {
1221
1205
  return;
1222
1206
  }
1223
-
1207
+
1224
1208
  var oldBrowser = document.all && !document.addEventListener;
1225
1209
  if (!oldBrowser) {
1226
1210
  (function (window, undefined) {
@@ -9392,7 +9376,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9392
9376
  // file names, and JQXLite is normally delivered in a lowercase file name.
9393
9377
  // Do this after creating the global so that if an AMD module wants to call
9394
9378
  // noConflict to hide this version of JQXLite, it will work.
9395
- if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
9379
+ if ( true && __webpack_require__.amdO.JQXLite) {
9396
9380
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9397
9381
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9398
9382
  }
@@ -9413,19 +9397,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9413
9397
  }
9414
9398
 
9415
9399
  if (window.jQuery) {
9416
- if (window.jQuery.fn.extend) {
9417
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
9418
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
9419
-
9420
- var keys = Object.keys(window.JQXLite.fn);
9421
- for (var index in keys) {
9422
- var key = keys[index];
9423
- if (window.jQuery.fn[key] == undefined) {
9424
- window.jQuery.fn[key] = window.JQXLite.fn[key];
9425
- }
9426
- }
9427
- }
9428
-
9429
9400
  window.minQuery = window.JQXLite = window.jQuery;
9430
9401
  return;
9431
9402
  }
@@ -11047,7 +11018,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11047
11018
  if (!$(element).on || !$.access) {
11048
11019
  return $(element).html(value);
11049
11020
  }
11050
- try {
11021
+ try {
11051
11022
  return $.access(element, function (value) {
11052
11023
  var elem = element[0] || {},
11053
11024
  i = 0,
@@ -11540,12 +11511,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11540
11511
  returnValue = returnValue + $(window).scrollTop();
11541
11512
  }
11542
11513
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
11543
- return returnValue;
11544
- // return returnValue + $(window).scrollTop();
11514
+ return returnValue;
11515
+ // return returnValue + $(window).scrollTop();
11545
11516
  }
11546
11517
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
11547
11518
  return returnValue;
11548
- // return returnValue + $(window).scrollTop();
11519
+ // return returnValue + $(window).scrollTop();
11549
11520
  }
11550
11521
 
11551
11522
  return initialOffset.top;
@@ -12241,9 +12212,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12241
12212
  }
12242
12213
  });
12243
12214
 
12244
- if (!$.easing) {
12245
- $.easing = {};
12246
- }
12247
12215
  $.extend($.easing, {
12248
12216
  easeOutBack: function (x, t, b, c, d, s) {
12249
12217
  if (s == undefined) s = 1.70158;
@@ -15600,7 +15568,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15600
15568
  /******/ var __webpack_module_cache__ = {};
15601
15569
  /******/
15602
15570
  /******/ // The require function
15603
- /******/ function __nested_webpack_require_547441__(moduleId) {
15571
+ /******/ function __webpack_require__(moduleId) {
15604
15572
  /******/ // Check if module is in cache
15605
15573
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
15606
15574
  /******/ if (cachedModule !== undefined) {
@@ -15614,7 +15582,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15614
15582
  /******/ };
15615
15583
  /******/
15616
15584
  /******/ // Execute the module function
15617
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_547441__);
15585
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
15618
15586
  /******/
15619
15587
  /******/ // Return the exports of the module
15620
15588
  /******/ return module.exports;
@@ -15623,17 +15591,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15623
15591
  /************************************************************************/
15624
15592
  /******/ /* webpack/runtime/amd options */
15625
15593
  /******/ (() => {
15626
- /******/ __nested_webpack_require_547441__.amdO = {};
15594
+ /******/ __webpack_require__.amdO = {};
15627
15595
  /******/ })();
15628
15596
  /******/
15629
15597
  /******/ /* webpack/runtime/compat get default export */
15630
15598
  /******/ (() => {
15631
15599
  /******/ // getDefaultExport function for compatibility with non-harmony modules
15632
- /******/ __nested_webpack_require_547441__.n = (module) => {
15600
+ /******/ __webpack_require__.n = (module) => {
15633
15601
  /******/ var getter = module && module.__esModule ?
15634
15602
  /******/ () => (module['default']) :
15635
15603
  /******/ () => (module);
15636
- /******/ __nested_webpack_require_547441__.d(getter, { a: getter });
15604
+ /******/ __webpack_require__.d(getter, { a: getter });
15637
15605
  /******/ return getter;
15638
15606
  /******/ };
15639
15607
  /******/ })();
@@ -15641,9 +15609,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15641
15609
  /******/ /* webpack/runtime/define property getters */
15642
15610
  /******/ (() => {
15643
15611
  /******/ // define getter functions for harmony exports
15644
- /******/ __nested_webpack_require_547441__.d = (exports, definition) => {
15612
+ /******/ __webpack_require__.d = (exports, definition) => {
15645
15613
  /******/ for(var key in definition) {
15646
- /******/ if(__nested_webpack_require_547441__.o(definition, key) && !__nested_webpack_require_547441__.o(exports, key)) {
15614
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
15647
15615
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
15648
15616
  /******/ }
15649
15617
  /******/ }
@@ -15652,7 +15620,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15652
15620
  /******/
15653
15621
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
15654
15622
  /******/ (() => {
15655
- /******/ __nested_webpack_require_547441__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
15623
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
15656
15624
  /******/ })();
15657
15625
  /******/
15658
15626
  /************************************************************************/
@@ -15660,20 +15628,16 @@ var __webpack_exports__ = {};
15660
15628
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
15661
15629
  (() => {
15662
15630
  "use strict";
15663
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_547441__(5459);
15664
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_547441__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
15665
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_547441__(7351);
15666
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_547441__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
15667
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_547441__(7762);
15668
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_547441__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
15631
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
15632
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
15633
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
15634
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
15635
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7762);
15636
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
15669
15637
 
15670
15638
 
15671
15639
 
15672
15640
  })();
15673
15641
 
15674
- /******/ })()
15675
- ;
15676
- /******/ })()
15677
- ;
15678
15642
  /******/ })()
15679
15643
  ;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jqwidgets-ng",
3
- "version": "22.0.2",
3
+ "version": "22.0.3",
4
4
  "preferGlobal": true,
5
5
  "keywords": [
6
6
  "Angular 19",