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
|
}
|
|
@@ -73557,7 +73565,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73557
73565
|
/******/ var __webpack_module_cache__ = {};
|
|
73558
73566
|
/******/
|
|
73559
73567
|
/******/ // The require function
|
|
73560
|
-
/******/ function
|
|
73568
|
+
/******/ function __nested_webpack_require_3030607__(moduleId) {
|
|
73561
73569
|
/******/ // Check if module is in cache
|
|
73562
73570
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
73563
73571
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -73571,7 +73579,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73571
73579
|
/******/ };
|
|
73572
73580
|
/******/
|
|
73573
73581
|
/******/ // Execute the module function
|
|
73574
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
73582
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3030607__);
|
|
73575
73583
|
/******/
|
|
73576
73584
|
/******/ // Return the exports of the module
|
|
73577
73585
|
/******/ return module.exports;
|
|
@@ -73580,17 +73588,17 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73580
73588
|
/************************************************************************/
|
|
73581
73589
|
/******/ /* webpack/runtime/amd options */
|
|
73582
73590
|
/******/ (() => {
|
|
73583
|
-
/******/
|
|
73591
|
+
/******/ __nested_webpack_require_3030607__.amdO = {};
|
|
73584
73592
|
/******/ })();
|
|
73585
73593
|
/******/
|
|
73586
73594
|
/******/ /* webpack/runtime/compat get default export */
|
|
73587
73595
|
/******/ (() => {
|
|
73588
73596
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
73589
|
-
/******/
|
|
73597
|
+
/******/ __nested_webpack_require_3030607__.n = (module) => {
|
|
73590
73598
|
/******/ var getter = module && module.__esModule ?
|
|
73591
73599
|
/******/ () => (module['default']) :
|
|
73592
73600
|
/******/ () => (module);
|
|
73593
|
-
/******/
|
|
73601
|
+
/******/ __nested_webpack_require_3030607__.d(getter, { a: getter });
|
|
73594
73602
|
/******/ return getter;
|
|
73595
73603
|
/******/ };
|
|
73596
73604
|
/******/ })();
|
|
@@ -73598,9 +73606,9 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73598
73606
|
/******/ /* webpack/runtime/define property getters */
|
|
73599
73607
|
/******/ (() => {
|
|
73600
73608
|
/******/ // define getter functions for harmony exports
|
|
73601
|
-
/******/
|
|
73609
|
+
/******/ __nested_webpack_require_3030607__.d = (exports, definition) => {
|
|
73602
73610
|
/******/ for(var key in definition) {
|
|
73603
|
-
/******/ if(
|
|
73611
|
+
/******/ if(__nested_webpack_require_3030607__.o(definition, key) && !__nested_webpack_require_3030607__.o(exports, key)) {
|
|
73604
73612
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
73605
73613
|
/******/ }
|
|
73606
73614
|
/******/ }
|
|
@@ -73609,7 +73617,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73609
73617
|
/******/
|
|
73610
73618
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
73611
73619
|
/******/ (() => {
|
|
73612
|
-
/******/
|
|
73620
|
+
/******/ __nested_webpack_require_3030607__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
73613
73621
|
/******/ })();
|
|
73614
73622
|
/******/
|
|
73615
73623
|
/************************************************************************/
|
|
@@ -73617,48 +73625,48 @@ var __webpack_exports__ = {};
|
|
|
73617
73625
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
73618
73626
|
(() => {
|
|
73619
73627
|
"use strict";
|
|
73620
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
73621
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
73622
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ =
|
|
73623
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
73624
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ =
|
|
73625
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
73626
|
-
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ =
|
|
73627
|
-
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
73628
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ =
|
|
73629
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
73630
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ =
|
|
73631
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/
|
|
73632
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ =
|
|
73633
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/
|
|
73634
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ =
|
|
73635
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/
|
|
73636
|
-
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ =
|
|
73637
|
-
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/
|
|
73638
|
-
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ =
|
|
73639
|
-
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/
|
|
73640
|
-
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ =
|
|
73641
|
-
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/
|
|
73642
|
-
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ =
|
|
73643
|
-
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/
|
|
73644
|
-
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ =
|
|
73645
|
-
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/
|
|
73646
|
-
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ =
|
|
73647
|
-
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/
|
|
73648
|
-
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ =
|
|
73649
|
-
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/
|
|
73650
|
-
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ =
|
|
73651
|
-
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/
|
|
73652
|
-
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ =
|
|
73653
|
-
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/
|
|
73654
|
-
/* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ =
|
|
73655
|
-
/* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/
|
|
73656
|
-
/* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ =
|
|
73657
|
-
/* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/
|
|
73658
|
-
/* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ =
|
|
73659
|
-
/* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/
|
|
73660
|
-
/* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ =
|
|
73661
|
-
/* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/
|
|
73628
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3030607__(5459);
|
|
73629
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
73630
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3030607__(4198);
|
|
73631
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
|
|
73632
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3030607__(3907);
|
|
73633
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
|
|
73634
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3030607__(714);
|
|
73635
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
|
|
73636
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3030607__(7351);
|
|
73637
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
|
|
73638
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3030607__(7196);
|
|
73639
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
|
|
73640
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3030607__(4240);
|
|
73641
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
|
|
73642
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3030607__(1610);
|
|
73643
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
|
|
73644
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3030607__(1062);
|
|
73645
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
|
|
73646
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3030607__(5868);
|
|
73647
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
|
|
73648
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3030607__(4720);
|
|
73649
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
|
|
73650
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3030607__(7995);
|
|
73651
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
|
|
73652
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3030607__(4545);
|
|
73653
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
|
|
73654
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3030607__(2497);
|
|
73655
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
|
|
73656
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3030607__(5725);
|
|
73657
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
|
|
73658
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3030607__(4993);
|
|
73659
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
|
|
73660
|
+
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3030607__(7762);
|
|
73661
|
+
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
|
|
73662
|
+
/* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3030607__(3601);
|
|
73663
|
+
/* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
|
|
73664
|
+
/* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_3030607__(2853);
|
|
73665
|
+
/* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
|
|
73666
|
+
/* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __nested_webpack_require_3030607__(1898);
|
|
73667
|
+
/* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
|
|
73668
|
+
/* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __nested_webpack_require_3030607__(7323);
|
|
73669
|
+
/* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
|
|
73662
73670
|
|
|
73663
73671
|
|
|
73664
73672
|
|
|
@@ -73682,5 +73690,7 @@ var __webpack_exports__ = {};
|
|
|
73682
73690
|
|
|
73683
73691
|
})();
|
|
73684
73692
|
|
|
73693
|
+
/******/ })()
|
|
73694
|
+
;
|
|
73685
73695
|
/******/ })()
|
|
73686
73696
|
;
|
|
@@ -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
|
}
|
|
@@ -73557,7 +73565,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73557
73565
|
/******/ var __webpack_module_cache__ = {};
|
|
73558
73566
|
/******/
|
|
73559
73567
|
/******/ // The require function
|
|
73560
|
-
/******/ function
|
|
73568
|
+
/******/ function __nested_webpack_require_3030607__(moduleId) {
|
|
73561
73569
|
/******/ // Check if module is in cache
|
|
73562
73570
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
73563
73571
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -73571,7 +73579,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73571
73579
|
/******/ };
|
|
73572
73580
|
/******/
|
|
73573
73581
|
/******/ // Execute the module function
|
|
73574
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
73582
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3030607__);
|
|
73575
73583
|
/******/
|
|
73576
73584
|
/******/ // Return the exports of the module
|
|
73577
73585
|
/******/ return module.exports;
|
|
@@ -73580,17 +73588,17 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73580
73588
|
/************************************************************************/
|
|
73581
73589
|
/******/ /* webpack/runtime/amd options */
|
|
73582
73590
|
/******/ (() => {
|
|
73583
|
-
/******/
|
|
73591
|
+
/******/ __nested_webpack_require_3030607__.amdO = {};
|
|
73584
73592
|
/******/ })();
|
|
73585
73593
|
/******/
|
|
73586
73594
|
/******/ /* webpack/runtime/compat get default export */
|
|
73587
73595
|
/******/ (() => {
|
|
73588
73596
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
73589
|
-
/******/
|
|
73597
|
+
/******/ __nested_webpack_require_3030607__.n = (module) => {
|
|
73590
73598
|
/******/ var getter = module && module.__esModule ?
|
|
73591
73599
|
/******/ () => (module['default']) :
|
|
73592
73600
|
/******/ () => (module);
|
|
73593
|
-
/******/
|
|
73601
|
+
/******/ __nested_webpack_require_3030607__.d(getter, { a: getter });
|
|
73594
73602
|
/******/ return getter;
|
|
73595
73603
|
/******/ };
|
|
73596
73604
|
/******/ })();
|
|
@@ -73598,9 +73606,9 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73598
73606
|
/******/ /* webpack/runtime/define property getters */
|
|
73599
73607
|
/******/ (() => {
|
|
73600
73608
|
/******/ // define getter functions for harmony exports
|
|
73601
|
-
/******/
|
|
73609
|
+
/******/ __nested_webpack_require_3030607__.d = (exports, definition) => {
|
|
73602
73610
|
/******/ for(var key in definition) {
|
|
73603
|
-
/******/ if(
|
|
73611
|
+
/******/ if(__nested_webpack_require_3030607__.o(definition, key) && !__nested_webpack_require_3030607__.o(exports, key)) {
|
|
73604
73612
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
73605
73613
|
/******/ }
|
|
73606
73614
|
/******/ }
|
|
@@ -73609,7 +73617,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73609
73617
|
/******/
|
|
73610
73618
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
73611
73619
|
/******/ (() => {
|
|
73612
|
-
/******/
|
|
73620
|
+
/******/ __nested_webpack_require_3030607__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
73613
73621
|
/******/ })();
|
|
73614
73622
|
/******/
|
|
73615
73623
|
/************************************************************************/
|
|
@@ -73617,48 +73625,48 @@ var __webpack_exports__ = {};
|
|
|
73617
73625
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
73618
73626
|
(() => {
|
|
73619
73627
|
"use strict";
|
|
73620
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
73621
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
73622
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ =
|
|
73623
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
73624
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ =
|
|
73625
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
73626
|
-
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ =
|
|
73627
|
-
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
73628
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ =
|
|
73629
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
73630
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ =
|
|
73631
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/
|
|
73632
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ =
|
|
73633
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/
|
|
73634
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ =
|
|
73635
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/
|
|
73636
|
-
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ =
|
|
73637
|
-
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/
|
|
73638
|
-
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ =
|
|
73639
|
-
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/
|
|
73640
|
-
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ =
|
|
73641
|
-
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/
|
|
73642
|
-
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ =
|
|
73643
|
-
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/
|
|
73644
|
-
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ =
|
|
73645
|
-
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/
|
|
73646
|
-
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ =
|
|
73647
|
-
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/
|
|
73648
|
-
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ =
|
|
73649
|
-
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/
|
|
73650
|
-
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ =
|
|
73651
|
-
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/
|
|
73652
|
-
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ =
|
|
73653
|
-
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/
|
|
73654
|
-
/* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ =
|
|
73655
|
-
/* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/
|
|
73656
|
-
/* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ =
|
|
73657
|
-
/* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/
|
|
73658
|
-
/* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ =
|
|
73659
|
-
/* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/
|
|
73660
|
-
/* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ =
|
|
73661
|
-
/* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/
|
|
73628
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3030607__(5459);
|
|
73629
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
73630
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3030607__(4198);
|
|
73631
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
|
|
73632
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3030607__(3907);
|
|
73633
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
|
|
73634
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3030607__(714);
|
|
73635
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
|
|
73636
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3030607__(7351);
|
|
73637
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
|
|
73638
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3030607__(7196);
|
|
73639
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
|
|
73640
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3030607__(4240);
|
|
73641
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
|
|
73642
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3030607__(1610);
|
|
73643
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
|
|
73644
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3030607__(1062);
|
|
73645
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
|
|
73646
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3030607__(5868);
|
|
73647
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
|
|
73648
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3030607__(4720);
|
|
73649
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
|
|
73650
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3030607__(7995);
|
|
73651
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
|
|
73652
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3030607__(4545);
|
|
73653
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
|
|
73654
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3030607__(2497);
|
|
73655
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
|
|
73656
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3030607__(5725);
|
|
73657
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
|
|
73658
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3030607__(4993);
|
|
73659
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
|
|
73660
|
+
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3030607__(7762);
|
|
73661
|
+
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
|
|
73662
|
+
/* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3030607__(3601);
|
|
73663
|
+
/* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
|
|
73664
|
+
/* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_3030607__(2853);
|
|
73665
|
+
/* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
|
|
73666
|
+
/* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __nested_webpack_require_3030607__(1898);
|
|
73667
|
+
/* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
|
|
73668
|
+
/* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __nested_webpack_require_3030607__(7323);
|
|
73669
|
+
/* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
|
|
73662
73670
|
|
|
73663
73671
|
|
|
73664
73672
|
|
|
@@ -73682,5 +73690,7 @@ var __webpack_exports__ = {};
|
|
|
73682
73690
|
|
|
73683
73691
|
})();
|
|
73684
73692
|
|
|
73693
|
+
/******/ })()
|
|
73694
|
+
;
|
|
73685
73695
|
/******/ })()
|
|
73686
73696
|
;
|
|
@@ -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
|
}
|
|
@@ -12968,7 +12976,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12968
12976
|
/******/ var __webpack_module_cache__ = {};
|
|
12969
12977
|
/******/
|
|
12970
12978
|
/******/ // The require function
|
|
12971
|
-
/******/ function
|
|
12979
|
+
/******/ function __nested_webpack_require_416214__(moduleId) {
|
|
12972
12980
|
/******/ // Check if module is in cache
|
|
12973
12981
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
12974
12982
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -12982,7 +12990,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12982
12990
|
/******/ };
|
|
12983
12991
|
/******/
|
|
12984
12992
|
/******/ // Execute the module function
|
|
12985
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
12993
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_416214__);
|
|
12986
12994
|
/******/
|
|
12987
12995
|
/******/ // Return the exports of the module
|
|
12988
12996
|
/******/ return module.exports;
|
|
@@ -12991,17 +12999,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12991
12999
|
/************************************************************************/
|
|
12992
13000
|
/******/ /* webpack/runtime/amd options */
|
|
12993
13001
|
/******/ (() => {
|
|
12994
|
-
/******/
|
|
13002
|
+
/******/ __nested_webpack_require_416214__.amdO = {};
|
|
12995
13003
|
/******/ })();
|
|
12996
13004
|
/******/
|
|
12997
13005
|
/******/ /* webpack/runtime/compat get default export */
|
|
12998
13006
|
/******/ (() => {
|
|
12999
13007
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
13000
|
-
/******/
|
|
13008
|
+
/******/ __nested_webpack_require_416214__.n = (module) => {
|
|
13001
13009
|
/******/ var getter = module && module.__esModule ?
|
|
13002
13010
|
/******/ () => (module['default']) :
|
|
13003
13011
|
/******/ () => (module);
|
|
13004
|
-
/******/
|
|
13012
|
+
/******/ __nested_webpack_require_416214__.d(getter, { a: getter });
|
|
13005
13013
|
/******/ return getter;
|
|
13006
13014
|
/******/ };
|
|
13007
13015
|
/******/ })();
|
|
@@ -13009,9 +13017,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13009
13017
|
/******/ /* webpack/runtime/define property getters */
|
|
13010
13018
|
/******/ (() => {
|
|
13011
13019
|
/******/ // define getter functions for harmony exports
|
|
13012
|
-
/******/
|
|
13020
|
+
/******/ __nested_webpack_require_416214__.d = (exports, definition) => {
|
|
13013
13021
|
/******/ for(var key in definition) {
|
|
13014
|
-
/******/ if(
|
|
13022
|
+
/******/ if(__nested_webpack_require_416214__.o(definition, key) && !__nested_webpack_require_416214__.o(exports, key)) {
|
|
13015
13023
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
13016
13024
|
/******/ }
|
|
13017
13025
|
/******/ }
|
|
@@ -13020,7 +13028,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13020
13028
|
/******/
|
|
13021
13029
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
13022
13030
|
/******/ (() => {
|
|
13023
|
-
/******/
|
|
13031
|
+
/******/ __nested_webpack_require_416214__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
13024
13032
|
/******/ })();
|
|
13025
13033
|
/******/
|
|
13026
13034
|
/************************************************************************/
|
|
@@ -13028,16 +13036,18 @@ var __webpack_exports__ = {};
|
|
|
13028
13036
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
13029
13037
|
(() => {
|
|
13030
13038
|
"use strict";
|
|
13031
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
13032
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
13033
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
13034
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
13035
|
-
/* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2__ =
|
|
13036
|
-
/* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
13039
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_416214__(5459);
|
|
13040
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_416214__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
13041
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_416214__(7351);
|
|
13042
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_416214__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
13043
|
+
/* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_416214__(5687);
|
|
13044
|
+
/* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_416214__.n(_jqxpopover__WEBPACK_IMPORTED_MODULE_2__);
|
|
13037
13045
|
|
|
13038
13046
|
|
|
13039
13047
|
|
|
13040
13048
|
})();
|
|
13041
13049
|
|
|
13050
|
+
/******/ })()
|
|
13051
|
+
;
|
|
13042
13052
|
/******/ })()
|
|
13043
13053
|
;
|
|
@@ -4,11 +4,19 @@ 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
|
|
|
10
18
|
/***/ 5459:
|
|
11
|
-
/***/ ((module, exports,
|
|
19
|
+
/***/ ((module, exports, __nested_webpack_require_227__) => {
|
|
12
20
|
|
|
13
21
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
14
22
|
/* eslint-disable */
|
|
@@ -8188,7 +8196,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
8188
8196
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
8189
8197
|
// Do this after creating the global so that if an AMD module wants to call
|
|
8190
8198
|
// noConflict to hide this version of JQXLite, it will work.
|
|
8191
|
-
if (
|
|
8199
|
+
if ( true && __nested_webpack_require_227__.amdO.JQXLite) {
|
|
8192
8200
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
8193
8201
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
8194
8202
|
}
|
|
@@ -11977,7 +11985,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
11977
11985
|
/******/ var __webpack_module_cache__ = {};
|
|
11978
11986
|
/******/
|
|
11979
11987
|
/******/ // The require function
|
|
11980
|
-
/******/ function
|
|
11988
|
+
/******/ function __nested_webpack_require_371080__(moduleId) {
|
|
11981
11989
|
/******/ // Check if module is in cache
|
|
11982
11990
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
11983
11991
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -11991,7 +11999,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
11991
11999
|
/******/ };
|
|
11992
12000
|
/******/
|
|
11993
12001
|
/******/ // Execute the module function
|
|
11994
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
12002
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_371080__);
|
|
11995
12003
|
/******/
|
|
11996
12004
|
/******/ // Return the exports of the module
|
|
11997
12005
|
/******/ return module.exports;
|
|
@@ -12000,17 +12008,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12000
12008
|
/************************************************************************/
|
|
12001
12009
|
/******/ /* webpack/runtime/amd options */
|
|
12002
12010
|
/******/ (() => {
|
|
12003
|
-
/******/
|
|
12011
|
+
/******/ __nested_webpack_require_371080__.amdO = {};
|
|
12004
12012
|
/******/ })();
|
|
12005
12013
|
/******/
|
|
12006
12014
|
/******/ /* webpack/runtime/compat get default export */
|
|
12007
12015
|
/******/ (() => {
|
|
12008
12016
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
12009
|
-
/******/
|
|
12017
|
+
/******/ __nested_webpack_require_371080__.n = (module) => {
|
|
12010
12018
|
/******/ var getter = module && module.__esModule ?
|
|
12011
12019
|
/******/ () => (module['default']) :
|
|
12012
12020
|
/******/ () => (module);
|
|
12013
|
-
/******/
|
|
12021
|
+
/******/ __nested_webpack_require_371080__.d(getter, { a: getter });
|
|
12014
12022
|
/******/ return getter;
|
|
12015
12023
|
/******/ };
|
|
12016
12024
|
/******/ })();
|
|
@@ -12018,9 +12026,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12018
12026
|
/******/ /* webpack/runtime/define property getters */
|
|
12019
12027
|
/******/ (() => {
|
|
12020
12028
|
/******/ // define getter functions for harmony exports
|
|
12021
|
-
/******/
|
|
12029
|
+
/******/ __nested_webpack_require_371080__.d = (exports, definition) => {
|
|
12022
12030
|
/******/ for(var key in definition) {
|
|
12023
|
-
/******/ if(
|
|
12031
|
+
/******/ if(__nested_webpack_require_371080__.o(definition, key) && !__nested_webpack_require_371080__.o(exports, key)) {
|
|
12024
12032
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
12025
12033
|
/******/ }
|
|
12026
12034
|
/******/ }
|
|
@@ -12029,7 +12037,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12029
12037
|
/******/
|
|
12030
12038
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
12031
12039
|
/******/ (() => {
|
|
12032
|
-
/******/
|
|
12040
|
+
/******/ __nested_webpack_require_371080__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
12033
12041
|
/******/ })();
|
|
12034
12042
|
/******/
|
|
12035
12043
|
/************************************************************************/
|
|
@@ -12037,13 +12045,15 @@ var __webpack_exports__ = {};
|
|
|
12037
12045
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
12038
12046
|
(() => {
|
|
12039
12047
|
"use strict";
|
|
12040
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
12041
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
12042
|
-
/* harmony import */ var _jqxprogressbar__WEBPACK_IMPORTED_MODULE_1__ =
|
|
12043
|
-
/* harmony import */ var _jqxprogressbar__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
12048
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_371080__(5459);
|
|
12049
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_371080__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
12050
|
+
/* harmony import */ var _jqxprogressbar__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_371080__(2914);
|
|
12051
|
+
/* harmony import */ var _jqxprogressbar__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_371080__.n(_jqxprogressbar__WEBPACK_IMPORTED_MODULE_1__);
|
|
12044
12052
|
|
|
12045
12053
|
|
|
12046
12054
|
})();
|
|
12047
12055
|
|
|
12056
|
+
/******/ })()
|
|
12057
|
+
;
|
|
12048
12058
|
/******/ })()
|
|
12049
12059
|
;
|