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
 
@@ -11452,15 +11436,15 @@ document.Globalize = Globalize;
11452
11436
  /***/ }),
11453
11437
 
11454
11438
  /***/ 5459:
11455
- /***/ ((module, exports, __nested_webpack_require_484139__) => {
11439
+ /***/ ((module, exports, __webpack_require__) => {
11456
11440
 
11457
11441
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
11458
11442
  /* eslint-disable */
11459
- (function () {
11460
- if (typeof document === 'undefined') {
11443
+ (function(){
11444
+ if (typeof document === 'undefined') {
11461
11445
  return;
11462
11446
  }
11463
-
11447
+
11464
11448
  var oldBrowser = document.all && !document.addEventListener;
11465
11449
  if (!oldBrowser) {
11466
11450
  (function (window, undefined) {
@@ -19632,7 +19616,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19632
19616
  // file names, and JQXLite is normally delivered in a lowercase file name.
19633
19617
  // Do this after creating the global so that if an AMD module wants to call
19634
19618
  // noConflict to hide this version of JQXLite, it will work.
19635
- if ( true && __nested_webpack_require_484139__.amdO.JQXLite) {
19619
+ if ( true && __webpack_require__.amdO.JQXLite) {
19636
19620
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
19637
19621
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
19638
19622
  }
@@ -19653,19 +19637,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19653
19637
  }
19654
19638
 
19655
19639
  if (window.jQuery) {
19656
- if (window.jQuery.fn.extend) {
19657
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
19658
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
19659
-
19660
- var keys = Object.keys(window.JQXLite.fn);
19661
- for (var index in keys) {
19662
- var key = keys[index];
19663
- if (window.jQuery.fn[key] == undefined) {
19664
- window.jQuery.fn[key] = window.JQXLite.fn[key];
19665
- }
19666
- }
19667
- }
19668
-
19669
19640
  window.minQuery = window.JQXLite = window.jQuery;
19670
19641
  return;
19671
19642
  }
@@ -21287,7 +21258,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
21287
21258
  if (!$(element).on || !$.access) {
21288
21259
  return $(element).html(value);
21289
21260
  }
21290
- try {
21261
+ try {
21291
21262
  return $.access(element, function (value) {
21292
21263
  var elem = element[0] || {},
21293
21264
  i = 0,
@@ -21780,12 +21751,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
21780
21751
  returnValue = returnValue + $(window).scrollTop();
21781
21752
  }
21782
21753
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
21783
- return returnValue;
21784
- // return returnValue + $(window).scrollTop();
21754
+ return returnValue;
21755
+ // return returnValue + $(window).scrollTop();
21785
21756
  }
21786
21757
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
21787
21758
  return returnValue;
21788
- // return returnValue + $(window).scrollTop();
21759
+ // return returnValue + $(window).scrollTop();
21789
21760
  }
21790
21761
 
21791
21762
  return initialOffset.top;
@@ -22481,9 +22452,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
22481
22452
  }
22482
22453
  });
22483
22454
 
22484
- if (!$.easing) {
22485
- $.easing = {};
22486
- }
22487
22455
  $.extend($.easing, {
22488
22456
  easeOutBack: function (x, t, b, c, d, s) {
22489
22457
  if (s == undefined) s = 1.70158;
@@ -44622,7 +44590,7 @@ var saveAs = window.jqxSaveAs = saveAs
44622
44590
  let output = null;
44623
44591
  switch (format) {
44624
44592
  case 'csv':
44625
- output = that.exportToCSVAndTSV(data, { delimiter: ', ', MIME: 'text/csv', toRemove: 2 }, fileName);
44593
+ output = that.exportToCSVAndTSV(data, { delimiter: ', ', MIME: 'text/csv;charset=utf-8;', toRemove: 2 }, fileName);
44626
44594
  break;
44627
44595
  case 'html':
44628
44596
  output = that.exportToHTML(data, fileName);
@@ -44690,7 +44658,10 @@ var saveAs = window.jqxSaveAs = saveAs
44690
44658
  if (!fileName) {
44691
44659
  return stringResult;
44692
44660
  }
44693
- return this.downloadFile(stringResult, formatOptions.MIME, fileName);
44661
+
44662
+ const bom = '\uFEFF';
44663
+ const csvContent = bom + stringResult;
44664
+ return this.downloadFile(csvContent, formatOptions.MIME, fileName);
44694
44665
  }
44695
44666
 
44696
44667
  /**
@@ -48010,7 +47981,7 @@ var saveAs = window.jqxSaveAs = saveAs
48010
47981
  case 'D':
48011
47982
  case 'd':
48012
47983
  if (precision) {
48013
- return ('0').repeat(precision);
47984
+ return '\#,0' + precisionCode;
48014
47985
  }
48015
47986
 
48016
47987
  return '0';
@@ -73573,7 +73544,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73573
73544
  /******/ var __webpack_module_cache__ = {};
73574
73545
  /******/
73575
73546
  /******/ // The require function
73576
- /******/ function __nested_webpack_require_3030607__(moduleId) {
73547
+ /******/ function __webpack_require__(moduleId) {
73577
73548
  /******/ // Check if module is in cache
73578
73549
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
73579
73550
  /******/ if (cachedModule !== undefined) {
@@ -73587,7 +73558,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73587
73558
  /******/ };
73588
73559
  /******/
73589
73560
  /******/ // Execute the module function
73590
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3030607__);
73561
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
73591
73562
  /******/
73592
73563
  /******/ // Return the exports of the module
73593
73564
  /******/ return module.exports;
@@ -73596,17 +73567,17 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73596
73567
  /************************************************************************/
73597
73568
  /******/ /* webpack/runtime/amd options */
73598
73569
  /******/ (() => {
73599
- /******/ __nested_webpack_require_3030607__.amdO = {};
73570
+ /******/ __webpack_require__.amdO = {};
73600
73571
  /******/ })();
73601
73572
  /******/
73602
73573
  /******/ /* webpack/runtime/compat get default export */
73603
73574
  /******/ (() => {
73604
73575
  /******/ // getDefaultExport function for compatibility with non-harmony modules
73605
- /******/ __nested_webpack_require_3030607__.n = (module) => {
73576
+ /******/ __webpack_require__.n = (module) => {
73606
73577
  /******/ var getter = module && module.__esModule ?
73607
73578
  /******/ () => (module['default']) :
73608
73579
  /******/ () => (module);
73609
- /******/ __nested_webpack_require_3030607__.d(getter, { a: getter });
73580
+ /******/ __webpack_require__.d(getter, { a: getter });
73610
73581
  /******/ return getter;
73611
73582
  /******/ };
73612
73583
  /******/ })();
@@ -73614,9 +73585,9 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73614
73585
  /******/ /* webpack/runtime/define property getters */
73615
73586
  /******/ (() => {
73616
73587
  /******/ // define getter functions for harmony exports
73617
- /******/ __nested_webpack_require_3030607__.d = (exports, definition) => {
73588
+ /******/ __webpack_require__.d = (exports, definition) => {
73618
73589
  /******/ for(var key in definition) {
73619
- /******/ if(__nested_webpack_require_3030607__.o(definition, key) && !__nested_webpack_require_3030607__.o(exports, key)) {
73590
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
73620
73591
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
73621
73592
  /******/ }
73622
73593
  /******/ }
@@ -73625,7 +73596,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
73625
73596
  /******/
73626
73597
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
73627
73598
  /******/ (() => {
73628
- /******/ __nested_webpack_require_3030607__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
73599
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
73629
73600
  /******/ })();
73630
73601
  /******/
73631
73602
  /************************************************************************/
@@ -73633,48 +73604,48 @@ var __webpack_exports__ = {};
73633
73604
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
73634
73605
  (() => {
73635
73606
  "use strict";
73636
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3030607__(5459);
73637
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
73638
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3030607__(4198);
73639
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
73640
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3030607__(3907);
73641
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
73642
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3030607__(714);
73643
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
73644
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3030607__(7351);
73645
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
73646
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3030607__(7196);
73647
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
73648
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3030607__(4240);
73649
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
73650
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3030607__(1610);
73651
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
73652
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3030607__(1062);
73653
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
73654
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3030607__(5868);
73655
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
73656
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3030607__(4720);
73657
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
73658
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3030607__(7995);
73659
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
73660
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3030607__(4545);
73661
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
73662
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3030607__(2497);
73663
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
73664
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3030607__(5725);
73665
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
73666
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3030607__(4993);
73667
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
73668
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3030607__(7762);
73669
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
73670
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3030607__(3601);
73671
- /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
73672
- /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_3030607__(2853);
73673
- /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
73674
- /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __nested_webpack_require_3030607__(1898);
73675
- /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
73676
- /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __nested_webpack_require_3030607__(7323);
73677
- /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
73607
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
73608
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
73609
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
73610
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
73611
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
73612
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
73613
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
73614
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
73615
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
73616
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
73617
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
73618
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
73619
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
73620
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
73621
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
73622
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
73623
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
73624
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
73625
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
73626
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
73627
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
73628
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
73629
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
73630
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
73631
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
73632
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
73633
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
73634
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
73635
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
73636
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
73637
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
73638
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
73639
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(7762);
73640
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
73641
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(3601);
73642
+ /* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
73643
+ /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(2853);
73644
+ /* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
73645
+ /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(1898);
73646
+ /* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
73647
+ /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(7323);
73648
+ /* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
73678
73649
 
73679
73650
 
73680
73651
 
@@ -73698,9 +73669,5 @@ var __webpack_exports__ = {};
73698
73669
 
73699
73670
  })();
73700
73671
 
73701
- /******/ })()
73702
- ;
73703
- /******/ })()
73704
- ;
73705
73672
  /******/ })()
73706
73673
  ;
@@ -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;
@@ -12984,7 +12952,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12984
12952
  /******/ var __webpack_module_cache__ = {};
12985
12953
  /******/
12986
12954
  /******/ // The require function
12987
- /******/ function __nested_webpack_require_416214__(moduleId) {
12955
+ /******/ function __webpack_require__(moduleId) {
12988
12956
  /******/ // Check if module is in cache
12989
12957
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12990
12958
  /******/ if (cachedModule !== undefined) {
@@ -12998,7 +12966,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12998
12966
  /******/ };
12999
12967
  /******/
13000
12968
  /******/ // Execute the module function
13001
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_416214__);
12969
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
13002
12970
  /******/
13003
12971
  /******/ // Return the exports of the module
13004
12972
  /******/ return module.exports;
@@ -13007,17 +12975,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13007
12975
  /************************************************************************/
13008
12976
  /******/ /* webpack/runtime/amd options */
13009
12977
  /******/ (() => {
13010
- /******/ __nested_webpack_require_416214__.amdO = {};
12978
+ /******/ __webpack_require__.amdO = {};
13011
12979
  /******/ })();
13012
12980
  /******/
13013
12981
  /******/ /* webpack/runtime/compat get default export */
13014
12982
  /******/ (() => {
13015
12983
  /******/ // getDefaultExport function for compatibility with non-harmony modules
13016
- /******/ __nested_webpack_require_416214__.n = (module) => {
12984
+ /******/ __webpack_require__.n = (module) => {
13017
12985
  /******/ var getter = module && module.__esModule ?
13018
12986
  /******/ () => (module['default']) :
13019
12987
  /******/ () => (module);
13020
- /******/ __nested_webpack_require_416214__.d(getter, { a: getter });
12988
+ /******/ __webpack_require__.d(getter, { a: getter });
13021
12989
  /******/ return getter;
13022
12990
  /******/ };
13023
12991
  /******/ })();
@@ -13025,9 +12993,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13025
12993
  /******/ /* webpack/runtime/define property getters */
13026
12994
  /******/ (() => {
13027
12995
  /******/ // define getter functions for harmony exports
13028
- /******/ __nested_webpack_require_416214__.d = (exports, definition) => {
12996
+ /******/ __webpack_require__.d = (exports, definition) => {
13029
12997
  /******/ for(var key in definition) {
13030
- /******/ if(__nested_webpack_require_416214__.o(definition, key) && !__nested_webpack_require_416214__.o(exports, key)) {
12998
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13031
12999
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
13032
13000
  /******/ }
13033
13001
  /******/ }
@@ -13036,7 +13004,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13036
13004
  /******/
13037
13005
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
13038
13006
  /******/ (() => {
13039
- /******/ __nested_webpack_require_416214__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13007
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13040
13008
  /******/ })();
13041
13009
  /******/
13042
13010
  /************************************************************************/
@@ -13044,20 +13012,16 @@ var __webpack_exports__ = {};
13044
13012
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
13045
13013
  (() => {
13046
13014
  "use strict";
13047
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_416214__(5459);
13048
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_416214__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13049
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_416214__(7351);
13050
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_416214__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13051
- /* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_416214__(5687);
13052
- /* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_416214__.n(_jqxpopover__WEBPACK_IMPORTED_MODULE_2__);
13015
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
13016
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13017
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
13018
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13019
+ /* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5687);
13020
+ /* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxpopover__WEBPACK_IMPORTED_MODULE_2__);
13053
13021
 
13054
13022
 
13055
13023
 
13056
13024
  })();
13057
13025
 
13058
- /******/ })()
13059
- ;
13060
- /******/ })()
13061
- ;
13062
13026
  /******/ })()
13063
13027
  ;