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
|
|
|
@@ -1234,7 +1194,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
1234
1194
|
/***/ }),
|
|
1235
1195
|
|
|
1236
1196
|
/***/ 5459:
|
|
1237
|
-
/***/ ((module, exports,
|
|
1197
|
+
/***/ ((module, exports, __webpack_require__) => {
|
|
1238
1198
|
|
|
1239
1199
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1240
1200
|
/* eslint-disable */
|
|
@@ -9414,7 +9374,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
9414
9374
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
9415
9375
|
// Do this after creating the global so that if an AMD module wants to call
|
|
9416
9376
|
// noConflict to hide this version of JQXLite, it will work.
|
|
9417
|
-
if (
|
|
9377
|
+
if ( true && __webpack_require__.amdO.JQXLite) {
|
|
9418
9378
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
9419
9379
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
9420
9380
|
}
|
|
@@ -12599,7 +12559,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12599
12559
|
/******/ var __webpack_module_cache__ = {};
|
|
12600
12560
|
/******/
|
|
12601
12561
|
/******/ // The require function
|
|
12602
|
-
/******/ function
|
|
12562
|
+
/******/ function __webpack_require__(moduleId) {
|
|
12603
12563
|
/******/ // Check if module is in cache
|
|
12604
12564
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
12605
12565
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -12613,7 +12573,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12613
12573
|
/******/ };
|
|
12614
12574
|
/******/
|
|
12615
12575
|
/******/ // Execute the module function
|
|
12616
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
12576
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
12617
12577
|
/******/
|
|
12618
12578
|
/******/ // Return the exports of the module
|
|
12619
12579
|
/******/ return module.exports;
|
|
@@ -12622,17 +12582,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12622
12582
|
/************************************************************************/
|
|
12623
12583
|
/******/ /* webpack/runtime/amd options */
|
|
12624
12584
|
/******/ (() => {
|
|
12625
|
-
/******/
|
|
12585
|
+
/******/ __webpack_require__.amdO = {};
|
|
12626
12586
|
/******/ })();
|
|
12627
12587
|
/******/
|
|
12628
12588
|
/******/ /* webpack/runtime/compat get default export */
|
|
12629
12589
|
/******/ (() => {
|
|
12630
12590
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
12631
|
-
/******/
|
|
12591
|
+
/******/ __webpack_require__.n = (module) => {
|
|
12632
12592
|
/******/ var getter = module && module.__esModule ?
|
|
12633
12593
|
/******/ () => (module['default']) :
|
|
12634
12594
|
/******/ () => (module);
|
|
12635
|
-
/******/
|
|
12595
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
12636
12596
|
/******/ return getter;
|
|
12637
12597
|
/******/ };
|
|
12638
12598
|
/******/ })();
|
|
@@ -12640,9 +12600,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12640
12600
|
/******/ /* webpack/runtime/define property getters */
|
|
12641
12601
|
/******/ (() => {
|
|
12642
12602
|
/******/ // define getter functions for harmony exports
|
|
12643
|
-
/******/
|
|
12603
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
12644
12604
|
/******/ for(var key in definition) {
|
|
12645
|
-
/******/ if(
|
|
12605
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
12646
12606
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
12647
12607
|
/******/ }
|
|
12648
12608
|
/******/ }
|
|
@@ -12651,7 +12611,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12651
12611
|
/******/
|
|
12652
12612
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
12653
12613
|
/******/ (() => {
|
|
12654
|
-
/******/
|
|
12614
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
12655
12615
|
/******/ })();
|
|
12656
12616
|
/******/
|
|
12657
12617
|
/************************************************************************/
|
|
@@ -12659,23 +12619,13 @@ var __webpack_exports__ = {};
|
|
|
12659
12619
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
12660
12620
|
(() => {
|
|
12661
12621
|
"use strict";
|
|
12662
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
12663
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
12664
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
12665
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
12622
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
12623
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
12624
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
|
|
12625
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
12666
12626
|
|
|
12667
12627
|
|
|
12668
12628
|
})();
|
|
12669
12629
|
|
|
12670
|
-
/******/ })()
|
|
12671
|
-
;
|
|
12672
|
-
/******/ })()
|
|
12673
|
-
;
|
|
12674
|
-
/******/ })()
|
|
12675
|
-
;
|
|
12676
|
-
/******/ })()
|
|
12677
|
-
;
|
|
12678
|
-
/******/ })()
|
|
12679
|
-
;
|
|
12680
12630
|
/******/ })()
|
|
12681
12631
|
;
|
|
@@ -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
|
|
|
@@ -6689,7 +6649,7 @@ document.Globalize = Globalize;
|
|
|
6689
6649
|
/***/ }),
|
|
6690
6650
|
|
|
6691
6651
|
/***/ 5459:
|
|
6692
|
-
/***/ ((module, exports,
|
|
6652
|
+
/***/ ((module, exports, __webpack_require__) => {
|
|
6693
6653
|
|
|
6694
6654
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
6695
6655
|
/* eslint-disable */
|
|
@@ -14869,7 +14829,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
14869
14829
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
14870
14830
|
// Do this after creating the global so that if an AMD module wants to call
|
|
14871
14831
|
// noConflict to hide this version of JQXLite, it will work.
|
|
14872
|
-
if (
|
|
14832
|
+
if ( true && __webpack_require__.amdO.JQXLite) {
|
|
14873
14833
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
14874
14834
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
14875
14835
|
}
|
|
@@ -24524,7 +24484,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
24524
24484
|
/******/ var __webpack_module_cache__ = {};
|
|
24525
24485
|
/******/
|
|
24526
24486
|
/******/ // The require function
|
|
24527
|
-
/******/ function
|
|
24487
|
+
/******/ function __webpack_require__(moduleId) {
|
|
24528
24488
|
/******/ // Check if module is in cache
|
|
24529
24489
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
24530
24490
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -24538,7 +24498,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
24538
24498
|
/******/ };
|
|
24539
24499
|
/******/
|
|
24540
24500
|
/******/ // Execute the module function
|
|
24541
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
24501
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
24542
24502
|
/******/
|
|
24543
24503
|
/******/ // Return the exports of the module
|
|
24544
24504
|
/******/ return module.exports;
|
|
@@ -24547,17 +24507,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
24547
24507
|
/************************************************************************/
|
|
24548
24508
|
/******/ /* webpack/runtime/amd options */
|
|
24549
24509
|
/******/ (() => {
|
|
24550
|
-
/******/
|
|
24510
|
+
/******/ __webpack_require__.amdO = {};
|
|
24551
24511
|
/******/ })();
|
|
24552
24512
|
/******/
|
|
24553
24513
|
/******/ /* webpack/runtime/compat get default export */
|
|
24554
24514
|
/******/ (() => {
|
|
24555
24515
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
24556
|
-
/******/
|
|
24516
|
+
/******/ __webpack_require__.n = (module) => {
|
|
24557
24517
|
/******/ var getter = module && module.__esModule ?
|
|
24558
24518
|
/******/ () => (module['default']) :
|
|
24559
24519
|
/******/ () => (module);
|
|
24560
|
-
/******/
|
|
24520
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
24561
24521
|
/******/ return getter;
|
|
24562
24522
|
/******/ };
|
|
24563
24523
|
/******/ })();
|
|
@@ -24565,9 +24525,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
24565
24525
|
/******/ /* webpack/runtime/define property getters */
|
|
24566
24526
|
/******/ (() => {
|
|
24567
24527
|
/******/ // define getter functions for harmony exports
|
|
24568
|
-
/******/
|
|
24528
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
24569
24529
|
/******/ for(var key in definition) {
|
|
24570
|
-
/******/ if(
|
|
24530
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
24571
24531
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
24572
24532
|
/******/ }
|
|
24573
24533
|
/******/ }
|
|
@@ -24576,7 +24536,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
24576
24536
|
/******/
|
|
24577
24537
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
24578
24538
|
/******/ (() => {
|
|
24579
|
-
/******/
|
|
24539
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
24580
24540
|
/******/ })();
|
|
24581
24541
|
/******/
|
|
24582
24542
|
/************************************************************************/
|
|
@@ -24584,16 +24544,16 @@ var __webpack_exports__ = {};
|
|
|
24584
24544
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
24585
24545
|
(() => {
|
|
24586
24546
|
"use strict";
|
|
24587
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
24588
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
24589
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
24590
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
24591
|
-
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_2__ =
|
|
24592
|
-
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
24593
|
-
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3__ =
|
|
24594
|
-
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
24595
|
-
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_4__ =
|
|
24596
|
-
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
24547
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
24548
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
24549
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
|
|
24550
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
24551
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(2497);
|
|
24552
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_2__);
|
|
24553
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4993);
|
|
24554
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_3__);
|
|
24555
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(5725);
|
|
24556
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_4__);
|
|
24597
24557
|
|
|
24598
24558
|
|
|
24599
24559
|
|
|
@@ -24601,15 +24561,5 @@ var __webpack_exports__ = {};
|
|
|
24601
24561
|
|
|
24602
24562
|
})();
|
|
24603
24563
|
|
|
24604
|
-
/******/ })()
|
|
24605
|
-
;
|
|
24606
|
-
/******/ })()
|
|
24607
|
-
;
|
|
24608
|
-
/******/ })()
|
|
24609
|
-
;
|
|
24610
|
-
/******/ })()
|
|
24611
|
-
;
|
|
24612
|
-
/******/ })()
|
|
24613
|
-
;
|
|
24614
24564
|
/******/ })()
|
|
24615
24565
|
;
|
|
@@ -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
|
|
|
@@ -11922,7 +11882,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
11922
11882
|
/***/ }),
|
|
11923
11883
|
|
|
11924
11884
|
/***/ 5459:
|
|
11925
|
-
/***/ ((module, exports,
|
|
11885
|
+
/***/ ((module, exports, __webpack_require__) => {
|
|
11926
11886
|
|
|
11927
11887
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
11928
11888
|
/* eslint-disable */
|
|
@@ -20102,7 +20062,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20102
20062
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
20103
20063
|
// Do this after creating the global so that if an AMD module wants to call
|
|
20104
20064
|
// noConflict to hide this version of JQXLite, it will work.
|
|
20105
|
-
if (
|
|
20065
|
+
if ( true && __webpack_require__.amdO.JQXLite) {
|
|
20106
20066
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
20107
20067
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
20108
20068
|
}
|
|
@@ -37300,7 +37260,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
37300
37260
|
/******/ var __webpack_module_cache__ = {};
|
|
37301
37261
|
/******/
|
|
37302
37262
|
/******/ // The require function
|
|
37303
|
-
/******/ function
|
|
37263
|
+
/******/ function __webpack_require__(moduleId) {
|
|
37304
37264
|
/******/ // Check if module is in cache
|
|
37305
37265
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
37306
37266
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -37314,7 +37274,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
37314
37274
|
/******/ };
|
|
37315
37275
|
/******/
|
|
37316
37276
|
/******/ // Execute the module function
|
|
37317
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
37277
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
37318
37278
|
/******/
|
|
37319
37279
|
/******/ // Return the exports of the module
|
|
37320
37280
|
/******/ return module.exports;
|
|
@@ -37323,17 +37283,17 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
37323
37283
|
/************************************************************************/
|
|
37324
37284
|
/******/ /* webpack/runtime/amd options */
|
|
37325
37285
|
/******/ (() => {
|
|
37326
|
-
/******/
|
|
37286
|
+
/******/ __webpack_require__.amdO = {};
|
|
37327
37287
|
/******/ })();
|
|
37328
37288
|
/******/
|
|
37329
37289
|
/******/ /* webpack/runtime/compat get default export */
|
|
37330
37290
|
/******/ (() => {
|
|
37331
37291
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
37332
|
-
/******/
|
|
37292
|
+
/******/ __webpack_require__.n = (module) => {
|
|
37333
37293
|
/******/ var getter = module && module.__esModule ?
|
|
37334
37294
|
/******/ () => (module['default']) :
|
|
37335
37295
|
/******/ () => (module);
|
|
37336
|
-
/******/
|
|
37296
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
37337
37297
|
/******/ return getter;
|
|
37338
37298
|
/******/ };
|
|
37339
37299
|
/******/ })();
|
|
@@ -37341,9 +37301,9 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
37341
37301
|
/******/ /* webpack/runtime/define property getters */
|
|
37342
37302
|
/******/ (() => {
|
|
37343
37303
|
/******/ // define getter functions for harmony exports
|
|
37344
|
-
/******/
|
|
37304
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
37345
37305
|
/******/ for(var key in definition) {
|
|
37346
|
-
/******/ if(
|
|
37306
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
37347
37307
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
37348
37308
|
/******/ }
|
|
37349
37309
|
/******/ }
|
|
@@ -37352,7 +37312,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
37352
37312
|
/******/
|
|
37353
37313
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
37354
37314
|
/******/ (() => {
|
|
37355
|
-
/******/
|
|
37315
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
37356
37316
|
/******/ })();
|
|
37357
37317
|
/******/
|
|
37358
37318
|
/************************************************************************/
|
|
@@ -37360,24 +37320,24 @@ var __webpack_exports__ = {};
|
|
|
37360
37320
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
37361
37321
|
(() => {
|
|
37362
37322
|
"use strict";
|
|
37363
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
37364
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
37365
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ =
|
|
37366
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
37367
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ =
|
|
37368
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
37369
|
-
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ =
|
|
37370
|
-
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
37371
|
-
/* harmony import */ var _jqxchart_core__WEBPACK_IMPORTED_MODULE_4__ =
|
|
37372
|
-
/* harmony import */ var _jqxchart_core__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
37373
|
-
/* harmony import */ var _jqxchart_api__WEBPACK_IMPORTED_MODULE_5__ =
|
|
37374
|
-
/* harmony import */ var _jqxchart_api__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/
|
|
37375
|
-
/* harmony import */ var _jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6__ =
|
|
37376
|
-
/* harmony import */ var _jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/
|
|
37377
|
-
/* harmony import */ var _jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7__ =
|
|
37378
|
-
/* harmony import */ var _jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/
|
|
37379
|
-
/* harmony import */ var _jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8__ =
|
|
37380
|
-
/* harmony import */ var _jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/
|
|
37323
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
37324
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
37325
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
|
|
37326
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
|
|
37327
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
|
|
37328
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
|
|
37329
|
+
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(3159);
|
|
37330
|
+
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_3__);
|
|
37331
|
+
/* harmony import */ var _jqxchart_core__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7848);
|
|
37332
|
+
/* harmony import */ var _jqxchart_core__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxchart_core__WEBPACK_IMPORTED_MODULE_4__);
|
|
37333
|
+
/* harmony import */ var _jqxchart_api__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(9815);
|
|
37334
|
+
/* harmony import */ var _jqxchart_api__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxchart_api__WEBPACK_IMPORTED_MODULE_5__);
|
|
37335
|
+
/* harmony import */ var _jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(675);
|
|
37336
|
+
/* harmony import */ var _jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxchart_annotations__WEBPACK_IMPORTED_MODULE_6__);
|
|
37337
|
+
/* harmony import */ var _jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(2306);
|
|
37338
|
+
/* harmony import */ var _jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxchart_rangeselector__WEBPACK_IMPORTED_MODULE_7__);
|
|
37339
|
+
/* harmony import */ var _jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(2462);
|
|
37340
|
+
/* harmony import */ var _jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxchart_waterfall__WEBPACK_IMPORTED_MODULE_8__);
|
|
37381
37341
|
|
|
37382
37342
|
|
|
37383
37343
|
|
|
@@ -37389,15 +37349,5 @@ var __webpack_exports__ = {};
|
|
|
37389
37349
|
|
|
37390
37350
|
})();
|
|
37391
37351
|
|
|
37392
|
-
/******/ })()
|
|
37393
|
-
;
|
|
37394
|
-
/******/ })()
|
|
37395
|
-
;
|
|
37396
|
-
/******/ })()
|
|
37397
|
-
;
|
|
37398
|
-
/******/ })()
|
|
37399
|
-
;
|
|
37400
|
-
/******/ })()
|
|
37401
|
-
;
|
|
37402
37352
|
/******/ })()
|
|
37403
37353
|
;
|