jqwidgets-ng 23.0.5 → 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 (91) 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/jqxqrcode.js +0 -6
  8. package/jqwidgets/jqxradiobuttongroup.js +0 -6
  9. package/jqwidgets/jqxscheduler.js +1 -1
  10. package/jqwidgets/jqxsplitlayout.js +2 -2455
  11. package/jqwidgets/modules/jqxbarcode.js +15 -65
  12. package/jqwidgets/modules/jqxbargauge.js +17 -67
  13. package/jqwidgets/modules/jqxbulletchart.js +19 -69
  14. package/jqwidgets/modules/jqxbuttongroup.js +17 -67
  15. package/jqwidgets/modules/jqxbuttons.js +15 -65
  16. package/jqwidgets/modules/jqxcalendar.js +21 -71
  17. package/jqwidgets/modules/jqxchart.js +29 -79
  18. package/jqwidgets/modules/jqxcheckbox.js +19 -69
  19. package/jqwidgets/modules/jqxcheckboxgroup.js +19 -69
  20. package/jqwidgets/modules/jqxcolorpicker.js +21 -71
  21. package/jqwidgets/modules/jqxcombobox.js +25 -75
  22. package/jqwidgets/modules/jqxcomplexinput.js +17 -67
  23. package/jqwidgets/modules/jqxdatatable.js +45 -95
  24. package/jqwidgets/modules/jqxdatetimeinput.js +39 -89
  25. package/jqwidgets/modules/jqxdocking.js +19 -69
  26. package/jqwidgets/modules/jqxdockinglayout.js +27 -77
  27. package/jqwidgets/modules/jqxdockpanel.js +17 -67
  28. package/jqwidgets/modules/jqxdragdrop.js +19 -69
  29. package/jqwidgets/modules/jqxdraw.js +15 -65
  30. package/jqwidgets/modules/jqxdropdownbutton.js +17 -67
  31. package/jqwidgets/modules/jqxdropdownlist.js +37 -87
  32. package/jqwidgets/modules/jqxeditor.js +49 -99
  33. package/jqwidgets/modules/jqxexpander.js +23 -73
  34. package/jqwidgets/modules/jqxfileupload.js +19 -69
  35. package/jqwidgets/modules/jqxform.js +48 -98
  36. package/jqwidgets/modules/jqxformattedinput.js +39 -89
  37. package/jqwidgets/modules/jqxgantt.js +17 -67
  38. package/jqwidgets/modules/jqxgauge.js +21 -71
  39. package/jqwidgets/modules/jqxgrid.js +94 -121
  40. package/jqwidgets/modules/jqxheatmap.js +17 -67
  41. package/jqwidgets/modules/jqxinput.js +19 -69
  42. package/jqwidgets/modules/jqxkanban.js +49 -99
  43. package/jqwidgets/modules/jqxknob.js +19 -69
  44. package/jqwidgets/modules/jqxlayout.js +27 -77
  45. package/jqwidgets/modules/jqxlineargauge.js +21 -71
  46. package/jqwidgets/modules/jqxlinkbutton.js +15 -65
  47. package/jqwidgets/modules/jqxlistbox.js +29 -79
  48. package/jqwidgets/modules/jqxlistmenu.js +45 -95
  49. package/jqwidgets/modules/jqxloader.js +15 -65
  50. package/jqwidgets/modules/jqxmaskedinput.js +15 -65
  51. package/jqwidgets/modules/jqxmenu.js +27 -77
  52. package/jqwidgets/modules/jqxnavbar.js +23 -73
  53. package/jqwidgets/modules/jqxnavigationbar.js +31 -81
  54. package/jqwidgets/modules/jqxnotification.js +23 -73
  55. package/jqwidgets/modules/jqxnumberinput.js +29 -79
  56. package/jqwidgets/modules/jqxpanel.js +21 -71
  57. package/jqwidgets/modules/jqxpasswordinput.js +23 -73
  58. package/jqwidgets/modules/jqxpivotdesigner.js +53 -103
  59. package/jqwidgets/modules/jqxpivotgrid.js +53 -103
  60. package/jqwidgets/modules/jqxpopover.js +17 -67
  61. package/jqwidgets/modules/jqxprogressbar.js +15 -65
  62. package/jqwidgets/modules/jqxqrcode.js +23 -73
  63. package/jqwidgets/modules/jqxradiobutongroup.js +19 -69
  64. package/jqwidgets/modules/jqxradiobutton.js +17 -67
  65. package/jqwidgets/modules/jqxrangeselector.js +19 -69
  66. package/jqwidgets/modules/jqxrating.js +17 -67
  67. package/jqwidgets/modules/jqxrepeatbutton.js +15 -65
  68. package/jqwidgets/modules/jqxresponsivepanel.js +17 -67
  69. package/jqwidgets/modules/jqxribbon.js +19 -69
  70. package/jqwidgets/modules/jqxscheduler.js +55 -105
  71. package/jqwidgets/modules/jqxscrollbar.js +17 -67
  72. package/jqwidgets/modules/jqxscrollview.js +17 -67
  73. package/jqwidgets/modules/jqxslider.js +17 -57
  74. package/jqwidgets/modules/jqxsortable.js +14114 -8
  75. package/jqwidgets/modules/jqxsplitlayout.js +11479 -8
  76. package/jqwidgets/modules/jqxsplitter.js +13463 -8
  77. package/jqwidgets/modules/jqxswitchbutton.js +21 -61
  78. package/jqwidgets/modules/jqxtabs.js +29 -69
  79. package/jqwidgets/modules/jqxtagcloud.js +23 -63
  80. package/jqwidgets/modules/jqxtextarea.js +23 -63
  81. package/jqwidgets/modules/jqxtimeline.js +15 -55
  82. package/jqwidgets/modules/jqxtimepicker.js +17 -57
  83. package/jqwidgets/modules/jqxtogglebutton.js +15 -55
  84. package/jqwidgets/modules/jqxtoolbar.js +47 -87
  85. package/jqwidgets/modules/jqxtooltip.js +15 -55
  86. package/jqwidgets/modules/jqxtree.js +27 -67
  87. package/jqwidgets/modules/jqxtreegrid.js +47 -87
  88. package/jqwidgets/modules/jqxtreemap.js +19 -59
  89. package/jqwidgets/modules/jqxvalidator.js +21 -61
  90. package/jqwidgets/modules/jqxwindow.js +17 -57
  91. package/package.json +1 -1
