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
|
|
|
@@ -1832,7 +1840,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
1832
1840
|
/***/ }),
|
|
1833
1841
|
|
|
1834
1842
|
/***/ 5459:
|
|
1835
|
-
/***/ ((module, exports,
|
|
1843
|
+
/***/ ((module, exports, __nested_webpack_require_74206__) => {
|
|
1836
1844
|
|
|
1837
1845
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1838
1846
|
/* eslint-disable */
|
|
@@ -10012,7 +10020,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
10012
10020
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
10013
10021
|
// Do this after creating the global so that if an AMD module wants to call
|
|
10014
10022
|
// noConflict to hide this version of JQXLite, it will work.
|
|
10015
|
-
if (
|
|
10023
|
+
if ( true && __nested_webpack_require_74206__.amdO.JQXLite) {
|
|
10016
10024
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
10017
10025
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
10018
10026
|
}
|
|
@@ -19137,7 +19145,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
19137
19145
|
/******/ var __webpack_module_cache__ = {};
|
|
19138
19146
|
/******/
|
|
19139
19147
|
/******/ // The require function
|
|
19140
|
-
/******/ function
|
|
19148
|
+
/******/ function __nested_webpack_require_676382__(moduleId) {
|
|
19141
19149
|
/******/ // Check if module is in cache
|
|
19142
19150
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
19143
19151
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -19151,7 +19159,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
19151
19159
|
/******/ };
|
|
19152
19160
|
/******/
|
|
19153
19161
|
/******/ // Execute the module function
|
|
19154
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
19162
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_676382__);
|
|
19155
19163
|
/******/
|
|
19156
19164
|
/******/ // Return the exports of the module
|
|
19157
19165
|
/******/ return module.exports;
|
|
@@ -19160,17 +19168,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
19160
19168
|
/************************************************************************/
|
|
19161
19169
|
/******/ /* webpack/runtime/amd options */
|
|
19162
19170
|
/******/ (() => {
|
|
19163
|
-
/******/
|
|
19171
|
+
/******/ __nested_webpack_require_676382__.amdO = {};
|
|
19164
19172
|
/******/ })();
|
|
19165
19173
|
/******/
|
|
19166
19174
|
/******/ /* webpack/runtime/compat get default export */
|
|
19167
19175
|
/******/ (() => {
|
|
19168
19176
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
19169
|
-
/******/
|
|
19177
|
+
/******/ __nested_webpack_require_676382__.n = (module) => {
|
|
19170
19178
|
/******/ var getter = module && module.__esModule ?
|
|
19171
19179
|
/******/ () => (module['default']) :
|
|
19172
19180
|
/******/ () => (module);
|
|
19173
|
-
/******/
|
|
19181
|
+
/******/ __nested_webpack_require_676382__.d(getter, { a: getter });
|
|
19174
19182
|
/******/ return getter;
|
|
19175
19183
|
/******/ };
|
|
19176
19184
|
/******/ })();
|
|
@@ -19178,9 +19186,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
19178
19186
|
/******/ /* webpack/runtime/define property getters */
|
|
19179
19187
|
/******/ (() => {
|
|
19180
19188
|
/******/ // define getter functions for harmony exports
|
|
19181
|
-
/******/
|
|
19189
|
+
/******/ __nested_webpack_require_676382__.d = (exports, definition) => {
|
|
19182
19190
|
/******/ for(var key in definition) {
|
|
19183
|
-
/******/ if(
|
|
19191
|
+
/******/ if(__nested_webpack_require_676382__.o(definition, key) && !__nested_webpack_require_676382__.o(exports, key)) {
|
|
19184
19192
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
19185
19193
|
/******/ }
|
|
19186
19194
|
/******/ }
|
|
@@ -19189,7 +19197,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
19189
19197
|
/******/
|
|
19190
19198
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
19191
19199
|
/******/ (() => {
|
|
19192
|
-
/******/
|
|
19200
|
+
/******/ __nested_webpack_require_676382__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
19193
19201
|
/******/ })();
|
|
19194
19202
|
/******/
|
|
19195
19203
|
/************************************************************************/
|
|
@@ -19197,18 +19205,18 @@ var __webpack_exports__ = {};
|
|
|
19197
19205
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
19198
19206
|
(() => {
|
|
19199
19207
|
"use strict";
|
|
19200
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
19201
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
19202
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
19203
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
19204
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ =
|
|
19205
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
19206
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ =
|
|
19207
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
19208
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ =
|
|
19209
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
19210
|
-
/* harmony import */ var _jqxtextarea__WEBPACK_IMPORTED_MODULE_5__ =
|
|
19211
|
-
/* harmony import */ var _jqxtextarea__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/
|
|
19208
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_676382__(5459);
|
|
19209
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_676382__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
19210
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_676382__(7351);
|
|
19211
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_676382__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
19212
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_676382__(7196);
|
|
19213
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_676382__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
|
|
19214
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __nested_webpack_require_676382__(4240);
|
|
19215
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__nested_webpack_require_676382__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
|
|
19216
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __nested_webpack_require_676382__(1610);
|
|
19217
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__nested_webpack_require_676382__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
|
|
19218
|
+
/* harmony import */ var _jqxtextarea__WEBPACK_IMPORTED_MODULE_5__ = __nested_webpack_require_676382__(8506);
|
|
19219
|
+
/* harmony import */ var _jqxtextarea__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__nested_webpack_require_676382__.n(_jqxtextarea__WEBPACK_IMPORTED_MODULE_5__);
|
|
19212
19220
|
|
|
19213
19221
|
|
|
19214
19222
|
|
|
@@ -19217,5 +19225,7 @@ var __webpack_exports__ = {};
|
|
|
19217
19225
|
|
|
19218
19226
|
})();
|
|
19219
19227
|
|
|
19228
|
+
/******/ })()
|
|
19229
|
+
;
|
|
19220
19230
|
/******/ })()
|
|
19221
19231
|
;
|
|
@@ -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
|
}
|
|
@@ -11714,7 +11722,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
11714
11722
|
/******/ var __webpack_module_cache__ = {};
|
|
11715
11723
|
/******/
|
|
11716
11724
|
/******/ // The require function
|
|
11717
|
-
/******/ function
|
|
11725
|
+
/******/ function __nested_webpack_require_358135__(moduleId) {
|
|
11718
11726
|
/******/ // Check if module is in cache
|
|
11719
11727
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
11720
11728
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -11728,7 +11736,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
11728
11736
|
/******/ };
|
|
11729
11737
|
/******/
|
|
11730
11738
|
/******/ // Execute the module function
|
|
11731
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
11739
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_358135__);
|
|
11732
11740
|
/******/
|
|
11733
11741
|
/******/ // Return the exports of the module
|
|
11734
11742
|
/******/ return module.exports;
|
|
@@ -11737,17 +11745,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
11737
11745
|
/************************************************************************/
|
|
11738
11746
|
/******/ /* webpack/runtime/amd options */
|
|
11739
11747
|
/******/ (() => {
|
|
11740
|
-
/******/
|
|
11748
|
+
/******/ __nested_webpack_require_358135__.amdO = {};
|
|
11741
11749
|
/******/ })();
|
|
11742
11750
|
/******/
|
|
11743
11751
|
/******/ /* webpack/runtime/compat get default export */
|
|
11744
11752
|
/******/ (() => {
|
|
11745
11753
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
11746
|
-
/******/
|
|
11754
|
+
/******/ __nested_webpack_require_358135__.n = (module) => {
|
|
11747
11755
|
/******/ var getter = module && module.__esModule ?
|
|
11748
11756
|
/******/ () => (module['default']) :
|
|
11749
11757
|
/******/ () => (module);
|
|
11750
|
-
/******/
|
|
11758
|
+
/******/ __nested_webpack_require_358135__.d(getter, { a: getter });
|
|
11751
11759
|
/******/ return getter;
|
|
11752
11760
|
/******/ };
|
|
11753
11761
|
/******/ })();
|
|
@@ -11755,9 +11763,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
11755
11763
|
/******/ /* webpack/runtime/define property getters */
|
|
11756
11764
|
/******/ (() => {
|
|
11757
11765
|
/******/ // define getter functions for harmony exports
|
|
11758
|
-
/******/
|
|
11766
|
+
/******/ __nested_webpack_require_358135__.d = (exports, definition) => {
|
|
11759
11767
|
/******/ for(var key in definition) {
|
|
11760
|
-
/******/ if(
|
|
11768
|
+
/******/ if(__nested_webpack_require_358135__.o(definition, key) && !__nested_webpack_require_358135__.o(exports, key)) {
|
|
11761
11769
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
11762
11770
|
/******/ }
|
|
11763
11771
|
/******/ }
|
|
@@ -11766,7 +11774,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
11766
11774
|
/******/
|
|
11767
11775
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
11768
11776
|
/******/ (() => {
|
|
11769
|
-
/******/
|
|
11777
|
+
/******/ __nested_webpack_require_358135__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
11770
11778
|
/******/ })();
|
|
11771
11779
|
/******/
|
|
11772
11780
|
/************************************************************************/
|
|
@@ -11774,13 +11782,15 @@ var __webpack_exports__ = {};
|
|
|
11774
11782
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
11775
11783
|
(() => {
|
|
11776
11784
|
"use strict";
|
|
11777
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
11778
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
11779
|
-
/* harmony import */ var _jqxtimeline__WEBPACK_IMPORTED_MODULE_1__ =
|
|
11780
|
-
/* harmony import */ var _jqxtimeline__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
11785
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_358135__(5459);
|
|
11786
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_358135__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
11787
|
+
/* harmony import */ var _jqxtimeline__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_358135__(7435);
|
|
11788
|
+
/* harmony import */ var _jqxtimeline__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_358135__.n(_jqxtimeline__WEBPACK_IMPORTED_MODULE_1__);
|
|
11781
11789
|
|
|
11782
11790
|
|
|
11783
11791
|
})();
|
|
11784
11792
|
|
|
11793
|
+
/******/ })()
|
|
11794
|
+
;
|
|
11785
11795
|
/******/ })()
|
|
11786
11796
|
;
|
|
@@ -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
|
}
|
|
@@ -16182,7 +16190,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16182
16190
|
/******/ var __webpack_module_cache__ = {};
|
|
16183
16191
|
/******/
|
|
16184
16192
|
/******/ // The require function
|
|
16185
|
-
/******/ function
|
|
16193
|
+
/******/ function __nested_webpack_require_514886__(moduleId) {
|
|
16186
16194
|
/******/ // Check if module is in cache
|
|
16187
16195
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
16188
16196
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -16196,7 +16204,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16196
16204
|
/******/ };
|
|
16197
16205
|
/******/
|
|
16198
16206
|
/******/ // Execute the module function
|
|
16199
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
16207
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_514886__);
|
|
16200
16208
|
/******/
|
|
16201
16209
|
/******/ // Return the exports of the module
|
|
16202
16210
|
/******/ return module.exports;
|
|
@@ -16205,17 +16213,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16205
16213
|
/************************************************************************/
|
|
16206
16214
|
/******/ /* webpack/runtime/amd options */
|
|
16207
16215
|
/******/ (() => {
|
|
16208
|
-
/******/
|
|
16216
|
+
/******/ __nested_webpack_require_514886__.amdO = {};
|
|
16209
16217
|
/******/ })();
|
|
16210
16218
|
/******/
|
|
16211
16219
|
/******/ /* webpack/runtime/compat get default export */
|
|
16212
16220
|
/******/ (() => {
|
|
16213
16221
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
16214
|
-
/******/
|
|
16222
|
+
/******/ __nested_webpack_require_514886__.n = (module) => {
|
|
16215
16223
|
/******/ var getter = module && module.__esModule ?
|
|
16216
16224
|
/******/ () => (module['default']) :
|
|
16217
16225
|
/******/ () => (module);
|
|
16218
|
-
/******/
|
|
16226
|
+
/******/ __nested_webpack_require_514886__.d(getter, { a: getter });
|
|
16219
16227
|
/******/ return getter;
|
|
16220
16228
|
/******/ };
|
|
16221
16229
|
/******/ })();
|
|
@@ -16223,9 +16231,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16223
16231
|
/******/ /* webpack/runtime/define property getters */
|
|
16224
16232
|
/******/ (() => {
|
|
16225
16233
|
/******/ // define getter functions for harmony exports
|
|
16226
|
-
/******/
|
|
16234
|
+
/******/ __nested_webpack_require_514886__.d = (exports, definition) => {
|
|
16227
16235
|
/******/ for(var key in definition) {
|
|
16228
|
-
/******/ if(
|
|
16236
|
+
/******/ if(__nested_webpack_require_514886__.o(definition, key) && !__nested_webpack_require_514886__.o(exports, key)) {
|
|
16229
16237
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
16230
16238
|
/******/ }
|
|
16231
16239
|
/******/ }
|
|
@@ -16234,7 +16242,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16234
16242
|
/******/
|
|
16235
16243
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
16236
16244
|
/******/ (() => {
|
|
16237
|
-
/******/
|
|
16245
|
+
/******/ __nested_webpack_require_514886__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
16238
16246
|
/******/ })();
|
|
16239
16247
|
/******/
|
|
16240
16248
|
/************************************************************************/
|
|
@@ -16242,16 +16250,18 @@ var __webpack_exports__ = {};
|
|
|
16242
16250
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
16243
16251
|
(() => {
|
|
16244
16252
|
"use strict";
|
|
16245
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
16246
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
16247
|
-
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ =
|
|
16248
|
-
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
16249
|
-
/* harmony import */ var _jqxtimepicker__WEBPACK_IMPORTED_MODULE_2__ =
|
|
16250
|
-
/* harmony import */ var _jqxtimepicker__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
16253
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_514886__(5459);
|
|
16254
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_514886__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
16255
|
+
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_514886__(3159);
|
|
16256
|
+
/* harmony import */ var _jqxdraw__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_514886__.n(_jqxdraw__WEBPACK_IMPORTED_MODULE_1__);
|
|
16257
|
+
/* harmony import */ var _jqxtimepicker__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_514886__(6289);
|
|
16258
|
+
/* harmony import */ var _jqxtimepicker__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_514886__.n(_jqxtimepicker__WEBPACK_IMPORTED_MODULE_2__);
|
|
16251
16259
|
|
|
16252
16260
|
|
|
16253
16261
|
|
|
16254
16262
|
})();
|
|
16255
16263
|
|
|
16264
|
+
/******/ })()
|
|
16265
|
+
;
|
|
16256
16266
|
/******/ })()
|
|
16257
16267
|
;
|
|
@@ -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
|
}
|
|
@@ -12579,7 +12587,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12579
12587
|
/******/ var __webpack_module_cache__ = {};
|
|
12580
12588
|
/******/
|
|
12581
12589
|
/******/ // The require function
|
|
12582
|
-
/******/ function
|
|
12590
|
+
/******/ function __nested_webpack_require_401080__(moduleId) {
|
|
12583
12591
|
/******/ // Check if module is in cache
|
|
12584
12592
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
12585
12593
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -12593,7 +12601,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12593
12601
|
/******/ };
|
|
12594
12602
|
/******/
|
|
12595
12603
|
/******/ // Execute the module function
|
|
12596
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
12604
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_401080__);
|
|
12597
12605
|
/******/
|
|
12598
12606
|
/******/ // Return the exports of the module
|
|
12599
12607
|
/******/ return module.exports;
|
|
@@ -12602,17 +12610,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12602
12610
|
/************************************************************************/
|
|
12603
12611
|
/******/ /* webpack/runtime/amd options */
|
|
12604
12612
|
/******/ (() => {
|
|
12605
|
-
/******/
|
|
12613
|
+
/******/ __nested_webpack_require_401080__.amdO = {};
|
|
12606
12614
|
/******/ })();
|
|
12607
12615
|
/******/
|
|
12608
12616
|
/******/ /* webpack/runtime/compat get default export */
|
|
12609
12617
|
/******/ (() => {
|
|
12610
12618
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
12611
|
-
/******/
|
|
12619
|
+
/******/ __nested_webpack_require_401080__.n = (module) => {
|
|
12612
12620
|
/******/ var getter = module && module.__esModule ?
|
|
12613
12621
|
/******/ () => (module['default']) :
|
|
12614
12622
|
/******/ () => (module);
|
|
12615
|
-
/******/
|
|
12623
|
+
/******/ __nested_webpack_require_401080__.d(getter, { a: getter });
|
|
12616
12624
|
/******/ return getter;
|
|
12617
12625
|
/******/ };
|
|
12618
12626
|
/******/ })();
|
|
@@ -12620,9 +12628,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12620
12628
|
/******/ /* webpack/runtime/define property getters */
|
|
12621
12629
|
/******/ (() => {
|
|
12622
12630
|
/******/ // define getter functions for harmony exports
|
|
12623
|
-
/******/
|
|
12631
|
+
/******/ __nested_webpack_require_401080__.d = (exports, definition) => {
|
|
12624
12632
|
/******/ for(var key in definition) {
|
|
12625
|
-
/******/ if(
|
|
12633
|
+
/******/ if(__nested_webpack_require_401080__.o(definition, key) && !__nested_webpack_require_401080__.o(exports, key)) {
|
|
12626
12634
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
12627
12635
|
/******/ }
|
|
12628
12636
|
/******/ }
|
|
@@ -12631,7 +12639,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12631
12639
|
/******/
|
|
12632
12640
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
12633
12641
|
/******/ (() => {
|
|
12634
|
-
/******/
|
|
12642
|
+
/******/ __nested_webpack_require_401080__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
12635
12643
|
/******/ })();
|
|
12636
12644
|
/******/
|
|
12637
12645
|
/************************************************************************/
|
|
@@ -12639,13 +12647,15 @@ var __webpack_exports__ = {};
|
|
|
12639
12647
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
12640
12648
|
(() => {
|
|
12641
12649
|
"use strict";
|
|
12642
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
12643
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
12644
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
12645
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
12650
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_401080__(5459);
|
|
12651
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_401080__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
12652
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_401080__(7351);
|
|
12653
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_401080__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
12646
12654
|
|
|
12647
12655
|
|
|
12648
12656
|
})();
|
|
12649
12657
|
|
|
12658
|
+
/******/ })()
|
|
12659
|
+
;
|
|
12650
12660
|
/******/ })()
|
|
12651
12661
|
;
|