jqwidgets-ng 22.0.0 → 22.0.2
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 +106 -3335
- package/jqwidgets/jqxbarcode.js +14 -0
- package/jqwidgets/jqxcheckboxgroup.js +14 -0
- package/jqwidgets/jqxcore.js +1 -1
- package/jqwidgets/jqxgrid.export.js +1 -831
- package/jqwidgets/jqxqrcode.js +14 -0
- package/jqwidgets/jqxradiobuttongroup.js +14 -0
- package/jqwidgets/jqxsplitlayout.js +1 -2456
- package/jqwidgets/modules/jqxbarcode.js +34 -14
- package/jqwidgets/modules/jqxbargauge.js +36 -16
- package/jqwidgets/modules/jqxbulletchart.js +38 -18
- package/jqwidgets/modules/jqxbuttongroup.js +36 -16
- package/jqwidgets/modules/jqxbuttons.js +34 -14
- package/jqwidgets/modules/jqxcalendar.js +40 -20
- package/jqwidgets/modules/jqxchart.js +48 -28
- package/jqwidgets/modules/jqxcheckbox.js +38 -18
- package/jqwidgets/modules/jqxcheckboxgroup.js +38 -18
- package/jqwidgets/modules/jqxcolorpicker.js +40 -20
- package/jqwidgets/modules/jqxcombobox.js +44 -24
- package/jqwidgets/modules/jqxcomplexinput.js +36 -16
- package/jqwidgets/modules/jqxdatatable.js +64 -44
- package/jqwidgets/modules/jqxdatetimeinput.js +58 -38
- package/jqwidgets/modules/jqxdocking.js +38 -18
- package/jqwidgets/modules/jqxdockinglayout.js +46 -26
- package/jqwidgets/modules/jqxdockpanel.js +36 -16
- package/jqwidgets/modules/jqxdragdrop.js +38 -18
- package/jqwidgets/modules/jqxdraw.js +34 -14
- package/jqwidgets/modules/jqxdropdownbutton.js +36 -16
- package/jqwidgets/modules/jqxdropdownlist.js +56 -36
- package/jqwidgets/modules/jqxeditor.js +68 -48
- package/jqwidgets/modules/jqxexpander.js +42 -22
- package/jqwidgets/modules/jqxfileupload.js +38 -18
- package/jqwidgets/modules/jqxform.js +66 -46
- package/jqwidgets/modules/jqxformattedinput.js +58 -38
- package/jqwidgets/modules/jqxgantt.js +36 -16
- package/jqwidgets/modules/jqxgauge.js +40 -20
- package/jqwidgets/modules/jqxgrid.js +90 -70
- package/jqwidgets/modules/jqxheatmap.js +36 -16
- package/jqwidgets/modules/jqxinput.js +38 -18
- package/jqwidgets/modules/jqxkanban.js +68 -48
- package/jqwidgets/modules/jqxknob.js +38 -18
- package/jqwidgets/modules/jqxlayout.js +46 -26
- package/jqwidgets/modules/jqxlineargauge.js +40 -20
- package/jqwidgets/modules/jqxlinkbutton.js +34 -14
- package/jqwidgets/modules/jqxlistbox.js +48 -28
- package/jqwidgets/modules/jqxlistmenu.js +64 -44
- package/jqwidgets/modules/jqxloader.js +34 -14
- package/jqwidgets/modules/jqxmaskedinput.js +34 -14
- package/jqwidgets/modules/jqxmenu.js +46 -26
- package/jqwidgets/modules/jqxnavbar.js +42 -22
- package/jqwidgets/modules/jqxnavigationbar.js +50 -30
- package/jqwidgets/modules/jqxnotification.js +42 -22
- package/jqwidgets/modules/jqxnumberinput.js +48 -28
- package/jqwidgets/modules/jqxpanel.js +40 -20
- package/jqwidgets/modules/jqxpasswordinput.js +42 -22
- package/jqwidgets/modules/jqxpivotdesigner.js +72 -52
- package/jqwidgets/modules/jqxpivotgrid.js +72 -52
- package/jqwidgets/modules/jqxpopover.js +36 -16
- package/jqwidgets/modules/jqxprogressbar.js +34 -14
- package/jqwidgets/modules/jqxqrcode.js +42 -22
- package/jqwidgets/modules/jqxradiobutongroup.js +38 -18
- package/jqwidgets/modules/jqxradiobutton.js +36 -16
- package/jqwidgets/modules/jqxrangeselector.js +38 -18
- package/jqwidgets/modules/jqxrating.js +36 -16
- package/jqwidgets/modules/jqxrepeatbutton.js +34 -14
- package/jqwidgets/modules/jqxresponsivepanel.js +36 -16
- package/jqwidgets/modules/jqxribbon.js +38 -18
- package/jqwidgets/modules/jqxscheduler.js +74 -54
- package/jqwidgets/modules/jqxscrollbar.js +36 -16
- package/jqwidgets/modules/jqxscrollview.js +36 -16
- package/jqwidgets/modules/jqxslider.js +36 -16
- package/jqwidgets/modules/jqxsortable.js +36 -16
- package/jqwidgets/modules/jqxsplitlayout.js +34 -14
- package/jqwidgets/modules/jqxsplitter.js +36 -16
- package/jqwidgets/modules/jqxswitchbutton.js +40 -20
- package/jqwidgets/modules/jqxtabs.js +48 -28
- package/jqwidgets/modules/jqxtagcloud.js +42 -22
- package/jqwidgets/modules/jqxtextarea.js +42 -22
- package/jqwidgets/modules/jqxtimeline.js +34 -14
- package/jqwidgets/modules/jqxtimepicker.js +36 -16
- package/jqwidgets/modules/jqxtogglebutton.js +34 -14
- package/jqwidgets/modules/jqxtoolbar.js +66 -46
- package/jqwidgets/modules/jqxtooltip.js +34 -14
- package/jqwidgets/modules/jqxtree.js +46 -26
- package/jqwidgets/modules/jqxtreegrid.js +66 -46
- package/jqwidgets/modules/jqxtreemap.js +38 -18
- package/jqwidgets/modules/jqxvalidator.js +40 -20
- package/jqwidgets/modules/jqxwindow.js +36 -16
- package/package.json +1 -1
|
@@ -4,6 +4,22 @@ 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
|
+
|
|
15
|
+
/******/ (() => { // webpackBootstrap
|
|
16
|
+
var __webpack_exports__ = {};
|
|
17
|
+
|
|
18
|
+
/* Release Date: Sep-17-2024
|
|
19
|
+
Copyright (c) 2011-2024 jQWidgets.
|
|
20
|
+
License: https://jqwidgets.com/license/ */
|
|
21
|
+
|
|
22
|
+
|
|
7
23
|
/******/ (() => { // webpackBootstrap
|
|
8
24
|
/******/ var __webpack_modules__ = ({
|
|
9
25
|
|
|
@@ -1196,7 +1212,7 @@ License: https://jqwidgets.com/license/ */
|
|
|
1196
1212
|
/***/ }),
|
|
1197
1213
|
|
|
1198
1214
|
/***/ 5459:
|
|
1199
|
-
/***/ ((module, exports,
|
|
1215
|
+
/***/ ((module, exports, __nested_webpack_require_52089__) => {
|
|
1200
1216
|
|
|
1201
1217
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disable */
|
|
1202
1218
|
/* eslint-disable */
|
|
@@ -9376,7 +9392,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
9376
9392
|
// file names, and JQXLite is normally delivered in a lowercase file name.
|
|
9377
9393
|
// Do this after creating the global so that if an AMD module wants to call
|
|
9378
9394
|
// noConflict to hide this version of JQXLite, it will work.
|
|
9379
|
-
if (
|
|
9395
|
+
if ( true && __nested_webpack_require_52089__.amdO.JQXLite) {
|
|
9380
9396
|
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [], __WEBPACK_AMD_DEFINE_RESULT__ = (function () { return JQXLite; }).apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__),
|
|
9381
9397
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
9382
9398
|
}
|
|
@@ -15584,7 +15600,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
15584
15600
|
/******/ var __webpack_module_cache__ = {};
|
|
15585
15601
|
/******/
|
|
15586
15602
|
/******/ // The require function
|
|
15587
|
-
/******/ function
|
|
15603
|
+
/******/ function __nested_webpack_require_547441__(moduleId) {
|
|
15588
15604
|
/******/ // Check if module is in cache
|
|
15589
15605
|
/******/ var cachedModule = __webpack_module_cache__[moduleId];
|
|
15590
15606
|
/******/ if (cachedModule !== undefined) {
|
|
@@ -15598,7 +15614,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
15598
15614
|
/******/ };
|
|
15599
15615
|
/******/
|
|
15600
15616
|
/******/ // Execute the module function
|
|
15601
|
-
/******/ __webpack_modules__[moduleId](module, module.exports,
|
|
15617
|
+
/******/ __webpack_modules__[moduleId](module, module.exports, __nested_webpack_require_547441__);
|
|
15602
15618
|
/******/
|
|
15603
15619
|
/******/ // Return the exports of the module
|
|
15604
15620
|
/******/ return module.exports;
|
|
@@ -15607,17 +15623,17 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
15607
15623
|
/************************************************************************/
|
|
15608
15624
|
/******/ /* webpack/runtime/amd options */
|
|
15609
15625
|
/******/ (() => {
|
|
15610
|
-
/******/
|
|
15626
|
+
/******/ __nested_webpack_require_547441__.amdO = {};
|
|
15611
15627
|
/******/ })();
|
|
15612
15628
|
/******/
|
|
15613
15629
|
/******/ /* webpack/runtime/compat get default export */
|
|
15614
15630
|
/******/ (() => {
|
|
15615
15631
|
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
15616
|
-
/******/
|
|
15632
|
+
/******/ __nested_webpack_require_547441__.n = (module) => {
|
|
15617
15633
|
/******/ var getter = module && module.__esModule ?
|
|
15618
15634
|
/******/ () => (module['default']) :
|
|
15619
15635
|
/******/ () => (module);
|
|
15620
|
-
/******/
|
|
15636
|
+
/******/ __nested_webpack_require_547441__.d(getter, { a: getter });
|
|
15621
15637
|
/******/ return getter;
|
|
15622
15638
|
/******/ };
|
|
15623
15639
|
/******/ })();
|
|
@@ -15625,9 +15641,9 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
15625
15641
|
/******/ /* webpack/runtime/define property getters */
|
|
15626
15642
|
/******/ (() => {
|
|
15627
15643
|
/******/ // define getter functions for harmony exports
|
|
15628
|
-
/******/
|
|
15644
|
+
/******/ __nested_webpack_require_547441__.d = (exports, definition) => {
|
|
15629
15645
|
/******/ for(var key in definition) {
|
|
15630
|
-
/******/ if(
|
|
15646
|
+
/******/ if(__nested_webpack_require_547441__.o(definition, key) && !__nested_webpack_require_547441__.o(exports, key)) {
|
|
15631
15647
|
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
15632
15648
|
/******/ }
|
|
15633
15649
|
/******/ }
|
|
@@ -15636,7 +15652,7 @@ var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/* tslint:disabl
|
|
|
15636
15652
|
/******/
|
|
15637
15653
|
/******/ /* webpack/runtime/hasOwnProperty shorthand */
|
|
15638
15654
|
/******/ (() => {
|
|
15639
|
-
/******/
|
|
15655
|
+
/******/ __nested_webpack_require_547441__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))
|
|
15640
15656
|
/******/ })();
|
|
15641
15657
|
/******/
|
|
15642
15658
|
/************************************************************************/
|
|
@@ -15644,16 +15660,20 @@ var __webpack_exports__ = {};
|
|
|
15644
15660
|
// This entry need to be wrapped in an IIFE because it need to be in strict mode.
|
|
15645
15661
|
(() => {
|
|
15646
15662
|
"use strict";
|
|
15647
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ =
|
|
15648
|
-
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/
|
|
15649
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ =
|
|
15650
|
-
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/
|
|
15651
|
-
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ =
|
|
15652
|
-
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/
|
|
15663
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0__ = __nested_webpack_require_547441__(5459);
|
|
15664
|
+
/* harmony import */ var _jqxcore__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__nested_webpack_require_547441__.n(_jqxcore__WEBPACK_IMPORTED_MODULE_0__);
|
|
15665
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1__ = __nested_webpack_require_547441__(7351);
|
|
15666
|
+
/* harmony import */ var _jqxbuttons__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__nested_webpack_require_547441__.n(_jqxbuttons__WEBPACK_IMPORTED_MODULE_1__);
|
|
15667
|
+
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2__ = __nested_webpack_require_547441__(7762);
|
|
15668
|
+
/* harmony import */ var _jqxwindow__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__nested_webpack_require_547441__.n(_jqxwindow__WEBPACK_IMPORTED_MODULE_2__);
|
|
15653
15669
|
|
|
15654
15670
|
|
|
15655
15671
|
|
|
15656
15672
|
})();
|
|
15657
15673
|
|
|
15674
|
+
/******/ })()
|
|
15675
|
+
;
|
|
15676
|
+
/******/ })()
|
|
15677
|
+
;
|
|
15658
15678
|
/******/ })()
|
|
15659
15679
|
;
|