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;
@@ -19153,7 +19121,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19153
19121
  /******/ var __webpack_module_cache__ = {};
19154
19122
  /******/
19155
19123
  /******/ // The require function
19156
- /******/ function __nested_webpack_require_676382__(moduleId) {
19124
+ /******/ function __webpack_require__(moduleId) {
19157
19125
  /******/ // Check if module is in cache
19158
19126
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
19159
19127
  /******/ if (cachedModule !== undefined) {
@@ -19167,7 +19135,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19167
19135
  /******/ };
19168
19136
  /******/
19169
19137
  /******/ // Execute the module function
19170
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_676382__);
19138
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
19171
19139
  /******/
19172
19140
  /******/ // Return the exports of the module
19173
19141
  /******/ return module.exports;
@@ -19176,17 +19144,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19176
19144
  /************************************************************************/
19177
19145
  /******/ /* webpack/runtime/amd options */
19178
19146
  /******/ (() => {
19179
- /******/ __nested_webpack_require_676382__.amdO = {};
19147
+ /******/ __webpack_require__.amdO = {};
19180
19148
  /******/ })();
19181
19149
  /******/
19182
19150
  /******/ /* webpack/runtime/compat get default export */
19183
19151
  /******/ (() => {
19184
19152
  /******/ // getDefaultExport function for compatibility with non-harmony modules
19185
- /******/ __nested_webpack_require_676382__.n = (module) => {
19153
+ /******/ __webpack_require__.n = (module) => {
19186
19154
  /******/ var getter = module && module.__esModule ?
19187
19155
  /******/ () => (module['default']) :
19188
19156
  /******/ () => (module);
19189
- /******/ __nested_webpack_require_676382__.d(getter, { a: getter });
19157
+ /******/ __webpack_require__.d(getter, { a: getter });
19190
19158
  /******/ return getter;
19191
19159
  /******/ };
19192
19160
  /******/ })();
@@ -19194,9 +19162,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19194
19162
  /******/ /* webpack/runtime/define property getters */
19195
19163
  /******/ (() => {
19196
19164
  /******/ // define getter functions for harmony exports
19197
- /******/ __nested_webpack_require_676382__.d = (exports, definition) => {
19165
+ /******/ __webpack_require__.d = (exports, definition) => {
19198
19166
  /******/ for(var key in definition) {
19199
- /******/ if(__nested_webpack_require_676382__.o(definition, key) && !__nested_webpack_require_676382__.o(exports, key)) {
19167
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
19200
19168
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
19201
19169
  /******/ }
19202
19170
  /******/ }
@@ -19205,7 +19173,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19205
19173
  /******/
19206
19174
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
19207
19175
  /******/ (() => {
19208
- /******/ __nested_webpack_require_676382__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
19176
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
19209
19177
  /******/ })();
19210
19178
  /******/
19211
19179
  /************************************************************************/
@@ -19213,18 +19181,18 @@ var __webpack_exports__ = {};
19213
19181
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
19214
19182
  (() => {
19215
19183
  "use strict";
19216
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_676382__(5459);
19217
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_676382__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
19218
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_676382__(7351);
19219
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_676382__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
19220
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_676382__(7196);
19221
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_676382__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
19222
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_676382__(4240);
19223
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_676382__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
19224
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_676382__(1610);
19225
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_676382__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
19226
- /* harmony import */ var _jqxtextarea__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_676382__(8506);
19227
- /* harmony import */ var _jqxtextarea__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_676382__.n(_jqxtextarea__WEBPACK_IMPORTED_MODULE_5__);
19184
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
19185
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
19186
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
19187
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
19188
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
19189
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
19190
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
19191
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
19192
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1610);
19193
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
19194
+ /* harmony import */ var _jqxtextarea__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8506);
19195
+ /* harmony import */ var _jqxtextarea__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxtextarea__WEBPACK_IMPORTED_MODULE_5__);
19228
19196
 
19229
19197
 
19230
19198
 
@@ -19233,9 +19201,5 @@ var __webpack_exports__ = {};
19233
19201
 
19234
19202
  })();
19235
19203
 
19236
- /******/ })()
19237
- ;
19238
- /******/ })()
19239
- ;
19240
19204
  /******/ })()
19241
19205
  ;
@@ -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
 
