@hybr1d-tech/charizard 0.7.95 → 0.7.96
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 +14 -16
- package/dist/hybr1d-ui.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -10583,22 +10583,20 @@ function Hp({
|
|
|
10583
10583
|
return b.useEffect(() => () => {
|
|
10584
10584
|
g();
|
|
10585
10585
|
}, []), b.useEffect(() => {
|
|
10586
|
-
if (n)
|
|
10587
|
-
|
|
10588
|
-
|
|
10589
|
-
|
|
10590
|
-
|
|
10591
|
-
|
|
10592
|
-
|
|
10593
|
-
|
|
10594
|
-
|
|
10595
|
-
|
|
10596
|
-
type: F.type
|
|
10597
|
-
};
|
|
10586
|
+
if (n != null && n.isLoading) return;
|
|
10587
|
+
const A = (F) => {
|
|
10588
|
+
var j;
|
|
10589
|
+
const H = !o4.includes(F.type);
|
|
10590
|
+
let Z = H ? [] : "";
|
|
10591
|
+
const R = (j = n == null ? void 0 : n.initialFilters) == null ? void 0 : j[F.key];
|
|
10592
|
+
return R && (Z = H ? R.split(",") : R), {
|
|
10593
|
+
key: F.key,
|
|
10594
|
+
values: Z,
|
|
10595
|
+
type: F.type
|
|
10598
10596
|
};
|
|
10599
|
-
|
|
10600
|
-
|
|
10601
|
-
}, [v == null ? void 0 : v.length, n]), /* @__PURE__ */ t.jsxs("div", { className: q1.box, children: [
|
|
10597
|
+
};
|
|
10598
|
+
q([...v == null ? void 0 : v.map(A)]);
|
|
10599
|
+
}, [v == null ? void 0 : v.length, n == null ? void 0 : n.initialFilters]), /* @__PURE__ */ t.jsxs("div", { className: q1.box, children: [
|
|
10602
10600
|
/* @__PURE__ */ t.jsxs("div", { className: q1.texts, children: [
|
|
10603
10601
|
/* @__PURE__ */ t.jsxs("p", { className: _(q1.heading, "zap-content-semibold"), children: [
|
|
10604
10602
|
h ? x : l,
|
|
@@ -10784,7 +10782,7 @@ function R7({ paginationConfig: e }) {
|
|
|
10784
10782
|
);
|
|
10785
10783
|
return /* @__PURE__ */ t.jsxs("div", { className: K0.box, children: [
|
|
10786
10784
|
/* @__PURE__ */ t.jsx(fv, { setLimit: l, limit: c, itemsOnPage: n == null ? void 0 : n.items_on_page }),
|
|
10787
|
-
(n
|
|
10785
|
+
!!(n != null && n.total_items) && /* @__PURE__ */ t.jsxs("p", { className: _(K0.meta, "zap-subcontent-medium"), children: [
|
|
10788
10786
|
o,
|
|
10789
10787
|
" - ",
|
|
10790
10788
|
u,
|