jqwidgets-ng 22.0.2 → 22.0.3
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 +2457 -58
- package/jqwidgets/jqxbarcode.js +0 -14
- package/jqwidgets/jqxcheckboxgroup.js +0 -14
- package/jqwidgets/jqxcore.js +1 -1
- package/jqwidgets/jqxexport.js +6 -3
- package/jqwidgets/jqxqrcode.js +0 -14
- package/jqwidgets/jqxradiobuttongroup.js +0 -14
- package/jqwidgets/jqxsplitlayout.js +2456 -1
- package/jqwidgets/modules/jqxbarcode.js +23 -59
- package/jqwidgets/modules/jqxbargauge.js +25 -61
- package/jqwidgets/modules/jqxbulletchart.js +27 -63
- package/jqwidgets/modules/jqxbuttongroup.js +25 -61
- package/jqwidgets/modules/jqxbuttons.js +23 -59
- package/jqwidgets/modules/jqxcalendar.js +29 -65
- package/jqwidgets/modules/jqxchart.js +37 -73
- package/jqwidgets/modules/jqxcheckbox.js +27 -63
- package/jqwidgets/modules/jqxcheckboxgroup.js +27 -63
- package/jqwidgets/modules/jqxcolorpicker.js +29 -65
- package/jqwidgets/modules/jqxcombobox.js +33 -69
- package/jqwidgets/modules/jqxcomplexinput.js +25 -61
- package/jqwidgets/modules/jqxdatatable.js +59 -92
- package/jqwidgets/modules/jqxdatetimeinput.js +47 -83
- package/jqwidgets/modules/jqxdocking.js +27 -63
- package/jqwidgets/modules/jqxdockinglayout.js +35 -71
- package/jqwidgets/modules/jqxdockpanel.js +25 -61
- package/jqwidgets/modules/jqxdragdrop.js +27 -63
- package/jqwidgets/modules/jqxdraw.js +23 -59
- package/jqwidgets/modules/jqxdropdownbutton.js +25 -61
- package/jqwidgets/modules/jqxdropdownlist.js +45 -81
- package/jqwidgets/modules/jqxeditor.js +57 -93
- package/jqwidgets/modules/jqxexpander.js +37 -70
- package/jqwidgets/modules/jqxfileupload.js +27 -63
- package/jqwidgets/modules/jqxform.js +61 -94
- package/jqwidgets/modules/jqxformattedinput.js +53 -86
- package/jqwidgets/modules/jqxgantt.js +25 -61
- package/jqwidgets/modules/jqxgauge.js +29 -65
- package/jqwidgets/modules/jqxgrid.js +98 -131
- package/jqwidgets/modules/jqxheatmap.js +25 -61
- package/jqwidgets/modules/jqxinput.js +27 -63
- package/jqwidgets/modules/jqxkanban.js +63 -96
- package/jqwidgets/modules/jqxknob.js +27 -63
- package/jqwidgets/modules/jqxlayout.js +35 -71
- package/jqwidgets/modules/jqxlineargauge.js +29 -65
- package/jqwidgets/modules/jqxlinkbutton.js +23 -59
- package/jqwidgets/modules/jqxlistbox.js +37 -73
- package/jqwidgets/modules/jqxlistmenu.js +59 -92
- package/jqwidgets/modules/jqxloader.js +23 -59
- package/jqwidgets/modules/jqxmaskedinput.js +23 -59
- package/jqwidgets/modules/jqxmenu.js +41 -74
- package/jqwidgets/modules/jqxnavbar.js +37 -70
- package/jqwidgets/modules/jqxnavigationbar.js +45 -78
- package/jqwidgets/modules/jqxnotification.js +31 -67
- package/jqwidgets/modules/jqxnumberinput.js +37 -73
- package/jqwidgets/modules/jqxpanel.js +29 -65
- package/jqwidgets/modules/jqxpasswordinput.js +31 -67
- package/jqwidgets/modules/jqxpivotdesigner.js +67 -100
- package/jqwidgets/modules/jqxpivotgrid.js +67 -100
- package/jqwidgets/modules/jqxpopover.js +25 -61
- package/jqwidgets/modules/jqxprogressbar.js +23 -59
- package/jqwidgets/modules/jqxqrcode.js +37 -70
- package/jqwidgets/modules/jqxradiobutongroup.js +27 -63
- package/jqwidgets/modules/jqxradiobutton.js +25 -61
- package/jqwidgets/modules/jqxrangeselector.js +27 -63
- package/jqwidgets/modules/jqxrating.js +25 -61
- package/jqwidgets/modules/jqxrepeatbutton.js +23 -59
- package/jqwidgets/modules/jqxresponsivepanel.js +25 -61
- package/jqwidgets/modules/jqxribbon.js +27 -63
- package/jqwidgets/modules/jqxscheduler.js +63 -99
- package/jqwidgets/modules/jqxscrollbar.js +25 -61
- package/jqwidgets/modules/jqxscrollview.js +25 -61
- package/jqwidgets/modules/jqxslider.js +25 -61
- package/jqwidgets/modules/jqxsortable.js +25 -61
- package/jqwidgets/modules/jqxsplitlayout.js +23 -59
- package/jqwidgets/modules/jqxsplitter.js +25 -61
- package/jqwidgets/modules/jqxswitchbutton.js +29 -65
- package/jqwidgets/modules/jqxtabs.js +43 -76
- package/jqwidgets/modules/jqxtagcloud.js +31 -67
- package/jqwidgets/modules/jqxtextarea.js +31 -67
- package/jqwidgets/modules/jqxtimeline.js +23 -59
- package/jqwidgets/modules/jqxtimepicker.js +25 -61
- package/jqwidgets/modules/jqxtogglebutton.js +23 -59
- package/jqwidgets/modules/jqxtoolbar.js +61 -94
- package/jqwidgets/modules/jqxtooltip.js +23 -59
- package/jqwidgets/modules/jqxtree.js +35 -71
- package/jqwidgets/modules/jqxtreegrid.js +61 -94
- package/jqwidgets/modules/jqxtreemap.js +27 -63
- package/jqwidgets/modules/jqxvalidator.js +29 -65
- package/jqwidgets/modules/jqxwindow.js +25 -61
- package/package.json +1 -1
|
@@ -1,22 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
/* Release Date:
|
|
3
|
-
Copyright (c) 2011-
|
|
4
|
-
License: https://jqwidgets.com/license/ */
|
|
5
|
-
|
|
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.
|
|
2
|
+
/* Release Date: Jan-28-2025
|
|
3
|
+
Copyright (c) 2011-2025 jQWidgets.
|
|
20
4
|
License: https://jqwidgets.com/license/ */
|
|
21
5
|
|
|
22
6
|
|
|
@@ -1848,15 +1832,15 @@ License: https://jqwidgets.com/license/ */
|
|
|
1848
1832
|
/***/ }),
|
|
1849
1833
|
|
|
1850
1834
|
/***/ 5459:
|
|
1851
|
-
/***/ ((module, exports,
|
|
1835
|
+
/***/ ((module, exports, __webpack_require__) => {
|
|
1852
1836
|
|
|
1853
1837
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1854
1838
|
/* eslint-disable */
|
|
1855
|
-
(function
|
|
1856
|
-
if (typeof document === 'undefined') {
|
|
1839
|
+
(function(){
|
|
1840
|
+
if (typeof document === 'undefined') {
|
|
1857
1841
|
return;
|
|
1858
1842
|
}
|
|
1859
|
-
|
|
1843
|
+
|
|
1860
1844
|
var oldBrowser = document.all && !document.addEventListener;
|
|
1861
1845
|
if (!oldBrowser) {
|
|
1862
1846
|
(function (window, undefined) {
|
|
@@ -10028,7 +10012,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
10028
10012
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
10029
10013
|
// Do this after creating the global so that if an AMD module wants to call
|
|
10030
10014
|
// noConflict to hide this version of JQXLite, it will work.
|
|
10031
|
-
if (
|
|
10015
|
+
if ( true && __webpack_require__.amdO.JQXLite) {
|
|
10032
10016
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
10033
10017
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
10034
10018
|
}
|
|
@@ -10049,19 +10033,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
10049
10033
|
}
|
|
10050
10034
|
|
|
10051
10035
|
if (window.jQuery) {
|
|
10052
|
-
if (window.jQuery.fn.extend) {
|
|
10053
|
-
window.jQuery.fn.stop = window.JQXLite.fn.stop;
|
|
10054
|
-
window.jQuery.fn.animate = window.JQXLite.fn.animate;
|
|
10055
|
-
|
|
10056
|
-
var keys = Object.keys(window.JQXLite.fn);
|
|
10057
|
-
for (var index in keys) {
|
|
10058
|
-
var key = keys[index];
|
|
10059
|
-
if (window.jQuery.fn[key] == undefined) {
|
|
10060
|
-
window.jQuery.fn[key] = window.JQXLite.fn[key];
|
|
10061
|
-
}
|
|
10062
|
-
}
|
|
10063
|
-
}
|
|
10064
|
-
|
|
10065
10036
|
window.minQuery = window.JQXLite = window.jQuery;
|
|
10066
10037
|
return;
|
|
10067
10038
|
}
|
|
@@ -11683,7 +11654,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
11683
11654
|
if (!$(element).on || !$.access) {
|
|
11684
11655
|
return $(element).html(value);
|
|
11685
11656
|
}
|
|
11686
|
-
try {
|
|
11657
|
+
try {
|
|
11687
11658
|
return $.access(element, function (value) {
|
|
11688
11659
|
var elem = element[0] || {},
|
|
11689
11660
|
i = 0,
|
|
@@ -12176,12 +12147,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12176
12147
|
returnValue = returnValue + $(window).scrollTop();
|
|
12177
12148
|
}
|
|
12178
12149
|
if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
|
|
12179
|
-
|
|
12180
|
-
|
|
12150
|
+
return returnValue;
|
|
12151
|
+
// return returnValue + $(window).scrollTop();
|
|
12181
12152
|
}
|
|
12182
12153
|
if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
|
|
12183
12154
|
return returnValue;
|
|
12184
|
-
|
|
12155
|
+
// return returnValue + $(window).scrollTop();
|
|
12185
12156
|
}
|
|
12186
12157
|
|
|
12187
12158
|
return initialOffset.top;
|
|
@@ -12877,9 +12848,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12877
12848
|
}
|
|
12878
12849
|
});
|
|
12879
12850
|
|
|
12880
|
-
if (!$.easing) {
|
|
12881
|
-
$.easing = {};
|
|
12882
|
-
}
|
|
12883
12851
|
$.extend($.easing, {
|
|
12884
12852
|
easeOutBack: function (x, t, b, c, d, s) {
|
|
12885
12853
|
if (s == undefined) s = 1.70158;
|
|
@@ -16550,7 +16518,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16550
16518
|
/******/ var __webpack_module_cache__ = {};
|
|
16551
16519
|
/******/
|
|
16552
16520
|
/******/ // The require function
|
|
16553
|
-
/******/ function
|
|
16521
|
+
/******/ function __webpack_require__(moduleId) {
|
|
16554
16522
|
/******/ // Check if module is in cache
|
|
16555
16523
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
16556
16524
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -16564,7 +16532,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16564
16532
|
/******/ };
|
|
16565
16533
|
/******/
|
|
16566
16534
|
/******/ // Execute the module function
|
|
16567
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
16535
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
16568
16536
|
/******/
|
|
16569
16537
|
/******/ // Return the exports of the module
|
|
16570
16538
|
/******/ return module.exports;
|
|
@@ -16573,17 +16541,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16573
16541
|
/************************************************************************/
|
|
16574
16542
|
/******/ /* webpack/runtime/amd options */
|
|
16575
16543
|
/******/ (() => {
|
|
16576
|
-
/******/
|
|
16544
|
+
/******/ __webpack_require__.amdO = {};
|
|
16577
16545
|
/******/ })();
|
|
16578
16546
|
/******/
|
|
16579
16547
|
/******/ /* webpack/runtime/compat get default export */
|
|
16580
16548
|
/******/ (() => {
|
|
16581
16549
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
16582
|
-
/******/
|
|
16550
|
+
/******/ __webpack_require__.n = (module) => {
|
|
16583
16551
|
/******/ var getter = module && module.__esModule ?
|
|
16584
16552
|
/******/ () => (module['default']) :
|
|
16585
16553
|
/******/ () => (module);
|
|
16586
|
-
/******/
|
|
16554
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
16587
16555
|
/******/ return getter;
|
|
16588
16556
|
/******/ };
|
|
16589
16557
|
/******/ })();
|
|
@@ -16591,9 +16559,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16591
16559
|
/******/ /* webpack/runtime/define property getters */
|
|
16592
16560
|
/******/ (() => {
|
|
16593
16561
|
/******/ // define getter functions for harmony exports
|
|
16594
|
-
/******/
|
|
16562
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
16595
16563
|
/******/ for(var key in definition) {
|
|
16596
|
-
/******/ if(
|
|
16564
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
16597
16565
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
16598
16566
|
/******/ }
|
|
16599
16567
|
/******/ }
|
|
@@ -16602,7 +16570,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16602
16570
|
/******/
|
|
16603
16571
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
16604
16572
|
/******/ (() => {
|
|
16605
|
-
/******/
|
|
16573
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
16606
16574
|
/******/ })();
|
|
16607
16575
|
/******/
|
|
16608
16576
|
/************************************************************************/
|
|
@@ -16610,18 +16578,18 @@ var __webpack_exports__ = {};
|
|
|
16610
16578
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
16611
16579
|
(() => {
|
|
16612
16580
|
"use strict";
|
|
16613
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
16614
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
16615
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
16616
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
16617
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ =
|
|
16618
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
16619
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ =
|
|
16620
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
16621
|
-
/* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_4__ =
|
|
16622
|
-
/* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
16623
|
-
/* harmony import */ var _jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5__ =
|
|
16624
|
-
/* harmony import */ var _jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/
|
|
16581
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
16582
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
16583
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
|
|
16584
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
16585
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
|
|
16586
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
|
|
16587
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
|
|
16588
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
|
|
16589
|
+
/* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(3899);
|
|
16590
|
+
/* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_4__);
|
|
16591
|
+
/* harmony import */ var _jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8141);
|
|
16592
|
+
/* harmony import */ var _jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5__);
|
|
16625
16593
|
|
|
16626
16594
|
|
|
16627
16595
|
|
|
@@ -16630,9 +16598,5 @@ var __webpack_exports__ = {};
|
|
|
16630
16598
|
|
|
16631
16599
|
})();
|
|
16632
16600
|
|
|
16633
|
-
/******/ })()
|
|
16634
|
-
;
|
|
16635
|
-
/******/ })()
|
|
16636
|
-
;
|
|
16637
16601
|
/******/ })()
|
|
16638
16602
|
;
|
|
@@ -1,22 +1,6 @@
|
|
|
1
1
|
|
|
2
|
-
/* Release Date:
|
|
3
|
-
Copyright (c) 2011-
|
|
4
|
-
License: https://jqwidgets.com/license/ */
|
|
5
|
-
|
|
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.
|
|
2
|
+
/* Release Date: Jan-28-2025
|
|
3
|
+
Copyright (c) 2011-2025 jQWidgets.
|
|
20
4
|
License: https://jqwidgets.com/license/ */
|
|
21
5
|
|
|
22
6
|
|
|
@@ -11452,15 +11436,15 @@ document.Globalize = Globalize;
|
|
|
11452
11436
|
/***/ }),
|
|
11453
11437
|
|
|
11454
11438
|
/***/ 5459:
|
|
11455
|
-
/***/ ((module, exports,
|
|
11439
|
+
/***/ ((module, exports, __webpack_require__) => {
|
|
11456
11440
|
|
|
11457
11441
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
11458
11442
|
/* eslint-disable */
|
|
11459
|
-
(function
|
|
11460
|
-
if (typeof document === 'undefined') {
|
|
11443
|
+
(function(){
|
|
11444
|
+
if (typeof document === 'undefined') {
|
|
11461
11445
|
return;
|
|
11462
11446
|
}
|
|
11463
|
-
|
|
11447
|
+
|
|
11464
11448
|
var oldBrowser = document.all && !document.addEventListener;
|
|
11465
11449
|
if (!oldBrowser) {
|
|
11466
11450
|
(function (window, undefined) {
|
|
@@ -19632,7 +19616,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
19632
19616
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
19633
19617
|
// Do this after creating the global so that if an AMD module wants to call
|
|
19634
19618
|
// noConflict to hide this version of JQXLite, it will work.
|
|
19635
|
-
if (
|
|
19619
|
+
if ( true && __webpack_require__.amdO.JQXLite) {
|
|
19636
19620
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
19637
19621
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
19638
19622
|
}
|
|
@@ -19653,19 +19637,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
19653
19637
|
}
|
|
19654
19638
|
|
|
19655
19639
|
if (window.jQuery) {
|
|
19656
|
-
if (window.jQuery.fn.extend) {
|
|
19657
|
-
window.jQuery.fn.stop = window.JQXLite.fn.stop;
|
|
19658
|
-
window.jQuery.fn.animate = window.JQXLite.fn.animate;
|
|
19659
|
-
|
|
19660
|
-
var keys = Object.keys(window.JQXLite.fn);
|
|
19661
|
-
for (var index in keys) {
|
|
19662
|
-
var key = keys[index];
|
|
19663
|
-
if (window.jQuery.fn[key] == undefined) {
|
|
19664
|
-
window.jQuery.fn[key] = window.JQXLite.fn[key];
|
|
19665
|
-
}
|
|
19666
|
-
}
|
|
19667
|
-
}
|
|
19668
|
-
|
|
19669
19640
|
window.minQuery = window.JQXLite = window.jQuery;
|
|
19670
19641
|
return;
|
|
19671
19642
|
}
|
|
@@ -21287,7 +21258,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
21287
21258
|
if (!$(element).on || !$.access) {
|
|
21288
21259
|
return $(element).html(value);
|
|
21289
21260
|
}
|
|
21290
|
-
try {
|
|
21261
|
+
try {
|
|
21291
21262
|
return $.access(element, function (value) {
|
|
21292
21263
|
var elem = element[0] || {},
|
|
21293
21264
|
i = 0,
|
|
@@ -21780,12 +21751,12 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
21780
21751
|
returnValue = returnValue + $(window).scrollTop();
|
|
21781
21752
|
}
|
|
21782
21753
|
if (/(Android.*Chrome\/[.0-9]* (!?Mobile))/.exec(navigator.userAgent)) {
|
|
21783
|
-
|
|
21784
|
-
|
|
21754
|
+
return returnValue;
|
|
21755
|
+
// return returnValue + $(window).scrollTop();
|
|
21785
21756
|
}
|
|
21786
21757
|
if (/(Android.*Chrome\/[.0-9]* Mobile)/.exec(navigator.userAgent)) {
|
|
21787
21758
|
return returnValue;
|
|
21788
|
-
|
|
21759
|
+
// return returnValue + $(window).scrollTop();
|
|
21789
21760
|
}
|
|
21790
21761
|
|
|
21791
21762
|
return initialOffset.top;
|
|
@@ -22481,9 +22452,6 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
22481
22452
|
}
|
|
22482
22453
|
});
|
|
22483
22454
|
|
|
22484
|
-
if (!$.easing) {
|
|
22485
|
-
$.easing = {};
|
|
22486
|
-
}
|
|
22487
22455
|
$.extend($.easing, {
|
|
22488
22456
|
easeOutBack: function (x, t, b, c, d, s) {
|
|
22489
22457
|
if (s == undefined) s = 1.70158;
|
|
@@ -44622,7 +44590,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
44622
44590
|
let output = null;
|
|
44623
44591
|
switch (format) {
|
|
44624
44592
|
case 'csv':
|
|
44625
|
-
output = that.exportToCSVAndTSV(data, { delimiter: ', ', MIME: 'text/csv', toRemove: 2 }, fileName);
|
|
44593
|
+
output = that.exportToCSVAndTSV(data, { delimiter: ', ', MIME: 'text/csv;charset=utf-8;', toRemove: 2 }, fileName);
|
|
44626
44594
|
break;
|
|
44627
44595
|
case 'html':
|
|
44628
44596
|
output = that.exportToHTML(data, fileName);
|
|
@@ -44690,7 +44658,10 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
44690
44658
|
if (!fileName) {
|
|
44691
44659
|
return stringResult;
|
|
44692
44660
|
}
|
|
44693
|
-
|
|
44661
|
+
|
|
44662
|
+
const bom = '\uFEFF';
|
|
44663
|
+
const csvContent = bom + stringResult;
|
|
44664
|
+
return this.downloadFile(csvContent, formatOptions.MIME, fileName);
|
|
44694
44665
|
}
|
|
44695
44666
|
|
|
44696
44667
|
/**
|
|
@@ -48010,7 +47981,7 @@ var saveAs = window.jqxSaveAs = saveAs
|
|
|
48010
47981
|
case 'D':
|
|
48011
47982
|
case 'd':
|
|
48012
47983
|
if (precision) {
|
|
48013
|
-
return
|
|
47984
|
+
return '\#,0' + precisionCode;
|
|
48014
47985
|
}
|
|
48015
47986
|
|
|
48016
47987
|
return '0';
|
|
@@ -73573,7 +73544,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73573
73544
|
/******/ var __webpack_module_cache__ = {};
|
|
73574
73545
|
/******/
|
|
73575
73546
|
/******/ // The require function
|
|
73576
|
-
/******/ function
|
|
73547
|
+
/******/ function __webpack_require__(moduleId) {
|
|
73577
73548
|
/******/ // Check if module is in cache
|
|
73578
73549
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
73579
73550
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -73587,7 +73558,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73587
73558
|
/******/ };
|
|
73588
73559
|
/******/
|
|
73589
73560
|
/******/ // Execute the module function
|
|
73590
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
73561
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
73591
73562
|
/******/
|
|
73592
73563
|
/******/ // Return the exports of the module
|
|
73593
73564
|
/******/ return module.exports;
|
|
@@ -73596,17 +73567,17 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73596
73567
|
/************************************************************************/
|
|
73597
73568
|
/******/ /* webpack/runtime/amd options */
|
|
73598
73569
|
/******/ (() => {
|
|
73599
|
-
/******/
|
|
73570
|
+
/******/ __webpack_require__.amdO = {};
|
|
73600
73571
|
/******/ })();
|
|
73601
73572
|
/******/
|
|
73602
73573
|
/******/ /* webpack/runtime/compat get default export */
|
|
73603
73574
|
/******/ (() => {
|
|
73604
73575
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
73605
|
-
/******/
|
|
73576
|
+
/******/ __webpack_require__.n = (module) => {
|
|
73606
73577
|
/******/ var getter = module && module.__esModule ?
|
|
73607
73578
|
/******/ () => (module['default']) :
|
|
73608
73579
|
/******/ () => (module);
|
|
73609
|
-
/******/
|
|
73580
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
73610
73581
|
/******/ return getter;
|
|
73611
73582
|
/******/ };
|
|
73612
73583
|
/******/ })();
|
|
@@ -73614,9 +73585,9 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73614
73585
|
/******/ /* webpack/runtime/define property getters */
|
|
73615
73586
|
/******/ (() => {
|
|
73616
73587
|
/******/ // define getter functions for harmony exports
|
|
73617
|
-
/******/
|
|
73588
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
73618
73589
|
/******/ for(var key in definition) {
|
|
73619
|
-
/******/ if(
|
|
73590
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
73620
73591
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
73621
73592
|
/******/ }
|
|
73622
73593
|
/******/ }
|
|
@@ -73625,7 +73596,7 @@ $.extend( $.jqx.jqxPivotGrid.propertyBag.prototype, {
|
|
|
73625
73596
|
/******/
|
|
73626
73597
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
73627
73598
|
/******/ (() => {
|
|
73628
|
-
/******/
|
|
73599
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
73629
73600
|
/******/ })();
|
|
73630
73601
|
/******/
|
|
73631
73602
|
/************************************************************************/
|
|
@@ -73633,48 +73604,48 @@ var __webpack_exports__ = {};
|
|
|
73633
73604
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
73634
73605
|
(() => {
|
|
73635
73606
|
"use strict";
|
|
73636
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
73637
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
73638
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ =
|
|
73639
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
73640
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ =
|
|
73641
|
-
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
73642
|
-
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ =
|
|
73643
|
-
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
73644
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ =
|
|
73645
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
73646
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ =
|
|
73647
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/
|
|
73648
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ =
|
|
73649
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/
|
|
73650
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ =
|
|
73651
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/
|
|
73652
|
-
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ =
|
|
73653
|
-
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/
|
|
73654
|
-
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ =
|
|
73655
|
-
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/
|
|
73656
|
-
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ =
|
|
73657
|
-
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/
|
|
73658
|
-
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ =
|
|
73659
|
-
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/
|
|
73660
|
-
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ =
|
|
73661
|
-
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/
|
|
73662
|
-
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ =
|
|
73663
|
-
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/
|
|
73664
|
-
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ =
|
|
73665
|
-
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/
|
|
73666
|
-
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ =
|
|
73667
|
-
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/
|
|
73668
|
-
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ =
|
|
73669
|
-
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/
|
|
73670
|
-
/* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ =
|
|
73671
|
-
/* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/
|
|
73672
|
-
/* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ =
|
|
73673
|
-
/* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/
|
|
73674
|
-
/* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ =
|
|
73675
|
-
/* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/
|
|
73676
|
-
/* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ =
|
|
73677
|
-
/* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/
|
|
73607
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
73608
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
73609
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
|
|
73610
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
|
|
73611
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3907);
|
|
73612
|
+
/* harmony import */ var _jqxdata_export__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdata_export__WEBPACK_IMPORTED_MODULE_2__);
|
|
73613
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(714);
|
|
73614
|
+
/* harmony import */ var _jqxexport__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxexport__WEBPACK_IMPORTED_MODULE_3__);
|
|
73615
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(7351);
|
|
73616
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_4__);
|
|
73617
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(7196);
|
|
73618
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_5__);
|
|
73619
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(4240);
|
|
73620
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_6___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_6__);
|
|
73621
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(1610);
|
|
73622
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_7___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_7__);
|
|
73623
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(1062);
|
|
73624
|
+
/* harmony import */ var _jqxlistbox__WEBPACK_IMPORTED_MODULE_8___default = /*#__PURE__*/__webpack_require__.n(_jqxlistbox__WEBPACK_IMPORTED_MODULE_8__);
|
|
73625
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(5868);
|
|
73626
|
+
/* harmony import */ var _jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownlist__WEBPACK_IMPORTED_MODULE_9__);
|
|
73627
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(4720);
|
|
73628
|
+
/* harmony import */ var _jqxcombobox__WEBPACK_IMPORTED_MODULE_10___default = /*#__PURE__*/__webpack_require__.n(_jqxcombobox__WEBPACK_IMPORTED_MODULE_10__);
|
|
73629
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__ = __webpack_require__(7995);
|
|
73630
|
+
/* harmony import */ var _jqxnumberinput__WEBPACK_IMPORTED_MODULE_11___default = /*#__PURE__*/__webpack_require__.n(_jqxnumberinput__WEBPACK_IMPORTED_MODULE_11__);
|
|
73631
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__ = __webpack_require__(4545);
|
|
73632
|
+
/* harmony import */ var _jqxcheckbox__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(_jqxcheckbox__WEBPACK_IMPORTED_MODULE_12__);
|
|
73633
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(2497);
|
|
73634
|
+
/* harmony import */ var _globalization_globalize__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(_globalization_globalize__WEBPACK_IMPORTED_MODULE_13__);
|
|
73635
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(5725);
|
|
73636
|
+
/* harmony import */ var _jqxcalendar__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(_jqxcalendar__WEBPACK_IMPORTED_MODULE_14__);
|
|
73637
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(4993);
|
|
73638
|
+
/* harmony import */ var _jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(_jqxdatetimeinput__WEBPACK_IMPORTED_MODULE_15__);
|
|
73639
|
+
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16__ = __webpack_require__(7762);
|
|
73640
|
+
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_16___default = /*#__PURE__*/__webpack_require__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_16__);
|
|
73641
|
+
/* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__ = __webpack_require__(3601);
|
|
73642
|
+
/* harmony import */ var _jqxdragdrop__WEBPACK_IMPORTED_MODULE_17___default = /*#__PURE__*/__webpack_require__.n(_jqxdragdrop__WEBPACK_IMPORTED_MODULE_17__);
|
|
73643
|
+
/* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18__ = __webpack_require__(2853);
|
|
73644
|
+
/* harmony import */ var _jqxpivot__WEBPACK_IMPORTED_MODULE_18___default = /*#__PURE__*/__webpack_require__.n(_jqxpivot__WEBPACK_IMPORTED_MODULE_18__);
|
|
73645
|
+
/* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__ = __webpack_require__(1898);
|
|
73646
|
+
/* harmony import */ var _jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19___default = /*#__PURE__*/__webpack_require__.n(_jqxpivotgrid__WEBPACK_IMPORTED_MODULE_19__);
|
|
73647
|
+
/* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__ = __webpack_require__(7323);
|
|
73648
|
+
/* harmony import */ var _jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20___default = /*#__PURE__*/__webpack_require__.n(_jqxpivotdesigner__WEBPACK_IMPORTED_MODULE_20__);
|
|
73678
73649
|
|
|
73679
73650
|
|
|
73680
73651
|
|
|
@@ -73698,9 +73669,5 @@ var __webpack_exports__ = {};
|
|
|
73698
73669
|
|
|
73699
73670
|
})();
|
|
73700
73671
|
|
|
73701
|
-
/******/ })()
|
|
73702
|
-
;
|
|
73703
|
-
/******/ })()
|
|
73704
|
-
;
|
|
73705
73672
|
/******/ })()
|
|
73706
73673
|
;
|