@@ -24,15 +8,15 @@ License: https://jqwidgets.com/license/ */
24
8
  /******/ var __webpack_modules__ = ({
25
9
 
26
10
  /***/ 5459:
27
- /***/ ((module, exports, __nested_webpack_require_227__) => {
11
+ /***/ ((module, exports, __webpack_require__) => {
28
12
 
29
13
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
30
14
  /* eslint-disable */
31
- (function () {
32
- if (typeof document === 'undefined') {
15
+ (function(){
16
+ if (typeof document === 'undefined') {
33
17
  return;
34
18
  }
35
-
19
+
36
20
  var oldBrowser = document.all && !document.addEventListener;
37
21
  if (!oldBrowser) {
38
22
  (function (window, undefined) {
@@ -8204,7 +8188,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8204
8188
  // file names, and JQXLite is normally delivered in a lowercase file name.
8205
8189
  // Do this after creating the global so that if an AMD module wants to call
8206
8190
  // noConflict to hide this version of JQXLite, it will work.
8207
- if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
8191
+ if ( true && __webpack_require__.amdO.JQXLite) {
8208
8192
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
8209
8193
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
8210
8194
  }
@@ -8225,19 +8209,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8225
8209
  }
8226
8210
 
8227
8211
  if (window.jQuery) {
8228
- if (window.jQuery.fn.extend) {
8229
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
8230
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
8231
-
8232
- var keys = Object.keys(window.JQXLite.fn);
8233
- for (var index in keys) {
8234
- var key = keys[index];
8235
- if (window.jQuery.fn[key] == undefined) {
8236
- window.jQuery.fn[key] = window.JQXLite.fn[key];
8237
- }
8238
- }
8239
- }
8240
-
8241
8212
  window.minQuery = window.JQXLite = window.jQuery;
8242
8213
  return;
8243
8214
  }
@@ -9859,7 +9830,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9859
9830
  if (!$(element).on || !$.access) {
9860
9831
  return $(element).html(value);
9861
9832
  }
9862
- try {
9833
+ try {
9863
9834
  return $.access(element, function (value) {
9864
9835
  var elem = element[0] || {},
9865
9836
  i = 0,
@@ -10352,12 +10323,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10352
10323
  returnValue = returnValue + $(window).scrollTop();
10353
10324
  }
10354
10325
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
10355
- return returnValue;
10356
- // return returnValue + $(window).scrollTop();
10326
+ return returnValue;
10327
+ // return returnValue + $(window).scrollTop();
10357
10328
  }
10358
10329
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
10359
10330
  return returnValue;
10360
- // return returnValue + $(window).scrollTop();
10331
+ // return returnValue + $(window).scrollTop();
10361
10332
  }
10362
10333
 
10363
10334
  return initialOffset.top;
@@ -11053,9 +11024,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11053
11024
  }
11054
11025
  });
11055
11026
 
11056
- if (!$.easing) {
11057
- $.easing = {};
11058
- }
11059
11027
  $.extend($.easing, {
11060
11028
  easeOutBack: function (x, t, b, c, d, s) {
11061
11029
  if (s == undefined) s = 1.70158;
@@ -11730,7 +11698,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11730
11698
  /******/ var __webpack_module_cache__ = {};
11731
11699
  /******/
11732
11700
  /******/ // The require function
11733
- /******/ function __nested_webpack_require_358135__(moduleId) {
11701
+ /******/ function __webpack_require__(moduleId) {
11734
11702
  /******/ // Check if module is in cache
11735
11703
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
11736
11704
  /******/ if (cachedModule !== undefined) {
@@ -11744,7 +11712,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11744
11712
  /******/ };
11745
11713
  /******/
11746
11714
  /******/ // Execute the module function
11747
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_358135__);
11715
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
11748
11716
  /******/
11749
11717
  /******/ // Return the exports of the module
11750
11718
  /******/ return module.exports;
@@ -11753,17 +11721,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11753
11721
  /************************************************************************/
11754
11722
  /******/ /* webpack/runtime/amd options */
11755
11723
  /******/ (() => {
11756
- /******/ __nested_webpack_require_358135__.amdO = {};
11724
+ /******/ __webpack_require__.amdO = {};
11757
11725
  /******/ })();
11758
11726
  /******/
11759
11727
  /******/ /* webpack/runtime/compat get default export */
11760
11728
  /******/ (() => {
11761
11729
  /******/ // getDefaultExport function for compatibility with non-harmony modules
11762
- /******/ __nested_webpack_require_358135__.n = (module) => {
11730
+ /******/ __webpack_require__.n = (module) => {
11763
11731
  /******/ var getter = module && module.__esModule ?
11764
11732
  /******/ () => (module['default']) :
11765
11733
  /******/ () => (module);
11766
- /******/ __nested_webpack_require_358135__.d(getter, { a: getter });
11734
+ /******/ __webpack_require__.d(getter, { a: getter });
11767
11735
  /******/ return getter;
11768
11736
  /******/ };
11769
11737
  /******/ })();
@@ -11771,9 +11739,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11771
11739
  /******/ /* webpack/runtime/define property getters */
11772
11740
  /******/ (() => {
11773
11741
  /******/ // define getter functions for harmony exports
11774
- /******/ __nested_webpack_require_358135__.d = (exports, definition) => {
11742
+ /******/ __webpack_require__.d = (exports, definition) => {
11775
11743
  /******/ for(var key in definition) {
11776
- /******/ if(__nested_webpack_require_358135__.o(definition, key) && !__nested_webpack_require_358135__.o(exports, key)) {
11744
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
11777
11745
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
11778
11746
  /******/ }
11779
11747
  /******/ }
@@ -11782,7 +11750,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11782
11750
  /******/
11783
11751
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
11784
11752
  /******/ (() => {
11785
- /******/ __nested_webpack_require_358135__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
11753
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
11786
11754
  /******/ })();
11787
11755
  /******/
11788
11756
  /************************************************************************/
@@ -11790,17 +11758,13 @@ var __webpack_exports__ = {};
11790
11758
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
11791
11759
  (() => {
11792
11760
  "use strict";
11793
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_358135__(5459);
11794
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_358135__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
11795
- /* harmony import */ var _jqxtimeline__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_358135__(7435);
11796
- /* harmony import */ var _jqxtimeline__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_358135__.n(_jqxtimeline__WEBPACK_IMPORTED_MODULE_1__);
11761
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
11762
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
11763
+ /* harmony import */ var _jqxtimeline__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7435);
11764
+ /* harmony import */ var _jqxtimeline__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxtimeline__WEBPACK_IMPORTED_MODULE_1__);
11797
11765
 
11798
11766
 
11799
11767
  })();
11800
11768
 
11801
- /******/ })()
11802
- ;
11803
- /******/ })()
11804
- ;
11805
11769
  /******/ })()
11806
11770
  ;
@@ -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
 
@@ -24,15 +8,15 @@ License: https://jqwidgets.com/license/ */
24
8
  /******/ var __webpack_modules__ = ({
25
9
 
26
10
  /***/ 5459:
27
- /***/ ((module, exports, __nested_webpack_require_227__) => {
11
+ /***/ ((module, exports, __webpack_require__) => {
28
12
 
29
13
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
30
14
  /* eslint-disable */
31
- (function () {
32
- if (typeof document === 'undefined') {
15
+ (function(){
16
+ if (typeof document === 'undefined') {
33
17
  return;
34
18
  }
35
-
19
+
36
20
  var oldBrowser = document.all && !document.addEventListener;
37
21
  if (!oldBrowser) {
38
22
  (function (window, undefined) {
@@ -8204,7 +8188,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8204
8188
  // file names, and JQXLite is normally delivered in a lowercase file name.
8205
8189
  // Do this after creating the global so that if an AMD module wants to call
8206
8190
  // noConflict to hide this version of JQXLite, it will work.
8207
- if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
8191
+ if ( true && __webpack_require__.amdO.JQXLite) {
8208
8192
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
8209
8193
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
8210
8194
  }
@@ -8225,19 +8209,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8225
8209
  }
8226
8210
 
8227
8211
  if (window.jQuery) {
8228
- if (window.jQuery.fn.extend) {
8229
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
8230
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
8231
-
8232
- var keys = Object.keys(window.JQXLite.fn);
8233
- for (var index in keys) {
8234
- var key = keys[index];
8235
- if (window.jQuery.fn[key] == undefined) {
8236
- window.jQuery.fn[key] = window.JQXLite.fn[key];
8237
- }
8238
- }
8239
- }
8240
-
8241
8212
  window.minQuery = window.JQXLite = window.jQuery;
8242
8213
  return;
8243
8214
  }
@@ -9859,7 +9830,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9859
9830
  if (!$(element).on || !$.access) {
9860
9831
  return $(element).html(value);
9861
9832
  }
9862
- try {
9833
+ try {
9863
9834
  return $.access(element, function (value) {
9864
9835
  var elem = element[0] || {},
9865
9836
  i = 0,
@@ -10352,12 +10323,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10352
10323
  returnValue = returnValue + $(window).scrollTop();
10353
10324
  }
10354
10325
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
10355
- return returnValue;
10356
- // return returnValue + $(window).scrollTop();
10326
+ return returnValue;
10327
+ // return returnValue + $(window).scrollTop();
10357
10328
  }
10358
10329
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
10359
10330
  return returnValue;
10360
- // return returnValue + $(window).scrollTop();
10331
+ // return returnValue + $(window).scrollTop();
10361
10332
  }
10362
10333
 
10363
10334
  return initialOffset.top;
@@ -11053,9 +11024,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11053
11024
  }
11054
11025
  });
11055
11026
 
11056
- if (!$.easing) {
11057
- $.easing = {};
11058
- }
11059
11027
  $.extend($.easing, {
11060
11028
  easeOutBack: function (x, t, b, c, d, s) {
11061
11029
  if (s == undefined) s = 1.70158;
@@ -16198,7 +16166,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16198
16166
  /******/ var __webpack_module_cache__ = {};
16199
16167
  /******/
16200
16168
  /******/ // The require function
16201
- /******/ function __nested_webpack_require_514886__(moduleId) {
16169
+ /******/ function __webpack_require__(moduleId) {
16202
16170
  /******/ // Check if module is in cache
16203
16171
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
16204
16172
  /******/ if (cachedModule !== undefined) {
@@ -16212,7 +16180,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16212
16180
  /******/ };
16213
16181
  /******/
16214
16182
  /******/ // Execute the module function
16215
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_514886__);
16183
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
16216
16184
  /******/
16217
16185
  /******/ // Return the exports of the module
16218
16186
  /******/ return module.exports;
@@ -16221,17 +16189,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16221
16189
  /************************************************************************/
16222
16190
  /******/ /* webpack/runtime/amd options */
16223
16191
  /******/ (() => {
16224
- /******/ __nested_webpack_require_514886__.amdO = {};
16192
+ /******/ __webpack_require__.amdO = {};
16225
16193
  /******/ })();
16226
16194
  /******/
16227
16195
  /******/ /* webpack/runtime/compat get default export */
16228
16196
  /******/ (() => {
16229
16197
  /******/ // getDefaultExport function for compatibility with non-harmony modules
16230
- /******/ __nested_webpack_require_514886__.n = (module) => {
16198
+ /******/ __webpack_require__.n = (module) => {
16231
16199
  /******/ var getter = module && module.__esModule ?
16232
16200
  /******/ () => (module['default']) :
16233
16201
  /******/ () => (module);
16234
- /******/ __nested_webpack_require_514886__.d(getter, { a: getter });
16202
+ /******/ __webpack_require__.d(getter, { a: getter });
16235
16203
  /******/ return getter;
16236
16204
  /******/ };
16237
16205
  /******/ })();
@@ -16239,9 +16207,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16239
16207
  /******/ /* webpack/runtime/define property getters */
16240
16208
  /******/ (() => {
16241
16209
  /******/ // define getter functions for harmony exports
16242
- /******/ __nested_webpack_require_514886__.d = (exports, definition) => {
16210
+ /******/ __webpack_require__.d = (exports, definition) => {
16243
16211
  /******/ for(var key in definition) {
16244
- /******/ if(__nested_webpack_require_514886__.o(definition, key) && !__nested_webpack_require_514886__.o(exports, key)) {
16212
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
16245
16213
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
16246
16214
  /******/ }
16247
16215
  /******/ }
@@ -16250,7 +16218,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16250
16218
  /******/
16251
16219
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
16252
16220
  /******/ (() => {
16253
- /******/ __nested_webpack_require_514886__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16221
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
16254
16222
  /******/ })();
16255
16223
  /******/
16256
16224
  /************************************************************************/
@@ -16258,20 +16226,16 @@ var __webpack_exports__ = {};
16258
16226
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
16259
16227
  (() => {
16260
16228
  "use strict";
16261
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_514886__(5459);
16262
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_514886__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16263
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_514886__(3159);
16264
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_514886__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_1__);
16265
- /* harmony import */ var _jqxtimepicker__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_514886__(6289);
16266
- /* harmony import */ var _jqxtimepicker__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_514886__.n(_jqxtimepicker__WEBPACK_IMPORTED_MODULE_2__);
16229
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
16230
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
16231
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(3159);
16232
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_1__);
16233
+ /* harmony import */ var _jqxtimepicker__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6289);
16234
+ /* harmony import */ var _jqxtimepicker__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxtimepicker__WEBPACK_IMPORTED_MODULE_2__);
16267
16235
 
16268
16236
 
16269
16237
 
16270
16238
  })();
16271
16239
 
16272
- /******/ })()
16273
- ;
16274
- /******/ })()
16275
- ;
16276
16240
  /******/ })()
16277
16241
  ;