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;
@@ -55246,7 +55214,7 @@ var saveAs = window.jqxSaveAs = saveAs
55246
55214
  let output = null;
55247
55215
  switch (format) {
55248
55216
  case 'csv':
55249
- output = that.exportToCSVAndTSV(data, { delimiter: ', ', MIME: 'text/csv', toRemove: 2 }, fileName);
55217
+ output = that.exportToCSVAndTSV(data, { delimiter: ', ', MIME: 'text/csv;charset=utf-8;', toRemove: 2 }, fileName);
55250
55218
  break;
55251
55219
  case 'html':
55252
55220
  output = that.exportToHTML(data, fileName);
@@ -55314,7 +55282,10 @@ var saveAs = window.jqxSaveAs = saveAs
55314
55282
  if (!fileName) {
55315
55283
  return stringResult;
55316
55284
  }
55317
- return this.downloadFile(stringResult, formatOptions.MIME, fileName);
55285
+
55286
+ const bom = '\uFEFF';
55287
+ const csvContent = bom + stringResult;
55288
+ return this.downloadFile(csvContent, formatOptions.MIME, fileName);
55318
55289
  }
55319
55290
 
55320
55291
  /**
@@ -58634,7 +58605,7 @@ var saveAs = window.jqxSaveAs = saveAs
58634
58605
  case 'D':
58635
58606
  case 'd':
58636
58607
  if (precision) {
58637
- return ('0').repeat(precision);
58608
+ return '\#,0' + precisionCode;
58638
58609
  }
58639
58610
 
58640
58611
  return '0';
@@ -73335,7 +73306,7 @@ var saveAs = window.jqxSaveAs = saveAs
73335
73306
  /******/ var __webpack_module_cache__ = {};
73336
73307
  /******/
73337
73308
  /******/ // The require function
