jqwidgets-ng 22.0.2 → 22.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/jqwidgets/jqx-all.js +2457 -58
  2. package/jqwidgets/jqxbarcode.js +0 -14
  3. package/jqwidgets/jqxcheckboxgroup.js +0 -14
  4. package/jqwidgets/jqxcore.js +1 -1
  5. package/jqwidgets/jqxexport.js +6 -3
  6. package/jqwidgets/jqxqrcode.js +0 -14
  7. package/jqwidgets/jqxradiobuttongroup.js +0 -14
  8. package/jqwidgets/jqxsplitlayout.js +2456 -1
  9. package/jqwidgets/modules/jqxbarcode.js +23 -59
  10. package/jqwidgets/modules/jqxbargauge.js +25 -61
  11. package/jqwidgets/modules/jqxbulletchart.js +27 -63
  12. package/jqwidgets/modules/jqxbuttongroup.js +25 -61
  13. package/jqwidgets/modules/jqxbuttons.js +23 -59
  14. package/jqwidgets/modules/jqxcalendar.js +29 -65
  15. package/jqwidgets/modules/jqxchart.js +37 -73
  16. package/jqwidgets/modules/jqxcheckbox.js +27 -63
  17. package/jqwidgets/modules/jqxcheckboxgroup.js +27 -63
  18. package/jqwidgets/modules/jqxcolorpicker.js +29 -65
  19. package/jqwidgets/modules/jqxcombobox.js +33 -69
  20. package/jqwidgets/modules/jqxcomplexinput.js +25 -61
  21. package/jqwidgets/modules/jqxdatatable.js +59 -92
  22. package/jqwidgets/modules/jqxdatetimeinput.js +47 -83
  23. package/jqwidgets/modules/jqxdocking.js +27 -63
  24. package/jqwidgets/modules/jqxdockinglayout.js +35 -71
  25. package/jqwidgets/modules/jqxdockpanel.js +25 -61
  26. package/jqwidgets/modules/jqxdragdrop.js +27 -63
  27. package/jqwidgets/modules/jqxdraw.js +23 -59
  28. package/jqwidgets/modules/jqxdropdownbutton.js +25 -61
  29. package/jqwidgets/modules/jqxdropdownlist.js +45 -81
  30. package/jqwidgets/modules/jqxeditor.js +57 -93
  31. package/jqwidgets/modules/jqxexpander.js +37 -70
  32. package/jqwidgets/modules/jqxfileupload.js +27 -63
  33. package/jqwidgets/modules/jqxform.js +61 -94
  34. package/jqwidgets/modules/jqxformattedinput.js +53 -86
  35. package/jqwidgets/modules/jqxgantt.js +25 -61
  36. package/jqwidgets/modules/jqxgauge.js +29 -65
  37. package/jqwidgets/modules/jqxgrid.js +98 -131
  38. package/jqwidgets/modules/jqxheatmap.js +25 -61
  39. package/jqwidgets/modules/jqxinput.js +27 -63
  40. package/jqwidgets/modules/jqxkanban.js +63 -96
  41. package/jqwidgets/modules/jqxknob.js +27 -63
  42. package/jqwidgets/modules/jqxlayout.js +35 -71
  43. package/jqwidgets/modules/jqxlineargauge.js +29 -65
  44. package/jqwidgets/modules/jqxlinkbutton.js +23 -59
  45. package/jqwidgets/modules/jqxlistbox.js +37 -73
  46. package/jqwidgets/modules/jqxlistmenu.js +59 -92
  47. package/jqwidgets/modules/jqxloader.js +23 -59
  48. package/jqwidgets/modules/jqxmaskedinput.js +23 -59
  49. package/jqwidgets/modules/jqxmenu.js +41 -74
  50. package/jqwidgets/modules/jqxnavbar.js +37 -70
  51. package/jqwidgets/modules/jqxnavigationbar.js +45 -78
  52. package/jqwidgets/modules/jqxnotification.js +31 -67
  53. package/jqwidgets/modules/jqxnumberinput.js +37 -73
  54. package/jqwidgets/modules/jqxpanel.js +29 -65
  55. package/jqwidgets/modules/jqxpasswordinput.js +31 -67
  56. package/jqwidgets/modules/jqxpivotdesigner.js +67 -100
  57. package/jqwidgets/modules/jqxpivotgrid.js +67 -100
  58. package/jqwidgets/modules/jqxpopover.js +25 -61
  59. package/jqwidgets/modules/jqxprogressbar.js +23 -59
  60. package/jqwidgets/modules/jqxqrcode.js +37 -70
  61. package/jqwidgets/modules/jqxradiobutongroup.js +27 -63
  62. package/jqwidgets/modules/jqxradiobutton.js +25 -61
  63. package/jqwidgets/modules/jqxrangeselector.js +27 -63
  64. package/jqwidgets/modules/jqxrating.js +25 -61
  65. package/jqwidgets/modules/jqxrepeatbutton.js +23 -59
  66. package/jqwidgets/modules/jqxresponsivepanel.js +25 -61
  67. package/jqwidgets/modules/jqxribbon.js +27 -63
  68. package/jqwidgets/modules/jqxscheduler.js +63 -99
  69. package/jqwidgets/modules/jqxscrollbar.js +25 -61
  70. package/jqwidgets/modules/jqxscrollview.js +25 -61
  71. package/jqwidgets/modules/jqxslider.js +25 -61
  72. package/jqwidgets/modules/jqxsortable.js +25 -61
  73. package/jqwidgets/modules/jqxsplitlayout.js +23 -59
  74. package/jqwidgets/modules/jqxsplitter.js +25 -61
  75. package/jqwidgets/modules/jqxswitchbutton.js +29 -65
  76. package/jqwidgets/modules/jqxtabs.js +43 -76
  77. package/jqwidgets/modules/jqxtagcloud.js +31 -67
  78. package/jqwidgets/modules/jqxtextarea.js +31 -67
  79. package/jqwidgets/modules/jqxtimeline.js +23 -59
  80. package/jqwidgets/modules/jqxtimepicker.js +25 -61
  81. package/jqwidgets/modules/jqxtogglebutton.js +23 -59
  82. package/jqwidgets/modules/jqxtoolbar.js +61 -94
  83. package/jqwidgets/modules/jqxtooltip.js +23 -59
  84. package/jqwidgets/modules/jqxtree.js +35 -71
  85. package/jqwidgets/modules/jqxtreegrid.js +61 -94
  86. package/jqwidgets/modules/jqxtreemap.js +27 -63
  87. package/jqwidgets/modules/jqxvalidator.js +29 -65
  88. package/jqwidgets/modules/jqxwindow.js +25 -61
  89. package/package.json +1 -1
