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';
@@ -52403,17 +52382,17 @@ var saveAs = window.jqxSaveAs = saveAs
52403
52382
 
52404
52383
  if (settings) {
52405
52384
  if (settings.getSpreadsheets) {
52406
- const spreadsheets = settings.getSpreadsheets();
52385
+ var spreadsheets = settings.getSpreadsheets();
52407
52386
  if (spreadsheets) {
52408
52387
  dataExporter.spreadsheets = spreadsheets;
52409
52388
 
52410
- const header = dataExporter.style.header;
52411
- const columns = dataExporter.style.columns;
52412
- for (let p = 0; p < spreadsheets.length; p++) {
52413
- const sheet = spreadsheets[p];
52414
- const sheetColumns = sheet.columns;
52415
- for (let i = 0; i < sheetColumns.length; i++) {
52416
- let column = sheetColumns[i];
52389
+ var header = dataExporter.style.header;
52390
+ var columns = dataExporter.style.columns;
52391
+ for (var p = 0; p < spreadsheets.length; p++) {
52392
+ var sheet = spreadsheets[p];
52393
+ var sheetColumns = sheet.columns;
52394
+ for (var i = 0; i < sheetColumns.length; i++) {
52395
+ var column = sheetColumns[i];
52417
52396
 
52418
52397
  if (typeof column === 'string') {
52419
52398
  column = {
@@ -52441,7 +52420,7 @@ var saveAs = window.jqxSaveAs = saveAs
52441
52420
  format: column.cellsFormat || ''
52442
52421
  };
52443
52422
 
52444
- let cellsFormat = column.cellsFormat || '';
52423
+ var cellsFormat = column.cellsFormat || '';
52445
52424
 
52446
52425
  if (!cellsFormat) {
52447
52426
  if (column.dataType === 'date') {
@@ -52457,12 +52436,12 @@ var saveAs = window.jqxSaveAs = saveAs
52457
52436
 
52458
52437
  if (that.locale && cellsFormat && cellsFormat.indexOf('c') >= 0 && dataFormat === 'xlsx') {
52459
52438
  if (that.locale !== '' && that.locale !== 'en') {
52460
- const currencySign = that._getCurrencyByLocale(that.locale);
52439
+ var currencySign = that._getCurrencyByLocale(that.locale);
52461
52440
  cellsFormat = currencySign + 'x' + cellsFormat;
52462
52441
  }
52463
52442
  }
52464
52443
 
52465
- const columnStyleObject = {
52444
+ var columnStyleObject = {
52466
52445
  textAlign: column.cellsAlign || 'left',
52467
52446
  format: cellsFormat
52468
52447
  };
@@ -52504,10 +52483,10 @@ var saveAs = window.jqxSaveAs = saveAs
52504
52483
 
52505
52484
 
52506
52485
  if (settings && settings.formatData) {
52507
- const formatDataCallback = (formattedData) => {
52486
+ var formatDataCallback = function(formattedData) {
52508
52487
  dataExporter.exportData(formattedData, dataFormat, dataExport.fileName, null);
52509
52488
  }
52510
- settings.formatData([...data], cols, data, formatDataCallback);
52489
+ settings.formatData(data, cols, data, formatDataCallback);
52511
52490
  }
52512
52491
  else {
52513
52492
  var output = dataExporter.exportData(data, dataFormat, dataExport.fileName, null);
@@ -73796,7 +73775,7 @@ var saveAs = window.jqxSaveAs = saveAs
73796
73775
  return true;
73797
73776
  }
73798
73777
 
73799
- self._keydown = true && !self.editcell;
73778
+ self._keydown = true && !self.editcell;
73800
73779
  var key = event.charCode ? event.charCode : event.keyCode ? event.keyCode : 0;
73801
73780
  if (key === 20) {
73802
73781
  if (!self._capsLock) {
@@ -74155,7 +74134,7 @@ var saveAs = window.jqxSaveAs = saveAs
74155
74134
 
74156
74135
  if (field.name === datafield) {
74157
74136
  if (field.type === 'bool' || field.type === 'boolean') {
74158
- value = true ? true : 0;
74137
+ value = true ? true : 0;
74159
74138
  }
74160
74139
 
74161
74140
  var column = that._getcolumnbydatafield(field.name);
@@ -96290,7 +96269,7 @@ var saveAs = window.jqxSaveAs = saveAs
96290
96269
  /******/ var __webpack_module_cache__ = {};
96291
96270
  /******/
96292
96271
  /******/ // The require function
96293
- /******/ function __nested_webpack_require_4237866__(moduleId) {
96272
+ /******/ function __webpack_require__(moduleId) {
96294
96273
  /******/ // Check if module is in cache
96295
96274
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
96296
96275
  /******/ if (cachedModule !== undefined) {
@@ -96304,7 +96283,7 @@ var saveAs = window.jqxSaveAs = saveAs
96304
96283
  /******/ };
96305
96284
  /******/
96306
96285
  /******/ // Execute the module function
96307
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_4237866__);
96286
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
96308
96287
  /******/
96309
96288
  /******/ // Return the exports of the module
96310
96289
  /******/ return module.exports;
@@ -96313,17 +96292,17 @@ var saveAs = window.jqxSaveAs = saveAs
96313
96292
  /************************************************************************/
96314
96293
  /******/ /* webpack/runtime/amd options */
96315
96294
  /******/ (() => {
96316
- /******/ __nested_webpack_require_4237866__.amdO = {};
96295
+ /******/ __webpack_require__.amdO = {};
96317
96296
  /******/ })();
96318
96297
  /******/
96319
96298
  /******/ /* webpack/runtime/compat get default export */
96320
96299
  /******/ (() => {
96321
96300
  /******/ // getDefaultExport function for compatibility with non-harmony modules
96322
- /******/ __nested_webpack_require_4237866__.n = (module) => {
96301
+ /******/ __webpack_require__.n = (module) => {
96323
96302
  /******/ var getter = module && module.__esModule ?
96324
96303
  /******/ () => (module['default']) :
96325
96304
  /******/ () => (module);
96326
- /******/ __nested_webpack_require_4237866__.d(getter, { a: getter });
96305
+ /******/ __webpack_require__.d(getter, { a: getter });
96327
96306
  /******/ return getter;
96328
96307
  /******/ };
96329
96308
  /******/ })();
@@ -96331,9 +96310,9 @@ var saveAs = window.jqxSaveAs = saveAs
96331
96310
  /******/ /* webpack/runtime/define property getters */
96332
96311
  /******/ (() => {
96333
96312
  /******/ // define getter functions for harmony exports
96334
- /******/ __nested_webpack_require_4237866__.d = (exports, definition) => {
96313
+ /******/ __webpack_require__.d = (exports, definition) => {
96335
96314
  /******/ for(var key in definition) {
96336
- /******/ if(__nested_webpack_require_4237866__.o(definition, key) && !__nested_webpack_require_4237866__.o(exports, key)) {
96315
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
96337
96316
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
96338
96317
  /******/ }
96339
96318
  /******/ }
@@ -96342,7 +96321,7 @@ var saveAs = window.jqxSaveAs = saveAs
96342
96321
  /******/
96343
96322
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
96344
96323
  /******/ (() => {
96345
- /******/ __nested_webpack_require_4237866__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
96324
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
96346
96325
  /******/ })();
96347
96326
  /******/
96348
96327
  /************************************************************************/
@@ -96350,64 +96329,64 @@ var __webpack_exports__ = {};
96350
96329
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
96351
96330
  (() => {
96352
96331
  "use strict";
96353
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_4237866__(5459);
96354
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
96355
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_4237866__(4198);
96356
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
96357
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_4237866__(3907);
96358
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
96359
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_4237866__(714);
96360
- /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
96361
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_4237866__(7351);
96362
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
96363
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_4237866__(7196);
96364
- /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
96365
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_4237866__(4240);
96366
- /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
96367
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_4237866__(1610);
96368
- /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
96369
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_4237866__(1062);
96370
- /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
96371
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_4237866__(5868);
96372
- /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
96373
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_4237866__(4720);
96374
- /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
96375
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_4237866__(7995);
96376
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
96377
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_4237866__(4545);
96378
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
96379
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_4237866__(2497);
96380
- /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
96381
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_4237866__(5725);
96382
- /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
96383
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_4237866__(4993);
96384
- /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
96385
- /* harmony import */ var _jqxgrid__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_4237866__(4007);
96386
- /* harmony import */ var _jqxgrid__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid__WEBPACK_IMPORTED_MODULE_16__);
96387
- /* harmony import */ var _jqxgrid_edit__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_4237866__(5574);
96388
- /* harmony import */ var _jqxgrid_edit__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_edit__WEBPACK_IMPORTED_MODULE_17__);
96389
- /* harmony import */ var _jqxgrid_pager__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_4237866__(5911);
96390
- /* harmony import */ var _jqxgrid_pager__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_pager__WEBPACK_IMPORTED_MODULE_18__);
96391
- /* harmony import */ var _jqxgrid_selection__WEBPACK_IMPORTED_MODULE_19__ = __nested_webpack_require_4237866__(9041);
96392
- /* harmony import */ var _jqxgrid_selection__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_selection__WEBPACK_IMPORTED_MODULE_19__);
96393
- /* harmony import */ var _jqxgrid_filter__WEBPACK_IMPORTED_MODULE_20__ = __nested_webpack_require_4237866__(8690);
96394
- /* harmony import */ var _jqxgrid_filter__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_filter__WEBPACK_IMPORTED_MODULE_20__);
96395
- /* harmony import */ var _jqxgrid_sort__WEBPACK_IMPORTED_MODULE_21__ = __nested_webpack_require_4237866__(4687);
96396
- /* harmony import */ var _jqxgrid_sort__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_sort__WEBPACK_IMPORTED_MODULE_21__);
96397
- /* harmony import */ var _jqxgrid_storage__WEBPACK_IMPORTED_MODULE_22__ = __nested_webpack_require_4237866__(9701);
96398
- /* harmony import */ var _jqxgrid_storage__WEBPACK_IMPORTED_MODULE_22___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_storage__WEBPACK_IMPORTED_MODULE_22__);
96399
- /* harmony import */ var _jqxgrid_grouping__WEBPACK_IMPORTED_MODULE_23__ = __nested_webpack_require_4237866__(3066);
96400
- /* harmony import */ var _jqxgrid_grouping__WEBPACK_IMPORTED_MODULE_23___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_grouping__WEBPACK_IMPORTED_MODULE_23__);
96401
- /* harmony import */ var _jqxgrid_export__WEBPACK_IMPORTED_MODULE_24__ = __nested_webpack_require_4237866__(469);
96402
- /* harmony import */ var _jqxgrid_export__WEBPACK_IMPORTED_MODULE_24___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_export__WEBPACK_IMPORTED_MODULE_24__);
96403
- /* harmony import */ var _jqxgrid_columnsresize__WEBPACK_IMPORTED_MODULE_25__ = __nested_webpack_require_4237866__(4854);
96404
- /* harmony import */ var _jqxgrid_columnsresize__WEBPACK_IMPORTED_MODULE_25___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_columnsresize__WEBPACK_IMPORTED_MODULE_25__);
96405
- /* harmony import */ var _jqxgrid_columnsreorder__WEBPACK_IMPORTED_MODULE_26__ = __nested_webpack_require_4237866__(2421);
96406
- /* harmony import */ var _jqxgrid_columnsreorder__WEBPACK_IMPORTED_MODULE_26___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_columnsreorder__WEBPACK_IMPORTED_MODULE_26__);
96407
- /* harmony import */ var _jqxgrid_aggregates__WEBPACK_IMPORTED_MODULE_27__ = __nested_webpack_require_4237866__(3189);
96408
- /* harmony import */ var _jqxgrid_aggregates__WEBPACK_IMPORTED_MODULE_27___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_aggregates__WEBPACK_IMPORTED_MODULE_27__);
96409
- /* harmony import */ var _jqxgrid_chart__WEBPACK_IMPORTED_MODULE_28__ = __nested_webpack_require_4237866__(2465);
96410
- /* harmony import */ var _jqxgrid_chart__WEBPACK_IMPORTED_MODULE_28___default = /*#__PURE__*/__nested_webpack_require_4237866__.n(_jqxgrid_chart__WEBPACK_IMPORTED_MODULE_28__);
96332
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
96333
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
96334
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
96335
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
96336
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
96337
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
96338
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
96339
+ /* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
96340
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
96341
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
96342
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
96343
+ /* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
96344
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
96345
+ /* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
96346
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
96347
+ /* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
96348
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
96349
+ /* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
96350
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
96351
+ /* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
96352
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
96353
+ /* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
96354
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
96355
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
96356
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
96357
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
96358
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
96359
+ /* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
96360
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
96361
+ /* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
96362
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
96363
+ /* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
96364
+ /* harmony import */ var _jqxgrid__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(4007);
96365
+ /* harmony import */ var _jqxgrid__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid__WEBPACK_IMPORTED_MODULE_16__);
96366
+ /* harmony import */ var _jqxgrid_edit__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(5574);
96367
+ /* harmony import */ var _jqxgrid_edit__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_edit__WEBPACK_IMPORTED_MODULE_17__);
96368
+ /* harmony import */ var _jqxgrid_pager__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(5911);
96369
+ /* harmony import */ var _jqxgrid_pager__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_pager__WEBPACK_IMPORTED_MODULE_18__);
96370
+ /* harmony import */ var _jqxgrid_selection__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(9041);
96371
+ /* harmony import */ var _jqxgrid_selection__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_selection__WEBPACK_IMPORTED_MODULE_19__);
96372
+ /* harmony import */ var _jqxgrid_filter__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(8690);
96373
+ /* harmony import */ var _jqxgrid_filter__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_filter__WEBPACK_IMPORTED_MODULE_20__);
96374
+ /* harmony import */ var _jqxgrid_sort__WEBPACK_IMPORTED_MODULE_21__ = __webpack_require__(4687);
96375
+ /* harmony import */ var _jqxgrid_sort__WEBPACK_IMPORTED_MODULE_21___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_sort__WEBPACK_IMPORTED_MODULE_21__);
96376
+ /* harmony import */ var _jqxgrid_storage__WEBPACK_IMPORTED_MODULE_22__ = __webpack_require__(9701);
96377
+ /* harmony import */ var _jqxgrid_storage__WEBPACK_IMPORTED_MODULE_22___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_storage__WEBPACK_IMPORTED_MODULE_22__);
96378
+ /* harmony import */ var _jqxgrid_grouping__WEBPACK_IMPORTED_MODULE_23__ = __webpack_require__(3066);
96379
+ /* harmony import */ var _jqxgrid_grouping__WEBPACK_IMPORTED_MODULE_23___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_grouping__WEBPACK_IMPORTED_MODULE_23__);
96380
+ /* harmony import */ var _jqxgrid_export__WEBPACK_IMPORTED_MODULE_24__ = __webpack_require__(469);
96381
+ /* harmony import */ var _jqxgrid_export__WEBPACK_IMPORTED_MODULE_24___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_export__WEBPACK_IMPORTED_MODULE_24__);
96382
+ /* harmony import */ var _jqxgrid_columnsresize__WEBPACK_IMPORTED_MODULE_25__ = __webpack_require__(4854);
96383
+ /* harmony import */ var _jqxgrid_columnsresize__WEBPACK_IMPORTED_MODULE_25___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_columnsresize__WEBPACK_IMPORTED_MODULE_25__);
96384
+ /* harmony import */ var _jqxgrid_columnsreorder__WEBPACK_IMPORTED_MODULE_26__ = __webpack_require__(2421);
96385
+ /* harmony import */ var _jqxgrid_columnsreorder__WEBPACK_IMPORTED_MODULE_26___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_columnsreorder__WEBPACK_IMPORTED_MODULE_26__);
96386
+ /* harmony import */ var _jqxgrid_aggregates__WEBPACK_IMPORTED_MODULE_27__ = __webpack_require__(3189);
96387
+ /* harmony import */ var _jqxgrid_aggregates__WEBPACK_IMPORTED_MODULE_27___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_aggregates__WEBPACK_IMPORTED_MODULE_27__);
96388
+ /* harmony import */ var _jqxgrid_chart__WEBPACK_IMPORTED_MODULE_28__ = __webpack_require__(2465);
96389
+ /* harmony import */ var _jqxgrid_chart__WEBPACK_IMPORTED_MODULE_28___default = /*#__PURE__*/__webpack_require__.n(_jqxgrid_chart__WEBPACK_IMPORTED_MODULE_28__);
96411
96390
 
