@3sc/common-component 0.0.475 → 0.0.476
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/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -44248,7 +44248,7 @@ const QW = ve.memo(
|
|
|
44248
44248
|
let m = h.reduce(
|
|
44249
44249
|
(k, E) => k == null ? void 0 : k[E],
|
|
44250
44250
|
y
|
|
44251
|
-
) || null, b = na(p);
|
|
44251
|
+
) || null, b = na({ columns: p, childUniqueKey: i });
|
|
44252
44252
|
const x = Tr(m == null ? void 0 : m.columns);
|
|
44253
44253
|
b = b == null ? void 0 : b.map((k) => {
|
|
44254
44254
|
var P, I;
|
|
@@ -44314,7 +44314,7 @@ const QW = ve.memo(
|
|
|
44314
44314
|
let i = o.reduce(
|
|
44315
44315
|
(u, d) => u == null ? void 0 : u[d],
|
|
44316
44316
|
e
|
|
44317
|
-
) || null, a = na(t == null ? void 0 : t.grid);
|
|
44317
|
+
) || null, a = na({ columns: t == null ? void 0 : t.grid, childUniqueKey: r });
|
|
44318
44318
|
const l = Tr(i == null ? void 0 : i.columns);
|
|
44319
44319
|
a = a == null ? void 0 : a.map((u) => {
|
|
44320
44320
|
var p, h;
|