jqwidgets-ng 23.0.6 → 23.0.7

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 (92) hide show
  1. package/jqwidgets/jqx-all.js +4 -28
  2. package/jqwidgets/jqxbarcode.js +0 -6
  3. package/jqwidgets/jqxchart.core.js +1 -1
  4. package/jqwidgets/jqxchart.js +1 -1
  5. package/jqwidgets/jqxcheckboxgroup.js +0 -6
  6. package/jqwidgets/jqxdatatable.js +1 -1
  7. package/jqwidgets/jqxgrid.js +1 -1
  8. package/jqwidgets/jqxqrcode.js +0 -6
  9. package/jqwidgets/jqxradiobuttongroup.js +0 -6
  10. package/jqwidgets/jqxscheduler.js +1 -1
  11. package/jqwidgets/jqxsplitlayout.js +2 -2455
  12. package/jqwidgets/modules/jqxbarcode.js +15 -135
  13. package/jqwidgets/modules/jqxbargauge.js +17 -137
  14. package/jqwidgets/modules/jqxbulletchart.js +19 -139
  15. package/jqwidgets/modules/jqxbuttongroup.js +17 -137
  16. package/jqwidgets/modules/jqxbuttons.js +15 -135
  17. package/jqwidgets/modules/jqxcalendar.js +21 -141
  18. package/jqwidgets/modules/jqxchart.js +29 -149
  19. package/jqwidgets/modules/jqxcheckbox.js +19 -139
  20. package/jqwidgets/modules/jqxcheckboxgroup.js +19 -139
  21. package/jqwidgets/modules/jqxcolorpicker.js +21 -141
  22. package/jqwidgets/modules/jqxcombobox.js +25 -145
  23. package/jqwidgets/modules/jqxcomplexinput.js +17 -137
  24. package/jqwidgets/modules/jqxdatatable.js +45 -165
  25. package/jqwidgets/modules/jqxdatetimeinput.js +39 -159
  26. package/jqwidgets/modules/jqxdocking.js +19 -139
  27. package/jqwidgets/modules/jqxdockinglayout.js +27 -147
  28. package/jqwidgets/modules/jqxdockpanel.js +17 -137
  29. package/jqwidgets/modules/jqxdragdrop.js +19 -139
  30. package/jqwidgets/modules/jqxdraw.js +15 -135
  31. package/jqwidgets/modules/jqxdropdownbutton.js +17 -137
  32. package/jqwidgets/modules/jqxdropdownlist.js +37 -157
  33. package/jqwidgets/modules/jqxeditor.js +49 -169
  34. package/jqwidgets/modules/jqxexpander.js +23 -143
  35. package/jqwidgets/modules/jqxfileupload.js +19 -139
  36. package/jqwidgets/modules/jqxform.js +48 -168
  37. package/jqwidgets/modules/jqxformattedinput.js +39 -159
  38. package/jqwidgets/modules/jqxgantt.js +17 -137
  39. package/jqwidgets/modules/jqxgauge.js +21 -141
  40. package/jqwidgets/modules/jqxgrid.js +94 -191
  41. package/jqwidgets/modules/jqxheatmap.js +17 -137
  42. package/jqwidgets/modules/jqxinput.js +19 -139
  43. package/jqwidgets/modules/jqxkanban.js +49 -169
  44. package/jqwidgets/modules/jqxknob.js +19 -139
  45. package/jqwidgets/modules/jqxlayout.js +27 -147
  46. package/jqwidgets/modules/jqxlineargauge.js +21 -141
  47. package/jqwidgets/modules/jqxlinkbutton.js +15 -135
  48. package/jqwidgets/modules/jqxlistbox.js +29 -149
  49. package/jqwidgets/modules/jqxlistmenu.js +45 -165
  50. package/jqwidgets/modules/jqxloader.js +15 -135
  51. package/jqwidgets/modules/jqxmaskedinput.js +15 -135
  52. package/jqwidgets/modules/jqxmenu.js +27 -147
  53. package/jqwidgets/modules/jqxnavbar.js +23 -143
  54. package/jqwidgets/modules/jqxnavigationbar.js +31 -151
  55. package/jqwidgets/modules/jqxnotification.js +23 -143
  56. package/jqwidgets/modules/jqxnumberinput.js +29 -149
  57. package/jqwidgets/modules/jqxpanel.js +21 -141
  58. package/jqwidgets/modules/jqxpasswordinput.js +23 -143
  59. package/jqwidgets/modules/jqxpivotdesigner.js +53 -173
  60. package/jqwidgets/modules/jqxpivotgrid.js +53 -173
  61. package/jqwidgets/modules/jqxpopover.js +17 -137
  62. package/jqwidgets/modules/jqxprogressbar.js +15 -135
  63. package/jqwidgets/modules/jqxqrcode.js +23 -143
  64. package/jqwidgets/modules/jqxradiobutongroup.js +19 -139
  65. package/jqwidgets/modules/jqxradiobutton.js +17 -137
  66. package/jqwidgets/modules/jqxrangeselector.js +19 -139
  67. package/jqwidgets/modules/jqxrating.js +17 -137
  68. package/jqwidgets/modules/jqxrepeatbutton.js +15 -135
  69. package/jqwidgets/modules/jqxresponsivepanel.js +17 -137
  70. package/jqwidgets/modules/jqxribbon.js +19 -139
  71. package/jqwidgets/modules/jqxscheduler.js +55 -175
  72. package/jqwidgets/modules/jqxscrollbar.js +17 -137
  73. package/jqwidgets/modules/jqxscrollview.js +17 -137
  74. package/jqwidgets/modules/jqxslider.js +17 -127
  75. package/jqwidgets/modules/jqxsortable.js +14104 -68
  76. package/jqwidgets/modules/jqxsplitlayout.js +11472 -71
  77. package/jqwidgets/modules/jqxsplitter.js +13453 -68
  78. package/jqwidgets/modules/jqxswitchbutton.js +21 -131
  79. package/jqwidgets/modules/jqxtabs.js +29 -139
  80. package/jqwidgets/modules/jqxtagcloud.js +23 -133
  81. package/jqwidgets/modules/jqxtextarea.js +23 -133
  82. package/jqwidgets/modules/jqxtimeline.js +15 -125
  83. package/jqwidgets/modules/jqxtimepicker.js +17 -127
  84. package/jqwidgets/modules/jqxtogglebutton.js +15 -125
  85. package/jqwidgets/modules/jqxtoolbar.js +47 -157
  86. package/jqwidgets/modules/jqxtooltip.js +15 -125
  87. package/jqwidgets/modules/jqxtree.js +27 -137
  88. package/jqwidgets/modules/jqxtreegrid.js +47 -157
  89. package/jqwidgets/modules/jqxtreemap.js +19 -129
  90. package/jqwidgets/modules/jqxvalidator.js +21 -131
  91. package/jqwidgets/modules/jqxwindow.js +17 -127
  92. package/package.json +1 -1
