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
 
@@ -12138,15 +12122,15 @@ document.Globalize = Globalize;
12138
12122
  /***/ }),
12139
12123
 
12140
12124
  /***/ 5459:
12141
- /***/ ((module, exports, __nested_webpack_require_513943__) => {
12125
+ /***/ ((module, exports, __webpack_require__) => {
12142
12126
 
12143
12127
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
12144
12128
  /* eslint-disable */
12145
- (function () {
12146
- if (typeof document === 'undefined') {
12129
+ (function(){
12130
+ if (typeof document === 'undefined') {
12147
12131
  return;
12148
12132
  }
12149
-
12133
+
12150
12134
  var oldBrowser = document.all && !document.addEventListener;
12151
12135
  if (!oldBrowser) {
12152
12136
  (function (window, undefined) {
@@ -20318,7 +20302,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20318
20302
  // file names, and JQXLite is normally delivered in a lowercase file name.
20319
20303
  // Do this after creating the global so that if an AMD module wants to call
20320
20304
  // noConflict to hide this version of JQXLite, it will work.
20321
- if ( true && __nested_webpack_require_513943__.amdO.JQXLite) {
20305
+ if ( true && __webpack_require__.amdO.JQXLite) {
20322
20306
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
20323
20307
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
20324
20308
  }
@@ -20339,19 +20323,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20339
20323
  }
20340
20324
 
20341
20325
  if (window.jQuery) {
20342
- if (window.jQuery.fn.extend) {
20343
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
20344
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
20345
-
20346
- var keys = Object.keys(window.JQXLite.fn);
20347
- for (var index in keys) {
20348
- var key = keys[index];
20349
- if (window.jQuery.fn[key] == undefined) {
20350
- window.jQuery.fn[key] = window.JQXLite.fn[key];
20351
- }
20352
- }
20353
- }
20354
-
20355
20326
  window.minQuery = window.JQXLite = window.jQuery;
20356
20327
  return;
20357
20328
  }
@@ -21973,7 +21944,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
21973
21944
  if (!$(element).on || !$.access) {
21974
21945
  return $(element).html(value);
21975
21946
  }
21976
- try {
21947
+ try {
21977
21948
  return $.access(element, function (value) {
21978
21949
  var elem = element[0] || {},
21979
21950
  i = 0,
@@ -22466,12 +22437,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
22466
22437
  returnValue = returnValue + $(window).scrollTop();
22467
22438
  }
22468
22439
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
22469
- return returnValue;
22470
- // return returnValue + $(window).scrollTop();
22440
+ return returnValue;
22441
+ // return returnValue + $(window).scrollTop();
22471
22442
  }
22472
22443
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
22473
22444
  return returnValue;
22474
- // return returnValue + $(window).scrollTop();
22445
+ // return returnValue + $(window).scrollTop();
22475
22446
  }
22476
22447
 
22477
22448
  return initialOffset.top;
@@ -23167,9 +23138,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
23167
23138
  }
23168
23139
  });
23169
23140
 
23170
- if (!$.easing) {
23171
- $.easing = {};
23172
- }
23173
23141
  $.extend($.easing, {
23174
23142
  easeOutBack: function (x, t, b, c, d, s) {
23175
23143
  if (s == undefined) s = 1.70158;
@@ -84419,7 +84387,7 @@ if (!Array.prototype.filter) {
84419
84387
  /******/ var __webpack_module_cache__ = {};
84420
84388
  /******/
84421
84389
  /******/ // The require function
84422
- /******/ function __nested_webpack_require_3701785__(moduleId) {
84390
+ /******/ function __webpack_require__(moduleId) {
84423
84391
  /******/ // Check if module is in cache
84424
84392
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
84425
84393
  /******/ if (cachedModule !== undefined) {
@@ -84433,7 +84401,7 @@ if (!Array.prototype.filter) {
84433
84401
  /******/ };
84434
84402
  /******/
84435
84403
  /******/ // Execute the module function
84436
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3701785__);
84404
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
84437
84405
  /******/
84438
84406
  /******/ // Return the exports of the module
84439
84407
  /******/ return module.exports;
@@ -84442,17 +84410,17 @@ if (!Array.prototype.filter) {
84442
84410
  /************************************************************************/
84443
84411
  /******/ /* webpack/runtime/amd options */
84444
84412
  /******/ (() => {
84445
- /******/ __nested_webpack_require_3701785__.amdO = {};
84413
+ /******/ __webpack_require__.amdO = {};
84446
84414
  /******/ })();
84447
84415
  /******/
84448
84416
  /******/ /* webpack/runtime/compat get default export */
84449
84417
  /******/ (() => {
84450
84418
  /******/ // getDefaultExport function for compatibility with non-harmony modules
84451
- /******/ __nested_webpack_require_3701785__.n = (module) => {
84419
+ /******/ __webpack_require__.n = (module) => {
84452
84420
  /******/ var getter = module && module.__esModule ?
84453
84421
  /******/ () => (module['default']) :
84454
84422
  /******/ () => (module);
84455
- /******/ __nested_webpack_require_3701785__.d(getter, { a: getter });
84423
+ /******/ __webpack_require__.d(getter, { a: getter });
84456
84424
  /******/ return getter;
84457
84425
  /******/ };
84458
84426
  /******/ })();
@@ -84460,9 +84428,9 @@ if (!Array.prototype.filter) {
84460
84428
  /******/ /* webpack/runtime/define property getters */
84461
84429
  /******/ (() => {
84462
84430
  /******/ // define getter functions for harmony exports
84463
- /******/ __nested_webpack_require_3701785__.d = (exports, definition) => {
84431
+ /******/ __webpack_require__.d = (exports, definition) => {
84464
84432
  /******/ for(var key in definition) {
84465
- /******/ if(__nested_webpack_require_3701785__.o(definition, key) && !__nested_webpack_require_3701785__.o(exports, key)) {
84433
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
84466
84434
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
84467
84435
  /******/ }
84468
84436
  /******/ }
@@ -84471,7 +84439,7 @@ if (!Array.prototype.filter) {
84471
84439
  /******/
84472
84440
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
84473
84441
  /******/ (() => {
84474
- /******/ __nested_webpack_require_3701785__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
84442
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
84475
84443
  /******/ })();
84476
84444
  /******/
84477
84445
  /************************************************************************/
@@ -84479,50 +84447,50 @@ var __webpack_exports__ = {};
84479
84447
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
84480
84448
  (() => {
84481
84449
  "use strict";
84482
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3701785__(5459);
84483
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
84484
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3701785__(4198);
84485
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
84486
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3701785__(3907);
84487
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
84488
- /* harmony import */ var _jqxdate__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3701785__(137);
84489
- /* harmony import */ var _jqxdate__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxdate__WEBPACK_IMPORTED_MODULE_3__);
84490
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3701785__(7351);
84491
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
84492
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3701785__(1610);
84493
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
84494
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3701785__(3899);
84495
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_6__);
84496
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3701785__(4240);
84497
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_7__);
84498
- /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3701785__(6826);
84499
- /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxradiobutton__WEBPACK_IMPORTED_MODULE_8__);
84500
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3701785__(4545);
84501
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__);
84502
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3701785__(7762);
84503
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_10__);
84504
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3701785__(1062);
84505
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_11__);
84506
- /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3701785__(3960);
84507
- /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12__);
84508
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3701785__(4720);
84509
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_13__);
84510
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3701785__(5868);
84511
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14__);
84512
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3701785__(7995);
84513
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_15__);
84514
- /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3701785__(5875);
84515
- /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxinput__WEBPACK_IMPORTED_MODULE_16__);
84516
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3701785__(2497);
84517
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_17__);
84518
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_3701785__(5725);
84519
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_18__);
84520
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19__ = __nested_webpack_require_3701785__(4993);
84521
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19__);
84522
- /* harmony import */ var _jqxscheduler__WEBPACK_IMPORTED_MODULE_20__ = __nested_webpack_require_3701785__(5253);
84523
- /* harmony import */ var _jqxscheduler__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxscheduler__WEBPACK_IMPORTED_MODULE_20__);
84524
- /* harmony import */ var _jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21__ = __nested_webpack_require_3701785__(2536);
84525
- /* harmony import */ var _jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__nested_webpack_require_3701785__.n(_jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21__);
84450
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
84451
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
84452
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
84453
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
84454
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
84455
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
84456
+ /* harmony import */ var _jqxdate__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(137);
84457
+ /* harmony import */ var _jqxdate__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdate__WEBPACK_IMPORTED_MODULE_3__);
84458
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
84459
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
84460
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1610);
84461
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
84462
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(3899);
84463
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_6__);
84464
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(4240);
84465
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_7__);
84466
+ /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(6826);
84467
+ /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxradiobutton__WEBPACK_IMPORTED_MODULE_8__);
84468
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(4545);
84469
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__);
84470
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(7762);
84471
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_10__);
84472
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(1062);
84473
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_11__);
84474
+ /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(3960);
84475
+ /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12__);
84476
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(4720);
84477
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_13__);
84478
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5868);
84479
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14__);
84480
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(7995);
84481
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_15__);
84482
+ /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(5875);
84483
+ /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxinput__WEBPACK_IMPORTED_MODULE_16__);
84484
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(2497);
84485
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_17__);
84486
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(5725);
84487
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_18__);
84488
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(4993);
84489
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19__);
84490
+ /* harmony import */ var _jqxscheduler__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(5253);
84491
+ /* harmony import */ var _jqxscheduler__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(_jqxscheduler__WEBPACK_IMPORTED_MODULE_20__);
84492
+ /* harmony import */ var _jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(2536);
84493
+ /* harmony import */ var _jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(_jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21__);
84526
84494
 
