yc-vep-ui 0.3.58 → 0.3.59

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.
@@ -2230,7 +2230,7 @@ var _hoisted_1$4 = { style: {
2230
2230
  function y(e) {
2231
2231
  if (!e.downloadUrl) return;
2232
2232
  let n = document.createElement("a");
2233
- n.href = e.downloadUrl?.includes("token") ? e.downloadUrl : `${e.downloadUrl}?token=${localStorage.getItem("TOKEN")}`, n.download = e.name || "download", document.body.appendChild(n), n.click(), document.body.removeChild(n);
2233
+ n.href = e.downloadUrl?.includes("token") ? e.downloadUrl : `${e.downloadUrl}&token=${localStorage.getItem("TOKEN")}`, n.download = e.name || "download", document.body.appendChild(n), n.click(), document.body.removeChild(n);
2234
2234
  }
2235
2235
  function b(e) {
2236
2236
  e.downloadUrl && (navigator.clipboard.writeText(e.downloadUrl), VepMessage.success("复制成功"));
@@ -2312,7 +2312,7 @@ var _hoisted_1$4 = { style: {
2312
2312
  ]);
2313
2313
  };
2314
2314
  }
2315
- }), file_default = /* @__PURE__ */ _plugin_vue_export_helper_default(file_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-0f683650"]]), _hoisted_1$2 = ["src"], image_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
2315
+ }), file_default = /* @__PURE__ */ _plugin_vue_export_helper_default(file_vue_vue_type_script_setup_true_lang_default, [["__scopeId", "data-v-bcb07b2b"]]), _hoisted_1$2 = ["src"], image_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
2316
2316
  __name: "image",
2317
2317
  props: {
2318
2318
  icon: {},
@@ -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-B_nqUyXC.js";
1
+ import { c as e, d as t, f as n, l as r, s as i, u as a } from "../entry-BsGFlCuK.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,13 +176,13 @@
176
176
  }
177
177
  }
178
178
 
