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;
@@ -44919,7 +44887,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
44919
44887
  /******/ var __webpack_module_cache__ = {};
44920
44888
  /******/
44921
44889
  /******/ // The require function
44922
- /******/ function __nested_webpack_require_1786041__(moduleId) {
44890
+ /******/ function __webpack_require__(moduleId) {
44923
44891
  /******/ // Check if module is in cache
44924
44892
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
44925
44893
  /******/ if (cachedModule !== undefined) {
@@ -44933,7 +44901,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
44933
44901
  /******/ };
44934
44902
  /******/
44935
44903
  /******/ // Execute the module function
44936
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1786041__);
44904
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
44937
44905
  /******/
44938
44906
  /******/ // Return the exports of the module
44939
44907
  /******/ return module.exports;
@@ -44942,17 +44910,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
44942
44910
  /************************************************************************/
44943
44911
  /******/ /* webpack/runtime/amd options */
44944
44912
  /******/ (() => {
44945
- /******/ __nested_webpack_require_1786041__.amdO = {};
44913
+ /******/ __webpack_require__.amdO = {};
44946
44914
  /******/ })();
44947
44915
  /******/
44948
44916
  /******/ /* webpack/runtime/compat get default export */
44949
44917
  /******/ (() => {
44950
44918
  /******/ // getDefaultExport function for compatibility with non-harmony modules
44951
- /******/ __nested_webpack_require_1786041__.n = (module) => {
44919
+ /******/ __webpack_require__.n = (module) => {
44952
44920
  /******/ var getter = module && module.__esModule ?
44953
44921
  /******/ () => (module['default']) :
44954
44922
  /******/ () => (module);
44955
- /******/ __nested_webpack_require_1786041__.d(getter, { a: getter });
44923
+ /******/ __webpack_require__.d(getter, { a: getter });
44956
44924
  /******/ return getter;
44957
44925
  /******/ };
44958
44926
  /******/ })();
@@ -44960,9 +44928,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
44960
44928
  /******/ /* webpack/runtime/define property getters */
44961
44929
  /******/ (() => {
44962
44930
  /******/ // define getter functions for harmony exports
44963
- /******/ __nested_webpack_require_1786041__.d = (exports, definition) => {
44931
+ /******/ __webpack_require__.d = (exports, definition) => {
44964
44932
  /******/ for(var key in definition) {
44965
- /******/ if(__nested_webpack_require_1786041__.o(definition, key) && !__nested_webpack_require_1786041__.o(exports, key)) {
44933
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
44966
44934
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
44967
44935
  /******/ }
44968
44936
  /******/ }
@@ -44971,7 +44939,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
44971
44939
  /******/
44972
44940
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
44973
44941
  /******/ (() => {
44974
- /******/ __nested_webpack_require_1786041__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
44942
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
44975
44943
  /******/ })();
44976
44944
  /******/
44977
44945
  /************************************************************************/
@@ -44979,32 +44947,32 @@ var __webpack_exports__ = {};
44979
44947
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
44980
44948
  (() => {
44981
44949
  "use strict";
44982
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1786041__(5459);
44983
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
44984
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1786041__(7351);
44985
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
44986
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1786041__(7196);
44987
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
44988
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1786041__(4240);
44989
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
44990
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1786041__(1610);
44991
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
44992
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1786041__(1062);
44993
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_5__);
44994
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1786041__(5868);
44995
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__);
44996
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1786041__(4720);
44997
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_7__);
44998
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_1786041__(7995);
44999
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__);
45000
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_1786041__(4545);
45001
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__);
45002
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_1786041__(2497);
45003
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_10__);
45004
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_1786041__(5725);
45005
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_11__);
45006
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_1786041__(4993);
45007
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_12__);
44950
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
44951
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
44952
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
44953
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
44954
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
44955
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
44956
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
44957
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
44958
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1610);
44959
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
44960
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1062);
44961
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_5__);
44962
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(5868);
44963
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__);
44964
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(4720);
44965
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_7__);
44966
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(7995);
44967
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__);
44968
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(4545);
44969
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__);
44970
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(2497);
44971
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_10__);
44972
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(5725);
44973
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_11__);
44974
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4993);
44975
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_12__);
45008
44976
 
45009
44977
 
45010
44978
 
@@ -45020,9 +44988,5 @@ var __webpack_exports__ = {};
45020
44988
 
45021
44989
  })();
45022
44990
 
45023
- /******/ })()
45024
- ;
45025
- /******/ })()
45026
- ;
45027
44991
  /******/ })()
