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';
@@ -63381,7 +63360,7 @@ var saveAs = window.jqxSaveAs = saveAs
63381
63360
  /******/ var __webpack_module_cache__ = {};
63382
63361
  /******/
63383
63362
  /******/ // The require function
63384
- /******/ function __nested_webpack_require_2583843__(moduleId) {
63363
+ /******/ function __webpack_require__(moduleId) {
63385
63364
  /******/ // Check if module is in cache
63386
63365
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
63387
63366
  /******/ if (cachedModule !== undefined) {
@@ -63395,7 +63374,7 @@ var saveAs = window.jqxSaveAs = saveAs
63395
63374
  /******/ };
63396
63375
  /******/
63397
63376
  /******/ // Execute the module function
63398
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2583843__);
63377
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
63399
63378
  /******/
63400
63379
  /******/ // Return the exports of the module
63401
63380
  /******/ return module.exports;
@@ -63404,17 +63383,17 @@ var saveAs = window.jqxSaveAs = saveAs
63404
63383
  /************************************************************************/
63405
63384
  /******/ /* webpack/runtime/amd options */
63406
63385
  /******/ (() => {
63407
- /******/ __nested_webpack_require_2583843__.amdO = {};
63386
+ /******/ __webpack_require__.amdO = {};
63408
63387
  /******/ })();
63409
63388
  /******/
63410
63389
  /******/ /* webpack/runtime/compat get default export */
63411
63390
  /******/ (() => {
63412
63391
  /******/ // getDefaultExport function for compatibility with non-harmony modules
63413
- /******/ __nested_webpack_require_2583843__.n = (module) => {
63392
+ /******/ __webpack_require__.n = (module) => {
63414
63393
  /******/ var getter = module && module.__esModule ?
63415
63394
  /******/ () => (module['default']) :
63416
63395
  /******/ () => (module);
63417
- /******/ __nested_webpack_require_2583843__.d(getter, { a: getter });
63396
+ /******/ __webpack_require__.d(getter, { a: getter });
63418
63397
  /******/ return getter;
63419
63398
  /******/ };
63420
63399
  /******/ })();
@@ -63422,9 +63401,9 @@ var saveAs = window.jqxSaveAs = saveAs
63422
63401
  /******/ /* webpack/runtime/define property getters */
63423
63402
  /******/ (() => {
63424
63403
  /******/ // define getter functions for harmony exports
63425
- /******/ __nested_webpack_require_2583843__.d = (exports, definition) => {
63404
+ /******/ __webpack_require__.d = (exports, definition) => {
63426
63405
  /******/ for(var key in definition) {
63427
- /******/ if(__nested_webpack_require_2583843__.o(definition, key) && !__nested_webpack_require_2583843__.o(exports, key)) {
63406
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
63428
63407
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
63429
63408
  /******/ }
63430
63409
  /******/ }
@@ -63433,7 +63412,7 @@ var saveAs = window.jqxSaveAs = saveAs
63433
63412
  /******/
63434
63413
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
63435
63414
  /******/ (() => {
63436
- /******/ __nested_webpack_require_2583843__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
63415
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
63437
63416
  /******/ })();
63438
63417
  /******/
63439
63418
  /************************************************************************/
@@ -63441,42 +63420,42 @@ var __webpack_exports__ = {};
63441
63420
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
63442
63421
  (() => {
63443
63422
  "use strict";
63444
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2583843__(5459);
63445
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
63446
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2583843__(4198);
63447
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
63448
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2583843__(3907);
63449
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
63450
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2583843__(714);
63451
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
63452
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2583843__(7351);
63453
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
63454
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2583843__(7196);
63455
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
63456
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2583843__(4240);
63457
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
63458
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2583843__(1610);
63459
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
63460
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2583843__(1062);
63461
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
63462
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2583843__(5868);
63463
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
63464
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2583843__(4720);
63465
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
63466
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2583843__(7995);
63467
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
63468
- /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2583843__(6217);
63469
- /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__);
63470
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2583843__(4545);
63471
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__);
63472
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2583843__(2497);
63473
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_14__);
63474
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2583843__(5725);
63475
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_15__);
63476
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2583843__(4993);
63477
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__);
63478
- /* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_2583843__(281);
63479
- /* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxform__WEBPACK_IMPORTED_MODULE_17__);
63423
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
63424
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
63425
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
63426
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
63427
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
63428
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
63429
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
63430
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
63431
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
63432
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
63433
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
63434
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
63435
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
63436
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
63437
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
63438
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
63439
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
63440
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
63441
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
63442
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
63443
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
63444
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
63445
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
63446
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
63447
+ /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(6217);
63448
+ /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__);
63449
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(4545);
63450
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__);
63451
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(2497);
63452
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_14__);
63453
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(5725);
63454
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_15__);
63455
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(4993);
63456
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__);
63457
+ /* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(281);
63458
+ /* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxform__WEBPACK_IMPORTED_MODULE_17__);
63480
63459
 
63481
63460
 
63482
63461
 
@@ -63497,7 +63476,5 @@ var __webpack_exports__ = {};
63497
63476
 
63498
63477
  })();
63499
63478
 
63500
- /******/ })()
63501
- ;
63502
63479
  /******/ })()
