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
|
|
|
@@ -677,7 +637,23 @@ License: https://jqwidgets.com/license/ */
|
|
|
677
637
|
}
|
|
678
638
|
});
|
|
679
639
|
})(jqxBaseFramework);
|
|
680
|
-
})();
|
|
640
|
+
})();
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
|
|
646
|
+
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
|
|
652
|
+
|
|
653
|
+
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
|
|
681
657
|
|
|
682
658
|
/***/ }),
|
|
683
659
|
|
|
@@ -1862,12 +1838,28 @@ License: https://jqwidgets.com/license/ */
|
|
|
1862
1838
|
//// End of ToggleButton
|
|
1863
1839
|
|
|
1864
1840
|
})(jqxBaseFramework);
|
|
1865
|
-
})();
|
|
1841
|
+
})();
|
|
1842
|
+
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
|
|
1846
|
+
|
|
1847
|
+
|
|
1848
|
+
|
|
1849
|
+
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
|
|
1853
|
+
|
|
1854
|
+
|
|
1855
|
+
|
|
1856
|
+
|
|
1857
|
+
|
|
1866
1858
|
|
|
1867
1859
|
/***/ }),
|
|
1868
1860
|
|
|
1869
1861
|
/***/ 5459:
|
|
1870
|
-
/***/ ((module, exports,
|
|
1862
|
+
/***/ ((module, exports, __webpack_require__) => {
|
|
1871
1863
|
|
|
1872
1864
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1873
1865
|
/* eslint-disable */
|
|
@@ -10047,7 +10039,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
10047
10039
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
10048
10040
|
// Do this after creating the global so that if an AMD module wants to call
|
|
10049
10041
|
// noConflict to hide this version of JQXLite, it will work.
|
|
10050
|
-
if (
|
|
10042
|
+
if ( true && __webpack_require__.amdO.JQXLite) {
|
|
10051
10043
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
10052
10044
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
10053
10045
|
}
|
|
@@ -13222,6 +13214,22 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13222
13214
|
}
|
|
13223
13215
|
})(jqxBaseFramework);
|
|
13224
13216
|
})();
|
|
13217
|
+
|
|
13218
|
+
|
|
13219
|
+
|
|
13220
|
+
|
|
13221
|
+
|
|
13222
|
+
|
|
13223
|
+
|
|
13224
|
+
|
|
13225
|
+
|
|
13226
|
+
|
|
13227
|
+
|
|
13228
|
+
|
|
13229
|
+
|
|
13230
|
+
|
|
13231
|
+
|
|
13232
|
+
|
|
13225
13233
|
|
|
13226
13234
|
|
|
13227
13235
|
/***/ }),
|
|
@@ -16193,7 +16201,23 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16193
16201
|
return menuItem;
|
|
16194
16202
|
}; //
|
|
16195
16203
|
})(jqxBaseFramework);
|
|
16196
|
-
})();
|
|
16204
|
+
})();
|
|
16205
|
+
|
|
16206
|
+
|
|
16207
|
+
|
|
16208
|
+
|
|
16209
|
+
|
|
16210
|
+
|
|
16211
|
+
|
|
16212
|
+
|
|
16213
|
+
|
|
16214
|
+
|
|
16215
|
+
|
|
16216
|
+
|
|
16217
|
+
|
|
16218
|
+
|
|
16219
|
+
|
|
16220
|
+
|
|
16197
16221
|
|
|
16198
16222
|
/***/ }),
|
|
16199
16223
|
|
|
@@ -16704,7 +16728,23 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16704
16728
|
}
|
|
16705
16729
|
});
|
|
16706
16730
|
})(jqxBaseFramework);
|
|
16707
|
-
})();
|
|
16731
|
+
})();
|
|
16732
|
+
|
|
16733
|
+
|
|
16734
|
+
|
|
16735
|
+
|
|
16736
|
+
|
|
16737
|
+
|
|
16738
|
+
|
|
16739
|
+
|
|
16740
|
+
|
|
16741
|
+
|
|
16742
|
+
|
|
16743
|
+
|
|
16744
|
+
|
|
16745
|
+
|
|
16746
|
+
|
|
16747
|
+
|
|
16708
16748
|
|
|
16709
16749
|
/***/ }),
|
|
16710
16750
|
|
|
@@ -18297,6 +18337,22 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
18297
18337
|
}); // jqxScrollBar
|
|
18298
18338
|
})(jqxBaseFramework);
|
|
18299
18339
|
})();
|
|
18340
|
+
|
|
18341
|
+
|
|
18342
|
+
|
|
18343
|
+
|
|
18344
|
+
|
|
18345
|
+
|
|
18346
|
+
|
|
18347
|
+
|
|
18348
|
+
|
|
18349
|
+
|
|
18350
|
+
|
|
18351
|
+
|
|
18352
|
+
|
|
18353
|
+
|
|
18354
|
+
|
|
18355
|
+
|
|
18300
18356
|
|
|
18301
18357
|
|
|
18302
18358
|
/***/ })
|
|
@@ -18307,7 +18363,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
18307
18363
|
/******/ var __webpack_module_cache__ = {};
|
|
18308
18364
|
/******/
|
|
18309
18365
|
/******/ // The require function
|
|
18310
|
-
/******/ function
|
|
18366
|
+
/******/ function __webpack_require__(moduleId) {
|
|
18311
18367
|
/******/ // Check if module is in cache
|
|
18312
18368
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
18313
18369
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -18321,7 +18377,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
18321
18377
|
/******/ };
|
|
18322
18378
|
/******/
|
|
18323
18379
|
/******/ // Execute the module function
|
|
18324
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
18380
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
18325
18381
|
/******/
|
|
18326
18382
|
/******/ // Return the exports of the module
|
|
18327
18383
|
/******/ return module.exports;
|
|
@@ -18330,17 +18386,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
18330
18386
|
/************************************************************************/
|
|
18331
18387
|
/******/ /* webpack/runtime/amd options */
|
|
18332
18388
|
/******/ (() => {
|
|
18333
|
-
/******/
|
|
18389
|
+
/******/ __webpack_require__.amdO = {};
|
|
18334
18390
|
/******/ })();
|
|
18335
18391
|
/******/
|
|
18336
18392
|
/******/ /* webpack/runtime/compat get default export */
|
|
18337
18393
|
/******/ (() => {
|
|
18338
18394
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
18339
|
-
/******/
|
|
18395
|
+
/******/ __webpack_require__.n = (module) => {
|
|
18340
18396
|
/******/ var getter = module && module.__esModule ?
|
|
18341
18397
|
/******/ () => (module['default']) :
|
|
18342
18398
|
/******/ () => (module);
|
|
18343
|
-
/******/
|
|
18399
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
18344
18400
|
/******/ return getter;
|
|
18345
18401
|
/******/ };
|
|
18346
18402
|
/******/ })();
|
|
@@ -18348,9 +18404,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
18348
18404
|
/******/ /* webpack/runtime/define property getters */
|
|
18349
18405
|
/******/ (() => {
|
|
18350
18406
|
/******/ // define getter functions for harmony exports
|
|
18351
|
-
/******/
|
|
18407
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
18352
18408
|
/******/ for(var key in definition) {
|
|
18353
|
-
/******/ if(
|
|
18409
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
18354
18410
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
18355
18411
|
/******/ }
|
|
18356
18412
|
/******/ }
|
|
@@ -18359,7 +18415,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
18359
18415
|
/******/
|
|
18360
18416
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
18361
18417
|
/******/ (() => {
|
|
18362
|
-
/******/
|
|
18418
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
18363
18419
|
/******/ })();
|
|
18364
18420
|
/******/
|
|
18365
18421
|
/************************************************************************/
|
|
@@ -18367,18 +18423,18 @@ var __webpack_exports__ = {};
|
|
|
18367
18423
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
18368
18424
|
(() => {
|
|
18369
18425
|
"use strict";
|
|
18370
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
18371
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
18372
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
18373
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
18374
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ =
|
|
18375
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
18376
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ =
|
|
18377
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
18378
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ =
|
|
18379
|
-
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
18380
|
-
/* harmony import */ var _jqxnotification__WEBPACK_IMPORTED_MODULE_5__ =
|
|
18381
|
-
/* harmony import */ var _jqxnotification__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/
|
|
18426
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
18427
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
18428
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
|
|
18429
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
18430
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
|
|
18431
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
|
|
18432
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
|
|
18433
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
|
|
18434
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(1610);
|
|
18435
|
+
/* harmony import */ var _jqxmenu__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxmenu__WEBPACK_IMPORTED_MODULE_4__);
|
|
18436
|
+
/* harmony import */ var _jqxnotification__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(6610);
|
|
18437
|
+
/* harmony import */ var _jqxnotification__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxnotification__WEBPACK_IMPORTED_MODULE_5__);
|
|
18382
18438
|
|
|
18383
18439
|
|
|
18384
18440
|
|
|
@@ -18387,15 +18443,5 @@ var __webpack_exports__ = {};
|
|
|
18387
18443
|
|
|
18388
18444
|
})();
|
|
18389
18445
|
|
|
18390
|
-
/******/ })()
|
|
18391
|
-
;
|
|
18392
|
-
/******/ })()
|
|
18393
|
-
;
|
|
18394
|
-
/******/ })()
|
|
18395
|
-
;
|
|
18396
|
-
/******/ })()
|
|
18397
|
-
;
|
|
18398
|
-
/******/ })()
|
|
18399
|
-
;
|
|
18400
18446
|
/******/ })()
|
|
18401
18447
|
;
|