ling-yun-custom-components 0.0.60 → 0.0.61

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.
Files changed (55) hide show
  1. package/es/index.mjs +67 -69
  2. package/lib/index.js +1 -1
  3. package/package.json +9 -9
  4. package/es/BatchImport.mjs +0 -202
  5. package/es/CustomSelect.mjs +0 -7
  6. package/es/CustomTitle.mjs +0 -7
  7. package/es/FileList.mjs +0 -7
  8. package/es/SearchBar.mjs +0 -7
  9. package/es/TreeSelect.mjs +0 -406
  10. package/es/TreeShowSelect.mjs +0 -82
  11. package/es/UploadFile.mjs +0 -7
  12. package/es/assets/TreeSelect.css +0 -1
  13. package/es/assets/TreeShowSelect.css +0 -1
  14. package/es/assets/layout2.css +0 -1
  15. package/es/assets/layout3.css +0 -1
  16. package/es/assets/layout4.css +0 -1
  17. package/es/assets/layout5.css +0 -1
  18. package/es/chunks/CustomTitle.BdP_XIUG.js +0 -6
  19. package/es/chunks/index.CGbx4Jkt.js +0 -9
  20. package/es/chunks/index.IgGaYZVs.js +0 -6
  21. package/es/chunks/layout.BF6B8tfH.js +0 -39
  22. package/es/chunks/layout.BLFdMVyE.js +0 -601
  23. package/es/chunks/layout.BbMgklJm.js +0 -230
  24. package/es/chunks/layout.BzQrppiO.js +0 -98
  25. package/es/chunks/layout.CmEFzav_.js +0 -149
  26. package/es/chunks/layout.DBrUEnal.CoUbm47v.js +0 -44
  27. package/es/chunks/layout.DTDMwNO7.js +0 -231
  28. package/es/chunks/layout.D_fCzVf0.js +0 -39
  29. package/es/chunks/layout.wck_IDgd.js +0 -121
  30. package/lib/BatchImport.js +0 -1
  31. package/lib/CustomSelect.js +0 -1
  32. package/lib/CustomTitle.js +0 -1
  33. package/lib/FileList.js +0 -1
  34. package/lib/SearchBar.js +0 -1
  35. package/lib/TreeSelect.js +0 -1
  36. package/lib/TreeShowSelect.js +0 -1
  37. package/lib/UploadFile.js +0 -1
  38. package/lib/assets/TreeSelect.css +0 -1
  39. package/lib/assets/TreeShowSelect.css +0 -1
  40. package/lib/assets/layout2.css +0 -1
  41. package/lib/assets/layout3.css +0 -1
  42. package/lib/assets/layout4.css +0 -1
  43. package/lib/assets/layout5.css +0 -1
  44. package/lib/chunks/CustomTitle.CgcOpfzd.js +0 -1
  45. package/lib/chunks/index.GQTJ5trc.js +0 -1
  46. package/lib/chunks/index.xDUmJAXE.js +0 -1
  47. package/lib/chunks/layout.BFpTjhr8.js +0 -1
  48. package/lib/chunks/layout.BQdjwrgQ.js +0 -1
  49. package/lib/chunks/layout.BbWwZ-k5.js +0 -1
  50. package/lib/chunks/layout.C6XpECNe.js +0 -1
  51. package/lib/chunks/layout.CsWdFS5P.js +0 -1
  52. package/lib/chunks/layout.CvV7N49b.js +0 -1
  53. package/lib/chunks/layout.DBrUEnal.BgxNZd_g.js +0 -1
  54. package/lib/chunks/layout.DC2f1UF4.js +0 -1
  55. package/lib/chunks/layout.DE2WIKAN.js +0 -1