63503
63480
  ;
@@ -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
 
@@ -6754,15 +6746,15 @@ document.Globalize = Globalize;
6754
6746
  /***/ }),
6755
6747
 
6756
6748
  /***/ 5459:
6757
- /***/ ((module, exports, __nested_webpack_require_272150__) => {
6749
+ /***/ ((module, exports, __webpack_require__) => {
6758
6750
 
6759
6751
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
6760
6752
  /* eslint-disable */
6761
- (function () {
6762
- if (typeof document === 'undefined') {
6753
+ (function(){
6754
+ if (typeof document === 'undefined') {
6763
6755
  return;
6764
6756
  }
6765
-
6757
+
6766
6758
  var oldBrowser = document.all && !document.addEventListener;
6767
6759
  if (!oldBrowser) {
6768
6760
  (function (window, undefined) {
@@ -14934,7 +14926,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14934
14926
  // file names, and JQXLite is normally delivered in a lowercase file name.
14935
14927
  // Do this after creating the global so that if an AMD module wants to call
14936
14928
  // noConflict to hide this version of JQXLite, it will work.
14937
- if ( true && __nested_webpack_require_272150__.amdO.JQXLite) {
14929
+ if ( true && __webpack_require__.amdO.JQXLite) {
14938
14930
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
14939
14931
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
14940
14932
  }
@@ -14955,19 +14947,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14955
14947
  }
14956
14948
 
14957
14949
  if (window.jQuery) {
14958
- if (window.jQuery.fn.extend) {
14959
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
14960
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
14961
-
14962
- var keys = Object.keys(window.JQXLite.fn);
14963
- for (var index in keys) {
14964
- var key = keys[index];
14965
- if (window.jQuery.fn[key] == undefined) {
14966
- window.jQuery.fn[key] = window.JQXLite.fn[key];
14967
- }
14968
- }
14969
- }
14970
-
14971
14950
  window.minQuery = window.JQXLite = window.jQuery;
14972
14951
  return;
14973
14952
  }
@@ -16589,7 +16568,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16589
16568
  if (!$(element).on || !$.access) {
16590
16569
  return $(element).html(value);
16591
16570
  }
16592
- try {
16571
+ try {
16593
16572
  return $.access(element, function (value) {
16594
16573
  var elem = element[0] || {},
16595
16574
  i = 0,
@@ -17082,12 +17061,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17082
17061
  returnValue = returnValue + $(window).scrollTop();
17083
17062
  }
17084
17063
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
17085
- return returnValue;
17086
- // return returnValue + $(window).scrollTop();
17064
+ return returnValue;
17065
+ // return returnValue + $(window).scrollTop();
17087
17066
  }
17088
17067
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
17089
17068
  return returnValue;
17090
- // return returnValue + $(window).scrollTop();
17069
+ // return returnValue + $(window).scrollTop();
17091
17070
  }
17092
17071
 
17093
17072
  return initialOffset.top;
@@ -17783,9 +17762,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17783
17762
  }
17784
17763
  });
17785
17764
 
17786
- if (!$.easing) {
17787
- $.easing = {};
17788
- }
17789
17765
  $.extend($.easing, {
17790
17766
  easeOutBack: function (x, t, b, c, d, s) {
17791
17767
  if (s == undefined) s = 1.70158;
@@ -31612,7 +31588,7 @@ var saveAs = window.jqxSaveAs = saveAs
31612
31588
  let output = null;
31613
31589
  switch (format) {
31614
31590
  case 'csv':
31615
- output = that.exportToCSVAndTSV(data, { delimiter: ', ', MIME: 'text/csv', toRemove: 2 }, fileName);
31591
+ output = that.exportToCSVAndTSV(data, { delimiter: ', ', MIME: 'text/csv;charset=utf-8;', toRemove: 2 }, fileName);
31616
31592
  break;
31617
31593
  case 'html':
31618
31594
  output = that.exportToHTML(data, fileName);
@@ -31680,7 +31656,10 @@ var saveAs = window.jqxSaveAs = saveAs
31680
31656
  if (!fileName) {
31681
31657
  return stringResult;
31682
31658
  }
31683
- return this.downloadFile(stringResult, formatOptions.MIME, fileName);
31659
+
31660
+ const bom = '\uFEFF';
31661
+ const csvContent = bom + stringResult;
31662
+ return this.downloadFile(csvContent, formatOptions.MIME, fileName);
31684
31663
  }
31685
31664
 
31686
31665
  /**
@@ -35000,7 +34979,7 @@ var saveAs = window.jqxSaveAs = saveAs
35000
34979
  case 'D':
35001
34980
  case 'd':
35002
34981
  if (precision) {
35003
- return ('0').repeat(precision);
34982
+ return '\#,0' + precisionCode;
35004
34983
  }
35005
34984
 
35006
34985
  return '0';
@@ -51938,7 +51917,7 @@ var saveAs = window.jqxSaveAs = saveAs
51938
51917
  /******/ var __webpack_module_cache__ = {};
51939
51918
  /******/
51940
51919
  /******/ // The require function
51941
- /******/ function __nested_webpack_require_2088726__(moduleId) {
51920
+ /******/ function __webpack_require__(moduleId) {
51942
51921
  /******/ // Check if module is in cache
51943
51922
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
51944
51923
  /******/ if (cachedModule !== undefined) {
@@ -51952,7 +51931,7 @@ var saveAs = window.jqxSaveAs = saveAs
51952
51931
  /******/ };
51953
51932
  /******/
51954
51933
  /******/ // Execute the module function
51955
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2088726__);
51934
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
51956
51935
  /******/
51957
51936
  /******/ // Return the exports of the module
51958
51937
  /******/ return module.exports;
@@ -51961,17 +51940,17 @@ var saveAs = window.jqxSaveAs = saveAs
51961
51940
  /************************************************************************/
51962
51941
  /******/ /* webpack/runtime/amd options */
51963
51942
  /******/ (() => {
51964
- /******/ __nested_webpack_require_2088726__.amdO = {};
51943
+ /******/ __webpack_require__.amdO = {};
51965
51944
  /******/ })();
51966
51945
  /******/
51967
51946
  /******/ /* webpack/runtime/compat get default export */
51968
51947
  /******/ (() => {
51969
51948
  /******/ // getDefaultExport function for compatibility with non-harmony modules
51970
- /******/ __nested_webpack_require_2088726__.n = (module) => {
51949
+ /******/ __webpack_require__.n = (module) => {
51971
51950
  /******/ var getter = module && module.__esModule ?
51972
51951
  /******/ () => (module['default']) :
51973
51952
  /******/ () => (module);
51974
- /******/ __nested_webpack_require_2088726__.d(getter, { a: getter });
51953
+ /******/ __webpack_require__.d(getter, { a: getter });
51975
51954
  /******/ return getter;
51976
51955
  /******/ };
51977
51956
  /******/ })();
@@ -51979,9 +51958,9 @@ var saveAs = window.jqxSaveAs = saveAs
51979
51958
  /******/ /* webpack/runtime/define property getters */
51980
51959
  /******/ (() => {
51981
51960
  /******/ // define getter functions for harmony exports
51982
- /******/ __nested_webpack_require_2088726__.d = (exports, definition) => {
51961
+ /******/ __webpack_require__.d = (exports, definition) => {
51983
51962
  /******/ for(var key in definition) {
51984
- /******/ if(__nested_webpack_require_2088726__.o(definition, key) && !__nested_webpack_require_2088726__.o(exports, key)) {
51963
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
51985
51964
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
51986
51965
  /******/ }
51987
51966
  /******/ }
@@ -51990,7 +51969,7 @@ var saveAs = window.jqxSaveAs = saveAs
51990
51969
  /******/
51991
51970
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
51992
51971
  /******/ (() => {
51993
- /******/ __nested_webpack_require_2088726__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
51972
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
51994
51973
  /******/ })();
51995
51974
  /******/
51996
51975
  /************************************************************************/
@@ -51998,34 +51977,34 @@ var __webpack_exports__ = {};
51998
51977
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
51999
51978
  (() => {
52000
51979
  "use strict";
52001
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2088726__(5459);
52002
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
52003
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2088726__(4198);
52004
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
52005
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2088726__(3907);
52006
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
52007
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2088726__(714);
52008
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
52009
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2088726__(7351);
52010
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
52011
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2088726__(7196);
52012
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
52013
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2088726__(4240);
52014
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
52015
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2088726__(1610);
52016
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
52017
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2088726__(1062);
52018
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
52019
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2088726__(5868);
52020
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
52021
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2088726__(4720);
52022
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
52023
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2088726__(7995);
52024
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
52025
- /* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2088726__(1282);
52026
- /* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__);
52027
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2088726__(2497);
52028
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
51980
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
51981
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
51982
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
51983
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
51984
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
51985
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
51986
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
51987
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
51988
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
51989
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
51990
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
51991
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
51992
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
51993
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
51994
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
51995
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
51996
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
51997
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
51998
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
51999
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
52000
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
52001
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
52002
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
52003
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
52004
+ /* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(1282);
52005
+ /* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__);
52006
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
52007
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
52029
52008
 
52030
52009
 
52031
52010
 
@@ -52042,7 +52021,5 @@ var __webpack_exports__ = {};
52042
52021
 
52043
52022
  })();
52044
52023
 
52045
- /******/ })()
52046
- ;
52047
52024
  /******/ })()
52048
52025
  ;