jqwidgets-ng 22.0.0 → 22.0.2
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 +106 -3335
- package/jqwidgets/jqxbarcode.js +14 -0
- package/jqwidgets/jqxcheckboxgroup.js +14 -0
- package/jqwidgets/jqxcore.js +1 -1
- package/jqwidgets/jqxgrid.export.js +1 -831
- package/jqwidgets/jqxqrcode.js +14 -0
- package/jqwidgets/jqxradiobuttongroup.js +14 -0
- package/jqwidgets/jqxsplitlayout.js +1 -2456
- package/jqwidgets/modules/jqxbarcode.js +34 -14
- package/jqwidgets/modules/jqxbargauge.js +36 -16
- package/jqwidgets/modules/jqxbulletchart.js +38 -18
- package/jqwidgets/modules/jqxbuttongroup.js +36 -16
- package/jqwidgets/modules/jqxbuttons.js +34 -14
- package/jqwidgets/modules/jqxcalendar.js +40 -20
- package/jqwidgets/modules/jqxchart.js +48 -28
- package/jqwidgets/modules/jqxcheckbox.js +38 -18
- package/jqwidgets/modules/jqxcheckboxgroup.js +38 -18
- package/jqwidgets/modules/jqxcolorpicker.js +40 -20
- package/jqwidgets/modules/jqxcombobox.js +44 -24
- package/jqwidgets/modules/jqxcomplexinput.js +36 -16
- package/jqwidgets/modules/jqxdatatable.js +64 -44
- package/jqwidgets/modules/jqxdatetimeinput.js +58 -38
- package/jqwidgets/modules/jqxdocking.js +38 -18
- package/jqwidgets/modules/jqxdockinglayout.js +46 -26
- package/jqwidgets/modules/jqxdockpanel.js +36 -16
- package/jqwidgets/modules/jqxdragdrop.js +38 -18
- package/jqwidgets/modules/jqxdraw.js +34 -14
- package/jqwidgets/modules/jqxdropdownbutton.js +36 -16
- package/jqwidgets/modules/jqxdropdownlist.js +56 -36
- package/jqwidgets/modules/jqxeditor.js +68 -48
- package/jqwidgets/modules/jqxexpander.js +42 -22
- package/jqwidgets/modules/jqxfileupload.js +38 -18
- package/jqwidgets/modules/jqxform.js +66 -46
- package/jqwidgets/modules/jqxformattedinput.js +58 -38
- package/jqwidgets/modules/jqxgantt.js +36 -16
- package/jqwidgets/modules/jqxgauge.js +40 -20
- package/jqwidgets/modules/jqxgrid.js +90 -70
- package/jqwidgets/modules/jqxheatmap.js +36 -16
- package/jqwidgets/modules/jqxinput.js +38 -18
- package/jqwidgets/modules/jqxkanban.js +68 -48
- package/jqwidgets/modules/jqxknob.js +38 -18
- package/jqwidgets/modules/jqxlayout.js +46 -26
- package/jqwidgets/modules/jqxlineargauge.js +40 -20
- package/jqwidgets/modules/jqxlinkbutton.js +34 -14
- package/jqwidgets/modules/jqxlistbox.js +48 -28
- package/jqwidgets/modules/jqxlistmenu.js +64 -44
- package/jqwidgets/modules/jqxloader.js +34 -14
- package/jqwidgets/modules/jqxmaskedinput.js +34 -14
- package/jqwidgets/modules/jqxmenu.js +46 -26
- package/jqwidgets/modules/jqxnavbar.js +42 -22
- package/jqwidgets/modules/jqxnavigationbar.js +50 -30
- package/jqwidgets/modules/jqxnotification.js +42 -22
- package/jqwidgets/modules/jqxnumberinput.js +48 -28
- package/jqwidgets/modules/jqxpanel.js +40 -20
- package/jqwidgets/modules/jqxpasswordinput.js +42 -22
- package/jqwidgets/modules/jqxpivotdesigner.js +72 -52
- package/jqwidgets/modules/jqxpivotgrid.js +72 -52
- package/jqwidgets/modules/jqxpopover.js +36 -16
- package/jqwidgets/modules/jqxprogressbar.js +34 -14
- package/jqwidgets/modules/jqxqrcode.js +42 -22
- package/jqwidgets/modules/jqxradiobutongroup.js +38 -18
- package/jqwidgets/modules/jqxradiobutton.js +36 -16
- package/jqwidgets/modules/jqxrangeselector.js +38 -18
- package/jqwidgets/modules/jqxrating.js +36 -16
- package/jqwidgets/modules/jqxrepeatbutton.js +34 -14
- package/jqwidgets/modules/jqxresponsivepanel.js +36 -16
- package/jqwidgets/modules/jqxribbon.js +38 -18
- package/jqwidgets/modules/jqxscheduler.js +74 -54
- package/jqwidgets/modules/jqxscrollbar.js +36 -16
- package/jqwidgets/modules/jqxscrollview.js +36 -16
- package/jqwidgets/modules/jqxslider.js +36 -16
- package/jqwidgets/modules/jqxsortable.js +36 -16
- package/jqwidgets/modules/jqxsplitlayout.js +34 -14
- package/jqwidgets/modules/jqxsplitter.js +36 -16
- package/jqwidgets/modules/jqxswitchbutton.js +40 -20
- package/jqwidgets/modules/jqxtabs.js +48 -28
- package/jqwidgets/modules/jqxtagcloud.js +42 -22
- package/jqwidgets/modules/jqxtextarea.js +42 -22
- package/jqwidgets/modules/jqxtimeline.js +34 -14
- package/jqwidgets/modules/jqxtimepicker.js +36 -16
- package/jqwidgets/modules/jqxtogglebutton.js +34 -14
- package/jqwidgets/modules/jqxtoolbar.js +66 -46
- package/jqwidgets/modules/jqxtooltip.js +34 -14
- package/jqwidgets/modules/jqxtree.js +46 -26
- package/jqwidgets/modules/jqxtreegrid.js +66 -46
- package/jqwidgets/modules/jqxtreemap.js +38 -18
- package/jqwidgets/modules/jqxvalidator.js +40 -20
- package/jqwidgets/modules/jqxwindow.js +36 -16
- package/package.json +1 -1
|
@@ -4,6 +4,22 @@ Copyright (c) 2011-2024 jQWidgets.
|
|
|
4
4
|
License: https://jqwidgets.com/license/ */
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
/******/ (() => { // webpackBootstrap
|
|
8
|
+
var __webpack_exports__ = {};
|
|
9
|
+
|
|
10
|
+
/* Release Date: Sep-17-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: Sep-17-2024
|
|
19
|
+
Copyright (c) 2011-2024 jQWidgets.
|
|
20
|
+
License: https://jqwidgets.com/license/ */
|
|
21
|
+
|
|
22
|
+
|
|
7
23
|
/******/ (() => { // webpackBootstrap
|
|
8
24
|
/******/ var __webpack_modules__ = ({
|
|
9
25
|
|
|
@@ -11436,7 +11452,7 @@ document.Globalize = Globalize;
|
|
|
11436
11452
|
/***/ }),
|
|
11437
11453
|
|
|
11438
11454
|
/***/ 5459:
|
|
11439
|
-
/***/ ((module, exports,
|
|
11455
|
+
/***/ ((module, exports, __nested_webpack_require_484139__) => {
|
|
11440
11456
|
|
|
11441
11457
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
11442
11458
|
/* eslint-disable */
|
|
@@ -19616,7 +19632,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
19616
19632
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
19617
19633
|
// Do this after creating the global so that if an AMD module wants to call
|
|
19618
19634
|
// noConflict to hide this version of JQXLite, it will work.
|
|
19619
|
-
if (
|
|
19635
|
+
if ( true && __nested_webpack_require_484139__.amdO.JQXLite) {
|
|
19620
19636
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
19621
19637
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
19622
19638
|
}
|
|
@@ -64649,7 +64665,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
64649
64665
|
/******/ var __webpack_module_cache__ = {};
|
|
64650
64666
|
/******/
|
|
64651
64667
|
/******/ // The require function
|
|
64652
|
-
/******/ function
|
|
64668
|
+
/******/ function __nested_webpack_require_2676060__(moduleId) {
|
|
64653
64669
|
/******/ // Check if module is in cache
|
|
64654
64670
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
64655
64671
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -64663,7 +64679,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
64663
64679
|
/******/ };
|
|
64664
64680
|
/******/
|
|
64665
64681
|
/******/ // Execute the module function
|
|
64666
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
64682
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2676060__);
|
|
64667
64683
|
/******/
|
|
64668
64684
|
/******/ // Return the exports of the module
|
|
64669
64685
|
/******/ return module.exports;
|
|
@@ -64672,17 +64688,17 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
64672
64688
|
/************************************************************************/
|
|
64673
64689
|
/******/ /* webpack/runtime/amd options */
|
|
64674
64690
|
/******/ (() => {
|
|
64675
|
-
/******/
|
|
64691
|
+
/******/ __nested_webpack_require_2676060__.amdO = {};
|
|
64676
64692
|
/******/ })();
|
|
64677
64693
|
/******/
|
|
64678
64694
|
/******/ /* webpack/runtime/compat get default export */
|
|
64679
64695
|
/******/ (() => {
|
|
64680
64696
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
64681
|
-
/******/
|
|
64697
|
+
/******/ __nested_webpack_require_2676060__.n = (module) => {
|
|
64682
64698
|
/******/ var getter = module && module.__esModule ?
|
|
64683
64699
|
/******/ () => (module['default']) :
|
|
64684
64700
|
/******/ () => (module);
|
|
64685
|
-
/******/
|
|
64701
|
+
/******/ __nested_webpack_require_2676060__.d(getter, { a: getter });
|
|
64686
64702
|
/******/ return getter;
|
|
64687
64703
|
/******/ };
|
|
64688
64704
|
/******/ })();
|
|
@@ -64690,9 +64706,9 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
64690
64706
|
/******/ /* webpack/runtime/define property getters */
|
|
64691
64707
|
/******/ (() => {
|
|
64692
64708
|
/******/ // define getter functions for harmony exports
|
|
64693
|
-
/******/
|
|
64709
|
+
/******/ __nested_webpack_require_2676060__.d = (exports, definition) => {
|
|
64694
64710
|
/******/ for(var key in definition) {
|
|
64695
|
-
/******/ if(
|
|
64711
|
+
/******/ if(__nested_webpack_require_2676060__.o(definition, key) && !__nested_webpack_require_2676060__.o(exports, key)) {
|
|
64696
64712
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
64697
64713
|
/******/ }
|
|
64698
64714
|
/******/ }
|
|
@@ -64701,7 +64717,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
64701
64717
|
/******/
|
|
64702
64718
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
64703
64719
|
/******/ (() => {
|
|
64704
|
-
/******/
|
|
64720
|
+
/******/ __nested_webpack_require_2676060__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
64705
64721
|
/******/ })();
|
|
64706
64722
|
/******/
|
|
64707
64723
|
/************************************************************************/
|
|
@@ -64709,44 +64725,44 @@ var __webpack_exports__ = {};
|
|
|
64709
64725
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
64710
64726
|
(() => {
|
|
64711
64727
|
"use strict";
|
|
64712
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
64713
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
64714
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ =
|
|
64715
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
64716
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ =
|
|
64717
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
64718
|
-
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ =
|
|
64719
|
-
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
64720
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ =
|
|
64721
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
64722
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ =
|
|
64723
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/
|
|
64724
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ =
|
|
64725
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/
|
|
64726
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ =
|
|
64727
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/
|
|
64728
|
-
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ =
|
|
64729
|
-
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/
|
|
64730
|
-
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ =
|
|
64731
|
-
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/
|
|
64732
|
-
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ =
|
|
64733
|
-
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/
|
|
64734
|
-
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ =
|
|
64735
|
-
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/
|
|
64736
|
-
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ =
|
|
64737
|
-
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/
|
|
64738
|
-
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ =
|
|
64739
|
-
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/
|
|
64740
|
-
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ =
|
|
64741
|
-
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/
|
|
64742
|
-
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ =
|
|
64743
|
-
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/
|
|
64744
|
-
/* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_16__ =
|
|
64745
|
-
/* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/
|
|
64746
|
-
/* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_17__ =
|
|
64747
|
-
/* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/
|
|
64748
|
-
/* harmony import */ var _jqxkanban__WEBPACK_IMPORTED_MODULE_18__ =
|
|
64749
|
-
/* harmony import */ var _jqxkanban__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/
|
|
64728
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2676060__(5459);
|
|
64729
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
64730
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2676060__(4198);
|
|
64731
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
|
|
64732
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2676060__(3907);
|
|
64733
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
|
|
64734
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2676060__(714);
|
|
64735
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
|
|
64736
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2676060__(7351);
|
|
64737
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
|
|
64738
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2676060__(7196);
|
|
64739
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
|
|
64740
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2676060__(4240);
|
|
64741
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
|
|
64742
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2676060__(1610);
|
|
64743
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
|
|
64744
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2676060__(1062);
|
|
64745
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
|
|
64746
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2676060__(5868);
|
|
64747
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
|
|
64748
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2676060__(4720);
|
|
64749
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
|
|
64750
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2676060__(7995);
|
|
64751
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
|
|
64752
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2676060__(4545);
|
|
64753
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
|
|
64754
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2676060__(2497);
|
|
64755
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
|
|
64756
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2676060__(5725);
|
|
64757
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
|
|
64758
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2676060__(4993);
|
|
64759
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
|
|
64760
|
+
/* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2676060__(1766);
|
|
64761
|
+
/* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxsplitter__WEBPACK_IMPORTED_MODULE_16__);
|
|
64762
|
+
/* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_2676060__(7614);
|
|
64763
|
+
/* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxsortable__WEBPACK_IMPORTED_MODULE_17__);
|
|
64764
|
+
/* harmony import */ var _jqxkanban__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_2676060__(3167);
|
|
64765
|
+
/* harmony import */ var _jqxkanban__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxkanban__WEBPACK_IMPORTED_MODULE_18__);
|
|
64750
64766
|
|
|
64751
64767
|
|
|
64752
64768
|
|
|
@@ -64768,5 +64784,9 @@ var __webpack_exports__ = {};
|
|
|
64768
64784
|
|
|
64769
64785
|
})();
|
|
64770
64786
|
|
|
64787
|
+
/******/ })()
|
|
64788
|
+
;
|
|
64789
|
+
/******/ })()
|
|
64790
|
+
;
|
|
64771
64791
|
/******/ })()
|
|
64772
64792
|
;
|
|
@@ -4,6 +4,22 @@ Copyright (c) 2011-2024 jQWidgets.
|
|
|
4
4
|
License: https://jqwidgets.com/license/ */
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
/******/ (() => { // webpackBootstrap
|
|
8
|
+
var __webpack_exports__ = {};
|
|
9
|
+
|
|
10
|
+
/* Release Date: Sep-17-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: Sep-17-2024
|
|
19
|
+
Copyright (c) 2011-2024 jQWidgets.
|
|
20
|
+
License: https://jqwidgets.com/license/ */
|
|
21
|
+
|
|
22
|
+
|
|
7
23
|
/******/ (() => { // webpackBootstrap
|
|
8
24
|
/******/ var __webpack_modules__ = ({
|
|
9
25
|
|
|
@@ -1196,7 +1212,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
1196
1212
|
/***/ }),
|
|
1197
1213
|
|
|
1198
1214
|
/***/ 5459:
|
|
1199
|
-
/***/ ((module, exports,
|
|
1215
|
+
/***/ ((module, exports, __nested_webpack_require_52089__) => {
|
|
1200
1216
|
|
|
1201
1217
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1202
1218
|
/* eslint-disable */
|
|
@@ -9376,7 +9392,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
9376
9392
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
9377
9393
|
// Do this after creating the global so that if an AMD module wants to call
|
|
9378
9394
|
// noConflict to hide this version of JQXLite, it will work.
|
|
9379
|
-
if (
|
|
9395
|
+
if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
|
|
9380
9396
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
9381
9397
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
9382
9398
|
}
|
|
@@ -17059,7 +17075,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
17059
17075
|
/******/ var __webpack_module_cache__ = {};
|
|
17060
17076
|
/******/
|
|
17061
17077
|
/******/ // The require function
|
|
17062
|
-
/******/ function
|
|
17078
|
+
/******/ function __nested_webpack_require_578852__(moduleId) {
|
|
17063
17079
|
/******/ // Check if module is in cache
|
|
17064
17080
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
17065
17081
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -17073,7 +17089,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
17073
17089
|
/******/ };
|
|
17074
17090
|
/******/
|
|
17075
17091
|
/******/ // Execute the module function
|
|
17076
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
17092
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_578852__);
|
|
17077
17093
|
/******/
|
|
17078
17094
|
/******/ // Return the exports of the module
|
|
17079
17095
|
/******/ return module.exports;
|
|
@@ -17082,17 +17098,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
17082
17098
|
/************************************************************************/
|
|
17083
17099
|
/******/ /* webpack/runtime/amd options */
|
|
17084
17100
|
/******/ (() => {
|
|
17085
|
-
/******/
|
|
17101
|
+
/******/ __nested_webpack_require_578852__.amdO = {};
|
|
17086
17102
|
/******/ })();
|
|
17087
17103
|
/******/
|
|
17088
17104
|
/******/ /* webpack/runtime/compat get default export */
|
|
17089
17105
|
/******/ (() => {
|
|
17090
17106
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
17091
|
-
/******/
|
|
17107
|
+
/******/ __nested_webpack_require_578852__.n = (module) => {
|
|
17092
17108
|
/******/ var getter = module && module.__esModule ?
|
|
17093
17109
|
/******/ () => (module['default']) :
|
|
17094
17110
|
/******/ () => (module);
|
|
17095
|
-
/******/
|
|
17111
|
+
/******/ __nested_webpack_require_578852__.d(getter, { a: getter });
|
|
17096
17112
|
/******/ return getter;
|
|
17097
17113
|
/******/ };
|
|
17098
17114
|
/******/ })();
|
|
@@ -17100,9 +17116,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
17100
17116
|
/******/ /* webpack/runtime/define property getters */
|
|
17101
17117
|
/******/ (() => {
|
|
17102
17118
|
/******/ // define getter functions for harmony exports
|
|
17103
|
-
/******/
|
|
17119
|
+
/******/ __nested_webpack_require_578852__.d = (exports, definition) => {
|
|
17104
17120
|
/******/ for(var key in definition) {
|
|
17105
|
-
/******/ if(
|
|
17121
|
+
/******/ if(__nested_webpack_require_578852__.o(definition, key) && !__nested_webpack_require_578852__.o(exports, key)) {
|
|
17106
17122
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
17107
17123
|
/******/ }
|
|
17108
17124
|
/******/ }
|
|
@@ -17111,7 +17127,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
17111
17127
|
/******/
|
|
17112
17128
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
17113
17129
|
/******/ (() => {
|
|
17114
|
-
/******/
|
|
17130
|
+
/******/ __nested_webpack_require_578852__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
17115
17131
|
/******/ })();
|
|
17116
17132
|
/******/
|
|
17117
17133
|
/************************************************************************/
|
|
@@ -17119,19 +17135,23 @@ var __webpack_exports__ = {};
|
|
|
17119
17135
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
17120
17136
|
(() => {
|
|
17121
17137
|
"use strict";
|
|
17122
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
17123
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
17124
|
-
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ =
|
|
17125
|
-
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
17126
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ =
|
|
17127
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
17128
|
-
/* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3__ =
|
|
17129
|
-
/* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
17138
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_578852__(5459);
|
|
17139
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_578852__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
17140
|
+
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_578852__(3159);
|
|
17141
|
+
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_578852__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_1__);
|
|
17142
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_578852__(7351);
|
|
17143
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_578852__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
|
|
17144
|
+
/* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_578852__(887);
|
|
17145
|
+
/* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_578852__.n(_jqxknob__WEBPACK_IMPORTED_MODULE_3__);
|
|
17130
17146
|
|
|
17131
17147
|
|
|
17132
17148
|
|
|
17133
17149
|
|
|
17134
17150
|
})();
|
|
17135
17151
|
|
|
17152
|
+
/******/ })()
|
|
17153
|
+
;
|
|
17154
|
+
/******/ })()
|
|
17155
|
+
;
|
|
17136
17156
|
/******/ })()
|
|
17137
17157
|
;
|
|
@@ -4,6 +4,22 @@ Copyright (c) 2011-2024 jQWidgets.
|
|
|
4
4
|
License: https://jqwidgets.com/license/ */
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
/******/ (() => { // webpackBootstrap
|
|
8
|
+
var __webpack_exports__ = {};
|
|
9
|
+
|
|
10
|
+
/* Release Date: Sep-17-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: Sep-17-2024
|
|
19
|
+
Copyright (c) 2011-2024 jQWidgets.
|
|
20
|
+
License: https://jqwidgets.com/license/ */
|
|
21
|
+
|
|
22
|
+
|
|
7
23
|
/******/ (() => { // webpackBootstrap
|
|
8
24
|
/******/ var __webpack_modules__ = ({
|
|
9
25
|
|
|
@@ -1196,7 +1212,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
1196
1212
|
/***/ }),
|
|
1197
1213
|
|
|
1198
1214
|
/***/ 5459:
|
|
1199
|
-
/***/ ((module, exports,
|
|
1215
|
+
/***/ ((module, exports, __nested_webpack_require_52089__) => {
|
|
1200
1216
|
|
|
1201
1217
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1202
1218
|
/* eslint-disable */
|
|
@@ -9376,7 +9392,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
9376
9392
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
9377
9393
|
// Do this after creating the global so that if an AMD module wants to call
|
|
9378
9394
|
// noConflict to hide this version of JQXLite, it will work.
|
|
9379
|
-
if (
|
|
9395
|
+
if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
|
|
9380
9396
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
9381
9397
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
9382
9398
|
}
|
|
@@ -25681,7 +25697,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
25681
25697
|
/******/ var __webpack_module_cache__ = {};
|
|
25682
25698
|
/******/
|
|
25683
25699
|
/******/ // The require function
|
|
25684
|
-
/******/ function
|
|
25700
|
+
/******/ function __nested_webpack_require_1015182__(moduleId) {
|
|
25685
25701
|
/******/ // Check if module is in cache
|
|
25686
25702
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
25687
25703
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -25695,7 +25711,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
25695
25711
|
/******/ };
|
|
25696
25712
|
/******/
|
|
25697
25713
|
/******/ // Execute the module function
|
|
25698
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
25714
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1015182__);
|
|
25699
25715
|
/******/
|
|
25700
25716
|
/******/ // Return the exports of the module
|
|
25701
25717
|
/******/ return module.exports;
|
|
@@ -25704,17 +25720,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
25704
25720
|
/************************************************************************/
|
|
25705
25721
|
/******/ /* webpack/runtime/amd options */
|
|
25706
25722
|
/******/ (() => {
|
|
25707
|
-
/******/
|
|
25723
|
+
/******/ __nested_webpack_require_1015182__.amdO = {};
|
|
25708
25724
|
/******/ })();
|
|
25709
25725
|
/******/
|
|
25710
25726
|
/******/ /* webpack/runtime/compat get default export */
|
|
25711
25727
|
/******/ (() => {
|
|
25712
25728
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
25713
|
-
/******/
|
|
25729
|
+
/******/ __nested_webpack_require_1015182__.n = (module) => {
|
|
25714
25730
|
/******/ var getter = module && module.__esModule ?
|
|
25715
25731
|
/******/ () => (module['default']) :
|
|
25716
25732
|
/******/ () => (module);
|
|
25717
|
-
/******/
|
|
25733
|
+
/******/ __nested_webpack_require_1015182__.d(getter, { a: getter });
|
|
25718
25734
|
/******/ return getter;
|
|
25719
25735
|
/******/ };
|
|
25720
25736
|
/******/ })();
|
|
@@ -25722,9 +25738,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
25722
25738
|
/******/ /* webpack/runtime/define property getters */
|
|
25723
25739
|
/******/ (() => {
|
|
25724
25740
|
/******/ // define getter functions for harmony exports
|
|
25725
|
-
/******/
|
|
25741
|
+
/******/ __nested_webpack_require_1015182__.d = (exports, definition) => {
|
|
25726
25742
|
/******/ for(var key in definition) {
|
|
25727
|
-
/******/ if(
|
|
25743
|
+
/******/ if(__nested_webpack_require_1015182__.o(definition, key) && !__nested_webpack_require_1015182__.o(exports, key)) {
|
|
25728
25744
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
25729
25745
|
/******/ }
|
|
25730
25746
|
/******/ }
|
|
@@ -25733,7 +25749,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
25733
25749
|
/******/
|
|
25734
25750
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
25735
25751
|
/******/ (() => {
|
|
25736
|
-
/******/
|
|
25752
|
+
/******/ __nested_webpack_require_1015182__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
25737
25753
|
/******/ })();
|
|
25738
25754
|
/******/
|
|
25739
25755
|
/************************************************************************/
|
|
@@ -25741,22 +25757,22 @@ var __webpack_exports__ = {};
|
|
|
25741
25757
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
25742
25758
|
(() => {
|
|
25743
25759
|
"use strict";
|
|
25744
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
25745
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
25746
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
25747
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
25748
|
-
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ =
|
|
25749
|
-
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
25750
|
-
/* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3__ =
|
|
25751
|
-
/* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
25752
|
-
/* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4__ =
|
|
25753
|
-
/* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
25754
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ =
|
|
25755
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/
|
|
25756
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ =
|
|
25757
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/
|
|
25758
|
-
/* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__ =
|
|
25759
|
-
/* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/
|
|
25760
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1015182__(5459);
|
|
25761
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
25762
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1015182__(7351);
|
|
25763
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
25764
|
+
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1015182__(7762);
|
|
25765
|
+
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
|
|
25766
|
+
/* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1015182__(9274);
|
|
25767
|
+
/* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxribbon__WEBPACK_IMPORTED_MODULE_3__);
|
|
25768
|
+
/* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1015182__(7355);
|
|
25769
|
+
/* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxlayout__WEBPACK_IMPORTED_MODULE_4__);
|
|
25770
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1015182__(1610);
|
|
25771
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
|
|
25772
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1015182__(4240);
|
|
25773
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
|
|
25774
|
+
/* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1015182__(1448);
|
|
25775
|
+
/* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__);
|
|
25760
25776
|
|
|
25761
25777
|
|
|
25762
25778
|
|
|
@@ -25767,5 +25783,9 @@ var __webpack_exports__ = {};
|
|
|
25767
25783
|
|
|
25768
25784
|
})();
|
|
25769
25785
|
|
|
25786
|
+
/******/ })()
|
|
25787
|
+
;
|
|
25788
|
+
/******/ })()
|
|
25789
|
+
;
|
|
25770
25790
|
/******/ })()
|
|
25771
25791
|
;
|
|
@@ -4,6 +4,22 @@ Copyright (c) 2011-2024 jQWidgets.
|
|
|
4
4
|
License: https://jqwidgets.com/license/ */
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
/******/ (() => { // webpackBootstrap
|
|
8
|
+
var __webpack_exports__ = {};
|
|
9
|
+
|
|
10
|
+
/* Release Date: Sep-17-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: Sep-17-2024
|
|
19
|
+
Copyright (c) 2011-2024 jQWidgets.
|
|
20
|
+
License: https://jqwidgets.com/license/ */
|
|
21
|
+
|
|
22
|
+
|
|
7
23
|
/******/ (() => { // webpackBootstrap
|
|
8
24
|
/******/ var __webpack_modules__ = ({
|
|
9
25
|
|
|
@@ -1832,7 +1848,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
1832
1848
|
/***/ }),
|
|
1833
1849
|
|
|
1834
1850
|
/***/ 5459:
|
|
1835
|
-
/***/ ((module, exports,
|
|
1851
|
+
/***/ ((module, exports, __nested_webpack_require_74206__) => {
|
|
1836
1852
|
|
|
1837
1853
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1838
1854
|
/* eslint-disable */
|
|
@@ -10012,7 +10028,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
10012
10028
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
10013
10029
|
// Do this after creating the global so that if an AMD module wants to call
|
|
10014
10030
|
// noConflict to hide this version of JQXLite, it will work.
|
|
10015
|
-
if (
|
|
10031
|
+
if ( true && __nested_webpack_require_74206__.amdO.JQXLite) {
|
|
10016
10032
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
10017
10033
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
10018
10034
|
}
|
|
@@ -20225,7 +20241,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20225
20241
|
/******/ var __webpack_module_cache__ = {};
|
|
20226
20242
|
/******/
|
|
20227
20243
|
/******/ // The require function
|
|
20228
|
-
/******/ function
|
|
20244
|
+
/******/ function __nested_webpack_require_682612__(moduleId) {
|
|
20229
20245
|
/******/ // Check if module is in cache
|
|
20230
20246
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
20231
20247
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -20239,7 +20255,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20239
20255
|
/******/ };
|
|
20240
20256
|
/******/
|
|
20241
20257
|
/******/ // Execute the module function
|
|
20242
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
20258
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_682612__);
|
|
20243
20259
|
/******/
|
|
20244
20260
|
/******/ // Return the exports of the module
|
|
20245
20261
|
/******/ return module.exports;
|
|
@@ -20248,17 +20264,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20248
20264
|
/************************************************************************/
|
|
20249
20265
|
/******/ /* webpack/runtime/amd options */
|
|
20250
20266
|
/******/ (() => {
|
|
20251
|
-
/******/
|
|
20267
|
+
/******/ __nested_webpack_require_682612__.amdO = {};
|
|
20252
20268
|
/******/ })();
|
|
20253
20269
|
/******/
|
|
20254
20270
|
/******/ /* webpack/runtime/compat get default export */
|
|
20255
20271
|
/******/ (() => {
|
|
20256
20272
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
20257
|
-
/******/
|
|
20273
|
+
/******/ __nested_webpack_require_682612__.n = (module) => {
|
|
20258
20274
|
/******/ var getter = module && module.__esModule ?
|
|
20259
20275
|
/******/ () => (module['default']) :
|
|
20260
20276
|
/******/ () => (module);
|
|
20261
|
-
/******/
|
|
20277
|
+
/******/ __nested_webpack_require_682612__.d(getter, { a: getter });
|
|
20262
20278
|
/******/ return getter;
|
|
20263
20279
|
/******/ };
|
|
20264
20280
|
/******/ })();
|
|
@@ -20266,9 +20282,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20266
20282
|
/******/ /* webpack/runtime/define property getters */
|
|
20267
20283
|
/******/ (() => {
|
|
20268
20284
|
/******/ // define getter functions for harmony exports
|
|
20269
|
-
/******/
|
|
20285
|
+
/******/ __nested_webpack_require_682612__.d = (exports, definition) => {
|
|
20270
20286
|
/******/ for(var key in definition) {
|
|
20271
|
-
/******/ if(
|
|
20287
|
+
/******/ if(__nested_webpack_require_682612__.o(definition, key) && !__nested_webpack_require_682612__.o(exports, key)) {
|
|
20272
20288
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
20273
20289
|
/******/ }
|
|
20274
20290
|
/******/ }
|
|
@@ -20277,7 +20293,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20277
20293
|
/******/
|
|
20278
20294
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
20279
20295
|
/******/ (() => {
|
|
20280
|
-
/******/
|
|
20296
|
+
/******/ __nested_webpack_require_682612__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
20281
20297
|
/******/ })();
|
|
20282
20298
|
/******/
|
|
20283
20299
|
/************************************************************************/
|
|
@@ -20285,16 +20301,16 @@ var __webpack_exports__ = {};
|
|
|
20285
20301
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
20286
20302
|
(() => {
|
|
20287
20303
|
"use strict";
|
|
20288
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
20289
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
20290
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
20291
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
20292
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ =
|
|
20293
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
20294
|
-
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ =
|
|
20295
|
-
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
20296
|
-
/* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4__ =
|
|
20297
|
-
/* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
20304
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_682612__(5459);
|
|
20305
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
20306
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_682612__(7351);
|
|
20307
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
20308
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_682612__(7196);
|
|
20309
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
|
|
20310
|
+
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_682612__(3159);
|
|
20311
|
+
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_3__);
|
|
20312
|
+
/* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_682612__(482);
|
|
20313
|
+
/* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxgauge__WEBPACK_IMPORTED_MODULE_4__);
|
|
20298
20314
|
|
|
20299
20315
|
|
|
20300
20316
|
|
|
@@ -20302,5 +20318,9 @@ var __webpack_exports__ = {};
|
|
|
20302
20318
|
|
|
20303
20319
|
})();
|
|
20304
20320
|
|
|
20321
|
+
/******/ })()
|
|
20322
|
+
;
|
|
20323
|
+
/******/ })()
|
|
20324
|
+
;
|
|
20305
20325
|
/******/ })()
|
|
20306
20326
|
;
|