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;
@@ -42774,7 +42750,7 @@ var saveAs = window.jqxSaveAs = saveAs
42774
42750
  let output = null;
42775
42751
  switch (format) {
42776
42752
  case 'csv':
42777
- output = that.exportToCSVAndTSV(data, { delimiter: ', ', MIME: 'text/csv', toRemove: 2 }, fileName);
42753
+ output = that.exportToCSVAndTSV(data, { delimiter: ', ', MIME: 'text/csv;charset=utf-8;', toRemove: 2 }, fileName);
42778
42754
  break;
42779
42755
  case 'html':
42780
42756
  output = that.exportToHTML(data, fileName);
@@ -42842,7 +42818,10 @@ var saveAs = window.jqxSaveAs = saveAs
42842
42818
  if (!fileName) {
42843
42819
  return stringResult;
42844
42820
  }
42845
- return this.downloadFile(stringResult, formatOptions.MIME, fileName);
42821
+
42822
+ const bom = '\uFEFF';
42823
+ const csvContent = bom + stringResult;
42824
+ return this.downloadFile(csvContent, formatOptions.MIME, fileName);
42846
42825
  }
42847
42826
 
42848
42827
  /**
@@ -46162,7 +46141,7 @@ var saveAs = window.jqxSaveAs = saveAs
46162
46141
  case 'D':
46163
46142
  case 'd':
46164
46143
  if (precision) {
46165
- return ('0').repeat(precision);
46144
+ return '\#,0' + precisionCode;
46166
46145
  }
46167
46146
 
46168
46147
  return '0';
@@ -61685,7 +61664,7 @@ var saveAs = window.jqxSaveAs = saveAs
61685
61664
  /******/ var __webpack_module_cache__ = {};
61686
61665
  /******/
61687
61666
  /******/ // The require function
