yc-vep-ui 0.3.72 → 0.3.73
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.
- package/dist/{entry-IXmndSZq.js → entry-BqsfIeJ_.js} +4 -3
- package/dist/hooks/index.js +1 -1
- package/dist/index.css +25 -25
- package/dist/utils/index.js +1 -1
- package/dist/vep-ui.js +1 -1
- package/package.json +1 -1
|
@@ -2300,10 +2300,11 @@ var _hoisted_1$4 = { style: {
|
|
|
2300
2300
|
class: "copy-btn",
|
|
2301
2301
|
onClick: withModifiers((n) => b(e), ["stop"])
|
|
2302
2302
|
}, "复制", 8, _hoisted_5)) : createCommentVNode("", !0),
|
|
2303
|
-
|
|
2303
|
+
unref(c) ? createCommentVNode("", !0) : (openBlock(), createElementBlock("span", {
|
|
2304
|
+
key: 3,
|
|
2304
2305
|
class: "remove-btn",
|
|
2305
2306
|
onClick: withModifiers((n) => v(e), ["stop"])
|
|
2306
|
-
}, "删除", 8, _hoisted_6)
|
|
2307
|
+
}, "删除", 8, _hoisted_6))
|
|
2307
2308
|
]), createElementVNode("div", _hoisted_7, [e.status === "uploading" ? (openBlock(), createBlock(x, {
|
|
2308
2309
|
key: 0,
|
|
2309
2310
|
class: "loading-icon",
|
|
@@ -2350,7 +2351,7 @@ var _hoisted_1$4 = { style: {
|
|
|
2350
2351
|
]);
|
|
2351
2352
|
};
|
|
2352
2353
|
}
|
|
2353
|
-
}), file_default = /* @__PURE__ */ _plugin_vue_export_helper_default(file_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-
|
|
2354
|
+
}), file_default = /* @__PURE__ */ _plugin_vue_export_helper_default(file_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-cd241668"]]), _hoisted_1$2 = ["src"], image_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
2354
2355
|
__name: "image",
|
|
2355
2356
|
props: {
|
|
2356
2357
|
icon: {},
|
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-BqsfIeJ_.js";
|
|
2
2
|
export { e as useDictionary, n as useFetch, r as useRoute, a as useRouter, t as useTable, i as useUser };
|
package/dist/index.css
CHANGED
|
@@ -176,60 +176,60 @@
|
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
.upload-file-item[data-v-
|
|
179
|
+
.upload-file-item[data-v-cd241668] {
|
|
180
180
|
display: flex;
|
|
181
181
|
align-items: center;
|
|
182
182
|
justify-content: space-between;
|
|
183
183
|
padding: 4px 8px;
|
|
184
184
|
font-size: 14px;
|
|
185
185
|
}
|
|
186
|
-
.file-left[data-v-
|
|
186
|
+
.file-left[data-v-cd241668] {
|
|
187
187
|
display: flex;
|
|
188
188
|
align-items: center;
|
|
189
189
|
flex: 1;
|
|
190
190
|
overflow: hidden;
|
|
191
191
|
gap: 8px;
|
|
192
192
|
}
|
|
193
|
-
.file-icon[data-v-
|
|
193
|
+
.file-icon[data-v-cd241668] {
|
|
194
194
|
display: inline-flex;
|
|
195
195
|
align-items: center;
|
|
196
196
|
color: #606266;
|
|
197
197
|
flex-shrink: 0;
|
|
198
198
|
}
|
|
199
|
-
.file-name[data-v-
|
|
199
|
+
.file-name[data-v-cd241668] {
|
|
200
200
|
color: #606266;
|
|
201
201
|
overflow: hidden;
|
|
202
202
|
text-overflow: ellipsis;
|
|
203
203
|
white-space: nowrap;
|
|
204
204
|
}
|
|
205
|
-
.file-size[data-v-
|
|
205
|
+
.file-size[data-v-cd241668] {
|
|
206
206
|
color: #909399;
|
|
207
207
|
font-size: 12px;
|
|
208
208
|
flex-shrink: 0;
|
|
209
209
|
}
|
|
210
|
-
.file-actions[data-v-
|
|
210
|
+
.file-actions[data-v-cd241668] {
|
|
211
211
|
display: flex;
|
|
212
212
|
align-items: center;
|
|
213
213
|
gap: 8px;
|
|
214
214
|
flex-shrink: 0;
|
|
215
215
|
}
|
|
216
|
-
.success-icon[data-v-
|
|
217
|
-
.loading-icon[data-v-
|
|
216
|
+
.success-icon[data-v-cd241668],
|
|
217
|
+
.loading-icon[data-v-cd241668] {
|
|
218
218
|
display: inline-flex;
|
|
219
219
|
align-items: center;
|
|
220
220
|
}
|
|
221
|
-
.loading-icon[data-v-
|
|
222
|
-
animation: spin-
|
|
221
|
+
.loading-icon[data-v-cd241668] {
|
|
222
|
+
animation: spin-cd241668 1s linear infinite;
|
|
223
223
|
}
|
|
224
|
-
@keyframes spin-
|
|
224
|
+
@keyframes spin-cd241668 {
|
|
225
225
|
from { transform: rotate(0deg);
|
|
226
226
|
}
|
|
227
227
|
to { transform: rotate(360deg);
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
|
-
.download-btn[data-v-
|
|
231
|
-
.copy-btn[data-v-
|
|
232
|
-
.remove-btn[data-v-
|
|
230
|
+
.download-btn[data-v-cd241668],
|
|
231
|
+
.copy-btn[data-v-cd241668],
|
|
232
|
+
.remove-btn[data-v-cd241668] {
|
|
233
233
|
display: inline-flex;
|
|
234
234
|
align-items: center;
|
|
235
235
|
cursor: pointer;
|
|
@@ -238,33 +238,33 @@ to { transform: rotate(360deg);
|
|
|
238
238
|
transition: opacity 0.3s, color 0.3s;
|
|
239
239
|
font-size: 12px;
|
|
240
240
|
}
|
|
241
|
-
.file-left:hover .download-btn[data-v-
|
|
242
|
-
.file-left:hover .copy-btn[data-v-
|
|
243
|
-
.file-left:hover .remove-btn[data-v-
|
|
241
|
+
.file-left:hover .download-btn[data-v-cd241668],
|
|
242
|
+
.file-left:hover .copy-btn[data-v-cd241668],
|
|
243
|
+
.file-left:hover .remove-btn[data-v-cd241668] {
|
|
244
244
|
opacity: 1;
|
|
245
245
|
}
|
|
246
|
-
.download-btn[data-v-
|
|
247
|
-
.copy-btn[data-v-
|
|
246
|
+
.download-btn[data-v-cd241668]:hover,
|
|
247
|
+
.copy-btn[data-v-cd241668]:hover {
|
|
248
248
|
color: #409eff;
|
|
249
249
|
}
|
|
250
|
-
.remove-btn[data-v-
|
|
250
|
+
.remove-btn[data-v-cd241668]:hover {
|
|
251
251
|
color: #f56c6c;
|
|
252
252
|
}
|
|
253
|
-
[data-v-
|
|
253
|
+
[data-v-cd241668] .el-upload-list__item {
|
|
254
254
|
padding: 0;
|
|
255
255
|
border: none;
|
|
256
256
|
background: transparent;
|
|
257
257
|
}
|
|
258
|
-
[data-v-
|
|
258
|
+
[data-v-cd241668] .el-upload-list__item-name,[data-v-cd241668] .el-upload-list__item-status-label,[data-v-cd241668] .el-upload-list__item .el-icon--close {
|
|
259
259
|
display: none;
|
|
260
260
|
}
|
|
261
|
-
[data-v-
|
|
261
|
+
[data-v-cd241668] .el-upload-list {
|
|
262
262
|
list-style: none;
|
|
263
263
|
}
|
|
264
|
-
.hide-upload-text[data-v-
|
|
264
|
+
.hide-upload-text[data-v-cd241668] .el-upload--text {
|
|
265
265
|
display: none;
|
|
266
266
|
}
|
|
267
|
-
.hide-upload-list[data-v-
|
|
267
|
+
.hide-upload-list[data-v-cd241668] .el-upload-list {
|
|
268
268
|
display: none;
|
|
269
269
|
}
|
|
270
270
|
|
package/dist/utils/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { O as e, _ as t, b as n, v as r, y as i } from "../entry-
|
|
1
|
+
import { O as e, _ as t, b as n, v as r, y as i } from "../entry-BqsfIeJ_.js";
|
|
2
2
|
export { t as baseUrl, n as request, e as tempToRender, r as uniq, i as uniqBy };
|
package/dist/vep-ui.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { A as e, C as t, D as n, E as r, S as i, T as a, a as o, g as s, h as c, i as l, k as u, m as d, n as f, o as p, p as m, r as h, t as g, w as _, x as v } from "./entry-
|
|
1
|
+
import { A as e, C as t, D as n, E as r, S as i, T as a, a as o, g as s, h as c, i as l, k as u, m as d, n as f, o as p, p as m, r as h, t as g, w as _, x as v } from "./entry-BqsfIeJ_.js";
|
|
2
2
|
export { e as UiCard, i as UiDescriptions, v as UiDialog, a as UiEditor, n as UiFilter, r as UiForm, t as UiInfiniteScroll, d as UiStaffSelect, u as UiTable, _ as UiTree, m as UiUpload, s as WcUtils, o as YcApproval, c as YcMessage, l as YcPageAgent, h as default, h as ycPlugin, g as getHostVue, p as hooks, f as setHostVue };
|