96412
96391
 
96413
96392
 
@@ -96439,7 +96418,5 @@ var __webpack_exports__ = {};
96439
96418
 
96440
96419
  })();
96441
96420
 
96442
- /******/ })()
96443
- ;
96444
96421
  /******/ })()
96445
96422
  ;
@@ -1,14 +1,6 @@
1
1
 
2
- /* Release Date: Sep-17-2024
3
- Copyright (c) 2011-2024 jQWidgets.
4
- License: https://jqwidgets.com/license/ */
5
-
6
-
7
- /******/ (() => { // webpackBootstrap
8
- var __webpack_exports__ = {};
9
-
10
- /* Release Date: Sep-17-2024
11
- Copyright (c) 2011-2024 jQWidgets.
2
+ /* Release Date: Jan-28-2025
3
+ Copyright (c) 2011-2025 jQWidgets.
12
4
  License: https://jqwidgets.com/license/ */
13
5
 
14
6
 
@@ -16,15 +8,15 @@ License: https://jqwidgets.com/license/ */
16
8
  /******/ var __webpack_modules__ = ({
17
9
 
18
10
  /***/ 5459:
19
- /***/ ((module, exports, __nested_webpack_require_227__) => {
11
+ /***/ ((module, exports, __webpack_require__) => {
20
12
 
21
13
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
22
14
  /* eslint-disable */
23
- (function () {
24
- if (typeof document === 'undefined') {
15
+ (function(){
16
+ if (typeof document === 'undefined') {
25
17
  return;
26
18
  }
27
-
19
+
28
20
  var oldBrowser = document.all && !document.addEventListener;
29
21
  if (!oldBrowser) {
30
22
  (function (window, undefined) {
@@ -8196,7 +8188,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8196
8188
  // file names, and JQXLite is normally delivered in a lowercase file name.
8197
8189
  // Do this after creating the global so that if an AMD module wants to call
8198
8190
  // noConflict to hide this version of JQXLite, it will work.
8199
- if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
8191
+ if ( true && __webpack_require__.amdO.JQXLite) {
8200
8192
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
8201
8193
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
8202
8194
  }
@@ -8217,19 +8209,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
8217
8209
  }
8218
8210
 
8219
8211
  if (window.jQuery) {
8220
- if (window.jQuery.fn.extend) {
8221
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
8222
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
8223
-
8224
- var keys = Object.keys(window.JQXLite.fn);
8225
- for (var index in keys) {
8226
- var key = keys[index];
8227
- if (window.jQuery.fn[key] == undefined) {
8228
- window.jQuery.fn[key] = window.JQXLite.fn[key];
8229
- }
8230
- }
8231
- }
8232
-
8233
8212
  window.minQuery = window.JQXLite = window.jQuery;
8234
8213
  return;
8235
8214
  }
@@ -9851,7 +9830,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
9851
9830
  if (!$(element).on || !$.access) {
9852
9831
  return $(element).html(value);
9853
9832
  }
9854
- try {
9833
+ try {
9855
9834
  return $.access(element, function (value) {
9856
9835
  var elem = element[0] || {},
9857
9836
  i = 0,
@@ -10344,12 +10323,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10344
10323
  returnValue = returnValue + $(window).scrollTop();
10345
10324
  }
10346
10325
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
10347
- return returnValue;
10348
- // return returnValue + $(window).scrollTop();
10326
+ return returnValue;
10327
+ // return returnValue + $(window).scrollTop();
10349
10328
  }
10350
10329
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
10351
10330
  return returnValue;
10352
- // return returnValue + $(window).scrollTop();
10331
+ // return returnValue + $(window).scrollTop();
10353
10332
  }
10354
10333
 
10355
10334
  return initialOffset.top;
@@ -11045,9 +11024,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11045
11024
  }
11046
11025
  });
11047
11026
 
11048
- if (!$.easing) {
11049
- $.easing = {};
11050
- }
11051
11027
  $.extend($.easing, {
11052
11028
  easeOutBack: function (x, t, b, c, d, s) {
11053
11029
  if (s == undefined) s = 1.70158;
@@ -18620,7 +18596,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18620
18596
  /******/ var __webpack_module_cache__ = {};
18621
18597
  /******/
18622
18598
  /******/ // The require function
18623
- /******/ function __nested_webpack_require_665992__(moduleId) {
18599
+ /******/ function __webpack_require__(moduleId) {
18624
18600
  /******/ // Check if module is in cache
18625
18601
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
18626
18602
  /******/ if (cachedModule !== undefined) {
@@ -18634,7 +18610,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18634
18610
  /******/ };
18635
18611
  /******/
18636
18612
  /******/ // Execute the module function
18637
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_665992__);
18613
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
18638
18614
  /******/
18639
18615
  /******/ // Return the exports of the module
18640
18616
  /******/ return module.exports;
@@ -18643,17 +18619,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18643
18619
  /************************************************************************/
18644
18620
  /******/ /* webpack/runtime/amd options */
18645
18621
  /******/ (() => {
18646
- /******/ __nested_webpack_require_665992__.amdO = {};
18622
+ /******/ __webpack_require__.amdO = {};
18647
18623
  /******/ })();
18648
18624
  /******/
18649
18625
  /******/ /* webpack/runtime/compat get default export */
18650
18626
  /******/ (() => {
18651
18627
  /******/ // getDefaultExport function for compatibility with non-harmony modules
18652
- /******/ __nested_webpack_require_665992__.n = (module) => {
18628
+ /******/ __webpack_require__.n = (module) => {
18653
18629
  /******/ var getter = module && module.__esModule ?
18654
18630
  /******/ () => (module['default']) :
18655
18631
  /******/ () => (module);
18656
- /******/ __nested_webpack_require_665992__.d(getter, { a: getter });
18632
+ /******/ __webpack_require__.d(getter, { a: getter });
18657
18633
  /******/ return getter;
18658
18634
  /******/ };
18659
18635
  /******/ })();
@@ -18661,9 +18637,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18661
18637
  /******/ /* webpack/runtime/define property getters */
18662
18638
  /******/ (() => {
18663
18639
  /******/ // define getter functions for harmony exports
18664
- /******/ __nested_webpack_require_665992__.d = (exports, definition) => {
18640
+ /******/ __webpack_require__.d = (exports, definition) => {
18665
18641
  /******/ for(var key in definition) {
18666
- /******/ if(__nested_webpack_require_665992__.o(definition, key) && !__nested_webpack_require_665992__.o(exports, key)) {
18642
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
18667
18643
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
18668
18644
  /******/ }
18669
18645
  /******/ }
@@ -18672,7 +18648,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
18672
18648
  /******/
18673
18649
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
18674
18650
  /******/ (() => {
18675
- /******/ __nested_webpack_require_665992__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
18651
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
18676
18652
  /******/ })();
18677
18653
  /******/
18678
18654
  /************************************************************************/
@@ -18680,19 +18656,17 @@ var __webpack_exports__ = {};
18680
18656
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
18681
18657
  (() => {
18682
18658
  "use strict";
18683
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_665992__(5459);
18684
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_665992__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
18685
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_665992__(4198);
18686
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_665992__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
18687
- /* harmony import */ var _jqxheatmap__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_665992__(6816);
18688
- /* harmony import */ var _jqxheatmap__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_665992__.n(_jqxheatmap__WEBPACK_IMPORTED_MODULE_2__);
18659
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
18660
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
18661
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
18662
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
18663
+ /* harmony import */ var _jqxheatmap__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6816);
18664
+ /* harmony import */ var _jqxheatmap__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxheatmap__WEBPACK_IMPORTED_MODULE_2__);
18689
18665
 
18690
18666
 
18691
18667
 
18692
18668
 
18693
18669
  })();
18694
18670
 
18695
- /******/ })()
18696
- ;
18697
18671
  /******/ })()
18698
18672
  ;