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
 
@@ -11920,15 +11904,15 @@ License: https://jqwidgets.com/license/ */
11920
11904
  /***/ }),
11921
11905
 
11922
11906
  /***/ 5459:
11923
- /***/ ((module, exports, __nested_webpack_require_518559__) => {
11907
+ /***/ ((module, exports, __webpack_require__) => {
11924
11908
 
11925
11909
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
11926
11910
  /* eslint-disable */
11927
- (function () {
11928
- if (typeof document === 'undefined') {
11911
+ (function(){
11912
+ if (typeof document === 'undefined') {
11929
11913
  return;
11930
11914
  }
11931
-
11915
+
11932
11916
  var oldBrowser = document.all && !document.addEventListener;
11933
11917
  if (!oldBrowser) {
11934
11918
  (function (window, undefined) {
@@ -20100,7 +20084,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20100
20084
  // file names, and JQXLite is normally delivered in a lowercase file name.
20101
20085
  // Do this after creating the global so that if an AMD module wants to call
20102
20086
  // noConflict to hide this version of JQXLite, it will work.
20103
- if ( true && __nested_webpack_require_518559__.amdO.JQXLite) {
20087
+ if ( true && __webpack_require__.amdO.JQXLite) {
20104
20088
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
20105
20089
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
20106
20090
  }
@@ -20121,19 +20105,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
20121
20105
  }
20122
20106
 
20123
20107
  if (window.jQuery) {
20124
- if (window.jQuery.fn.extend) {
20125
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
20126
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
20127
-
20128
- var keys = Object.keys(window.JQXLite.fn);
20129
- for (var index in keys) {
20130
- var key = keys[index];
20131
- if (window.jQuery.fn[key] == undefined) {
20132
- window.jQuery.fn[key] = window.JQXLite.fn[key];
20133
- }
20134
- }
20135
- }
20136
-
20137
20108
  window.minQuery = window.JQXLite = window.jQuery;
20138
20109
  return;
20139
20110
  }
@@ -21755,7 +21726,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
21755
21726
  if (!$(element).on || !$.access) {
21756
21727
  return $(element).html(value);
21757
21728
  }
21758
- try {
21729
+ try {
21759
21730
  return $.access(element, function (value) {
21760
21731
  var elem = element[0] || {},
21761
21732
  i = 0,
@@ -22248,12 +22219,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
22248
22219
  returnValue = returnValue + $(window).scrollTop();
22249
22220
  }
22250
22221
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
22251
- return returnValue;
22252
- // return returnValue + $(window).scrollTop();
22222
+ return returnValue;
22223
+ // return returnValue + $(window).scrollTop();
22253
22224
  }
22254
22225
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
22255
22226
  return returnValue;
22256
- // return returnValue + $(window).scrollTop();
22227
+ // return returnValue + $(window).scrollTop();
22257
22228
  }
22258
22229
 
22259
22230
  return initialOffset.top;
@@ -22949,9 +22920,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
22949
22920
  }
22950
22921
  });
22951
22922
 
22952
- if (!$.easing) {
22953
- $.easing = {};
22954
- }
22955
22923
  $.extend($.easing, {
22956
22924
  easeOutBack: function (x, t, b, c, d, s) {
22957
22925
  if (s == undefined) s = 1.70158;
@@ -37322,7 +37290,7 @@ var saveAs = window.jqxSaveAs = saveAs
37322
37290
  /******/ var __webpack_module_cache__ = {};
37323
37291
  /******/
37324
37292
  /******/ // The require function
37325
- /******/ function __nested_webpack_require_1450743__(moduleId) {
37293
+ /******/ function __webpack_require__(moduleId) {
37326
37294
  /******/ // Check if module is in cache
37327
37295
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
37328
37296
  /******/ if (cachedModule !== undefined) {
@@ -37336,7 +37304,7 @@ var saveAs = window.jqxSaveAs = saveAs
37336
37304
  /******/ };
37337
37305
  /******/
37338
37306
  /******/ // Execute the module function
37339
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1450743__);
37307
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
37340
37308
  /******/
37341
37309
  /******/ // Return the exports of the module
37342
37310
  /******/ return module.exports;
@@ -37345,17 +37313,17 @@ var saveAs = window.jqxSaveAs = saveAs
37345
37313
  /************************************************************************/
37346
37314
  /******/ /* webpack/runtime/amd options */
37347
37315
  /******/ (() => {
37348
- /******/ __nested_webpack_require_1450743__.amdO = {};
37316
+ /******/ __webpack_require__.amdO = {};
37349
37317
  /******/ })();
37350
37318
  /******/
37351
37319
  /******/ /* webpack/runtime/compat get default export */
37352
37320
  /******/ (() => {
37353
37321
  /******/ // getDefaultExport function for compatibility with non-harmony modules
37354
- /******/ __nested_webpack_require_1450743__.n = (module) => {
37322
+ /******/ __webpack_require__.n = (module) => {
37355
37323
  /******/ var getter = module && module.__esModule ?
37356
37324
  /******/ () => (module['default']) :
37357
37325
  /******/ () => (module);
37358
- /******/ __nested_webpack_require_1450743__.d(getter, { a: getter });
37326
+ /******/ __webpack_require__.d(getter, { a: getter });
37359
37327
  /******/ return getter;
37360
37328
  /******/ };
37361
37329
  /******/ })();
@@ -37363,9 +37331,9 @@ var saveAs = window.jqxSaveAs = saveAs
37363
37331
  /******/ /* webpack/runtime/define property getters */
37364
37332
  /******/ (() => {
37365
37333
  /******/ // define getter functions for harmony exports
37366
- /******/ __nested_webpack_require_1450743__.d = (exports, definition) => {
37334
+ /******/ __webpack_require__.d = (exports, definition) => {
37367
37335
  /******/ for(var key in definition) {
37368
- /******/ if(__nested_webpack_require_1450743__.o(definition, key) && !__nested_webpack_require_1450743__.o(exports, key)) {
37336
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
37369
37337
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
37370
37338
  /******/ }
37371
37339
  /******/ }
@@ -37374,7 +37342,7 @@ var saveAs = window.jqxSaveAs = saveAs
37374
37342
  /******/
37375
37343
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
37376
37344
  /******/ (() => {
37377
- /******/ __nested_webpack_require_1450743__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
37345
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
37378
37346
  /******/ })();
37379
37347
  /******/
37380
37348
  /************************************************************************/
@@ -37382,24 +37350,24 @@ var __webpack_exports__ = {};
37382
37350
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
37383
37351
  (() => {
37384
37352
  "use strict";
37385
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1450743__(5459);
37386
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
37387
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1450743__(4198);
37388
- /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
37389
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1450743__(3907);
37390
- /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
37391
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1450743__(3159);
37392
- /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_3__);
37393
- /* harmony import */ var _jqxchart_core__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1450743__(7848);
37394
- /* harmony import */ var _jqxchart_core__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxchart_core__WEBPACK_IMPORTED_MODULE_4__);
37395
- /* harmony import */ var _jqxchart_api__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1450743__(9815);
37396
- /* harmony import */ var _jqxchart_api__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxchart_api__WEBPACK_IMPORTED_MODULE_5__);
37397
- /* harmony import */ var _jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1450743__(675);
37398
- /* harmony import */ var _jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6__);
37399
- /* harmony import */ var _jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1450743__(2306);
37400
- /* harmony import */ var _jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7__);
37401
- /* harmony import */ var _jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_1450743__(2462);
37402
- /* harmony import */ var _jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_1450743__.n(_jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8__);
37353
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
37354
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
37355
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
37356
+ /* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
37357
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
37358
+ /* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
37359
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3159);
37360
+ /* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_3__);
37361
+ /* harmony import */ var _jqxchart_core__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7848);
37362
+ /* harmony import */ var _jqxchart_core__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxchart_core__WEBPACK_IMPORTED_MODULE_4__);
37363
+ /* harmony import */ var _jqxchart_api__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(9815);
37364
+ /* harmony import */ var _jqxchart_api__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxchart_api__WEBPACK_IMPORTED_MODULE_5__);
37365
+ /* harmony import */ var _jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(675);
37366
+ /* harmony import */ var _jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6__);
37367
+ /* harmony import */ var _jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(2306);
37368
+ /* harmony import */ var _jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7__);
37369
+ /* harmony import */ var _jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(2462);
37370
+ /* harmony import */ var _jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8__);
37403
37371
 
37404
37372
 
37405
37373
 
@@ -37411,9 +37379,5 @@ var __webpack_exports__ = {};
37411
37379
 
37412
37380
  })();
37413
37381
 
37414
- /******/ })()
37415
- ;
37416
- /******/ })()
37417
- ;
37418
37382
  /******/ })()
37419
37383
  ;
@@ -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
 
@@ -2060,15 +2044,15 @@ License: https://jqwidgets.com/license/ */
2060
2044
  /***/ }),
