formue-crud 0.0.33 → 0.0.35
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/formue-crud.js +3 -3
- package/dist/formue-crud.umd.cjs +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/formue-crud.js
CHANGED
@@ -5032,7 +5032,7 @@ const { event: Vt } = et, wC = (h = "myStore") => Ru(h, {
|
|
5032
5032
|
}), yC = (h) => wC(h)(), CC = (h) => ({
|
5033
5033
|
onChange: (...e) => {
|
5034
5034
|
const t = e[2].form$.el$(h);
|
5035
|
-
t.clear(), t.updateItems();
|
5035
|
+
"clear" in t && t.clear(), "updateItems" in t && t.updateItems();
|
5036
5036
|
}
|
5037
5037
|
}), EC = (h = {}) => ({
|
5038
5038
|
search: !0,
|
@@ -16036,7 +16036,7 @@ const Ct = (h) => (Zr("data-v-9eed8c8f"), h = h(), Qr(), h), A1 = { class: "fc-h
|
|
16036
16036
|
SelectFilter: wx,
|
16037
16037
|
DateFilter: yx
|
16038
16038
|
};
|
16039
|
-
const on = (h) => (Zr("data-v-
|
16039
|
+
const on = (h) => (Zr("data-v-f90907f7"), h = h(), Qr(), h), Ex = { class: "border-muted-200 dark:border-muted-700 dark:bg-muted-800 relative mb-4 w-full rounded-lg border bg-white p-6 transition-all duration-300" }, xx = { class: "flex flex-col ml-1 border-[rgba(0,0,0,.1)] pb-4" }, _x = { class: "flex flex-row justify-between mb-4 items-center" }, Rx = { class: "font-heading text-base font-semibold leading-tight text-muted-800 dark:text-white" }, Tx = { class: "flex items-center" }, Mx = { class: "z-[1]" }, Sx = { class: "fc-drop-down-content" }, Lx = {
|
16040
16040
|
key: 0,
|
16041
16041
|
class: "p-2 text-center"
|
16042
16042
|
}, kx = ["onClick"], Ax = { class: "text-muted-400 font-sans text-sm" }, Dx = /* @__PURE__ */ on(() => /* @__PURE__ */ R("svg", {
|
@@ -16332,7 +16332,7 @@ const on = (h) => (Zr("data-v-0ed264e4"), h = h(), Qr(), h), Ex = { class: "bord
|
|
16332
16332
|
]);
|
16333
16333
|
};
|
16334
16334
|
}
|
16335
|
-
}, r_ = /* @__PURE__ */ Un(n_, [["__scopeId", "data-v-
|
16335
|
+
}, r_ = /* @__PURE__ */ Un(n_, [["__scopeId", "data-v-f90907f7"]]);
|
16336
16336
|
function s_(h, e) {
|
16337
16337
|
return Array.isArray(h) ? V.every(h, (t) => V.isType(t, e)) : !1;
|
16338
16338
|
}
|