jqwidgets-ng 22.0.0 → 22.0.2
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.
- package/jqwidgets/jqx-all.js +106 -3335
- package/jqwidgets/jqxbarcode.js +14 -0
- package/jqwidgets/jqxcheckboxgroup.js +14 -0
- package/jqwidgets/jqxcore.js +1 -1
- package/jqwidgets/jqxgrid.export.js +1 -831
- package/jqwidgets/jqxqrcode.js +14 -0
- package/jqwidgets/jqxradiobuttongroup.js +14 -0
- package/jqwidgets/jqxsplitlayout.js +1 -2456
- package/jqwidgets/modules/jqxbarcode.js +34 -14
- package/jqwidgets/modules/jqxbargauge.js +36 -16
- package/jqwidgets/modules/jqxbulletchart.js +38 -18
- package/jqwidgets/modules/jqxbuttongroup.js +36 -16
- package/jqwidgets/modules/jqxbuttons.js +34 -14
- package/jqwidgets/modules/jqxcalendar.js +40 -20
- package/jqwidgets/modules/jqxchart.js +48 -28
- package/jqwidgets/modules/jqxcheckbox.js +38 -18
- package/jqwidgets/modules/jqxcheckboxgroup.js +38 -18
- package/jqwidgets/modules/jqxcolorpicker.js +40 -20
- package/jqwidgets/modules/jqxcombobox.js +44 -24
- package/jqwidgets/modules/jqxcomplexinput.js +36 -16
- package/jqwidgets/modules/jqxdatatable.js +64 -44
- package/jqwidgets/modules/jqxdatetimeinput.js +58 -38
- package/jqwidgets/modules/jqxdocking.js +38 -18
- package/jqwidgets/modules/jqxdockinglayout.js +46 -26
- package/jqwidgets/modules/jqxdockpanel.js +36 -16
- package/jqwidgets/modules/jqxdragdrop.js +38 -18
- package/jqwidgets/modules/jqxdraw.js +34 -14
- package/jqwidgets/modules/jqxdropdownbutton.js +36 -16
- package/jqwidgets/modules/jqxdropdownlist.js +56 -36
- package/jqwidgets/modules/jqxeditor.js +68 -48
- package/jqwidgets/modules/jqxexpander.js +42 -22
- package/jqwidgets/modules/jqxfileupload.js +38 -18
- package/jqwidgets/modules/jqxform.js +66 -46
- package/jqwidgets/modules/jqxformattedinput.js +58 -38
- package/jqwidgets/modules/jqxgantt.js +36 -16
- package/jqwidgets/modules/jqxgauge.js +40 -20
- package/jqwidgets/modules/jqxgrid.js +90 -70
- package/jqwidgets/modules/jqxheatmap.js +36 -16
- package/jqwidgets/modules/jqxinput.js +38 -18
- package/jqwidgets/modules/jqxkanban.js +68 -48
- package/jqwidgets/modules/jqxknob.js +38 -18
- package/jqwidgets/modules/jqxlayout.js +46 -26
- package/jqwidgets/modules/jqxlineargauge.js +40 -20
- package/jqwidgets/modules/jqxlinkbutton.js +34 -14
- package/jqwidgets/modules/jqxlistbox.js +48 -28
- package/jqwidgets/modules/jqxlistmenu.js +64 -44
- package/jqwidgets/modules/jqxloader.js +34 -14
- package/jqwidgets/modules/jqxmaskedinput.js +34 -14
- package/jqwidgets/modules/jqxmenu.js +46 -26
- package/jqwidgets/modules/jqxnavbar.js +42 -22
- package/jqwidgets/modules/jqxnavigationbar.js +50 -30
- package/jqwidgets/modules/jqxnotification.js +42 -22
- package/jqwidgets/modules/jqxnumberinput.js +48 -28
- package/jqwidgets/modules/jqxpanel.js +40 -20
- package/jqwidgets/modules/jqxpasswordinput.js +42 -22
- package/jqwidgets/modules/jqxpivotdesigner.js +72 -52
- package/jqwidgets/modules/jqxpivotgrid.js +72 -52
- package/jqwidgets/modules/jqxpopover.js +36 -16
- package/jqwidgets/modules/jqxprogressbar.js +34 -14
- package/jqwidgets/modules/jqxqrcode.js +42 -22
- package/jqwidgets/modules/jqxradiobutongroup.js +38 -18
- package/jqwidgets/modules/jqxradiobutton.js +36 -16
- package/jqwidgets/modules/jqxrangeselector.js +38 -18
- package/jqwidgets/modules/jqxrating.js +36 -16
- package/jqwidgets/modules/jqxrepeatbutton.js +34 -14
- package/jqwidgets/modules/jqxresponsivepanel.js +36 -16
- package/jqwidgets/modules/jqxribbon.js +38 -18
- package/jqwidgets/modules/jqxscheduler.js +74 -54
- package/jqwidgets/modules/jqxscrollbar.js +36 -16
- package/jqwidgets/modules/jqxscrollview.js +36 -16
- package/jqwidgets/modules/jqxslider.js +36 -16
- package/jqwidgets/modules/jqxsortable.js +36 -16
- package/jqwidgets/modules/jqxsplitlayout.js +34 -14
- package/jqwidgets/modules/jqxsplitter.js +36 -16
- package/jqwidgets/modules/jqxswitchbutton.js +40 -20
- package/jqwidgets/modules/jqxtabs.js +48 -28
- package/jqwidgets/modules/jqxtagcloud.js +42 -22
- package/jqwidgets/modules/jqxtextarea.js +42 -22
- package/jqwidgets/modules/jqxtimeline.js +34 -14
- package/jqwidgets/modules/jqxtimepicker.js +36 -16
- package/jqwidgets/modules/jqxtogglebutton.js +34 -14
- package/jqwidgets/modules/jqxtoolbar.js +66 -46
- package/jqwidgets/modules/jqxtooltip.js +34 -14
- package/jqwidgets/modules/jqxtree.js +46 -26
- package/jqwidgets/modules/jqxtreegrid.js +66 -46
- package/jqwidgets/modules/jqxtreemap.js +38 -18
- package/jqwidgets/modules/jqxvalidator.js +40 -20
- package/jqwidgets/modules/jqxwindow.js +36 -16
- package/package.json +1 -1
|
@@ -4,6 +4,22 @@ Copyright (c) 2011-2024 jQWidgets.
|
|
|
4
4
|
License: https://jqwidgets.com/license/ */
|
|
5
5
|
|
|
6
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.
|
|
20
|
+
License: https://jqwidgets.com/license/ */
|
|
21
|
+
|
|
22
|
+
|
|
7
23
|
/******/ (() => { // webpackBootstrap
|
|
8
24
|
/******/ var __webpack_modules__ = ({
|
|
9
25
|
|
|
@@ -1196,7 +1212,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
1196
1212
|
/***/ }),
|
|
1197
1213
|
|
|
1198
1214
|
/***/ 5459:
|
|
1199
|
-
/***/ ((module, exports,
|
|
1215
|
+
/***/ ((module, exports, __nested_webpack_require_52089__) => {
|
|
1200
1216
|
|
|
1201
1217
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1202
1218
|
/* eslint-disable */
|
|
@@ -9376,7 +9392,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
9376
9392
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
9377
9393
|
// Do this after creating the global so that if an AMD module wants to call
|
|
9378
9394
|
// noConflict to hide this version of JQXLite, it will work.
|
|
9379
|
-
if (
|
|
9395
|
+
if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
|
|
9380
9396
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
9381
9397
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
9382
9398
|
}
|
|
@@ -14074,7 +14090,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
14074
14090
|
/******/ var __webpack_module_cache__ = {};
|
|
14075
14091
|
/******/
|
|
14076
14092
|
/******/ // The require function
|
|
14077
|
-
/******/ function
|
|
14093
|
+
/******/ function __nested_webpack_require_461870__(moduleId) {
|
|
14078
14094
|
/******/ // Check if module is in cache
|
|
14079
14095
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
14080
14096
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -14088,7 +14104,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
14088
14104
|
/******/ };
|
|
14089
14105
|
/******/
|
|
14090
14106
|
/******/ // Execute the module function
|
|
14091
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
14107
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_461870__);
|
|
14092
14108
|
/******/
|
|
14093
14109
|
/******/ // Return the exports of the module
|
|
14094
14110
|
/******/ return module.exports;
|
|
@@ -14097,17 +14113,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
14097
14113
|
/************************************************************************/
|
|
14098
14114
|
/******/ /* webpack/runtime/amd options */
|
|
14099
14115
|
/******/ (() => {
|
|
14100
|
-
/******/
|
|
14116
|
+
/******/ __nested_webpack_require_461870__.amdO = {};
|
|
14101
14117
|
/******/ })();
|
|
14102
14118
|
/******/
|
|
14103
14119
|
/******/ /* webpack/runtime/compat get default export */
|
|
14104
14120
|
/******/ (() => {
|
|
14105
14121
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
14106
|
-
/******/
|
|
14122
|
+
/******/ __nested_webpack_require_461870__.n = (module) => {
|
|
14107
14123
|
/******/ var getter = module && module.__esModule ?
|
|
14108
14124
|
/******/ () => (module['default']) :
|
|
14109
14125
|
/******/ () => (module);
|
|
14110
|
-
/******/
|
|
14126
|
+
/******/ __nested_webpack_require_461870__.d(getter, { a: getter });
|
|
14111
14127
|
/******/ return getter;
|
|
14112
14128
|
/******/ };
|
|
14113
14129
|
/******/ })();
|
|
@@ -14115,9 +14131,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
14115
14131
|
/******/ /* webpack/runtime/define property getters */
|
|
14116
14132
|
/******/ (() => {
|
|
14117
14133
|
/******/ // define getter functions for harmony exports
|
|
14118
|
-
/******/
|
|
14134
|
+
/******/ __nested_webpack_require_461870__.d = (exports, definition) => {
|
|
14119
14135
|
/******/ for(var key in definition) {
|
|
14120
|
-
/******/ if(
|
|
14136
|
+
/******/ if(__nested_webpack_require_461870__.o(definition, key) && !__nested_webpack_require_461870__.o(exports, key)) {
|
|
14121
14137
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
14122
14138
|
/******/ }
|
|
14123
14139
|
/******/ }
|
|
@@ -14126,7 +14142,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
14126
14142
|
/******/
|
|
14127
14143
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
14128
14144
|
/******/ (() => {
|
|
14129
|
-
/******/
|
|
14145
|
+
/******/ __nested_webpack_require_461870__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
14130
14146
|
/******/ })();
|
|
14131
14147
|
/******/
|
|
14132
14148
|
/************************************************************************/
|
|
@@ -14134,16 +14150,20 @@ var __webpack_exports__ = {};
|
|
|
14134
14150
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
14135
14151
|
(() => {
|
|
14136
14152
|
"use strict";
|
|
14137
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
14138
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
14139
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
14140
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
14141
|
-
/* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_2__ =
|
|
14142
|
-
/* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
14153
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_461870__(5459);
|
|
14154
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_461870__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
14155
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_461870__(7351);
|
|
14156
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_461870__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
14157
|
+
/* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_461870__(7614);
|
|
14158
|
+
/* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_461870__.n(_jqxsortable__WEBPACK_IMPORTED_MODULE_2__);
|
|
14143
14159
|
|
|
14144
14160
|
|
|
14145
14161
|
|
|
14146
14162
|
})();
|
|
14147
14163
|
|
|
14164
|
+
/******/ })()
|
|
14165
|
+
;
|
|
14166
|
+
/******/ })()
|
|
14167
|
+
;
|
|
14148
14168
|
/******/ })()
|
|
14149
14169
|
;
|
|
@@ -4,11 +4,27 @@ Copyright (c) 2011-2024 jQWidgets.
|
|
|
4
4
|
License: https://jqwidgets.com/license/ */
|
|
5
5
|
|
|
6
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.
|
|
20
|
+
License: https://jqwidgets.com/license/ */
|
|
21
|
+
|
|
22
|
+
|
|
7
23
|
/******/ (() => { // webpackBootstrap
|
|
8
24
|
/******/ var __webpack_modules__ = ({
|
|
9
25
|
|
|
10
26
|
/***/ 5459:
|
|
11
|
-
/***/ ((module, exports,
|
|
27
|
+
/***/ ((module, exports, __nested_webpack_require_227__) => {
|
|
12
28
|
|
|
13
29
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
14
30
|
/* eslint-disable */
|
|
@@ -8188,7 +8204,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
8188
8204
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
8189
8205
|
// Do this after creating the global so that if an AMD module wants to call
|
|
8190
8206
|
// noConflict to hide this version of JQXLite, it will work.
|
|
8191
|
-
if (
|
|
8207
|
+
if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
|
|
8192
8208
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
8193
8209
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
8194
8210
|
}
|
|
@@ -13853,7 +13869,7 @@ customElements.define('jqx-split-layout', SplitLayout);
|
|
|
13853
13869
|
/******/ var __webpack_module_cache__ = {};
|
|
13854
13870
|
/******/
|
|
13855
13871
|
/******/ // The require function
|
|
13856
|
-
/******/ function
|
|
13872
|
+
/******/ function __nested_webpack_require_430107__(moduleId) {
|
|
13857
13873
|
/******/ // Check if module is in cache
|
|
13858
13874
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
13859
13875
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -13867,7 +13883,7 @@ customElements.define('jqx-split-layout', SplitLayout);
|
|
|
13867
13883
|
/******/ };
|
|
13868
13884
|
/******/
|
|
13869
13885
|
/******/ // Execute the module function
|
|
13870
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
13886
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_430107__);
|
|
13871
13887
|
/******/
|
|
13872
13888
|
/******/ // Return the exports of the module
|
|
13873
13889
|
/******/ return module.exports;
|
|
@@ -13876,17 +13892,17 @@ customElements.define('jqx-split-layout', SplitLayout);
|
|
|
13876
13892
|
/************************************************************************/
|
|
13877
13893
|
/******/ /* webpack/runtime/amd options */
|
|
13878
13894
|
/******/ (() => {
|
|
13879
|
-
/******/
|
|
13895
|
+
/******/ __nested_webpack_require_430107__.amdO = {};
|
|
13880
13896
|
/******/ })();
|
|
13881
13897
|
/******/
|
|
13882
13898
|
/******/ /* webpack/runtime/compat get default export */
|
|
13883
13899
|
/******/ (() => {
|
|
13884
13900
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
13885
|
-
/******/
|
|
13901
|
+
/******/ __nested_webpack_require_430107__.n = (module) => {
|
|
13886
13902
|
/******/ var getter = module && module.__esModule ?
|
|
13887
13903
|
/******/ () => (module['default']) :
|
|
13888
13904
|
/******/ () => (module);
|
|
13889
|
-
/******/
|
|
13905
|
+
/******/ __nested_webpack_require_430107__.d(getter, { a: getter });
|
|
13890
13906
|
/******/ return getter;
|
|
13891
13907
|
/******/ };
|
|
13892
13908
|
/******/ })();
|
|
@@ -13894,9 +13910,9 @@ customElements.define('jqx-split-layout', SplitLayout);
|
|
|
13894
13910
|
/******/ /* webpack/runtime/define property getters */
|
|
13895
13911
|
/******/ (() => {
|
|
13896
13912
|
/******/ // define getter functions for harmony exports
|
|
13897
|
-
/******/
|
|
13913
|
+
/******/ __nested_webpack_require_430107__.d = (exports, definition) => {
|
|
13898
13914
|
/******/ for(var key in definition) {
|
|
13899
|
-
/******/ if(
|
|
13915
|
+
/******/ if(__nested_webpack_require_430107__.o(definition, key) && !__nested_webpack_require_430107__.o(exports, key)) {
|
|
13900
13916
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
13901
13917
|
/******/ }
|
|
13902
13918
|
/******/ }
|
|
@@ -13905,7 +13921,7 @@ customElements.define('jqx-split-layout', SplitLayout);
|
|
|
13905
13921
|
/******/
|
|
13906
13922
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
13907
13923
|
/******/ (() => {
|
|
13908
|
-
/******/
|
|
13924
|
+
/******/ __nested_webpack_require_430107__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
13909
13925
|
/******/ })();
|
|
13910
13926
|
/******/
|
|
13911
13927
|
/************************************************************************/
|
|
@@ -13913,13 +13929,17 @@ var __webpack_exports__ = {};
|
|
|
13913
13929
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
13914
13930
|
(() => {
|
|
13915
13931
|
"use strict";
|
|
13916
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
13917
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
13918
|
-
/* harmony import */ var _jqxsplitlayout__WEBPACK_IMPORTED_MODULE_1__ =
|
|
13919
|
-
/* harmony import */ var _jqxsplitlayout__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
13932
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_430107__(5459);
|
|
13933
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_430107__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
13934
|
+
/* harmony import */ var _jqxsplitlayout__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_430107__(40);
|
|
13935
|
+
/* harmony import */ var _jqxsplitlayout__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_430107__.n(_jqxsplitlayout__WEBPACK_IMPORTED_MODULE_1__);
|
|
13920
13936
|
|
|
13921
13937
|
|
|
13922
13938
|
})();
|
|
13923
13939
|
|
|
13940
|
+
/******/ })()
|
|
13941
|
+
;
|
|
13942
|
+
/******/ })()
|
|
13943
|
+
;
|
|
13924
13944
|
/******/ })()
|
|
13925
13945
|
;
|
|
@@ -4,6 +4,22 @@ Copyright (c) 2011-2024 jQWidgets.
|
|
|
4
4
|
License: https://jqwidgets.com/license/ */
|
|
5
5
|
|
|
6
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.
|
|
20
|
+
License: https://jqwidgets.com/license/ */
|
|
21
|
+
|
|
22
|
+
|
|
7
23
|
/******/ (() => { // webpackBootstrap
|
|
8
24
|
/******/ var __webpack_modules__ = ({
|
|
9
25
|
|
|
@@ -1196,7 +1212,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
1196
1212
|
/***/ }),
|
|
1197
1213
|
|
|
1198
1214
|
/***/ 5459:
|
|
1199
|
-
/***/ ((module, exports,
|
|
1215
|
+
/***/ ((module, exports, __nested_webpack_require_52089__) => {
|
|
1200
1216
|
|
|
1201
1217
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1202
1218
|
/* eslint-disable */
|
|
@@ -9376,7 +9392,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
9376
9392
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
9377
9393
|
// Do this after creating the global so that if an AMD module wants to call
|
|
9378
9394
|
// noConflict to hide this version of JQXLite, it will work.
|
|
9379
|
-
if (
|
|
9395
|
+
if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
|
|
9380
9396
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
9381
9397
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
9382
9398
|
}
|
|
@@ -13423,7 +13439,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13423
13439
|
/******/ var __webpack_module_cache__ = {};
|
|
13424
13440
|
/******/
|
|
13425
13441
|
/******/ // The require function
|
|
13426
|
-
/******/ function
|
|
13442
|
+
/******/ function __nested_webpack_require_437844__(moduleId) {
|
|
13427
13443
|
/******/ // Check if module is in cache
|
|
13428
13444
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
13429
13445
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -13437,7 +13453,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13437
13453
|
/******/ };
|
|
13438
13454
|
/******/
|
|
13439
13455
|
/******/ // Execute the module function
|
|
13440
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
13456
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_437844__);
|
|
13441
13457
|
/******/
|
|
13442
13458
|
/******/ // Return the exports of the module
|
|
13443
13459
|
/******/ return module.exports;
|
|
@@ -13446,17 +13462,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13446
13462
|
/************************************************************************/
|
|
13447
13463
|
/******/ /* webpack/runtime/amd options */
|
|
13448
13464
|
/******/ (() => {
|
|
13449
|
-
/******/
|
|
13465
|
+
/******/ __nested_webpack_require_437844__.amdO = {};
|
|
13450
13466
|
/******/ })();
|
|
13451
13467
|
/******/
|
|
13452
13468
|
/******/ /* webpack/runtime/compat get default export */
|
|
13453
13469
|
/******/ (() => {
|
|
13454
13470
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
13455
|
-
/******/
|
|
13471
|
+
/******/ __nested_webpack_require_437844__.n = (module) => {
|
|
13456
13472
|
/******/ var getter = module && module.__esModule ?
|
|
13457
13473
|
/******/ () => (module['default']) :
|
|
13458
13474
|
/******/ () => (module);
|
|
13459
|
-
/******/
|
|
13475
|
+
/******/ __nested_webpack_require_437844__.d(getter, { a: getter });
|
|
13460
13476
|
/******/ return getter;
|
|
13461
13477
|
/******/ };
|
|
13462
13478
|
/******/ })();
|
|
@@ -13464,9 +13480,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13464
13480
|
/******/ /* webpack/runtime/define property getters */
|
|
13465
13481
|
/******/ (() => {
|
|
13466
13482
|
/******/ // define getter functions for harmony exports
|
|
13467
|
-
/******/
|
|
13483
|
+
/******/ __nested_webpack_require_437844__.d = (exports, definition) => {
|
|
13468
13484
|
/******/ for(var key in definition) {
|
|
13469
|
-
/******/ if(
|
|
13485
|
+
/******/ if(__nested_webpack_require_437844__.o(definition, key) && !__nested_webpack_require_437844__.o(exports, key)) {
|
|
13470
13486
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
13471
13487
|
/******/ }
|
|
13472
13488
|
/******/ }
|
|
@@ -13475,7 +13491,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13475
13491
|
/******/
|
|
13476
13492
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
13477
13493
|
/******/ (() => {
|
|
13478
|
-
/******/
|
|
13494
|
+
/******/ __nested_webpack_require_437844__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
13479
13495
|
/******/ })();
|
|
13480
13496
|
/******/
|
|
13481
13497
|
/************************************************************************/
|
|
@@ -13483,16 +13499,20 @@ var __webpack_exports__ = {};
|
|
|
13483
13499
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
13484
13500
|
(() => {
|
|
13485
13501
|
"use strict";
|
|
13486
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
13487
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
13488
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
13489
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
13490
|
-
/* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_2__ =
|
|
13491
|
-
/* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
13502
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_437844__(5459);
|
|
13503
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_437844__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
13504
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_437844__(7351);
|
|
13505
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_437844__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
13506
|
+
/* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_437844__(1766);
|
|
13507
|
+
/* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_437844__.n(_jqxsplitter__WEBPACK_IMPORTED_MODULE_2__);
|
|
13492
13508
|
|
|
13493
13509
|
|
|
13494
13510
|
|
|
13495
13511
|
})();
|
|
13496
13512
|
|
|
13513
|
+
/******/ })()
|
|
13514
|
+
;
|
|
13515
|
+
/******/ })()
|
|
13516
|
+
;
|
|
13497
13517
|
/******/ })()
|
|
13498
13518
|
;
|
|
@@ -4,6 +4,22 @@ Copyright (c) 2011-2024 jQWidgets.
|
|
|
4
4
|
License: https://jqwidgets.com/license/ */
|
|
5
5
|
|
|
6
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.
|
|
20
|
+
License: https://jqwidgets.com/license/ */
|
|
21
|
+
|
|
22
|
+
|
|
7
23
|
/******/ (() => { // webpackBootstrap
|
|
8
24
|
/******/ var __webpack_modules__ = ({
|
|
9
25
|
|
|
@@ -1832,7 +1848,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
1832
1848
|
/***/ }),
|
|
1833
1849
|
|
|
1834
1850
|
/***/ 5459:
|
|
1835
|
-
/***/ ((module, exports,
|
|
1851
|
+
/***/ ((module, exports, __nested_webpack_require_74206__) => {
|
|
1836
1852
|
|
|
1837
1853
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1838
1854
|
/* eslint-disable */
|
|
@@ -10012,7 +10028,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
10012
10028
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
10013
10029
|
// Do this after creating the global so that if an AMD module wants to call
|
|
10014
10030
|
// noConflict to hide this version of JQXLite, it will work.
|
|
10015
|
-
if (
|
|
10031
|
+
if ( true && __nested_webpack_require_74206__.amdO.JQXLite) {
|
|
10016
10032
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
10017
10033
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
10018
10034
|
}
|
|
@@ -15638,7 +15654,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
15638
15654
|
/******/ var __webpack_module_cache__ = {};
|
|
15639
15655
|
/******/
|
|
15640
15656
|
/******/ // The require function
|
|
15641
|
-
/******/ function
|
|
15657
|
+
/******/ function __nested_webpack_require_524554__(moduleId) {
|
|
15642
15658
|
/******/ // Check if module is in cache
|
|
15643
15659
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
15644
15660
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -15652,7 +15668,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
15652
15668
|
/******/ };
|
|
15653
15669
|
/******/
|
|
15654
15670
|
/******/ // Execute the module function
|
|
15655
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
15671
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_524554__);
|
|
15656
15672
|
/******/
|
|
15657
15673
|
/******/ // Return the exports of the module
|
|
15658
15674
|
/******/ return module.exports;
|
|
@@ -15661,17 +15677,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
15661
15677
|
/************************************************************************/
|
|
15662
15678
|
/******/ /* webpack/runtime/amd options */
|
|
15663
15679
|
/******/ (() => {
|
|
15664
|
-
/******/
|
|
15680
|
+
/******/ __nested_webpack_require_524554__.amdO = {};
|
|
15665
15681
|
/******/ })();
|
|
15666
15682
|
/******/
|
|
15667
15683
|
/******/ /* webpack/runtime/compat get default export */
|
|
15668
15684
|
/******/ (() => {
|
|
15669
15685
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
15670
|
-
/******/
|
|
15686
|
+
/******/ __nested_webpack_require_524554__.n = (module) => {
|
|
15671
15687
|
/******/ var getter = module && module.__esModule ?
|
|
15672
15688
|
/******/ () => (module['default']) :
|
|
15673
15689
|
/******/ () => (module);
|
|
15674
|
-
/******/
|
|
15690
|
+
/******/ __nested_webpack_require_524554__.d(getter, { a: getter });
|
|
15675
15691
|
/******/ return getter;
|
|
15676
15692
|
/******/ };
|
|
15677
15693
|
/******/ })();
|
|
@@ -15679,9 +15695,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
15679
15695
|
/******/ /* webpack/runtime/define property getters */
|
|
15680
15696
|
/******/ (() => {
|
|
15681
15697
|
/******/ // define getter functions for harmony exports
|
|
15682
|
-
/******/
|
|
15698
|
+
/******/ __nested_webpack_require_524554__.d = (exports, definition) => {
|
|
15683
15699
|
/******/ for(var key in definition) {
|
|
15684
|
-
/******/ if(
|
|
15700
|
+
/******/ if(__nested_webpack_require_524554__.o(definition, key) && !__nested_webpack_require_524554__.o(exports, key)) {
|
|
15685
15701
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
15686
15702
|
/******/ }
|
|
15687
15703
|
/******/ }
|
|
@@ -15690,7 +15706,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
15690
15706
|
/******/
|
|
15691
15707
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
15692
15708
|
/******/ (() => {
|
|
15693
|
-
/******/
|
|
15709
|
+
/******/ __nested_webpack_require_524554__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
15694
15710
|
/******/ })();
|
|
15695
15711
|
/******/
|
|
15696
15712
|
/************************************************************************/
|
|
@@ -15698,16 +15714,16 @@ var __webpack_exports__ = {};
|
|
|
15698
15714
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
15699
15715
|
(() => {
|
|
15700
15716
|
"use strict";
|
|
15701
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
15702
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
15703
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
15704
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
15705
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ =
|
|
15706
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
15707
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ =
|
|
15708
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
15709
|
-
/* harmony import */ var _jqxswitchbutton__WEBPACK_IMPORTED_MODULE_4__ =
|
|
15710
|
-
/* harmony import */ var _jqxswitchbutton__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
15717
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_524554__(5459);
|
|
15718
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_524554__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
15719
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_524554__(7351);
|
|
15720
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_524554__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
15721
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_524554__(7196);
|
|
15722
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_524554__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
|
|
15723
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_524554__(4240);
|
|
15724
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_524554__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
|
|
15725
|
+
/* harmony import */ var _jqxswitchbutton__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_524554__(7335);
|
|
15726
|
+
/* harmony import */ var _jqxswitchbutton__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_524554__.n(_jqxswitchbutton__WEBPACK_IMPORTED_MODULE_4__);
|
|
15711
15727
|
|
|
15712
15728
|
|
|
15713
15729
|
|
|
@@ -15715,5 +15731,9 @@ var __webpack_exports__ = {};
|
|
|
15715
15731
|
|
|
15716
15732
|
})();
|
|
15717
15733
|
|
|
15734
|
+
/******/ })()
|
|
15735
|
+
;
|
|
15736
|
+
/******/ })()
|
|
15737
|
+
;
|
|
15718
15738
|
/******/ })()
|
|
15719
15739
|
;
|