@3sc/common-component 0.0.313 → 0.0.315
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
|
@@ -43447,7 +43447,7 @@ const Hc = {
|
|
|
43447
43447
|
u
|
|
43448
43448
|
) || null;
|
|
43449
43449
|
if (!r && t) {
|
|
43450
|
-
a = Cy({ definitions: i });
|
|
43450
|
+
a = a ?? Cy({ definitions: i });
|
|
43451
43451
|
const x = new Set((m = d == null ? void 0 : d.columns) == null ? void 0 : m.map((C) => C.id)), w = a.filter((C) => !x.has(C.id));
|
|
43452
43452
|
(!d || (w == null ? void 0 : w.length) > 0) && (console.log({ _localSetting: u, grid_settings: d, missing: w, defaultUserSettings: a }), (async () => {
|
|
43453
43453
|
try {
|
|
@@ -43468,7 +43468,7 @@ const Hc = {
|
|
|
43468
43468
|
}
|
|
43469
43469
|
})());
|
|
43470
43470
|
}
|
|
43471
|
-
a = (d == null ? void 0 : d.columns) ??
|
|
43471
|
+
a = a ?? (d == null ? void 0 : d.columns) ?? Cy({ definitions: i });
|
|
43472
43472
|
const f = a.reduce((x, w) => (x[w.key] = w, x), {}), p = l.reduce((x, w) => (x[w.key] = w, x), {}), h = [];
|
|
43473
43473
|
for (const x of i) {
|
|
43474
43474
|
const w = f[x.key] || {}, C = p[x.key] || {};
|