@3sc/common-component 0.0.487 → 0.0.488
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 +1 -1
- 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
|
@@ -44002,7 +44002,7 @@ const eC = {
|
|
|
44002
44002
|
const E = k.filter((P) => !h[P.key]), R = m && ((x = m == null ? void 0 : m.columns) == null ? void 0 : x.some(
|
|
44003
44003
|
(P) => (P == null ? void 0 : P.children) && P.children[i]
|
|
44004
44004
|
));
|
|
44005
|
-
if (l && E.length && R === !1) {
|
|
44005
|
+
if (l && (E.length || i && R === !1)) {
|
|
44006
44006
|
if (R == !1 && i.length > 0) {
|
|
44007
44007
|
const P = Tr(k);
|
|
44008
44008
|
k = (O = m == null ? void 0 : m.columns) == null ? void 0 : O.map((I) => {
|