@hybr1d-tech/charizard 2.3.13 → 2.3.14
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/hybr1d-ui.js +2 -2
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/package.json +25 -25
package/dist/hybr1d-ui.js
CHANGED
|
@@ -9527,7 +9527,6 @@ function wd({
|
|
|
9527
9527
|
}
|
|
9528
9528
|
}
|
|
9529
9529
|
) }),
|
|
9530
|
-
m && m.length > 0 && /* @__PURE__ */ a.jsx(Nd, { customActionItems: m }),
|
|
9531
9530
|
typeof n == "object" && !n.isLoading && !!((y = (j = n.filters) == null ? void 0 : j.header) != null && y.length) && /* @__PURE__ */ a.jsx(Q4, { filterConfig: n }),
|
|
9532
9531
|
typeof n == "object" && !n.isLoading && !!((w = (L = n.filters) == null ? void 0 : L.drawer) != null && w.length) && /* @__PURE__ */ a.jsx(Oi, { filterConfig: n }),
|
|
9533
9532
|
typeof t == "object" && /* @__PURE__ */ a.jsx(
|
|
@@ -9539,7 +9538,8 @@ function wd({
|
|
|
9539
9538
|
isDropdownActions: d
|
|
9540
9539
|
}
|
|
9541
9540
|
),
|
|
9542
|
-
typeof s == "object" && /* @__PURE__ */ a.jsx(Uo, { exportConfig: s })
|
|
9541
|
+
typeof s == "object" && /* @__PURE__ */ a.jsx(Uo, { exportConfig: s }),
|
|
9542
|
+
m && m.length > 0 && /* @__PURE__ */ a.jsx(Nd, { customActionItems: m })
|
|
9543
9543
|
] })
|
|
9544
9544
|
] });
|
|
9545
9545
|
}
|