@@ -1,37 +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
2
+ /* Release Date: May-26-2025
35
3
  Copyright (c) 2011-2025 jQWidgets.
36
4
  License: https://jqwidgets.com/license/ */
37
5
 
@@ -1226,7 +1194,7 @@ License: https://jqwidgets.com/license/ */
1226
1194
  /***/ }),
1227
1195
 
1228
1196
  /***/ 5459:
1229
- /***/ ((module, exports, __nested_webpack_require_52085__) => {
1197
+ /***/ ((module, exports, __webpack_require__) => {
1230
1198
 
1231
1199
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
1232
1200
  /* eslint-disable */
@@ -9406,7 +9374,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9406
9374
  // file names, and JQXLite is normally delivered in a lowercase file name.
9407
9375
  // Do this after creating the global so that if an AMD module wants to call
9408
9376
  // noConflict to hide this version of JQXLite, it will work.
9409
- if ( true && __nested_webpack_require_52085__.amdO.JQXLite) {
9377
+ if ( true && __webpack_require__.amdO.JQXLite) {
9410
9378
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
9411
9379
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
9412
9380
  }
@@ -15716,7 +15684,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15716
15684
  /******/ var __webpack_module_cache__ = {};
15717
15685
  /******/
15718
15686
  /******/ // The require function
15719
- /******/ function __nested_webpack_require_555579__(moduleId) {
15687
+ /******/ function __webpack_require__(moduleId) {
15720
15688
  /******/ // Check if module is in cache
15721
15689
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
15722
15690
  /******/ if (cachedModule !== undefined) {
@@ -15730,7 +15698,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15730
15698
  /******/ };
15731
15699
  /******/
15732
15700
  /******/ // Execute the module function
15733
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_555579__);
15701
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
15734
15702
  /******/
15735
15703
  /******/ // Return the exports of the module
15736
15704
  /******/ return module.exports;
@@ -15739,17 +15707,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15739
15707
  /************************************************************************/
15740
15708
  /******/ /* webpack/runtime/amd options */
15741
15709
  /******/ (() => {
15742
- /******/ __nested_webpack_require_555579__.amdO = {};
15710
+ /******/ __webpack_require__.amdO = {};
15743
15711
  /******/ })();
15744
15712
  /******/
15745
15713
  /******/ /* webpack/runtime/compat get default export */
15746
15714
  /******/ (() => {
15747
15715
  /******/ // getDefaultExport function for compatibility with non-harmony modules
15748
- /******/ __nested_webpack_require_555579__.n = (module) => {
15716
+ /******/ __webpack_require__.n = (module) => {
15749
15717
  /******/ var getter = module && module.__esModule ?
15750
15718
  /******/ () => (module['default']) :
15751
15719
  /******/ () => (module);
15752
- /******/ __nested_webpack_require_555579__.d(getter, { a: getter });
15720
+ /******/ __webpack_require__.d(getter, { a: getter });
15753
15721
  /******/ return getter;
15754
15722
  /******/ };
15755
15723
  /******/ })();
@@ -15757,9 +15725,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15757
15725
  /******/ /* webpack/runtime/define property getters */
15758
15726
  /******/ (() => {
15759
15727
  /******/ // define getter functions for harmony exports
15760
- /******/ __nested_webpack_require_555579__.d = (exports, definition) => {
15728
+ /******/ __webpack_require__.d = (exports, definition) => {
15761
15729
  /******/ for(var key in definition) {
15762
- /******/ if(__nested_webpack_require_555579__.o(definition, key) && !__nested_webpack_require_555579__.o(exports, key)) {
15730
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
15763
15731
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
15764
15732
  /******/ }
15765
15733
  /******/ }
@@ -15768,7 +15736,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
15768
15736
  /******/
15769
15737
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
15770
15738
  /******/ (() => {
15771
- /******/ __nested_webpack_require_555579__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
15739
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
15772
15740
  /******/ })();
15773
15741
  /******/
15774
15742
  /************************************************************************/
@@ -15776,24 +15744,16 @@ var __webpack_exports__ = {};
15776
15744
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
15777
15745
  (() => {
15778
15746
  "use strict";
15779
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_555579__(5459);
15780
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_555579__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
15781
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_555579__(7351);
15782
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_555579__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
15783
- /* harmony import */ var _jqxslider__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_555579__(7634);
15784
- /* harmony import */ var _jqxslider__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_555579__.n(_jqxslider__WEBPACK_IMPORTED_MODULE_2__);
15747
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
15748
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
15749
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
15750
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
15751
+ /* harmony import */ var _jqxslider__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7634);
15752
+ /* harmony import */ var _jqxslider__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxslider__WEBPACK_IMPORTED_MODULE_2__);
15785
15753
 
15786
15754
 
15787
15755
 
15788
15756
  })();
15789
15757
 
15790
- /******/ })()
15791
- ;
15792
- /******/ })()
15793
- ;
15794
- /******/ })()
15795
- ;
15796
- /******/ })()
15797
- ;
15798
15758
  /******/ })()
15799
15759
  ;