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
|
|
|
@@ -677,7 +637,23 @@ License: https://jqwidgets.com/license/ */
|
|
|
677
637
|
}
|
|
678
638
|
});
|
|
679
639
|
})(jqxBaseFramework);
|
|
680
|
-
})();
|
|
640
|
+
})();
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
|
|
681
657
|
|
|
682
658
|
/***/ }),
|
|
683
659
|
|
|
@@ -1862,12 +1838,28 @@ License: https://jqwidgets.com/license/ */
|
|
|
1862
1838
|
//// End of ToggleButton
|
|
1863
1839
|
|
|
1864
1840
|
})(jqxBaseFramework);
|
|
1865
|
-
})();
|
|
1841
|
+
})();
|
|
1842
|
+
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
|
|
1846
|
+
|
|
1847
|
+
|
|
1848
|
+
|
|
1849
|
+
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
|
|
1853
|
+
|
|
1854
|
+
|
|
1855
|
+
|
|
1856
|
+
|
|
1857
|
+
|
|
1866
1858
|
|
|
1867
1859
|
/***/ }),
|
|
1868
1860
|
|
|
1869
1861
|
/***/ 5459:
|
|
1870
|
-
/***/ ((module, exports,
|
|
1862
|
+
/***/ ((module, exports, __webpack_require__) => {
|
|
1871
1863
|
|
|
1872
1864
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1873
1865
|
/* eslint-disable */
|
|
@@ -10047,7 +10039,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
10047
10039
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
10048
10040
|
// Do this after creating the global so that if an AMD module wants to call
|
|
10049
10041
|
// noConflict to hide this version of JQXLite, it will work.
|
|
10050
|
-
if (
|
|
10042
|
+
if ( true && __webpack_require__.amdO.JQXLite) {
|
|
10051
10043
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
10052
10044
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
10053
10045
|
}
|
|
@@ -13222,6 +13214,22 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13222
13214
|
}
|
|
13223
13215
|
})(jqxBaseFramework);
|
|
13224
13216
|
})();
|
|
13217
|
+
|
|
13218
|
+
|
|
13219
|
+
|
|
13220
|
+
|
|
13221
|
+
|
|
13222
|
+
|
|
13223
|
+
|
|
13224
|
+
|
|
13225
|
+
|
|
13226
|
+
|
|
13227
|
+
|
|
13228
|
+
|
|
13229
|
+
|
|
13230
|
+
|
|
13231
|
+
|
|
13232
|
+
|
|
13225
13233
|
|
|
13226
13234
|
|
|
13227
13235
|
/***/ }),
|
|
@@ -16144,6 +16152,22 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16144
16152
|
};
|
|
16145
16153
|
})(jqxBaseFramework); // end of jqxPlot
|
|
16146
16154
|
})();
|
|
16155
|
+
|
|
16156
|
+
|
|
16157
|
+
|
|
16158
|
+
|
|
16159
|
+
|
|
16160
|
+
|
|
16161
|
+
|
|
16162
|
+
|
|
16163
|
+
|
|
16164
|
+
|
|
16165
|
+
|
|
16166
|
+
|
|
16167
|
+
|
|
16168
|
+
|
|
16169
|
+
|
|
16170
|
+
|
|
16147
16171
|
|
|
16148
16172
|
|
|
16149
16173
|
/***/ }),
|
|
@@ -20228,7 +20252,23 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20228
20252
|
$.extend($.jqx._jqxLinearGauge.prototype, linearGauge);
|
|
20229
20253
|
|
|
20230
20254
|
})(jqxBaseFramework);
|
|
20231
|
-
})();
|
|
20255
|
+
})();
|
|
20256
|
+
|
|
20257
|
+
|
|
20258
|
+
|
|
20259
|
+
|
|
20260
|
+
|
|
20261
|
+
|
|
20262
|
+
|
|
20263
|
+
|
|
20264
|
+
|
|
20265
|
+
|
|
20266
|
+
|
|
20267
|
+
|
|
20268
|
+
|
|
20269
|
+
|
|
20270
|
+
|
|
20271
|
+
|
|
20232
20272
|
|
|
20233
20273
|
/***/ })
|
|
20234
20274
|
|
|
@@ -20238,7 +20278,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20238
20278
|
/******/ var __webpack_module_cache__ = {};
|
|
20239
20279
|
/******/
|
|
20240
20280
|
/******/ // The require function
|
|
20241
|
-
/******/ function
|
|
20281
|
+
/******/ function __webpack_require__(moduleId) {
|
|
20242
20282
|
/******/ // Check if module is in cache
|
|
20243
20283
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
20244
20284
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -20252,7 +20292,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20252
20292
|
/******/ };
|
|
20253
20293
|
/******/
|
|
20254
20294
|
/******/ // Execute the module function
|
|
20255
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
20295
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
20256
20296
|
/******/
|
|
20257
20297
|
/******/ // Return the exports of the module
|
|
20258
20298
|
/******/ return module.exports;
|
|
@@ -20261,17 +20301,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20261
20301
|
/************************************************************************/
|
|
20262
20302
|
/******/ /* webpack/runtime/amd options */
|
|
20263
20303
|
/******/ (() => {
|
|
20264
|
-
/******/
|
|
20304
|
+
/******/ __webpack_require__.amdO = {};
|
|
20265
20305
|
/******/ })();
|
|
20266
20306
|
/******/
|
|
20267
20307
|
/******/ /* webpack/runtime/compat get default export */
|
|
20268
20308
|
/******/ (() => {
|
|
20269
20309
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
20270
|
-
/******/
|
|
20310
|
+
/******/ __webpack_require__.n = (module) => {
|
|
20271
20311
|
/******/ var getter = module && module.__esModule ?
|
|
20272
20312
|
/******/ () => (module['default']) :
|
|
20273
20313
|
/******/ () => (module);
|
|
20274
|
-
/******/
|
|
20314
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
20275
20315
|
/******/ return getter;
|
|
20276
20316
|
/******/ };
|
|
20277
20317
|
/******/ })();
|
|
@@ -20279,9 +20319,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20279
20319
|
/******/ /* webpack/runtime/define property getters */
|
|
20280
20320
|
/******/ (() => {
|
|
20281
20321
|
/******/ // define getter functions for harmony exports
|
|
20282
|
-
/******/
|
|
20322
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
20283
20323
|
/******/ for(var key in definition) {
|
|
20284
|
-
/******/ if(
|
|
20324
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
20285
20325
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
20286
20326
|
/******/ }
|
|
20287
20327
|
/******/ }
|
|
@@ -20290,7 +20330,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20290
20330
|
/******/
|
|
20291
20331
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
20292
20332
|
/******/ (() => {
|
|
20293
|
-
/******/
|
|
20333
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
20294
20334
|
/******/ })();
|
|
20295
20335
|
/******/
|
|
20296
20336
|
/************************************************************************/
|
|
@@ -20298,16 +20338,16 @@ var __webpack_exports__ = {};
|
|
|
20298
20338
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
20299
20339
|
(() => {
|
|
20300
20340
|
"use strict";
|
|
20301
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
20302
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
20303
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
20304
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
20305
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ =
|
|
20306
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
20307
|
-
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ =
|
|
20308
|
-
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
20309
|
-
/* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4__ =
|
|
20310
|
-
/* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
20341
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
20342
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
20343
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
|
|
20344
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
20345
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
|
|
20346
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
|
|
20347
|
+
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3159);
|
|
20348
|
+
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_3__);
|
|
20349
|
+
/* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(482);
|
|
20350
|
+
/* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxgauge__WEBPACK_IMPORTED_MODULE_4__);
|
|
20311
20351
|
|
|
20312
20352
|
|
|
20313
20353
|
|
|
@@ -20315,15 +20355,5 @@ var __webpack_exports__ = {};
|
|
|
20315
20355
|
|
|
20316
20356
|
})();
|
|
20317
20357
|
|
|
20318
|
-
/******/ })()
|
|
20319
|
-
;
|
|
20320
|
-
/******/ })()
|
|
20321
|
-
;
|
|
20322
|
-
/******/ })()
|
|
20323
|
-
;
|
|
20324
|
-
/******/ })()
|
|
20325
|
-
;
|
|
20326
|
-
/******/ })()
|
|
20327
|
-
;
|
|
20328
20358
|
/******/ })()
|
|
20329
20359
|
;
|
|
@@ -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
|
/***/ })
|
|
@@ -12598,7 +12590,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12598
12590
|
/******/ var __webpack_module_cache__ = {};
|
|
12599
12591
|
/******/
|
|
12600
12592
|
/******/ // The require function
|
|
12601
|
-
/******/ function
|
|
12593
|
+
/******/ function __webpack_require__(moduleId) {
|
|
12602
12594
|
/******/ // Check if module is in cache
|
|
12603
12595
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
12604
12596
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -12612,7 +12604,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12612
12604
|
/******/ };
|
|
12613
12605
|
/******/
|
|
12614
12606
|
/******/ // Execute the module function
|
|
12615
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
12607
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
12616
12608
|
/******/
|
|
12617
12609
|
/******/ // Return the exports of the module
|
|
12618
12610
|
/******/ return module.exports;
|
|
@@ -12621,17 +12613,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12621
12613
|
/************************************************************************/
|
|
12622
12614
|
/******/ /* webpack/runtime/amd options */
|
|
12623
12615
|
/******/ (() => {
|
|
12624
|
-
/******/
|
|
12616
|
+
/******/ __webpack_require__.amdO = {};
|
|
12625
12617
|
/******/ })();
|
|
12626
12618
|
/******/
|
|
12627
12619
|
/******/ /* webpack/runtime/compat get default export */
|
|
12628
12620
|
/******/ (() => {
|
|
12629
12621
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
12630
|
-
/******/
|
|
12622
|
+
/******/ __webpack_require__.n = (module) => {
|
|
12631
12623
|
/******/ var getter = module && module.__esModule ?
|
|
12632
12624
|
/******/ () => (module['default']) :
|
|
12633
12625
|
/******/ () => (module);
|
|
12634
|
-
/******/
|
|
12626
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
12635
12627
|
/******/ return getter;
|
|
12636
12628
|
/******/ };
|
|
12637
12629
|
/******/ })();
|
|
@@ -12639,9 +12631,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12639
12631
|
/******/ /* webpack/runtime/define property getters */
|
|
12640
12632
|
/******/ (() => {
|
|
12641
12633
|
/******/ // define getter functions for harmony exports
|
|
12642
|
-
/******/
|
|
12634
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
12643
12635
|
/******/ for(var key in definition) {
|
|
12644
|
-
/******/ if(
|
|
12636
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
12645
12637
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
12646
12638
|
/******/ }
|
|
12647
12639
|
/******/ }
|
|
@@ -12650,7 +12642,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12650
12642
|
/******/
|
|
12651
12643
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
12652
12644
|
/******/ (() => {
|
|
12653
|
-
/******/
|
|
12645
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
12654
12646
|
/******/ })();
|
|
12655
12647
|
/******/
|
|
12656
12648
|
/************************************************************************/
|
|
@@ -12658,23 +12650,13 @@ var __webpack_exports__ = {};
|
|
|
12658
12650
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
12659
12651
|
(() => {
|
|
12660
12652
|
"use strict";
|
|
12661
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
12662
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
12663
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
12664
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
12653
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
12654
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
12655
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
|
|
12656
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
12665
12657
|
|
|
12666
12658
|
|
|
12667
12659
|
})();
|
|
12668
12660
|
|
|
12669
|
-
/******/ })()
|
|
12670
|
-
;
|
|
12671
|
-
/******/ })()
|
|
12672
|
-
;
|
|
12673
|
-
/******/ })()
|
|
12674
|
-
;
|
|
12675
|
-
/******/ })()
|
|
12676
|
-
;
|
|
12677
|
-
/******/ })()
|
|
12678
|
-
;
|
|
12679
12661
|
/******/ })()
|
|
12680
12662
|
;
|