package/es/TreeSelect.mjs DELETED
@@ -1,406 +0,0 @@
1
- import { w as ie } from "./chunks/index.bCzIhWFw.js";
2
- import { useAttrs as re, ref as x, computed as S, watch as O, nextTick as K, onMounted as de, createBlock as R, openBlock as N, unref as f, withCtx as b, createElementVNode as D, normalizeStyle as ce, createElementBlock as P, createCommentVNode as ue, createVNode as g, normalizeClass as he, mergeProps as fe, toDisplayString as $, withModifiers as pe, Fragment as me, h as H } from "vue";
3
- import { ElAutoResizer as ye, ElInput as ve, ElIcon as Q, ElTreeV2 as ge } from "element-plus";
4
- import { IconSearch as ke, IconDelete as Se, IconRighttop as Ne } from "color-message-lingyun-vue";
5
- import { IconEmpty as be } from "color-star-custom-components";
6
- import { _ as Ce } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
7
- import './assets/TreeSelect.css';function Le(o) {
8
- return {
9
- name: "element-tree-line",
10
- props: {
11
- node: {
12
- type: Object,
13
- required: !0
14
- },
15
- data: {
16
- type: Object
17
- },
18
- treeData: {
19
- type: Array
20
- },
21
- indent: {
22
- type: Number,
23
- default() {
24
- return 16;
25
- }
26
- },
27
- showLabelLine: {
28
- type: Boolean,
29
- default: !0
30
- }
31
- },
32
- render(r) {
33
- const d = o || r, s = this.getScopedSlot("default"), t = this.getScopedSlot("node-label"), c = this.getScopedSlot("after-node-label"), p = s ? this.getScopedSlotValue(s, {
34
- node: this.node,
35
- data: this.data
36
- }) : [
37
- t ? this.getScopedSlotValue(t, {
38
- node: this.node,
39
- data: this.data
40
- }) : d(
41
- "span",
42
- { class: "element-tree-node-label" },
43
- this.node.label
44
- ),
45
- this.showLabelLine ? d("span", {
46
- class: "element-tree-node-label-line"
47
- }) : null,
48
- this.getScopedSlotValue(c, {
49
- node: this.node,
50
- data: this.data
51
- })
52
- ], y = [];
53
- let u = this.node;
54
- for (; u; ) {
55
- let n = u.parent;
56
- if (u.level === 1 && !u.parent) {
57
- if (!this.treeData || !Array.isArray(this.treeData))
58
- throw Error(
59
- "if you using el-tree-v2 (Virtualized Tree) of element-plus,element-tree-line required data."
60
- );
61
- n = {
62
- children: Array.isArray(this.treeData) ? this.treeData.map((m) => ({ ...m, key: m.id })) : [],
63
- level: 0,
64
- key: "node-0",
65
- parent: null
66
- };
67
- }
68
- if (n) {
69
- const m = (n.children || n.childNodes).findIndex(
70
- (C) => (C.key || C.id) === (u.key || u.id)
71
- );
72
- y.unshift(
73
- m === (n.children || n.childNodes).length - 1
74
- );
75
- }
76
- u = n;
77
- }
78
- const V = [];
79
- for (let n = 0; n < this.node.level; n++)
80
- y[n] && this.node.level - 1 !== n || V.push(
81
- d("span", {
82
- class: {
83
- "element-tree-node-line-ver": !0,
84
- "last-node-isLeaf-line": y[n] && this.node.level - 1 === n
85
- },
86
- style: { left: this.indent * n + "px" }
87
- })
88
- );
89
- return d(
90
- "span",
91
- {
92
- class: "element-tree-node-label-wrapper"
93
- },
94
- [p].concat(V).concat([
95
- d("span", {
96
- class: "element-tree-node-line-hor",
97
- style: {
98
- width: (this.node.isLeaf ? 24 : 8) + "px",
99
- left: (this.node.level - 1) * this.indent + "px"
100
- }
101
- })
102
- ])
103
- );
104
- },
105
- methods: {
106
- getScopedSlot(r) {
107
- if (!r)
108
- return null;
109
- const d = r.split("||");
110
- let s = null;
111
- for (let t = 0; t < d.length; t++) {
112
- const c = d[t], p = (this.$slots || {})[c];
113
- if (p) {
114
- s = p;
115
- break;
116
- }
117
- if (s = (this.$scopedSlots || {})[c], s)
118
- break;
119
- }
120
- return s;
121
- },
122
- getScopedSlotValue(r, d, s = null) {
123
- return typeof r == "function" ? r(d) || s : r || s;
124
- }
125
- }
126
- };
127
- }
128
- function U(o) {
129
- const r = Le(o);
130
- return o && (r.methods.getScopedSlot = function(s) {
131
- if (!s)
132
- return null;
133
- const t = s.split("||");
134
- let c = null;
135
- for (let p = 0; p < t.length; p++) {
136
- const y = t[p], u = (this.$slots || {})[y];
137
- if (u) {
138
- c = u;
139
- break;
140
- }
141
- }
142
- return c;
143
- }), r;
144
- }
145
- U();
146
- const xe = {
147
- key: 0,
148
- class: "mg-b-16"
149
- }, Ve = {
150
- key: 0,
151
- class: "list-item flex justify-between pd-l-6 pd-r-6 radius-8 items-center w-full"
152
- }, Me = ["onClick"], De = { key: 1 }, Pe = /* @__PURE__ */ Object.assign({
153
- name: "TreeSelect"
154
- }, {
155
- __name: "layout",
156
- props: {
157
- // 初始值
158
- modelValue: {
159
- type: Object,
160
- default: () => []
161
- },
162
- // 树形节点对象结构
163
- treeProps: {
164
- type: Object,
165
- default: () => ({
166
- value: "id",
167
- label: "label",
168
- children: "children"
169
- })
170
- },
171
- // 接口配置
172
- apiConfig: {
173
- type: Function
174
- },
175
- // 请求参数
176
- reqParams: {
177
- type: Object,
178
- default: () => ({})
179
- },
180
- // 是否在组件挂载时自动加载数据
181
- autoLoad: {
182
- type: Boolean,
183
- default: !0
184
- },
185
- // 是否多选
186
- isMultiple: {
187
- type: Boolean,
188
- default: !0
189
- },
190
- // 是否有过滤
191
- hasFilter: {
192
- type: Boolean,
193
- default: !1
194
- },
195
- // 是否是列表模式
196
- isListMode: {
197
- type: Boolean,
198
- default: !1
199
- },
200
- treeList: {
201
- type: Array,
202
- default: () => []
203
- },
204
- // 是否有线条样式
205
- hasTreeLine: {
206
- type: Boolean,
207
- default: !0
208
- },
209
- // 选中的节点是否包含父节点
210
- includeParentSelected: {
211
- type: Boolean,
212
- default: !1
213
- }
214
- },
215
- emits: ["handleCheck", "handleDeleteNode", "initFinish"],
216
- setup(o, { expose: r, emit: d }) {
217
- const s = U(H), t = o, c = d, p = re(), y = () => H(Ne, {
218
- style: { color: "var(--text-color-2)", fontSize: "16px" }
219
- }), u = t.isMultiple ? 20 : 10, V = t.isMultiple ? 15 : 11, n = x([]), m = x(null), C = x(null), w = S(() => t.treeProps.value), I = S(() => t.treeProps.label), v = S(() => t.treeProps.children), T = x(!1), G = S(() => !t.isMultiple && T.value), J = S(() => typeof t.apiConfig == "function"), _ = (e) => String(e).includes("%") ? e : e + "px", W = () => {
220
- let e = m.value?.getCheckedNodes(), l = e.map((i) => i[w.value]), a = [];
221
- return e.length && !t.includeParentSelected && (e = e.filter((i) => !i[v.value]), l = e.map((i) => i[w.value])), t.includeParentSelected && (a = X(n.value, l)), {
222
- selectedNodeValues: l,
223
- // 选中节点的值的集合
224
- selectedNodes: e,
225
- // 选中节点的集合
226
- selectedParentNodes: a
227
- // 选中节点的所有父节点
228
- };
229
- };
230
- function X(e, l) {
231
- const a = /* @__PURE__ */ new Map();
232
- function i(h, k = []) {
233
- for (const L of h) {
234
- const ae = [...k, L];
235
- L.children && L.children.length > 0 ? i(L.children, ae) : l.includes(L.id) && k.forEach((B) => {
236
- a.has(B.id) || a.set(B.id, { ...B });
237
- });
238
- }
239
- }
240
- return i(e), Array.from(a.values());
241
- }
242
- const Y = (e) => {
243
- !t.isMultiple || t.isListMode || E();
244
- }, Z = (e, l) => {
245
- t.isMultiple || t.isListMode || (T.value = !0, C.value = l.key, c("handleCheck", {
246
- selectedValue: [C.value],
247
- // 选中节点的值
248
- selectedNode: [l.data]
249
- // // 选中节点
250
- }));
251
- }, z = x(""), ee = (e) => {
252
- m.value.filter(e);
253
- }, te = (e, l) => l[I.value].includes(e), le = (e) => {
254
- let l = 0;
255
- function a(i) {
256
- for (const h of i) {
257
- const k = h[v.value] && h[v.value].length > 0;
258
- t.includeParentSelected ? l++ : k || l++, k && a(h[v.value]);
259
- }
260
- }
261
- return a(e), l;
262
- }, ne = S(() => le(n.value));
263
- function E() {
264
- const { selectedNodeValues: e, selectedNodes: l, selectedParentNodes: a } = W();
265
- c("handleCheck", {
266
- selectedValue: e,
267
- // 选中节点的值的集合
268
- selectedNode: l,
269
- // 选中节点的集合
270
- selectedParentNodes: a
271
- });
272
- }
273
- const oe = (e, l) => {
274
- m.value?.setChecked(e, l), E();
275
- }, F = () => {
276
- p["default-checked-keys"] && K(() => {
277
- E();
278
- });
279
- }, se = (e) => {
280
- c("handleDeleteNode", e);
281
- }, M = (e) => e?.map((l) => ({
282
- ...l,
283
- [v.value]: l[v.value]?.length ? M(l[v.value]) : void 0
284
- })), j = async () => {
285
- J.value ? t.apiConfig(t.reqParams)?.then((e) => {
286
- n.value = M(e?.data || []), F(), A(t.modelValue), c("initFinish", n.value);
287
- }) : q();
288
- }, q = () => {
289
- t.isListMode ? n.value = M(t.treeList || []) : (n.value = M(t.treeList || []), n.value.length && (F(), A(t.modelValue)));
290
- }, A = (e) => {
291
- const l = e && e.length && e.map((a) => a[t.treeProps.value]);
292
- m.value?.setCheckedKeys(l);
293
- };
294
- return O(
295
- () => t.treeList,
296
- () => {
297
- q();
298
- },
299
- { deep: !0 }
300
- ), O(
301
- () => t.modelValue,
302
- (e) => {
303
- K(() => {
304
- A(e);
305
- });
306
- },
307
- { deep: !0 }
308
- ), de(() => {
309
- j();
310
- }), r({
311
- allNodeNumbers: ne,
312
- loadData: j,
313
- setNodeCheckStatus: oe
314
- }), (e, l) => (N(), R(f(ye), null, {
315
- default: b(({ width: a, height: i }) => [
316
- D("div", {
317
- style: ce({
318
- width: _(a),
319
- height: _(i)
320
- })
321
- }, [
322
- o.hasFilter ? (N(), P("div", xe, [
323
- g(f(ve), {
324
- modelValue: z.value,
325
- "onUpdate:modelValue": l[0] || (l[0] = (h) => z.value = h),
326
- placeholder: "请输入",
327
- onInput: ee
328
- }, {
329
- prefix: b(() => [
330
- g(f(Q), {
331
- size: 16,
332
- color: "var(--neutral-color-12)",
333
- class: "mg-r-4"
334
- }, {
335
- default: b(() => [
336
- g(f(ke))
337
- ]),
338
- _: 1
339
- })
340
- ]),
341
- _: 1
342
- }, 8, ["modelValue"])
343
- ])) : ue("", !0),
344
- D("div", {
345
- class: he(o.hasFilter ? "pd-l-8 pd-r-8" : "")
346
- }, [
347
- g(f(ge), fe({
348
- ref_key: "treeRef",
349
- ref: m,
350
- height: o.hasFilter ? i - 48 : i,
351
- data: n.value,
352
- props: o.treeProps,
353
- "node-key": w.value,
354
- "show-checkbox": o.isMultiple && !o.isListMode,
355
- "item-size": 34,
356
- indent: f(u),
357
- "highlight-current": G.value,
358
- icon: o.isListMode ? "" : y,
359
- "filter-method": te
360
- }, f(p), {
361
- onNodeClick: Z,
362
- onCheck: Y
363
- }), {
364
- default: b(({ node: h }) => [
365
- o.isListMode ? (N(), P("div", Ve, [
366
- D("span", null, $(h.data[I.value]), 1),
367
- D("div", {
368
- class: "flex items-center",
369
- onClick: pe((k) => se(h.data), ["stop"])
370
- }, [
371
- g(f(Q), {
372
- size: 14,
373
- color: "var(--neutral-color-5)"
374
- }, {
375
- default: b(() => [
376
- g(f(Se))
377
- ]),
378
- _: 1
379
- })
380
- ], 8, Me)
381
- ])) : (N(), P(me, { key: 1 }, [
382
- o.hasTreeLine ? (N(), R(f(s), {
383
- key: 0,
384
- node: h,
385
- treeData: n.value,
386
- showLabelLine: !1,
387
- indent: f(V)
388
- }, null, 8, ["node", "treeData", "indent"])) : (N(), P("span", De, $(h.data[I.value]), 1))
389
- ], 64))
390
- ]),
391
- empty: b(() => [
392
- g(f(be))
393
- ]),
394
- _: 1
395
- }, 16, ["height", "data", "props", "node-key", "show-checkbox", "indent", "highlight-current", "icon"])
396
- ], 2)
397
- ], 4)
398
- ]),
399
- _: 1
400
- }));
401
- }
402
- }), we = /* @__PURE__ */ Ce(Pe, [["__scopeId", "data-v-2357d4fe"]]), ze = ie(we);
403
- export {
404
- ze as TreeSelect,
405
- ze as default
406
- };
@@ -1,82 +0,0 @@
1
- import { w as g } from "./chunks/index.bCzIhWFw.js";
2
- import { useAttrs as w, ref as u, computed as y, watch as k, createBlock as P, openBlock as C, unref as s, withCtx as z, createElementVNode as o, normalizeStyle as T, toDisplayString as p, createVNode as m, mergeProps as D } from "vue";
3
- import { ElAutoResizer as L } from "element-plus";
4
- import { TreeSelect as f } from "./TreeSelect.mjs";
5
- import { _ as R } from "./chunks/_plugin-vue_export-helper.CHgC5LLL.js";
6
- import './assets/TreeShowSelect.css';const j = { class: "left-box w-50-percent flex flex-col" }, A = { class: "head-box fz-14 pd-t-8 pd-b-8 pd-l-12 pd-r-12 mg-b-8 text-202434" }, B = { class: "pd-r-12 pd-l-12 flex-1" }, E = { class: "right-box w-50-percent flex flex-col" }, H = { class: "head-box fz-14 pd-t-8 pd-b-8 pd-l-12 pd-r-12 mg-b-8 text-202434" }, I = { class: "pd-r-12 pd-l-12 flex-1 selected-list overflow-y-auto pd-t-8" }, O = /* @__PURE__ */ Object.assign({
7
- name: "TreeShowSelect"
8
- }, {
9
- __name: "layout",
10
- props: {
11
- // 初始值
12
- modelValue: {
13
- type: Object,
14
- default: () => []
15
- }
16
- },
17
- emits: ["getCheckedNode"],
18
- setup(h, { emit: _ }) {
19
- const v = h, x = _, d = w(), r = u(), b = y(() => d.treeProps ? d.treeProps : { value: "id", label: "label", children: "children" }), i = (e) => String(e).includes("%") ? e : e + "px", t = u([]), N = (e) => {
20
- const { selectedNode: l, selectedValue: a, selectedParentNodes: c } = e;
21
- t.value = l, x("getCheckedNode", {
22
- selectedValue: a,
23
- // 选中节点的值的集合
24
- selectedNode: l,
25
- // // 选中节点的集合
26
- selectedParentNodes: c
27
- });
28
- }, S = (e) => {
29
- r.value?.setNodeCheckStatus(e[b.value.value], !1);
30
- }, V = (e) => {
31
- t.value = e || [];
32
- };
33
- return k(
34
- () => v.modelValue,
35
- (e) => {
36
- V(e);
37
- },
38
- { immediate: !0, deep: !0 }
39
- ), (e, l) => (C(), P(s(L), null, {
40
- default: z(({ width: a, height: c }) => [
41
- o("div", {
42
- class: "out-box flex radius-8 text-202434",
43
- style: T({
44
- width: i(a),
45
- height: i(c)
46
- })
47
- }, [
48
- o("div", j, [
49
- o("div", A, p(r.value && r.value.allNodeNumbers || 0) + "项 ", 1),
50
- o("div", B, [
51
- m(s(f), D({
52
- modelValue: t.value,
53
- "onUpdate:modelValue": l[0] || (l[0] = (n) => t.value = n),
54
- ref_key: "treeRef",
55
- ref: r
56
- }, s(d), { onHandleCheck: N }), null, 16, ["modelValue"])
57
- ])
58
- ]),
59
- o("div", E, [
60
- o("div", H, p(t.value.length) + "项 ", 1),
61
- o("div", I, [
62
- m(s(f), {
63
- modelValue: t.value,
64
- "onUpdate:modelValue": l[1] || (l[1] = (n) => t.value = n),
65
- class: "tree-select-list",
66
- treeProps: s(d).treeProps,
67
- treeList: t.value,
68
- isListMode: !0,
69
- onHandleDeleteNode: S
70
- }, null, 8, ["modelValue", "treeProps", "treeList"])
71
- ])
72
- ])
73
- ], 4)
74
- ]),
75
- _: 1
76
- }));
77
- }
78
- }), U = /* @__PURE__ */ R(O, [["__scopeId", "data-v-506e7300"]]), J = g(U);
79
- export {
80
- J as TreeShowSelect,
81
- J as default
82
- };
package/es/UploadFile.mjs DELETED
@@ -1,7 +0,0 @@
1
- import { w as o } from "./chunks/index.bCzIhWFw.js";
2
- import { _ as t } from "./chunks/layout.BbMgklJm.js";
3
- const r = o(t);
4
- export {
5
- r as UploadFile,
6
- r as default
7
- };
@@ -1 +0,0 @@
1
- .el-tree .el-tree-node__content{position:relative}.element-tree-node-label-wrapper{flex:1;display:flex;align-items:center}.element-tree-node-label{font-size:12px}.element-tree-node-line-ver{display:block;position:absolute;top:0;left:0;height:100%;border-left:1px dashed #dcdfe6}.element-tree-node-line-ver.last-node-isLeaf-line{height:50%}.element-tree-node-line-hor{display:block;position:absolute;top:50%;left:0;height:0;border-bottom:1px dashed #dcdfe6}.element-tree-node-label-line{flex:1;border-top:1px dashed #dcdfe6;align-self:center;margin:0 10px}[data-v-2357d4fe] .el-tree-node__label{line-height:22px}[data-v-2357d4fe] .el-tree-node:focus>.el-tree-node__content{background-color:transparent}[data-v-2357d4fe] .el-tree-node__content{border-radius:8px}[data-v-2357d4fe] .el-tree-node__content:hover{background-color:var(--primary-color-5)}[data-v-2357d4fe] .element-tree-node-label{font-size:14px}.list-item[data-v-2357d4fe]{height:32px}.list-item[data-v-2357d4fe]:hover{background:var(--primary-color-5)}[data-v-2357d4fe] .element-tree-node-line-ver,[data-v-2357d4fe] .element-tree-node-line-hor{border-color:var(--neutral-color-19)}
@@ -1 +0,0 @@
1
- .w-50-percent[data-v-506e7300]{width:50%}.out-box[data-v-506e7300]{border:1px solid var(--parting-line)}.out-box .head-box[data-v-506e7300]{border-bottom:1px solid var(--parting-line)}.out-box .left-box[data-v-506e7300]{border-right:1px solid var(--parting-line)}.out-box .selected-list .selected-item[data-v-506e7300]{height:32px}.out-box .selected-list .selected-item[data-v-506e7300]:hover{background:var(--primary-color-5)}.out-box .virtual-scroller[data-v-506e7300]{height:100%}.tree-select-list[data-v-506e7300] .el-tree-node__content{margin-bottom:8px;padding:4px 0;height:32px;border-radius:8px}
@@ -1 +0,0 @@
1
- .custom-title[data-v-4d572364]{font-weight:var(--v47d985ee);font-size:var(--v6d50a5d6);color:var(--v4b029cbc)}
@@ -1 +0,0 @@
1
- .custom-title[data-v-4d572364]{font-weight:var(--v47d985ee);font-size:var(--v6d50a5d6);color:var(--v4b029cbc)}
@@ -1 +0,0 @@
1
- [data-v-c5a51066] .el-upload-dragger{background:var(--background-color-7);border-radius:6px;border:1px dashed var(--primary-color-8);padding:26px}[data-v-c5a51066] .el-upload-dragger:hover{background:var(--background-color-11);border:1px dashed var(--primary-color-6)}.upload-webp[data-v-c5a51066]{width:96px;height:96px}.upload-webp .image[data-v-c5a51066]{top:50%;left:50%;transform:translate(-50%,-50%);width:150px}
@@ -1 +0,0 @@
1
- .file-list[data-v-c5b5f416]{grid-template-columns:repeat(var(--v751237c3),1fr);gap:12px}.file-list .lh-16[data-v-c5b5f416]{line-height:16px}.file-list .border-error[data-v-c5b5f416]{border:1px solid var(--error-color-1)}.file-list .border-normal[data-v-c5b5f416]{border:1px solid var(--parting-line)}.file-list .bg-uploading[data-v-c5b5f416]{background:linear-gradient(270deg,var(--primary-color-5) 0%,rgba(252,253,255,0) 100%)}
@@ -1,6 +0,0 @@
1
- import { e as o } from "./index.CGbx4Jkt.js";
2
- import { d as r } from "./layout.DBrUEnal.CoUbm47v.js";
3
- const p = o(r);
4
- export {
5
- p as a
6
- };
@@ -1,9 +0,0 @@
1
- import { dayjs as a } from "element-plus";
2
- const n = (e) => (e.install = (t) => {
3
- const o = e.name || e.__name;
4
- t.component(o, e);
5
- }, e);
6
- a.en.weekStart = 1;
7
- export {
8
- n as e
9
- };
@@ -1,6 +0,0 @@
1
- import { w as t } from "./index.bCzIhWFw.js";
2
- import { _ as o } from "./layout.BF6B8tfH.js";
3
- const m = t(o);
4
- export {
5
- m as C
6
- };
@@ -1,39 +0,0 @@
1
- import { useCssVars as o, createElementBlock as n, openBlock as a, toDisplayString as c } from "vue";
2
- import { _ as r } from "./_plugin-vue_export-helper.CHgC5LLL.js";
3
- import '../assets/layout2.css';const s = { class: "custom-title" }, i = /* @__PURE__ */ Object.assign({
4
- name: "CustomTitle"
5
- }, {
6
- __name: "layout",
7
- props: {
8
- // 标题内容
9
- content: {
10
- type: String,
11
- default: "自定义标题"
12
- },
13
- // 字体大小
14
- fontSize: {
15
- type: Number,
16
- default: 18
17
- },
18
- // 字体颜色
19
- color: {
20
- type: String,
21
- default: "var(--text-color-1)"
22
- },
23
- // 字体粗细
24
- fontWeight: {
25
- type: Number,
26
- default: 700
27
- }
28
- },
29
- setup(t) {
30
- return o((e) => ({
31
- b9535606: t.fontWeight,
32
- v3415e827: t.fontSize + "px",
33
- v33d6604d: t.color
34
- })), (e, l) => (a(), n("div", s, c(t.content), 1));
35
- }
36
- }), m = /* @__PURE__ */ r(i, [["__scopeId", "data-v-ea104f2e"]]);
37
- export {
38
- m as _
39
- };