jqwidgets-ng 23.0.5 → 23.0.7
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 +4 -28
- package/jqwidgets/jqxbarcode.js +0 -6
- package/jqwidgets/jqxchart.core.js +1 -1
- package/jqwidgets/jqxchart.js +1 -1
- package/jqwidgets/jqxcheckboxgroup.js +0 -6
- package/jqwidgets/jqxdatatable.js +1 -1
- package/jqwidgets/jqxqrcode.js +0 -6
- package/jqwidgets/jqxradiobuttongroup.js +0 -6
- package/jqwidgets/jqxscheduler.js +1 -1
- package/jqwidgets/jqxsplitlayout.js +2 -2455
- package/jqwidgets/modules/jqxbarcode.js +15 -65
- package/jqwidgets/modules/jqxbargauge.js +17 -67
- package/jqwidgets/modules/jqxbulletchart.js +19 -69
- package/jqwidgets/modules/jqxbuttongroup.js +17 -67
- package/jqwidgets/modules/jqxbuttons.js +15 -65
- package/jqwidgets/modules/jqxcalendar.js +21 -71
- package/jqwidgets/modules/jqxchart.js +29 -79
- package/jqwidgets/modules/jqxcheckbox.js +19 -69
- package/jqwidgets/modules/jqxcheckboxgroup.js +19 -69
- package/jqwidgets/modules/jqxcolorpicker.js +21 -71
- package/jqwidgets/modules/jqxcombobox.js +25 -75
- package/jqwidgets/modules/jqxcomplexinput.js +17 -67
- package/jqwidgets/modules/jqxdatatable.js +45 -95
- package/jqwidgets/modules/jqxdatetimeinput.js +39 -89
- package/jqwidgets/modules/jqxdocking.js +19 -69
- package/jqwidgets/modules/jqxdockinglayout.js +27 -77
- package/jqwidgets/modules/jqxdockpanel.js +17 -67
- package/jqwidgets/modules/jqxdragdrop.js +19 -69
- package/jqwidgets/modules/jqxdraw.js +15 -65
- package/jqwidgets/modules/jqxdropdownbutton.js +17 -67
- package/jqwidgets/modules/jqxdropdownlist.js +37 -87
- package/jqwidgets/modules/jqxeditor.js +49 -99
- package/jqwidgets/modules/jqxexpander.js +23 -73
- package/jqwidgets/modules/jqxfileupload.js +19 -69
- package/jqwidgets/modules/jqxform.js +48 -98
- package/jqwidgets/modules/jqxformattedinput.js +39 -89
- package/jqwidgets/modules/jqxgantt.js +17 -67
- package/jqwidgets/modules/jqxgauge.js +21 -71
- package/jqwidgets/modules/jqxgrid.js +94 -121
- package/jqwidgets/modules/jqxheatmap.js +17 -67
- package/jqwidgets/modules/jqxinput.js +19 -69
- package/jqwidgets/modules/jqxkanban.js +49 -99
- package/jqwidgets/modules/jqxknob.js +19 -69
- package/jqwidgets/modules/jqxlayout.js +27 -77
- package/jqwidgets/modules/jqxlineargauge.js +21 -71
- package/jqwidgets/modules/jqxlinkbutton.js +15 -65
- package/jqwidgets/modules/jqxlistbox.js +29 -79
- package/jqwidgets/modules/jqxlistmenu.js +45 -95
- package/jqwidgets/modules/jqxloader.js +15 -65
- package/jqwidgets/modules/jqxmaskedinput.js +15 -65
- package/jqwidgets/modules/jqxmenu.js +27 -77
- package/jqwidgets/modules/jqxnavbar.js +23 -73
- package/jqwidgets/modules/jqxnavigationbar.js +31 -81
- package/jqwidgets/modules/jqxnotification.js +23 -73
- package/jqwidgets/modules/jqxnumberinput.js +29 -79
- package/jqwidgets/modules/jqxpanel.js +21 -71
- package/jqwidgets/modules/jqxpasswordinput.js +23 -73
- package/jqwidgets/modules/jqxpivotdesigner.js +53 -103
- package/jqwidgets/modules/jqxpivotgrid.js +53 -103
- package/jqwidgets/modules/jqxpopover.js +17 -67
- package/jqwidgets/modules/jqxprogressbar.js +15 -65
- package/jqwidgets/modules/jqxqrcode.js +23 -73
- package/jqwidgets/modules/jqxradiobutongroup.js +19 -69
- package/jqwidgets/modules/jqxradiobutton.js +17 -67
- package/jqwidgets/modules/jqxrangeselector.js +19 -69
- package/jqwidgets/modules/jqxrating.js +17 -67
- package/jqwidgets/modules/jqxrepeatbutton.js +15 -65
- package/jqwidgets/modules/jqxresponsivepanel.js +17 -67
- package/jqwidgets/modules/jqxribbon.js +19 -69
- package/jqwidgets/modules/jqxscheduler.js +55 -105
- package/jqwidgets/modules/jqxscrollbar.js +17 -67
- package/jqwidgets/modules/jqxscrollview.js +17 -67
- package/jqwidgets/modules/jqxslider.js +17 -57
- package/jqwidgets/modules/jqxsortable.js +14114 -8
- package/jqwidgets/modules/jqxsplitlayout.js +11479 -8
- package/jqwidgets/modules/jqxsplitter.js +13463 -8
- package/jqwidgets/modules/jqxswitchbutton.js +21 -61
- package/jqwidgets/modules/jqxtabs.js +29 -69
- package/jqwidgets/modules/jqxtagcloud.js +23 -63
- package/jqwidgets/modules/jqxtextarea.js +23 -63
- package/jqwidgets/modules/jqxtimeline.js +15 -55
- package/jqwidgets/modules/jqxtimepicker.js +17 -57
- package/jqwidgets/modules/jqxtogglebutton.js +15 -55
- package/jqwidgets/modules/jqxtoolbar.js +47 -87
- package/jqwidgets/modules/jqxtooltip.js +15 -55
- package/jqwidgets/modules/jqxtree.js +27 -67
- package/jqwidgets/modules/jqxtreegrid.js +47 -87
- package/jqwidgets/modules/jqxtreemap.js +19 -59
- package/jqwidgets/modules/jqxvalidator.js +21 -61
- package/jqwidgets/modules/jqxwindow.js +17 -57
- package/package.json +1 -1
|
@@ -1,45 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
/* Release Date:
|
|
3
|
-
Copyright (c) 2011-2025 jQWidgets.
|
|
4
|
-
License: https://jqwidgets.com/license/ */
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
/******/ (() => { // webpackBootstrap
|
|
8
|
-
var __webpack_exports__ = {};
|
|
9
|
-
|
|
10
|
-
/* Release Date: Jan-28-2025
|
|
11
|
-
Copyright (c) 2011-2025 jQWidgets.
|
|
12
|
-
License: https://jqwidgets.com/license/ */
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
/******/ (() => { // webpackBootstrap
|
|
16
|
-
var __webpack_exports__ = {};
|
|
17
|
-
|
|
18
|
-
/* Release Date: Jan-28-2025
|
|
19
|
-
Copyright (c) 2011-2025 jQWidgets.
|
|
20
|
-
License: https://jqwidgets.com/license/ */
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
/******/ (() => { // webpackBootstrap
|
|
24
|
-
var __webpack_exports__ = {};
|
|
25
|
-
|
|
26
|
-
/* Release Date: Jan-28-2025
|
|
27
|
-
Copyright (c) 2011-2025 jQWidgets.
|
|
28
|
-
License: https://jqwidgets.com/license/ */
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
/******/ (() => { // webpackBootstrap
|
|
32
|
-
var __webpack_exports__ = {};
|
|
33
|
-
|
|
34
|
-
/* Release Date: Jan-28-2025
|
|
35
|
-
Copyright (c) 2011-2025 jQWidgets.
|
|
36
|
-
License: https://jqwidgets.com/license/ */
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
/******/ (() => { // webpackBootstrap
|
|
40
|
-
var __webpack_exports__ = {};
|
|
41
|
-
|
|
42
|
-
/* Release Date: Jan-28-2025
|
|
2
|
+
/* Release Date: May-26-2025
|
|
43
3
|
Copyright (c) 2011-2025 jQWidgets.
|
|
44
4
|
License: https://jqwidgets.com/license/ */
|
|
45
5
|
|
|
@@ -2080,7 +2040,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
2080
2040
|
/***/ }),
|
|
2081
2041
|
|
|
2082
2042
|
/***/ 5459:
|
|
2083
|
-
/***/ ((module, exports,
|
|
2043
|
+
/***/ ((module, exports, __webpack_require__) => {
|
|
2084
2044
|
|
|
2085
2045
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
2086
2046
|
/* eslint-disable */
|
|
@@ -10260,7 +10220,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
10260
10220
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
10261
10221
|
// Do this after creating the global so that if an AMD module wants to call
|
|
10262
10222
|
// noConflict to hide this version of JQXLite, it will work.
|
|
10263
|
-
if (
|
|
10223
|
+
if ( true && __webpack_require__.amdO.JQXLite) {
|
|
10264
10224
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
10265
10225
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
10266
10226
|
}
|
|
@@ -17401,7 +17361,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
17401
17361
|
/******/ var __webpack_module_cache__ = {};
|
|
17402
17362
|
/******/
|
|
17403
17363
|
/******/ // The require function
|
|
17404
|
-
/******/ function
|
|
17364
|
+
/******/ function __webpack_require__(moduleId) {
|
|
17405
17365
|
/******/ // Check if module is in cache
|
|
17406
17366
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
17407
17367
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -17415,7 +17375,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
17415
17375
|
/******/ };
|
|
17416
17376
|
/******/
|
|
17417
17377
|
/******/ // Execute the module function
|
|
17418
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
17378
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
17419
17379
|
/******/
|
|
17420
17380
|
/******/ // Return the exports of the module
|
|
17421
17381
|
/******/ return module.exports;
|
|
@@ -17424,17 +17384,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
17424
17384
|
/************************************************************************/
|
|
17425
17385
|
/******/ /* webpack/runtime/amd options */
|
|
17426
17386
|
/******/ (() => {
|
|
17427
|
-
/******/
|
|
17387
|
+
/******/ __webpack_require__.amdO = {};
|
|
17428
17388
|
/******/ })();
|
|
17429
17389
|
/******/
|
|
17430
17390
|
/******/ /* webpack/runtime/compat get default export */
|
|
17431
17391
|
/******/ (() => {
|
|
17432
17392
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
17433
|
-
/******/
|
|
17393
|
+
/******/ __webpack_require__.n = (module) => {
|
|
17434
17394
|
/******/ var getter = module && module.__esModule ?
|
|
17435
17395
|
/******/ () => (module['default']) :
|
|
17436
17396
|
/******/ () => (module);
|
|
17437
|
-
/******/
|
|
17397
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
17438
17398
|
/******/ return getter;
|
|
17439
17399
|
/******/ };
|
|
17440
17400
|
/******/ })();
|
|
@@ -17442,9 +17402,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
17442
17402
|
/******/ /* webpack/runtime/define property getters */
|
|
17443
17403
|
/******/ (() => {
|
|
17444
17404
|
/******/ // define getter functions for harmony exports
|
|
17445
|
-
/******/
|
|
17405
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
17446
17406
|
/******/ for(var key in definition) {
|
|
17447
|
-
/******/ if(
|
|
17407
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
17448
17408
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
17449
17409
|
/******/ }
|
|
17450
17410
|
/******/ }
|
|
@@ -17453,7 +17413,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
17453
17413
|
/******/
|
|
17454
17414
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
17455
17415
|
/******/ (() => {
|
|
17456
|
-
/******/
|
|
17416
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
17457
17417
|
/******/ })();
|
|
17458
17418
|
/******/
|
|
17459
17419
|
/************************************************************************/
|
|
@@ -17461,29 +17421,19 @@ var __webpack_exports__ = {};
|
|
|
17461
17421
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
17462
17422
|
(() => {
|
|
17463
17423
|
"use strict";
|
|
17464
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
17465
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
17466
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
17467
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
17468
|
-
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_2__ =
|
|
17469
|
-
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
17470
|
-
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_3__ =
|
|
17471
|
-
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
17424
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
17425
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
17426
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
|
|
17427
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
17428
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7995);
|
|
17429
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_2__);
|
|
17430
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4545);
|
|
17431
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_3__);
|
|
17472
17432
|
|
|
17473
17433
|
|
|
17474
17434
|
|
|
17475
17435
|
|
|
17476
17436
|
})();
|
|
17477
17437
|
|
|
17478
|
-
/******/ })()
|
|
17479
|
-
;
|
|
17480
|
-
/******/ })()
|
|
17481
|
-
;
|
|
17482
|
-
/******/ })()
|
|
17483
|
-
;
|
|
17484
|
-
/******/ })()
|
|
17485
|
-
;
|
|
17486
|
-
/******/ })()
|
|
17487
|
-
;
|
|
17488
17438
|
/******/ })()
|
|
17489
17439
|
;
|
|
@@ -1,45 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
/* Release Date:
|
|
3
|
-
Copyright (c) 2011-2025 jQWidgets.
|
|
4
|
-
License: https://jqwidgets.com/license/ */
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
/******/ (() => { // webpackBootstrap
|
|
8
|
-
var __webpack_exports__ = {};
|
|
9
|
-
|
|
10
|
-
/* Release Date: Jan-28-2025
|
|
11
|
-
Copyright (c) 2011-2025 jQWidgets.
|
|
12
|
-
License: https://jqwidgets.com/license/ */
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
/******/ (() => { // webpackBootstrap
|
|
16
|
-
var __webpack_exports__ = {};
|
|
17
|
-
|
|
18
|
-
/* Release Date: Jan-28-2025
|
|
19
|
-
Copyright (c) 2011-2025 jQWidgets.
|
|
20
|
-
License: https://jqwidgets.com/license/ */
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
/******/ (() => { // webpackBootstrap
|
|
24
|
-
var __webpack_exports__ = {};
|
|
25
|
-
|
|
26
|
-
/* Release Date: Jan-28-2025
|
|
27
|
-
Copyright (c) 2011-2025 jQWidgets.
|
|
28
|
-
License: https://jqwidgets.com/license/ */
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
/******/ (() => { // webpackBootstrap
|
|
32
|
-
var __webpack_exports__ = {};
|
|
33
|
-
|
|
34
|
-
/* Release Date: Jan-28-2025
|
|
35
|
-
Copyright (c) 2011-2025 jQWidgets.
|
|
36
|
-
License: https://jqwidgets.com/license/ */
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
/******/ (() => { // webpackBootstrap
|
|
40
|
-
var __webpack_exports__ = {};
|
|
41
|
-
|
|
42
|
-
/* Release Date: Jan-28-2025
|
|
2
|
+
/* Release Date: May-26-2025
|
|
43
3
|
Copyright (c) 2011-2025 jQWidgets.
|
|
44
4
|
License: https://jqwidgets.com/license/ */
|
|
45
5
|
|
|
@@ -2484,7 +2444,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
2484
2444
|
/***/ }),
|
|
2485
2445
|
|
|
2486
2446
|
/***/ 5459:
|
|
2487
|
-
/***/ ((module, exports,
|
|
2447
|
+
/***/ ((module, exports, __webpack_require__) => {
|
|
2488
2448
|
|
|
2489
2449
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
2490
2450
|
/* eslint-disable */
|
|
@@ -10664,7 +10624,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
10664
10624
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
10665
10625
|
// Do this after creating the global so that if an AMD module wants to call
|
|
10666
10626
|
// noConflict to hide this version of JQXLite, it will work.
|
|
10667
|
-
if (
|
|
10627
|
+
if ( true && __webpack_require__.amdO.JQXLite) {
|
|
10668
10628
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
10669
10629
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
10670
10630
|
}
|
|
@@ -13849,7 +13809,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13849
13809
|
/******/ var __webpack_module_cache__ = {};
|
|
13850
13810
|
/******/
|
|
13851
13811
|
/******/ // The require function
|
|
13852
|
-
/******/ function
|
|
13812
|
+
/******/ function __webpack_require__(moduleId) {
|
|
13853
13813
|
/******/ // Check if module is in cache
|
|
13854
13814
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
13855
13815
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -13863,7 +13823,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13863
13823
|
/******/ };
|
|
13864
13824
|
/******/
|
|
13865
13825
|
/******/ // Execute the module function
|
|
13866
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
13826
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
13867
13827
|
/******/
|
|
13868
13828
|
/******/ // Return the exports of the module
|
|
13869
13829
|
/******/ return module.exports;
|
|
@@ -13872,17 +13832,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13872
13832
|
/************************************************************************/
|
|
13873
13833
|
/******/ /* webpack/runtime/amd options */
|
|
13874
13834
|
/******/ (() => {
|
|
13875
|
-
/******/
|
|
13835
|
+
/******/ __webpack_require__.amdO = {};
|
|
13876
13836
|
/******/ })();
|
|
13877
13837
|
/******/
|
|
13878
13838
|
/******/ /* webpack/runtime/compat get default export */
|
|
13879
13839
|
/******/ (() => {
|
|
13880
13840
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
13881
|
-
/******/
|
|
13841
|
+
/******/ __webpack_require__.n = (module) => {
|
|
13882
13842
|
/******/ var getter = module && module.__esModule ?
|
|
13883
13843
|
/******/ () => (module['default']) :
|
|
13884
13844
|
/******/ () => (module);
|
|
13885
|
-
/******/
|
|
13845
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
13886
13846
|
/******/ return getter;
|
|
13887
13847
|
/******/ };
|
|
13888
13848
|
/******/ })();
|
|
@@ -13890,9 +13850,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13890
13850
|
/******/ /* webpack/runtime/define property getters */
|
|
13891
13851
|
/******/ (() => {
|
|
13892
13852
|
/******/ // define getter functions for harmony exports
|
|
13893
|
-
/******/
|
|
13853
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
13894
13854
|
/******/ for(var key in definition) {
|
|
13895
|
-
/******/ if(
|
|
13855
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
13896
13856
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
13897
13857
|
/******/ }
|
|
13898
13858
|
/******/ }
|
|
@@ -13901,7 +13861,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13901
13861
|
/******/
|
|
13902
13862
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
13903
13863
|
/******/ (() => {
|
|
13904
|
-
/******/
|
|
13864
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
13905
13865
|
/******/ })();
|
|
13906
13866
|
/******/
|
|
13907
13867
|
/************************************************************************/
|
|
@@ -13909,29 +13869,19 @@ var __webpack_exports__ = {};
|
|
|
13909
13869
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
13910
13870
|
(() => {
|
|
13911
13871
|
"use strict";
|
|
13912
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
13913
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
13914
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
13915
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
13916
|
-
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_2__ =
|
|
13917
|
-
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
13918
|
-
/* harmony import */ var _jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3__ =
|
|
13919
|
-
/* harmony import */ var _jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
13872
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
13873
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
13874
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
|
|
13875
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
13876
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(4545);
|
|
13877
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_2__);
|
|
13878
|
+
/* harmony import */ var _jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2494);
|
|
13879
|
+
/* harmony import */ var _jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckboxgroup__WEBPACK_IMPORTED_MODULE_3__);
|
|
13920
13880
|
|
|
13921
13881
|
|
|
13922
13882
|
|
|
13923
13883
|
|
|
13924
13884
|
})();
|
|
13925
13885
|
|
|
13926
|
-
/******/ })()
|
|
13927
|
-
;
|
|
13928
|
-
/******/ })()
|
|
13929
|
-
;
|
|
13930
|
-
/******/ })()
|
|
13931
|
-
;
|
|
13932
|
-
/******/ })()
|
|
13933
|
-
;
|
|
13934
|
-
/******/ })()
|
|
13935
|
-
;
|
|
13936
13886
|
/******/ })()
|
|
13937
13887
|
;
|
|
@@ -1,45 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
/* Release Date:
|
|
3
|
-
Copyright (c) 2011-2025 jQWidgets.
|
|
4
|
-
License: https://jqwidgets.com/license/ */
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
/******/ (() => { // webpackBootstrap
|
|
8
|
-
var __webpack_exports__ = {};
|
|
9
|
-
|
|
10
|
-
/* Release Date: Jan-28-2025
|
|
11
|
-
Copyright (c) 2011-2025 jQWidgets.
|
|
12
|
-
License: https://jqwidgets.com/license/ */
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
/******/ (() => { // webpackBootstrap
|
|
16
|
-
var __webpack_exports__ = {};
|
|
17
|
-
|
|
18
|
-
/* Release Date: Jan-28-2025
|
|
19
|
-
Copyright (c) 2011-2025 jQWidgets.
|
|
20
|
-
License: https://jqwidgets.com/license/ */
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
/******/ (() => { // webpackBootstrap
|
|
24
|
-
var __webpack_exports__ = {};
|
|
25
|
-
|
|
26
|
-
/* Release Date: Jan-28-2025
|
|
27
|
-
Copyright (c) 2011-2025 jQWidgets.
|
|
28
|
-
License: https://jqwidgets.com/license/ */
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
/******/ (() => { // webpackBootstrap
|
|
32
|
-
var __webpack_exports__ = {};
|
|
33
|
-
|
|
34
|
-
/* Release Date: Jan-28-2025
|
|
35
|
-
Copyright (c) 2011-2025 jQWidgets.
|
|
36
|
-
License: https://jqwidgets.com/license/ */
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
/******/ (() => { // webpackBootstrap
|
|
40
|
-
var __webpack_exports__ = {};
|
|
41
|
-
|
|
42
|
-
/* Release Date: Jan-28-2025
|
|
2
|
+
/* Release Date: May-26-2025
|
|
43
3
|
Copyright (c) 2011-2025 jQWidgets.
|
|
44
4
|
License: https://jqwidgets.com/license/ */
|
|
45
5
|
|
|
@@ -2554,7 +2514,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
2554
2514
|
/***/ }),
|
|
2555
2515
|
|
|
2556
2516
|
/***/ 5459:
|
|
2557
|
-
/***/ ((module, exports,
|
|
2517
|
+
/***/ ((module, exports, __webpack_require__) => {
|
|
2558
2518
|
|
|
2559
2519
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
2560
2520
|
/* eslint-disable */
|
|
@@ -10734,7 +10694,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
10734
10694
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
10735
10695
|
// Do this after creating the global so that if an AMD module wants to call
|
|
10736
10696
|
// noConflict to hide this version of JQXLite, it will work.
|
|
10737
|
-
if (
|
|
10697
|
+
if ( true && __webpack_require__.amdO.JQXLite) {
|
|
10738
10698
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
10739
10699
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
10740
10700
|
}
|
|
@@ -15728,7 +15688,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
15728
15688
|
/******/ var __webpack_module_cache__ = {};
|
|
15729
15689
|
/******/
|
|
15730
15690
|
/******/ // The require function
|
|
15731
|
-
/******/ function
|
|
15691
|
+
/******/ function __webpack_require__(moduleId) {
|
|
15732
15692
|
/******/ // Check if module is in cache
|
|
15733
15693
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
15734
15694
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -15742,7 +15702,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
15742
15702
|
/******/ };
|
|
15743
15703
|
/******/
|
|
15744
15704
|
/******/ // Execute the module function
|
|
15745
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
15705
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
15746
15706
|
/******/
|
|
15747
15707
|
/******/ // Return the exports of the module
|
|
15748
15708
|
/******/ return module.exports;
|
|
@@ -15751,17 +15711,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
15751
15711
|
/************************************************************************/
|
|
15752
15712
|
/******/ /* webpack/runtime/amd options */
|
|
15753
15713
|
/******/ (() => {
|
|
15754
|
-
/******/
|
|
15714
|
+
/******/ __webpack_require__.amdO = {};
|
|
15755
15715
|
/******/ })();
|
|
15756
15716
|
/******/
|
|
15757
15717
|
/******/ /* webpack/runtime/compat get default export */
|
|
15758
15718
|
/******/ (() => {
|
|
15759
15719
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
15760
|
-
/******/
|
|
15720
|
+
/******/ __webpack_require__.n = (module) => {
|
|
15761
15721
|
/******/ var getter = module && module.__esModule ?
|
|
15762
15722
|
/******/ () => (module['default']) :
|
|
15763
15723
|
/******/ () => (module);
|
|
15764
|
-
/******/
|
|
15724
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
15765
15725
|
/******/ return getter;
|
|
15766
15726
|
/******/ };
|
|
15767
15727
|
/******/ })();
|
|
@@ -15769,9 +15729,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
15769
15729
|
/******/ /* webpack/runtime/define property getters */
|
|
15770
15730
|
/******/ (() => {
|
|
15771
15731
|
/******/ // define getter functions for harmony exports
|
|
15772
|
-
/******/
|
|
15732
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
15773
15733
|
/******/ for(var key in definition) {
|
|
15774
|
-
/******/ if(
|
|
15734
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
15775
15735
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
15776
15736
|
/******/ }
|
|
15777
15737
|
/******/ }
|
|
@@ -15780,7 +15740,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
15780
15740
|
/******/
|
|
15781
15741
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
15782
15742
|
/******/ (() => {
|
|
15783
|
-
/******/
|
|
15743
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
15784
15744
|
/******/ })();
|
|
15785
15745
|
/******/
|
|
15786
15746
|
/************************************************************************/
|
|
@@ -15788,16 +15748,16 @@ var __webpack_exports__ = {};
|
|
|
15788
15748
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
15789
15749
|
(() => {
|
|
15790
15750
|
"use strict";
|
|
15791
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
15792
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
15793
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
15794
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
15795
|
-
/* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_2__ =
|
|
15796
|
-
/* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
15797
|
-
/* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_3__ =
|
|
15798
|
-
/* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
15799
|
-
/* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_4__ =
|
|
15800
|
-
/* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
15751
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
15752
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
15753
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
|
|
15754
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
15755
|
+
/* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5905);
|
|
15756
|
+
/* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_2__);
|
|
15757
|
+
/* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(6826);
|
|
15758
|
+
/* harmony import */ var _jqxradiobutton__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxradiobutton__WEBPACK_IMPORTED_MODULE_3__);
|
|
15759
|
+
/* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(3960);
|
|
15760
|
+
/* harmony import */ var _jqxcolorpicker__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxcolorpicker__WEBPACK_IMPORTED_MODULE_4__);
|
|
15801
15761
|
|
|
15802
15762
|
|
|
15803
15763
|
|
|
@@ -15806,15 +15766,5 @@ var __webpack_exports__ = {};
|
|
|
15806
15766
|
|
|
15807
15767
|
})();
|
|
15808
15768
|
|
|
15809
|
-
/******/ })()
|
|
15810
|
-
;
|
|
15811
|
-
/******/ })()
|
|
15812
|
-
;
|
|
15813
|
-
/******/ })()
|
|
15814
|
-
;
|
|
15815
|
-
/******/ })()
|
|
15816
|
-
;
|
|
15817
|
-
/******/ })()
|
|
15818
|
-
;
|
|
15819
15769
|
/******/ })()
|
|
15820
15770
|
;
|