@@ -1,22 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Sep-17-2024
11
- Copyright (c) 2011-2024 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Sep-17-2024
19
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
20
4
  License: https://jqwidgets.com/license/ */
21
5
 
22
6
 
@@ -11452,15 +11436,15 @@ document.Globalize = Globalize;
11452
11436
  /***/ }),
11453
11437
 
11454
11438
  /***/ 5459:
11455
- /***/ ((module, exports, __nested_webpack_require_484139__) => {
11439
+ /***/ ((module, exports, __webpack_require__) => {
11456
11440
 
11457
11441
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
11458
11442
  /* eslint-disable */
11459
- (function () {
11460
- if (typeof document === 'undefined') {
11443
+ (function(){
11444
+ if (typeof document === 'undefined') {
11461
11445
  return;
11462
11446
  }
11463
-
11447
+
11464
11448
  var oldBrowser = document.all && !document.addEventListener;
11465
11449
  if (!oldBrowser) {
11466
11450
  (function (window, undefined) {
@@ -19632,7 +19616,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19632
19616
  // file names, and JQXLite is normally delivered in a lowercase file name.
19633
19617
  // Do this after creating the global so that if an AMD module wants to call
19634
19618
  // noConflict to hide this version of JQXLite, it will work.
19635
- if ( true && __nested_webpack_require_484139__.amdO.JQXLite) {
19619
+ if ( true && __webpack_require__.amdO.JQXLite) {
19636
19620
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
19637
19621
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
19638
19622
  }
@@ -19653,19 +19637,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
19653
19637
  }
19654
19638
 
19655
19639
  if (window.jQuery) {
19656
- if (window.jQuery.fn.extend) {
19657
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
19658
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
19659
-
19660
- var keys = Object.keys(window.JQXLite.fn);
19661
- for (var index in keys) {
19662
- var key = keys[index];
19663
- if (window.jQuery.fn[key] == undefined) {
19664
- window.jQuery.fn[key] = window.JQXLite.fn[key];
19665
- }
19666
- }
19667
- }
19668
-
19669
19640
  window.minQuery = window.JQXLite = window.jQuery;
19670
19641
  return;
19671
19642
  }
@@ -21287,7 +21258,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
21287
21258
  if (!$(element).on || !$.access) {
21288
21259
  return $(element).html(value);
21289
21260
  }
21290
- try {
21261
+ try {
21291
21262
  return $.access(element, function (value) {
21292
21263
  var elem = element[0] || {},
21293
21264
  i = 0,
@@ -21780,12 +21751,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
21780
21751
  returnValue = returnValue + $(window).scrollTop();
21781
21752
  }
21782
21753
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
21783
- return returnValue;
21784
- // return returnValue + $(window).scrollTop();
21754
+ return returnValue;
21755
+ // return returnValue + $(window).scrollTop();
21785
21756
  }
21786
21757
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
21787
21758
  return returnValue;
21788
- // return returnValue + $(window).scrollTop();
21759
+ // return returnValue + $(window).scrollTop();
21789
21760
  }
21790
21761
 
21791
21762
  return initialOffset.top;
@@ -22481,9 +22452,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
22481
22452
  }
22482
22453
  });
22483
22454
 
22484
- if (!$.easing) {
22485
- $.easing = {};
22486
- }
22487
22455
  $.extend($.easing, {
22488
22456
  easeOutBack: function (x, t, b, c, d, s) {
22489
22457
  if (s == undefined) s = 1.70158;
@@ -42782,7 +42750,7 @@ var saveAs = window.jqxSaveAs = saveAs
42782
42750
  let output = null;
42783
42751
  switch (format) {
42784
42752
  case 'csv':
42785
- 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);
42786
42754
  break;
42787
42755
  case 'html':
42788
42756
  output = that.exportToHTML(data, fileName);
@@ -42850,7 +42818,10 @@ var saveAs = window.jqxSaveAs = saveAs
42850
42818
  if (!fileName) {
42851
42819
  return stringResult;
42852
42820
  }
42853
- 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);
42854
42825
  }
42855
42826
 
42856
42827
  /**
@@ -46170,7 +46141,7 @@ var saveAs = window.jqxSaveAs = saveAs
46170
46141
  case 'D':
46171
46142
  case 'd':
46172
46143
  if (precision) {
46173
- return ('0').repeat(precision);
46144
+ return '\#,0' + precisionCode;
46174
46145
  }
46175
46146
 
46176
46147
  return '0';
@@ -63389,7 +63360,7 @@ var saveAs = window.jqxSaveAs = saveAs
63389
63360
  /******/ var __webpack_module_cache__ = {};
63390
63361
  /******/
63391
63362
  /******/ // The require function
63392
- /******/ function __nested_webpack_require_2583843__(moduleId) {
63363
+ /******/ function __webpack_require__(moduleId) {
63393
63364
  /******/ // Check if module is in cache
63394
63365
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
63395
63366
  /******/ if (cachedModule !== undefined) {
@@ -63403,7 +63374,7 @@ var saveAs = window.jqxSaveAs = saveAs
63403
63374
  /******/ };
63404
63375
  /******/
63405
63376
  /******/ // Execute the module function
63406
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2583843__);
63377
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
63407
63378
  /******/
63408
63379
  /******/ // Return the exports of the module
63409
63380
  /******/ return module.exports;
@@ -63412,17 +63383,17 @@ var saveAs = window.jqxSaveAs = saveAs
63412
63383
  /************************************************************************/
63413
63384
  /******/ /* webpack/runtime/amd options */
63414
63385
  /******/ (() => {
63415
- /******/ __nested_webpack_require_2583843__.amdO = {};
63386
+ /******/ __webpack_require__.amdO = {};
63416
63387
  /******/ })();
63417
63388
  /******/
63418
63389
  /******/ /* webpack/runtime/compat get default export */
63419
63390
  /******/ (() => {
63420
63391
  /******/ // getDefaultExport function for compatibility with non-harmony modules
63421
- /******/ __nested_webpack_require_2583843__.n = (module) => {
63392
+ /******/ __webpack_require__.n = (module) => {
63422
63393
  /******/ var getter = module && module.__esModule ?
63423
63394
  /******/ () => (module['default']) :
63424
63395
  /******/ () => (module);
63425
- /******/ __nested_webpack_require_2583843__.d(getter, { a: getter });
63396
+ /******/ __webpack_require__.d(getter, { a: getter });
63426
63397
  /******/ return getter;
63427
63398
  /******/ };
63428
63399
  /******/ })();
@@ -63430,9 +63401,9 @@ var saveAs = window.jqxSaveAs = saveAs
63430
63401
  /******/ /* webpack/runtime/define property getters */
63431
63402
  /******/ (() => {
63432
63403
  /******/ // define getter functions for harmony exports
63433
- /******/ __nested_webpack_require_2583843__.d = (exports, definition) => {
63404
+ /******/ __webpack_require__.d = (exports, definition) => {
63434
63405
  /******/ for(var key in definition) {
63435
- /******/ 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)) {
63436
63407
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
63437
63408
  /******/ }
63438
63409
  /******/ }
@@ -63441,7 +63412,7 @@ var saveAs = window.jqxSaveAs = saveAs
63441
63412
  /******/
63442
63413
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
63443
63414
  /******/ (() => {
63444
- /******/ __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))
63445
63416
  /******/ })();
63446
63417
  /******/
63447
63418
  /************************************************************************/
@@ -63449,42 +63420,42 @@ var __webpack_exports__ = {};
63449
63420
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
63450
63421
  (() => {
63451
63422
  "use strict";
63452
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2583843__(5459);
63453
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
63454
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2583843__(4198);
63455
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
63456
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2583843__(3907);
63457
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
63458
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2583843__(714);
63459
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
63460
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2583843__(7351);
63461
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
63462
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2583843__(7196);
63463
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
63464
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2583843__(4240);
63465
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
63466
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2583843__(1610);
63467
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
63468
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2583843__(1062);
63469
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
63470
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2583843__(5868);
63471
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
63472
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2583843__(4720);
63473
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
63474
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2583843__(7995);
63475
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
63476
- /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2583843__(6217);
63477
- /* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__);
63478
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2583843__(4545);
63479
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__);
63480
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2583843__(2497);
63481
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_14__);
63482
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2583843__(5725);
63483
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_15__);
63484
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2583843__(4993);
63485
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__);
63486
- /* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_2583843__(281);
63487
- /* 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__);
63488
63459
 
63489
63460
 
63490
63461
 
@@ -63505,9 +63476,5 @@ var __webpack_exports__ = {};
63505
63476
 
63506
63477
  })();
63507
63478
 
63508
- /******/ })()
63509
- ;
63510
- /******/ })()
63511
- ;
63512
63479
  /******/ })()
63513
63480
  ;
@@ -1,22 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Sep-17-2024
11
- Copyright (c) 2011-2024 jQWidgets.
12
- License: https://jqwidgets.com/license/ */
13
-
14
-
15
- /******/ (() => { // webpackBootstrap
16
- var __webpack_exports__ = {};
17
-
18
- /* Release Date: Sep-17-2024
19
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
20
4
  License: https://jqwidgets.com/license/ */
21
5
 
22
6
 
@@ -6762,15 +6746,15 @@ document.Globalize = Globalize;
6762
6746
  /***/ }),
6763
6747
 
6764
6748
  /***/ 5459:
6765
- /***/ ((module, exports, __nested_webpack_require_272150__) => {
6749
+ /***/ ((module, exports, __webpack_require__) => {
6766
6750
 
6767
6751
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
6768
6752
  /* eslint-disable */
6769
- (function () {
6770
- if (typeof document === 'undefined') {
6753
+ (function(){
6754
+ if (typeof document === 'undefined') {
6771
6755
  return;
6772
6756
  }
6773
-
6757
+
6774
6758
  var oldBrowser = document.all && !document.addEventListener;
6775
6759
  if (!oldBrowser) {
6776
6760
  (function (window, undefined) {
@@ -14942,7 +14926,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14942
14926
  // file names, and JQXLite is normally delivered in a lowercase file name.
14943
14927
  // Do this after creating the global so that if an AMD module wants to call
14944
14928
  // noConflict to hide this version of JQXLite, it will work.
14945
- if ( true && __nested_webpack_require_272150__.amdO.JQXLite) {
14929
+ if ( true && __webpack_require__.amdO.JQXLite) {
14946
14930
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
14947
14931
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
14948
14932
  }
@@ -14963,19 +14947,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
14963
14947
  }
14964
14948
 
14965
14949
  if (window.jQuery) {
14966
- if (window.jQuery.fn.extend) {
14967
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
14968
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
14969
-
14970
- var keys = Object.keys(window.JQXLite.fn);
14971
- for (var index in keys) {
14972
- var key = keys[index];
14973
- if (window.jQuery.fn[key] == undefined) {
14974
- window.jQuery.fn[key] = window.JQXLite.fn[key];
14975
- }
14976
- }
14977
- }
14978
-
14979
14950
  window.minQuery = window.JQXLite = window.jQuery;
14980
14951
  return;
14981
14952
  }
@@ -16597,7 +16568,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
16597
16568
  if (!$(element).on || !$.access) {
16598
16569
  return $(element).html(value);
16599
16570
  }
16600
- try {
16571
+ try {
16601
16572
  return $.access(element, function (value) {
16602
16573
  var elem = element[0] || {},
16603
16574
  i = 0,
@@ -17090,12 +17061,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17090
17061
  returnValue = returnValue + $(window).scrollTop();
17091
17062
  }
17092
17063
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
17093
- return returnValue;
17094
- // return returnValue + $(window).scrollTop();
17064
+ return returnValue;
17065
+ // return returnValue + $(window).scrollTop();
17095
17066
  }
17096
17067
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
17097
17068
  return returnValue;
17098
- // return returnValue + $(window).scrollTop();
17069
+ // return returnValue + $(window).scrollTop();
17099
17070
  }
17100
17071
 
17101
17072
  return initialOffset.top;
@@ -17791,9 +17762,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17791
17762
  }
17792
17763
  });
17793
17764
 
17794
- if (!$.easing) {
17795
- $.easing = {};
17796
- }
17797
17765
  $.extend($.easing, {
17798
17766
  easeOutBack: function (x, t, b, c, d, s) {
17799
17767
  if (s == undefined) s = 1.70158;
@@ -31620,7 +31588,7 @@ var saveAs = window.jqxSaveAs = saveAs
31620
31588
  let output = null;
31621
31589
  switch (format) {
31622
31590
  case 'csv':
31623
- 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);
31624
31592
  break;
31625
31593
  case 'html':
31626
31594
  output = that.exportToHTML(data, fileName);
@@ -31688,7 +31656,10 @@ var saveAs = window.jqxSaveAs = saveAs
31688
31656
  if (!fileName) {
31689
31657
  return stringResult;
31690
31658
  }
31691
- 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);
31692
31663
  }
31693
31664
 
31694
31665
  /**
@@ -35008,7 +34979,7 @@ var saveAs = window.jqxSaveAs = saveAs
35008
34979
  case 'D':
35009
34980
  case 'd':
35010
34981
  if (precision) {
35011
- return ('0').repeat(precision);
34982
+ return '\#,0' + precisionCode;
35012
34983
  }
35013
34984
 
35014
34985
  return '0';
@@ -51946,7 +51917,7 @@ var saveAs = window.jqxSaveAs = saveAs
51946
51917
  /******/ var __webpack_module_cache__ = {};
51947
51918
  /******/
51948
51919
  /******/ // The require function
51949
- /******/ function __nested_webpack_require_2088726__(moduleId) {
51920
+ /******/ function __webpack_require__(moduleId) {
51950
51921
  /******/ // Check if module is in cache
51951
51922
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
51952
51923
  /******/ if (cachedModule !== undefined) {
@@ -51960,7 +51931,7 @@ var saveAs = window.jqxSaveAs = saveAs
51960
51931
  /******/ };
51961
51932
  /******/
51962
51933
  /******/ // Execute the module function
51963
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2088726__);
51934
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
51964
51935
  /******/
51965
51936
  /******/ // Return the exports of the module
51966
51937
  /******/ return module.exports;
@@ -51969,17 +51940,17 @@ var saveAs = window.jqxSaveAs = saveAs
51969
51940
  /************************************************************************/
51970
51941
  /******/ /* webpack/runtime/amd options */
51971
51942
  /******/ (() => {
51972
- /******/ __nested_webpack_require_2088726__.amdO = {};
51943
+ /******/ __webpack_require__.amdO = {};
51973
51944
  /******/ })();
51974
51945
  /******/
51975
51946
  /******/ /* webpack/runtime/compat get default export */
51976
51947
  /******/ (() => {
51977
51948
  /******/ // getDefaultExport function for compatibility with non-harmony modules
51978
- /******/ __nested_webpack_require_2088726__.n = (module) => {
51949
+ /******/ __webpack_require__.n = (module) => {
51979
51950
  /******/ var getter = module && module.__esModule ?
51980
51951
  /******/ () => (module['default']) :
51981
51952
  /******/ () => (module);
51982
- /******/ __nested_webpack_require_2088726__.d(getter, { a: getter });
51953
+ /******/ __webpack_require__.d(getter, { a: getter });
51983
51954
  /******/ return getter;
51984
51955
  /******/ };
51985
51956
  /******/ })();
@@ -51987,9 +51958,9 @@ var saveAs = window.jqxSaveAs = saveAs
51987
51958
  /******/ /* webpack/runtime/define property getters */
51988
51959
  /******/ (() => {
51989
51960
  /******/ // define getter functions for harmony exports
51990
- /******/ __nested_webpack_require_2088726__.d = (exports, definition) => {
51961
+ /******/ __webpack_require__.d = (exports, definition) => {
51991
51962
  /******/ for(var key in definition) {
51992
- /******/ 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)) {
51993
51964
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
51994
51965
  /******/ }
51995
51966
  /******/ }
@@ -51998,7 +51969,7 @@ var saveAs = window.jqxSaveAs = saveAs
51998
51969
  /******/
51999
51970
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
52000
51971
  /******/ (() => {
52001
- /******/ __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))
52002
51973
  /******/ })();
52003
51974
  /******/
52004
51975
  /************************************************************************/
@@ -52006,34 +51977,34 @@ var __webpack_exports__ = {};
52006
51977
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
52007
51978
  (() => {
52008
51979
  "use strict";
52009
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2088726__(5459);
52010
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
52011
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2088726__(4198);
52012
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
52013
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2088726__(3907);
52014
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
52015
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2088726__(714);
52016
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
52017
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2088726__(7351);
52018
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
52019
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2088726__(7196);
52020
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
52021
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2088726__(4240);
52022
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
52023
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2088726__(1610);
52024
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
52025
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2088726__(1062);
52026
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
52027
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2088726__(5868);
52028
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
52029
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2088726__(4720);
52030
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
52031
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2088726__(7995);
52032
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
52033
- /* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2088726__(1282);
52034
- /* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__);
52035
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2088726__(2497);
52036
- /* 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__);
52037
52008
 
52038
52009
 
52039
52010
 
@@ -52050,9 +52021,5 @@ var __webpack_exports__ = {};
52050
52021
 
52051
52022
  })();
52052
52023
 
52053
- /******/ })()
52054
- ;
52055
- /******/ })()
52056
- ;
52057
52024
  /******/ })()
52058
52025
  ;