jqwidgets-ng 22.0.1 → 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 -50
  2. package/jqwidgets/jqxbarcode.js +0 -12
  3. package/jqwidgets/jqxcheckboxgroup.js +0 -12
  4. package/jqwidgets/jqxcore.js +1 -1
  5. package/jqwidgets/jqxexport.js +6 -3
  6. package/jqwidgets/jqxqrcode.js +0 -12
  7. package/jqwidgets/jqxradiobuttongroup.js +0 -12
  8. package/jqwidgets/jqxsplitlayout.js +2456 -1
  9. package/jqwidgets/modules/jqxbarcode.js +23 -49
  10. package/jqwidgets/modules/jqxbargauge.js +25 -51
  11. package/jqwidgets/modules/jqxbulletchart.js +27 -53
  12. package/jqwidgets/modules/jqxbuttongroup.js +25 -51
  13. package/jqwidgets/modules/jqxbuttons.js +23 -49
  14. package/jqwidgets/modules/jqxcalendar.js +29 -55
  15. package/jqwidgets/modules/jqxchart.js +37 -63
  16. package/jqwidgets/modules/jqxcheckbox.js +27 -53
  17. package/jqwidgets/modules/jqxcheckboxgroup.js +27 -53
  18. package/jqwidgets/modules/jqxcolorpicker.js +29 -55
  19. package/jqwidgets/modules/jqxcombobox.js +33 -59
  20. package/jqwidgets/modules/jqxcomplexinput.js +25 -51
  21. package/jqwidgets/modules/jqxdatatable.js +59 -82
  22. package/jqwidgets/modules/jqxdatetimeinput.js +47 -73
  23. package/jqwidgets/modules/jqxdocking.js +27 -53
  24. package/jqwidgets/modules/jqxdockinglayout.js +35 -61
  25. package/jqwidgets/modules/jqxdockpanel.js +25 -51
  26. package/jqwidgets/modules/jqxdragdrop.js +27 -53
  27. package/jqwidgets/modules/jqxdraw.js +23 -49
  28. package/jqwidgets/modules/jqxdropdownbutton.js +25 -51
  29. package/jqwidgets/modules/jqxdropdownlist.js +45 -71
  30. package/jqwidgets/modules/jqxeditor.js +57 -83
  31. package/jqwidgets/modules/jqxexpander.js +37 -60
  32. package/jqwidgets/modules/jqxfileupload.js +27 -53
  33. package/jqwidgets/modules/jqxform.js +61 -84
  34. package/jqwidgets/modules/jqxformattedinput.js +53 -76
  35. package/jqwidgets/modules/jqxgantt.js +25 -51
  36. package/jqwidgets/modules/jqxgauge.js +29 -55
  37. package/jqwidgets/modules/jqxgrid.js +98 -121
  38. package/jqwidgets/modules/jqxheatmap.js +25 -51
  39. package/jqwidgets/modules/jqxinput.js +27 -53
  40. package/jqwidgets/modules/jqxkanban.js +63 -86
  41. package/jqwidgets/modules/jqxknob.js +27 -53
  42. package/jqwidgets/modules/jqxlayout.js +35 -61
  43. package/jqwidgets/modules/jqxlineargauge.js +29 -55
  44. package/jqwidgets/modules/jqxlinkbutton.js +23 -49
  45. package/jqwidgets/modules/jqxlistbox.js +37 -63
  46. package/jqwidgets/modules/jqxlistmenu.js +59 -82
  47. package/jqwidgets/modules/jqxloader.js +23 -49
  48. package/jqwidgets/modules/jqxmaskedinput.js +23 -49
  49. package/jqwidgets/modules/jqxmenu.js +41 -64
  50. package/jqwidgets/modules/jqxnavbar.js +37 -60
  51. package/jqwidgets/modules/jqxnavigationbar.js +45 -68
  52. package/jqwidgets/modules/jqxnotification.js +31 -57
  53. package/jqwidgets/modules/jqxnumberinput.js +37 -63
  54. package/jqwidgets/modules/jqxpanel.js +29 -55
  55. package/jqwidgets/modules/jqxpasswordinput.js +31 -57
  56. package/jqwidgets/modules/jqxpivotdesigner.js +67 -90
  57. package/jqwidgets/modules/jqxpivotgrid.js +67 -90
  58. package/jqwidgets/modules/jqxpopover.js +25 -51
  59. package/jqwidgets/modules/jqxprogressbar.js +23 -49
  60. package/jqwidgets/modules/jqxqrcode.js +37 -60
  61. package/jqwidgets/modules/jqxradiobutongroup.js +27 -53
  62. package/jqwidgets/modules/jqxradiobutton.js +25 -51
  63. package/jqwidgets/modules/jqxrangeselector.js +27 -53
  64. package/jqwidgets/modules/jqxrating.js +25 -51
  65. package/jqwidgets/modules/jqxrepeatbutton.js +23 -49
  66. package/jqwidgets/modules/jqxresponsivepanel.js +25 -51
  67. package/jqwidgets/modules/jqxribbon.js +27 -53
  68. package/jqwidgets/modules/jqxscheduler.js +63 -89
  69. package/jqwidgets/modules/jqxscrollbar.js +25 -51
  70. package/jqwidgets/modules/jqxscrollview.js +25 -51
  71. package/jqwidgets/modules/jqxslider.js +25 -51
  72. package/jqwidgets/modules/jqxsortable.js +25 -51
  73. package/jqwidgets/modules/jqxsplitlayout.js +23 -49
  74. package/jqwidgets/modules/jqxsplitter.js +25 -51
  75. package/jqwidgets/modules/jqxswitchbutton.js +29 -55
  76. package/jqwidgets/modules/jqxtabs.js +43 -66
  77. package/jqwidgets/modules/jqxtagcloud.js +31 -57
  78. package/jqwidgets/modules/jqxtextarea.js +31 -57
  79. package/jqwidgets/modules/jqxtimeline.js +23 -49
  80. package/jqwidgets/modules/jqxtimepicker.js +25 -51
  81. package/jqwidgets/modules/jqxtogglebutton.js +23 -49
  82. package/jqwidgets/modules/jqxtoolbar.js +61 -84
  83. package/jqwidgets/modules/jqxtooltip.js +23 -49
  84. package/jqwidgets/modules/jqxtree.js +35 -61
  85. package/jqwidgets/modules/jqxtreegrid.js +61 -84
  86. package/jqwidgets/modules/jqxtreemap.js +27 -53
  87. package/jqwidgets/modules/jqxvalidator.js +29 -55
  88. package/jqwidgets/modules/jqxwindow.js +25 -51
  89. package/package.json +1 -1