61688
- /******/ function __nested_webpack_require_2525466__(moduleId) {
61667
+ /******/ function __webpack_require__(moduleId) {
61689
61668
  /******/ // Check if module is in cache
61690
61669
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
61691
61670
  /******/ if (cachedModule !== undefined) {
@@ -61699,7 +61678,7 @@ var saveAs = window.jqxSaveAs = saveAs
61699
61678
  /******/ };
61700
61679
  /******/
61701
61680
  /******/ // Execute the module function
61702
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2525466__);
61681
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
61703
61682
  /******/
61704
61683
  /******/ // Return the exports of the module
61705
61684
  /******/ return module.exports;
@@ -61708,17 +61687,17 @@ var saveAs = window.jqxSaveAs = saveAs
61708
61687
  /************************************************************************/
61709
61688
  /******/ /* webpack/runtime/amd options */
61710
61689
  /******/ (() => {
61711
- /******/ __nested_webpack_require_2525466__.amdO = {};
61690
+ /******/ __webpack_require__.amdO = {};
61712
61691
  /******/ })();
61713
61692
  /******/
61714
61693
  /******/ /* webpack/runtime/compat get default export */
61715
61694
  /******/ (() => {
61716
61695
  /******/ // getDefaultExport function for compatibility with non-harmony modules
61717
- /******/ __nested_webpack_require_2525466__.n = (module) => {
61696
+ /******/ __webpack_require__.n = (module) => {
61718
61697
  /******/ var getter = module && module.__esModule ?
61719
61698
  /******/ () => (module['default']) :
61720
61699
  /******/ () => (module);
61721
- /******/ __nested_webpack_require_2525466__.d(getter, { a: getter });
61700
+ /******/ __webpack_require__.d(getter, { a: getter });
61722
61701
  /******/ return getter;
61723
61702
  /******/ };
61724
61703
  /******/ })();
@@ -61726,9 +61705,9 @@ var saveAs = window.jqxSaveAs = saveAs
61726
61705
  /******/ /* webpack/runtime/define property getters */
61727
61706
  /******/ (() => {
61728
61707
  /******/ // define getter functions for harmony exports
61729
- /******/ __nested_webpack_require_2525466__.d = (exports, definition) => {
61708
+ /******/ __webpack_require__.d = (exports, definition) => {
61730
61709
  /******/ for(var key in definition) {
61731
- /******/ if(__nested_webpack_require_2525466__.o(definition, key) && !__nested_webpack_require_2525466__.o(exports, key)) {
61710
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
61732
61711
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
61733
61712
  /******/ }
61734
61713
  /******/ }
@@ -61737,7 +61716,7 @@ var saveAs = window.jqxSaveAs = saveAs
61737
61716
  /******/
61738
61717
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
61739
61718
  /******/ (() => {
61740
- /******/ __nested_webpack_require_2525466__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
61719
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
61741
61720
  /******/ })();
61742
61721
  /******/
61743
61722
  /************************************************************************/
@@ -61745,40 +61724,40 @@ var __webpack_exports__ = {};
61745
61724
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
61746
61725
  (() => {
61747
61726
  "use strict";
61748
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2525466__(5459);
61749
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
61750
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2525466__(4198);
61751
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
61752
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2525466__(3907);
61753
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
61754
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2525466__(714);
61755
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
61756
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2525466__(7351);
61757
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
61758
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2525466__(7196);
61759
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
61760
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2525466__(4240);
61761
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
61762
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2525466__(1610);
61763
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
61764
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2525466__(1062);
61765
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
61766
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2525466__(5868);
61767
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
61768
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2525466__(4720);
61769
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
61770
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2525466__(7995);
61771
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
61772
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2525466__(4545);
61773
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
61774
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2525466__(2497);
61775
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
61776
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2525466__(5725);
61777
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
61778
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2525466__(4993);
61779
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
61780
- /* harmony import */ var _jqxlistmenu__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2525466__(4069);
61781
- /* harmony import */ var _jqxlistmenu__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2525466__.n(_jqxlistmenu__WEBPACK_IMPORTED_MODULE_16__);
61727
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
61728
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
61729
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
61730
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
61731
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
61732
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
61733
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
61734
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
61735
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
61736
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
61737
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
61738
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
61739
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
61740
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
61741
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
61742
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
61743
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
61744
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
61745
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
61746
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
61747
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
61748
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
61749
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
61750
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
61751
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
61752
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
61753
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
61754
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
61755
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
61756
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
61757
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
61758
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
61759
+ /* harmony import */ var _jqxlistmenu__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(4069);
61760
+ /* harmony import */ var _jqxlistmenu__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxlistmenu__WEBPACK_IMPORTED_MODULE_16__);
61782
61761
 
61783
61762
 
61784
61763
 
@@ -61798,7 +61777,5 @@ var __webpack_exports__ = {};
61798
61777
 
61799
61778
  })();
61800
61779
 
61801
- /******/ })()
61802
- ;
61803
61780
  /******/ })()
61804
61781
  ;
@@ -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
 
@@ -16,15 +8,15 @@ License: https://jqwidgets.com/license/ */
16
8
  /******/ var __webpack_modules__ = ({
17
9
 
18
10
  /***/ 5459:
19
- /***/ ((module, exports, __nested_webpack_require_227__) => {
11
+ /***/ ((module, exports, __webpack_require__) => {
20
12
 
21
13
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
22
14
  /* eslint-disable */
23
- (function () {
24
- if (typeof document === 'undefined') {
15
+ (function(){
16
+ if (typeof document === 'undefined') {
25
17
  return;
26
18
  }
27
-
19
+
28
20
  var oldBrowser = document.all && !document.addEventListener;
29
21
  if (!oldBrowser) {
30
22
  (function (window, undefined) {
@@ -8196,7 +8188,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8196
8188
  // file names, and JQXLite is normally delivered in a lowercase file name.
8197
8189
  // Do this after creating the global so that if an AMD module wants to call
8198
8190
  // noConflict to hide this version of JQXLite, it will work.
8199
- if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
8191
+ if ( true && __webpack_require__.amdO.JQXLite) {
8200
8192
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
8201
8193
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
8202
8194
  }
@@ -8217,19 +8209,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8217
8209
  }
8218
8210
 
8219
8211
  if (window.jQuery) {
8220
- if (window.jQuery.fn.extend) {
8221
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
8222
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
8223
-
8224
- var keys = Object.keys(window.JQXLite.fn);
8225
- for (var index in keys) {
8226
- var key = keys[index];
8227
- if (window.jQuery.fn[key] == undefined) {
8228
- window.jQuery.fn[key] = window.JQXLite.fn[key];
8229
- }
8230
- }
8231
- }
8232
-
8233
8212
  window.minQuery = window.JQXLite = window.jQuery;
8234
8213
  return;
8235
8214
  }
@@ -9851,7 +9830,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9851
9830
  if (!$(element).on || !$.access) {
9852
9831
  return $(element).html(value);
9853
9832
  }
9854
- try {
9833
+ try {
9855
9834
  return $.access(element, function (value) {
9856
9835
  var elem = element[0] || {},
9857
9836
  i = 0,
@@ -10344,12 +10323,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10344
10323
  returnValue = returnValue + $(window).scrollTop();
10345
10324
  }
10346
10325
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
10347
- return returnValue;
10348
- // return returnValue + $(window).scrollTop();
10326
+ return returnValue;
10327
+ // return returnValue + $(window).scrollTop();
10349
10328
  }
10350
10329
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
10351
10330
  return returnValue;
10352
- // return returnValue + $(window).scrollTop();
10331
+ // return returnValue + $(window).scrollTop();
10353
10332
  }
10354
10333
 
10355
10334
  return initialOffset.top;
@@ -11045,9 +11024,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11045
11024
  }
11046
11025
  });
11047
11026
 
11048
- if (!$.easing) {
11049
- $.easing = {};
11050
- }
11051
11027
  $.extend($.easing, {
11052
11028
  easeOutBack: function (x, t, b, c, d, s) {
11053
11029
  if (s == undefined) s = 1.70158;
@@ -11672,7 +11648,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11672
11648
  /******/ var __webpack_module_cache__ = {};
11673
11649
  /******/
11674
11650
  /******/ // The require function
11675
- /******/ function __nested_webpack_require_359604__(moduleId) {
11651
+ /******/ function __webpack_require__(moduleId) {
11676
11652
  /******/ // Check if module is in cache
11677
11653
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
11678
11654
  /******/ if (cachedModule !== undefined) {
@@ -11686,7 +11662,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11686
11662
  /******/ };
11687
11663
  /******/
11688
11664
  /******/ // Execute the module function
11689
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_359604__);
11665
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
11690
11666
  /******/
11691
11667
  /******/ // Return the exports of the module
11692
11668
  /******/ return module.exports;
@@ -11695,17 +11671,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11695
11671
  /************************************************************************/
11696
11672
  /******/ /* webpack/runtime/amd options */
11697
11673
  /******/ (() => {
11698
- /******/ __nested_webpack_require_359604__.amdO = {};
11674
+ /******/ __webpack_require__.amdO = {};
11699
11675
  /******/ })();
11700
11676
  /******/
11701
11677
  /******/ /* webpack/runtime/compat get default export */
11702
11678
  /******/ (() => {
11703
11679
  /******/ // getDefaultExport function for compatibility with non-harmony modules
11704
- /******/ __nested_webpack_require_359604__.n = (module) => {
11680
+ /******/ __webpack_require__.n = (module) => {
11705
11681
  /******/ var getter = module && module.__esModule ?
11706
11682
  /******/ () => (module['default']) :
11707
11683
  /******/ () => (module);
11708
- /******/ __nested_webpack_require_359604__.d(getter, { a: getter });
11684
+ /******/ __webpack_require__.d(getter, { a: getter });
11709
11685
  /******/ return getter;
11710
11686
  /******/ };
11711
11687
  /******/ })();
@@ -11713,9 +11689,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11713
11689
  /******/ /* webpack/runtime/define property getters */
11714
11690
  /******/ (() => {
11715
11691
  /******/ // define getter functions for harmony exports
11716
- /******/ __nested_webpack_require_359604__.d = (exports, definition) => {
11692
+ /******/ __webpack_require__.d = (exports, definition) => {
11717
11693
  /******/ for(var key in definition) {
11718
- /******/ if(__nested_webpack_require_359604__.o(definition, key) && !__nested_webpack_require_359604__.o(exports, key)) {
11694
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
11719
11695
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
11720
11696
  /******/ }
11721
11697
  /******/ }
@@ -11724,7 +11700,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11724
11700
  /******/
11725
11701
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
11726
11702
  /******/ (() => {
11727
- /******/ __nested_webpack_require_359604__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
11703
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
11728
11704
  /******/ })();
11729
11705
  /******/
11730
11706
  /************************************************************************/
@@ -11732,16 +11708,14 @@ var __webpack_exports__ = {};
11732
11708
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
11733
11709
  (() => {
11734
11710
  "use strict";
11735
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_359604__(5459);
11736
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_359604__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
11737
- /* harmony import */ var _jqxloader__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_359604__(8460);
11738
- /* harmony import */ var _jqxloader__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_359604__.n(_jqxloader__WEBPACK_IMPORTED_MODULE_1__);
11711
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
11712
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
11713
+ /* harmony import */ var _jqxloader__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8460);
11714
+ /* harmony import */ var _jqxloader__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxloader__WEBPACK_IMPORTED_MODULE_1__);
11739
11715
 
11740
11716
 
11741
11717
 
11742
11718
  })();
11743
11719
 
11744
- /******/ })()
11745
- ;
11746
11720
  /******/ })()
11747
11721
  ;
@@ -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
 
@@ -16,15 +8,15 @@ License: https://jqwidgets.com/license/ */
16
8
  /******/ var __webpack_modules__ = ({
17
9
 
18
10
  /***/ 5459:
19
- /***/ ((module, exports, __nested_webpack_require_227__) => {
11
+ /***/ ((module, exports, __webpack_require__) => {
20
12
 
21
13
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
22
14
  /* eslint-disable */
23
- (function () {
24
- if (typeof document === 'undefined') {
15
+ (function(){
16
+ if (typeof document === 'undefined') {
25
17
  return;
26
18
  }
27
-
19
+
28
20
  var oldBrowser = document.all && !document.addEventListener;
29
21
  if (!oldBrowser) {
30
22
  (function (window, undefined) {
@@ -8196,7 +8188,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8196
8188
  // file names, and JQXLite is normally delivered in a lowercase file name.
8197
8189
  // Do this after creating the global so that if an AMD module wants to call
8198
8190
  // noConflict to hide this version of JQXLite, it will work.
8199
- if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
8191
+ if ( true && __webpack_require__.amdO.JQXLite) {
8200
8192
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
8201
8193
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
8202
8194
  }
@@ -8217,19 +8209,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8217
8209
  }
8218
8210
 
8219
8211
  if (window.jQuery) {
8220
- if (window.jQuery.fn.extend) {
8221
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
8222
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
8223
-
8224
- var keys = Object.keys(window.JQXLite.fn);
8225
- for (var index in keys) {
8226
- var key = keys[index];
8227
- if (window.jQuery.fn[key] == undefined) {
8228
- window.jQuery.fn[key] = window.JQXLite.fn[key];
8229
- }
8230
- }
8231
- }
8232
-
8233
8212
  window.minQuery = window.JQXLite = window.jQuery;
8234
8213
  return;
8235
8214
  }
@@ -9851,7 +9830,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9851
9830
  if (!$(element).on || !$.access) {
9852
9831
  return $(element).html(value);
9853
9832
  }
9854
- try {
9833
+ try {
9855
9834
  return $.access(element, function (value) {
9856
9835
  var elem = element[0] || {},
9857
9836
  i = 0,
@@ -10344,12 +10323,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10344
10323
  returnValue = returnValue + $(window).scrollTop();
10345
10324
  }
10346
10325
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
10347
- return returnValue;
10348
- // return returnValue + $(window).scrollTop();
10326
+ return returnValue;
10327
+ // return returnValue + $(window).scrollTop();
10349
10328
  }
10350
10329
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
10351
10330
  return returnValue;
10352
- // return returnValue + $(window).scrollTop();
10331
+ // return returnValue + $(window).scrollTop();
10353
10332
  }
10354
10333
 
10355
10334
  return initialOffset.top;
@@ -11045,9 +11024,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11045
11024
  }
11046
11025
  });
11047
11026
 
11048
- if (!$.easing) {
11049
- $.easing = {};
11050
- }
11051
11027
  $.extend($.easing, {
11052
11028
  easeOutBack: function (x, t, b, c, d, s) {
11053
11029
  if (s == undefined) s = 1.70158;
@@ -12624,7 +12600,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12624
12600
  /******/ var __webpack_module_cache__ = {};
12625
12601
  /******/
12626
12602
  /******/ // The require function
12627
- /******/ function __nested_webpack_require_393805__(moduleId) {
12603
+ /******/ function __webpack_require__(moduleId) {
12628
12604
  /******/ // Check if module is in cache
12629
12605
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
12630
12606
  /******/ if (cachedModule !== undefined) {
@@ -12638,7 +12614,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12638
12614
  /******/ };
12639
12615
  /******/
12640
12616
  /******/ // Execute the module function
12641
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_393805__);
12617
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
12642
12618
  /******/
12643
12619
  /******/ // Return the exports of the module
12644
12620
  /******/ return module.exports;
@@ -12647,17 +12623,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12647
12623
  /************************************************************************/
12648
12624
  /******/ /* webpack/runtime/amd options */
12649
12625
  /******/ (() => {
12650
- /******/ __nested_webpack_require_393805__.amdO = {};
12626
+ /******/ __webpack_require__.amdO = {};
12651
12627
  /******/ })();
12652
12628
  /******/
12653
12629
  /******/ /* webpack/runtime/compat get default export */
12654
12630
  /******/ (() => {
12655
12631
  /******/ // getDefaultExport function for compatibility with non-harmony modules
12656
- /******/ __nested_webpack_require_393805__.n = (module) => {
12632
+ /******/ __webpack_require__.n = (module) => {
12657
12633
  /******/ var getter = module && module.__esModule ?
12658
12634
  /******/ () => (module['default']) :
12659
12635
  /******/ () => (module);
12660
- /******/ __nested_webpack_require_393805__.d(getter, { a: getter });
12636
+ /******/ __webpack_require__.d(getter, { a: getter });
12661
12637
  /******/ return getter;
12662
12638
  /******/ };
12663
12639
  /******/ })();
@@ -12665,9 +12641,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12665
12641
  /******/ /* webpack/runtime/define property getters */
12666
12642
  /******/ (() => {
12667
12643
  /******/ // define getter functions for harmony exports
12668
- /******/ __nested_webpack_require_393805__.d = (exports, definition) => {
12644
+ /******/ __webpack_require__.d = (exports, definition) => {
12669
12645
  /******/ for(var key in definition) {
12670
- /******/ if(__nested_webpack_require_393805__.o(definition, key) && !__nested_webpack_require_393805__.o(exports, key)) {
12646
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
12671
12647
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
12672
12648
  /******/ }
12673
12649
  /******/ }
@@ -12676,7 +12652,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12676
12652
  /******/
12677
12653
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
12678
12654
  /******/ (() => {
12679
- /******/ __nested_webpack_require_393805__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12655
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
12680
12656
  /******/ })();
12681
12657
  /******/
12682
12658
  /************************************************************************/
@@ -12684,15 +12660,13 @@ var __webpack_exports__ = {};
12684
12660
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
12685
12661
  (() => {
12686
12662
  "use strict";
12687
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_393805__(5459);
12688
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_393805__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12689
- /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_393805__(6217);
12690
- /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_393805__.n(_jqxmaskedinput__WEBPACK_IMPORTED_MODULE_1__);
12663
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
12664
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
12665
+ /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(6217);
12666
+ /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxmaskedinput__WEBPACK_IMPORTED_MODULE_1__);
12691
12667
 
12692
12668
 
12693
12669
  })();
12694
12670
 
12695
- /******/ })()
12696
- ;
12697
12671
  /******/ })()
12698
12672
  ;