@@ -1,101 +1,5 @@
1
1
 
2
- /* Release Date: Jan-28-2025
3
- Copyright (c) 2011-2025 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Jan-28-2025
11
- Copyright (c) 2011-2025 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Jan-28-2025
19
- Copyright (c) 2011-2025 jQWidgets.
20
- License: https://jqwidgets.com/license/ */
21
-
22
-
23
- /******/ (() => { // webpackBootstrap
24
- var __webpack_exports__ = {};
25
-
26
- /* Release Date: Jan-28-2025
27
- Copyright (c) 2011-2025 jQWidgets.
28
- License: https://jqwidgets.com/license/ */
29
-
30
-
31
- /******/ (() => { // webpackBootstrap
32
- var __webpack_exports__ = {};
33
-
34
- /* Release Date: Jan-28-2025
35
- Copyright (c) 2011-2025 jQWidgets.
36
- License: https://jqwidgets.com/license/ */
37
-
38
-
39
- /******/ (() => { // webpackBootstrap
40
- var __webpack_exports__ = {};
41
-
42
- /* Release Date: Jan-28-2025
43
- Copyright (c) 2011-2025 jQWidgets.
44
- License: https://jqwidgets.com/license/ */
45
-
46
-
47
- /******/ (() => { // webpackBootstrap
48
- var __webpack_exports__ = {};
49
-
50
- /* Release Date: Jan-28-2025
51
- Copyright (c) 2011-2025 jQWidgets.
52
- License: https://jqwidgets.com/license/ */
53
-
54
-
55
- /******/ (() => { // webpackBootstrap
56
- var __webpack_exports__ = {};
57
-
58
- /* Release Date: Jan-28-2025
59
- Copyright (c) 2011-2025 jQWidgets.
60
- License: https://jqwidgets.com/license/ */
61
-
62
-
63
- /******/ (() => { // webpackBootstrap
64
- var __webpack_exports__ = {};
65
-
66
- /* Release Date: Jan-28-2025
67
- Copyright (c) 2011-2025 jQWidgets.
68
- License: https://jqwidgets.com/license/ */
69
-
70
-
71
- /******/ (() => { // webpackBootstrap
72
- var __webpack_exports__ = {};
73
-
74
- /* Release Date: Jan-28-2025
75
- Copyright (c) 2011-2025 jQWidgets.
76
- License: https://jqwidgets.com/license/ */
77
-
78
-
79
- /******/ (() => { // webpackBootstrap
80
- var __webpack_exports__ = {};
81
-
82
- /* Release Date: Jan-28-2025
83
- Copyright (c) 2011-2025 jQWidgets.
84
- License: https://jqwidgets.com/license/ */
85
-
86
-
87
- /******/ (() => { // webpackBootstrap
88
- var __webpack_exports__ = {};
89
-
90
- /* Release Date: Jan-28-2025
91
- Copyright (c) 2011-2025 jQWidgets.
92
- License: https://jqwidgets.com/license/ */
93
-
94
-
95
- /******/ (() => { // webpackBootstrap
96
- var __webpack_exports__ = {};
97
-
98
- /* Release Date: Jan-28-2025
2
+ /* Release Date: May-26-2025
99
3
  Copyright (c) 2011-2025 jQWidgets.
100
4
  License: https://jqwidgets.com/license/ */
101
5
 
@@ -12208,7 +12112,7 @@ document.Globalize = Globalize;
12208
12112
  /***/ }),
12209
12113
 
12210
12114
  /***/ 5459:
12211
- /***/ ((module, exports, __nested_webpack_require_513923__) => {
12115
+ /***/ ((module, exports, __webpack_require__) => {
12212
12116
 
12213
12117
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
12214
12118
  /* eslint-disable */
@@ -20388,7 +20292,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20388
20292
  // file names, and JQXLite is normally delivered in a lowercase file name.
20389
20293
  // Do this after creating the global so that if an AMD module wants to call
20390
20294
  // noConflict to hide this version of JQXLite, it will work.
20391
- if ( true && __nested_webpack_require_513923__.amdO.JQXLite) {
20295
+ if ( true && __webpack_require__.amdO.JQXLite) {
20392
20296
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
20393
20297
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
20394
20298
  }
@@ -84552,7 +84456,7 @@ if (!Array.prototype.filter) {
84552
84456
  /******/ var __webpack_module_cache__ = {};
84553
84457
  /******/
84554
84458
  /******/ // The require function
84555
- /******/ function __nested_webpack_require_3705745__(moduleId) {
84459
+ /******/ function __webpack_require__(moduleId) {
84556
84460
  /******/ // Check if module is in cache
84557
84461
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
84558
84462
  /******/ if (cachedModule !== undefined) {
@@ -84566,7 +84470,7 @@ if (!Array.prototype.filter) {
84566
84470
  /******/ };
84567
84471
  /******/
84568
84472
  /******/ // Execute the module function
84569
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3705745__);
84473
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
84570
84474
  /******/
84571
84475
  /******/ // Return the exports of the module
84572
84476
  /******/ return module.exports;
@@ -84575,17 +84479,17 @@ if (!Array.prototype.filter) {
84575
84479
  /************************************************************************/
84576
84480
  /******/ /* webpack/runtime/amd options */
84577
84481
  /******/ (() => {
84578
- /******/ __nested_webpack_require_3705745__.amdO = {};
84482
+ /******/ __webpack_require__.amdO = {};
84579
84483
  /******/ })();
84580
84484
  /******/
84581
84485
  /******/ /* webpack/runtime/compat get default export */
84582
84486
  /******/ (() => {
84583
84487
  /******/ // getDefaultExport function for compatibility with non-harmony modules
84584
- /******/ __nested_webpack_require_3705745__.n = (module) => {
84488
+ /******/ __webpack_require__.n = (module) => {
84585
84489
  /******/ var getter = module && module.__esModule ?
84586
84490
  /******/ () => (module['default']) :
84587
84491
  /******/ () => (module);
84588
- /******/ __nested_webpack_require_3705745__.d(getter, { a: getter });
84492
+ /******/ __webpack_require__.d(getter, { a: getter });
84589
84493
  /******/ return getter;
84590
84494
  /******/ };
84591
84495
  /******/ })();
@@ -84593,9 +84497,9 @@ if (!Array.prototype.filter) {
84593
84497
  /******/ /* webpack/runtime/define property getters */
84594
84498
  /******/ (() => {
84595
84499
  /******/ // define getter functions for harmony exports
84596
- /******/ __nested_webpack_require_3705745__.d = (exports, definition) => {
84500
+ /******/ __webpack_require__.d = (exports, definition) => {
84597
84501
  /******/ for(var key in definition) {
84598
- /******/ if(__nested_webpack_require_3705745__.o(definition, key) && !__nested_webpack_require_3705745__.o(exports, key)) {
84502
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
84599
84503
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
84600
84504
  /******/ }
84601
84505
  /******/ }
@@ -84604,7 +84508,7 @@ if (!Array.prototype.filter) {
84604
84508
  /******/
84605
84509
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
84606
84510
  /******/ (() => {
84607
- /******/ __nested_webpack_require_3705745__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
84511
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
84608
84512
  /******/ })();
84609
84513
  /******/
84610
84514
  /************************************************************************/
@@ -84612,50 +84516,50 @@ var __webpack_exports__ = {};
84612
84516
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
84613
84517
  (() => {
84614
84518
  "use strict";
84615
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3705745__(5459);
84616
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
84617
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3705745__(4198);
84618
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
84619
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3705745__(3907);
84620
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
84621
- /* harmony import */ var _jqxdate__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3705745__(137);
84622
- /* harmony import */ var _jqxdate__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxdate__WEBPACK_IMPORTED_MODULE_3__);
84623
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3705745__(7351);
84624
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
84625
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3705745__(1610);
84626
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
84627
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3705745__(3899);
84628
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_6__);
84629
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3705745__(4240);
84630
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_7__);
84631
- /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3705745__(6826);
84632
- /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxradiobutton__WEBPACK_IMPORTED_MODULE_8__);
84633
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3705745__(4545);
84634
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__);
84635
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3705745__(7762);
84636
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_10__);
84637
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3705745__(1062);
84638
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_11__);
84639
- /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3705745__(3960);
84640
- /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12__);
84641
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3705745__(4720);
84642
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_13__);
84643
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3705745__(5868);
84644
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14__);
84645
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3705745__(7995);
84646
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_15__);
84647
- /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3705745__(5875);
84648
- /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxinput__WEBPACK_IMPORTED_MODULE_16__);
84649
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3705745__(2497);
84650
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_17__);
84651
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_3705745__(5725);
84652
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_18__);
84653
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19__ = __nested_webpack_require_3705745__(4993);
84654
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19__);
84655
- /* harmony import */ var _jqxscheduler__WEBPACK_IMPORTED_MODULE_20__ = __nested_webpack_require_3705745__(5253);
84656
- /* harmony import */ var _jqxscheduler__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxscheduler__WEBPACK_IMPORTED_MODULE_20__);
84657
- /* harmony import */ var _jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21__ = __nested_webpack_require_3705745__(2536);
84658
- /* harmony import */ var _jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__nested_webpack_require_3705745__.n(_jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21__);
84519
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
84520
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
84521
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
84522
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
84523
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
84524
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
84525
+ /* harmony import */ var _jqxdate__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(137);
84526
+ /* harmony import */ var _jqxdate__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdate__WEBPACK_IMPORTED_MODULE_3__);
84527
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
84528
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
84529
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1610);
84530
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
84531
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(3899);
84532
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_6__);
84533
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(4240);
84534
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_7__);
84535
+ /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(6826);
84536
+ /* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxradiobutton__WEBPACK_IMPORTED_MODULE_8__);
84537
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(4545);
84538
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__);
84539
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(7762);
84540
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_10__);
84541
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(1062);
84542
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_11__);
84543
+ /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(3960);
84544
+ /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcolorpicker__WEBPACK_IMPORTED_MODULE_12__);
84545
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(4720);
84546
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_13__);
84547
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5868);
84548
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_14__);
84549
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(7995);
84550
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_15__);
84551
+ /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(5875);
84552
+ /* harmony import */ var _jqxinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxinput__WEBPACK_IMPORTED_MODULE_16__);
84553
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(2497);
84554
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_17__);
84555
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(5725);
84556
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_18__);
84557
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(4993);
84558
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_19__);
84559
+ /* harmony import */ var _jqxscheduler__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(5253);
84560
+ /* harmony import */ var _jqxscheduler__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(_jqxscheduler__WEBPACK_IMPORTED_MODULE_20__);
84561
+ /* harmony import */ var _jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(2536);
84562
+ /* harmony import */ var _jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(_jqxscheduler_api__WEBPACK_IMPORTED_MODULE_21__);
84659
84563
 
84660
84564
 
84661
84565
 
@@ -84683,29 +84587,5 @@ var __webpack_exports__ = {};
84683
84587
 
84684
84588
  })();
84685
84589
 
84686
- /******/ })()
84687
- ;
84688
- /******/ })()
84689
- ;
84690
- /******/ })()
84691
- ;
84692
- /******/ })()
84693
- ;
84694
- /******/ })()
84695
- ;
84696
- /******/ })()
84697
- ;
84698
- /******/ })()
84699
- ;
84700
- /******/ })()
84701
- ;
84702
- /******/ })()
84703
- ;
84704
- /******/ })()
84705
- ;
84706
- /******/ })()
84707
- ;
84708
- /******/ })()
84709
- ;
84710
84590
  /******/ })()
