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
|
/***/ }),
|
|
@@ -13656,7 +13648,23 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13656
13648
|
}
|
|
13657
13649
|
});
|
|
13658
13650
|
})(jqxBaseFramework);
|
|
13659
|
-
})();
|
|
13651
|
+
})();
|
|
13652
|
+
|
|
13653
|
+
|
|
13654
|
+
|
|
13655
|
+
|
|
13656
|
+
|
|
13657
|
+
|
|
13658
|
+
|
|
13659
|
+
|
|
13660
|
+
|
|
13661
|
+
|
|
13662
|
+
|
|
13663
|
+
|
|
13664
|
+
|
|
13665
|
+
|
|
13666
|
+
|
|
13667
|
+
|
|
13660
13668
|
|
|
13661
13669
|
/***/ })
|
|
13662
13670
|
|
|
@@ -13666,7 +13674,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13666
13674
|
/******/ var __webpack_module_cache__ = {};
|
|
13667
13675
|
/******/
|
|
13668
13676
|
/******/ // The require function
|
|
13669
|
-
/******/ function
|
|
13677
|
+
/******/ function __webpack_require__(moduleId) {
|
|
13670
13678
|
/******/ // Check if module is in cache
|
|
13671
13679
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
13672
13680
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -13680,7 +13688,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13680
13688
|
/******/ };
|
|
13681
13689
|
/******/
|
|
13682
13690
|
/******/ // Execute the module function
|
|
13683
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
13691
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
13684
13692
|
/******/
|
|
13685
13693
|
/******/ // Return the exports of the module
|
|
13686
13694
|
/******/ return module.exports;
|
|
@@ -13689,17 +13697,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13689
13697
|
/************************************************************************/
|
|
13690
13698
|
/******/ /* webpack/runtime/amd options */
|
|
13691
13699
|
/******/ (() => {
|
|
13692
|
-
/******/
|
|
13700
|
+
/******/ __webpack_require__.amdO = {};
|
|
13693
13701
|
/******/ })();
|
|
13694
13702
|
/******/
|
|
13695
13703
|
/******/ /* webpack/runtime/compat get default export */
|
|
13696
13704
|
/******/ (() => {
|
|
13697
13705
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
13698
|
-
/******/
|
|
13706
|
+
/******/ __webpack_require__.n = (module) => {
|
|
13699
13707
|
/******/ var getter = module && module.__esModule ?
|
|
13700
13708
|
/******/ () => (module['default']) :
|
|
13701
13709
|
/******/ () => (module);
|
|
13702
|
-
/******/
|
|
13710
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
13703
13711
|
/******/ return getter;
|
|
13704
13712
|
/******/ };
|
|
13705
13713
|
/******/ })();
|
|
@@ -13707,9 +13715,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13707
13715
|
/******/ /* webpack/runtime/define property getters */
|
|
13708
13716
|
/******/ (() => {
|
|
13709
13717
|
/******/ // define getter functions for harmony exports
|
|
13710
|
-
/******/
|
|
13718
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
13711
13719
|
/******/ for(var key in definition) {
|
|
13712
|
-
/******/ if(
|
|
13720
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
13713
13721
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
13714
13722
|
/******/ }
|
|
13715
13723
|
/******/ }
|
|
@@ -13718,7 +13726,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13718
13726
|
/******/
|
|
13719
13727
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
13720
13728
|
/******/ (() => {
|
|
13721
|
-
/******/
|
|
13729
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
13722
13730
|
/******/ })();
|
|
13723
13731
|
/******/
|
|
13724
13732
|
/************************************************************************/
|
|
@@ -13726,26 +13734,16 @@ var __webpack_exports__ = {};
|
|
|
13726
13734
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
13727
13735
|
(() => {
|
|
13728
13736
|
"use strict";
|
|
13729
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
13730
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
13731
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
13732
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
13733
|
-
/* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_2__ =
|
|
13734
|
-
/* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
13737
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
13738
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
13739
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
|
|
13740
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
13741
|
+
/* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(5905);
|
|
13742
|
+
/* harmony import */ var _jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxdropdownbutton__WEBPACK_IMPORTED_MODULE_2__);
|
|
13735
13743
|
|
|
13736
13744
|
|
|
13737
13745
|
|
|
13738
13746
|
})();
|
|
13739
13747
|
|
|
13740
|
-
/******/ })()
|
|
13741
|
-
;
|
|
13742
|
-
/******/ })()
|
|
13743
|
-
;
|
|
13744
|
-
/******/ })()
|
|
13745
|
-
;
|
|
13746
|
-
/******/ })()
|
|
13747
|
-
;
|
|
13748
|
-
/******/ })()
|
|
13749
|
-
;
|
|
13750
13748
|
/******/ })()
|
|
13751
13749
|
;
|