45028
44992
  ;
@@ -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
 
@@ -12774,15 +12758,15 @@ document.Globalize = Globalize;
12774
12758
  /***/ }),
12775
12759
 
12776
12760
  /***/ 5459:
12777
- /***/ ((module, exports, __nested_webpack_require_536060__) => {
12761
+ /***/ ((module, exports, __webpack_require__) => {
12778
12762
 
12779
12763
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
12780
12764
  /* eslint-disable */
12781
- (function () {
12782
- if (typeof document === 'undefined') {
12765
+ (function(){
12766
+ if (typeof document === 'undefined') {
12783
12767
  return;
12784
12768
  }
12785
-
12769
+
12786
12770
  var oldBrowser = document.all && !document.addEventListener;
12787
12771
  if (!oldBrowser) {
12788
12772
  (function (window, undefined) {
@@ -20954,7 +20938,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20954
20938
  // file names, and JQXLite is normally delivered in a lowercase file name.
20955
20939
  // Do this after creating the global so that if an AMD module wants to call
20956
20940
  // noConflict to hide this version of JQXLite, it will work.
20957
- if ( true && __nested_webpack_require_536060__.amdO.JQXLite) {
20941
+ if ( true && __webpack_require__.amdO.JQXLite) {
20958
20942
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
20959
20943
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
20960
20944
  }
@@ -20975,19 +20959,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20975
20959
  }
20976
20960
 
20977
20961
  if (window.jQuery) {
20978
- if (window.jQuery.fn.extend) {
20979
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
20980
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
20981
-
20982
- var keys = Object.keys(window.JQXLite.fn);
20983
- for (var index in keys) {
20984
- var key = keys[index];
20985
- if (window.jQuery.fn[key] == undefined) {
20986
- window.jQuery.fn[key] = window.JQXLite.fn[key];
20987
- }
20988
- }
20989
- }
20990
-
20991
20962
  window.minQuery = window.JQXLite = window.jQuery;
20992
20963
  return;
20993
20964
  }
@@ -22609,7 +22580,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
22609
22580
  if (!$(element).on || !$.access) {
22610
22581
  return $(element).html(value);
22611
22582
  }
22612
- try {
22583
+ try {
22613
22584
  return $.access(element, function (value) {
22614
22585
  var elem = element[0] || {},
22615
22586
  i = 0,
@@ -23102,12 +23073,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
23102
23073
  returnValue = returnValue + $(window).scrollTop();
23103
23074
  }
23104
23075
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
23105
- return returnValue;
23106
- // return returnValue + $(window).scrollTop();
23076
+ return returnValue;
23077
+ // return returnValue + $(window).scrollTop();
23107
23078
  }
23108
23079
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
23109
23080
  return returnValue;
23110
- // return returnValue + $(window).scrollTop();
23081
+ // return returnValue + $(window).scrollTop();
23111
23082
  }
23112
23083
 
23113
23084
  return initialOffset.top;
@@ -23803,9 +23774,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
23803
23774
  }
23804
23775
  });
23805
23776
 
23806
- if (!$.easing) {
23807
- $.easing = {};
23808
- }
23809
23777
  $.extend($.easing, {
23810
23778
  easeOutBack: function (x, t, b, c, d, s) {
23811
23779
  if (s == undefined) s = 1.70158;
@@ -61651,7 +61619,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
61651
61619
  /******/ var __webpack_module_cache__ = {};
61652
61620
  /******/
61653
61621
  /******/ // The require function
61654
- /******/ function __nested_webpack_require_2580572__(moduleId) {
61622
+ /******/ function __webpack_require__(moduleId) {
61655
61623
  /******/ // Check if module is in cache
61656
61624
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
61657
61625
  /******/ if (cachedModule !== undefined) {
@@ -61665,7 +61633,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
61665
61633
  /******/ };
61666
61634
  /******/
61667
61635
  /******/ // Execute the module function
61668
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2580572__);
61636
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
61669
61637
  /******/
61670
61638
  /******/ // Return the exports of the module
61671
61639
  /******/ return module.exports;
@@ -61674,17 +61642,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
61674
61642
  /************************************************************************/
61675
61643
  /******/ /* webpack/runtime/amd options */
61676
61644
  /******/ (() => {
61677
- /******/ __nested_webpack_require_2580572__.amdO = {};
61645
+ /******/ __webpack_require__.amdO = {};
61678
61646
  /******/ })();
61679
61647
  /******/
61680
61648
  /******/ /* webpack/runtime/compat get default export */
61681
61649
  /******/ (() => {
61682
61650
  /******/ // getDefaultExport function for compatibility with non-harmony modules
61683
- /******/ __nested_webpack_require_2580572__.n = (module) => {
61651
+ /******/ __webpack_require__.n = (module) => {
61684
61652
  /******/ var getter = module && module.__esModule ?
61685
61653
  /******/ () => (module['default']) :
61686
61654
  /******/ () => (module);
61687
- /******/ __nested_webpack_require_2580572__.d(getter, { a: getter });
61655
+ /******/ __webpack_require__.d(getter, { a: getter });
61688
61656
  /******/ return getter;
61689
61657
  /******/ };
61690
61658
  /******/ })();
@@ -61692,9 +61660,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
61692
61660
  /******/ /* webpack/runtime/define property getters */
61693
61661
  /******/ (() => {
61694
61662
  /******/ // define getter functions for harmony exports
61695
- /******/ __nested_webpack_require_2580572__.d = (exports, definition) => {
61663
+ /******/ __webpack_require__.d = (exports, definition) => {
61696
61664
  /******/ for(var key in definition) {
61697
- /******/ if(__nested_webpack_require_2580572__.o(definition, key) && !__nested_webpack_require_2580572__.o(exports, key)) {
61665
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
61698
61666
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
61699
61667
  /******/ }
61700
61668
  /******/ }
@@ -61703,7 +61671,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
61703
61671
  /******/
61704
61672
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
61705
61673
  /******/ (() => {
61706
- /******/ __nested_webpack_require_2580572__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
61674
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
61707
61675
  /******/ })();
61708
61676
  /******/
61709
61677
  /************************************************************************/
@@ -61711,44 +61679,44 @@ var __webpack_exports__ = {};
61711
61679
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
61712
61680
  (() => {
61713
61681
  "use strict";
61714
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2580572__(5459);
61715
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
61716
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2580572__(4198);
61717
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
61718
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2580572__(7351);
61719
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
61720
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2580572__(7196);
61721
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__);
61722
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2580572__(4240);
61723
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__);
61724
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2580572__(1610);
61725
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
61726
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2580572__(1062);
61727
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_6__);
61728
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2580572__(5868);
61729
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_7__);
61730
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2580572__(4720);
61731
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_8__);
61732
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2580572__(7995);
61733
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_9__);
61734
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2580572__(4545);
61735
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_10__);
61736
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2580572__(2497);
61737
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_11__);
61738
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2580572__(5725);
61739
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_12__);
61740
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2580572__(4993);
61741
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__);
61742
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2580572__(7762);
61743
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_14__);
61744
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2580572__(3899);
61745
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_15__);
61746
- /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2580572__(3960);
61747
- /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxcolorpicker__WEBPACK_IMPORTED_MODULE_16__);
61748
- /* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_2580572__(5905);
61749
- /* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_17__);
61750
- /* harmony import */ var _jqxeditor__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_2580572__(3440);
61751
- /* harmony import */ var _jqxeditor__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxeditor__WEBPACK_IMPORTED_MODULE_18__);
61682
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
61683
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
61684
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
61685
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
61686
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7351);
61687
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
61688
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(7196);
61689
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__);
61690
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(4240);
61691
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__);
61692
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1610);
61693
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
61694
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(1062);
61695
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_6__);
61696
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(5868);
61697
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_7__);
61698
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(4720);
61699
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_8__);
61700
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(7995);
61701
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_9__);
61702
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4545);
61703
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_10__);
61704
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(2497);
61705
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_11__);
61706
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(5725);
61707
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_12__);
61708
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(4993);
61709
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__);
61710
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(7762);
61711
+ /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_14__);
61712
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(3899);
61713
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_15__);
61714
+ /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(3960);
61715
+ /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxcolorpicker__WEBPACK_IMPORTED_MODULE_16__);
61716
+ /* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(5905);
61717
+ /* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_17__);
61718
+ /* harmony import */ var _jqxeditor__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(3440);
61719
+ /* harmony import */ var _jqxeditor__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxeditor__WEBPACK_IMPORTED_MODULE_18__);
61752
61720
 
61753
61721
 
61754
61722
 
@@ -61771,9 +61739,5 @@ var __webpack_exports__ = {};
61771
61739
 
61772
61740
  })();
61773
61741
 
61774
- /******/ })()
61775
- ;
61776
- /******/ })()
61777
- ;
61778
61742
  /******/ })()
61779
61743
  ;