84711
84591
  ;
@@ -1,101 +1,5 @@
1
1
 
2
- /* Release Date: Jan-28-2025
3
- Copyright (c) 2011-2025 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Jan-28-2025
11
- Copyright (c) 2011-2025 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Jan-28-2025
19
- Copyright (c) 2011-2025 jQWidgets.
20
- License: https://jqwidgets.com/license/ */
21
-
22
-
23
- /******/ (() => { // webpackBootstrap
24
- var __webpack_exports__ = {};
25
-
26
- /* Release Date: Jan-28-2025
27
- Copyright (c) 2011-2025 jQWidgets.
28
- License: https://jqwidgets.com/license/ */
29
-
30
-
31
- /******/ (() => { // webpackBootstrap
32
- var __webpack_exports__ = {};
33
-
34
- /* Release Date: Jan-28-2025
35
- Copyright (c) 2011-2025 jQWidgets.
36
- License: https://jqwidgets.com/license/ */
37
-
38
-
39
- /******/ (() => { // webpackBootstrap
40
- var __webpack_exports__ = {};
41
-
42
- /* Release Date: Jan-28-2025
43
- Copyright (c) 2011-2025 jQWidgets.
44
- License: https://jqwidgets.com/license/ */
45
-
46
-
47
- /******/ (() => { // webpackBootstrap
48
- var __webpack_exports__ = {};
49
-
50
- /* Release Date: Jan-28-2025
51
- Copyright (c) 2011-2025 jQWidgets.
52
- License: https://jqwidgets.com/license/ */
53
-
54
-
55
- /******/ (() => { // webpackBootstrap
56
- var __webpack_exports__ = {};
57
-
58
- /* Release Date: Jan-28-2025
59
- Copyright (c) 2011-2025 jQWidgets.
60
- License: https://jqwidgets.com/license/ */
61
-
62
-
63
- /******/ (() => { // webpackBootstrap
64
- var __webpack_exports__ = {};
65
-
66
- /* Release Date: Jan-28-2025
67
- Copyright (c) 2011-2025 jQWidgets.
68
- License: https://jqwidgets.com/license/ */
69
-
70
-
71
- /******/ (() => { // webpackBootstrap
72
- var __webpack_exports__ = {};
73
-
74
- /* Release Date: Jan-28-2025
75
- Copyright (c) 2011-2025 jQWidgets.
76
- License: https://jqwidgets.com/license/ */
77
-
78
-
79
- /******/ (() => { // webpackBootstrap
80
- var __webpack_exports__ = {};
81
-
82
- /* Release Date: Jan-28-2025
83
- Copyright (c) 2011-2025 jQWidgets.
84
- License: https://jqwidgets.com/license/ */
85
-
86
-
87
- /******/ (() => { // webpackBootstrap
88
- var __webpack_exports__ = {};
89
-
90
- /* Release Date: Jan-28-2025
91
- Copyright (c) 2011-2025 jQWidgets.
92
- License: https://jqwidgets.com/license/ */
93
-
94
-
95
- /******/ (() => { // webpackBootstrap
96
- var __webpack_exports__ = {};
97
-
98
- /* Release Date: Jan-28-2025
2
+ /* Release Date: May-26-2025
99
3
  Copyright (c) 2011-2025 jQWidgets.
100
4
  License: https://jqwidgets.com/license/ */
101
5
 
@@ -1290,7 +1194,7 @@ License: https://jqwidgets.com/license/ */
1290
1194
  /***/ }),
1291
1195
 
1292
1196
  /***/ 5459:
1293
- /***/ ((module, exports, __nested_webpack_require_52085__) => {
1197
+ /***/ ((module, exports, __webpack_require__) => {
1294
1198
 
1295
1199
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1296
1200
  /* eslint-disable */
@@ -9470,7 +9374,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9470
9374
  // file names, and JQXLite is normally delivered in a lowercase file name.
9471
9375
  // Do this after creating the global so that if an AMD module wants to call
9472
9376
  // noConflict to hide this version of JQXLite, it will work.
9473
- if ( true && __nested_webpack_require_52085__.amdO.JQXLite) {
9377
+ if ( true && __webpack_require__.amdO.JQXLite) {
9474
9378
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9475
9379
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9476
9380
  }
@@ -14248,7 +14152,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14248
14152
  /******/ var __webpack_module_cache__ = {};
14249
14153
  /******/
14250
14154
  /******/ // The require function
14251
- /******/ function __nested_webpack_require_469335__(moduleId) {
14155
+ /******/ function __webpack_require__(moduleId) {
14252
14156
  /******/ // Check if module is in cache
14253
14157
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
14254
14158
  /******/ if (cachedModule !== undefined) {
@@ -14262,7 +14166,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14262
14166
  /******/ };
14263
14167
  /******/
14264
14168
  /******/ // Execute the module function
14265
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_469335__);
14169
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
14266
14170
  /******/
14267
14171
  /******/ // Return the exports of the module
14268
14172
  /******/ return module.exports;
@@ -14271,17 +14175,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14271
14175
  /************************************************************************/
14272
14176
  /******/ /* webpack/runtime/amd options */
14273
14177
  /******/ (() => {
14274
- /******/ __nested_webpack_require_469335__.amdO = {};
14178
+ /******/ __webpack_require__.amdO = {};
14275
14179
  /******/ })();
14276
14180
  /******/
14277
14181
  /******/ /* webpack/runtime/compat get default export */
14278
14182
  /******/ (() => {
14279
14183
  /******/ // getDefaultExport function for compatibility with non-harmony modules
14280
- /******/ __nested_webpack_require_469335__.n = (module) => {
14184
+ /******/ __webpack_require__.n = (module) => {
14281
14185
  /******/ var getter = module && module.__esModule ?
14282
14186
  /******/ () => (module['default']) :
14283
14187
  /******/ () => (module);
14284
- /******/ __nested_webpack_require_469335__.d(getter, { a: getter });
14188
+ /******/ __webpack_require__.d(getter, { a: getter });
14285
14189
  /******/ return getter;
14286
14190
  /******/ };
14287
14191
  /******/ })();
@@ -14289,9 +14193,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14289
14193
  /******/ /* webpack/runtime/define property getters */
14290
14194
  /******/ (() => {
14291
14195
  /******/ // define getter functions for harmony exports
14292
- /******/ __nested_webpack_require_469335__.d = (exports, definition) => {
14196
+ /******/ __webpack_require__.d = (exports, definition) => {
14293
14197
  /******/ for(var key in definition) {
14294
- /******/ if(__nested_webpack_require_469335__.o(definition, key) && !__nested_webpack_require_469335__.o(exports, key)) {
14198
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
14295
14199
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
14296
14200
  /******/ }
14297
14201
  /******/ }
@@ -14300,7 +14204,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14300
14204
  /******/
14301
14205
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
14302
14206
  /******/ (() => {
14303
- /******/ __nested_webpack_require_469335__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
14207
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
14304
14208
  /******/ })();
14305
14209
  /******/
14306
14210
  /************************************************************************/
@@ -14308,40 +14212,16 @@ var __webpack_exports__ = {};
14308
14212
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
14309
14213
  (() => {
14310
14214
  "use strict";
14311
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_469335__(5459);
14312
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_469335__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
14313
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_469335__(7351);
14314
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_469335__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
14315
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_469335__(4240);
14316
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_469335__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_2__);
14215
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
14216
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
14217
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
14218
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
14219
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4240);
14220
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_2__);
14317
14221
 
14318
14222
 
14319
14223
 
14320
14224
  })();
14321
14225
 
14322
- /******/ })()
14323
- ;
14324
- /******/ })()
14325
- ;
14326
- /******/ })()
14327
- ;
14328
- /******/ })()
14329
- ;
14330
- /******/ })()
14331
- ;
14332
- /******/ })()
14333
- ;
14334
- /******/ })()
14335
- ;
14336
- /******/ })()
14337
- ;
14338
- /******/ })()
14339
- ;
14340
- /******/ })()
14341
- ;
14342
- /******/ })()
14343
- ;
14344
- /******/ })()
14345
- ;
14346
14226
  /******/ })()
14347
14227
  ;