@feedmepos/ui-library 0.0.24 → 0.0.25
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.
|
@@ -17058,31 +17058,28 @@ const Zr = /* @__PURE__ */ pe(Py, [["__scopeId", "data-v-2508b8c4"]]), Ay = { cl
|
|
|
17058
17058
|
FmTable: Gy,
|
|
17059
17059
|
FmTabs: Xy,
|
|
17060
17060
|
FmTooltip: Al
|
|
17061
|
-
}
|
|
17062
|
-
|
|
17063
|
-
components: Ky
|
|
17064
|
-
}, Symbol.toStringTag, { value: "Module" }));
|
|
17065
|
-
function n_() {
|
|
17061
|
+
};
|
|
17062
|
+
function t_() {
|
|
17066
17063
|
const t = On(ma);
|
|
17067
17064
|
if (!t)
|
|
17068
17065
|
throw new Error("No provider");
|
|
17069
17066
|
return t;
|
|
17070
17067
|
}
|
|
17071
|
-
const
|
|
17068
|
+
const n_ = (t) => {
|
|
17072
17069
|
t.use(_u, {
|
|
17073
17070
|
duration: 0.3,
|
|
17074
17071
|
color: "var(--fm-color-opacity-sm)",
|
|
17075
17072
|
initialOpacity: 1,
|
|
17076
17073
|
finalOpacity: 0.1,
|
|
17077
17074
|
dissolveDuration: 0.6
|
|
17078
|
-
}), t.use(ac), Object.entries(
|
|
17075
|
+
}), t.use(ac), Object.entries(Ky).forEach(([e, n]) => {
|
|
17079
17076
|
t.component(e, n);
|
|
17080
17077
|
});
|
|
17081
17078
|
};
|
|
17082
17079
|
export {
|
|
17083
17080
|
Ky as components,
|
|
17084
|
-
|
|
17085
|
-
|
|
17081
|
+
n_ as uiPlugin,
|
|
17082
|
+
t_ as useDialog,
|
|
17086
17083
|
Mm as useFormChild,
|
|
17087
17084
|
Cm as useValidation
|
|
17088
17085
|
};
|