erp-plus 1.0.12 → 1.0.14
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/types/erp-plus.css +1 -1
- package/dist/types/erp-plus.es.js +827 -201
- package/dist/types/erp-plus.umd.js +1 -1
- package/dist/types/packages/CheckboxGroup/CheckboxGroup.vue.d.ts +18 -0
- package/dist/types/packages/CheckboxGroup/index.d.ts +4 -0
- package/dist/types/packages/DatePicker/DatePicker.vue.d.ts +9 -0
- package/dist/types/packages/Dialog/Dialog.vue.d.ts +300 -0
- package/dist/types/packages/Dialog/index.d.ts +4 -0
- package/dist/types/packages/RadioGroup/RadioGroup.vue.d.ts +18 -0
- package/dist/types/packages/RadioGroup/index.d.ts +4 -0
- package/dist/types/packages/SvgIcon/index.d.ts +4 -0
- package/dist/types/packages/Table/Table.vue.d.ts +3071 -0
- package/dist/types/packages/Table/index.d.ts +4 -0
- package/dist/types/packages/Tree/Tree.vue.d.ts +2190 -0
- package/dist/types/packages/Tree/index.d.ts +4 -0
- package/package.json +1 -1
- package/dist/types/App.vue.d.ts +0 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { ElOption as
|
|
3
|
-
const
|
|
1
|
+
import { defineComponent as A, useSlots as pe, resolveComponent as $, createBlock as B, openBlock as h, mergeProps as D, createSlots as q, renderList as E, unref as W, withCtx as k, renderSlot as R, normalizeProps as J, guardReactiveProps as Q, computed as z, createElementBlock as O, normalizeClass as X, createElementVNode as P, h as w, createVNode as L, isRef as _e, Fragment as I, resolveDynamicComponent as ve, createTextVNode as ee, toDisplayString as K, ref as te } from "vue";
|
|
2
|
+
import { ElOption as ie, ElSelect as Se } from "element-plus";
|
|
3
|
+
const G = /* @__PURE__ */ A({
|
|
4
4
|
__name: "Button",
|
|
5
5
|
props: {
|
|
6
6
|
// 基础属性
|
|
@@ -79,30 +79,30 @@ const L = /* @__PURE__ */ C({
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
emits: ["click"],
|
|
82
|
-
setup(e, { emit:
|
|
83
|
-
const
|
|
84
|
-
|
|
82
|
+
setup(e, { emit: y }) {
|
|
83
|
+
const n = pe(), l = e, t = y, i = (o) => {
|
|
84
|
+
t("click", o);
|
|
85
85
|
};
|
|
86
|
-
return (
|
|
87
|
-
const
|
|
88
|
-
return
|
|
86
|
+
return (o, C) => {
|
|
87
|
+
const d = $("el-button");
|
|
88
|
+
return h(), B(d, D(l, {
|
|
89
89
|
class: ["yw-button-" + e.type, "yw-button"],
|
|
90
90
|
onClick: i
|
|
91
|
-
}),
|
|
92
|
-
|
|
93
|
-
name:
|
|
94
|
-
fn:
|
|
95
|
-
|
|
91
|
+
}), q({ _: 2 }, [
|
|
92
|
+
E(W(n), (s, _) => ({
|
|
93
|
+
name: _,
|
|
94
|
+
fn: k((x) => [
|
|
95
|
+
R(o.$slots, _, J(Q(x || {})))
|
|
96
96
|
])
|
|
97
97
|
}))
|
|
98
98
|
]), 1040, ["class"]);
|
|
99
99
|
};
|
|
100
100
|
}
|
|
101
101
|
});
|
|
102
|
-
|
|
103
|
-
e.component("YwButton",
|
|
102
|
+
G.install = (e) => {
|
|
103
|
+
e.component("YwButton", G);
|
|
104
104
|
};
|
|
105
|
-
const
|
|
105
|
+
const ke = ["xlink:href", "fill"], M = /* @__PURE__ */ A({
|
|
106
106
|
__name: "index",
|
|
107
107
|
props: {
|
|
108
108
|
iconClass: {
|
|
@@ -119,18 +119,18 @@ const ee = ["xlink:href", "fill"], k = /* @__PURE__ */ C({
|
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
121
|
setup(e) {
|
|
122
|
-
const
|
|
123
|
-
return (
|
|
124
|
-
class:
|
|
122
|
+
const y = e, n = z(() => y.className ? (console.log(y.className), `svg-icon ${y.className}`) : "svg-icon"), l = z(() => `#icon-${y.iconClass}`);
|
|
123
|
+
return (t, i) => (h(), O("svg", {
|
|
124
|
+
class: X(n.value),
|
|
125
125
|
"aria-hidden": "true"
|
|
126
126
|
}, [
|
|
127
|
-
|
|
128
|
-
"xlink:href":
|
|
127
|
+
P("use", {
|
|
128
|
+
"xlink:href": l.value,
|
|
129
129
|
fill: e.color
|
|
130
|
-
}, null, 8,
|
|
130
|
+
}, null, 8, ke)
|
|
131
131
|
], 2));
|
|
132
132
|
}
|
|
133
|
-
}),
|
|
133
|
+
}), le = /* @__PURE__ */ A({
|
|
134
134
|
__name: "DatePicker",
|
|
135
135
|
props: {
|
|
136
136
|
modelValue: {
|
|
@@ -208,7 +208,7 @@ const ee = ["xlink:href", "fill"], k = /* @__PURE__ */ C({
|
|
|
208
208
|
},
|
|
209
209
|
prefixIcon: {
|
|
210
210
|
type: [String, Object],
|
|
211
|
-
default: () =>
|
|
211
|
+
default: () => w("svg", {
|
|
212
212
|
viewBox: "0 0 1024 1024",
|
|
213
213
|
width: "16",
|
|
214
214
|
height: "16",
|
|
@@ -217,20 +217,20 @@ const ee = ["xlink:href", "fill"], k = /* @__PURE__ */ C({
|
|
|
217
217
|
"aria-hidden": "true",
|
|
218
218
|
style: { color: "#838599" }
|
|
219
219
|
}, [
|
|
220
|
-
|
|
220
|
+
w("path", {
|
|
221
221
|
d: "M640 53.312a32 32 0 0 1 32 32V256a32 32 0 0 1-64 0v-53.312H448a32 32 0 0 1 0-64h160v-53.312a32 32 0 0 1 32-32zM96 426.688a32 32 0 0 1 32-32h768a32 32 0 0 1 32 32v384c0 64.768-52.48 117.312-117.312 117.312H213.312A117.312 117.312 0 0 1 96 810.688v-384z m64 32v352c0 29.44 23.872 53.312 53.312 53.312h597.376c29.44 0 53.312-23.872 53.312-53.312v-352h-704z"
|
|
222
222
|
}),
|
|
223
|
-
|
|
223
|
+
w("path", {
|
|
224
224
|
d: "M213.312 202.688A53.312 53.312 0 0 0 160 256v170.688a32 32 0 0 1-64 0V256c0-64.768 52.48-117.312 117.312-117.312h85.376a32 32 0 0 1 0 64H213.312z"
|
|
225
225
|
}),
|
|
226
|
-
|
|
226
|
+
w("path", {
|
|
227
227
|
d: "M298.688 53.312a32 32 0 0 1 32 32V256a32 32 0 1 1-64 0V85.312a32 32 0 0 1 32-32zM757.312 170.688a32 32 0 0 1 32-32h21.376c64.768 0 117.312 52.48 117.312 117.312v170.688a32 32 0 0 1-64 0V256a53.312 53.312 0 0 0-53.312-53.312h-21.376a32 32 0 0 1-32-32z"
|
|
228
228
|
})
|
|
229
229
|
])
|
|
230
230
|
},
|
|
231
231
|
clearIcon: {
|
|
232
232
|
type: [String, Object],
|
|
233
|
-
default: () =>
|
|
233
|
+
default: () => w("svg", {
|
|
234
234
|
viewBox: "0 0 1024 1024",
|
|
235
235
|
width: "12",
|
|
236
236
|
height: "12",
|
|
@@ -238,7 +238,7 @@ const ee = ["xlink:href", "fill"], k = /* @__PURE__ */ C({
|
|
|
238
238
|
class: "your-prefix-clear-icon",
|
|
239
239
|
style: { color: "#b2b4c6" }
|
|
240
240
|
}, [
|
|
241
|
-
|
|
241
|
+
w("path", {
|
|
242
242
|
d: "M0 512a512 512 0 1 0 1024 0A512 512 0 0 0 0 512z m631.210667-179.541333a42.666667 42.666667 0 0 1 60.330666 60.416L572.330667 512l119.210666 119.125333a42.666667 42.666667 0 0 1-60.330666 60.416L512 572.330667 392.874667 691.541333a42.666667 42.666667 0 0 1-60.330667-60.416L451.669333 512 332.544 392.874667a42.666667 42.666667 0 1 1 60.330667-60.416L512 451.669333l119.210667-119.210666z"
|
|
243
243
|
})
|
|
244
244
|
])
|
|
@@ -251,6 +251,10 @@ const ee = ["xlink:href", "fill"], k = /* @__PURE__ */ C({
|
|
|
251
251
|
type: Function,
|
|
252
252
|
default: () => !1
|
|
253
253
|
},
|
|
254
|
+
valueFormat: {
|
|
255
|
+
type: String,
|
|
256
|
+
default: "yyyy-MM-dd"
|
|
257
|
+
},
|
|
254
258
|
shortcuts: {
|
|
255
259
|
type: Array,
|
|
256
260
|
default: () => []
|
|
@@ -285,66 +289,66 @@ const ee = ["xlink:href", "fill"], k = /* @__PURE__ */ C({
|
|
|
285
289
|
}
|
|
286
290
|
},
|
|
287
291
|
emits: ["update:modelValue", "change", "clear", "blur", "focus", "calendar-change", "visible-change", "panel-change"],
|
|
288
|
-
setup(e, { emit:
|
|
289
|
-
const
|
|
292
|
+
setup(e, { emit: y }) {
|
|
293
|
+
const n = e, l = z(() => n.type === "daterange" || n.type === "datetimerange" ? `yw-daterange-picker ${n.popperClass}` : `yw-date-picker ${n.popperClass}`), t = y, i = z({
|
|
290
294
|
get() {
|
|
291
|
-
return
|
|
295
|
+
return n.modelValue;
|
|
292
296
|
},
|
|
293
|
-
set(
|
|
294
|
-
|
|
297
|
+
set(g) {
|
|
298
|
+
t("update:modelValue", g);
|
|
295
299
|
}
|
|
296
|
-
}),
|
|
297
|
-
|
|
298
|
-
},
|
|
299
|
-
|
|
300
|
-
},
|
|
301
|
-
|
|
302
|
-
},
|
|
303
|
-
|
|
304
|
-
},
|
|
305
|
-
|
|
306
|
-
},
|
|
307
|
-
|
|
308
|
-
},
|
|
309
|
-
|
|
300
|
+
}), o = (g) => {
|
|
301
|
+
t("change", g);
|
|
302
|
+
}, C = (g) => {
|
|
303
|
+
t("clear", g);
|
|
304
|
+
}, d = (g) => {
|
|
305
|
+
t("blur", g);
|
|
306
|
+
}, s = (g) => {
|
|
307
|
+
t("focus", g);
|
|
308
|
+
}, _ = (g) => {
|
|
309
|
+
t("calendar-change", g);
|
|
310
|
+
}, x = (g) => {
|
|
311
|
+
t("visible-change", g);
|
|
312
|
+
}, N = (g) => {
|
|
313
|
+
t("panel-change", g);
|
|
310
314
|
};
|
|
311
|
-
return (
|
|
312
|
-
const
|
|
313
|
-
return
|
|
315
|
+
return (g, V) => {
|
|
316
|
+
const p = $("el-date-picker");
|
|
317
|
+
return h(), B(p, D(n, {
|
|
314
318
|
modelValue: i.value,
|
|
315
|
-
"onUpdate:modelValue":
|
|
316
|
-
popperClass:
|
|
317
|
-
onChange:
|
|
318
|
-
onClear:
|
|
319
|
-
onBlur:
|
|
320
|
-
onFocus:
|
|
321
|
-
onCalendarChange:
|
|
322
|
-
onVisibleChange:
|
|
323
|
-
onPanelChange:
|
|
319
|
+
"onUpdate:modelValue": V[0] || (V[0] = (c) => i.value = c),
|
|
320
|
+
popperClass: l.value,
|
|
321
|
+
onChange: o,
|
|
322
|
+
onClear: C,
|
|
323
|
+
onBlur: d,
|
|
324
|
+
onFocus: s,
|
|
325
|
+
onCalendarChange: _,
|
|
326
|
+
onVisibleChange: x,
|
|
327
|
+
onPanelChange: N
|
|
324
328
|
}), {
|
|
325
|
-
"prev-month":
|
|
326
|
-
|
|
329
|
+
"prev-month": k(() => [
|
|
330
|
+
L(M, {
|
|
327
331
|
iconClass: "16_16_arrow_left",
|
|
328
332
|
color: "#1a1a1a",
|
|
329
333
|
style: { width: "16px", height: "16px" }
|
|
330
334
|
})
|
|
331
335
|
]),
|
|
332
|
-
"next-month":
|
|
333
|
-
|
|
336
|
+
"next-month": k(() => [
|
|
337
|
+
L(M, {
|
|
334
338
|
iconClass: "16_16_arrow_right",
|
|
335
339
|
color: "#1a1a1a",
|
|
336
340
|
style: { width: "16px", height: "16px" }
|
|
337
341
|
})
|
|
338
342
|
]),
|
|
339
|
-
"prev-year":
|
|
340
|
-
|
|
343
|
+
"prev-year": k(() => [
|
|
344
|
+
L(M, {
|
|
341
345
|
iconClass: "16_16_arrow_2left",
|
|
342
346
|
color: "#1a1a1a",
|
|
343
347
|
style: { width: "16px", height: "16px" }
|
|
344
348
|
})
|
|
345
349
|
]),
|
|
346
|
-
"next-year":
|
|
347
|
-
|
|
350
|
+
"next-year": k(() => [
|
|
351
|
+
L(M, {
|
|
348
352
|
iconClass: "16_16_arrow_2right",
|
|
349
353
|
color: "#1a1a1a",
|
|
350
354
|
style: { width: "16px", height: "16px" }
|
|
@@ -354,16 +358,11 @@ const ee = ["xlink:href", "fill"], k = /* @__PURE__ */ C({
|
|
|
354
358
|
}, 16, ["modelValue", "popperClass"]);
|
|
355
359
|
};
|
|
356
360
|
}
|
|
357
|
-
})
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
o[a] = n;
|
|
361
|
-
return o;
|
|
362
|
-
}, F = /* @__PURE__ */ ae(te, [["__scopeId", "data-v-84e7bdaa"]]);
|
|
363
|
-
F.install = (e) => {
|
|
364
|
-
e.component("YwDatePicker", F);
|
|
361
|
+
});
|
|
362
|
+
le.install = (e) => {
|
|
363
|
+
e.component("YwDatePicker", le);
|
|
365
364
|
};
|
|
366
|
-
const
|
|
365
|
+
const ae = /* @__PURE__ */ A({
|
|
367
366
|
__name: "Avatar",
|
|
368
367
|
props: {
|
|
369
368
|
size: {
|
|
@@ -396,27 +395,27 @@ const j = /* @__PURE__ */ C({
|
|
|
396
395
|
}
|
|
397
396
|
},
|
|
398
397
|
emits: ["error"],
|
|
399
|
-
setup(e, { emit:
|
|
400
|
-
const
|
|
401
|
-
|
|
398
|
+
setup(e, { emit: y }) {
|
|
399
|
+
const n = e, l = y, t = (i) => {
|
|
400
|
+
l("error", i);
|
|
402
401
|
};
|
|
403
|
-
return (i,
|
|
404
|
-
const
|
|
405
|
-
return
|
|
406
|
-
|
|
407
|
-
name:
|
|
408
|
-
fn:
|
|
409
|
-
|
|
402
|
+
return (i, o) => {
|
|
403
|
+
const C = $("el-avatar");
|
|
404
|
+
return h(), B(C, D(n, { onError: t }), q({ _: 2 }, [
|
|
405
|
+
E(i.$slots, (d, s) => ({
|
|
406
|
+
name: s,
|
|
407
|
+
fn: k((_) => [
|
|
408
|
+
R(i.$slots, s, J(Q(_ || {})))
|
|
410
409
|
])
|
|
411
410
|
}))
|
|
412
411
|
]), 1040);
|
|
413
412
|
};
|
|
414
413
|
}
|
|
415
414
|
});
|
|
416
|
-
|
|
417
|
-
e.component("YwAvatar",
|
|
415
|
+
ae.install = (e) => {
|
|
416
|
+
e.component("YwAvatar", ae);
|
|
418
417
|
};
|
|
419
|
-
const
|
|
418
|
+
const oe = /* @__PURE__ */ A({
|
|
420
419
|
__name: "Input",
|
|
421
420
|
props: {
|
|
422
421
|
modelValue: {
|
|
@@ -441,7 +440,7 @@ const I = /* @__PURE__ */ C({
|
|
|
441
440
|
},
|
|
442
441
|
clearIcon: {
|
|
443
442
|
type: [String, Object],
|
|
444
|
-
default: () =>
|
|
443
|
+
default: () => w("svg", {
|
|
445
444
|
viewBox: "0 0 1024 1024",
|
|
446
445
|
width: "12",
|
|
447
446
|
height: "12",
|
|
@@ -449,7 +448,7 @@ const I = /* @__PURE__ */ C({
|
|
|
449
448
|
class: "your-prefix-clear-icon",
|
|
450
449
|
style: { color: "#b2b4c6" }
|
|
451
450
|
}, [
|
|
452
|
-
|
|
451
|
+
w("path", {
|
|
453
452
|
d: "M0 512a512 512 0 1 0 1024 0A512 512 0 0 0 0 512z m631.210667-179.541333a42.666667 42.666667 0 0 1 60.330666 60.416L572.330667 512l119.210666 119.125333a42.666667 42.666667 0 0 1-60.330666 60.416L512 572.330667 392.874667 691.541333a42.666667 42.666667 0 0 1-60.330667-60.416L451.669333 512 332.544 392.874667a42.666667 42.666667 0 1 1 60.330667-60.416L512 451.669333l119.210667-119.210666z"
|
|
454
453
|
})
|
|
455
454
|
])
|
|
@@ -560,69 +559,69 @@ const I = /* @__PURE__ */ C({
|
|
|
560
559
|
}
|
|
561
560
|
},
|
|
562
561
|
emits: ["update:modelValue", "change", "blur", "focus", "input", "clear", "keydown", "mouseleave", "mouseenter", "compositionstart", "compositionupdate", "compositionend"],
|
|
563
|
-
setup(e, { emit:
|
|
564
|
-
const
|
|
562
|
+
setup(e, { emit: y }) {
|
|
563
|
+
const n = e, l = y, t = z({
|
|
565
564
|
get() {
|
|
566
|
-
return
|
|
565
|
+
return n.modelValue;
|
|
567
566
|
},
|
|
568
|
-
set(
|
|
569
|
-
|
|
567
|
+
set(c) {
|
|
568
|
+
l("update:modelValue", c);
|
|
570
569
|
}
|
|
571
|
-
}), i = (
|
|
572
|
-
|
|
573
|
-
},
|
|
574
|
-
|
|
575
|
-
},
|
|
576
|
-
|
|
577
|
-
},
|
|
578
|
-
|
|
579
|
-
},
|
|
580
|
-
|
|
581
|
-
},
|
|
582
|
-
|
|
583
|
-
},
|
|
584
|
-
|
|
585
|
-
},
|
|
586
|
-
|
|
587
|
-
},
|
|
588
|
-
|
|
589
|
-
},
|
|
590
|
-
|
|
591
|
-
},
|
|
592
|
-
|
|
570
|
+
}), i = (c) => {
|
|
571
|
+
l("input", c);
|
|
572
|
+
}, o = (c) => {
|
|
573
|
+
l("change", c);
|
|
574
|
+
}, C = (c) => {
|
|
575
|
+
l("blur", c);
|
|
576
|
+
}, d = (c) => {
|
|
577
|
+
l("focus", c);
|
|
578
|
+
}, s = () => {
|
|
579
|
+
l("clear");
|
|
580
|
+
}, _ = (c) => {
|
|
581
|
+
l("keydown", c);
|
|
582
|
+
}, x = (c) => {
|
|
583
|
+
l("mouseleave", c);
|
|
584
|
+
}, N = (c) => {
|
|
585
|
+
l("mouseenter", c);
|
|
586
|
+
}, g = (c) => {
|
|
587
|
+
l("compositionstart", c);
|
|
588
|
+
}, V = (c) => {
|
|
589
|
+
l("compositionupdate", c);
|
|
590
|
+
}, p = (c) => {
|
|
591
|
+
l("compositionend", c);
|
|
593
592
|
};
|
|
594
|
-
return (
|
|
595
|
-
const
|
|
596
|
-
return
|
|
597
|
-
modelValue:
|
|
598
|
-
"onUpdate:modelValue":
|
|
593
|
+
return (c, v) => {
|
|
594
|
+
const T = $("el-input");
|
|
595
|
+
return h(), B(T, D(n, {
|
|
596
|
+
modelValue: W(t),
|
|
597
|
+
"onUpdate:modelValue": v[0] || (v[0] = (Y) => _e(t) ? t.value = Y : null),
|
|
599
598
|
class: "yw-input",
|
|
600
599
|
onInput: i,
|
|
601
|
-
onChange:
|
|
602
|
-
onBlur:
|
|
603
|
-
onFocus:
|
|
604
|
-
onClear:
|
|
605
|
-
onKeydown:
|
|
606
|
-
onMouseleave:
|
|
607
|
-
onMouseenter:
|
|
608
|
-
onCompositionstart:
|
|
609
|
-
onCompositionupdate:
|
|
610
|
-
onCompositionend:
|
|
611
|
-
}),
|
|
612
|
-
|
|
613
|
-
name:
|
|
614
|
-
fn:
|
|
615
|
-
|
|
600
|
+
onChange: o,
|
|
601
|
+
onBlur: C,
|
|
602
|
+
onFocus: d,
|
|
603
|
+
onClear: s,
|
|
604
|
+
onKeydown: _,
|
|
605
|
+
onMouseleave: x,
|
|
606
|
+
onMouseenter: N,
|
|
607
|
+
onCompositionstart: g,
|
|
608
|
+
onCompositionupdate: V,
|
|
609
|
+
onCompositionend: p
|
|
610
|
+
}), q({ _: 2 }, [
|
|
611
|
+
E(c.$slots, (Y, u) => ({
|
|
612
|
+
name: u,
|
|
613
|
+
fn: k((b) => [
|
|
614
|
+
R(c.$slots, u, J(Q(b || {})))
|
|
616
615
|
])
|
|
617
616
|
}))
|
|
618
617
|
]), 1040, ["modelValue"]);
|
|
619
618
|
};
|
|
620
619
|
}
|
|
621
620
|
});
|
|
622
|
-
|
|
623
|
-
e.component("YwInput",
|
|
621
|
+
oe.install = (e) => {
|
|
622
|
+
e.component("YwInput", oe);
|
|
624
623
|
};
|
|
625
|
-
const
|
|
624
|
+
const ne = /* @__PURE__ */ A({
|
|
626
625
|
__name: "Select",
|
|
627
626
|
props: {
|
|
628
627
|
modelValue: {
|
|
@@ -760,7 +759,7 @@ const $ = /* @__PURE__ */ C({
|
|
|
760
759
|
},
|
|
761
760
|
clearIcon: {
|
|
762
761
|
type: [String, Object],
|
|
763
|
-
default: () =>
|
|
762
|
+
default: () => w("svg", {
|
|
764
763
|
viewBox: "0 0 1024 1024",
|
|
765
764
|
width: "12",
|
|
766
765
|
height: "12",
|
|
@@ -768,7 +767,7 @@ const $ = /* @__PURE__ */ C({
|
|
|
768
767
|
class: "your-prefix-clear-icon",
|
|
769
768
|
style: { color: "#b2b4c6" }
|
|
770
769
|
}, [
|
|
771
|
-
|
|
770
|
+
w("path", {
|
|
772
771
|
d: "M0 512a512 512 0 1 0 1024 0A512 512 0 0 0 0 512z m631.210667-179.541333a42.666667 42.666667 0 0 1 60.330666 60.416L572.330667 512l119.210666 119.125333a42.666667 42.666667 0 0 1-60.330666 60.416L512 572.330667 392.874667 691.541333a42.666667 42.666667 0 0 1-60.330667-60.416L451.669333 512 332.544 392.874667a42.666667 42.666667 0 1 1 60.330667-60.416L512 451.669333l119.210667-119.210666z"
|
|
773
772
|
})
|
|
774
773
|
])
|
|
@@ -779,7 +778,7 @@ const $ = /* @__PURE__ */ C({
|
|
|
779
778
|
},
|
|
780
779
|
suffixIcon: {
|
|
781
780
|
type: [String, Object],
|
|
782
|
-
default: () =>
|
|
781
|
+
default: () => w("svg", {
|
|
783
782
|
viewBox: "0 0 1024 1024",
|
|
784
783
|
width: "12",
|
|
785
784
|
height: "12",
|
|
@@ -788,7 +787,7 @@ const $ = /* @__PURE__ */ C({
|
|
|
788
787
|
"aria-hidden": "true",
|
|
789
788
|
style: { color: "#1a1a1a" }
|
|
790
789
|
}, [
|
|
791
|
-
|
|
790
|
+
w("path", {
|
|
792
791
|
d: "M396.458667 396.458667a42.666667 42.666667 0 0 1 60.416 0L682.666667 622.336l225.792-225.877333a42.666667 42.666667 0 0 1 60.416 60.416l-256 256a42.666667 42.666667 0 0 1-60.416 0l-256-256a42.666667 42.666667 0 0 1 0-60.416z"
|
|
793
792
|
})
|
|
794
793
|
])
|
|
@@ -831,83 +830,710 @@ const $ = /* @__PURE__ */ C({
|
|
|
831
830
|
}
|
|
832
831
|
},
|
|
833
832
|
emits: ["update:modelValue", "change", "visible-change", "remove-tag", "clear", "focus", "blur", "popup-scroll"],
|
|
834
|
-
setup(e, { emit:
|
|
835
|
-
const
|
|
836
|
-
const
|
|
837
|
-
if (
|
|
838
|
-
const
|
|
833
|
+
setup(e, { emit: y }) {
|
|
834
|
+
const n = e, l = z(() => n.props), t = pe(), i = z(() => t.default?.().length === 0 ? [] : t.default?.().flatMap((p) => {
|
|
835
|
+
const c = String(p.type);
|
|
836
|
+
if (c.includes("yw-option") || c.includes("ywOption")) {
|
|
837
|
+
const v = p.children;
|
|
839
838
|
return {
|
|
840
|
-
type:
|
|
841
|
-
props:
|
|
842
|
-
children:
|
|
843
|
-
key:
|
|
839
|
+
type: ie,
|
|
840
|
+
props: p.props || {},
|
|
841
|
+
children: v && v[0].children,
|
|
842
|
+
key: p.key
|
|
844
843
|
};
|
|
845
844
|
}
|
|
846
|
-
return
|
|
847
|
-
})),
|
|
845
|
+
return p;
|
|
846
|
+
})), o = y, C = z({
|
|
848
847
|
get() {
|
|
849
|
-
return
|
|
848
|
+
return n.modelValue;
|
|
850
849
|
},
|
|
851
|
-
set(
|
|
852
|
-
|
|
850
|
+
set(p) {
|
|
851
|
+
o("update:modelValue", p);
|
|
853
852
|
}
|
|
854
|
-
}),
|
|
855
|
-
|
|
856
|
-
},
|
|
857
|
-
|
|
858
|
-
},
|
|
859
|
-
|
|
860
|
-
},
|
|
861
|
-
|
|
862
|
-
},
|
|
863
|
-
|
|
864
|
-
},
|
|
865
|
-
|
|
866
|
-
},
|
|
867
|
-
|
|
853
|
+
}), d = (p) => {
|
|
854
|
+
o("change", p);
|
|
855
|
+
}, s = (p) => {
|
|
856
|
+
o("visible-change", p);
|
|
857
|
+
}, _ = (p) => {
|
|
858
|
+
o("remove-tag", p);
|
|
859
|
+
}, x = () => {
|
|
860
|
+
o("clear");
|
|
861
|
+
}, N = (p) => {
|
|
862
|
+
o("focus", p);
|
|
863
|
+
}, g = (p) => {
|
|
864
|
+
o("blur", p);
|
|
865
|
+
}, V = (p) => {
|
|
866
|
+
o("popup-scroll", p);
|
|
868
867
|
};
|
|
869
|
-
return (
|
|
870
|
-
modelValue:
|
|
871
|
-
"onUpdate:modelValue":
|
|
868
|
+
return (p, c) => (h(), B(W(Se), D(n, {
|
|
869
|
+
modelValue: C.value,
|
|
870
|
+
"onUpdate:modelValue": c[0] || (c[0] = (v) => C.value = v),
|
|
872
871
|
class: "yw-select",
|
|
873
872
|
"popper-class": "yw-select-popper",
|
|
874
|
-
onChange:
|
|
875
|
-
onVisibleChange:
|
|
876
|
-
onRemoveTag:
|
|
877
|
-
onClear:
|
|
878
|
-
onBlur:
|
|
879
|
-
onFocus:
|
|
880
|
-
onPopupScroll:
|
|
873
|
+
onChange: d,
|
|
874
|
+
onVisibleChange: s,
|
|
875
|
+
onRemoveTag: _,
|
|
876
|
+
onClear: x,
|
|
877
|
+
onBlur: g,
|
|
878
|
+
onFocus: N,
|
|
879
|
+
onPopupScroll: V
|
|
881
880
|
}), {
|
|
882
|
-
default:
|
|
883
|
-
|
|
884
|
-
key:
|
|
881
|
+
default: k(() => [
|
|
882
|
+
p.$slots.default ? (h(!0), O(I, { key: 0 }, E(i.value, (v, T) => (h(), B(ve(v.type), D({ ref_for: !0 }, v.props, {
|
|
883
|
+
key: v.key || T
|
|
885
884
|
}), {
|
|
886
|
-
default:
|
|
887
|
-
|
|
885
|
+
default: k(() => [
|
|
886
|
+
ee(K(v.children), 1)
|
|
888
887
|
]),
|
|
889
888
|
_: 2
|
|
890
|
-
}, 1040))), 128)) : (
|
|
891
|
-
key:
|
|
892
|
-
label:
|
|
893
|
-
value:
|
|
894
|
-
disabled:
|
|
889
|
+
}, 1040))), 128)) : (h(!0), O(I, { key: 1 }, E(e.options, (v) => (h(), B(W(ie), {
|
|
890
|
+
key: v[l.value.value],
|
|
891
|
+
label: v[l.value.label],
|
|
892
|
+
value: v[l.value.value],
|
|
893
|
+
disabled: v[l.value.disabled]
|
|
895
894
|
}, null, 8, ["label", "value", "disabled"]))), 128))
|
|
896
895
|
]),
|
|
897
896
|
_: 1
|
|
898
897
|
}, 16, ["modelValue"]));
|
|
899
898
|
}
|
|
900
899
|
});
|
|
901
|
-
|
|
902
|
-
e.component("YwSelect",
|
|
900
|
+
ne.install = (e) => {
|
|
901
|
+
e.component("YwSelect", ne);
|
|
902
|
+
};
|
|
903
|
+
M.install = (e) => {
|
|
904
|
+
e.component("YwSvgIcon", M);
|
|
905
|
+
};
|
|
906
|
+
const Be = { class: "custom-checkbox-group" }, we = ["onClick"], xe = { class: "custom-checkbox" }, Ve = { class: "checkbox-label" }, re = /* @__PURE__ */ A({
|
|
907
|
+
__name: "CheckboxGroup",
|
|
908
|
+
props: {
|
|
909
|
+
modelValue: { type: [Array, String, Number, Boolean] },
|
|
910
|
+
disabled: { type: Boolean },
|
|
911
|
+
options: {}
|
|
912
|
+
},
|
|
913
|
+
emits: ["update:modelValue", "change"],
|
|
914
|
+
setup(e, { emit: y }) {
|
|
915
|
+
const n = e, l = y, t = (o) => Array.isArray(n.modelValue) ? n.modelValue.includes(o) : n.modelValue === o, i = (o, C) => {
|
|
916
|
+
if (C || n.disabled) return;
|
|
917
|
+
let d;
|
|
918
|
+
Array.isArray(n.modelValue) ? t(o) ? d = n.modelValue.filter((s) => s !== o) : d = [...n.modelValue, o] : t(o) ? d = "" : d = o, l("update:modelValue", d), l("change", d);
|
|
919
|
+
};
|
|
920
|
+
return (o, C) => {
|
|
921
|
+
const d = $("svg-icon");
|
|
922
|
+
return h(), O("div", Be, [
|
|
923
|
+
(h(!0), O(I, null, E(o.options, (s, _) => (h(), O("div", {
|
|
924
|
+
key: _,
|
|
925
|
+
class: X(["custom-checkbox-wrapper", {
|
|
926
|
+
"is-checked": t(s.value),
|
|
927
|
+
"is-disabled": s.disabled || o.disabled
|
|
928
|
+
}]),
|
|
929
|
+
onClick: (x) => i(s.value, s.disabled)
|
|
930
|
+
}, [
|
|
931
|
+
P("span", xe, [
|
|
932
|
+
t(s.value) ? (h(), B(d, {
|
|
933
|
+
key: 0,
|
|
934
|
+
style: { width: "16px", height: "16px" },
|
|
935
|
+
"icon-class": s.disabled || o.disabled ? "checked_disabled_fill" : "checked_fill"
|
|
936
|
+
}, null, 8, ["icon-class"])) : (h(), B(d, {
|
|
937
|
+
key: 1,
|
|
938
|
+
style: { width: "16px", height: "16px" },
|
|
939
|
+
"icon-class": s.disabled || o.disabled ? "unchecked_disabled" : "unchecked"
|
|
940
|
+
}, null, 8, ["icon-class"])),
|
|
941
|
+
P("span", Ve, K(s.label), 1)
|
|
942
|
+
])
|
|
943
|
+
], 10, we))), 128))
|
|
944
|
+
]);
|
|
945
|
+
};
|
|
946
|
+
}
|
|
947
|
+
});
|
|
948
|
+
re.install = (e) => {
|
|
949
|
+
e.component("YwCheckboxGroup", re);
|
|
950
|
+
};
|
|
951
|
+
const Ne = { class: "custom-checkbox-group" }, $e = ["onClick"], De = { class: "custom-checkbox" }, Oe = { class: "checkbox-label" }, se = /* @__PURE__ */ A({
|
|
952
|
+
__name: "RadioGroup",
|
|
953
|
+
props: {
|
|
954
|
+
modelValue: { type: [Array, String, Number, Boolean] },
|
|
955
|
+
disabled: { type: Boolean },
|
|
956
|
+
options: {}
|
|
957
|
+
},
|
|
958
|
+
emits: ["update:modelValue", "change"],
|
|
959
|
+
setup(e, { emit: y }) {
|
|
960
|
+
const n = e, l = y, t = (o) => Array.isArray(n.modelValue) ? n.modelValue.includes(o) : n.modelValue === o, i = (o, C) => {
|
|
961
|
+
if (C || n.disabled) return;
|
|
962
|
+
let d;
|
|
963
|
+
Array.isArray(n.modelValue) ? t(o) ? d = n.modelValue.filter((s) => s !== o) : d = [...n.modelValue, o] : t(o) ? d = "" : d = o, l("update:modelValue", d), l("change", d);
|
|
964
|
+
};
|
|
965
|
+
return (o, C) => {
|
|
966
|
+
const d = $("svg-icon");
|
|
967
|
+
return h(), O("div", Ne, [
|
|
968
|
+
(h(!0), O(I, null, E(o.options, (s, _) => (h(), O("div", {
|
|
969
|
+
key: _,
|
|
970
|
+
class: X(["custom-checkbox-wrapper", {
|
|
971
|
+
"is-checked": t(s.value),
|
|
972
|
+
"is-disabled": s.disabled || o.disabled
|
|
973
|
+
}]),
|
|
974
|
+
onClick: (x) => i(s.value, s.disabled)
|
|
975
|
+
}, [
|
|
976
|
+
P("span", De, [
|
|
977
|
+
t(s.value) ? (h(), B(d, {
|
|
978
|
+
key: 0,
|
|
979
|
+
style: { width: "16px", height: "16px" },
|
|
980
|
+
"icon-class": s.disabled || o.disabled ? "checked_disabled_fill" : "checked_fill"
|
|
981
|
+
}, null, 8, ["icon-class"])) : (h(), B(d, {
|
|
982
|
+
key: 1,
|
|
983
|
+
style: { width: "16px", height: "16px" },
|
|
984
|
+
"icon-class": s.disabled || o.disabled ? "unchecked_disabled" : "unchecked"
|
|
985
|
+
}, null, 8, ["icon-class"])),
|
|
986
|
+
P("span", Oe, K(s.label), 1)
|
|
987
|
+
])
|
|
988
|
+
], 10, $e))), 128))
|
|
989
|
+
]);
|
|
990
|
+
};
|
|
991
|
+
}
|
|
992
|
+
});
|
|
993
|
+
se.install = (e) => {
|
|
994
|
+
e.component("YwRadioGroup", se);
|
|
995
|
+
};
|
|
996
|
+
const Ae = {
|
|
997
|
+
key: 1,
|
|
998
|
+
class: "dialog-footer"
|
|
999
|
+
}, de = /* @__PURE__ */ A({
|
|
1000
|
+
__name: "Dialog",
|
|
1001
|
+
props: {
|
|
1002
|
+
modelValue: {
|
|
1003
|
+
type: Boolean,
|
|
1004
|
+
default: !1
|
|
1005
|
+
},
|
|
1006
|
+
title: {
|
|
1007
|
+
type: String,
|
|
1008
|
+
default: ""
|
|
1009
|
+
},
|
|
1010
|
+
width: {
|
|
1011
|
+
type: [String, Number],
|
|
1012
|
+
default: "50%"
|
|
1013
|
+
},
|
|
1014
|
+
fullscreen: {
|
|
1015
|
+
type: Boolean,
|
|
1016
|
+
default: !1
|
|
1017
|
+
},
|
|
1018
|
+
top: {
|
|
1019
|
+
type: String,
|
|
1020
|
+
default: "15vh"
|
|
1021
|
+
},
|
|
1022
|
+
modal: {
|
|
1023
|
+
type: Boolean,
|
|
1024
|
+
default: !1
|
|
1025
|
+
},
|
|
1026
|
+
modalPenetrable: {
|
|
1027
|
+
type: Boolean,
|
|
1028
|
+
default: !1
|
|
1029
|
+
},
|
|
1030
|
+
modalClass: {
|
|
1031
|
+
type: String,
|
|
1032
|
+
default: ""
|
|
1033
|
+
},
|
|
1034
|
+
headerClass: {
|
|
1035
|
+
type: String,
|
|
1036
|
+
default: ""
|
|
1037
|
+
},
|
|
1038
|
+
bodyClass: {
|
|
1039
|
+
type: String,
|
|
1040
|
+
default: ""
|
|
1041
|
+
},
|
|
1042
|
+
footerClass: {
|
|
1043
|
+
type: String,
|
|
1044
|
+
default: ""
|
|
1045
|
+
},
|
|
1046
|
+
appendToBody: {
|
|
1047
|
+
type: Boolean,
|
|
1048
|
+
default: !1
|
|
1049
|
+
},
|
|
1050
|
+
appendTo: {
|
|
1051
|
+
type: String,
|
|
1052
|
+
default: "body"
|
|
1053
|
+
},
|
|
1054
|
+
lockScroll: {
|
|
1055
|
+
type: Boolean,
|
|
1056
|
+
default: !0
|
|
1057
|
+
},
|
|
1058
|
+
openDelay: {
|
|
1059
|
+
type: Number,
|
|
1060
|
+
default: 0
|
|
1061
|
+
},
|
|
1062
|
+
closeDelay: {
|
|
1063
|
+
type: Number,
|
|
1064
|
+
default: 0
|
|
1065
|
+
},
|
|
1066
|
+
closeOnClickModal: {
|
|
1067
|
+
type: Boolean,
|
|
1068
|
+
default: !1
|
|
1069
|
+
},
|
|
1070
|
+
closeOnPressEscape: {
|
|
1071
|
+
type: Boolean,
|
|
1072
|
+
default: !1
|
|
1073
|
+
},
|
|
1074
|
+
showClose: {
|
|
1075
|
+
type: Boolean,
|
|
1076
|
+
default: !0
|
|
1077
|
+
},
|
|
1078
|
+
beforeClose: {
|
|
1079
|
+
type: Function,
|
|
1080
|
+
default: (e) => e
|
|
1081
|
+
},
|
|
1082
|
+
draggable: {
|
|
1083
|
+
type: Boolean,
|
|
1084
|
+
default: !1
|
|
1085
|
+
},
|
|
1086
|
+
overflow: {
|
|
1087
|
+
type: Boolean,
|
|
1088
|
+
default: !1
|
|
1089
|
+
},
|
|
1090
|
+
center: {
|
|
1091
|
+
type: Boolean,
|
|
1092
|
+
default: !1
|
|
1093
|
+
},
|
|
1094
|
+
alignCenter: {
|
|
1095
|
+
type: Boolean,
|
|
1096
|
+
default: !1
|
|
1097
|
+
},
|
|
1098
|
+
destroyOnClose: {
|
|
1099
|
+
type: Boolean,
|
|
1100
|
+
default: !1
|
|
1101
|
+
},
|
|
1102
|
+
closeIcon: {
|
|
1103
|
+
type: Function,
|
|
1104
|
+
default: () => w(M, { iconClass: "16_16_close", color: "#1a1a1a" })
|
|
1105
|
+
// 设置默认参数
|
|
1106
|
+
},
|
|
1107
|
+
zIndex: {
|
|
1108
|
+
type: Number,
|
|
1109
|
+
default: 2e3
|
|
1110
|
+
},
|
|
1111
|
+
cancelText: {
|
|
1112
|
+
type: String,
|
|
1113
|
+
default: "取消"
|
|
1114
|
+
},
|
|
1115
|
+
confirmText: {
|
|
1116
|
+
type: String,
|
|
1117
|
+
default: "确定"
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1120
|
+
emits: ["open", "opened", "close", "closed", "open-auto-focus", "close-auto-focus", "submit"],
|
|
1121
|
+
setup(e, { emit: y }) {
|
|
1122
|
+
const n = y, l = () => {
|
|
1123
|
+
n("open");
|
|
1124
|
+
}, t = () => {
|
|
1125
|
+
n("opened");
|
|
1126
|
+
}, i = () => {
|
|
1127
|
+
n("close");
|
|
1128
|
+
}, o = () => {
|
|
1129
|
+
n("closed");
|
|
1130
|
+
}, C = () => {
|
|
1131
|
+
n("open-auto-focus");
|
|
1132
|
+
}, d = () => {
|
|
1133
|
+
n("close-auto-focus");
|
|
1134
|
+
}, s = () => {
|
|
1135
|
+
n("submit");
|
|
1136
|
+
};
|
|
1137
|
+
return (_, x) => {
|
|
1138
|
+
const N = $("el-dialog");
|
|
1139
|
+
return h(), B(N, D({ class: "yw-dialog" }, _.$props, {
|
|
1140
|
+
onOpen: l,
|
|
1141
|
+
onOpened: t,
|
|
1142
|
+
onClose: i,
|
|
1143
|
+
onClosed: o,
|
|
1144
|
+
onOpenAutoFocus: C,
|
|
1145
|
+
onCloseAutoFocus: d
|
|
1146
|
+
}), q({
|
|
1147
|
+
footer: k(() => [
|
|
1148
|
+
_.$slots.footer ? R(_.$slots, "footer", { key: 0 }) : (h(), O("div", Ae, [
|
|
1149
|
+
L(G, { onClick: i }, {
|
|
1150
|
+
default: k(() => [
|
|
1151
|
+
ee(K(e.cancelText), 1)
|
|
1152
|
+
]),
|
|
1153
|
+
_: 1
|
|
1154
|
+
}),
|
|
1155
|
+
L(G, {
|
|
1156
|
+
type: "primary",
|
|
1157
|
+
onClick: s
|
|
1158
|
+
}, {
|
|
1159
|
+
default: k(() => [
|
|
1160
|
+
ee(K(e.confirmText), 1)
|
|
1161
|
+
]),
|
|
1162
|
+
_: 1
|
|
1163
|
+
})
|
|
1164
|
+
]))
|
|
1165
|
+
]),
|
|
1166
|
+
_: 2
|
|
1167
|
+
}, [
|
|
1168
|
+
E(_.$slots, (g, V) => ({
|
|
1169
|
+
name: V,
|
|
1170
|
+
fn: k((p) => [
|
|
1171
|
+
R(_.$slots, V, J(Q(p || {})))
|
|
1172
|
+
])
|
|
1173
|
+
}))
|
|
1174
|
+
]), 1040);
|
|
1175
|
+
};
|
|
1176
|
+
}
|
|
1177
|
+
});
|
|
1178
|
+
de.install = (e) => {
|
|
1179
|
+
e.component("YwDialog", de);
|
|
1180
|
+
};
|
|
1181
|
+
const ce = /* @__PURE__ */ A({
|
|
1182
|
+
__name: "Tree",
|
|
1183
|
+
props: {
|
|
1184
|
+
data: {
|
|
1185
|
+
type: Array,
|
|
1186
|
+
default: () => []
|
|
1187
|
+
},
|
|
1188
|
+
emptyText: {
|
|
1189
|
+
type: String,
|
|
1190
|
+
default: ""
|
|
1191
|
+
},
|
|
1192
|
+
nodeKey: {
|
|
1193
|
+
type: String,
|
|
1194
|
+
default: "id"
|
|
1195
|
+
},
|
|
1196
|
+
props: {
|
|
1197
|
+
type: Object,
|
|
1198
|
+
default: () => ({
|
|
1199
|
+
label: "label",
|
|
1200
|
+
children: "children"
|
|
1201
|
+
})
|
|
1202
|
+
},
|
|
1203
|
+
renderAfterExpand: {
|
|
1204
|
+
type: Boolean,
|
|
1205
|
+
default: !0
|
|
1206
|
+
},
|
|
1207
|
+
load: {
|
|
1208
|
+
type: Function
|
|
1209
|
+
},
|
|
1210
|
+
renderContent: {
|
|
1211
|
+
type: Function
|
|
1212
|
+
},
|
|
1213
|
+
highlightCurrent: {
|
|
1214
|
+
type: Boolean,
|
|
1215
|
+
default: !0
|
|
1216
|
+
},
|
|
1217
|
+
defaultExpandAll: {
|
|
1218
|
+
type: Boolean,
|
|
1219
|
+
default: !1
|
|
1220
|
+
},
|
|
1221
|
+
expandOnClickNode: {
|
|
1222
|
+
type: Boolean,
|
|
1223
|
+
default: !0
|
|
1224
|
+
},
|
|
1225
|
+
checkOnClickNode: {
|
|
1226
|
+
type: Boolean,
|
|
1227
|
+
default: !1
|
|
1228
|
+
},
|
|
1229
|
+
autoExpandParent: {
|
|
1230
|
+
type: Boolean,
|
|
1231
|
+
default: !0
|
|
1232
|
+
},
|
|
1233
|
+
defaultExpandedKeys: {
|
|
1234
|
+
type: Array,
|
|
1235
|
+
default: () => []
|
|
1236
|
+
},
|
|
1237
|
+
showCheckbox: {
|
|
1238
|
+
type: Boolean,
|
|
1239
|
+
default: !1
|
|
1240
|
+
},
|
|
1241
|
+
checkStrictly: {
|
|
1242
|
+
type: Boolean,
|
|
1243
|
+
default: !1
|
|
1244
|
+
},
|
|
1245
|
+
defaultCheckedKeys: {
|
|
1246
|
+
type: Array,
|
|
1247
|
+
default: () => []
|
|
1248
|
+
},
|
|
1249
|
+
currentNodeKey: {
|
|
1250
|
+
type: [String, Number],
|
|
1251
|
+
default: ""
|
|
1252
|
+
},
|
|
1253
|
+
filterNodeMethod: {
|
|
1254
|
+
type: Function
|
|
1255
|
+
},
|
|
1256
|
+
accordion: {
|
|
1257
|
+
type: Boolean,
|
|
1258
|
+
default: !1
|
|
1259
|
+
},
|
|
1260
|
+
indent: {
|
|
1261
|
+
type: Number,
|
|
1262
|
+
default: 16
|
|
1263
|
+
},
|
|
1264
|
+
icon: {
|
|
1265
|
+
type: Object,
|
|
1266
|
+
default: () => w(M, { iconClass: "12_12_fill_arrow_right" })
|
|
1267
|
+
// 设置默认参数
|
|
1268
|
+
},
|
|
1269
|
+
lazy: {
|
|
1270
|
+
type: Boolean,
|
|
1271
|
+
default: !1
|
|
1272
|
+
},
|
|
1273
|
+
draggable: {
|
|
1274
|
+
type: Boolean,
|
|
1275
|
+
default: !1
|
|
1276
|
+
},
|
|
1277
|
+
allowDrag: {
|
|
1278
|
+
type: Function
|
|
1279
|
+
},
|
|
1280
|
+
allowDrop: {
|
|
1281
|
+
type: Function
|
|
1282
|
+
}
|
|
1283
|
+
},
|
|
1284
|
+
emits: ["node-click", "node-contextmenu", "check-change", "check", "current-change", "node-expand", "node-collapse", "node-drag-start", "node-drag-enter", "node-drag-leave", "node-drag-over", "node-drag-end", "node-drop"],
|
|
1285
|
+
setup(e, { expose: y, emit: n }) {
|
|
1286
|
+
const l = e, t = n, i = te(), o = (u, b, S) => {
|
|
1287
|
+
t("node-click", u, b, S);
|
|
1288
|
+
}, C = (u, b, S) => {
|
|
1289
|
+
t("node-contextmenu", u, b, S);
|
|
1290
|
+
}, d = (u, b, S) => {
|
|
1291
|
+
t("check-change", u, b, S);
|
|
1292
|
+
}, s = (u, b) => {
|
|
1293
|
+
t("check", u, b);
|
|
1294
|
+
}, _ = (u) => {
|
|
1295
|
+
t("current-change", u);
|
|
1296
|
+
}, x = (u) => {
|
|
1297
|
+
t("node-expand", u);
|
|
1298
|
+
}, N = (u) => {
|
|
1299
|
+
t("node-collapse", u);
|
|
1300
|
+
}, g = (u, b) => {
|
|
1301
|
+
t("node-drag-start", u, b);
|
|
1302
|
+
}, V = (u, b, S) => {
|
|
1303
|
+
t("node-drag-enter", u, b, S);
|
|
1304
|
+
}, p = (u, b, S) => {
|
|
1305
|
+
t("node-drag-leave", u, b, S);
|
|
1306
|
+
}, c = (u, b, S) => {
|
|
1307
|
+
t("node-drag-over", u, b, S);
|
|
1308
|
+
}, v = (u, b, S) => {
|
|
1309
|
+
t("node-drag-end", u, b, S);
|
|
1310
|
+
}, T = (u, b, S, H) => {
|
|
1311
|
+
t("node-drop", u, b, S, H);
|
|
1312
|
+
};
|
|
1313
|
+
return y({
|
|
1314
|
+
clearSelection: () => {
|
|
1315
|
+
const u = i.value;
|
|
1316
|
+
u && u.setCurrentKey(null);
|
|
1317
|
+
}
|
|
1318
|
+
}), (u, b) => {
|
|
1319
|
+
const S = $("el-tree");
|
|
1320
|
+
return h(), B(S, D({
|
|
1321
|
+
ref_key: "treeRef",
|
|
1322
|
+
ref: i,
|
|
1323
|
+
class: "custom-tree"
|
|
1324
|
+
}, l, {
|
|
1325
|
+
onNodeClick: o,
|
|
1326
|
+
onNodeContextmenu: C,
|
|
1327
|
+
onCheckChange: d,
|
|
1328
|
+
onCheck: s,
|
|
1329
|
+
onCurrentChange: _,
|
|
1330
|
+
onNodeExpand: x,
|
|
1331
|
+
onNodeCollapse: N,
|
|
1332
|
+
onNodeDragStart: g,
|
|
1333
|
+
onNodeDragEnter: V,
|
|
1334
|
+
onNodeDragLeave: p,
|
|
1335
|
+
onNodeDragOver: c,
|
|
1336
|
+
onNodeDragEnd: v,
|
|
1337
|
+
onNodeDrop: T
|
|
1338
|
+
}), {
|
|
1339
|
+
default: k(({ node: H, data: Z }) => [
|
|
1340
|
+
R(u.$slots, "default", {
|
|
1341
|
+
node: H,
|
|
1342
|
+
data: Z
|
|
1343
|
+
})
|
|
1344
|
+
]),
|
|
1345
|
+
_: 3
|
|
1346
|
+
}, 16);
|
|
1347
|
+
};
|
|
1348
|
+
}
|
|
1349
|
+
});
|
|
1350
|
+
ce.install = (e) => {
|
|
1351
|
+
e.component("YwTree", ce);
|
|
1352
|
+
};
|
|
1353
|
+
const Me = /* @__PURE__ */ A({
|
|
1354
|
+
__name: "Table",
|
|
1355
|
+
props: {
|
|
1356
|
+
data: { default: () => [] },
|
|
1357
|
+
columns: {},
|
|
1358
|
+
height: { default: "auto" },
|
|
1359
|
+
maxHeight: { default: "auto" },
|
|
1360
|
+
stripe: { type: Boolean, default: !1 },
|
|
1361
|
+
border: { type: Boolean, default: !1 },
|
|
1362
|
+
size: {},
|
|
1363
|
+
showHeader: { type: Boolean, default: !0 },
|
|
1364
|
+
highlightCurrentRow: { type: Boolean },
|
|
1365
|
+
rowClassName: {},
|
|
1366
|
+
rowStyle: {},
|
|
1367
|
+
cellClassName: {},
|
|
1368
|
+
cellStyle: {},
|
|
1369
|
+
headerRowClassName: {},
|
|
1370
|
+
headerRowStyle: {},
|
|
1371
|
+
headerCellClassName: {},
|
|
1372
|
+
headerCellStyle: {}
|
|
1373
|
+
},
|
|
1374
|
+
emits: [
|
|
1375
|
+
"select",
|
|
1376
|
+
"select-all",
|
|
1377
|
+
"selection-change",
|
|
1378
|
+
"cell-mouse-enter",
|
|
1379
|
+
"cell-mouse-leave",
|
|
1380
|
+
"cell-click",
|
|
1381
|
+
"cell-dblclick",
|
|
1382
|
+
"cell-contextmenu",
|
|
1383
|
+
"row-click",
|
|
1384
|
+
"row-contextmenu",
|
|
1385
|
+
"row-dblclick",
|
|
1386
|
+
"header-click",
|
|
1387
|
+
"header-contextmenu",
|
|
1388
|
+
"sort-change",
|
|
1389
|
+
"filter-change",
|
|
1390
|
+
"current-change",
|
|
1391
|
+
"header-dragend",
|
|
1392
|
+
"expand-change",
|
|
1393
|
+
"scroll"
|
|
1394
|
+
],
|
|
1395
|
+
setup(e, { expose: y, emit: n }) {
|
|
1396
|
+
const l = n, t = e, i = te({}), o = te(), C = (a, r) => i.value[a]?.[r], d = (a, r, f) => {
|
|
1397
|
+
i.value[a] || (i.value[a] = {}), f ? i.value[a][r] = f : (delete i.value[a][r], Object.keys(i.value[a]).length === 0 && delete i.value[a]);
|
|
1398
|
+
}, s = (a, r) => {
|
|
1399
|
+
const f = t.columns?.find((F) => F.prop === r), m = t.data?.[a];
|
|
1400
|
+
if (!f || !f.required || !r || !m)
|
|
1401
|
+
return d(a, r, null), !0;
|
|
1402
|
+
const j = m[r];
|
|
1403
|
+
return j == null || j === "" ? (d(a, r, `${f.label || f.prop} 为必填项`), !1) : (d(a, r, null), !0);
|
|
1404
|
+
};
|
|
1405
|
+
y({
|
|
1406
|
+
validate: async () => {
|
|
1407
|
+
if (!t.columns || !t.data) return !0;
|
|
1408
|
+
let a = !0;
|
|
1409
|
+
return t.data.forEach((r, f) => {
|
|
1410
|
+
t.columns.forEach((m) => {
|
|
1411
|
+
m.required && m.prop && m.slotName && (s(f, m.prop) || (a = !1));
|
|
1412
|
+
});
|
|
1413
|
+
}), a;
|
|
1414
|
+
},
|
|
1415
|
+
clearValidate: () => {
|
|
1416
|
+
i.value = {};
|
|
1417
|
+
},
|
|
1418
|
+
validateCell: s,
|
|
1419
|
+
// 暴露给父组件,以便在插槽组件的事件中手动触发单项校验
|
|
1420
|
+
tableRef: o
|
|
1421
|
+
// 暴露 el-table 实例
|
|
1422
|
+
});
|
|
1423
|
+
const N = (a, r) => {
|
|
1424
|
+
l("select", a, r);
|
|
1425
|
+
}, g = (a) => {
|
|
1426
|
+
l("select-all", a);
|
|
1427
|
+
}, V = (a) => {
|
|
1428
|
+
l("selection-change", a);
|
|
1429
|
+
}, p = (a, r, f, m) => {
|
|
1430
|
+
l("cell-mouse-enter", a, r, f, m);
|
|
1431
|
+
}, c = (a, r, f, m) => {
|
|
1432
|
+
l("cell-mouse-leave", a, r, f, m);
|
|
1433
|
+
}, v = (a, r, f, m) => {
|
|
1434
|
+
l("cell-click", a, r, f, m);
|
|
1435
|
+
}, T = (a, r, f, m) => {
|
|
1436
|
+
l("cell-dblclick", a, r, f, m);
|
|
1437
|
+
}, Y = (a, r, f, m) => {
|
|
1438
|
+
l("cell-contextmenu", a, r, f, m);
|
|
1439
|
+
}, u = (a, r, f, m) => {
|
|
1440
|
+
l("row-click", a, r, f, m);
|
|
1441
|
+
}, b = (a, r, f, m) => {
|
|
1442
|
+
l("row-dblclick", a, r, f, m);
|
|
1443
|
+
}, S = (a, r, f, m) => {
|
|
1444
|
+
l("row-contextmenu", a, r, f, m);
|
|
1445
|
+
}, H = (a, r) => {
|
|
1446
|
+
l("header-click", a, r);
|
|
1447
|
+
}, Z = (a, r) => {
|
|
1448
|
+
l("header-contextmenu", a, r);
|
|
1449
|
+
}, fe = (a) => {
|
|
1450
|
+
l("sort-change", a);
|
|
1451
|
+
}, ye = (a) => {
|
|
1452
|
+
l("filter-change", a);
|
|
1453
|
+
}, he = (a, r) => {
|
|
1454
|
+
l("current-change", a, r);
|
|
1455
|
+
}, ge = (a, r, f) => {
|
|
1456
|
+
l("header-dragend", a, r, f);
|
|
1457
|
+
}, me = (a, r) => {
|
|
1458
|
+
l("expand-change", a, r);
|
|
1459
|
+
}, be = (a) => {
|
|
1460
|
+
l("scroll", a);
|
|
1461
|
+
};
|
|
1462
|
+
return (a, r) => {
|
|
1463
|
+
const f = $("el-tooltip"), m = $("el-table-column"), j = $("el-table");
|
|
1464
|
+
return h(), B(j, D({
|
|
1465
|
+
ref_key: "tableRef",
|
|
1466
|
+
ref: o
|
|
1467
|
+
}, t, {
|
|
1468
|
+
data: t.data,
|
|
1469
|
+
onSelect: N,
|
|
1470
|
+
onSelectAll: g,
|
|
1471
|
+
onSelectionChange: V,
|
|
1472
|
+
onCellMouseEnter: p,
|
|
1473
|
+
onCellMouseLeave: c,
|
|
1474
|
+
onCellClick: v,
|
|
1475
|
+
onCellDblclick: T,
|
|
1476
|
+
onCellContextmenu: Y,
|
|
1477
|
+
onRowClick: u,
|
|
1478
|
+
onRowContextmenu: S,
|
|
1479
|
+
onRowDblclick: b,
|
|
1480
|
+
onHeaderClick: H,
|
|
1481
|
+
onHeaderContextmenu: Z,
|
|
1482
|
+
onSortChange: fe,
|
|
1483
|
+
onFilterChange: ye,
|
|
1484
|
+
onCurrentChange: he,
|
|
1485
|
+
onHeaderDragend: ge,
|
|
1486
|
+
onExpandChange: me,
|
|
1487
|
+
onScroll: be
|
|
1488
|
+
}), {
|
|
1489
|
+
default: k(() => [
|
|
1490
|
+
(h(!0), O(I, null, E(t.columns, (F, Ce) => (h(), B(m, D({ key: Ce }, { ref_for: !0 }, F), q({ _: 2 }, [
|
|
1491
|
+
F.slotName ? {
|
|
1492
|
+
name: "default",
|
|
1493
|
+
fn: k((U) => [
|
|
1494
|
+
L(f, {
|
|
1495
|
+
visible: !!C(U.$index, F.prop),
|
|
1496
|
+
"show-arrow": !1,
|
|
1497
|
+
content: C(U.$index, F.prop),
|
|
1498
|
+
placement: "bottom-start",
|
|
1499
|
+
manual: "",
|
|
1500
|
+
effect: "light",
|
|
1501
|
+
"popper-class": "yw-table-error-tip"
|
|
1502
|
+
}, {
|
|
1503
|
+
default: k(() => [
|
|
1504
|
+
P("div", {
|
|
1505
|
+
class: X(["yw-table-cell-content", { "is-error": C(U.$index, F.prop) }])
|
|
1506
|
+
}, [
|
|
1507
|
+
R(a.$slots, F.slotName, D({ ref_for: !0 }, U || {}), void 0, !0)
|
|
1508
|
+
], 2)
|
|
1509
|
+
]),
|
|
1510
|
+
_: 2
|
|
1511
|
+
}, 1032, ["visible", "content"])
|
|
1512
|
+
]),
|
|
1513
|
+
key: "0"
|
|
1514
|
+
} : void 0
|
|
1515
|
+
]), 1040))), 128))
|
|
1516
|
+
]),
|
|
1517
|
+
_: 3
|
|
1518
|
+
}, 16, ["data"]);
|
|
1519
|
+
};
|
|
1520
|
+
}
|
|
1521
|
+
}), Ee = (e, y) => {
|
|
1522
|
+
const n = e.__vccOpts || e;
|
|
1523
|
+
for (const [l, t] of y)
|
|
1524
|
+
n[l] = t;
|
|
1525
|
+
return n;
|
|
1526
|
+
}, ue = /* @__PURE__ */ Ee(Me, [["__scopeId", "data-v-509678e0"]]);
|
|
1527
|
+
ue.install = (e) => {
|
|
1528
|
+
e.component("YwTable", ue);
|
|
903
1529
|
};
|
|
904
|
-
const
|
|
1530
|
+
const Fe = [G, le, ae, oe, ne, M, re, se, de, ce, ue], Le = {
|
|
905
1531
|
install(e) {
|
|
906
|
-
|
|
907
|
-
e.use(
|
|
1532
|
+
Fe.forEach((y) => {
|
|
1533
|
+
e.use(y);
|
|
908
1534
|
});
|
|
909
1535
|
}
|
|
910
1536
|
};
|
|
911
1537
|
export {
|
|
912
|
-
|
|
1538
|
+
Le as default
|
|
913
1539
|
};
|