84527
84495
 
84528
84496
 
@@ -84550,9 +84518,5 @@ var __webpack_exports__ = {};
84550
84518
 
84551
84519
  })();
84552
84520
 
84553
- /******/ })()
84554
- ;
84555
- /******/ })()
84556
- ;
84557
84521
  /******/ })()
84558
84522
  ;
@@ -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;
@@ -14190,7 +14158,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14190
14158
  /******/ var __webpack_module_cache__ = {};
14191
14159
  /******/
14192
14160
  /******/ // The require function
14193
- /******/ function __nested_webpack_require_469775__(moduleId) {
14161
+ /******/ function __webpack_require__(moduleId) {
14194
14162
  /******/ // Check if module is in cache
14195
14163
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
14196
14164
  /******/ if (cachedModule !== undefined) {
@@ -14204,7 +14172,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14204
14172
  /******/ };
14205
14173
  /******/
14206
14174
  /******/ // Execute the module function
14207
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_469775__);
14175
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
14208
14176
  /******/
14209
14177
  /******/ // Return the exports of the module
14210
14178
  /******/ return module.exports;
@@ -14213,17 +14181,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14213
14181
  /************************************************************************/
14214
14182
  /******/ /* webpack/runtime/amd options */
14215
14183
  /******/ (() => {
14216
- /******/ __nested_webpack_require_469775__.amdO = {};
14184
+ /******/ __webpack_require__.amdO = {};
14217
14185
  /******/ })();
14218
14186
  /******/
14219
14187
  /******/ /* webpack/runtime/compat get default export */
14220
14188
  /******/ (() => {
14221
14189
  /******/ // getDefaultExport function for compatibility with non-harmony modules
14222
- /******/ __nested_webpack_require_469775__.n = (module) => {
14190
+ /******/ __webpack_require__.n = (module) => {
14223
14191
  /******/ var getter = module && module.__esModule ?
14224
14192
  /******/ () => (module['default']) :
14225
14193
  /******/ () => (module);
14226
- /******/ __nested_webpack_require_469775__.d(getter, { a: getter });
14194
+ /******/ __webpack_require__.d(getter, { a: getter });
14227
14195
  /******/ return getter;
14228
14196
  /******/ };
14229
14197
  /******/ })();
@@ -14231,9 +14199,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14231
14199
  /******/ /* webpack/runtime/define property getters */
14232
14200
  /******/ (() => {
14233
14201
  /******/ // define getter functions for harmony exports
14234
- /******/ __nested_webpack_require_469775__.d = (exports, definition) => {
14202
+ /******/ __webpack_require__.d = (exports, definition) => {
14235
14203
  /******/ for(var key in definition) {
14236
- /******/ if(__nested_webpack_require_469775__.o(definition, key) && !__nested_webpack_require_469775__.o(exports, key)) {
14204
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
14237
14205
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
14238
14206
  /******/ }
14239
14207
  /******/ }
@@ -14242,7 +14210,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14242
14210
  /******/
14243
14211
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
14244
14212
  /******/ (() => {
14245
- /******/ __nested_webpack_require_469775__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
14213
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
14246
14214
  /******/ })();
14247
14215
  /******/
14248
14216
  /************************************************************************/
@@ -14250,20 +14218,16 @@ var __webpack_exports__ = {};
14250
14218
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
14251
14219
  (() => {
14252
14220
  "use strict";
14253
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_469775__(5459);
14254
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_469775__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
14255
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_469775__(7351);
14256
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_469775__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
14257
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_469775__(4240);
14258
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_469775__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_2__);
14221
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
14222
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
14223
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
14224
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
14225
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4240);
14226
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_2__);
14259
14227
 
14260
14228
 
14261
14229
 
14262
14230
  })();
14263
14231
 
14264
- /******/ })()
14265
- ;
14266
- /******/ })()
14267
- ;
14268
14232
  /******/ })()
14269
14233
  ;