@progress/kendo-react-grid 15.2.0-develop.8 → 16.0.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/GridComponent.js +1 -1
- package/GridComponent.mjs +64 -64
- package/cells/groupcell/utils.js +1 -1
- package/cells/groupcell/utils.mjs +75 -77
- package/codemods/v16/grid-grouping-row-rendering-changes.js +10 -0
- package/codemods/v16/index.js +2 -0
- package/dist/cdn/js/kendo-react-grid.js +1 -1
- package/getRowContents.js +1 -1
- package/getRowContents.mjs +43 -43
- package/interfaces/GridGroupableSettings.d.ts +4 -5
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +24 -17
|
@@ -5,30 +5,30 @@
|
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import * as
|
|
9
|
-
import { classNames as
|
|
8
|
+
import * as M from "react";
|
|
9
|
+
import { classNames as R } from "@progress/kendo-react-common";
|
|
10
10
|
import { GridGroupCellToggle as rn } from "./GridGroupCellToggle.mjs";
|
|
11
11
|
import { getClientCellProps as an } from "../../utils/index.mjs";
|
|
12
|
-
const sn = 10, dn = 24, y = (o, e, n, t, r,
|
|
12
|
+
const sn = 10, dn = 24, y = (o, e, n, t, r, g) => {
|
|
13
13
|
if (!o || !["singleColumn", "multipleColumns"].includes(o))
|
|
14
14
|
return { leadingGroupColumnSpan: void 0, contentColumnSpan: void 0, trailingGroupColumnSpan: void 0 };
|
|
15
15
|
if (!["groupHeader", "groupFooter"].includes(e || ""))
|
|
16
16
|
return { leadingGroupColumnSpan: void 0, contentColumnSpan: void 0, trailingGroupColumnSpan: void 0 };
|
|
17
17
|
if (n === void 0 || t === void 0 || r === void 0)
|
|
18
18
|
return { leadingGroupColumnSpan: void 0, contentColumnSpan: void 0, trailingGroupColumnSpan: void 0 };
|
|
19
|
-
const
|
|
20
|
-
if (
|
|
19
|
+
const a = o === "singleColumn" ? 0 : t;
|
|
20
|
+
if (g && n < a)
|
|
21
21
|
return {
|
|
22
22
|
leadingGroupColumnSpan: n + 1,
|
|
23
23
|
contentColumnSpan: void 0,
|
|
24
24
|
trailingGroupColumnSpan: void 0
|
|
25
25
|
};
|
|
26
|
-
if (n ===
|
|
27
|
-
const
|
|
26
|
+
if (n === a) {
|
|
27
|
+
const m = r - a - 1;
|
|
28
28
|
return {
|
|
29
|
-
leadingGroupColumnSpan:
|
|
29
|
+
leadingGroupColumnSpan: a > 0 ? a : void 0,
|
|
30
30
|
contentColumnSpan: 1,
|
|
31
|
-
trailingGroupColumnSpan:
|
|
31
|
+
trailingGroupColumnSpan: m > 0 ? m : void 0
|
|
32
32
|
};
|
|
33
33
|
}
|
|
34
34
|
return { leadingGroupColumnSpan: void 0, contentColumnSpan: void 0, trailingGroupColumnSpan: void 0 };
|
|
@@ -44,7 +44,7 @@ const sn = 10, dn = 24, y = (o, e, n, t, r, a) => {
|
|
|
44
44
|
colSpan: n,
|
|
45
45
|
style: { borderLeftWidth: 0, borderRightWidth: 0 }
|
|
46
46
|
}
|
|
47
|
-
}),
|
|
47
|
+
}), G = () => ({
|
|
48
48
|
tdProps: null,
|
|
49
49
|
td2Props: null,
|
|
50
50
|
content: null,
|
|
@@ -56,28 +56,28 @@ const sn = 10, dn = 24, y = (o, e, n, t, r, a) => {
|
|
|
56
56
|
level: n,
|
|
57
57
|
columnsCount: t,
|
|
58
58
|
rowType: r,
|
|
59
|
-
dataItem:
|
|
60
|
-
field:
|
|
61
|
-
expanded:
|
|
62
|
-
ariaColumnIndex:
|
|
63
|
-
locked:
|
|
59
|
+
dataItem: g,
|
|
60
|
+
field: w,
|
|
61
|
+
expanded: a,
|
|
62
|
+
ariaColumnIndex: m,
|
|
63
|
+
locked: C,
|
|
64
64
|
style: i,
|
|
65
|
-
hasCheckboxColumn:
|
|
66
|
-
} = o,
|
|
67
|
-
const
|
|
68
|
-
(f,
|
|
65
|
+
hasCheckboxColumn: P
|
|
66
|
+
} = o, d = o.groupingMode || "default", S = w || "", J = an(o), D = o.columnPosition || {}, u = d === "singleColumn", k = d === "multipleColumns", T = (j = (W = o.group) == null ? void 0 : W.value) != null ? j : g[S], c = (B = (q = o.group) == null ? void 0 : q.field) != null ? B : S, b = T instanceof Date ? T.toString() : T, x = o.columnFields, h = o.columnTitles, H = o.columnGroupFields, I = o.hiddenColumnTitleByField, N = x && c ? x.indexOf(c) : -1, K = N === -1 && k && H && c ? H.indexOf(c) : -1, _ = N > -1 ? N : K, Q = c ? I == null ? void 0 : I[c] : void 0, F = (_ > -1 ? h == null ? void 0 : h[_] : Q) || (c ? c.split(".").slice(-1)[0] : S), A = x && e !== void 0 ? (l) => {
|
|
67
|
+
const p = x.findIndex(
|
|
68
|
+
(f, s) => s > e && f === l
|
|
69
69
|
);
|
|
70
|
-
return
|
|
71
|
-
} : void 0, O = !
|
|
70
|
+
return p === -1 ? void 0 : p;
|
|
71
|
+
} : void 0, O = !u && !k, V = !!o.isRtl, U = V ? D.right : D.left, X = d === "compact" && n !== void 0 ? n * dn : 0, Y = sn + X, Z = C && O && U !== void 0 ? {
|
|
72
72
|
position: "sticky",
|
|
73
73
|
[V ? "right" : "left"]: U + Y,
|
|
74
74
|
zIndex: 2,
|
|
75
75
|
width: "fit-content"
|
|
76
|
-
} : void 0, z = (l) =>
|
|
76
|
+
} : void 0, z = (l) => C && O ? { ...l, overflow: "visible" } : l, L = (l) => /* @__PURE__ */ M.createElement("div", { className: "k-grouping-row-content", style: Z }, /* @__PURE__ */ M.createElement(rn, { ...J }), /* @__PURE__ */ M.createElement("span", { className: "k-grouping-row-text" }, l)), nn = () => {
|
|
77
77
|
if (t === void 0 || e === void 0)
|
|
78
|
-
return
|
|
78
|
+
return G();
|
|
79
79
|
if (r === "groupFooter")
|
|
80
|
-
return e !== 0 ?
|
|
80
|
+
return e !== 0 ? G() : {
|
|
81
81
|
tdProps: {
|
|
82
82
|
className: "k-table-td",
|
|
83
83
|
style: i,
|
|
@@ -87,10 +87,10 @@ const sn = 10, dn = 24, y = (o, e, n, t, r, a) => {
|
|
|
87
87
|
td2Props: null,
|
|
88
88
|
content: null,
|
|
89
89
|
renderToggleCell: !1,
|
|
90
|
-
hasCheckboxColumn: !!
|
|
90
|
+
hasCheckboxColumn: !!P
|
|
91
91
|
};
|
|
92
|
-
if (e !== 0 || r !== "groupHeader" ||
|
|
93
|
-
return
|
|
92
|
+
if (e !== 0 || r !== "groupHeader" || g[S] === void 0)
|
|
93
|
+
return G();
|
|
94
94
|
const l = n !== void 0 ? {
|
|
95
95
|
...i,
|
|
96
96
|
"--kendo-grid-grouping-level": n,
|
|
@@ -104,28 +104,28 @@ const sn = 10, dn = 24, y = (o, e, n, t, r, a) => {
|
|
|
104
104
|
key: "g-noi-colspan",
|
|
105
105
|
role: "gridcell",
|
|
106
106
|
"aria-selected": !1,
|
|
107
|
-
"aria-expanded":
|
|
108
|
-
"aria-colindex":
|
|
107
|
+
"aria-expanded": a,
|
|
108
|
+
"aria-colindex": m
|
|
109
109
|
},
|
|
110
110
|
td2Props: null,
|
|
111
|
-
content:
|
|
111
|
+
content: L(`${F}: ${b}`),
|
|
112
112
|
renderToggleCell: !0,
|
|
113
|
-
hasCheckboxColumn: !!
|
|
113
|
+
hasCheckboxColumn: !!P
|
|
114
114
|
};
|
|
115
115
|
}, en = () => {
|
|
116
|
-
const l =
|
|
117
|
-
if (!(e === l && l !== void 0 && t !== void 0 &&
|
|
118
|
-
if (!(
|
|
119
|
-
return
|
|
116
|
+
const l = u ? 0 : n;
|
|
117
|
+
if (!(e === l && l !== void 0 && t !== void 0 && g[S] !== void 0)) {
|
|
118
|
+
if (!(k && n !== void 0 && e !== void 0 && e < n))
|
|
119
|
+
return G();
|
|
120
120
|
const tn = {
|
|
121
121
|
style: i,
|
|
122
122
|
key: "g" + e,
|
|
123
|
-
className:
|
|
124
|
-
"k-grid-content-sticky":
|
|
123
|
+
className: R("k-table-td", "k-table-group-td", "k-group-cell", {
|
|
124
|
+
"k-grid-content-sticky": C
|
|
125
125
|
}),
|
|
126
126
|
role: "gridcell"
|
|
127
|
-
},
|
|
128
|
-
|
|
127
|
+
}, $ = y(
|
|
128
|
+
d,
|
|
129
129
|
r,
|
|
130
130
|
e,
|
|
131
131
|
n,
|
|
@@ -138,56 +138,56 @@ const sn = 10, dn = 24, y = (o, e, n, t, r, a) => {
|
|
|
138
138
|
content: null,
|
|
139
139
|
renderToggleCell: !1,
|
|
140
140
|
isSpacerCell: !0,
|
|
141
|
-
leadingGroupColumnSpan:
|
|
142
|
-
contentColumnSpan:
|
|
143
|
-
trailingGroupColumnSpan:
|
|
141
|
+
leadingGroupColumnSpan: $.leadingGroupColumnSpan,
|
|
142
|
+
contentColumnSpan: $.contentColumnSpan,
|
|
143
|
+
trailingGroupColumnSpan: $.trailingGroupColumnSpan
|
|
144
144
|
};
|
|
145
145
|
}
|
|
146
|
-
const f =
|
|
146
|
+
const f = u && n !== void 0 ? {
|
|
147
147
|
...i,
|
|
148
148
|
"--kendo-grid-grouping-level": n,
|
|
149
149
|
paddingInlineStart: `calc(var(--kendo-spacing-2.5, 10px) + ${n} * var(--kendo-spacing-6, 24px))`
|
|
150
150
|
} : i;
|
|
151
|
-
let
|
|
151
|
+
let s = {
|
|
152
152
|
className: "k-table-td",
|
|
153
153
|
style: f,
|
|
154
|
-
key:
|
|
154
|
+
key: u ? "g-single-column" : "g-multi-column",
|
|
155
155
|
role: "gridcell",
|
|
156
156
|
"aria-selected": !1,
|
|
157
|
-
"aria-expanded":
|
|
158
|
-
"aria-colindex":
|
|
157
|
+
"aria-expanded": a,
|
|
158
|
+
"aria-colindex": m
|
|
159
159
|
}, v = t - l - 1 > 0 ? { className: "k-table-td", role: "gridcell", colSpan: t - l - 1 } : null;
|
|
160
|
-
|
|
161
|
-
|
|
160
|
+
C && ({ tdProps: s, td2Props: v } = un(
|
|
161
|
+
s,
|
|
162
162
|
f,
|
|
163
163
|
t - l
|
|
164
164
|
));
|
|
165
|
-
const
|
|
165
|
+
const E = y(d, r, e, n, t, !1);
|
|
166
166
|
return {
|
|
167
|
-
tdProps:
|
|
167
|
+
tdProps: s,
|
|
168
168
|
td2Props: v,
|
|
169
|
-
content:
|
|
169
|
+
content: L(`${F}: ${b}`),
|
|
170
170
|
renderToggleCell: !0,
|
|
171
|
-
hasCheckboxColumn: !!
|
|
172
|
-
leadingGroupColumnSpan:
|
|
173
|
-
contentColumnSpan:
|
|
174
|
-
trailingGroupColumnSpan:
|
|
171
|
+
hasCheckboxColumn: !!P,
|
|
172
|
+
leadingGroupColumnSpan: E.leadingGroupColumnSpan,
|
|
173
|
+
contentColumnSpan: E.contentColumnSpan,
|
|
174
|
+
trailingGroupColumnSpan: E.trailingGroupColumnSpan,
|
|
175
175
|
getColumnIndexForField: A
|
|
176
176
|
};
|
|
177
177
|
}, on = () => {
|
|
178
178
|
if (n === void 0 || e === void 0 || t === void 0)
|
|
179
|
-
return
|
|
180
|
-
const l =
|
|
179
|
+
return G();
|
|
180
|
+
const l = u ? 0 : n, p = {
|
|
181
181
|
style: i,
|
|
182
182
|
key: "g" + e,
|
|
183
|
-
className:
|
|
184
|
-
"k-grid-content-sticky":
|
|
183
|
+
className: R("k-table-td", "k-table-group-td", "k-group-cell", {
|
|
184
|
+
"k-grid-content-sticky": C
|
|
185
185
|
}),
|
|
186
186
|
role: "gridcell"
|
|
187
187
|
};
|
|
188
188
|
if (e > l)
|
|
189
189
|
return {
|
|
190
|
-
tdProps:
|
|
190
|
+
tdProps: p,
|
|
191
191
|
td2Props: null,
|
|
192
192
|
content: null,
|
|
193
193
|
renderToggleCell: !1,
|
|
@@ -195,7 +195,7 @@ const sn = 10, dn = 24, y = (o, e, n, t, r, a) => {
|
|
|
195
195
|
};
|
|
196
196
|
if (e < l) {
|
|
197
197
|
const v = y(
|
|
198
|
-
|
|
198
|
+
d,
|
|
199
199
|
r,
|
|
200
200
|
e,
|
|
201
201
|
n,
|
|
@@ -203,7 +203,7 @@ const sn = 10, dn = 24, y = (o, e, n, t, r, a) => {
|
|
|
203
203
|
!0
|
|
204
204
|
);
|
|
205
205
|
return {
|
|
206
|
-
tdProps:
|
|
206
|
+
tdProps: p,
|
|
207
207
|
td2Props: null,
|
|
208
208
|
content: null,
|
|
209
209
|
renderToggleCell: !1,
|
|
@@ -216,25 +216,25 @@ const sn = 10, dn = 24, y = (o, e, n, t, r, a) => {
|
|
|
216
216
|
const f = {
|
|
217
217
|
className: "k-table-td",
|
|
218
218
|
style: i,
|
|
219
|
-
key:
|
|
219
|
+
key: u ? "g-single-footer" : "g-multi-footer",
|
|
220
220
|
role: "gridcell"
|
|
221
|
-
},
|
|
221
|
+
}, s = y(d, r, e, n, t, !1);
|
|
222
222
|
return {
|
|
223
223
|
tdProps: f,
|
|
224
224
|
td2Props: null,
|
|
225
225
|
content: null,
|
|
226
226
|
renderToggleCell: !1,
|
|
227
|
-
hasCheckboxColumn: !!
|
|
228
|
-
leadingGroupColumnSpan:
|
|
229
|
-
contentColumnSpan:
|
|
230
|
-
trailingGroupColumnSpan:
|
|
227
|
+
hasCheckboxColumn: !!P,
|
|
228
|
+
leadingGroupColumnSpan: s.leadingGroupColumnSpan,
|
|
229
|
+
contentColumnSpan: s.contentColumnSpan,
|
|
230
|
+
trailingGroupColumnSpan: s.trailingGroupColumnSpan,
|
|
231
231
|
getColumnIndexForField: A
|
|
232
232
|
};
|
|
233
|
-
}, ln = () => e === void 0 || n === void 0 || e < n || t === void 0 || r !== "groupHeader" ||
|
|
233
|
+
}, ln = () => e === void 0 || n === void 0 || e < n || t === void 0 || r !== "groupHeader" || g[S] === void 0 ? {
|
|
234
234
|
tdProps: {
|
|
235
235
|
style: i,
|
|
236
236
|
key: "g" + e,
|
|
237
|
-
className:
|
|
237
|
+
className: R("k-table-td", "k-group-cell", { "k-grid-content-sticky": C }),
|
|
238
238
|
role: "gridcell"
|
|
239
239
|
},
|
|
240
240
|
td2Props: null,
|
|
@@ -249,17 +249,15 @@ const sn = 10, dn = 24, y = (o, e, n, t, r, a) => {
|
|
|
249
249
|
key: "g-colspan",
|
|
250
250
|
role: "gridcell",
|
|
251
251
|
"aria-selected": !1,
|
|
252
|
-
"aria-expanded":
|
|
253
|
-
"aria-colindex":
|
|
252
|
+
"aria-expanded": a,
|
|
253
|
+
"aria-colindex": m
|
|
254
254
|
},
|
|
255
255
|
td2Props: null,
|
|
256
|
-
content:
|
|
257
|
-
a[d] instanceof Date ? a[d].toString() : a[d]
|
|
258
|
-
),
|
|
256
|
+
content: L(`${F}: ${b}`),
|
|
259
257
|
renderToggleCell: !0,
|
|
260
258
|
isSpacerCell: !1
|
|
261
259
|
};
|
|
262
|
-
return
|
|
260
|
+
return d === "compact" ? nn() : (u || k) && r === "groupHeader" ? en() : (k || u) && r === "groupFooter" ? on() : ln();
|
|
263
261
|
}, fn = (o) => {
|
|
264
262
|
var e, n;
|
|
265
263
|
return (n = (e = o.cells) == null ? void 0 : e.group) == null ? void 0 : n[o.rowType || "data"];
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("@progress/kendo-react-common/codemods"),r=`Review your stylesheets, test files, and any code that references the k-reset, k-grouping-row-content, and k-grouping-row-text CSS classes on the Grid grouping row content.
|
|
2
|
+
Before: The grouping row content was wrapped in a <p className="k-reset"> element.
|
|
3
|
+
After: The grouping row content is now wrapped in a <div className="k-grouping-row-content"><span className="k-grouping-row-text"> element structure.
|
|
4
|
+
Update any CSS selectors or className references that target the Grid grouping row content to account for the changed wrapper element and class names.
|
|
5
|
+
|
|
6
|
+
Additionally, the text content of each grouping row has changed format.
|
|
7
|
+
Before: The grouping row text showed only the field value (e.g. "Alice Mutton").
|
|
8
|
+
After: The grouping row text now includes the column title as a prefix (e.g. "Product Name: Alice Mutton").
|
|
9
|
+
Update any assertions or code that reads the grouping row text to account for the "[Field Title]: [Value]" format.`,n=["k-reset","k-grouping-row-content","k-grouping-row-text"],o=t.makePattern(n);function a(e){return t.isRenderingChangeTarget(e.path)&&o.test(e.source)&&t.writeInstructionMarker(r,__filename,e.path),e.source}exports.aiInstructions=r;exports.default=a;
|
|
10
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ3JpZC1ncm91cGluZy1yb3ctcmVuZGVyaW5nLWNoYW5nZXMuanMiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3BhY2thZ2VzL2dyaWQvY29kZW1vZHMvdjE2L2dyaWQtZ3JvdXBpbmctcm93LXJlbmRlcmluZy1jaGFuZ2VzLnRzIl0sInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEZpbGVJbmZvIH0gZnJvbSAnanNjb2Rlc2hpZnQnO1xuaW1wb3J0IHsgbWFrZVBhdHRlcm4sIHdyaXRlSW5zdHJ1Y3Rpb25NYXJrZXIsIGlzUmVuZGVyaW5nQ2hhbmdlVGFyZ2V0IH0gZnJvbSAnQHByb2dyZXNzL2tlbmRvLXJlYWN0LWNvbW1vbi9jb2RlbW9kcyc7XG5cbmV4cG9ydCBjb25zdCBhaUluc3RydWN0aW9ucyA9IGBSZXZpZXcgeW91ciBzdHlsZXNoZWV0cywgdGVzdCBmaWxlcywgYW5kIGFueSBjb2RlIHRoYXQgcmVmZXJlbmNlcyB0aGUgay1yZXNldCwgay1ncm91cGluZy1yb3ctY29udGVudCwgYW5kIGstZ3JvdXBpbmctcm93LXRleHQgQ1NTIGNsYXNzZXMgb24gdGhlIEdyaWQgZ3JvdXBpbmcgcm93IGNvbnRlbnQuXG5CZWZvcmU6IFRoZSBncm91cGluZyByb3cgY29udGVudCB3YXMgd3JhcHBlZCBpbiBhIDxwIGNsYXNzTmFtZT1cImstcmVzZXRcIj4gZWxlbWVudC5cbkFmdGVyOiAgVGhlIGdyb3VwaW5nIHJvdyBjb250ZW50IGlzIG5vdyB3cmFwcGVkIGluIGEgPGRpdiBjbGFzc05hbWU9XCJrLWdyb3VwaW5nLXJvdy1jb250ZW50XCI+PHNwYW4gY2xhc3NOYW1lPVwiay1ncm91cGluZy1yb3ctdGV4dFwiPiBlbGVtZW50IHN0cnVjdHVyZS5cblVwZGF0ZSBhbnkgQ1NTIHNlbGVjdG9ycyBvciBjbGFzc05hbWUgcmVmZXJlbmNlcyB0aGF0IHRhcmdldCB0aGUgR3JpZCBncm91cGluZyByb3cgY29udGVudCB0byBhY2NvdW50IGZvciB0aGUgY2hhbmdlZCB3cmFwcGVyIGVsZW1lbnQgYW5kIGNsYXNzIG5hbWVzLlxuXG5BZGRpdGlvbmFsbHksIHRoZSB0ZXh0IGNvbnRlbnQgb2YgZWFjaCBncm91cGluZyByb3cgaGFzIGNoYW5nZWQgZm9ybWF0LlxuQmVmb3JlOiBUaGUgZ3JvdXBpbmcgcm93IHRleHQgc2hvd2VkIG9ubHkgdGhlIGZpZWxkIHZhbHVlIChlLmcuIFwiQWxpY2UgTXV0dG9uXCIpLlxuQWZ0ZXI6ICBUaGUgZ3JvdXBpbmcgcm93IHRleHQgbm93IGluY2x1ZGVzIHRoZSBjb2x1bW4gdGl0bGUgYXMgYSBwcmVmaXggKGUuZy4gXCJQcm9kdWN0IE5hbWU6IEFsaWNlIE11dHRvblwiKS5cblVwZGF0ZSBhbnkgYXNzZXJ0aW9ucyBvciBjb2RlIHRoYXQgcmVhZHMgdGhlIGdyb3VwaW5nIHJvdyB0ZXh0IHRvIGFjY291bnQgZm9yIHRoZSBcIltGaWVsZCBUaXRsZV06IFtWYWx1ZV1cIiBmb3JtYXQuYDtcblxuY29uc3QgY2xhc3NlcyA9IFsnay1yZXNldCcsICdrLWdyb3VwaW5nLXJvdy1jb250ZW50JywgJ2stZ3JvdXBpbmctcm93LXRleHQnXTtcbmNvbnN0IHBhdHRlcm4gPSBtYWtlUGF0dGVybihjbGFzc2VzKTtcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gKGZpbGVJbmZvOiBGaWxlSW5mbykge1xuICAgIGlmIChpc1JlbmRlcmluZ0NoYW5nZVRhcmdldChmaWxlSW5mby5wYXRoKSkge1xuICAgICAgICBpZiAocGF0dGVybi50ZXN0KGZpbGVJbmZvLnNvdXJjZSkpIHtcbiAgICAgICAgICAgIHdyaXRlSW5zdHJ1Y3Rpb25NYXJrZXIoYWlJbnN0cnVjdGlvbnMsIF9fZmlsZW5hbWUsIGZpbGVJbmZvLnBhdGgpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcmV0dXJuIGZpbGVJbmZvLnNvdXJjZTtcbn1cbiJdLCJuYW1lcyI6WyJhaUluc3RydWN0aW9ucyIsImNsYXNzZXMiLCJwYXR0ZXJuIiwibWFrZVBhdHRlcm4iLCJncmlkR3JvdXBpbmdSb3dSZW5kZXJpbmdDaGFuZ2VzIiwiZmlsZUluZm8iLCJpc1JlbmRlcmluZ0NoYW5nZVRhcmdldCIsIndyaXRlSW5zdHJ1Y3Rpb25NYXJrZXIiXSwibWFwcGluZ3MiOiJxS0FHYUEsRUFBaUI7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBLG9IQVV4QkMsRUFBVSxDQUFDLFVBQVcseUJBQTBCLHFCQUFxQixFQUNyRUMsRUFBVUMsRUFBQUEsWUFBWUYsQ0FBTyxFQUVuQyxTQUFBRyxFQUF5QkMsRUFBb0IsQ0FDekMsT0FBSUMsRUFBQUEsd0JBQXdCRCxFQUFTLElBQUksR0FDakNILEVBQVEsS0FBS0csRUFBUyxNQUFNLEdBQzVCRSxFQUFBQSx1QkFBdUJQLEVBQWdCLFdBQVlLLEVBQVMsSUFBSSxFQUlqRUEsRUFBUyxNQUNwQiJ9
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./grid-grouping-row-rendering-changes.js");exports.GridGroupingRowRenderingChanges=e.default;
|
|
2
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VzIjpbXSwic291cmNlc0NvbnRlbnQiOltdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIn0=
|