179
- .hide-upload-text[data-v-0f683650] .el-upload--text {
179
+ .hide-upload-text[data-v-bcb07b2b] .el-upload--text {
180
180
  display: none;
181
181
  }
182
- .hide-upload-list[data-v-0f683650] .el-upload-list {
182
+ .hide-upload-list[data-v-bcb07b2b] .el-upload-list {
183
183
  display: none;
184
184
  }
185
- .upload-file-item[data-v-0f683650] {
185
+ .upload-file-item[data-v-bcb07b2b] {
186
186
  display: flex;
187
187
  align-items: center;
188
188
  justify-content: space-between;
@@ -190,13 +190,13 @@
190
190
  font-size: 14px;
191
191
  line-height: 1.5;
192
192
  }
193
- .file-left[data-v-0f683650] {
193
+ .file-left[data-v-bcb07b2b] {
194
194
  display: flex;
195
195
  align-items: center;
196
196
  flex: 1;
197
197
  overflow: hidden;
198
198
  }
199
- .file-icon[data-v-0f683650] {
199
+ .file-icon[data-v-bcb07b2b] {
200
200
  display: flex;
201
201
  align-items: center;
202
202
  margin-right: 8px;
@@ -205,7 +205,7 @@
205
205
  width: 14px;
206
206
  height: auto;
207
207
  }
208
- .file-name[data-v-0f683650] {
208
+ .file-name[data-v-bcb07b2b] {
209
209
  color: #606266;
210
210
  overflow: hidden;
211
211
  text-overflow: ellipsis;
@@ -214,7 +214,7 @@
214
214
  display: inline-flex;
215
215
  align-items: center;
216
216
  }
217
- .file-size[data-v-0f683650] {
217
+ .file-size[data-v-bcb07b2b] {
218
218
  color: #909399;
219
219
  margin-left: 4px;
220
220
  font-size: 12px;
@@ -223,20 +223,20 @@
223
223
  display: inline-flex;
224
224
  align-items: center;
225
225
  }
226
- .file-actions[data-v-0f683650] {
226
+ .file-actions[data-v-bcb07b2b] {
227
227
  display: flex;
228
228
  align-items: center;
229
229
  gap: 8px;
230
230
  margin-left: 8px;
231
231
  flex-shrink: 0;
232
232
  }
233
- .success-icon[data-v-0f683650] {
233
+ .success-icon[data-v-bcb07b2b] {
234
234
  display: flex;
235
235
  align-items: center;
236
236
  }
237
- .download-btn[data-v-0f683650],
238
- .copy-btn[data-v-0f683650],
239
- .remove-btn[data-v-0f683650] {
237
+ .download-btn[data-v-bcb07b2b],
238
+ .copy-btn[data-v-bcb07b2b],
239
+ .remove-btn[data-v-bcb07b2b] {
240
240
  display: inline-flex;
241
241
  align-items: center;
242
242
  cursor: pointer;
@@ -246,43 +246,43 @@
246
246
  font-size: 12px;
247
247
  margin-left: 10px;
248
248
  }
249
- .file-left:hover .download-btn[data-v-0f683650],
250
- .file-left:hover .copy-btn[data-v-0f683650],
251
- .file-left:hover .remove-btn[data-v-0f683650] {
249
+ .file-left:hover .download-btn[data-v-bcb07b2b],
250
+ .file-left:hover .copy-btn[data-v-bcb07b2b],
251
+ .file-left:hover .remove-btn[data-v-bcb07b2b] {
252
252
  opacity: 1;
253
253
  }
254
- .download-btn[data-v-0f683650]:hover,
255
- .copy-btn[data-v-0f683650]:hover {
254
+ .download-btn[data-v-bcb07b2b]:hover,
255
+ .copy-btn[data-v-bcb07b2b]:hover {
256
256
  color: #409eff;
257
257
  }
258
- .remove-btn[data-v-0f683650]:hover {
258
+ .remove-btn[data-v-bcb07b2b]:hover {
259
259
  color: #f56c6c;
260
260
  }
261
261
 
262
262
  /* 隐藏 Element Plus 默认的文件列表样式 */
263
- [data-v-0f683650] .el-upload-list__item {
263
+ [data-v-bcb07b2b] .el-upload-list__item {
264
264
  padding: 0;
265
265
  border: none;
266
266
  background: transparent;
267
267
  }
268
- [data-v-0f683650] .el-upload-list__item-name {
268
+ [data-v-bcb07b2b] .el-upload-list__item-name {
269
269
  display: none;
270
270
  }
271
- [data-v-0f683650] .el-upload-list__item-status-label {
271
+ [data-v-bcb07b2b] .el-upload-list__item-status-label {
272
272
  display: none;
273
273
  }
274
- [data-v-0f683650] .el-upload-list__item .el-icon--close {
274
+ [data-v-bcb07b2b] .el-upload-list__item .el-icon--close {
275
275
  display: none;
276
276
  }
277
- [data-v-0f683650] .el-upload-list__item.is-success .el-upload-list__item-status-label {
277
+ [data-v-bcb07b2b] .el-upload-list__item.is-success .el-upload-list__item-status-label {
278
278
  display: none;
279
279
  }
280
280
 
281
281
  /* 隐藏默认的圆点 */
282
- [data-v-0f683650] .el-upload-list {
282
+ [data-v-bcb07b2b] .el-upload-list {
283
283
  list-style: none;
284
284
  }
285
- [data-v-0f683650] .el-upload-list__item::before {
285
+ [data-v-bcb07b2b] .el-upload-list__item::before {
286
286
  display: none !important;
287
287
  }
288
288
 
@@ -1,2 +1,2 @@
1
- import { O as e, _ as t, b as n, v as r, y as i } from "../entry-B_nqUyXC.js";
1
+ import { O as e, _ as t, b as n, v as r, y as i } from "../entry-BsGFlCuK.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-B_nqUyXC.js";
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-BsGFlCuK.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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yc-vep-ui",
3
- "version": "0.3.58",
3
+ "version": "0.3.59",
4
4
  "type": "module",
5
5
  "description": "基于 Vue 3 + Element Plus 的企业级 UI 组件库",
6
6
  "keywords": [