jqwidgets-ng 22.0.0 → 22.0.1
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 +98 -3335
- package/jqwidgets/jqxbarcode.js +12 -0
- package/jqwidgets/jqxcheckboxgroup.js +12 -0
- package/jqwidgets/jqxcore.js +1 -1
- package/jqwidgets/jqxgrid.export.js +1 -831
- package/jqwidgets/jqxqrcode.js +12 -0
- package/jqwidgets/jqxradiobuttongroup.js +12 -0
- package/jqwidgets/jqxsplitlayout.js +1 -2456
- package/jqwidgets/modules/jqxbarcode.js +24 -14
- package/jqwidgets/modules/jqxbargauge.js +26 -16
- package/jqwidgets/modules/jqxbulletchart.js +28 -18
- package/jqwidgets/modules/jqxbuttongroup.js +26 -16
- package/jqwidgets/modules/jqxbuttons.js +24 -14
- package/jqwidgets/modules/jqxcalendar.js +30 -20
- package/jqwidgets/modules/jqxchart.js +38 -28
- package/jqwidgets/modules/jqxcheckbox.js +28 -18
- package/jqwidgets/modules/jqxcheckboxgroup.js +28 -18
- package/jqwidgets/modules/jqxcolorpicker.js +30 -20
- package/jqwidgets/modules/jqxcombobox.js +34 -24
- package/jqwidgets/modules/jqxcomplexinput.js +26 -16
- package/jqwidgets/modules/jqxdatatable.js +54 -44
- package/jqwidgets/modules/jqxdatetimeinput.js +48 -38
- package/jqwidgets/modules/jqxdocking.js +28 -18
- package/jqwidgets/modules/jqxdockinglayout.js +36 -26
- package/jqwidgets/modules/jqxdockpanel.js +26 -16
- package/jqwidgets/modules/jqxdragdrop.js +28 -18
- package/jqwidgets/modules/jqxdraw.js +24 -14
- package/jqwidgets/modules/jqxdropdownbutton.js +26 -16
- package/jqwidgets/modules/jqxdropdownlist.js +46 -36
- package/jqwidgets/modules/jqxeditor.js +58 -48
- package/jqwidgets/modules/jqxexpander.js +32 -22
- package/jqwidgets/modules/jqxfileupload.js +28 -18
- package/jqwidgets/modules/jqxform.js +56 -46
- package/jqwidgets/modules/jqxformattedinput.js +48 -38
- package/jqwidgets/modules/jqxgantt.js +26 -16
- package/jqwidgets/modules/jqxgauge.js +30 -20
- package/jqwidgets/modules/jqxgrid.js +80 -70
- package/jqwidgets/modules/jqxheatmap.js +26 -16
- package/jqwidgets/modules/jqxinput.js +28 -18
- package/jqwidgets/modules/jqxkanban.js +58 -48
- package/jqwidgets/modules/jqxknob.js +28 -18
- package/jqwidgets/modules/jqxlayout.js +36 -26
- package/jqwidgets/modules/jqxlineargauge.js +30 -20
- package/jqwidgets/modules/jqxlinkbutton.js +24 -14
- package/jqwidgets/modules/jqxlistbox.js +38 -28
- package/jqwidgets/modules/jqxlistmenu.js +54 -44
- package/jqwidgets/modules/jqxloader.js +24 -14
- package/jqwidgets/modules/jqxmaskedinput.js +24 -14
- package/jqwidgets/modules/jqxmenu.js +36 -26
- package/jqwidgets/modules/jqxnavbar.js +32 -22
- package/jqwidgets/modules/jqxnavigationbar.js +40 -30
- package/jqwidgets/modules/jqxnotification.js +32 -22
- package/jqwidgets/modules/jqxnumberinput.js +38 -28
- package/jqwidgets/modules/jqxpanel.js +30 -20
- package/jqwidgets/modules/jqxpasswordinput.js +32 -22
- package/jqwidgets/modules/jqxpivotdesigner.js +62 -52
- package/jqwidgets/modules/jqxpivotgrid.js +62 -52
- package/jqwidgets/modules/jqxpopover.js +26 -16
- package/jqwidgets/modules/jqxprogressbar.js +24 -14
- package/jqwidgets/modules/jqxqrcode.js +32 -22
- package/jqwidgets/modules/jqxradiobutongroup.js +28 -18
- package/jqwidgets/modules/jqxradiobutton.js +26 -16
- package/jqwidgets/modules/jqxrangeselector.js +28 -18
- package/jqwidgets/modules/jqxrating.js +26 -16
- package/jqwidgets/modules/jqxrepeatbutton.js +24 -14
- package/jqwidgets/modules/jqxresponsivepanel.js +26 -16
- package/jqwidgets/modules/jqxribbon.js +28 -18
- package/jqwidgets/modules/jqxscheduler.js +64 -54
- package/jqwidgets/modules/jqxscrollbar.js +26 -16
- package/jqwidgets/modules/jqxscrollview.js +26 -16
- package/jqwidgets/modules/jqxslider.js +26 -16
- package/jqwidgets/modules/jqxsortable.js +26 -16
- package/jqwidgets/modules/jqxsplitlayout.js +24 -14
- package/jqwidgets/modules/jqxsplitter.js +26 -16
- package/jqwidgets/modules/jqxswitchbutton.js +30 -20
- package/jqwidgets/modules/jqxtabs.js +38 -28
- package/jqwidgets/modules/jqxtagcloud.js +32 -22
- package/jqwidgets/modules/jqxtextarea.js +32 -22
- package/jqwidgets/modules/jqxtimeline.js +24 -14
- package/jqwidgets/modules/jqxtimepicker.js +26 -16
- package/jqwidgets/modules/jqxtogglebutton.js +24 -14
- package/jqwidgets/modules/jqxtoolbar.js +56 -46
- package/jqwidgets/modules/jqxtooltip.js +24 -14
- package/jqwidgets/modules/jqxtree.js +36 -26
- package/jqwidgets/modules/jqxtreegrid.js +56 -46
- package/jqwidgets/modules/jqxtreemap.js +28 -18
- package/jqwidgets/modules/jqxvalidator.js +30 -20
- package/jqwidgets/modules/jqxwindow.js +26 -16
- package/package.json +1 -1
|
@@ -4,6 +4,14 @@ 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
|
+
|
|
7
15
|
/******/ (() => { // webpackBootstrap
|
|
8
16
|
/******/ var __webpack_modules__ = ({
|
|
9
17
|
|
|
@@ -11436,7 +11444,7 @@ document.Globalize = Globalize;
|
|
|
11436
11444
|
/***/ }),
|
|
11437
11445
|
|
|
11438
11446
|
/***/ 5459:
|
|
11439
|
-
/***/ ((module, exports,
|
|
11447
|
+
/***/ ((module, exports, __nested_webpack_require_484139__) => {
|
|
11440
11448
|
|
|
11441
11449
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
11442
11450
|
/* eslint-disable */
|
|
@@ -19616,7 +19624,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
19616
19624
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
19617
19625
|
// Do this after creating the global so that if an AMD module wants to call
|
|
19618
19626
|
// noConflict to hide this version of JQXLite, it will work.
|
|
19619
|
-
if (
|
|
19627
|
+
if ( true && __nested_webpack_require_484139__.amdO.JQXLite) {
|
|
19620
19628
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
19621
19629
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
19622
19630
|
}
|
|
@@ -64649,7 +64657,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
64649
64657
|
/******/ var __webpack_module_cache__ = {};
|
|
64650
64658
|
/******/
|
|
64651
64659
|
/******/ // The require function
|
|
64652
|
-
/******/ function
|
|
64660
|
+
/******/ function __nested_webpack_require_2676060__(moduleId) {
|
|
64653
64661
|
/******/ // Check if module is in cache
|
|
64654
64662
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
64655
64663
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -64663,7 +64671,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
64663
64671
|
/******/ };
|
|
64664
64672
|
/******/
|
|
64665
64673
|
/******/ // Execute the module function
|
|
64666
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
64674
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2676060__);
|
|
64667
64675
|
/******/
|
|
64668
64676
|
/******/ // Return the exports of the module
|
|
64669
64677
|
/******/ return module.exports;
|
|
@@ -64672,17 +64680,17 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
64672
64680
|
/************************************************************************/
|
|
64673
64681
|
/******/ /* webpack/runtime/amd options */
|
|
64674
64682
|
/******/ (() => {
|
|
64675
|
-
/******/
|
|
64683
|
+
/******/ __nested_webpack_require_2676060__.amdO = {};
|
|
64676
64684
|
/******/ })();
|
|
64677
64685
|
/******/
|
|
64678
64686
|
/******/ /* webpack/runtime/compat get default export */
|
|
64679
64687
|
/******/ (() => {
|
|
64680
64688
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
64681
|
-
/******/
|
|
64689
|
+
/******/ __nested_webpack_require_2676060__.n = (module) => {
|
|
64682
64690
|
/******/ var getter = module && module.__esModule ?
|
|
64683
64691
|
/******/ () => (module['default']) :
|
|
64684
64692
|
/******/ () => (module);
|
|
64685
|
-
/******/
|
|
64693
|
+
/******/ __nested_webpack_require_2676060__.d(getter, { a: getter });
|
|
64686
64694
|
/******/ return getter;
|
|
64687
64695
|
/******/ };
|
|
64688
64696
|
/******/ })();
|
|
@@ -64690,9 +64698,9 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
64690
64698
|
/******/ /* webpack/runtime/define property getters */
|
|
64691
64699
|
/******/ (() => {
|
|
64692
64700
|
/******/ // define getter functions for harmony exports
|
|
64693
|
-
/******/
|
|
64701
|
+
/******/ __nested_webpack_require_2676060__.d = (exports, definition) => {
|
|
64694
64702
|
/******/ for(var key in definition) {
|
|
64695
|
-
/******/ if(
|
|
64703
|
+
/******/ if(__nested_webpack_require_2676060__.o(definition, key) && !__nested_webpack_require_2676060__.o(exports, key)) {
|
|
64696
64704
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
64697
64705
|
/******/ }
|
|
64698
64706
|
/******/ }
|
|
@@ -64701,7 +64709,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
64701
64709
|
/******/
|
|
64702
64710
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
64703
64711
|
/******/ (() => {
|
|
64704
|
-
/******/
|
|
64712
|
+
/******/ __nested_webpack_require_2676060__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
64705
64713
|
/******/ })();
|
|
64706
64714
|
/******/
|
|
64707
64715
|
/************************************************************************/
|
|
@@ -64709,44 +64717,44 @@ var __webpack_exports__ = {};
|
|
|
64709
64717
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
64710
64718
|
(() => {
|
|
64711
64719
|
"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__*/
|
|
64720
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2676060__(5459);
|
|
64721
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
64722
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2676060__(4198);
|
|
64723
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
|
|
64724
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2676060__(3907);
|
|
64725
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
|
|
64726
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2676060__(714);
|
|
64727
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
|
|
64728
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2676060__(7351);
|
|
64729
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
|
|
64730
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2676060__(7196);
|
|
64731
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
|
|
64732
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2676060__(4240);
|
|
64733
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
|
|
64734
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2676060__(1610);
|
|
64735
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
|
|
64736
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2676060__(1062);
|
|
64737
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
|
|
64738
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2676060__(5868);
|
|
64739
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
|
|
64740
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2676060__(4720);
|
|
64741
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
|
|
64742
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2676060__(7995);
|
|
64743
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
|
|
64744
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2676060__(4545);
|
|
64745
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
|
|
64746
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2676060__(2497);
|
|
64747
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
|
|
64748
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2676060__(5725);
|
|
64749
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
|
|
64750
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2676060__(4993);
|
|
64751
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
|
|
64752
|
+
/* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2676060__(1766);
|
|
64753
|
+
/* harmony import */ var _jqxsplitter__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxsplitter__WEBPACK_IMPORTED_MODULE_16__);
|
|
64754
|
+
/* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_2676060__(7614);
|
|
64755
|
+
/* harmony import */ var _jqxsortable__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxsortable__WEBPACK_IMPORTED_MODULE_17__);
|
|
64756
|
+
/* harmony import */ var _jqxkanban__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_2676060__(3167);
|
|
64757
|
+
/* harmony import */ var _jqxkanban__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_2676060__.n(_jqxkanban__WEBPACK_IMPORTED_MODULE_18__);
|
|
64750
64758
|
|
|
64751
64759
|
|
|
64752
64760
|
|
|
@@ -64768,5 +64776,7 @@ var __webpack_exports__ = {};
|
|
|
64768
64776
|
|
|
64769
64777
|
})();
|
|
64770
64778
|
|
|
64779
|
+
/******/ })()
|
|
64780
|
+
;
|
|
64771
64781
|
/******/ })()
|
|
64772
64782
|
;
|
|
@@ -4,6 +4,14 @@ 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
|
+
|
|
7
15
|
/******/ (() => { // webpackBootstrap
|
|
8
16
|
/******/ var __webpack_modules__ = ({
|
|
9
17
|
|
|
@@ -1196,7 +1204,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
1196
1204
|
/***/ }),
|
|
1197
1205
|
|
|
1198
1206
|
/***/ 5459:
|
|
1199
|
-
/***/ ((module, exports,
|
|
1207
|
+
/***/ ((module, exports, __nested_webpack_require_52089__) => {
|
|
1200
1208
|
|
|
1201
1209
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1202
1210
|
/* eslint-disable */
|
|
@@ -9376,7 +9384,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
9376
9384
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
9377
9385
|
// Do this after creating the global so that if an AMD module wants to call
|
|
9378
9386
|
// noConflict to hide this version of JQXLite, it will work.
|
|
9379
|
-
if (
|
|
9387
|
+
if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
|
|
9380
9388
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
9381
9389
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
9382
9390
|
}
|
|
@@ -17059,7 +17067,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
17059
17067
|
/******/ var __webpack_module_cache__ = {};
|
|
17060
17068
|
/******/
|
|
17061
17069
|
/******/ // The require function
|
|
17062
|
-
/******/ function
|
|
17070
|
+
/******/ function __nested_webpack_require_578852__(moduleId) {
|
|
17063
17071
|
/******/ // Check if module is in cache
|
|
17064
17072
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
17065
17073
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -17073,7 +17081,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
17073
17081
|
/******/ };
|
|
17074
17082
|
/******/
|
|
17075
17083
|
/******/ // Execute the module function
|
|
17076
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
17084
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_578852__);
|
|
17077
17085
|
/******/
|
|
17078
17086
|
/******/ // Return the exports of the module
|
|
17079
17087
|
/******/ return module.exports;
|
|
@@ -17082,17 +17090,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
17082
17090
|
/************************************************************************/
|
|
17083
17091
|
/******/ /* webpack/runtime/amd options */
|
|
17084
17092
|
/******/ (() => {
|
|
17085
|
-
/******/
|
|
17093
|
+
/******/ __nested_webpack_require_578852__.amdO = {};
|
|
17086
17094
|
/******/ })();
|
|
17087
17095
|
/******/
|
|
17088
17096
|
/******/ /* webpack/runtime/compat get default export */
|
|
17089
17097
|
/******/ (() => {
|
|
17090
17098
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
17091
|
-
/******/
|
|
17099
|
+
/******/ __nested_webpack_require_578852__.n = (module) => {
|
|
17092
17100
|
/******/ var getter = module && module.__esModule ?
|
|
17093
17101
|
/******/ () => (module['default']) :
|
|
17094
17102
|
/******/ () => (module);
|
|
17095
|
-
/******/
|
|
17103
|
+
/******/ __nested_webpack_require_578852__.d(getter, { a: getter });
|
|
17096
17104
|
/******/ return getter;
|
|
17097
17105
|
/******/ };
|
|
17098
17106
|
/******/ })();
|
|
@@ -17100,9 +17108,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
17100
17108
|
/******/ /* webpack/runtime/define property getters */
|
|
17101
17109
|
/******/ (() => {
|
|
17102
17110
|
/******/ // define getter functions for harmony exports
|
|
17103
|
-
/******/
|
|
17111
|
+
/******/ __nested_webpack_require_578852__.d = (exports, definition) => {
|
|
17104
17112
|
/******/ for(var key in definition) {
|
|
17105
|
-
/******/ if(
|
|
17113
|
+
/******/ if(__nested_webpack_require_578852__.o(definition, key) && !__nested_webpack_require_578852__.o(exports, key)) {
|
|
17106
17114
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
17107
17115
|
/******/ }
|
|
17108
17116
|
/******/ }
|
|
@@ -17111,7 +17119,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
17111
17119
|
/******/
|
|
17112
17120
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
17113
17121
|
/******/ (() => {
|
|
17114
|
-
/******/
|
|
17122
|
+
/******/ __nested_webpack_require_578852__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
17115
17123
|
/******/ })();
|
|
17116
17124
|
/******/
|
|
17117
17125
|
/************************************************************************/
|
|
@@ -17119,19 +17127,21 @@ var __webpack_exports__ = {};
|
|
|
17119
17127
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
17120
17128
|
(() => {
|
|
17121
17129
|
"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__*/
|
|
17130
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_578852__(5459);
|
|
17131
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_578852__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
17132
|
+
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_578852__(3159);
|
|
17133
|
+
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_578852__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_1__);
|
|
17134
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_578852__(7351);
|
|
17135
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_578852__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
|
|
17136
|
+
/* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_578852__(887);
|
|
17137
|
+
/* harmony import */ var _jqxknob__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_578852__.n(_jqxknob__WEBPACK_IMPORTED_MODULE_3__);
|
|
17130
17138
|
|
|
17131
17139
|
|
|
17132
17140
|
|
|
17133
17141
|
|
|
17134
17142
|
})();
|
|
17135
17143
|
|
|
17144
|
+
/******/ })()
|
|
17145
|
+
;
|
|
17136
17146
|
/******/ })()
|
|
17137
17147
|
;
|
|
@@ -4,6 +4,14 @@ 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
|
+
|
|
7
15
|
/******/ (() => { // webpackBootstrap
|
|
8
16
|
/******/ var __webpack_modules__ = ({
|
|
9
17
|
|
|
@@ -1196,7 +1204,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
1196
1204
|
/***/ }),
|
|
1197
1205
|
|
|
1198
1206
|
/***/ 5459:
|
|
1199
|
-
/***/ ((module, exports,
|
|
1207
|
+
/***/ ((module, exports, __nested_webpack_require_52089__) => {
|
|
1200
1208
|
|
|
1201
1209
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1202
1210
|
/* eslint-disable */
|
|
@@ -9376,7 +9384,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
9376
9384
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
9377
9385
|
// Do this after creating the global so that if an AMD module wants to call
|
|
9378
9386
|
// noConflict to hide this version of JQXLite, it will work.
|
|
9379
|
-
if (
|
|
9387
|
+
if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
|
|
9380
9388
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
9381
9389
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
9382
9390
|
}
|
|
@@ -25681,7 +25689,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
25681
25689
|
/******/ var __webpack_module_cache__ = {};
|
|
25682
25690
|
/******/
|
|
25683
25691
|
/******/ // The require function
|
|
25684
|
-
/******/ function
|
|
25692
|
+
/******/ function __nested_webpack_require_1015182__(moduleId) {
|
|
25685
25693
|
/******/ // Check if module is in cache
|
|
25686
25694
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
25687
25695
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -25695,7 +25703,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
25695
25703
|
/******/ };
|
|
25696
25704
|
/******/
|
|
25697
25705
|
/******/ // Execute the module function
|
|
25698
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
25706
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1015182__);
|
|
25699
25707
|
/******/
|
|
25700
25708
|
/******/ // Return the exports of the module
|
|
25701
25709
|
/******/ return module.exports;
|
|
@@ -25704,17 +25712,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
25704
25712
|
/************************************************************************/
|
|
25705
25713
|
/******/ /* webpack/runtime/amd options */
|
|
25706
25714
|
/******/ (() => {
|
|
25707
|
-
/******/
|
|
25715
|
+
/******/ __nested_webpack_require_1015182__.amdO = {};
|
|
25708
25716
|
/******/ })();
|
|
25709
25717
|
/******/
|
|
25710
25718
|
/******/ /* webpack/runtime/compat get default export */
|
|
25711
25719
|
/******/ (() => {
|
|
25712
25720
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
25713
|
-
/******/
|
|
25721
|
+
/******/ __nested_webpack_require_1015182__.n = (module) => {
|
|
25714
25722
|
/******/ var getter = module && module.__esModule ?
|
|
25715
25723
|
/******/ () => (module['default']) :
|
|
25716
25724
|
/******/ () => (module);
|
|
25717
|
-
/******/
|
|
25725
|
+
/******/ __nested_webpack_require_1015182__.d(getter, { a: getter });
|
|
25718
25726
|
/******/ return getter;
|
|
25719
25727
|
/******/ };
|
|
25720
25728
|
/******/ })();
|
|
@@ -25722,9 +25730,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
25722
25730
|
/******/ /* webpack/runtime/define property getters */
|
|
25723
25731
|
/******/ (() => {
|
|
25724
25732
|
/******/ // define getter functions for harmony exports
|
|
25725
|
-
/******/
|
|
25733
|
+
/******/ __nested_webpack_require_1015182__.d = (exports, definition) => {
|
|
25726
25734
|
/******/ for(var key in definition) {
|
|
25727
|
-
/******/ if(
|
|
25735
|
+
/******/ if(__nested_webpack_require_1015182__.o(definition, key) && !__nested_webpack_require_1015182__.o(exports, key)) {
|
|
25728
25736
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
25729
25737
|
/******/ }
|
|
25730
25738
|
/******/ }
|
|
@@ -25733,7 +25741,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
25733
25741
|
/******/
|
|
25734
25742
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
25735
25743
|
/******/ (() => {
|
|
25736
|
-
/******/
|
|
25744
|
+
/******/ __nested_webpack_require_1015182__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
25737
25745
|
/******/ })();
|
|
25738
25746
|
/******/
|
|
25739
25747
|
/************************************************************************/
|
|
@@ -25741,22 +25749,22 @@ var __webpack_exports__ = {};
|
|
|
25741
25749
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
25742
25750
|
(() => {
|
|
25743
25751
|
"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__*/
|
|
25752
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1015182__(5459);
|
|
25753
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
25754
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1015182__(7351);
|
|
25755
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
25756
|
+
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1015182__(7762);
|
|
25757
|
+
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
|
|
25758
|
+
/* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_1015182__(9274);
|
|
25759
|
+
/* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxribbon__WEBPACK_IMPORTED_MODULE_3__);
|
|
25760
|
+
/* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_1015182__(7355);
|
|
25761
|
+
/* harmony import */ var _jqxlayout__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxlayout__WEBPACK_IMPORTED_MODULE_4__);
|
|
25762
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_1015182__(1610);
|
|
25763
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_5__);
|
|
25764
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_1015182__(4240);
|
|
25765
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
|
|
25766
|
+
/* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_1015182__(1448);
|
|
25767
|
+
/* harmony import */ var _jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_1015182__.n(_jqxdockinglayout__WEBPACK_IMPORTED_MODULE_7__);
|
|
25760
25768
|
|
|
25761
25769
|
|
|
25762
25770
|
|
|
@@ -25767,5 +25775,7 @@ var __webpack_exports__ = {};
|
|
|
25767
25775
|
|
|
25768
25776
|
})();
|
|
25769
25777
|
|
|
25778
|
+
/******/ })()
|
|
25779
|
+
;
|
|
25770
25780
|
/******/ })()
|
|
25771
25781
|
;
|
|
@@ -4,6 +4,14 @@ 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
|
+
|
|
7
15
|
/******/ (() => { // webpackBootstrap
|
|
8
16
|
/******/ var __webpack_modules__ = ({
|
|
9
17
|
|
|
@@ -1832,7 +1840,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
1832
1840
|
/***/ }),
|
|
1833
1841
|
|
|
1834
1842
|
/***/ 5459:
|
|
1835
|
-
/***/ ((module, exports,
|
|
1843
|
+
/***/ ((module, exports, __nested_webpack_require_74206__) => {
|
|
1836
1844
|
|
|
1837
1845
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1838
1846
|
/* eslint-disable */
|
|
@@ -10012,7 +10020,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
10012
10020
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
10013
10021
|
// Do this after creating the global so that if an AMD module wants to call
|
|
10014
10022
|
// noConflict to hide this version of JQXLite, it will work.
|
|
10015
|
-
if (
|
|
10023
|
+
if ( true && __nested_webpack_require_74206__.amdO.JQXLite) {
|
|
10016
10024
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
10017
10025
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
10018
10026
|
}
|
|
@@ -20225,7 +20233,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20225
20233
|
/******/ var __webpack_module_cache__ = {};
|
|
20226
20234
|
/******/
|
|
20227
20235
|
/******/ // The require function
|
|
20228
|
-
/******/ function
|
|
20236
|
+
/******/ function __nested_webpack_require_682612__(moduleId) {
|
|
20229
20237
|
/******/ // Check if module is in cache
|
|
20230
20238
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
20231
20239
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -20239,7 +20247,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20239
20247
|
/******/ };
|
|
20240
20248
|
/******/
|
|
20241
20249
|
/******/ // Execute the module function
|
|
20242
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
20250
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_682612__);
|
|
20243
20251
|
/******/
|
|
20244
20252
|
/******/ // Return the exports of the module
|
|
20245
20253
|
/******/ return module.exports;
|
|
@@ -20248,17 +20256,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20248
20256
|
/************************************************************************/
|
|
20249
20257
|
/******/ /* webpack/runtime/amd options */
|
|
20250
20258
|
/******/ (() => {
|
|
20251
|
-
/******/
|
|
20259
|
+
/******/ __nested_webpack_require_682612__.amdO = {};
|
|
20252
20260
|
/******/ })();
|
|
20253
20261
|
/******/
|
|
20254
20262
|
/******/ /* webpack/runtime/compat get default export */
|
|
20255
20263
|
/******/ (() => {
|
|
20256
20264
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
20257
|
-
/******/
|
|
20265
|
+
/******/ __nested_webpack_require_682612__.n = (module) => {
|
|
20258
20266
|
/******/ var getter = module && module.__esModule ?
|
|
20259
20267
|
/******/ () => (module['default']) :
|
|
20260
20268
|
/******/ () => (module);
|
|
20261
|
-
/******/
|
|
20269
|
+
/******/ __nested_webpack_require_682612__.d(getter, { a: getter });
|
|
20262
20270
|
/******/ return getter;
|
|
20263
20271
|
/******/ };
|
|
20264
20272
|
/******/ })();
|
|
@@ -20266,9 +20274,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20266
20274
|
/******/ /* webpack/runtime/define property getters */
|
|
20267
20275
|
/******/ (() => {
|
|
20268
20276
|
/******/ // define getter functions for harmony exports
|
|
20269
|
-
/******/
|
|
20277
|
+
/******/ __nested_webpack_require_682612__.d = (exports, definition) => {
|
|
20270
20278
|
/******/ for(var key in definition) {
|
|
20271
|
-
/******/ if(
|
|
20279
|
+
/******/ if(__nested_webpack_require_682612__.o(definition, key) && !__nested_webpack_require_682612__.o(exports, key)) {
|
|
20272
20280
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
20273
20281
|
/******/ }
|
|
20274
20282
|
/******/ }
|
|
@@ -20277,7 +20285,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20277
20285
|
/******/
|
|
20278
20286
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
20279
20287
|
/******/ (() => {
|
|
20280
|
-
/******/
|
|
20288
|
+
/******/ __nested_webpack_require_682612__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
20281
20289
|
/******/ })();
|
|
20282
20290
|
/******/
|
|
20283
20291
|
/************************************************************************/
|
|
@@ -20285,16 +20293,16 @@ var __webpack_exports__ = {};
|
|
|
20285
20293
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
20286
20294
|
(() => {
|
|
20287
20295
|
"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__*/
|
|
20296
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_682612__(5459);
|
|
20297
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
20298
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_682612__(7351);
|
|
20299
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
20300
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_682612__(7196);
|
|
20301
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
|
|
20302
|
+
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_682612__(3159);
|
|
20303
|
+
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_3__);
|
|
20304
|
+
/* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_682612__(482);
|
|
20305
|
+
/* harmony import */ var _jqxgauge__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_682612__.n(_jqxgauge__WEBPACK_IMPORTED_MODULE_4__);
|
|
20298
20306
|
|
|
20299
20307
|
|
|
20300
20308
|
|
|
@@ -20302,5 +20310,7 @@ var __webpack_exports__ = {};
|
|
|
20302
20310
|
|
|
20303
20311
|
})();
|
|
20304
20312
|
|
|
20313
|
+
/******/ })()
|
|
20314
|
+
;
|
|
20305
20315
|
/******/ })()
|
|
20306
20316
|
;
|