73338
- /******/ function __nested_webpack_require_3110073__(moduleId) {
73309
+ /******/ function __webpack_require__(moduleId) {
73339
73310
  /******/ // Check if module is in cache
73340
73311
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
73341
73312
  /******/ if (cachedModule !== undefined) {
@@ -73349,7 +73320,7 @@ var saveAs = window.jqxSaveAs = saveAs
73349
73320
  /******/ };
73350
73321
  /******/
73351
73322
  /******/ // Execute the module function
73352
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3110073__);
73323
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
73353
73324
  /******/
73354
73325
  /******/ // Return the exports of the module
73355
73326
  /******/ return module.exports;
@@ -73358,17 +73329,17 @@ var saveAs = window.jqxSaveAs = saveAs
73358
73329
  /************************************************************************/
73359
73330
  /******/ /* webpack/runtime/amd options */
73360
73331
  /******/ (() => {
73361
- /******/ __nested_webpack_require_3110073__.amdO = {};
73332
+ /******/ __webpack_require__.amdO = {};
73362
73333
  /******/ })();
73363
73334
  /******/
73364
73335
  /******/ /* webpack/runtime/compat get default export */
73365
73336
  /******/ (() => {
73366
73337
  /******/ // getDefaultExport function for compatibility with non-harmony modules
73367
- /******/ __nested_webpack_require_3110073__.n = (module) => {
73338
+ /******/ __webpack_require__.n = (module) => {
73368
73339
  /******/ var getter = module && module.__esModule ?
73369
73340
  /******/ () => (module['default']) :
73370
73341
  /******/ () => (module);
73371
- /******/ __nested_webpack_require_3110073__.d(getter, { a: getter });
73342
+ /******/ __webpack_require__.d(getter, { a: getter });
73372
73343
  /******/ return getter;
73373
73344
  /******/ };
73374
73345
  /******/ })();
@@ -73376,9 +73347,9 @@ var saveAs = window.jqxSaveAs = saveAs
73376
73347
  /******/ /* webpack/runtime/define property getters */
73377
73348
  /******/ (() => {
73378
73349
  /******/ // define getter functions for harmony exports
73379
- /******/ __nested_webpack_require_3110073__.d = (exports, definition) => {
73350
+ /******/ __webpack_require__.d = (exports, definition) => {
73380
73351
  /******/ for(var key in definition) {
73381
- /******/ if(__nested_webpack_require_3110073__.o(definition, key) && !__nested_webpack_require_3110073__.o(exports, key)) {
73352
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
73382
73353
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
73383
73354
  /******/ }
73384
73355
  /******/ }
@@ -73387,7 +73358,7 @@ var saveAs = window.jqxSaveAs = saveAs
73387
73358
  /******/
73388
73359
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
73389
73360
  /******/ (() => {
73390
- /******/ __nested_webpack_require_3110073__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
73361
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
73391
73362
  /******/ })();
73392
73363
  /******/
73393
73364
  /************************************************************************/
@@ -73395,40 +73366,40 @@ var __webpack_exports__ = {};
73395
73366
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
73396
73367
  (() => {
73397
73368
  "use strict";
73398
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3110073__(5459);
73399
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
73400
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3110073__(4198);
73401
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
73402
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3110073__(3907);
73403
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
73404
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3110073__(714);
73405
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
73406
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3110073__(7351);
73407
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
73408
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3110073__(7196);
73409
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
73410
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3110073__(4240);
73411
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
73412
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3110073__(1610);
73413
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
73414
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3110073__(1062);
73415
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
73416
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3110073__(5868);
73417
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
73418
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3110073__(4720);
73419
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
73420
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3110073__(7995);
73421
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
73422
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3110073__(4545);
73423
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
73424
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3110073__(2497);
73425
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
73426
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3110073__(5725);
73427
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
73428
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3110073__(4993);
73429
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
73430
- /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3110073__(6609);
73431
- /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3110073__.n(_jqxdatatable__WEBPACK_IMPORTED_MODULE_16__);
73369
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
73370
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
73371
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
73372
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
73373
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
73374
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
73375
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
73376
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
73377
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
73378
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
73379
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
73380
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
73381
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
73382
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
73383
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
73384
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
73385
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
73386
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
73387
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
73388
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
73389
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
73390
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
73391
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
73392
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
73393
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
73394
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
73395
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
73396
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
73397
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
73398
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
73399
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
73400
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
73401
+ /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(6609);
73402
+ /* harmony import */ var _jqxdatatable__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxdatatable__WEBPACK_IMPORTED_MODULE_16__);
73432
73403
 
73433
73404
 
73434
73405
 
@@ -73449,9 +73420,5 @@ var __webpack_exports__ = {};
73449
73420
 
73450
73421
  })();
73451
73422
 
73452
- /******/ })()
73453
- ;
73454
- /******/ })()
73455
- ;
73456
73423
  /******/ })()
73457
73424
  ;
@@ -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;
@@ -45893,7 +45861,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
45893
45861
  /******/ var __webpack_module_cache__ = {};
45894
45862
  /******/
45895
45863
  /******/ // The require function
