jqwidgets-ng 19.2.3 → 20.0.0
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/modules/jqxbarcode.js +48 -66
- package/jqwidgets/modules/jqxbargauge.js +66 -68
- package/jqwidgets/modules/jqxbulletchart.js +85 -71
- package/jqwidgets/modules/jqxbuttongroup.js +67 -69
- package/jqwidgets/modules/jqxbuttons.js +48 -66
- package/jqwidgets/modules/jqxcalendar.js +90 -73
- package/jqwidgets/modules/jqxchart.js +189 -83
- package/jqwidgets/modules/jqxcheckbox.js +86 -72
- package/jqwidgets/modules/jqxcheckboxgroup.js +86 -72
- package/jqwidgets/modules/jqxcolorpicker.js +105 -75
- package/jqwidgets/modules/jqxcombobox.js +142 -80
- package/jqwidgets/modules/jqxcomplexinput.js +67 -69
- package/jqwidgets/modules/jqxdatatable.js +327 -108
- package/jqwidgets/modules/jqxdatetimeinput.js +259 -98
- package/jqwidgets/modules/jqxdocking.js +86 -72
- package/jqwidgets/modules/jqxdockinglayout.js +161 -83
- package/jqwidgets/modules/jqxdockpanel.js +67 -69
- package/jqwidgets/modules/jqxdragdrop.js +84 -70
- package/jqwidgets/modules/jqxdraw.js +47 -65
- package/jqwidgets/modules/jqxdropdownbutton.js +67 -69
- package/jqwidgets/modules/jqxdropdownlist.js +241 -96
- package/jqwidgets/modules/jqxeditor.js +353 -112
- package/jqwidgets/modules/jqxexpander.js +107 -77
- package/jqwidgets/modules/jqxfileupload.js +67 -69
- package/jqwidgets/modules/jqxform.js +318 -109
- package/jqwidgets/modules/jqxformattedinput.js +244 -99
- package/jqwidgets/modules/jqxgantt.js +50 -68
- package/jqwidgets/modules/jqxgauge.js +104 -74
- package/jqwidgets/modules/jqxgrid.js +562 -140
- package/jqwidgets/modules/jqxheatmap.js +67 -69
- package/jqwidgets/modules/jqxinput.js +85 -71
- package/jqwidgets/modules/jqxkanban.js +336 -111
- package/jqwidgets/modules/jqxknob.js +85 -71
- package/jqwidgets/modules/jqxlayout.js +161 -83
- package/jqwidgets/modules/jqxlineargauge.js +104 -74
- package/jqwidgets/modules/jqxlinkbutton.js +48 -66
- package/jqwidgets/modules/jqxlistbox.js +165 -84
- package/jqwidgets/modules/jqxlistmenu.js +300 -107
- package/jqwidgets/modules/jqxloader.js +48 -66
- package/jqwidgets/modules/jqxmaskedinput.js +48 -66
- package/jqwidgets/modules/jqxmenu.js +144 -82
- package/jqwidgets/modules/jqxnavbar.js +107 -77
- package/jqwidgets/modules/jqxnavigationbar.js +182 -88
- package/jqwidgets/modules/jqxnotification.js +123 -77
- package/jqwidgets/modules/jqxnumberinput.js +180 -86
- package/jqwidgets/modules/jqxpanel.js +104 -74
- package/jqwidgets/modules/jqxpasswordinput.js +122 -76
- package/jqwidgets/modules/jqxpivotdesigner.js +374 -117
- package/jqwidgets/modules/jqxpivotgrid.js +374 -117
- package/jqwidgets/modules/jqxpopover.js +67 -69
- package/jqwidgets/modules/jqxprogressbar.js +48 -66
- package/jqwidgets/modules/jqxqrcode.js +106 -76
- package/jqwidgets/modules/jqxradiobutongroup.js +86 -72
- package/jqwidgets/modules/jqxradiobutton.js +67 -69
- package/jqwidgets/modules/jqxrangeselector.js +85 -71
- package/jqwidgets/modules/jqxrating.js +67 -69
- package/jqwidgets/modules/jqxrepeatbutton.js +48 -66
- package/jqwidgets/modules/jqxresponsivepanel.js +67 -69
- package/jqwidgets/modules/jqxribbon.js +86 -72
- package/jqwidgets/modules/jqxscheduler.js +438 -123
- package/jqwidgets/modules/jqxscrollbar.js +66 -68
- package/jqwidgets/modules/jqxscrollview.js +66 -68
- package/jqwidgets/modules/jqxslider.js +66 -68
- package/jqwidgets/modules/jqxsortable.js +66 -68
- package/jqwidgets/modules/jqxsplitlayout.js +48 -66
- package/jqwidgets/modules/jqxsplitter.js +66 -68
- package/jqwidgets/modules/jqxswitchbutton.js +103 -73
- package/jqwidgets/modules/jqxtabs.js +162 -84
- package/jqwidgets/modules/jqxtagcloud.js +122 -76
- package/jqwidgets/modules/jqxtextarea.js +122 -76
- package/jqwidgets/modules/jqxtimeline.js +48 -66
- package/jqwidgets/modules/jqxtimepicker.js +65 -67
- package/jqwidgets/modules/jqxtogglebutton.js +48 -66
- package/jqwidgets/modules/jqxtoolbar.js +318 -109
- package/jqwidgets/modules/jqxtooltip.js +47 -65
- package/jqwidgets/modules/jqxtree.js +159 -81
- package/jqwidgets/modules/jqxtreegrid.js +345 -110
- package/jqwidgets/modules/jqxtreemap.js +84 -70
- package/jqwidgets/modules/jqxvalidator.js +103 -73
- package/jqwidgets/modules/jqxwindow.js +67 -69
- package/package.json +1 -1
|
@@ -1,45 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
/* Release Date:
|
|
3
|
-
Copyright (c) 2011-2024 jQWidgets.
|
|
4
|
-
License: https://jqwidgets.com/license/ */
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
/******/ (() => { // webpackBootstrap
|
|
8
|
-
var __webpack_exports__ = {};
|
|
9
|
-
|
|
10
|
-
/* Release Date: 28-May-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: 28-May-2024
|
|
19
|
-
Copyright (c) 2011-2024 jQWidgets.
|
|
20
|
-
License: https://jqwidgets.com/license/ */
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
/******/ (() => { // webpackBootstrap
|
|
24
|
-
var __webpack_exports__ = {};
|
|
25
|
-
|
|
26
|
-
/* Release Date: 28-May-2024
|
|
27
|
-
Copyright (c) 2011-2024 jQWidgets.
|
|
28
|
-
License: https://jqwidgets.com/license/ */
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
/******/ (() => { // webpackBootstrap
|
|
32
|
-
var __webpack_exports__ = {};
|
|
33
|
-
|
|
34
|
-
/* Release Date: 28-May-2024
|
|
35
|
-
Copyright (c) 2011-2024 jQWidgets.
|
|
36
|
-
License: https://jqwidgets.com/license/ */
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
/******/ (() => { // webpackBootstrap
|
|
40
|
-
var __webpack_exports__ = {};
|
|
41
|
-
|
|
42
|
-
/* Release Date: 28-May-2024
|
|
2
|
+
/* Release Date: Sep-17-2024
|
|
43
3
|
Copyright (c) 2011-2024 jQWidgets.
|
|
44
4
|
License: https://jqwidgets.com/license/ */
|
|
45
5
|
|
|
@@ -1228,12 +1188,28 @@ License: https://jqwidgets.com/license/ */
|
|
|
1228
1188
|
//// End of ToggleButton
|
|
1229
1189
|
|
|
1230
1190
|
})(jqxBaseFramework);
|
|
1231
|
-
})();
|
|
1191
|
+
})();
|
|
1192
|
+
|
|
1193
|
+
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
|
|
1197
|
+
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
|
|
1205
|
+
|
|
1206
|
+
|
|
1207
|
+
|
|
1232
1208
|
|
|
1233
1209
|
/***/ }),
|
|
1234
1210
|
|
|
1235
1211
|
/***/ 5459:
|
|
1236
|
-
/***/ ((module, exports,
|
|
1212
|
+
/***/ ((module, exports, __webpack_require__) => {
|
|
1237
1213
|
|
|
1238
1214
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1239
1215
|
/* eslint-disable */
|
|
@@ -9413,7 +9389,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
9413
9389
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
9414
9390
|
// Do this after creating the global so that if an AMD module wants to call
|
|
9415
9391
|
// noConflict to hide this version of JQXLite, it will work.
|
|
9416
|
-
if (
|
|
9392
|
+
if ( true && __webpack_require__.amdO.JQXLite) {
|
|
9417
9393
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
9418
9394
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
9419
9395
|
}
|
|
@@ -12588,6 +12564,22 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
12588
12564
|
}
|
|
12589
12565
|
})(jqxBaseFramework);
|
|
12590
12566
|
})();
|
|
12567
|
+
|
|
12568
|
+
|
|
12569
|
+
|
|
12570
|
+
|
|
12571
|
+
|
|
12572
|
+
|
|
12573
|
+
|
|
12574
|
+
|
|
12575
|
+
|
|
12576
|
+
|
|
12577
|
+
|
|
12578
|
+
|
|
12579
|
+
|
|
12580
|
+
|
|
12581
|
+
|
|
12582
|
+
|
|
12591
12583
|
|
|
12592
12584
|
|
|
12593
12585
|
/***/ }),
|
|
@@ -18735,7 +18727,23 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
18735
18727
|
}
|
|
18736
18728
|
}
|
|
18737
18729
|
} )( jqxBaseFramework );
|
|
18738
|
-
})();
|
|
18730
|
+
})();
|
|
18731
|
+
|
|
18732
|
+
|
|
18733
|
+
|
|
18734
|
+
|
|
18735
|
+
|
|
18736
|
+
|
|
18737
|
+
|
|
18738
|
+
|
|
18739
|
+
|
|
18740
|
+
|
|
18741
|
+
|
|
18742
|
+
|
|
18743
|
+
|
|
18744
|
+
|
|
18745
|
+
|
|
18746
|
+
|
|
18739
18747
|
|
|
18740
18748
|
/***/ }),
|
|
18741
18749
|
|
|
@@ -20728,7 +20736,23 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20728
20736
|
}
|
|
20729
20737
|
});
|
|
20730
20738
|
})(jqxBaseFramework); //ignore jslint
|
|
20731
|
-
})();
|
|
20739
|
+
})();
|
|
20740
|
+
|
|
20741
|
+
|
|
20742
|
+
|
|
20743
|
+
|
|
20744
|
+
|
|
20745
|
+
|
|
20746
|
+
|
|
20747
|
+
|
|
20748
|
+
|
|
20749
|
+
|
|
20750
|
+
|
|
20751
|
+
|
|
20752
|
+
|
|
20753
|
+
|
|
20754
|
+
|
|
20755
|
+
|
|
20732
20756
|
|
|
20733
20757
|
/***/ })
|
|
20734
20758
|
|
|
@@ -20738,7 +20762,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20738
20762
|
/******/ var __webpack_module_cache__ = {};
|
|
20739
20763
|
/******/
|
|
20740
20764
|
/******/ // The require function
|
|
20741
|
-
/******/ function
|
|
20765
|
+
/******/ function __webpack_require__(moduleId) {
|
|
20742
20766
|
/******/ // Check if module is in cache
|
|
20743
20767
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
20744
20768
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -20752,7 +20776,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20752
20776
|
/******/ };
|
|
20753
20777
|
/******/
|
|
20754
20778
|
/******/ // Execute the module function
|
|
20755
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
20779
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
20756
20780
|
/******/
|
|
20757
20781
|
/******/ // Return the exports of the module
|
|
20758
20782
|
/******/ return module.exports;
|
|
@@ -20761,17 +20785,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20761
20785
|
/************************************************************************/
|
|
20762
20786
|
/******/ /* webpack/runtime/amd options */
|
|
20763
20787
|
/******/ (() => {
|
|
20764
|
-
/******/
|
|
20788
|
+
/******/ __webpack_require__.amdO = {};
|
|
20765
20789
|
/******/ })();
|
|
20766
20790
|
/******/
|
|
20767
20791
|
/******/ /* webpack/runtime/compat get default export */
|
|
20768
20792
|
/******/ (() => {
|
|
20769
20793
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
20770
|
-
/******/
|
|
20794
|
+
/******/ __webpack_require__.n = (module) => {
|
|
20771
20795
|
/******/ var getter = module && module.__esModule ?
|
|
20772
20796
|
/******/ () => (module['default']) :
|
|
20773
20797
|
/******/ () => (module);
|
|
20774
|
-
/******/
|
|
20798
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
20775
20799
|
/******/ return getter;
|
|
20776
20800
|
/******/ };
|
|
20777
20801
|
/******/ })();
|
|
@@ -20779,9 +20803,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20779
20803
|
/******/ /* webpack/runtime/define property getters */
|
|
20780
20804
|
/******/ (() => {
|
|
20781
20805
|
/******/ // define getter functions for harmony exports
|
|
20782
|
-
/******/
|
|
20806
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
20783
20807
|
/******/ for(var key in definition) {
|
|
20784
|
-
/******/ if(
|
|
20808
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
20785
20809
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
20786
20810
|
/******/ }
|
|
20787
20811
|
/******/ }
|
|
@@ -20790,7 +20814,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
20790
20814
|
/******/
|
|
20791
20815
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
20792
20816
|
/******/ (() => {
|
|
20793
|
-
/******/
|
|
20817
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
20794
20818
|
/******/ })();
|
|
20795
20819
|
/******/
|
|
20796
20820
|
/************************************************************************/
|
|
@@ -20798,29 +20822,19 @@ var __webpack_exports__ = {};
|
|
|
20798
20822
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
20799
20823
|
(() => {
|
|
20800
20824
|
"use strict";
|
|
20801
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
20802
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
20803
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ =
|
|
20804
|
-
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
20805
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ =
|
|
20806
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
20807
|
-
/* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3__ =
|
|
20808
|
-
/* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
20825
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
20826
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
20827
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(4198);
|
|
20828
|
+
/* harmony import */ var _jqxdata__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxdata__WEBPACK_IMPORTED_MODULE_1__);
|
|
20829
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7351);
|
|
20830
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_2__);
|
|
20831
|
+
/* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(9274);
|
|
20832
|
+
/* harmony import */ var _jqxribbon__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxribbon__WEBPACK_IMPORTED_MODULE_3__);
|
|
20809
20833
|
|
|
20810
20834
|
|
|
20811
20835
|
|
|
20812
20836
|
|
|
20813
20837
|
})();
|
|
20814
20838
|
|
|
20815
|
-
/******/ })()
|
|
20816
|
-
;
|
|
20817
|
-
/******/ })()
|
|
20818
|
-
;
|
|
20819
|
-
/******/ })()
|
|
20820
|
-
;
|
|
20821
|
-
/******/ })()
|
|
20822
|
-
;
|
|
20823
|
-
/******/ })()
|
|
20824
|
-
;
|
|
20825
20839
|
/******/ })()
|
|
20826
20840
|
;
|