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
|
/***/ }),
|
|
@@ -13970,7 +13978,23 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
13970
13978
|
}
|
|
13971
13979
|
});
|
|
13972
13980
|
})(jqxBaseFramework); //ignore jslint
|
|
13973
|
-
})();
|
|
13981
|
+
})();
|
|
13982
|
+
|
|
13983
|
+
|
|
13984
|
+
|
|
13985
|
+
|
|
13986
|
+
|
|
13987
|
+
|
|
13988
|
+
|
|
13989
|
+
|
|
13990
|
+
|
|
13991
|
+
|
|
13992
|
+
|
|
13993
|
+
|
|
13994
|
+
|
|
13995
|
+
|
|
13996
|
+
|
|
13997
|
+
|
|
13974
13998
|
|
|
13975
13999
|
/***/ }),
|
|
13976
14000
|
|
|
@@ -15563,6 +15587,22 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
15563
15587
|
}); // jqxScrollBar
|
|
15564
15588
|
})(jqxBaseFramework);
|
|
15565
15589
|
})();
|
|
15590
|
+
|
|
15591
|
+
|
|
15592
|
+
|
|
15593
|
+
|
|
15594
|
+
|
|
15595
|
+
|
|
15596
|
+
|
|
15597
|
+
|
|
15598
|
+
|
|
15599
|
+
|
|
15600
|
+
|
|
15601
|
+
|
|
15602
|
+
|
|
15603
|
+
|
|
15604
|
+
|
|
15605
|
+
|
|
15566
15606
|
|
|
15567
15607
|
|
|
15568
15608
|
/***/ }),
|
|
@@ -16535,6 +16575,22 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16535
16575
|
});
|
|
16536
16576
|
})(jqxBaseFramework); //ignore jslint
|
|
16537
16577
|
})();
|
|
16578
|
+
|
|
16579
|
+
|
|
16580
|
+
|
|
16581
|
+
|
|
16582
|
+
|
|
16583
|
+
|
|
16584
|
+
|
|
16585
|
+
|
|
16586
|
+
|
|
16587
|
+
|
|
16588
|
+
|
|
16589
|
+
|
|
16590
|
+
|
|
16591
|
+
|
|
16592
|
+
|
|
16593
|
+
|
|
16538
16594
|
|
|
16539
16595
|
|
|
16540
16596
|
/***/ })
|
|
@@ -16545,7 +16601,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16545
16601
|
/******/ var __webpack_module_cache__ = {};
|
|
16546
16602
|
/******/
|
|
16547
16603
|
/******/ // The require function
|
|
16548
|
-
/******/ function
|
|
16604
|
+
/******/ function __webpack_require__(moduleId) {
|
|
16549
16605
|
/******/ // Check if module is in cache
|
|
16550
16606
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
16551
16607
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -16559,7 +16615,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16559
16615
|
/******/ };
|
|
16560
16616
|
/******/
|
|
16561
16617
|
/******/ // Execute the module function
|
|
16562
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
16618
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
16563
16619
|
/******/
|
|
16564
16620
|
/******/ // Return the exports of the module
|
|
16565
16621
|
/******/ return module.exports;
|
|
@@ -16568,17 +16624,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16568
16624
|
/************************************************************************/
|
|
16569
16625
|
/******/ /* webpack/runtime/amd options */
|
|
16570
16626
|
/******/ (() => {
|
|
16571
|
-
/******/
|
|
16627
|
+
/******/ __webpack_require__.amdO = {};
|
|
16572
16628
|
/******/ })();
|
|
16573
16629
|
/******/
|
|
16574
16630
|
/******/ /* webpack/runtime/compat get default export */
|
|
16575
16631
|
/******/ (() => {
|
|
16576
16632
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
16577
|
-
/******/
|
|
16633
|
+
/******/ __webpack_require__.n = (module) => {
|
|
16578
16634
|
/******/ var getter = module && module.__esModule ?
|
|
16579
16635
|
/******/ () => (module['default']) :
|
|
16580
16636
|
/******/ () => (module);
|
|
16581
|
-
/******/
|
|
16637
|
+
/******/ __webpack_require__.d(getter, { a: getter });
|
|
16582
16638
|
/******/ return getter;
|
|
16583
16639
|
/******/ };
|
|
16584
16640
|
/******/ })();
|
|
@@ -16586,9 +16642,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16586
16642
|
/******/ /* webpack/runtime/define property getters */
|
|
16587
16643
|
/******/ (() => {
|
|
16588
16644
|
/******/ // define getter functions for harmony exports
|
|
16589
|
-
/******/
|
|
16645
|
+
/******/ __webpack_require__.d = (exports, definition) => {
|
|
16590
16646
|
/******/ for(var key in definition) {
|
|
16591
|
-
/******/ if(
|
|
16647
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
16592
16648
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
16593
16649
|
/******/ }
|
|
16594
16650
|
/******/ }
|
|
@@ -16597,7 +16653,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
16597
16653
|
/******/
|
|
16598
16654
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
16599
16655
|
/******/ (() => {
|
|
16600
|
-
/******/
|
|
16656
|
+
/******/ __webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
16601
16657
|
/******/ })();
|
|
16602
16658
|
/******/
|
|
16603
16659
|
/************************************************************************/
|
|
@@ -16605,18 +16661,18 @@ var __webpack_exports__ = {};
|
|
|
16605
16661
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
16606
16662
|
(() => {
|
|
16607
16663
|
"use strict";
|
|
16608
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
16609
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
16610
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
16611
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
16612
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ =
|
|
16613
|
-
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
16614
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ =
|
|
16615
|
-
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/
|
|
16616
|
-
/* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_4__ =
|
|
16617
|
-
/* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/
|
|
16618
|
-
/* harmony import */ var _jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5__ =
|
|
16619
|
-
/* harmony import */ var _jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/
|
|
16664
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5459);
|
|
16665
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
16666
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7351);
|
|
16667
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
16668
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7196);
|
|
16669
|
+
/* harmony import */ var _jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_jqxbuttongroup__WEBPACK_IMPORTED_MODULE_2__);
|
|
16670
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(4240);
|
|
16671
|
+
/* harmony import */ var _jqxscrollbar__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(_jqxscrollbar__WEBPACK_IMPORTED_MODULE_3__);
|
|
16672
|
+
/* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(3899);
|
|
16673
|
+
/* harmony import */ var _jqxtooltip__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(_jqxtooltip__WEBPACK_IMPORTED_MODULE_4__);
|
|
16674
|
+
/* harmony import */ var _jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(8141);
|
|
16675
|
+
/* harmony import */ var _jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(_jqxpasswordinput__WEBPACK_IMPORTED_MODULE_5__);
|
|
16620
16676
|
|
|
16621
16677
|
|
|
16622
16678
|
|
|
@@ -16625,15 +16681,5 @@ var __webpack_exports__ = {};
|
|
|
16625
16681
|
|
|
16626
16682
|
})();
|
|
16627
16683
|
|
|
16628
|
-
/******/ })()
|
|
16629
|
-
;
|
|
16630
|
-
/******/ })()
|
|
16631
|
-
;
|
|
16632
|
-
/******/ })()
|
|
16633
|
-
;
|
|
16634
|
-
/******/ })()
|
|
16635
|
-
;
|
|
16636
|
-
/******/ })()
|
|
16637
|
-
;
|
|
16638
16684
|
/******/ })()
|
|
16639
16685
|
;
|