@progress/kendo-react-grid 11.2.1-develop.1 → 11.3.0-develop.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/Grid.js +1 -1
- package/Grid.mjs +1 -0
- package/GridClientWrapper.js +1 -1
- package/GridClientWrapper.mjs +1 -0
- package/GridComponent.js +1 -1
- package/GridComponent.mjs +247 -244
- package/cells/datacell/utils.js +1 -1
- package/cells/datacell/utils.mjs +9 -9
- package/cells/rowreordercell/utils.js +1 -1
- package/cells/rowreordercell/utils.mjs +8 -8
- package/dist/cdn/js/kendo-react-grid.js +1 -1
- package/index.d.mts +72 -0
- package/index.d.ts +72 -0
- package/index.js +1 -1
- package/index.mjs +50 -48
- package/messages/index.js +1 -1
- package/messages/index.mjs +83 -75
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +16 -16
- package/rows/GridRow.js +1 -1
- package/rows/GridRow.mjs +19 -18
- package/toolbar-tools/GridToolbarFilter.js +1 -1
- package/toolbar-tools/GridToolbarFilter.mjs +126 -128
- package/toolbar-tools/GridToolbarGroup.js +8 -0
- package/toolbar-tools/GridToolbarGroup.mjs +204 -0
- package/toolbar-tools/GridToolbarSort.js +1 -1
- package/toolbar-tools/GridToolbarSort.mjs +16 -16
- package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarGroup.js +9 -0
- package/toolbar-tools/adaptiveContent/GridAdaptiveToolbarGroup.mjs +59 -0
- package/utils/index.js +1 -1
- package/utils/index.mjs +64 -63
- package/utils/premium.js +1 -1
- package/utils/premium.mjs +11 -11
package/utils/index.mjs
CHANGED
|
@@ -15,41 +15,41 @@ import { GridContextMenuItemNames as f } from "../contextMenu/enums.mjs";
|
|
|
15
15
|
import { canUseDOM as A } from "@progress/kendo-react-common";
|
|
16
16
|
function J(e, t) {
|
|
17
17
|
const n = (e != null ? e : "").split(".");
|
|
18
|
-
let
|
|
18
|
+
let i = t;
|
|
19
19
|
return n.forEach((d) => {
|
|
20
|
-
|
|
21
|
-
}),
|
|
20
|
+
i = i ? i[d] : void 0;
|
|
21
|
+
}), i;
|
|
22
22
|
}
|
|
23
|
-
function R(e, t, n,
|
|
23
|
+
function R(e, t, n, i, d, o, r, a, l, c = 0, h) {
|
|
24
24
|
var x;
|
|
25
25
|
let g = c;
|
|
26
|
-
for (let
|
|
26
|
+
for (let s = 0; s < t.length; s++) {
|
|
27
27
|
let I;
|
|
28
|
-
if (!d || t[
|
|
28
|
+
if (!d || t[s].value === void 0 || t[s].items === void 0) {
|
|
29
29
|
e[e.length] = {
|
|
30
|
-
dataIndex:
|
|
31
|
-
dataItem: t[
|
|
30
|
+
dataIndex: i.index,
|
|
31
|
+
dataItem: t[s],
|
|
32
32
|
rowType: "data",
|
|
33
33
|
level: c,
|
|
34
|
-
group:
|
|
34
|
+
group: h,
|
|
35
35
|
// This is related to detail-row expansion
|
|
36
|
-
expanded: (x = l ? !!(o != null && o[y(l)(t[
|
|
37
|
-
},
|
|
36
|
+
expanded: (x = l ? !!(o != null && o[y(l)(t[s])]) : !1) != null ? x : !1
|
|
37
|
+
}, i.index++;
|
|
38
38
|
continue;
|
|
39
39
|
} else {
|
|
40
40
|
let S;
|
|
41
|
-
|
|
42
|
-
field: t[
|
|
43
|
-
value: t[
|
|
41
|
+
h != null && h.parents ? S = [{ field: h.field, value: h.value }, ...h.parents] : h ? S = [h] : S = [], I = {
|
|
42
|
+
field: t[s].field,
|
|
43
|
+
value: t[s].value,
|
|
44
44
|
parents: S
|
|
45
45
|
};
|
|
46
46
|
}
|
|
47
47
|
g = Math.max(g, c + 1);
|
|
48
48
|
let C = !1;
|
|
49
49
|
const u = F(r || [], I);
|
|
50
|
-
u ? C = u.expanded !== !1 : C =
|
|
50
|
+
u ? C = u.expanded !== !1 : C = a !== !1, e[e.length] = {
|
|
51
51
|
dataIndex: -1,
|
|
52
|
-
dataItem: t[
|
|
52
|
+
dataItem: t[s],
|
|
53
53
|
level: c,
|
|
54
54
|
group: I,
|
|
55
55
|
rowType: "groupHeader",
|
|
@@ -57,13 +57,13 @@ function R(e, t, n, a, d, o, r, i, l, c = 0, s) {
|
|
|
57
57
|
}, C && (I.expanded = C, g = Math.max(
|
|
58
58
|
R(
|
|
59
59
|
e,
|
|
60
|
-
t[
|
|
60
|
+
t[s].items,
|
|
61
61
|
n,
|
|
62
|
-
|
|
62
|
+
i,
|
|
63
63
|
d,
|
|
64
64
|
o,
|
|
65
65
|
r,
|
|
66
|
-
|
|
66
|
+
a,
|
|
67
67
|
l,
|
|
68
68
|
c + 1,
|
|
69
69
|
I
|
|
@@ -71,7 +71,7 @@ function R(e, t, n, a, d, o, r, i, l, c = 0, s) {
|
|
|
71
71
|
g
|
|
72
72
|
)), (n === "always" || C && n === "visible") && (e[e.length] = {
|
|
73
73
|
dataIndex: -1,
|
|
74
|
-
dataItem: t[
|
|
74
|
+
dataItem: t[s],
|
|
75
75
|
rowType: "groupFooter",
|
|
76
76
|
level: c,
|
|
77
77
|
expanded: C
|
|
@@ -82,65 +82,65 @@ function R(e, t, n, a, d, o, r, i, l, c = 0, s) {
|
|
|
82
82
|
const K = (e, t) => typeof e.colSpan == "function" ? e.colSpan({ dataItem: t, column: e }) : e.colSpan || 1;
|
|
83
83
|
function Q(e, t) {
|
|
84
84
|
const n = [[]];
|
|
85
|
-
let
|
|
85
|
+
let i = 0;
|
|
86
86
|
for (let r = e.length - 1; r >= 0; r--)
|
|
87
|
-
|
|
88
|
-
(
|
|
87
|
+
i = Math.max(i, e[r].depth), e[r].headerColSpan = e[r].headerColSpan || 1, e[r].children.length > 0 && (e[r].headerColSpan = e[r].children.reduce(
|
|
88
|
+
(a, l) => l.hidden ? a : a + l.headerColSpan,
|
|
89
89
|
0
|
|
90
90
|
));
|
|
91
91
|
const d = [];
|
|
92
92
|
let o = 1;
|
|
93
|
-
return e.forEach((r,
|
|
93
|
+
return e.forEach((r, a) => {
|
|
94
94
|
n[r.depth] = n[r.depth] || [];
|
|
95
95
|
let l = !1;
|
|
96
|
-
n[r.depth].length === 0 && (o <= 1 ? o = 1 + (r.children.length > 0 ? 0 :
|
|
96
|
+
n[r.depth].length === 0 && (o <= 1 ? o = 1 + (r.children.length > 0 ? 0 : i - r.depth) : (o--, l = !0)), r.rowSpan = 1 + (r.children.length > 0 ? 0 : i - r.depth), r.kFirst = l, r.index = n[r.depth].length, n[r.depth].push(a), r.ariaColumnIndex = d[r.depth] ? d[r.depth] + 1 : 1;
|
|
97
97
|
for (let c = r.depth; c < r.depth + r.rowSpan; c++)
|
|
98
98
|
d[c] = (d[c] || 0) + r.headerColSpan;
|
|
99
99
|
}), D(n, e, t), E(n, e, t), n;
|
|
100
100
|
}
|
|
101
|
-
function m(e, t, n,
|
|
101
|
+
function m(e, t, n, i = 0, d = !1) {
|
|
102
102
|
const o = [];
|
|
103
103
|
if (!e)
|
|
104
104
|
return [];
|
|
105
|
-
e && e.length === void 0 && (e = [e]), e.forEach((
|
|
106
|
-
|
|
107
|
-
const c =
|
|
105
|
+
e && e.length === void 0 && (e = [e]), e.forEach((a, l) => {
|
|
106
|
+
a = a.props ? a.props : a;
|
|
107
|
+
const c = a.id ? a.id : p.generateNavigatableId(`${n.prevId++}`, n.idPrefix, "column"), h = A && a.media && window.matchMedia ? !window.matchMedia(a.media).matches : !1, g = d || h || a.hidden, x = t == null ? void 0 : t.find((I) => I.id === c), s = m(a.children, (x == null ? void 0 : x.children) || [], n, i + 1, g);
|
|
108
108
|
o.push(
|
|
109
109
|
Object.assign(
|
|
110
|
-
{ depth:
|
|
110
|
+
{ depth: i },
|
|
111
111
|
v,
|
|
112
|
-
|
|
113
|
-
|
|
112
|
+
s.length ? { cell: () => null, filterCell: () => null } : {},
|
|
113
|
+
a,
|
|
114
114
|
{
|
|
115
115
|
id: c,
|
|
116
116
|
declarationIndex: o.length,
|
|
117
|
-
children:
|
|
117
|
+
children: s,
|
|
118
118
|
headerColSpan: 0,
|
|
119
119
|
rowSpan: 0,
|
|
120
|
-
columnType:
|
|
121
|
-
colSpan:
|
|
120
|
+
columnType: a.columnType || "data",
|
|
121
|
+
colSpan: a.colSpan || 1,
|
|
122
122
|
isAccessible: !0,
|
|
123
123
|
hidden: g,
|
|
124
124
|
left: null,
|
|
125
125
|
right: null,
|
|
126
|
-
rowSpannable:
|
|
126
|
+
rowSpannable: a.rowSpannable
|
|
127
127
|
},
|
|
128
128
|
x ? { width: x.width, orderIndex: x.orderIndex } : {}
|
|
129
129
|
)
|
|
130
130
|
);
|
|
131
131
|
});
|
|
132
|
-
const r = (
|
|
133
|
-
if (o.sort(r),
|
|
134
|
-
const
|
|
135
|
-
g.parentIndex =
|
|
132
|
+
const r = (a, l) => a.orderIndex === l.orderIndex ? a.declarationIndex - l.declarationIndex : (a.orderIndex || 0) - (l.orderIndex || 0);
|
|
133
|
+
if (o.sort(r), i === 0) {
|
|
134
|
+
const a = [], l = (c, h) => c.forEach((g) => {
|
|
135
|
+
g.parentIndex = h, l(g.children, a.push(g) - 1);
|
|
136
136
|
});
|
|
137
|
-
return l(o, -1),
|
|
137
|
+
return l(o, -1), a;
|
|
138
138
|
}
|
|
139
139
|
return o;
|
|
140
140
|
}
|
|
141
|
-
const
|
|
142
|
-
function X(e, t, n,
|
|
143
|
-
const d =
|
|
141
|
+
const H = (e) => Array.isArray(e) ? e : e ? e.data : [];
|
|
142
|
+
function X(e, t, n, i) {
|
|
143
|
+
const d = H(e), o = [];
|
|
144
144
|
if (d.length > 0) {
|
|
145
145
|
let r = d[0];
|
|
146
146
|
if (t)
|
|
@@ -150,7 +150,7 @@ function X(e, t, n, a) {
|
|
|
150
150
|
l !== n.column && o.push(
|
|
151
151
|
Object.assign(
|
|
152
152
|
{
|
|
153
|
-
id: p.generateNavigatableId(`${
|
|
153
|
+
id: p.generateNavigatableId(`${i.prevId++}`, i.idPrefix, "column"),
|
|
154
154
|
declarationIndex: -1,
|
|
155
155
|
parentIndex: -1,
|
|
156
156
|
depth: 0,
|
|
@@ -174,26 +174,26 @@ function X(e, t, n, a) {
|
|
|
174
174
|
}
|
|
175
175
|
return o;
|
|
176
176
|
}
|
|
177
|
-
const
|
|
178
|
-
var
|
|
177
|
+
const T = (e, t) => {
|
|
178
|
+
var i;
|
|
179
179
|
let n = e[t.parentIndex];
|
|
180
180
|
for (; n; ) {
|
|
181
|
-
if ((
|
|
181
|
+
if ((i = n.cells) != null && i.footerCell)
|
|
182
182
|
return !0;
|
|
183
183
|
n = e[n.parentIndex];
|
|
184
184
|
}
|
|
185
185
|
return !1;
|
|
186
186
|
}, Y = (e) => e.filter((t) => {
|
|
187
187
|
var n;
|
|
188
|
-
return
|
|
188
|
+
return T(e, t) ? !1 : !!((n = t.cells) != null && n.footerCell) || !(t.children && t.children.length > 0);
|
|
189
189
|
}), Z = (e) => e.width !== void 0 ? Math.floor(parseFloat(e.width.toString())) + "px" : void 0, _ = (e, t) => t && t.filter((n) => n.field === e).length > 0, j = (e) => (e.sort((t, n) => t.declarationIndex - n.declarationIndex), e.map((t) => {
|
|
190
|
-
const { declarationIndex: n, parentIndex:
|
|
190
|
+
const { declarationIndex: n, parentIndex: i, depth: d, headerColSpan: o, rowSpan: r, index: a, kFirst: l, children: c, ...h } = t;
|
|
191
191
|
return c.length ? {
|
|
192
192
|
children: j(c),
|
|
193
|
-
...
|
|
194
|
-
} :
|
|
193
|
+
...h
|
|
194
|
+
} : h;
|
|
195
195
|
})), B = (e) => {
|
|
196
|
-
const { cells: t, rowSpannable: n, defaultCell:
|
|
196
|
+
const { cells: t, rowSpannable: n, defaultCell: i, ...d } = e;
|
|
197
197
|
return e.children.length ? {
|
|
198
198
|
...d,
|
|
199
199
|
children: e.children.map(B)
|
|
@@ -206,7 +206,7 @@ const H = (e, t) => {
|
|
|
206
206
|
hidden: !1,
|
|
207
207
|
children: e.children ? N(e.children) : null
|
|
208
208
|
}), N = (e) => e.map(O), P = (e) => {
|
|
209
|
-
const t = [], n = (
|
|
209
|
+
const t = [], n = (i) => i == null ? void 0 : i.forEach((d) => {
|
|
210
210
|
t.push(d), n(d.children);
|
|
211
211
|
});
|
|
212
212
|
return n(e), t;
|
|
@@ -246,13 +246,14 @@ const H = (e, t) => {
|
|
|
246
246
|
...t.edit || {}
|
|
247
247
|
}
|
|
248
248
|
} : t : e;
|
|
249
|
-
},
|
|
249
|
+
}, ie = (e) => {
|
|
250
250
|
var n;
|
|
251
251
|
return typeof e == "object" ? (n = e.enabled) != null ? n : !0 : e != null ? e : !1;
|
|
252
|
-
},
|
|
252
|
+
}, ae = () => M === b, de = (e) => !!(e && e.$$typeof === Symbol.for("react.client.reference")), le = (e) => ({
|
|
253
253
|
id: e.id,
|
|
254
254
|
ariaColumnIndex: e.ariaColumnIndex,
|
|
255
255
|
isSelected: e.isSelected,
|
|
256
|
+
isHighlighted: e.isHighlighted,
|
|
256
257
|
isInEdit: e.isInEdit,
|
|
257
258
|
isSorted: e.isSorted,
|
|
258
259
|
isAlt: e.isAlt,
|
|
@@ -275,8 +276,8 @@ const H = (e, t) => {
|
|
|
275
276
|
columnPosition: e.columnPosition,
|
|
276
277
|
group: e.group
|
|
277
278
|
}), oe = (e) => {
|
|
278
|
-
var
|
|
279
|
-
const t = typeof e == "object" ? (
|
|
279
|
+
var i, d;
|
|
280
|
+
const t = typeof e == "object" ? (i = e.enabled) != null ? i : !0 : e != null ? e : !1, n = typeof e == "object" ? (d = e.valueGetter) != null ? d : (o, r) => y(r)(o) : (o, r) => y(r)(o);
|
|
280
281
|
return { enabled: t, valueGetter: n };
|
|
281
282
|
}, k = (e) => {
|
|
282
283
|
var t;
|
|
@@ -287,8 +288,8 @@ const H = (e, t) => {
|
|
|
287
288
|
}, fe = (e) => {
|
|
288
289
|
let t = 0;
|
|
289
290
|
if (e) {
|
|
290
|
-
const n = e.insertRow(0),
|
|
291
|
-
|
|
291
|
+
const n = e.insertRow(0), i = n.insertCell(0);
|
|
292
|
+
i.textContent = " ", t = n.getBoundingClientRect().height, e.deleteRow(0);
|
|
292
293
|
}
|
|
293
294
|
return t;
|
|
294
295
|
};
|
|
@@ -306,16 +307,16 @@ export {
|
|
|
306
307
|
O as getColumnState,
|
|
307
308
|
Z as getColumnWidth,
|
|
308
309
|
N as getColumnsState,
|
|
309
|
-
|
|
310
|
+
H as getDataAsArray,
|
|
310
311
|
ne as getDefaultBodyContextMenuItems,
|
|
311
312
|
te as getDefaultHeadContextMenuItems,
|
|
312
313
|
P as getFlatColumnsState,
|
|
313
314
|
J as getNestedValue,
|
|
314
315
|
k as getReactElement,
|
|
315
316
|
oe as getRowSpanOptions,
|
|
316
|
-
|
|
317
|
+
ae as isClient,
|
|
317
318
|
de as isClientReference,
|
|
318
|
-
|
|
319
|
+
ie as isRowReorderEnabled,
|
|
319
320
|
_ as isSorted,
|
|
320
321
|
Q as mapColumns,
|
|
321
322
|
m as readColumns,
|
package/utils/premium.js
CHANGED
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("react"),a=require("@progress/kendo-react-data-tools"),c=require("../sortCommon.js"),m=require("../paging/GridPagerSettings.js");function b(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const d=require("react"),a=require("@progress/kendo-react-data-tools"),c=require("../sortCommon.js"),m=require("../paging/GridPagerSettings.js");function b(e){const r=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const t in e)if(t!=="default"){const l=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,l.get?l:{enumerable:!0,get:()=>e[t]})}}return r.default=e,Object.freeze(r)}const o=b(d),y=e=>({lockedColumn:e.some(r=>r.locked)}),g=e=>({multiColumn:e.some(r=>r.children&&r.children.length>0)}),C=e=>({columnCellTemplate:e.some(r=>r.columnType!=="data"?!1:r.cells)}),p=e=>({columnMenu:e.some(r=>r.columnMenu)}),f=e=>o.Children.toArray(e.children).some(t=>t&&t.type&&t.type.displayName==="KendoReactGridColumn"?t.props.hidden:!1),h=e=>o.Children.toArray(e.children).some(t=>t&&t.type&&t.type.displayName==="KendoReactGridToolbar"&&t.props&&t.props.children?o.Children.toArray(t.props.children).some(n=>n.type&&(n.type.displayName==="KendoReactGridToolbarSort"||n.type.displayName==="KendoReactGridToolbarFilter"||n.type.displayName==="KendoReactGridToolbarCheckboxFilter"||n.type.displayName==="KendoReactGridToolbarColumnsChooser"||n.type.displayName==="KendoReactGridToolbarGroup")):!1),i=e=>{const r=a.getSelectionOptions(e.selectable),t=a.getEditableOptions(e.editable),l=e.sortable&&c.normalizeSortable(e.sortable),n=e.pageable&&m.normalize(e.pageable);return{cells:!!e.cells,pdf:!!e.pdf,detail:!!e.detail,rows:!!e.rows,editableInline:t.mode==="inline",selectionMultiple:r.enabled&&r.mode==="multiple",selectionDrag:r.enabled&&r.drag,columnMenu:!!e.columnMenu,filterOperators:!!e.filterOperators,groupable:!!e.groupable,group:!!e.group,groupExpand:!!e.groupExpand,customPager:!!e.pager,clipboard:!!e.clipboard,contextMenu:!!e.contextMenu,serverGrid:!e.isClient,scrollableVirtual:e.scrollable==="virtual",pageableInput:!!(e.pageable&&n.type==="input"),sortableMultiple:!!(e.sortable&&l.mode==="multiple"),hiddenColumns:f(e)}},s=e=>({...y(e),...g(e),...C(e),...p(e)}),u=e=>({toolbarTools:h(e)}),G=(e,r)=>{const t={...i(e),...s(r),...u(e)};return Object.keys(t).filter(l=>t[l]===!0)};exports.gridPremiumFeatures=G;exports.isPremiumGridByColumns=s;exports.isPremiumGridByComponents=u;exports.isPremiumGridByProps=i;
|
package/utils/premium.mjs
CHANGED
|
@@ -17,7 +17,7 @@ const u = (e) => ({
|
|
|
17
17
|
columnCellTemplate: e.some((r) => r.columnType !== "data" ? !1 : r.cells)
|
|
18
18
|
}), b = (e) => ({
|
|
19
19
|
columnMenu: e.some((r) => r.columnMenu)
|
|
20
|
-
}), y = (e) => a.Children.toArray(e.children).some((t) => t && t.type && t.type.displayName === "KendoReactGridColumn" ? t.props.hidden : !1), C = (e) => a.Children.toArray(e.children).some((t) => t && t.type && t.type.displayName === "KendoReactGridToolbar" && t.props && t.props.children ? a.Children.toArray(t.props.children).some((l) => l.type && (l.type.displayName === "KendoReactGridToolbarSort" || l.type.displayName === "KendoReactGridToolbarFilter" || l.type.displayName === "KendoReactGridToolbarCheckboxFilter" || l.type.displayName === "KendoReactGridToolbarColumnsChooser")) : !1),
|
|
20
|
+
}), y = (e) => a.Children.toArray(e.children).some((t) => t && t.type && t.type.displayName === "KendoReactGridColumn" ? t.props.hidden : !1), C = (e) => a.Children.toArray(e.children).some((t) => t && t.type && t.type.displayName === "KendoReactGridToolbar" && t.props && t.props.children ? a.Children.toArray(t.props.children).some((l) => l.type && (l.type.displayName === "KendoReactGridToolbarSort" || l.type.displayName === "KendoReactGridToolbarFilter" || l.type.displayName === "KendoReactGridToolbarCheckboxFilter" || l.type.displayName === "KendoReactGridToolbarColumnsChooser" || l.type.displayName === "KendoReactGridToolbarGroup")) : !1), p = (e) => {
|
|
21
21
|
const r = o(e.selectable), t = i(e.editable), n = e.sortable && s(e.sortable), l = e.pageable && d(e.pageable);
|
|
22
22
|
return {
|
|
23
23
|
cells: !!e.cells,
|
|
@@ -41,24 +41,24 @@ const u = (e) => ({
|
|
|
41
41
|
sortableMultiple: !!(e.sortable && n.mode === "multiple"),
|
|
42
42
|
hiddenColumns: y(e)
|
|
43
43
|
};
|
|
44
|
-
},
|
|
44
|
+
}, g = (e) => ({
|
|
45
45
|
...u(e),
|
|
46
46
|
...m(e),
|
|
47
47
|
...c(e),
|
|
48
48
|
...b(e)
|
|
49
|
-
}),
|
|
49
|
+
}), h = (e) => ({
|
|
50
50
|
toolbarTools: C(e)
|
|
51
|
-
}),
|
|
51
|
+
}), A = (e, r) => {
|
|
52
52
|
const t = {
|
|
53
|
-
...
|
|
54
|
-
...
|
|
55
|
-
...
|
|
53
|
+
...p(e),
|
|
54
|
+
...g(r),
|
|
55
|
+
...h(e)
|
|
56
56
|
};
|
|
57
57
|
return Object.keys(t).filter((n) => t[n] === !0);
|
|
58
58
|
};
|
|
59
59
|
export {
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
60
|
+
A as gridPremiumFeatures,
|
|
61
|
+
g as isPremiumGridByColumns,
|
|
62
|
+
h as isPremiumGridByComponents,
|
|
63
|
+
p as isPremiumGridByProps
|
|
64
64
|
};
|