yc-vep-ui 0.3.30 → 0.3.31
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.
|
@@ -131,7 +131,7 @@ var le = Object.defineProperty, L = (e, t) => {
|
|
|
131
131
|
return $()?.resolveComponent?.("el-descriptions-item") || "el-descriptions-item";
|
|
132
132
|
},
|
|
133
133
|
get Message() {
|
|
134
|
-
return
|
|
134
|
+
return Hi() || {
|
|
135
135
|
error: (e) => console.error("[Message.error]", e),
|
|
136
136
|
success: (e) => console.log("[Message.success]", e),
|
|
137
137
|
warning: (e) => console.warn("[Message.warning]", e)
|
|
@@ -4796,18 +4796,18 @@ var Ti = { key: 0 }, Ei = /* @__PURE__ */ u({
|
|
|
4796
4796
|
UiStaffSelect: Dn,
|
|
4797
4797
|
UiUpload: Nn,
|
|
4798
4798
|
YcApproval: Mi
|
|
4799
|
-
}, zi = null;
|
|
4800
|
-
function
|
|
4799
|
+
}, zi = null, Bi = null;
|
|
4800
|
+
function Vi(e) {
|
|
4801
4801
|
zi = e;
|
|
4802
4802
|
}
|
|
4803
4803
|
function $() {
|
|
4804
4804
|
return zi;
|
|
4805
4805
|
}
|
|
4806
|
-
function
|
|
4807
|
-
return zi?.config?.globalProperties?.$message ? zi.config.globalProperties.$message : null;
|
|
4806
|
+
function Hi() {
|
|
4807
|
+
return Bi?.ElMessage ? Bi.ElMessage : zi?.config?.globalProperties?.$message ? zi.config.globalProperties.$message : null;
|
|
4808
4808
|
}
|
|
4809
|
-
var
|
|
4810
|
-
zi ||= e, t?.elementPlus && t.elementPlus.install(e);
|
|
4809
|
+
var Ui = { install(e, t) {
|
|
4810
|
+
zi ||= e, t?.elementPlus && (Bi = t.elementPlus, t.elementPlus.install(e));
|
|
4811
4811
|
for (let [t, n] of Object.entries(Ri)) {
|
|
4812
4812
|
let r = n?.default || n;
|
|
4813
4813
|
if (r && (typeof r == "function" || typeof r == "object")) {
|
|
@@ -4821,4 +4821,4 @@ var Hi = { install(e, t) {
|
|
|
4821
4821
|
for (let [t, n] of Object.entries(Ii)) (typeof n == "function" || typeof n == "object") && e.directive(t, n);
|
|
4822
4822
|
} };
|
|
4823
4823
|
//#endregion
|
|
4824
|
-
export { z as C, Ne as S, nn as _, Mi as a, Ft as b, Yn as c, Un as d, Bn as f, cn as g, fn as h,
|
|
4824
|
+
export { z as C, Ne as S, nn as _, Mi as a, Ft as b, Yn as c, Un as d, Bn as f, cn as g, fn as h, Ui as i, Kn as l, Dn as m, Hi as n, xi as o, Nn as p, Vi as r, bi as s, $ as t, qn as u, Jt as v, fe as w, kt as x, zt as y };
|
package/dist/hooks/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { c as e, d as t, f as n, l as r, s as i, u as a } from "../entry-
|
|
1
|
+
import { c as e, d as t, f as n, l as r, s as i, u as a } from "../entry-BnqzoXC5.js";
|
|
2
2
|
export { e as useDictionary, n as useFetch, r as useRoute, a as useRouter, t as useTable, i as useUser };
|
package/dist/vep-ui.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as e, S as t, _ as n, a as r, b as i, g as a, h as o, i as s, m as c, n as l, o as u, p as d, r as f, t as p, v as m, w as h, x as g, y as _ } from "./entry-
|
|
1
|
+
import { C as e, S as t, _ as n, a as r, b as i, g as a, h as o, i as s, m as c, n as l, o as u, p as d, r as f, t as p, v as m, w as h, x as g, y as _ } from "./entry-BnqzoXC5.js";
|
|
2
2
|
export { e as El, h as UiCard, a as UiDescriptions, o as UiDialog, _ as UiEditor, g as UiFilter, i as UiForm, n as UiInfiniteScroll, c as UiStaffSelect, t as UiTable, m as UiTree, d as UiUpload, r as YcApproval, s as default, s as ycPlugin, p as getHostVue, l as getMessage, u as hooks, f as setHostVue };
|