@@ -1,14 +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.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
12
4
  License: https://jqwidgets.com/license/ */
13
5
 
14
6
 
@@ -11444,15 +11436,15 @@ document.Globalize = Globalize;
11444
11436
  /***/ }),
11445
11437
 
11446
11438
  /***/ 5459:
11447
- /***/ ((module, exports, __nested_webpack_require_484139__) => {
11439
+ /***/ ((module, exports, __webpack_require__) => {
11448
11440
 
11449
11441
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
11450
11442
  /* eslint-disable */
11451
- (function () {
11452
- if (typeof document === 'undefined') {
11443
+ (function(){
11444
+ if (typeof document === 'undefined') {
11453
11445
  return;
11454
11446
  }
11455
-
11447
+
11456
11448
  var oldBrowser = document.all && !document.addEventListener;
11457
11449
  if (!oldBrowser) {
11458
11450
  (function (window, undefined) {
@@ -19624,7 +19616,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19624
19616
  // file names, and JQXLite is normally delivered in a lowercase file name.
19625
19617
  // Do this after creating the global so that if an AMD module wants to call
19626
19618
  // noConflict to hide this version of JQXLite, it will work.
19627
- if ( true && __nested_webpack_require_484139__.amdO.JQXLite) {
19619
+ if ( true && __webpack_require__.amdO.JQXLite) {
19628
19620
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
19629
19621
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
19630
19622
  }
@@ -19645,19 +19637,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19645
19637
  }
19646
19638
 
19647
19639
  if (window.jQuery) {
19648
- if (window.jQuery.fn.extend) {
19649
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
19650
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
19651
-
19652
- var keys = Object.keys(window.JQXLite.fn);
19653
- for (var index in keys) {
19654
- var key = keys[index];
19655
- if (window.jQuery.fn[key] == undefined) {
19656
- window.jQuery.fn[key] = window.JQXLite.fn[key];
19657
- }
19658
- }
19659
- }
19660
-
19661
19640
  window.minQuery = window.JQXLite = window.jQuery;
19662
19641
  return;
19663
19642
  }
@@ -21279,7 +21258,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
21279
21258
  if (!$(element).on || !$.access) {
21280
21259
  return $(element).html(value);
21281
21260
  }
21282
- try {
21261
+ try {
21283
21262
  return $.access(element, function (value) {
21284
21263
  var elem = element[0] || {},
21285
21264
  i = 0,
@@ -21772,12 +21751,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
21772
21751
  returnValue = returnValue + $(window).scrollTop();
21773
21752
  }
21774
21753
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
21775
- return returnValue;
21776
- // return returnValue + $(window).scrollTop();
21754
+ return returnValue;
21755
+ // return returnValue + $(window).scrollTop();
21777
21756
  }
21778
21757
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
21779
21758
  return returnValue;
21780
- // return returnValue + $(window).scrollTop();
21759
+ // return returnValue + $(window).scrollTop();
21781
21760
  }
21782
21761
 
21783
21762
  return initialOffset.top;
@@ -22473,9 +22452,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
22473
22452
  }
22474
22453
  });
22475
22454
 
22476
- if (!$.easing) {
22477
- $.easing = {};
22478
- }
22479
22455
  $.extend($.easing, {
22480
22456
  easeOutBack: function (x, t, b, c, d, s) {
22481
22457
  if (s == undefined) s = 1.70158;
@@ -44911,7 +44887,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
44911
44887
  /******/ var __webpack_module_cache__ = {};
44912
44888
  /******/
44913
44889
  /******/ // The require function
44914
- /******/ function __nested_webpack_require_1786041__(moduleId) {
44890
+ /******/ function __webpack_require__(moduleId) {
44915
44891
  /******/ // Check if module is in cache
44916
44892
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
44917
44893
  /******/ if (cachedModule !== undefined) {
@@ -44925,7 +44901,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
44925
44901
  /******/ };
44926
44902
  /******/
44927
44903
  /******/ // Execute the module function
44928
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1786041__);
44904
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
44929
44905
  /******/
44930
44906
  /******/ // Return the exports of the module
44931
44907
  /******/ return module.exports;
@@ -44934,17 +44910,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
44934
44910
  /************************************************************************/
44935
44911
  /******/ /* webpack/runtime/amd options */
44936
44912
  /******/ (() => {
44937
- /******/ __nested_webpack_require_1786041__.amdO = {};
44913
+ /******/ __webpack_require__.amdO = {};
44938
44914
  /******/ })();
44939
44915
  /******/
44940
44916
  /******/ /* webpack/runtime/compat get default export */
44941
44917
  /******/ (() => {
44942
44918
  /******/ // getDefaultExport function for compatibility with non-harmony modules
44943
- /******/ __nested_webpack_require_1786041__.n = (module) => {
44919
+ /******/ __webpack_require__.n = (module) => {
44944
44920
  /******/ var getter = module && module.__esModule ?
44945
44921
  /******/ () => (module['default']) :
44946
44922
  /******/ () => (module);
44947
- /******/ __nested_webpack_require_1786041__.d(getter, { a: getter });
44923
+ /******/ __webpack_require__.d(getter, { a: getter });
44948
44924
  /******/ return getter;
44949
44925
  /******/ };
44950
44926
  /******/ })();
@@ -44952,9 +44928,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
44952
44928
  /******/ /* webpack/runtime/define property getters */
44953
44929
  /******/ (() => {
44954
44930
  /******/ // define getter functions for harmony exports
44955
- /******/ __nested_webpack_require_1786041__.d = (exports, definition) => {
44931
+ /******/ __webpack_require__.d = (exports, definition) => {
44956
44932
  /******/ for(var key in definition) {
44957
- /******/ 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)) {
44958
44934
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
44959
44935
  /******/ }
44960
44936
  /******/ }
@@ -44963,7 +44939,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
44963
44939
  /******/
44964
44940
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
44965
44941
  /******/ (() => {
44966
- /******/ __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))
44967
44943
  /******/ })();
44968
44944
  /******/
44969
44945
  /************************************************************************/
@@ -44971,32 +44947,32 @@ var __webpack_exports__ = {};
44971
44947
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
44972
44948
  (() => {
44973
44949
  "use strict";
44974
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1786041__(5459);
44975
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
44976
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1786041__(7351);
44977
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
44978
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1786041__(7196);
44979
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
44980
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1786041__(4240);
44981
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
44982
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1786041__(1610);
44983
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
44984
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1786041__(1062);
44985
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_5__);
44986
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1786041__(5868);
44987
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__);
44988
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1786041__(4720);
44989
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_7__);
44990
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_1786041__(7995);
44991
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__);
44992
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_1786041__(4545);
44993
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__);
44994
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_1786041__(2497);
44995
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_10__);
44996
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_1786041__(5725);
44997
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_1786041__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_11__);
44998
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_1786041__(4993);
44999
- /* 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__);
45000
44976
 
45001
44977
 
45002
44978
 
@@ -45012,7 +44988,5 @@ var __webpack_exports__ = {};
45012
44988
 
45013
44989
  })();
45014
44990
 
45015
- /******/ })()
45016
- ;
45017
44991
  /******/ })()
45018
44992
  ;
@@ -1,14 +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.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
12
4
  License: https://jqwidgets.com/license/ */
13
5
 
14
6
 
@@ -12766,15 +12758,15 @@ document.Globalize = Globalize;
12766
12758
  /***/ }),
12767
12759
 
12768
12760
  /***/ 5459:
12769
- /***/ ((module, exports, __nested_webpack_require_536060__) => {
12761
+ /***/ ((module, exports, __webpack_require__) => {
12770
12762
 
12771
12763
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
12772
12764
  /* eslint-disable */
12773
- (function () {
12774
- if (typeof document === 'undefined') {
12765
+ (function(){
12766
+ if (typeof document === 'undefined') {
12775
12767
  return;
12776
12768
  }
12777
-
12769
+
12778
12770
  var oldBrowser = document.all && !document.addEventListener;
12779
12771
  if (!oldBrowser) {
12780
12772
  (function (window, undefined) {
@@ -20946,7 +20938,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20946
20938
  // file names, and JQXLite is normally delivered in a lowercase file name.
20947
20939
  // Do this after creating the global so that if an AMD module wants to call
20948
20940
  // noConflict to hide this version of JQXLite, it will work.
20949
- if ( true && __nested_webpack_require_536060__.amdO.JQXLite) {
20941
+ if ( true && __webpack_require__.amdO.JQXLite) {
20950
20942
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
20951
20943
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
20952
20944
  }
@@ -20967,19 +20959,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20967
20959
  }
20968
20960
 
20969
20961
  if (window.jQuery) {
20970
- if (window.jQuery.fn.extend) {
20971
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
20972
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
20973
-
20974
- var keys = Object.keys(window.JQXLite.fn);
20975
- for (var index in keys) {
20976
- var key = keys[index];
20977
- if (window.jQuery.fn[key] == undefined) {
20978
- window.jQuery.fn[key] = window.JQXLite.fn[key];
20979
- }
20980
- }
20981
- }
20982
-
20983
20962
  window.minQuery = window.JQXLite = window.jQuery;
20984
20963
  return;
20985
20964
  }
@@ -22601,7 +22580,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
22601
22580
  if (!$(element).on || !$.access) {
22602
22581
  return $(element).html(value);
22603
22582
  }
22604
- try {
22583
+ try {
22605
22584
  return $.access(element, function (value) {
22606
22585
  var elem = element[0] || {},
22607
22586
  i = 0,
@@ -23094,12 +23073,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
23094
23073
  returnValue = returnValue + $(window).scrollTop();
23095
23074
  }
23096
23075
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
23097
- return returnValue;
23098
- // return returnValue + $(window).scrollTop();
23076
+ return returnValue;
23077
+ // return returnValue + $(window).scrollTop();
23099
23078
  }
23100
23079
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
23101
23080
  return returnValue;
23102
- // return returnValue + $(window).scrollTop();
23081
+ // return returnValue + $(window).scrollTop();
23103
23082
  }
23104
23083
 
23105
23084
  return initialOffset.top;
@@ -23795,9 +23774,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
23795
23774
  }
23796
23775
  });
23797
23776
 
23798
- if (!$.easing) {
23799
- $.easing = {};
23800
- }
23801
23777
  $.extend($.easing, {
23802
23778
  easeOutBack: function (x, t, b, c, d, s) {
23803
23779
  if (s == undefined) s = 1.70158;
@@ -61643,7 +61619,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
61643
61619
  /******/ var __webpack_module_cache__ = {};
61644
61620
  /******/
61645
61621
  /******/ // The require function
61646
- /******/ function __nested_webpack_require_2580572__(moduleId) {
61622
+ /******/ function __webpack_require__(moduleId) {
61647
61623
  /******/ // Check if module is in cache
61648
61624
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
61649
61625
  /******/ if (cachedModule !== undefined) {
@@ -61657,7 +61633,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
61657
61633
  /******/ };
61658
61634
  /******/
61659
61635
  /******/ // Execute the module function
61660
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2580572__);
61636
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
61661
61637
  /******/
61662
61638
  /******/ // Return the exports of the module
61663
61639
  /******/ return module.exports;
@@ -61666,17 +61642,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
61666
61642
  /************************************************************************/
61667
61643
  /******/ /* webpack/runtime/amd options */
61668
61644
  /******/ (() => {
61669
- /******/ __nested_webpack_require_2580572__.amdO = {};
61645
+ /******/ __webpack_require__.amdO = {};
61670
61646
  /******/ })();
61671
61647
  /******/
61672
61648
  /******/ /* webpack/runtime/compat get default export */
61673
61649
  /******/ (() => {
61674
61650
  /******/ // getDefaultExport function for compatibility with non-harmony modules
61675
- /******/ __nested_webpack_require_2580572__.n = (module) => {
61651
+ /******/ __webpack_require__.n = (module) => {
61676
61652
  /******/ var getter = module && module.__esModule ?
61677
61653
  /******/ () => (module['default']) :
61678
61654
  /******/ () => (module);
61679
- /******/ __nested_webpack_require_2580572__.d(getter, { a: getter });
61655
+ /******/ __webpack_require__.d(getter, { a: getter });
61680
61656
  /******/ return getter;
61681
61657
  /******/ };
61682
61658
  /******/ })();
@@ -61684,9 +61660,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
61684
61660
  /******/ /* webpack/runtime/define property getters */
61685
61661
  /******/ (() => {
61686
61662
  /******/ // define getter functions for harmony exports
61687
- /******/ __nested_webpack_require_2580572__.d = (exports, definition) => {
61663
+ /******/ __webpack_require__.d = (exports, definition) => {
61688
61664
  /******/ for(var key in definition) {
61689
- /******/ 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)) {
61690
61666
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
61691
61667
  /******/ }
61692
61668
  /******/ }
@@ -61695,7 +61671,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
61695
61671
  /******/
61696
61672
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
61697
61673
  /******/ (() => {
61698
- /******/ __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))
61699
61675
  /******/ })();
61700
61676
  /******/
61701
61677
  /************************************************************************/
@@ -61703,44 +61679,44 @@ var __webpack_exports__ = {};
61703
61679
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
61704
61680
  (() => {
61705
61681
  "use strict";
61706
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2580572__(5459);
61707
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
61708
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2580572__(4198);
61709
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
61710
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2580572__(7351);
61711
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
61712
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2580572__(7196);
61713
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_3__);
61714
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2580572__(4240);
61715
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_4__);
61716
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2580572__(1610);
61717
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
61718
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2580572__(1062);
61719
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_6__);
61720
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2580572__(5868);
61721
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_7__);
61722
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2580572__(4720);
61723
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_8__);
61724
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2580572__(7995);
61725
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_9__);
61726
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2580572__(4545);
61727
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_10__);
61728
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2580572__(2497);
61729
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_11__);
61730
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2580572__(5725);
61731
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_12__);
61732
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2580572__(4993);
61733
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__);
61734
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2580572__(7762);
61735
- /* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_14__);
61736
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2580572__(3899);
61737
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_15__);
61738
- /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2580572__(3960);
61739
- /* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxcolorpicker__WEBPACK_IMPORTED_MODULE_16__);
61740
- /* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_2580572__(5905);
61741
- /* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_2580572__.n(_jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_17__);
61742
- /* harmony import */ var _jqxeditor__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_2580572__(3440);
61743
- /* 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__);
61744
61720
 
61745
61721
 
61746
61722
 
@@ -61763,7 +61739,5 @@ var __webpack_exports__ = {};
61763
61739
 
61764
61740
  })();
61765
61741
 
61766
- /******/ })()
61767
- ;
61768
61742
  /******/ })()
61769
61743
  ;