yc-vep-ui 0.3.1 → 0.3.2
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.
|
@@ -1660,7 +1660,7 @@ var Wt = /* @__PURE__ */ u({
|
|
|
1660
1660
|
}
|
|
1661
1661
|
function L(e, t) {
|
|
1662
1662
|
let n = t?.checkedNodes?.map((e) => `${e.name}(${e.account ?? e.code})`);
|
|
1663
|
-
T.value = Ht(T.value
|
|
1663
|
+
T.value = Ht([...T.value, ...n]);
|
|
1664
1664
|
}
|
|
1665
1665
|
function B() {
|
|
1666
1666
|
let e = p === "all" ? T.value : T.value?.map((e) => {
|
|
@@ -1713,7 +1713,8 @@ var Wt = /* @__PURE__ */ u({
|
|
|
1713
1713
|
},
|
|
1714
1714
|
"show-close": !1,
|
|
1715
1715
|
"append-to-body": "",
|
|
1716
|
-
"close-on-click-modal": !1
|
|
1716
|
+
"close-on-click-modal": !1,
|
|
1717
|
+
"destroy-on-close": ""
|
|
1717
1718
|
}, {
|
|
1718
1719
|
default: z(() => [a("div", Gt, [a("div", Kt, [l(s, {
|
|
1719
1720
|
placeholder: "请输入",
|
|
@@ -1760,7 +1761,7 @@ var Wt = /* @__PURE__ */ u({
|
|
|
1760
1761
|
}, 8, ["modelValue"])], 64);
|
|
1761
1762
|
};
|
|
1762
1763
|
}
|
|
1763
|
-
}), [["__scopeId", "data-v-
|
|
1764
|
+
}), [["__scopeId", "data-v-a381ac50"]]), $t = /* @__PURE__ */ u({
|
|
1764
1765
|
__name: "index",
|
|
1765
1766
|
props: {
|
|
1766
1767
|
multiple: { type: Boolean },
|
package/dist/hooks/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as e, o as t } from "../entry-
|
|
1
|
+
import { a as e, o as t } from "../entry-CXdpP5iS.js";
|
|
2
2
|
export { t as useFetch, e as useTable };
|
package/dist/index.css
CHANGED
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
}
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
.staff-tree[data-v-
|
|
144
|
+
.staff-tree[data-v-a381ac50] {
|
|
145
145
|
position: relative;
|
|
146
146
|
height: 90%;
|
|
147
147
|
overflow-y: auto;
|
|
@@ -149,28 +149,28 @@
|
|
|
149
149
|
border-radius: 4px;
|
|
150
150
|
margin-top: 8px;
|
|
151
151
|
}
|
|
152
|
-
.staff-select-trigger[data-v-
|
|
152
|
+
.staff-select-trigger[data-v-a381ac50] {
|
|
153
153
|
width: 100%;
|
|
154
154
|
cursor: pointer;
|
|
155
155
|
}
|
|
156
|
-
.staff-select-trigger[data-v-
|
|
156
|
+
.staff-select-trigger[data-v-a381ac50] .el-select {
|
|
157
157
|
width: 100%;
|
|
158
158
|
pointer-events: none;
|
|
159
159
|
}
|
|
160
160
|
.staff-item {
|
|
161
|
-
&[data-v-
|
|
161
|
+
&[data-v-a381ac50] {
|
|
162
162
|
line-height: 28px;
|
|
163
163
|
padding: 0% 20px 0% 10px;
|
|
164
164
|
display: flex;
|
|
165
165
|
justify-content: space-between;
|
|
166
166
|
align-items: center;
|
|
167
167
|
}
|
|
168
|
-
&[data-v-
|
|
168
|
+
&[data-v-a381ac50]:hover {
|
|
169
169
|
background-color: rgba(102, 177, 255, 0.5);
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
.is-required {
|
|
173
|
-
&[data-v-
|
|
173
|
+
&[data-v-a381ac50] .el-select__wrapper {
|
|
174
174
|
border: 1px solid red;
|
|
175
175
|
}
|
|
176
176
|
}
|
package/dist/vep-ui.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { _ as e, c as t, d as n, f as r, g as i, h as a, i as o, l as s, m as c, n as l, p as u, r as d, s as f, t as p, u as m } from "./entry-
|
|
1
|
+
import { _ as e, c as t, d as n, f as r, g as i, h as a, i as o, l as s, m as c, n as l, p as u, r as d, s as f, t as p, u as m } from "./entry-CXdpP5iS.js";
|
|
2
2
|
export { e as UiCard, m as UiDescriptions, s as UiDialog, u as UiEditor, a as UiFilter, c as UiForm, n as UiInfiniteScroll, t as UiStaffSelect, i as UiTable, r as UiTree, f as UiUpload, d as default, d as ycPlugin, p as getHostVue, o as hooks, l as setHostVue };
|