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
|
}
|
|
@@ -73557,7 +73573,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73557
73573
|
/******/ var __webpack_module_cache__ = {};
|
|
73558
73574
|
/******/
|
|
73559
73575
|
/******/ // The require function
|
|
73560
|
-
/******/ function
|
|
73576
|
+
/******/ function __nested_webpack_require_3030607__(moduleId) {
|
|
73561
73577
|
/******/ // Check if module is in cache
|
|
73562
73578
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
73563
73579
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -73571,7 +73587,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73571
73587
|
/******/ };
|
|
73572
73588
|
/******/
|
|
73573
73589
|
/******/ // Execute the module function
|
|
73574
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
73590
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3030607__);
|
|
73575
73591
|
/******/
|
|
73576
73592
|
/******/ // Return the exports of the module
|
|
73577
73593
|
/******/ return module.exports;
|
|
@@ -73580,17 +73596,17 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73580
73596
|
/************************************************************************/
|
|
73581
73597
|
/******/ /* webpack/runtime/amd options */
|
|
73582
73598
|
/******/ (() => {
|
|
73583
|
-
/******/
|
|
73599
|
+
/******/ __nested_webpack_require_3030607__.amdO = {};
|
|
73584
73600
|
/******/ })();
|
|
73585
73601
|
/******/
|
|
73586
73602
|
/******/ /* webpack/runtime/compat get default export */
|
|
73587
73603
|
/******/ (() => {
|
|
73588
73604
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
73589
|
-
/******/
|
|
73605
|
+
/******/ __nested_webpack_require_3030607__.n = (module) => {
|
|
73590
73606
|
/******/ var getter = module && module.__esModule ?
|
|
73591
73607
|
/******/ () => (module['default']) :
|
|
73592
73608
|
/******/ () => (module);
|
|
73593
|
-
/******/
|
|
73609
|
+
/******/ __nested_webpack_require_3030607__.d(getter, { a: getter });
|
|
73594
73610
|
/******/ return getter;
|
|
73595
73611
|
/******/ };
|
|
73596
73612
|
/******/ })();
|
|
@@ -73598,9 +73614,9 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73598
73614
|
/******/ /* webpack/runtime/define property getters */
|
|
73599
73615
|
/******/ (() => {
|
|
73600
73616
|
/******/ // define getter functions for harmony exports
|
|
73601
|
-
/******/
|
|
73617
|
+
/******/ __nested_webpack_require_3030607__.d = (exports, definition) => {
|
|
73602
73618
|
/******/ for(var key in definition) {
|
|
73603
|
-
/******/ if(
|
|
73619
|
+
/******/ if(__nested_webpack_require_3030607__.o(definition, key) && !__nested_webpack_require_3030607__.o(exports, key)) {
|
|
73604
73620
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
73605
73621
|
/******/ }
|
|
73606
73622
|
/******/ }
|
|
@@ -73609,7 +73625,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73609
73625
|
/******/
|
|
73610
73626
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
73611
73627
|
/******/ (() => {
|
|
73612
|
-
/******/
|
|
73628
|
+
/******/ __nested_webpack_require_3030607__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
73613
73629
|
/******/ })();
|
|
73614
73630
|
/******/
|
|
73615
73631
|
/************************************************************************/
|
|
@@ -73617,48 +73633,48 @@ var __webpack_exports__ = {};
|
|
|
73617
73633
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
73618
73634
|
(() => {
|
|
73619
73635
|
"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__*/
|
|
73636
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3030607__(5459);
|
|
73637
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
73638
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3030607__(4198);
|
|
73639
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
|
|
73640
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3030607__(3907);
|
|
73641
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
|
|
73642
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3030607__(714);
|
|
73643
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
|
|
73644
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3030607__(7351);
|
|
73645
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
|
|
73646
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3030607__(7196);
|
|
73647
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
|
|
73648
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3030607__(4240);
|
|
73649
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
|
|
73650
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3030607__(1610);
|
|
73651
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
|
|
73652
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3030607__(1062);
|
|
73653
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
|
|
73654
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3030607__(5868);
|
|
73655
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
|
|
73656
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3030607__(4720);
|
|
73657
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
|
|
73658
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3030607__(7995);
|
|
73659
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
|
|
73660
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3030607__(4545);
|
|
73661
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
|
|
73662
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3030607__(2497);
|
|
73663
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
|
|
73664
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3030607__(5725);
|
|
73665
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
|
|
73666
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3030607__(4993);
|
|
73667
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
|
|
73668
|
+
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3030607__(7762);
|
|
73669
|
+
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
|
|
73670
|
+
/* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3030607__(3601);
|
|
73671
|
+
/* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
|
|
73672
|
+
/* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_3030607__(2853);
|
|
73673
|
+
/* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
|
|
73674
|
+
/* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __nested_webpack_require_3030607__(1898);
|
|
73675
|
+
/* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
|
|
73676
|
+
/* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __nested_webpack_require_3030607__(7323);
|
|
73677
|
+
/* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
|
|
73662
73678
|
|
|
73663
73679
|
|
|
73664
73680
|
|
|
@@ -73682,5 +73698,9 @@ var __webpack_exports__ = {};
|
|
|
73682
73698
|
|
|
73683
73699
|
})();
|
|
73684
73700
|
|
|
73701
|
+
/******/ })()
|
|
73702
|
+
;
|
|
73703
|
+
/******/ })()
|
|
73704
|
+
;
|
|
73685
73705
|
/******/ })()
|
|
73686
73706
|
;
|
|
@@ -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
|
}
|
|
@@ -73557,7 +73573,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73557
73573
|
/******/ var __webpack_module_cache__ = {};
|
|
73558
73574
|
/******/
|
|
73559
73575
|
/******/ // The require function
|
|
73560
|
-
/******/ function
|
|
73576
|
+
/******/ function __nested_webpack_require_3030607__(moduleId) {
|
|
73561
73577
|
/******/ // Check if module is in cache
|
|
73562
73578
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
73563
73579
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -73571,7 +73587,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73571
73587
|
/******/ };
|
|
73572
73588
|
/******/
|
|
73573
73589
|
/******/ // Execute the module function
|
|
73574
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
73590
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_3030607__);
|
|
73575
73591
|
/******/
|
|
73576
73592
|
/******/ // Return the exports of the module
|
|
73577
73593
|
/******/ return module.exports;
|
|
@@ -73580,17 +73596,17 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73580
73596
|
/************************************************************************/
|
|
73581
73597
|
/******/ /* webpack/runtime/amd options */
|
|
73582
73598
|
/******/ (() => {
|
|
73583
|
-
/******/
|
|
73599
|
+
/******/ __nested_webpack_require_3030607__.amdO = {};
|
|
73584
73600
|
/******/ })();
|
|
73585
73601
|
/******/
|
|
73586
73602
|
/******/ /* webpack/runtime/compat get default export */
|
|
73587
73603
|
/******/ (() => {
|
|
73588
73604
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
73589
|
-
/******/
|
|
73605
|
+
/******/ __nested_webpack_require_3030607__.n = (module) => {
|
|
73590
73606
|
/******/ var getter = module && module.__esModule ?
|
|
73591
73607
|
/******/ () => (module['default']) :
|
|
73592
73608
|
/******/ () => (module);
|
|
73593
|
-
/******/
|
|
73609
|
+
/******/ __nested_webpack_require_3030607__.d(getter, { a: getter });
|
|
73594
73610
|
/******/ return getter;
|
|
73595
73611
|
/******/ };
|
|
73596
73612
|
/******/ })();
|
|
@@ -73598,9 +73614,9 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73598
73614
|
/******/ /* webpack/runtime/define property getters */
|
|
73599
73615
|
/******/ (() => {
|
|
73600
73616
|
/******/ // define getter functions for harmony exports
|
|
73601
|
-
/******/
|
|
73617
|
+
/******/ __nested_webpack_require_3030607__.d = (exports, definition) => {
|
|
73602
73618
|
/******/ for(var key in definition) {
|
|
73603
|
-
/******/ if(
|
|
73619
|
+
/******/ if(__nested_webpack_require_3030607__.o(definition, key) && !__nested_webpack_require_3030607__.o(exports, key)) {
|
|
73604
73620
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
73605
73621
|
/******/ }
|
|
73606
73622
|
/******/ }
|
|
@@ -73609,7 +73625,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73609
73625
|
/******/
|
|
73610
73626
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
73611
73627
|
/******/ (() => {
|
|
73612
|
-
/******/
|
|
73628
|
+
/******/ __nested_webpack_require_3030607__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
73613
73629
|
/******/ })();
|
|
73614
73630
|
/******/
|
|
73615
73631
|
/************************************************************************/
|
|
@@ -73617,48 +73633,48 @@ var __webpack_exports__ = {};
|
|
|
73617
73633
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
73618
73634
|
(() => {
|
|
73619
73635
|
"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__*/
|
|
73636
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_3030607__(5459);
|
|
73637
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
73638
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_3030607__(4198);
|
|
73639
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
|
|
73640
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_3030607__(3907);
|
|
73641
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
|
|
73642
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_3030607__(714);
|
|
73643
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
|
|
73644
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_3030607__(7351);
|
|
73645
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
|
|
73646
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_3030607__(7196);
|
|
73647
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
|
|
73648
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __nested_webpack_require_3030607__(4240);
|
|
73649
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
|
|
73650
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __nested_webpack_require_3030607__(1610);
|
|
73651
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
|
|
73652
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __nested_webpack_require_3030607__(1062);
|
|
73653
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
|
|
73654
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __nested_webpack_require_3030607__(5868);
|
|
73655
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
|
|
73656
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __nested_webpack_require_3030607__(4720);
|
|
73657
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
|
|
73658
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __nested_webpack_require_3030607__(7995);
|
|
73659
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
|
|
73660
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __nested_webpack_require_3030607__(4545);
|
|
73661
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
|
|
73662
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __nested_webpack_require_3030607__(2497);
|
|
73663
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
|
|
73664
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __nested_webpack_require_3030607__(5725);
|
|
73665
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
|
|
73666
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __nested_webpack_require_3030607__(4993);
|
|
73667
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
|
|
73668
|
+
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __nested_webpack_require_3030607__(7762);
|
|
73669
|
+
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
|
|
73670
|
+
/* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __nested_webpack_require_3030607__(3601);
|
|
73671
|
+
/* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
|
|
73672
|
+
/* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __nested_webpack_require_3030607__(2853);
|
|
73673
|
+
/* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
|
|
73674
|
+
/* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __nested_webpack_require_3030607__(1898);
|
|
73675
|
+
/* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
|
|
73676
|
+
/* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __nested_webpack_require_3030607__(7323);
|
|
73677
|
+
/* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__nested_webpack_require_3030607__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
|
|
73662
73678
|
|
|
73663
73679
|
|
|
73664
73680
|
|
|
@@ -73682,5 +73698,9 @@ var __webpack_exports__ = {};
|
|
|
73682
73698
|
|
|
73683
73699
|
})();
|
|
73684
73700
|
|
|
73701
|
+
/******/ })()
|
|
73702
|
+
;
|
|
73703
|
+
/******/ })()
|
|
73704
|
+
;
|
|
73685
73705
|
/******/ })()
|
|
73686
73706
|
;
|
|
@@ -4,6 +4,22 @@ Copyright (c) 2011-2024 jQWidgets.
|
|
|
4
4
|
License: https://jqwidgets.com/license/ */
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
/******/ (() => { // webpackBootstrap
|
|
8
|
+
var __webpack_exports__ = {};
|
|
9
|
+
|
|
10
|
+
/* Release Date: Sep-17-2024
|
|
11
|
+
Copyright (c) 2011-2024 jQWidgets.
|
|
12
|
+
License: https://jqwidgets.com/license/ */
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
/******/ (() => { // webpackBootstrap
|
|
16
|
+
var __webpack_exports__ = {};
|
|
17
|
+
|
|
18
|
+
/* Release Date: Sep-17-2024
|
|
19
|
+
Copyright (c) 2011-2024 jQWidgets.
|
|
20
|
+
License: https://jqwidgets.com/license/ */
|
|
21
|
+
|
|
22
|
+
|
|
7
23
|
/******/ (() => { // webpackBootstrap
|
|
8
24
|
/******/ var __webpack_modules__ = ({
|
|
9
25
|
|
|
@@ -1196,7 +1212,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
1196
1212
|
/***/ }),
|
|
1197
1213
|
|
|
1198
1214
|
/***/ 5459:
|
|
1199
|
-
/***/ ((module, exports,
|
|
1215
|
+
/***/ ((module, exports, __nested_webpack_require_52089__) => {
|
|
1200
1216
|
|
|
1201
1217
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1202
1218
|
/* eslint-disable */
|
|
@@ -9376,7 +9392,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
9376
9392
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
9377
9393
|
// Do this after creating the global so that if an AMD module wants to call
|
|
9378
9394
|
// noConflict to hide this version of JQXLite, it will work.
|
|
9379
|
-
if (
|
|
9395
|
+
if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
|
|
9380
9396
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
9381
9397
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
9382
9398
|
}
|
|
@@ -12968,7 +12984,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12968
12984
|
/******/ var __webpack_module_cache__ = {};
|
|
12969
12985
|
/******/
|
|
12970
12986
|
/******/ // The require function
|
|
12971
|
-
/******/ function
|
|
12987
|
+
/******/ function __nested_webpack_require_416214__(moduleId) {
|
|
12972
12988
|
/******/ // Check if module is in cache
|
|
12973
12989
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
12974
12990
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -12982,7 +12998,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12982
12998
|
/******/ };
|
|
12983
12999
|
/******/
|
|
12984
13000
|
/******/ // Execute the module function
|
|
12985
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
13001
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_416214__);
|
|
12986
13002
|
/******/
|
|
12987
13003
|
/******/ // Return the exports of the module
|
|
12988
13004
|
/******/ return module.exports;
|
|
@@ -12991,17 +13007,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12991
13007
|
/************************************************************************/
|
|
12992
13008
|
/******/ /* webpack/runtime/amd options */
|
|
12993
13009
|
/******/ (() => {
|
|
12994
|
-
/******/
|
|
13010
|
+
/******/ __nested_webpack_require_416214__.amdO = {};
|
|
12995
13011
|
/******/ })();
|
|
12996
13012
|
/******/
|
|
12997
13013
|
/******/ /* webpack/runtime/compat get default export */
|
|
12998
13014
|
/******/ (() => {
|
|
12999
13015
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
13000
|
-
/******/
|
|
13016
|
+
/******/ __nested_webpack_require_416214__.n = (module) => {
|
|
13001
13017
|
/******/ var getter = module && module.__esModule ?
|
|
13002
13018
|
/******/ () => (module['default']) :
|
|
13003
13019
|
/******/ () => (module);
|
|
13004
|
-
/******/
|
|
13020
|
+
/******/ __nested_webpack_require_416214__.d(getter, { a: getter });
|
|
13005
13021
|
/******/ return getter;
|
|
13006
13022
|
/******/ };
|
|
13007
13023
|
/******/ })();
|
|
@@ -13009,9 +13025,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13009
13025
|
/******/ /* webpack/runtime/define property getters */
|
|
13010
13026
|
/******/ (() => {
|
|
13011
13027
|
/******/ // define getter functions for harmony exports
|
|
13012
|
-
/******/
|
|
13028
|
+
/******/ __nested_webpack_require_416214__.d = (exports, definition) => {
|
|
13013
13029
|
/******/ for(var key in definition) {
|
|
13014
|
-
/******/ if(
|
|
13030
|
+
/******/ if(__nested_webpack_require_416214__.o(definition, key) && !__nested_webpack_require_416214__.o(exports, key)) {
|
|
13015
13031
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
13016
13032
|
/******/ }
|
|
13017
13033
|
/******/ }
|
|
@@ -13020,7 +13036,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13020
13036
|
/******/
|
|
13021
13037
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
13022
13038
|
/******/ (() => {
|
|
13023
|
-
/******/
|
|
13039
|
+
/******/ __nested_webpack_require_416214__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
13024
13040
|
/******/ })();
|
|
13025
13041
|
/******/
|
|
13026
13042
|
/************************************************************************/
|
|
@@ -13028,16 +13044,20 @@ var __webpack_exports__ = {};
|
|
|
13028
13044
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
13029
13045
|
(() => {
|
|
13030
13046
|
"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__*/
|
|
13047
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_416214__(5459);
|
|
13048
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_416214__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
13049
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_416214__(7351);
|
|
13050
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_416214__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
13051
|
+
/* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_416214__(5687);
|
|
13052
|
+
/* harmony import */ var _jqxpopover__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_416214__.n(_jqxpopover__WEBPACK_IMPORTED_MODULE_2__);
|
|
13037
13053
|
|
|
13038
13054
|
|
|
13039
13055
|
|
|
13040
13056
|
})();
|
|
13041
13057
|
|
|
13058
|
+
/******/ })()
|
|
13059
|
+
;
|
|
13060
|
+
/******/ })()
|
|
13061
|
+
;
|
|
13042
13062
|
/******/ })()
|
|
13043
13063
|
;
|