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
|
}
|
|
@@ -63373,7 +63389,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
63373
63389
|
/******/ var __webpack_module_cache__ = {};
|
|
63374
63390
|
/******/
|
|
63375
63391
|
/******/ // The require function
|
|
63376
|
-
/******/ function
|
|
63392
|
+
/******/ function __nested_webpack_require_2583843__(moduleId) {
|
|
63377
63393
|
/******/ // Check if module is in cache
|
|
63378
63394
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
63379
63395
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -63387,7 +63403,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
63387
63403
|
/******/ };
|
|
63388
63404
|
/******/
|
|
63389
63405
|
/******/ // Execute the module function
|
|
63390
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
63406
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2583843__);
|
|
63391
63407
|
/******/
|
|
63392
63408
|
/******/ // Return the exports of the module
|
|
63393
63409
|
/******/ return module.exports;
|
|
@@ -63396,17 +63412,17 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
63396
63412
|
/************************************************************************/
|
|
63397
63413
|
/******/ /* webpack/runtime/amd options */
|
|
63398
63414
|
/******/ (() => {
|
|
63399
|
-
/******/
|
|
63415
|
+
/******/ __nested_webpack_require_2583843__.amdO = {};
|
|
63400
63416
|
/******/ })();
|
|
63401
63417
|
/******/
|
|
63402
63418
|
/******/ /* webpack/runtime/compat get default export */
|
|
63403
63419
|
/******/ (() => {
|
|
63404
63420
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
63405
|
-
/******/
|
|
63421
|
+
/******/ __nested_webpack_require_2583843__.n = (module) => {
|
|
63406
63422
|
/******/ var getter = module && module.__esModule ?
|
|
63407
63423
|
/******/ () => (module['default']) :
|
|
63408
63424
|
/******/ () => (module);
|
|
63409
|
-
/******/
|
|
63425
|
+
/******/ __nested_webpack_require_2583843__.d(getter, { a: getter });
|
|
63410
63426
|
/******/ return getter;
|
|
63411
63427
|
/******/ };
|
|
63412
63428
|
/******/ })();
|
|
@@ -63414,9 +63430,9 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
63414
63430
|
/******/ /* webpack/runtime/define property getters */
|
|
63415
63431
|
/******/ (() => {
|
|
63416
63432
|
/******/ // define getter functions for harmony exports
|
|
63417
|
-
/******/
|
|
63433
|
+
/******/ __nested_webpack_require_2583843__.d = (exports, definition) => {
|
|
63418
63434
|
/******/ for(var key in definition) {
|
|
63419
|
-
/******/ if(
|
|
63435
|
+
/******/ if(__nested_webpack_require_2583843__.o(definition, key) && !__nested_webpack_require_2583843__.o(exports, key)) {
|
|
63420
63436
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
63421
63437
|
/******/ }
|
|
63422
63438
|
/******/ }
|
|
@@ -63425,7 +63441,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
63425
63441
|
/******/
|
|
63426
63442
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
63427
63443
|
/******/ (() => {
|
|
63428
|
-
/******/
|
|
63444
|
+
/******/ __nested_webpack_require_2583843__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
63429
63445
|
/******/ })();
|
|
63430
63446
|
/******/
|
|
63431
63447
|
/************************************************************************/
|
|
@@ -63433,42 +63449,42 @@ var __webpack_exports__ = {};
|
|
|
63433
63449
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
63434
63450
|
(() => {
|
|
63435
63451
|
"use strict";
|
|
63436
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
63437
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
63438
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ =
|
|
63439
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
63440
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ =
|
|
63441
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
63442
|
-
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ =
|
|
63443
|
-
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
63444
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ =
|
|
63445
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
63446
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ =
|
|
63447
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/
|
|
63448
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ =
|
|
63449
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/
|
|
63450
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ =
|
|
63451
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/
|
|
63452
|
-
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ =
|
|
63453
|
-
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/
|
|
63454
|
-
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ =
|
|
63455
|
-
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/
|
|
63456
|
-
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ =
|
|
63457
|
-
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/
|
|
63458
|
-
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ =
|
|
63459
|
-
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/
|
|
63460
|
-
/* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__ =
|
|
63461
|
-
/* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/
|
|
63462
|
-
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__ =
|
|
63463
|
-
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/
|
|
63464
|
-
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14__ =
|
|
63465
|
-
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/
|
|
63466
|
-
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15__ =
|
|
63467
|
-
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/
|
|
63468
|
-
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__ =
|
|
63469
|
-
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/
|
|
63470
|
-
/* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17__ =
|
|
63471
|
-
/* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/
|
|
63452
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2583843__(5459);
|
|
63453
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
63454
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2583843__(4198);
|
|
63455
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
|
|
63456
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2583843__(3907);
|
|
63457
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
|
|
63458
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2583843__(714);
|
|
63459
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
|
|
63460
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2583843__(7351);
|
|
63461
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
|
|
63462
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2583843__(7196);
|
|
63463
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
|
|
63464
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2583843__(4240);
|
|
63465
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
|
|
63466
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2583843__(1610);
|
|
63467
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
|
|
63468
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2583843__(1062);
|
|
63469
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
|
|
63470
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2583843__(5868);
|
|
63471
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
|
|
63472
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2583843__(4720);
|
|
63473
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
|
|
63474
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2583843__(7995);
|
|
63475
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
|
|
63476
|
+
/* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2583843__(6217);
|
|
63477
|
+
/* harmony import */ var _jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxmaskedinput__WEBPACK_IMPORTED_MODULE_12__);
|
|
63478
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2583843__(4545);
|
|
63479
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_13__);
|
|
63480
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_2583843__(2497);
|
|
63481
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_14__);
|
|
63482
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_2583843__(5725);
|
|
63483
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_15__);
|
|
63484
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_2583843__(4993);
|
|
63485
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_16__);
|
|
63486
|
+
/* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_2583843__(281);
|
|
63487
|
+
/* harmony import */ var _jqxform__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_2583843__.n(_jqxform__WEBPACK_IMPORTED_MODULE_17__);
|
|
63472
63488
|
|
|
63473
63489
|
|
|
63474
63490
|
|
|
@@ -63489,5 +63505,9 @@ var __webpack_exports__ = {};
|
|
|
63489
63505
|
|
|
63490
63506
|
})();
|
|
63491
63507
|
|
|
63508
|
+
/******/ })()
|
|
63509
|
+
;
|
|
63510
|
+
/******/ })()
|
|
63511
|
+
;
|
|
63492
63512
|
/******/ })()
|
|
63493
63513
|
;
|
|
@@ -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
|
|
|
@@ -6746,7 +6762,7 @@ document.Globalize = Globalize;
|
|
|
6746
6762
|
/***/ }),
|
|
6747
6763
|
|
|
6748
6764
|
/***/ 5459:
|
|
6749
|
-
/***/ ((module, exports,
|
|
6765
|
+
/***/ ((module, exports, __nested_webpack_require_272150__) => {
|
|
6750
6766
|
|
|
6751
6767
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
6752
6768
|
/* eslint-disable */
|
|
@@ -14926,7 +14942,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
14926
14942
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
14927
14943
|
// Do this after creating the global so that if an AMD module wants to call
|
|
14928
14944
|
// noConflict to hide this version of JQXLite, it will work.
|
|
14929
|
-
if (
|
|
14945
|
+
if ( true && __nested_webpack_require_272150__.amdO.JQXLite) {
|
|
14930
14946
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
14931
14947
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
14932
14948
|
}
|
|
@@ -51930,7 +51946,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
51930
51946
|
/******/ var __webpack_module_cache__ = {};
|
|
51931
51947
|
/******/
|
|
51932
51948
|
/******/ // The require function
|
|
51933
|
-
/******/ function
|
|
51949
|
+
/******/ function __nested_webpack_require_2088726__(moduleId) {
|
|
51934
51950
|
/******/ // Check if module is in cache
|
|
51935
51951
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
51936
51952
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -51944,7 +51960,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
51944
51960
|
/******/ };
|
|
51945
51961
|
/******/
|
|
51946
51962
|
/******/ // Execute the module function
|
|
51947
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
51963
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_2088726__);
|
|
51948
51964
|
/******/
|
|
51949
51965
|
/******/ // Return the exports of the module
|
|
51950
51966
|
/******/ return module.exports;
|
|
@@ -51953,17 +51969,17 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
51953
51969
|
/************************************************************************/
|
|
51954
51970
|
/******/ /* webpack/runtime/amd options */
|
|
51955
51971
|
/******/ (() => {
|
|
51956
|
-
/******/
|
|
51972
|
+
/******/ __nested_webpack_require_2088726__.amdO = {};
|
|
51957
51973
|
/******/ })();
|
|
51958
51974
|
/******/
|
|
51959
51975
|
/******/ /* webpack/runtime/compat get default export */
|
|
51960
51976
|
/******/ (() => {
|
|
51961
51977
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
51962
|
-
/******/
|
|
51978
|
+
/******/ __nested_webpack_require_2088726__.n = (module) => {
|
|
51963
51979
|
/******/ var getter = module && module.__esModule ?
|
|
51964
51980
|
/******/ () => (module['default']) :
|
|
51965
51981
|
/******/ () => (module);
|
|
51966
|
-
/******/
|
|
51982
|
+
/******/ __nested_webpack_require_2088726__.d(getter, { a: getter });
|
|
51967
51983
|
/******/ return getter;
|
|
51968
51984
|
/******/ };
|
|
51969
51985
|
/******/ })();
|
|
@@ -51971,9 +51987,9 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
51971
51987
|
/******/ /* webpack/runtime/define property getters */
|
|
51972
51988
|
/******/ (() => {
|
|
51973
51989
|
/******/ // define getter functions for harmony exports
|
|
51974
|
-
/******/
|
|
51990
|
+
/******/ __nested_webpack_require_2088726__.d = (exports, definition) => {
|
|
51975
51991
|
/******/ for(var key in definition) {
|
|
51976
|
-
/******/ if(
|
|
51992
|
+
/******/ if(__nested_webpack_require_2088726__.o(definition, key) && !__nested_webpack_require_2088726__.o(exports, key)) {
|
|
51977
51993
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
51978
51994
|
/******/ }
|
|
51979
51995
|
/******/ }
|
|
@@ -51982,7 +51998,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
51982
51998
|
/******/
|
|
51983
51999
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
51984
52000
|
/******/ (() => {
|
|
51985
|
-
/******/
|
|
52001
|
+
/******/ __nested_webpack_require_2088726__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
51986
52002
|
/******/ })();
|
|
51987
52003
|
/******/
|
|
51988
52004
|
/************************************************************************/
|
|
@@ -51990,34 +52006,34 @@ var __webpack_exports__ = {};
|
|
|
51990
52006
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
51991
52007
|
(() => {
|
|
51992
52008
|
"use strict";
|
|
51993
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
51994
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
51995
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ =
|
|
51996
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
51997
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ =
|
|
51998
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
51999
|
-
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ =
|
|
52000
|
-
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
52001
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ =
|
|
52002
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
52003
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ =
|
|
52004
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/
|
|
52005
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ =
|
|
52006
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/
|
|
52007
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ =
|
|
52008
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/
|
|
52009
|
-
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ =
|
|
52010
|
-
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/
|
|
52011
|
-
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ =
|
|
52012
|
-
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/
|
|
52013
|
-
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ =
|
|
52014
|
-
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/
|
|
52015
|
-
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ =
|
|
52016
|
-
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/
|
|
52017
|
-
/* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__ =
|
|
52018
|
-
/* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/
|
|
52019
|
-
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ =
|
|
52020
|
-
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/
|
|
52009
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_2088726__(5459);
|
|
52010
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
52011
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_2088726__(4198);
|
|
52012
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
|
|
52013
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_2088726__(3907);
|
|
52014
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
|
|
52015
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_2088726__(714);
|
|
52016
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
|
|
52017
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_2088726__(7351);
|
|
52018
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
|
|
52019
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_2088726__(7196);
|
|
52020
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
|
|
52021
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_2088726__(4240);
|
|
52022
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
|
|
52023
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_2088726__(1610);
|
|
52024
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
|
|
52025
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_2088726__(1062);
|
|
52026
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
|
|
52027
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_2088726__(5868);
|
|
52028
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
|
|
52029
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_2088726__(4720);
|
|
52030
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
|
|
52031
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_2088726__(7995);
|
|
52032
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
|
|
52033
|
+
/* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_2088726__(1282);
|
|
52034
|
+
/* harmony import */ var _jqxformattedinput__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_jqxformattedinput__WEBPACK_IMPORTED_MODULE_12__);
|
|
52035
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_2088726__(2497);
|
|
52036
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_2088726__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
|
|
52021
52037
|
|
|
52022
52038
|
|
|
52023
52039
|
|
|
@@ -52034,5 +52050,9 @@ var __webpack_exports__ = {};
|
|
|
52034
52050
|
|
|
52035
52051
|
})();
|
|
52036
52052
|
|
|
52053
|
+
/******/ })()
|
|
52054
|
+
;
|
|
52055
|
+
/******/ })()
|
|
52056
|
+
;
|
|
52037
52057
|
/******/ })()
|
|
52038
52058
|
;
|
|
@@ -4,11 +4,27 @@ 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
|
|
|
10
26
|
/***/ 5459:
|
|
11
|
-
/***/ ((module, exports,
|
|
27
|
+
/***/ ((module, exports, __nested_webpack_require_227__) => {
|
|
12
28
|
|
|
13
29
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
14
30
|
/* eslint-disable */
|
|
@@ -8188,7 +8204,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
8188
8204
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
8189
8205
|
// Do this after creating the global so that if an AMD module wants to call
|
|
8190
8206
|
// noConflict to hide this version of JQXLite, it will work.
|
|
8191
|
-
if (
|
|
8207
|
+
if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
|
|
8192
8208
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
8193
8209
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
8194
8210
|
}
|
|
@@ -12496,7 +12512,7 @@ delete window.jqxWindow;
|
|
|
12496
12512
|
/******/ var __webpack_module_cache__ = {};
|
|
12497
12513
|
/******/
|
|
12498
12514
|
/******/ // The require function
|
|
12499
|
-
/******/ function
|
|
12515
|
+
/******/ function __nested_webpack_require_1844819__(moduleId) {
|
|
12500
12516
|
/******/ // Check if module is in cache
|
|
12501
12517
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
12502
12518
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -12510,7 +12526,7 @@ delete window.jqxWindow;
|
|
|
12510
12526
|
/******/ };
|
|
12511
12527
|
/******/
|
|
12512
12528
|
/******/ // Execute the module function
|
|
12513
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
12529
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_1844819__);
|
|
12514
12530
|
/******/
|
|
12515
12531
|
/******/ // Return the exports of the module
|
|
12516
12532
|
/******/ return module.exports;
|
|
@@ -12519,17 +12535,17 @@ delete window.jqxWindow;
|
|
|
12519
12535
|
/************************************************************************/
|
|
12520
12536
|
/******/ /* webpack/runtime/amd options */
|
|
12521
12537
|
/******/ (() => {
|
|
12522
|
-
/******/
|
|
12538
|
+
/******/ __nested_webpack_require_1844819__.amdO = {};
|
|
12523
12539
|
/******/ })();
|
|
12524
12540
|
/******/
|
|
12525
12541
|
/******/ /* webpack/runtime/compat get default export */
|
|
12526
12542
|
/******/ (() => {
|
|
12527
12543
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
12528
|
-
/******/
|
|
12544
|
+
/******/ __nested_webpack_require_1844819__.n = (module) => {
|
|
12529
12545
|
/******/ var getter = module && module.__esModule ?
|
|
12530
12546
|
/******/ () => (module['default']) :
|
|
12531
12547
|
/******/ () => (module);
|
|
12532
|
-
/******/
|
|
12548
|
+
/******/ __nested_webpack_require_1844819__.d(getter, { a: getter });
|
|
12533
12549
|
/******/ return getter;
|
|
12534
12550
|
/******/ };
|
|
12535
12551
|
/******/ })();
|
|
@@ -12537,9 +12553,9 @@ delete window.jqxWindow;
|
|
|
12537
12553
|
/******/ /* webpack/runtime/define property getters */
|
|
12538
12554
|
/******/ (() => {
|
|
12539
12555
|
/******/ // define getter functions for harmony exports
|
|
12540
|
-
/******/
|
|
12556
|
+
/******/ __nested_webpack_require_1844819__.d = (exports, definition) => {
|
|
12541
12557
|
/******/ for(var key in definition) {
|
|
12542
|
-
/******/ if(
|
|
12558
|
+
/******/ if(__nested_webpack_require_1844819__.o(definition, key) && !__nested_webpack_require_1844819__.o(exports, key)) {
|
|
12543
12559
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
12544
12560
|
/******/ }
|
|
12545
12561
|
/******/ }
|
|
@@ -12548,7 +12564,7 @@ delete window.jqxWindow;
|
|
|
12548
12564
|
/******/
|
|
12549
12565
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
12550
12566
|
/******/ (() => {
|
|
12551
|
-
/******/
|
|
12567
|
+
/******/ __nested_webpack_require_1844819__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
12552
12568
|
/******/ })();
|
|
12553
12569
|
/******/
|
|
12554
12570
|
/************************************************************************/
|
|
@@ -12556,16 +12572,20 @@ var __webpack_exports__ = {};
|
|
|
12556
12572
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
12557
12573
|
(() => {
|
|
12558
12574
|
"use strict";
|
|
12559
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
12560
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
12561
|
-
/* harmony import */ var _jqxgantt_api__WEBPACK_IMPORTED_MODULE_1__ =
|
|
12562
|
-
/* harmony import */ var _jqxgantt_api__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
12563
|
-
/* harmony import */ var _jqxgantt__WEBPACK_IMPORTED_MODULE_2__ =
|
|
12564
|
-
/* harmony import */ var _jqxgantt__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
12575
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_1844819__(5459);
|
|
12576
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_1844819__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
12577
|
+
/* harmony import */ var _jqxgantt_api__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_1844819__(4452);
|
|
12578
|
+
/* harmony import */ var _jqxgantt_api__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_1844819__.n(_jqxgantt_api__WEBPACK_IMPORTED_MODULE_1__);
|
|
12579
|
+
/* harmony import */ var _jqxgantt__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_1844819__(6309);
|
|
12580
|
+
/* harmony import */ var _jqxgantt__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_1844819__.n(_jqxgantt__WEBPACK_IMPORTED_MODULE_2__);
|
|
12565
12581
|
|
|
12566
12582
|
|
|
12567
12583
|
|
|
12568
12584
|
})();
|
|
12569
12585
|
|
|
12586
|
+
/******/ })()
|
|
12587
|
+
;
|
|
12588
|
+
/******/ })()
|
|
12589
|
+
;
|
|
12570
12590
|
/******/ })()
|
|
12571
12591
|
;
|
|
@@ -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
|
;
|