jqwidgets-ng 19.2.3 → 21.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 +3 -2
|
@@ -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
|
/***/ }),
|
|
@@ -18166,7 +18174,23 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
18166
18174
|
|
|
18167
18175
|
|
|
18168
18176
|
})(pdfDataExport.API)
|
|
18169
|
-
})();
|
|
18177
|
+
})();
|
|
18178
|
+
|
|
18179
|
+
|
|
18180
|
+
|
|
18181
|
+
|
|
18182
|
+
|
|
18183
|
+
|
|
18184
|
+
|
|
18185
|
+
|
|
18186
|
+
|
|
18187
|
+
|
|
18188
|
+
|
|
18189
|
+
|
|
18190
|
+
|
|
18191
|
+
|
|
18192
|
+
|
|
18193
|
+
|
|
18170
18194
|
|
|
18171
18195
|
/***/ }),
|
|
18172
18196
|
|
|
@@ -24313,7 +24337,23 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
24313
24337
|
}
|
|
24314
24338
|
}
|
|
24315
24339
|
} )( jqxBaseFramework );
|
|
24316
|
-
})();
|
|
24340
|
+
})();
|
|
24341
|
+
|
|
24342
|
+
|
|
24343
|
+
|
|
24344
|
+
|
|
24345
|
+
|
|
24346
|
+
|
|
24347
|
+
|
|
24348
|
+
|
|
24349
|
+
|
|
24350
|
+
|
|
24351
|
+
|
|
24352
|
+
|
|
24353
|
+
|
|
24354
|
+
|
|
24355
|
+
|
|
24356
|
+
|
|
24317
24357
|
|
|
24318
24358
|
/***/ }),
|
|
24319
24359
|
|
|
@@ -30800,7 +30840,23 @@ ${attr.formula} </cfRule>
|
|
|
30800
30840
|
return menuItem;
|
|
30801
30841
|
}; //
|
|
30802
30842
|
})(jqxBaseFramework);
|
|
30803
|
-
})();
|
|
30843
|
+
})();
|
|
30844
|
+
|
|
30845
|
+
|
|
30846
|
+
|
|
30847
|
+
|
|
30848
|
+
|
|
30849
|
+
|
|
30850
|
+
|
|
30851
|
+
|
|
30852
|
+
|
|
30853
|
+
|
|
30854
|
+
|
|
30855
|
+
|
|
30856
|
+
|
|
30857
|
+
|
|
30858
|
+
|
|
30859
|
+
|
|
30804
30860
|
|
|
30805
30861
|
/***/ }),
|
|
30806
30862
|
|
|
@@ -32393,6 +32449,22 @@ ${attr.formula} </cfRule>
|
|
|
32393
32449
|
}); // jqxScrollBar
|
|
32394
32450
|
})(jqxBaseFramework);
|
|
32395
32451
|
})();
|
|
32452
|
+
|
|
32453
|
+
|
|
32454
|
+
|
|
32455
|
+
|
|
32456
|
+
|
|
32457
|
+
|
|
32458
|
+
|
|
32459
|
+
|
|
32460
|
+
|
|
32461
|
+
|
|
32462
|
+
|
|
32463
|
+
|
|
32464
|
+
|
|
32465
|
+
|
|
32466
|
+
|
|
32467
|
+
|
|
32396
32468
|
|
|
32397
32469
|
|
|
32398
32470
|
/***/ })
|
|
@@ -32403,7 +32475,7 @@ ${attr.formula} </cfRule>
|
|
|
32403
32475
|
/******/ var __webpack_module_cache__ = {};
|
|
32404
32476
|
/******/
|
|
32405
32477
|
/******/ // The require function
|
|
32406
|
-
/******/ function
|
|
32478
|
+
/******/ function __webpack_require__(moduleId) {
|
|
32407
32479
|
/******/ // Check if module is in cache
|
|
32408
32480
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
32409
32481
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -32417,7 +32489,7 @@ ${attr.formula} </cfRule>
|
|
|
32417
32489
|
/******/ };
|
|
32418
32490
|
/******/
|
|
32419
32491
|
/******/ // Execute the module function
|
|
32420
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
32492
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
32421
32493
|
/******/
|
|
32422
32494
|
/******/ // Return the exports of the module
|
|
32423
32495
|
/******/ return module.exports;
|
|
@@ -32426,17 +32498,17 @@ ${attr.formula} </cfRule>
|
|
|
32426
32498
|
/************************************************************************/
|
|
32427
32499
|
/******/ /* webpack/runtime/amd options */
|
|
32428
32500
|
/******/ (() => {
|
|
32429
|
-
/******/
|
|
32501
|
+
/******/ __webpack_require__.amdO = {};
|
|
32430
32502
|
/******/ })();
|
|
32431
32503
|
/******/
|
|
32432
32504
|
/******/ /* webpack/runtime/compat get default export */
|
|
32433
32505
|
/******/ (() => {
|
|
32434
32506
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
32435
|
-
/******/
|
|
32507
|
+
/******/ __webpack_require__.n = (module) => {
|
|
32436
32508
|
/******/ var getter = module && module.__esModule ?
|
|
32437
32509
|
/******/ () => (module['default']) :
|
|
32438
32510
|
/******/ () => (module);
|
|
32439
|
-
/******/
|
|
32511
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
32440
32512
|
/******/ return getter;
|
|
32441
32513
|
/******/ };
|
|
32442
32514
|
/******/ })();
|
|
@@ -32444,9 +32516,9 @@ ${attr.formula} </cfRule>
|
|
|
32444
32516
|
/******/ /* webpack/runtime/define property getters */
|
|
32445
32517
|
/******/ (() => {
|
|
32446
32518
|
/******/ // define getter functions for harmony exports
|
|
32447
|
-
/******/
|
|
32519
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
32448
32520
|
/******/ for(var key in definition) {
|
|
32449
|
-
/******/ if(
|
|
32521
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
32450
32522
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
32451
32523
|
/******/ }
|
|
32452
32524
|
/******/ }
|
|
@@ -32455,7 +32527,7 @@ ${attr.formula} </cfRule>
|
|
|
32455
32527
|
/******/
|
|
32456
32528
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
32457
32529
|
/******/ (() => {
|
|
32458
|
-
/******/
|
|
32530
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
32459
32531
|
/******/ })();
|
|
32460
32532
|
/******/
|
|
32461
32533
|
/************************************************************************/
|
|
@@ -32463,22 +32535,22 @@ var __webpack_exports__ = {};
|
|
|
32463
32535
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
32464
32536
|
(() => {
|
|
32465
32537
|
"use strict";
|
|
32466
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
32467
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
32468
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ =
|
|
32469
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
32470
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ =
|
|
32471
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
32472
|
-
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ =
|
|
32473
|
-
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
32474
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ =
|
|
32475
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
32476
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ =
|
|
32477
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/
|
|
32478
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ =
|
|
32479
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/
|
|
32480
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ =
|
|
32481
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/
|
|
32538
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
32539
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
32540
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
|
|
32541
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
|
|
32542
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
|
|
32543
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
|
|
32544
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
|
|
32545
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
|
|
32546
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
|
|
32547
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
|
|
32548
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
|
|
32549
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
|
|
32550
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
|
|
32551
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
|
|
32552
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
|
|
32553
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
|
|
32482
32554
|
|
|
32483
32555
|
|
|
32484
32556
|
|
|
@@ -32489,15 +32561,5 @@ var __webpack_exports__ = {};
|
|
|
32489
32561
|
|
|
32490
32562
|
})();
|
|
32491
32563
|
|
|
32492
|
-
/******/ })()
|
|
32493
|
-
;
|
|
32494
|
-
/******/ })()
|
|
32495
|
-
;
|
|
32496
|
-
/******/ })()
|
|
32497
|
-
;
|
|
32498
|
-
/******/ })()
|
|
32499
|
-
;
|
|
32500
|
-
/******/ })()
|
|
32501
|
-
;
|
|
32502
32564
|
/******/ })()
|
|
32503
32565
|
;
|
|
@@ -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
|
/***/ }),
|
|
@@ -17532,7 +17524,23 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
17532
17524
|
|
|
17533
17525
|
|
|
17534
17526
|
})(pdfDataExport.API)
|
|
17535
|
-
})();
|
|
17527
|
+
})();
|
|
17528
|
+
|
|
17529
|
+
|
|
17530
|
+
|
|
17531
|
+
|
|
17532
|
+
|
|
17533
|
+
|
|
17534
|
+
|
|
17535
|
+
|
|
17536
|
+
|
|
17537
|
+
|
|
17538
|
+
|
|
17539
|
+
|
|
17540
|
+
|
|
17541
|
+
|
|
17542
|
+
|
|
17543
|
+
|
|
17536
17544
|
|
|
17537
17545
|
/***/ }),
|
|
17538
17546
|
|
|
@@ -23679,7 +23687,23 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
23679
23687
|
}
|
|
23680
23688
|
}
|
|
23681
23689
|
} )( jqxBaseFramework );
|
|
23682
|
-
})();
|
|
23690
|
+
})();
|
|
23691
|
+
|
|
23692
|
+
|
|
23693
|
+
|
|
23694
|
+
|
|
23695
|
+
|
|
23696
|
+
|
|
23697
|
+
|
|
23698
|
+
|
|
23699
|
+
|
|
23700
|
+
|
|
23701
|
+
|
|
23702
|
+
|
|
23703
|
+
|
|
23704
|
+
|
|
23705
|
+
|
|
23706
|
+
|
|
23683
23707
|
|
|
23684
23708
|
/***/ }),
|
|
23685
23709
|
|
|
@@ -27640,7 +27664,23 @@ ${attr.formula} </cfRule>
|
|
|
27640
27664
|
}
|
|
27641
27665
|
});
|
|
27642
27666
|
})(jqxBaseFramework);
|
|
27643
|
-
})();
|
|
27667
|
+
})();
|
|
27668
|
+
|
|
27669
|
+
|
|
27670
|
+
|
|
27671
|
+
|
|
27672
|
+
|
|
27673
|
+
|
|
27674
|
+
|
|
27675
|
+
|
|
27676
|
+
|
|
27677
|
+
|
|
27678
|
+
|
|
27679
|
+
|
|
27680
|
+
|
|
27681
|
+
|
|
27682
|
+
|
|
27683
|
+
|
|
27644
27684
|
|
|
27645
27685
|
/***/ })
|
|
27646
27686
|
|
|
@@ -27650,7 +27690,7 @@ ${attr.formula} </cfRule>
|
|
|
27650
27690
|
/******/ var __webpack_module_cache__ = {};
|
|
27651
27691
|
/******/
|
|
27652
27692
|
/******/ // The require function
|
|
27653
|
-
/******/ function
|
|
27693
|
+
/******/ function __webpack_require__(moduleId) {
|
|
27654
27694
|
/******/ // Check if module is in cache
|
|
27655
27695
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
27656
27696
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -27664,7 +27704,7 @@ ${attr.formula} </cfRule>
|
|
|
27664
27704
|
/******/ };
|
|
27665
27705
|
/******/
|
|
27666
27706
|
/******/ // Execute the module function
|
|
27667
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
27707
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
27668
27708
|
/******/
|
|
27669
27709
|
/******/ // Return the exports of the module
|
|
27670
27710
|
/******/ return module.exports;
|
|
@@ -27673,17 +27713,17 @@ ${attr.formula} </cfRule>
|
|
|
27673
27713
|
/************************************************************************/
|
|
27674
27714
|
/******/ /* webpack/runtime/amd options */
|
|
27675
27715
|
/******/ (() => {
|
|
27676
|
-
/******/
|
|
27716
|
+
/******/ __webpack_require__.amdO = {};
|
|
27677
27717
|
/******/ })();
|
|
27678
27718
|
/******/
|
|
27679
27719
|
/******/ /* webpack/runtime/compat get default export */
|
|
27680
27720
|
/******/ (() => {
|
|
27681
27721
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
27682
|
-
/******/
|
|
27722
|
+
/******/ __webpack_require__.n = (module) => {
|
|
27683
27723
|
/******/ var getter = module && module.__esModule ?
|
|
27684
27724
|
/******/ () => (module['default']) :
|
|
27685
27725
|
/******/ () => (module);
|
|
27686
|
-
/******/
|
|
27726
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
27687
27727
|
/******/ return getter;
|
|
27688
27728
|
/******/ };
|
|
27689
27729
|
/******/ })();
|
|
@@ -27691,9 +27731,9 @@ ${attr.formula} </cfRule>
|
|
|
27691
27731
|
/******/ /* webpack/runtime/define property getters */
|
|
27692
27732
|
/******/ (() => {
|
|
27693
27733
|
/******/ // define getter functions for harmony exports
|
|
27694
|
-
/******/
|
|
27734
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
27695
27735
|
/******/ for(var key in definition) {
|
|
27696
|
-
/******/ if(
|
|
27736
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
27697
27737
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
27698
27738
|
/******/ }
|
|
27699
27739
|
/******/ }
|
|
@@ -27702,7 +27742,7 @@ ${attr.formula} </cfRule>
|
|
|
27702
27742
|
/******/
|
|
27703
27743
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
27704
27744
|
/******/ (() => {
|
|
27705
|
-
/******/
|
|
27745
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
27706
27746
|
/******/ })();
|
|
27707
27747
|
/******/
|
|
27708
27748
|
/************************************************************************/
|
|
@@ -27710,18 +27750,18 @@ var __webpack_exports__ = {};
|
|
|
27710
27750
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
27711
27751
|
(() => {
|
|
27712
27752
|
"use strict";
|
|
27713
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
27714
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
27715
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ =
|
|
27716
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
27717
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ =
|
|
27718
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
27719
|
-
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ =
|
|
27720
|
-
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
27721
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ =
|
|
27722
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
27723
|
-
/* harmony import */ var _jqxnavbar__WEBPACK_IMPORTED_MODULE_5__ =
|
|
27724
|
-
/* harmony import */ var _jqxnavbar__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/
|
|
27753
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
27754
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
27755
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
|
|
27756
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
|
|
27757
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
|
|
27758
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
|
|
27759
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
|
|
27760
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
|
|
27761
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
|
|
27762
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
|
|
27763
|
+
/* harmony import */ var _jqxnavbar__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(941);
|
|
27764
|
+
/* harmony import */ var _jqxnavbar__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxnavbar__WEBPACK_IMPORTED_MODULE_5__);
|
|
27725
27765
|
|
|
27726
27766
|
|
|
27727
27767
|
|
|
@@ -27730,15 +27770,5 @@ var __webpack_exports__ = {};
|
|
|
27730
27770
|
|
|
27731
27771
|
})();
|
|
27732
27772
|
|
|
27733
|
-
/******/ })()
|
|
27734
|
-
;
|
|
27735
|
-
/******/ })()
|
|
27736
|
-
;
|
|
27737
|
-
/******/ })()
|
|
27738
|
-
;
|
|
27739
|
-
/******/ })()
|
|
27740
|
-
;
|
|
27741
|
-
/******/ })()
|
|
27742
|
-
;
|
|
27743
27773
|
/******/ })()
|
|
27744
27774
|
;
|