yc-vep-ui 0.3.45 → 0.3.46
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.
|
@@ -986,7 +986,7 @@ var rn = { style: {
|
|
|
986
986
|
"search"
|
|
987
987
|
],
|
|
988
988
|
setup(s, { emit: u }) {
|
|
989
|
-
ie((e) => ({
|
|
989
|
+
ie((e) => ({ v268de3f0: v.value }));
|
|
990
990
|
let d = u, f = o(s, [
|
|
991
991
|
"fields",
|
|
992
992
|
"labelWidth",
|
|
@@ -1009,10 +1009,8 @@ var rn = { style: {
|
|
|
1009
1009
|
function x() {
|
|
1010
1010
|
let e = {};
|
|
1011
1011
|
Object.keys(m).forEach((t) => {
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
e[t] = typeof n == "string" ? n.trim() : n;
|
|
1015
|
-
}
|
|
1012
|
+
let n = j(m[t]);
|
|
1013
|
+
e[t] = typeof n == "string" ? n.trim() : n;
|
|
1016
1014
|
}), d("submit", {
|
|
1017
1015
|
...e,
|
|
1018
1016
|
...s.filterFixedValues
|
|
@@ -1124,7 +1122,7 @@ var rn = { style: {
|
|
|
1124
1122
|
]);
|
|
1125
1123
|
};
|
|
1126
1124
|
}
|
|
1127
|
-
}), on = /* @__PURE__ */ I({ default: () => sn }), sn = /* @__PURE__ */ L(an, [["__scopeId", "data-v-
|
|
1125
|
+
}), on = /* @__PURE__ */ I({ default: () => sn }), sn = /* @__PURE__ */ L(an, [["__scopeId", "data-v-62cb1249"]]), cn = {
|
|
1128
1126
|
key: 2,
|
|
1129
1127
|
style: { display: "inline-block" }
|
|
1130
1128
|
}, ln = {
|
package/dist/hooks/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { c as e, d as t, l as n, o as r, s as i, u as a } from "../entry-
|
|
1
|
+
import { c as e, d as t, l as n, o as r, s as i, u as a } from "../entry-DT8wvnDe.js";
|
|
2
2
|
export { i as useDictionary, t as useFetch, e as useRoute, n as useRouter, a as useTable, r as useUser };
|
package/dist/index.css
CHANGED
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.ui-filter {
|
|
34
|
-
&[data-v-
|
|
34
|
+
&[data-v-62cb1249] {
|
|
35
35
|
width: 100%;
|
|
36
36
|
}
|
|
37
|
-
&[data-v-
|
|
37
|
+
&[data-v-62cb1249] .el-form-item {
|
|
38
38
|
margin-bottom: 15px;
|
|
39
39
|
}
|
|
40
|
-
&[data-v-
|
|
41
|
-
line-height: var(--
|
|
40
|
+
&[data-v-62cb1249] .el-form-item__label {
|
|
41
|
+
line-height: var(--v268de3f0);
|
|
42
42
|
align-items: center;
|
|
43
43
|
}
|
|
44
44
|
}
|
package/dist/utils/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { E as e, _ as t, g as n, v as r } from "../entry-
|
|
1
|
+
import { E as e, _ as t, g as n, v as r } from "../entry-DT8wvnDe.js";
|
|
2
2
|
export { n as baseUrl, e as tempToRender, t as uniq, r as uniqBy };
|
package/dist/vep-ui.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as e, D as t, O as n, S as r, T as i, a, b as o, f as s, h as c, i as l, m as u, n as d, p as f, r as p, t as m, w as h, x as g, y as _ } from "./entry-
|
|
1
|
+
import { C as e, D as t, O as n, S as r, T as i, a, b as o, f as s, h as c, i as l, m as u, n as d, p as f, r as p, t as m, w as h, x as g, y as _ } from "./entry-DT8wvnDe.js";
|
|
2
2
|
export { n as UiCard, o as UiDescriptions, _ as UiDialog, e as UiEditor, i as UiFilter, h as UiForm, g as UiInfiniteScroll, f as UiStaffSelect, t as UiTable, r as UiTree, s as UiUpload, c as WcUtils, l as YcApproval, u as YcMessage, p as default, p as ycPlugin, m as getHostVue, a as hooks, d as setHostVue };
|