45896
- /******/ function __nested_webpack_require_1835762__(moduleId) {
45864
+ /******/ function __webpack_require__(moduleId) {
45897
45865
  /******/ // Check if module is in cache
45898
45866
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
45899
45867
  /******/ if (cachedModule !== undefined) {
@@ -45907,7 +45875,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
45907
45875
  /******/ };
45908
45876
  /******/
45909
45877
  /******/ // Execute the module function
45910
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1835762__);
45878
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
45911
45879
  /******/
45912
45880
  /******/ // Return the exports of the module
45913
45881
  /******/ return module.exports;
@@ -45916,17 +45884,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
45916
45884
  /************************************************************************/
45917
45885
  /******/ /* webpack/runtime/amd options */
45918
45886
  /******/ (() => {
45919
- /******/ __nested_webpack_require_1835762__.amdO = {};
45887
+ /******/ __webpack_require__.amdO = {};
45920
45888
  /******/ })();
45921
45889
  /******/
45922
45890
  /******/ /* webpack/runtime/compat get default export */
45923
45891
  /******/ (() => {
45924
45892
  /******/ // getDefaultExport function for compatibility with non-harmony modules
45925
- /******/ __nested_webpack_require_1835762__.n = (module) => {
45893
+ /******/ __webpack_require__.n = (module) => {
45926
45894
  /******/ var getter = module && module.__esModule ?
45927
45895
  /******/ () => (module['default']) :
45928
45896
  /******/ () => (module);
45929
- /******/ __nested_webpack_require_1835762__.d(getter, { a: getter });
45897
+ /******/ __webpack_require__.d(getter, { a: getter });
45930
45898
  /******/ return getter;
45931
45899
  /******/ };
45932
45900
  /******/ })();
@@ -45934,9 +45902,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
45934
45902
  /******/ /* webpack/runtime/define property getters */
45935
45903
  /******/ (() => {
45936
45904
  /******/ // define getter functions for harmony exports
45937
- /******/ __nested_webpack_require_1835762__.d = (exports, definition) => {
45905
+ /******/ __webpack_require__.d = (exports, definition) => {
45938
45906
  /******/ for(var key in definition) {
45939
- /******/ if(__nested_webpack_require_1835762__.o(definition, key) && !__nested_webpack_require_1835762__.o(exports, key)) {
45907
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
45940
45908
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
45941
45909
  /******/ }
45942
45910
  /******/ }
@@ -45945,7 +45913,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
45945
45913
  /******/
45946
45914
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
45947
45915
  /******/ (() => {
45948
- /******/ __nested_webpack_require_1835762__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
45916
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
45949
45917
  /******/ })();
45950
45918
  /******/
45951
45919
  /************************************************************************/
@@ -45953,34 +45921,34 @@ var __webpack_exports__ = {};
45953
45921
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
45954
45922
  (() => {
45955
45923
  "use strict";
45956
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1835762__(5459);
45957
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1835762__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
45958
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1835762__(7351);
45959
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1835762__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
45960
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1835762__(7196);
45961
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1835762__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
45962
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1835762__(4240);
45963
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1835762__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
45964
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1835762__(1610);
45965
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1835762__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
45966
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1835762__(1062);
45967
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1835762__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_5__);
45968
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1835762__(5868);
45969
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1835762__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__);
45970
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1835762__(4720);
45971
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1835762__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_7__);
45972
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_1835762__(7995);
45973
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_1835762__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__);
45974
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_1835762__(4545);
45975
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_1835762__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__);
45976
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_1835762__(2497);
45977
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_1835762__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_10__);
45978
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_1835762__(3899);
45979
- /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_1835762__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_11__);
45980
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_1835762__(5725);
45981
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_1835762__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_12__);
45982
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_1835762__(4993);
45983
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_1835762__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__);
45924
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
45925
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
45926
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
45927
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
45928
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
45929
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
45930
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
45931
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
45932
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1610);
45933
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
45934
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(1062);
45935
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_5__);
45936
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(5868);
45937
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_6__);
45938
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(4720);
45939
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_7__);
45940
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(7995);
45941
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_8__);
45942
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(4545);
45943
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_9__);
45944
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(2497);
45945
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_10__);
45946
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(3899);
45947
+ /* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_11__);
45948
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(5725);
45949
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_12__);
45950
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(4993);
45951
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_13__);
45984
45952
 
45985
45953
 
45986
45954
 
@@ -45997,9 +45965,5 @@ var __webpack_exports__ = {};
45997
45965
 
45998
45966
  })();
45999
45967
 
46000
- /******/ })()
46001
- ;
46002
- /******/ })()
46003
- ;
46004
45968
  /******/ })()
46005
45969
  ;