jqwidgets-ng 19.2.3 → 20.0.0
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/modules/jqxbarcode.js +48 -66
- package/jqwidgets/modules/jqxbargauge.js +66 -68
- package/jqwidgets/modules/jqxbulletchart.js +85 -71
- package/jqwidgets/modules/jqxbuttongroup.js +67 -69
- package/jqwidgets/modules/jqxbuttons.js +48 -66
- package/jqwidgets/modules/jqxcalendar.js +90 -73
- package/jqwidgets/modules/jqxchart.js +189 -83
- package/jqwidgets/modules/jqxcheckbox.js +86 -72
- package/jqwidgets/modules/jqxcheckboxgroup.js +86 -72
- package/jqwidgets/modules/jqxcolorpicker.js +105 -75
- package/jqwidgets/modules/jqxcombobox.js +142 -80
- package/jqwidgets/modules/jqxcomplexinput.js +67 -69
- package/jqwidgets/modules/jqxdatatable.js +327 -108
- package/jqwidgets/modules/jqxdatetimeinput.js +259 -98
- package/jqwidgets/modules/jqxdocking.js +86 -72
- package/jqwidgets/modules/jqxdockinglayout.js +161 -83
- package/jqwidgets/modules/jqxdockpanel.js +67 -69
- package/jqwidgets/modules/jqxdragdrop.js +84 -70
- package/jqwidgets/modules/jqxdraw.js +47 -65
- package/jqwidgets/modules/jqxdropdownbutton.js +67 -69
- package/jqwidgets/modules/jqxdropdownlist.js +241 -96
- package/jqwidgets/modules/jqxeditor.js +353 -112
- package/jqwidgets/modules/jqxexpander.js +107 -77
- package/jqwidgets/modules/jqxfileupload.js +67 -69
- package/jqwidgets/modules/jqxform.js +318 -109
- package/jqwidgets/modules/jqxformattedinput.js +244 -99
- package/jqwidgets/modules/jqxgantt.js +50 -68
- package/jqwidgets/modules/jqxgauge.js +104 -74
- package/jqwidgets/modules/jqxgrid.js +562 -140
- package/jqwidgets/modules/jqxheatmap.js +67 -69
- package/jqwidgets/modules/jqxinput.js +85 -71
- package/jqwidgets/modules/jqxkanban.js +336 -111
- package/jqwidgets/modules/jqxknob.js +85 -71
- package/jqwidgets/modules/jqxlayout.js +161 -83
- package/jqwidgets/modules/jqxlineargauge.js +104 -74
- package/jqwidgets/modules/jqxlinkbutton.js +48 -66
- package/jqwidgets/modules/jqxlistbox.js +165 -84
- package/jqwidgets/modules/jqxlistmenu.js +300 -107
- package/jqwidgets/modules/jqxloader.js +48 -66
- package/jqwidgets/modules/jqxmaskedinput.js +48 -66
- package/jqwidgets/modules/jqxmenu.js +144 -82
- package/jqwidgets/modules/jqxnavbar.js +107 -77
- package/jqwidgets/modules/jqxnavigationbar.js +182 -88
- package/jqwidgets/modules/jqxnotification.js +123 -77
- package/jqwidgets/modules/jqxnumberinput.js +180 -86
- package/jqwidgets/modules/jqxpanel.js +104 -74
- package/jqwidgets/modules/jqxpasswordinput.js +122 -76
- package/jqwidgets/modules/jqxpivotdesigner.js +374 -117
- package/jqwidgets/modules/jqxpivotgrid.js +374 -117
- package/jqwidgets/modules/jqxpopover.js +67 -69
- package/jqwidgets/modules/jqxprogressbar.js +48 -66
- package/jqwidgets/modules/jqxqrcode.js +106 -76
- package/jqwidgets/modules/jqxradiobutongroup.js +86 -72
- package/jqwidgets/modules/jqxradiobutton.js +67 -69
- package/jqwidgets/modules/jqxrangeselector.js +85 -71
- package/jqwidgets/modules/jqxrating.js +67 -69
- package/jqwidgets/modules/jqxrepeatbutton.js +48 -66
- package/jqwidgets/modules/jqxresponsivepanel.js +67 -69
- package/jqwidgets/modules/jqxribbon.js +86 -72
- package/jqwidgets/modules/jqxscheduler.js +438 -123
- package/jqwidgets/modules/jqxscrollbar.js +66 -68
- package/jqwidgets/modules/jqxscrollview.js +66 -68
- package/jqwidgets/modules/jqxslider.js +66 -68
- package/jqwidgets/modules/jqxsortable.js +66 -68
- package/jqwidgets/modules/jqxsplitlayout.js +48 -66
- package/jqwidgets/modules/jqxsplitter.js +66 -68
- package/jqwidgets/modules/jqxswitchbutton.js +103 -73
- package/jqwidgets/modules/jqxtabs.js +162 -84
- package/jqwidgets/modules/jqxtagcloud.js +122 -76
- package/jqwidgets/modules/jqxtextarea.js +122 -76
- package/jqwidgets/modules/jqxtimeline.js +48 -66
- package/jqwidgets/modules/jqxtimepicker.js +65 -67
- package/jqwidgets/modules/jqxtogglebutton.js +48 -66
- package/jqwidgets/modules/jqxtoolbar.js +318 -109
- package/jqwidgets/modules/jqxtooltip.js +47 -65
- package/jqwidgets/modules/jqxtree.js +159 -81
- package/jqwidgets/modules/jqxtreegrid.js +345 -110
- package/jqwidgets/modules/jqxtreemap.js +84 -70
- package/jqwidgets/modules/jqxvalidator.js +103 -73
- package/jqwidgets/modules/jqxwindow.js +67 -69
- package/package.json +1 -1
|
@@ -1,45 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
/* Release Date:
|
|
3
|
-
Copyright (c) 2011-2024 jQWidgets.
|
|
4
|
-
License: https://jqwidgets.com/license/ */
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
/******/ (() => { // webpackBootstrap
|
|
8
|
-
var __webpack_exports__ = {};
|
|
9
|
-
|
|
10
|
-
/* Release Date: 28-May-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: 28-May-2024
|
|
19
|
-
Copyright (c) 2011-2024 jQWidgets.
|
|
20
|
-
License: https://jqwidgets.com/license/ */
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
/******/ (() => { // webpackBootstrap
|
|
24
|
-
var __webpack_exports__ = {};
|
|
25
|
-
|
|
26
|
-
/* Release Date: 28-May-2024
|
|
27
|
-
Copyright (c) 2011-2024 jQWidgets.
|
|
28
|
-
License: https://jqwidgets.com/license/ */
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
/******/ (() => { // webpackBootstrap
|
|
32
|
-
var __webpack_exports__ = {};
|
|
33
|
-
|
|
34
|
-
/* Release Date: 28-May-2024
|
|
35
|
-
Copyright (c) 2011-2024 jQWidgets.
|
|
36
|
-
License: https://jqwidgets.com/license/ */
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
/******/ (() => { // webpackBootstrap
|
|
40
|
-
var __webpack_exports__ = {};
|
|
41
|
-
|
|
42
|
-
/* Release Date: 28-May-2024
|
|
2
|
+
/* Release Date: Sep-17-2024
|
|
43
3
|
Copyright (c) 2011-2024 jQWidgets.
|
|
44
4
|
License: https://jqwidgets.com/license/ */
|
|
45
5
|
|
|
@@ -1228,12 +1188,28 @@ License: https://jqwidgets.com/license/ */
|
|
|
1228
1188
|
//// End of ToggleButton
|
|
1229
1189
|
|
|
1230
1190
|
})(jqxBaseFramework);
|
|
1231
|
-
})();
|
|
1191
|
+
})();
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
|
|
1232
1208
|
|
|
1233
1209
|
/***/ }),
|
|
1234
1210
|
|
|
1235
1211
|
/***/ 5459:
|
|
1236
|
-
/***/ ((module, exports,
|
|
1212
|
+
/***/ ((module, exports, __webpack_require__) => {
|
|
1237
1213
|
|
|
1238
1214
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1239
1215
|
/* eslint-disable */
|
|
@@ -9413,7 +9389,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
9413
9389
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
9414
9390
|
// Do this after creating the global so that if an AMD module wants to call
|
|
9415
9391
|
// noConflict to hide this version of JQXLite, it will work.
|
|
9416
|
-
if (
|
|
9392
|
+
if ( true && __webpack_require__.amdO.JQXLite) {
|
|
9417
9393
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
9418
9394
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
9419
9395
|
}
|
|
@@ -12588,6 +12564,22 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12588
12564
|
}
|
|
12589
12565
|
})(jqxBaseFramework);
|
|
12590
12566
|
})();
|
|
12567
|
+
|
|
12568
|
+
|
|
12569
|
+
|
|
12570
|
+
|
|
12571
|
+
|
|
12572
|
+
|
|
12573
|
+
|
|
12574
|
+
|
|
12575
|
+
|
|
12576
|
+
|
|
12577
|
+
|
|
12578
|
+
|
|
12579
|
+
|
|
12580
|
+
|
|
12581
|
+
|
|
12582
|
+
|
|
12591
12583
|
|
|
12592
12584
|
|
|
12593
12585
|
/***/ }),
|
|
@@ -14081,6 +14073,22 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
14081
14073
|
});
|
|
14082
14074
|
})(jqxBaseFramework);
|
|
14083
14075
|
})();
|
|
14076
|
+
|
|
14077
|
+
|
|
14078
|
+
|
|
14079
|
+
|
|
14080
|
+
|
|
14081
|
+
|
|
14082
|
+
|
|
14083
|
+
|
|
14084
|
+
|
|
14085
|
+
|
|
14086
|
+
|
|
14087
|
+
|
|
14088
|
+
|
|
14089
|
+
|
|
14090
|
+
|
|
14091
|
+
|
|
14084
14092
|
|
|
14085
14093
|
|
|
14086
14094
|
/***/ })
|
|
@@ -14091,7 +14099,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
14091
14099
|
/******/ var __webpack_module_cache__ = {};
|
|
14092
14100
|
/******/
|
|
14093
14101
|
/******/ // The require function
|
|
14094
|
-
/******/ function
|
|
14102
|
+
/******/ function __webpack_require__(moduleId) {
|
|
14095
14103
|
/******/ // Check if module is in cache
|
|
14096
14104
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
14097
14105
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -14105,7 +14113,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
14105
14113
|
/******/ };
|
|
14106
14114
|
/******/
|
|
14107
14115
|
/******/ // Execute the module function
|
|
14108
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
14116
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
14109
14117
|
/******/
|
|
14110
14118
|
/******/ // Return the exports of the module
|
|
14111
14119
|
/******/ return module.exports;
|
|
@@ -14114,17 +14122,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
14114
14122
|
/************************************************************************/
|
|
14115
14123
|
/******/ /* webpack/runtime/amd options */
|
|
14116
14124
|
/******/ (() => {
|
|
14117
|
-
/******/
|
|
14125
|
+
/******/ __webpack_require__.amdO = {};
|
|
14118
14126
|
/******/ })();
|
|
14119
14127
|
/******/
|
|
14120
14128
|
/******/ /* webpack/runtime/compat get default export */
|
|
14121
14129
|
/******/ (() => {
|
|
14122
14130
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
14123
|
-
/******/
|
|
14131
|
+
/******/ __webpack_require__.n = (module) => {
|
|
14124
14132
|
/******/ var getter = module && module.__esModule ?
|
|
14125
14133
|
/******/ () => (module['default']) :
|
|
14126
14134
|
/******/ () => (module);
|
|
14127
|
-
/******/
|
|
14135
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
14128
14136
|
/******/ return getter;
|
|
14129
14137
|
/******/ };
|
|
14130
14138
|
/******/ })();
|
|
@@ -14132,9 +14140,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
14132
14140
|
/******/ /* webpack/runtime/define property getters */
|
|
14133
14141
|
/******/ (() => {
|
|
14134
14142
|
/******/ // define getter functions for harmony exports
|
|
14135
|
-
/******/
|
|
14143
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
14136
14144
|
/******/ for(var key in definition) {
|
|
14137
|
-
/******/ if(
|
|
14145
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
14138
14146
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
14139
14147
|
/******/ }
|
|
14140
14148
|
/******/ }
|
|
@@ -14143,7 +14151,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
14143
14151
|
/******/
|
|
14144
14152
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
14145
14153
|
/******/ (() => {
|
|
14146
|
-
/******/
|
|
14154
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
14147
14155
|
/******/ })();
|
|
14148
14156
|
/******/
|
|
14149
14157
|
/************************************************************************/
|
|
@@ -14151,26 +14159,16 @@ var __webpack_exports__ = {};
|
|
|
14151
14159
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
14152
14160
|
(() => {
|
|
14153
14161
|
"use strict";
|
|
14154
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
14155
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
14156
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
14157
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
14158
|
-
/* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_2__ =
|
|
14159
|
-
/* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
14162
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
14163
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
14164
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
|
|
14165
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
14166
|
+
/* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7614);
|
|
14167
|
+
/* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxsortable__WEBPACK_IMPORTED_MODULE_2__);
|
|
14160
14168
|
|
|
14161
14169
|
|
|
14162
14170
|
|
|
14163
14171
|
})();
|
|
14164
14172
|
|
|
14165
|
-
/******/ })()
|
|
14166
|
-
;
|
|
14167
|
-
/******/ })()
|
|
14168
|
-
;
|
|
14169
|
-
/******/ })()
|
|
14170
|
-
;
|
|
14171
|
-
/******/ })()
|
|
14172
|
-
;
|
|
14173
|
-
/******/ })()
|
|
14174
|
-
;
|
|
14175
14173
|
/******/ })()
|
|
14176
14174
|
;
|
|
@@ -1,45 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
/* Release Date:
|
|
3
|
-
Copyright (c) 2011-2024 jQWidgets.
|
|
4
|
-
License: https://jqwidgets.com/license/ */
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
/******/ (() => { // webpackBootstrap
|
|
8
|
-
var __webpack_exports__ = {};
|
|
9
|
-
|
|
10
|
-
/* Release Date: 28-May-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: 28-May-2024
|
|
19
|
-
Copyright (c) 2011-2024 jQWidgets.
|
|
20
|
-
License: https://jqwidgets.com/license/ */
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
/******/ (() => { // webpackBootstrap
|
|
24
|
-
var __webpack_exports__ = {};
|
|
25
|
-
|
|
26
|
-
/* Release Date: 28-May-2024
|
|
27
|
-
Copyright (c) 2011-2024 jQWidgets.
|
|
28
|
-
License: https://jqwidgets.com/license/ */
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
/******/ (() => { // webpackBootstrap
|
|
32
|
-
var __webpack_exports__ = {};
|
|
33
|
-
|
|
34
|
-
/* Release Date: 28-May-2024
|
|
35
|
-
Copyright (c) 2011-2024 jQWidgets.
|
|
36
|
-
License: https://jqwidgets.com/license/ */
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
/******/ (() => { // webpackBootstrap
|
|
40
|
-
var __webpack_exports__ = {};
|
|
41
|
-
|
|
42
|
-
/* Release Date: 28-May-2024
|
|
2
|
+
/* Release Date: Sep-17-2024
|
|
43
3
|
Copyright (c) 2011-2024 jQWidgets.
|
|
44
4
|
License: https://jqwidgets.com/license/ */
|
|
45
5
|
|
|
@@ -48,7 +8,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
48
8
|
/******/ var __webpack_modules__ = ({
|
|
49
9
|
|
|
50
10
|
/***/ 5459:
|
|
51
|
-
/***/ ((module, exports,
|
|
11
|
+
/***/ ((module, exports, __webpack_require__) => {
|
|
52
12
|
|
|
53
13
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
54
14
|
/* eslint-disable */
|
|
@@ -8228,7 +8188,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
8228
8188
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
8229
8189
|
// Do this after creating the global so that if an AMD module wants to call
|
|
8230
8190
|
// noConflict to hide this version of JQXLite, it will work.
|
|
8231
|
-
if (
|
|
8191
|
+
if ( true && __webpack_require__.amdO.JQXLite) {
|
|
8232
8192
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
8233
8193
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
8234
8194
|
}
|
|
@@ -11403,6 +11363,22 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
11403
11363
|
}
|
|
11404
11364
|
})(jqxBaseFramework);
|
|
11405
11365
|
})();
|
|
11366
|
+
|
|
11367
|
+
|
|
11368
|
+
|
|
11369
|
+
|
|
11370
|
+
|
|
11371
|
+
|
|
11372
|
+
|
|
11373
|
+
|
|
11374
|
+
|
|
11375
|
+
|
|
11376
|
+
|
|
11377
|
+
|
|
11378
|
+
|
|
11379
|
+
|
|
11380
|
+
|
|
11381
|
+
|
|
11406
11382
|
|
|
11407
11383
|
|
|
11408
11384
|
/***/ }),
|
|
@@ -13863,7 +13839,23 @@ customElements.define('jqx-tab-layout-group', TabLayoutGroup);
|
|
|
13863
13839
|
customElements.define('jqx-tab-layout-item', TabLayoutItem);
|
|
13864
13840
|
customElements.define('jqx-split-layout', SplitLayout);
|
|
13865
13841
|
|
|
13866
|
-
})();
|
|
13842
|
+
})();
|
|
13843
|
+
|
|
13844
|
+
|
|
13845
|
+
|
|
13846
|
+
|
|
13847
|
+
|
|
13848
|
+
|
|
13849
|
+
|
|
13850
|
+
|
|
13851
|
+
|
|
13852
|
+
|
|
13853
|
+
|
|
13854
|
+
|
|
13855
|
+
|
|
13856
|
+
|
|
13857
|
+
|
|
13858
|
+
|
|
13867
13859
|
|
|
13868
13860
|
/***/ })
|
|
13869
13861
|
|
|
@@ -13873,7 +13865,7 @@ customElements.define('jqx-split-layout', SplitLayout);
|
|
|
13873
13865
|
/******/ var __webpack_module_cache__ = {};
|
|
13874
13866
|
/******/
|
|
13875
13867
|
/******/ // The require function
|
|
13876
|
-
/******/ function
|
|
13868
|
+
/******/ function __webpack_require__(moduleId) {
|
|
13877
13869
|
/******/ // Check if module is in cache
|
|
13878
13870
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
13879
13871
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -13887,7 +13879,7 @@ customElements.define('jqx-split-layout', SplitLayout);
|
|
|
13887
13879
|
/******/ };
|
|
13888
13880
|
/******/
|
|
13889
13881
|
/******/ // Execute the module function
|
|
13890
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
13882
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
13891
13883
|
/******/
|
|
13892
13884
|
/******/ // Return the exports of the module
|
|
13893
13885
|
/******/ return module.exports;
|
|
@@ -13896,17 +13888,17 @@ customElements.define('jqx-split-layout', SplitLayout);
|
|
|
13896
13888
|
/************************************************************************/
|
|
13897
13889
|
/******/ /* webpack/runtime/amd options */
|
|
13898
13890
|
/******/ (() => {
|
|
13899
|
-
/******/
|
|
13891
|
+
/******/ __webpack_require__.amdO = {};
|
|
13900
13892
|
/******/ })();
|
|
13901
13893
|
/******/
|
|
13902
13894
|
/******/ /* webpack/runtime/compat get default export */
|
|
13903
13895
|
/******/ (() => {
|
|
13904
13896
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
13905
|
-
/******/
|
|
13897
|
+
/******/ __webpack_require__.n = (module) => {
|
|
13906
13898
|
/******/ var getter = module && module.__esModule ?
|
|
13907
13899
|
/******/ () => (module['default']) :
|
|
13908
13900
|
/******/ () => (module);
|
|
13909
|
-
/******/
|
|
13901
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
13910
13902
|
/******/ return getter;
|
|
13911
13903
|
/******/ };
|
|
13912
13904
|
/******/ })();
|
|
@@ -13914,9 +13906,9 @@ customElements.define('jqx-split-layout', SplitLayout);
|
|
|
13914
13906
|
/******/ /* webpack/runtime/define property getters */
|
|
13915
13907
|
/******/ (() => {
|
|
13916
13908
|
/******/ // define getter functions for harmony exports
|
|
13917
|
-
/******/
|
|
13909
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
13918
13910
|
/******/ for(var key in definition) {
|
|
13919
|
-
/******/ if(
|
|
13911
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
13920
13912
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
13921
13913
|
/******/ }
|
|
13922
13914
|
/******/ }
|
|
@@ -13925,7 +13917,7 @@ customElements.define('jqx-split-layout', SplitLayout);
|
|
|
13925
13917
|
/******/
|
|
13926
13918
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
13927
13919
|
/******/ (() => {
|
|
13928
|
-
/******/
|
|
13920
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
13929
13921
|
/******/ })();
|
|
13930
13922
|
/******/
|
|
13931
13923
|
/************************************************************************/
|
|
@@ -13933,23 +13925,13 @@ var __webpack_exports__ = {};
|
|
|
13933
13925
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
13934
13926
|
(() => {
|
|
13935
13927
|
"use strict";
|
|
13936
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
13937
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
13938
|
-
/* harmony import */ var _jqxsplitlayout__WEBPACK_IMPORTED_MODULE_1__ =
|
|
13939
|
-
/* harmony import */ var _jqxsplitlayout__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
13928
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
13929
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
13930
|
+
/* harmony import */ var _jqxsplitlayout__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(40);
|
|
13931
|
+
/* harmony import */ var _jqxsplitlayout__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxsplitlayout__WEBPACK_IMPORTED_MODULE_1__);
|
|
13940
13932
|
|
|
13941
13933
|
|
|
13942
13934
|
})();
|
|
13943
13935
|
|
|
13944
|
-
/******/ })()
|
|
13945
|
-
;
|
|
13946
|
-
/******/ })()
|
|
13947
|
-
;
|
|
13948
|
-
/******/ })()
|
|
13949
|
-
;
|
|
13950
|
-
/******/ })()
|
|
13951
|
-
;
|
|
13952
|
-
/******/ })()
|
|
13953
|
-
;
|
|
13954
13936
|
/******/ })()
|
|
13955
13937
|
;
|
|
@@ -1,45 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
/* Release Date:
|
|
3
|
-
Copyright (c) 2011-2024 jQWidgets.
|
|
4
|
-
License: https://jqwidgets.com/license/ */
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
/******/ (() => { // webpackBootstrap
|
|
8
|
-
var __webpack_exports__ = {};
|
|
9
|
-
|
|
10
|
-
/* Release Date: 28-May-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: 28-May-2024
|
|
19
|
-
Copyright (c) 2011-2024 jQWidgets.
|
|
20
|
-
License: https://jqwidgets.com/license/ */
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
/******/ (() => { // webpackBootstrap
|
|
24
|
-
var __webpack_exports__ = {};
|
|
25
|
-
|
|
26
|
-
/* Release Date: 28-May-2024
|
|
27
|
-
Copyright (c) 2011-2024 jQWidgets.
|
|
28
|
-
License: https://jqwidgets.com/license/ */
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
/******/ (() => { // webpackBootstrap
|
|
32
|
-
var __webpack_exports__ = {};
|
|
33
|
-
|
|
34
|
-
/* Release Date: 28-May-2024
|
|
35
|
-
Copyright (c) 2011-2024 jQWidgets.
|
|
36
|
-
License: https://jqwidgets.com/license/ */
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
/******/ (() => { // webpackBootstrap
|
|
40
|
-
var __webpack_exports__ = {};
|
|
41
|
-
|
|
42
|
-
/* Release Date: 28-May-2024
|
|
2
|
+
/* Release Date: Sep-17-2024
|
|
43
3
|
Copyright (c) 2011-2024 jQWidgets.
|
|
44
4
|
License: https://jqwidgets.com/license/ */
|
|
45
5
|
|
|
@@ -1228,12 +1188,28 @@ License: https://jqwidgets.com/license/ */
|
|
|
1228
1188
|
//// End of ToggleButton
|
|
1229
1189
|
|
|
1230
1190
|
})(jqxBaseFramework);
|
|
1231
|
-
})();
|
|
1191
|
+
})();
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
|
|
1232
1208
|
|
|
1233
1209
|
/***/ }),
|
|
1234
1210
|
|
|
1235
1211
|
/***/ 5459:
|
|
1236
|
-
/***/ ((module, exports,
|
|
1212
|
+
/***/ ((module, exports, __webpack_require__) => {
|
|
1237
1213
|
|
|
1238
1214
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1239
1215
|
/* eslint-disable */
|
|
@@ -9413,7 +9389,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
9413
9389
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
9414
9390
|
// Do this after creating the global so that if an AMD module wants to call
|
|
9415
9391
|
// noConflict to hide this version of JQXLite, it will work.
|
|
9416
|
-
if (
|
|
9392
|
+
if ( true && __webpack_require__.amdO.JQXLite) {
|
|
9417
9393
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
9418
9394
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
9419
9395
|
}
|
|
@@ -12588,6 +12564,22 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12588
12564
|
}
|
|
12589
12565
|
})(jqxBaseFramework);
|
|
12590
12566
|
})();
|
|
12567
|
+
|
|
12568
|
+
|
|
12569
|
+
|
|
12570
|
+
|
|
12571
|
+
|
|
12572
|
+
|
|
12573
|
+
|
|
12574
|
+
|
|
12575
|
+
|
|
12576
|
+
|
|
12577
|
+
|
|
12578
|
+
|
|
12579
|
+
|
|
12580
|
+
|
|
12581
|
+
|
|
12582
|
+
|
|
12591
12583
|
|
|
12592
12584
|
|
|
12593
12585
|
/***/ }),
|
|
@@ -13430,6 +13422,22 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13430
13422
|
});
|
|
13431
13423
|
}(jqxBaseFramework));
|
|
13432
13424
|
})();
|
|
13425
|
+
|
|
13426
|
+
|
|
13427
|
+
|
|
13428
|
+
|
|
13429
|
+
|
|
13430
|
+
|
|
13431
|
+
|
|
13432
|
+
|
|
13433
|
+
|
|
13434
|
+
|
|
13435
|
+
|
|
13436
|
+
|
|
13437
|
+
|
|
13438
|
+
|
|
13439
|
+
|
|
13440
|
+
|
|
13433
13441
|
|
|
13434
13442
|
|
|
13435
13443
|
/***/ })
|
|
@@ -13440,7 +13448,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13440
13448
|
/******/ var __webpack_module_cache__ = {};
|
|
13441
13449
|
/******/
|
|
13442
13450
|
/******/ // The require function
|
|
13443
|
-
/******/ function
|
|
13451
|
+
/******/ function __webpack_require__(moduleId) {
|
|
13444
13452
|
/******/ // Check if module is in cache
|
|
13445
13453
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
13446
13454
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -13454,7 +13462,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13454
13462
|
/******/ };
|
|
13455
13463
|
/******/
|
|
13456
13464
|
/******/ // Execute the module function
|
|
13457
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
13465
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
13458
13466
|
/******/
|
|
13459
13467
|
/******/ // Return the exports of the module
|
|
13460
13468
|
/******/ return module.exports;
|
|
@@ -13463,17 +13471,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13463
13471
|
/************************************************************************/
|
|
13464
13472
|
/******/ /* webpack/runtime/amd options */
|
|
13465
13473
|
/******/ (() => {
|
|
13466
|
-
/******/
|
|
13474
|
+
/******/ __webpack_require__.amdO = {};
|
|
13467
13475
|
/******/ })();
|
|
13468
13476
|
/******/
|
|
13469
13477
|
/******/ /* webpack/runtime/compat get default export */
|
|
13470
13478
|
/******/ (() => {
|
|
13471
13479
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
13472
|
-
/******/
|
|
13480
|
+
/******/ __webpack_require__.n = (module) => {
|
|
13473
13481
|
/******/ var getter = module && module.__esModule ?
|
|
13474
13482
|
/******/ () => (module['default']) :
|
|
13475
13483
|
/******/ () => (module);
|
|
13476
|
-
/******/
|
|
13484
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
13477
13485
|
/******/ return getter;
|
|
13478
13486
|
/******/ };
|
|
13479
13487
|
/******/ })();
|
|
@@ -13481,9 +13489,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13481
13489
|
/******/ /* webpack/runtime/define property getters */
|
|
13482
13490
|
/******/ (() => {
|
|
13483
13491
|
/******/ // define getter functions for harmony exports
|
|
13484
|
-
/******/
|
|
13492
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
13485
13493
|
/******/ for(var key in definition) {
|
|
13486
|
-
/******/ if(
|
|
13494
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
13487
13495
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
13488
13496
|
/******/ }
|
|
13489
13497
|
/******/ }
|
|
@@ -13492,7 +13500,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13492
13500
|
/******/
|
|
13493
13501
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
13494
13502
|
/******/ (() => {
|
|
13495
|
-
/******/
|
|
13503
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
13496
13504
|
/******/ })();
|
|
13497
13505
|
/******/
|
|
13498
13506
|
/************************************************************************/
|
|
@@ -13500,26 +13508,16 @@ var __webpack_exports__ = {};
|
|
|
13500
13508
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
13501
13509
|
(() => {
|
|
13502
13510
|
"use strict";
|
|
13503
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
13504
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
13505
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
13506
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
13507
|
-
/* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_2__ =
|
|
13508
|
-
/* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
13511
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
13512
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
13513
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
|
|
13514
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
13515
|
+
/* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(1766);
|
|
13516
|
+
/* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxsplitter__WEBPACK_IMPORTED_MODULE_2__);
|
|
13509
13517
|
|
|
13510
13518
|
|
|
13511
13519
|
|
|
13512
13520
|
})();
|
|
13513
13521
|
|
|
13514
|
-
/******/ })()
|
|
13515
|
-
;
|
|
13516
|
-
/******/ })()
|
|
13517
|
-
;
|
|
13518
|
-
/******/ })()
|
|
13519
|
-
;
|
|
13520
|
-
/******/ })()
|
|
13521
|
-
;
|
|
13522
|
-
/******/ })()
|
|
13523
|
-
;
|
|
13524
13522
|
/******/ })()
|
|
13525
13523
|
;
|