2061
2045
 
2062
2046
  /***/ 5459:
2063
- /***/ ((module, exports, __nested_webpack_require_84851__) => {
2047
+ /***/ ((module, exports, __webpack_require__) => {
2064
2048
 
2065
2049
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
2066
2050
  /* eslint-disable */
2067
- (function () {
2068
- if (typeof document === 'undefined') {
2051
+ (function(){
2052
+ if (typeof document === 'undefined') {
2069
2053
  return;
2070
2054
  }
2071
-
2055
+
2072
2056
  var oldBrowser = document.all && !document.addEventListener;
2073
2057
  if (!oldBrowser) {
2074
2058
  (function (window, undefined) {
@@ -10240,7 +10224,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10240
10224
  // file names, and JQXLite is normally delivered in a lowercase file name.
10241
10225
  // Do this after creating the global so that if an AMD module wants to call
10242
10226
  // noConflict to hide this version of JQXLite, it will work.
10243
- if ( true && __nested_webpack_require_84851__.amdO.JQXLite) {
10227
+ if ( true && __webpack_require__.amdO.JQXLite) {
10244
10228
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10245
10229
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10246
10230
  }
@@ -10261,19 +10245,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10261
10245
  }
10262
10246
 
10263
10247
  if (window.jQuery) {
10264
- if (window.jQuery.fn.extend) {
10265
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
10266
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
10267
-
10268
- var keys = Object.keys(window.JQXLite.fn);
10269
- for (var index in keys) {
10270
- var key = keys[index];
10271
- if (window.jQuery.fn[key] == undefined) {
10272
- window.jQuery.fn[key] = window.JQXLite.fn[key];
10273
- }
10274
- }
10275
- }
10276
-
10277
10248
  window.minQuery = window.JQXLite = window.jQuery;
10278
10249
  return;
10279
10250
  }
@@ -11895,7 +11866,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
11895
11866
  if (!$(element).on || !$.access) {
11896
11867
  return $(element).html(value);
11897
11868
  }
11898
- try {
11869
+ try {
11899
11870
  return $.access(element, function (value) {
11900
11871
  var elem = element[0] || {},
11901
11872
  i = 0,
@@ -12388,12 +12359,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12388
12359
  returnValue = returnValue + $(window).scrollTop();
12389
12360
  }
12390
12361
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
12391
- return returnValue;
12392
- // return returnValue + $(window).scrollTop();
12362
+ return returnValue;
12363
+ // return returnValue + $(window).scrollTop();
12393
12364
  }
12394
12365
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
12395
12366
  return returnValue;
12396
- // return returnValue + $(window).scrollTop();
12367
+ // return returnValue + $(window).scrollTop();
12397
12368
  }
12398
12369
 
12399
12370
  return initialOffset.top;
@@ -13089,9 +13060,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13089
13060
  }
13090
13061
  });
13091
13062
 
13092
- if (!$.easing) {
13093
- $.easing = {};
13094
- }
13095
13063
  $.extend($.easing, {
13096
13064
  easeOutBack: function (x, t, b, c, d, s) {
13097
13065
  if (s == undefined) s = 1.70158;
@@ -17401,7 +17369,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17401
17369
  /******/ var __webpack_module_cache__ = {};
17402
17370
  /******/
17403
17371
  /******/ // The require function
17404
- /******/ function __nested_webpack_require_591808__(moduleId) {
17372
+ /******/ function __webpack_require__(moduleId) {
17405
17373
  /******/ // Check if module is in cache
17406
17374
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
17407
17375
  /******/ if (cachedModule !== undefined) {
@@ -17415,7 +17383,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17415
17383
  /******/ };
17416
17384
  /******/
17417
17385
  /******/ // Execute the module function
17418
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_591808__);
17386
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
17419
17387
  /******/
17420
17388
  /******/ // Return the exports of the module
17421
17389
  /******/ return module.exports;
@@ -17424,17 +17392,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17424
17392
  /************************************************************************/
17425
17393
  /******/ /* webpack/runtime/amd options */
17426
17394
  /******/ (() => {
17427
- /******/ __nested_webpack_require_591808__.amdO = {};
17395
+ /******/ __webpack_require__.amdO = {};
17428
17396
  /******/ })();
17429
17397
  /******/
17430
17398
  /******/ /* webpack/runtime/compat get default export */
17431
17399
  /******/ (() => {
17432
17400
  /******/ // getDefaultExport function for compatibility with non-harmony modules
17433
- /******/ __nested_webpack_require_591808__.n = (module) => {
17401
+ /******/ __webpack_require__.n = (module) => {
17434
17402
  /******/ var getter = module && module.__esModule ?
17435
17403
  /******/ () => (module['default']) :
17436
17404
  /******/ () => (module);
17437
- /******/ __nested_webpack_require_591808__.d(getter, { a: getter });
17405
+ /******/ __webpack_require__.d(getter, { a: getter });
17438
17406
  /******/ return getter;
17439
17407
  /******/ };
17440
17408
  /******/ })();
@@ -17442,9 +17410,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17442
17410
  /******/ /* webpack/runtime/define property getters */
17443
17411
  /******/ (() => {
17444
17412
  /******/ // define getter functions for harmony exports
17445
- /******/ __nested_webpack_require_591808__.d = (exports, definition) => {
17413
+ /******/ __webpack_require__.d = (exports, definition) => {
17446
17414
  /******/ for(var key in definition) {
17447
- /******/ if(__nested_webpack_require_591808__.o(definition, key) && !__nested_webpack_require_591808__.o(exports, key)) {
17415
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
17448
17416
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
17449
17417
  /******/ }
17450
17418
  /******/ }
@@ -17453,7 +17421,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
17453
17421
  /******/
17454
17422
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
17455
17423
  /******/ (() => {
17456
- /******/ __nested_webpack_require_591808__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
17424
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
17457
17425
  /******/ })();
17458
17426
  /******/
17459
17427
  /************************************************************************/
@@ -17461,23 +17429,19 @@ var __webpack_exports__ = {};
17461
17429
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
17462
17430
  (() => {
17463
17431
  "use strict";
17464
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_591808__(5459);
17465
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_591808__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
17466
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_591808__(7351);
17467
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_591808__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
17468
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_591808__(7995);
17469
- /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_591808__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_2__);
17470
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_591808__(4545);
17471
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_591808__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_3__);
17432
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
17433
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
17434
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
17435
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
17436
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7995);
17437
+ /* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_2__);
17438
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4545);
17439
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_3__);
17472
17440
 
17473
17441
 
17474
17442
 
17475
17443
 
17476
17444
  })();
17477
17445
 
17478
- /******/ })()
17479
- ;
17480
- /******/ })()
17481
- ;
17482
17446
  /******/ })()
17483
17447
  ;
@@ -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
 
@@ -2466,15 +2450,15 @@ License: https://jqwidgets.com/license/ */
2466
2450
  /***/ }),
2467
2451
 
2468
2452
  /***/ 5459:
2469
- /***/ ((module, exports, __nested_webpack_require_98119__) => {
2453
+ /***/ ((module, exports, __webpack_require__) => {
2470
2454
 
2471
2455
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
2472
2456
  /* eslint-disable */
2473
- (function () {
2474
- if (typeof document === 'undefined') {
2457
+ (function(){
2458
+ if (typeof document === 'undefined') {
2475
2459
  return;
2476
2460
  }
2477
-
2461
+
2478
2462
  var oldBrowser = document.all && !document.addEventListener;
2479
2463
  if (!oldBrowser) {
2480
2464
  (function (window, undefined) {
@@ -10646,7 +10630,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10646
10630
  // file names, and JQXLite is normally delivered in a lowercase file name.
10647
10631
  // Do this after creating the global so that if an AMD module wants to call
10648
10632
  // noConflict to hide this version of JQXLite, it will work.
10649
- if ( true && __nested_webpack_require_98119__.amdO.JQXLite) {
10633
+ if ( true && __webpack_require__.amdO.JQXLite) {
10650
10634
  !(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
10651
10635
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
10652
10636
  }
@@ -10667,19 +10651,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
10667
10651
  }
10668
10652
 
10669
10653
  if (window.jQuery) {
10670
- if (window.jQuery.fn.extend) {
10671
- window.jQuery.fn.stop = window.JQXLite.fn.stop;
10672
- window.jQuery.fn.animate = window.JQXLite.fn.animate;
10673
-
10674
- var keys = Object.keys(window.JQXLite.fn);
10675
- for (var index in keys) {
10676
- var key = keys[index];
10677
- if (window.jQuery.fn[key] == undefined) {
10678
- window.jQuery.fn[key] = window.JQXLite.fn[key];
10679
- }
10680
- }
10681
- }
10682
-
10683
10654
  window.minQuery = window.JQXLite = window.jQuery;
10684
10655
  return;
10685
10656
  }
@@ -12301,7 +12272,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12301
12272
  if (!$(element).on || !$.access) {
12302
12273
  return $(element).html(value);
12303
12274
  }
12304
- try {
12275
+ try {
12305
12276
  return $.access(element, function (value) {
12306
12277
  var elem = element[0] || {},
12307
12278
  i = 0,
@@ -12794,12 +12765,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
12794
12765
  returnValue = returnValue + $(window).scrollTop();
12795
12766
  }
12796
12767
  if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
12797
- return returnValue;
12798
- // return returnValue + $(window).scrollTop();
12768
+ return returnValue;
12769
+ // return returnValue + $(window).scrollTop();
12799
12770
  }
12800
12771
  if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
12801
12772
  return returnValue;
12802
- // return returnValue + $(window).scrollTop();
12773
+ // return returnValue + $(window).scrollTop();
12803
12774
  }
12804
12775
 
12805
12776
  return initialOffset.top;
@@ -13495,9 +13466,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13495
13466
  }
13496
13467
  });
13497
13468
 
13498
- if (!$.easing) {
13499
- $.easing = {};
13500
- }
13501
13469
  $.extend($.easing, {
13502
13470
  easeOutBack: function (x, t, b, c, d, s) {
13503
13471
  if (s == undefined) s = 1.70158;
@@ -13849,7 +13817,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13849
13817
  /******/ var __webpack_module_cache__ = {};
13850
13818
  /******/
13851
13819
  /******/ // The require function
13852
- /******/ function __nested_webpack_require_447110__(moduleId) {
13820
+ /******/ function __webpack_require__(moduleId) {
13853
13821
  /******/ // Check if module is in cache
13854
13822
  /******/ var cachedModule = __webpack_module_cache__[moduleId];
13855
13823
  /******/ if (cachedModule !== undefined) {
@@ -13863,7 +13831,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13863
13831
  /******/ };
13864
13832
  /******/
13865
13833
  /******/ // Execute the module function
13866
- /******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_447110__);
13834
+ /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
13867
13835
  /******/
13868
13836
  /******/ // Return the exports of the module
13869
13837
  /******/ return module.exports;
@@ -13872,17 +13840,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13872
13840
  /************************************************************************/
13873
13841
  /******/ /* webpack/runtime/amd options */
13874
13842
  /******/ (() => {
13875
- /******/ __nested_webpack_require_447110__.amdO = {};
13843
+ /******/ __webpack_require__.amdO = {};
13876
13844
  /******/ })();
13877
13845
  /******/
13878
13846
  /******/ /* webpack/runtime/compat get default export */
13879
13847
  /******/ (() => {
13880
13848
  /******/ // getDefaultExport function for compatibility with non-harmony modules
13881
- /******/ __nested_webpack_require_447110__.n = (module) => {
13849
+ /******/ __webpack_require__.n = (module) => {
13882
13850
  /******/ var getter = module && module.__esModule ?
13883
13851
  /******/ () => (module['default']) :
13884
13852
  /******/ () => (module);
13885
- /******/ __nested_webpack_require_447110__.d(getter, { a: getter });
13853
+ /******/ __webpack_require__.d(getter, { a: getter });
13886
13854
  /******/ return getter;
13887
13855
  /******/ };
13888
13856
  /******/ })();
@@ -13890,9 +13858,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13890
13858
  /******/ /* webpack/runtime/define property getters */
13891
13859
  /******/ (() => {
13892
13860
  /******/ // define getter functions for harmony exports
13893
- /******/ __nested_webpack_require_447110__.d = (exports, definition) => {
13861
+ /******/ __webpack_require__.d = (exports, definition) => {
13894
13862
  /******/ for(var key in definition) {
13895
- /******/ if(__nested_webpack_require_447110__.o(definition, key) && !__nested_webpack_require_447110__.o(exports, key)) {
13863
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
13896
13864
  /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
13897
13865
  /******/ }
13898
13866
  /******/ }
@@ -13901,7 +13869,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
13901
13869
  /******/
13902
13870
  /******/ /* webpack/runtime/hasOwnProperty shorthand */
13903
13871
  /******/ (() => {
13904
- /******/ __nested_webpack_require_447110__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13872
+ /******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
13905
13873
  /******/ })();
13906
13874
  /******/
13907
13875
  /************************************************************************/
@@ -13909,23 +13877,19 @@ var __webpack_exports__ = {};
13909
13877
  // This entry need to be wrapped in an IIFE because it need to be in strict mode.
13910
13878
  (() => {
13911
13879
  "use strict";
13912
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_447110__(5459);
13913
- /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_447110__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13914
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_447110__(7351);
13915
- /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_447110__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13916
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_447110__(4545);
13917
- /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_447110__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_2__);
13918
- /* harmony import */ var _jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_447110__(2494);
13919
- /* harmony import */ var _jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_447110__.n(_jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3__);
13880
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
13881
+ /* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
13882
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
13883
+ /* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
13884
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4545);
13885
+ /* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_2__);
13886
+ /* harmony import */ var _jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2494);
13887
+ /* harmony import */ var _jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3__);
13920
13888
 
13921
13889
 
13922
13890
 
13923
13891
 
13924
13892
  })();
13925
13893
 
13926
- /******/ })()
13927
- ;
13928
- /******/ })()
13929
- ;
13930
13894
  /******/ })()
13931
13895
  ;