fec-dev-designer 1.0.3 → 1.0.5
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/es/config-dev.js +7 -5
- package/es/node_modules/@element-plus/icons-vue/dist/index.js +107 -92
- package/es/node_modules/element-plus/es/components/result/index.js +7 -0
- package/es/node_modules/element-plus/es/components/result/src/result.js +34 -0
- package/es/node_modules/element-plus/es/components/result/src/result2.js +93 -0
- package/es/node_modules/element-plus/theme-chalk/el-result.css.js +4 -0
- package/es/src/components/OptionConfig.vue.js +1 -1
- package/es/src/components/ValueSelector.vue2.js +30 -24
- package/es/src/components/ValueSelectorPopover.vue2.js +2 -1
- package/es/src/index.js +6 -4
- package/es/src/layout/aside/index.vue.js +64 -60
- package/es/src/layout/index.vue.js +91 -54
- package/es/src/packages/dataSource/dataSource.vue.js +122 -118
- package/es/src/packages/eventFlow/dialog/action/Page.vue.js +29 -20
- package/es/src/packages/form/aside/index.js +17 -3
- package/es/src/packages/form/components/ComponentPreviewWrapper.vue.js +46 -42
- package/es/src/packages/form/default.js +1 -0
- package/es/src/packages/form/formSetting.vue.js +72 -50
- package/es/src/packages/form/index.vue.js +247 -202
- package/es/src/packages/form/property/blank.vue.js +62 -0
- package/es/src/packages/form/property/index.vue.js +21 -20
- package/es/src/packages/form/property/subTable.vue.js +61 -52
- package/es/src/packages/form/property/widgets.vue.js +280 -173
- package/es/src/packages/table/aside/index.js +1 -0
- package/es/src/packages/table/property/widgets.vue.js +96 -85
- package/es/src/packages/table/queryModule/FixedModeConfig.vue.js +6 -6
- package/es/src/packages/table/tablePagination.vue.js +37 -45
- package/es/src/packages/table/tableSetting.vue.js +12 -13
- package/es/src/store/designer.js +40 -0
- package/es/src/store/index.js +12 -39
- package/es/style.css +1 -1
- package/package.json +1 -1
package/es/config-dev.js
CHANGED
|
@@ -21,14 +21,16 @@ var config = {
|
|
|
21
21
|
web: "/", //前端项目名称
|
|
22
22
|
sys: "base-server", //系统服务
|
|
23
23
|
base: "base-server", //系统服务
|
|
24
|
-
comm: "
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
24
|
+
comm: "comm-server", // 公共模块
|
|
25
|
+
// guar: "gntee-server", // 担保服务
|
|
26
|
+
lease: "lease-server",
|
|
27
|
+
// gntee: "gntee-server",//担保
|
|
28
|
+
cus: "cus-server", // 客户服务
|
|
29
|
+
credit: "credit-server", // 授信服务
|
|
30
|
+
calc: "calc-server", //核算服务
|
|
28
31
|
msg: "base-server", // 消息服务
|
|
29
32
|
rule: "rule-server", //规则引擎
|
|
30
33
|
link: "link-server", //elink
|
|
31
|
-
lease: "factor-server", //租赁
|
|
32
34
|
},
|
|
33
35
|
};
|
|
34
36
|
|
|
@@ -14,7 +14,7 @@ var s = /* @__PURE__ */ e({
|
|
|
14
14
|
})
|
|
15
15
|
]));
|
|
16
16
|
}
|
|
17
|
-
}),
|
|
17
|
+
}), e2 = s, n = /* @__PURE__ */ e({
|
|
18
18
|
name: "ArrowLeft",
|
|
19
19
|
__name: "arrow-left",
|
|
20
20
|
setup(t) {
|
|
@@ -28,7 +28,7 @@ var s = /* @__PURE__ */ e({
|
|
|
28
28
|
})
|
|
29
29
|
]));
|
|
30
30
|
}
|
|
31
|
-
}),
|
|
31
|
+
}), r2 = n, o = /* @__PURE__ */ e({
|
|
32
32
|
name: "ArrowRight",
|
|
33
33
|
__name: "arrow-right",
|
|
34
34
|
setup(t) {
|
|
@@ -42,7 +42,7 @@ var s = /* @__PURE__ */ e({
|
|
|
42
42
|
})
|
|
43
43
|
]));
|
|
44
44
|
}
|
|
45
|
-
}),
|
|
45
|
+
}), l2 = o, m = /* @__PURE__ */ e({
|
|
46
46
|
name: "ArrowUp",
|
|
47
47
|
__name: "arrow-up",
|
|
48
48
|
setup(t) {
|
|
@@ -56,7 +56,7 @@ var s = /* @__PURE__ */ e({
|
|
|
56
56
|
})
|
|
57
57
|
]));
|
|
58
58
|
}
|
|
59
|
-
}),
|
|
59
|
+
}), t2 = m, i = /* @__PURE__ */ e({
|
|
60
60
|
name: "Calendar",
|
|
61
61
|
__name: "calendar",
|
|
62
62
|
setup(t) {
|
|
@@ -70,7 +70,7 @@ var s = /* @__PURE__ */ e({
|
|
|
70
70
|
})
|
|
71
71
|
]));
|
|
72
72
|
}
|
|
73
|
-
}),
|
|
73
|
+
}), _2 = i, w = /* @__PURE__ */ e({
|
|
74
74
|
name: "CaretRight",
|
|
75
75
|
__name: "caret-right",
|
|
76
76
|
setup(t) {
|
|
@@ -84,7 +84,7 @@ var s = /* @__PURE__ */ e({
|
|
|
84
84
|
})
|
|
85
85
|
]));
|
|
86
86
|
}
|
|
87
|
-
}),
|
|
87
|
+
}), c2 = w, v = /* @__PURE__ */ e({
|
|
88
88
|
name: "Check",
|
|
89
89
|
__name: "check",
|
|
90
90
|
setup(t) {
|
|
@@ -98,7 +98,21 @@ var s = /* @__PURE__ */ e({
|
|
|
98
98
|
})
|
|
99
99
|
]));
|
|
100
100
|
}
|
|
101
|
-
}),
|
|
101
|
+
}), s2 = v, h = /* @__PURE__ */ e({
|
|
102
|
+
name: "CircleCheckFilled",
|
|
103
|
+
__name: "circle-check-filled",
|
|
104
|
+
setup(t) {
|
|
105
|
+
return (_, c) => (r(), l("svg", {
|
|
106
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
107
|
+
viewBox: "0 0 1024 1024"
|
|
108
|
+
}, [
|
|
109
|
+
a("path", {
|
|
110
|
+
fill: "currentColor",
|
|
111
|
+
d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.27 38.27 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"
|
|
112
|
+
})
|
|
113
|
+
]));
|
|
114
|
+
}
|
|
115
|
+
}), n2 = h, p = /* @__PURE__ */ e({
|
|
102
116
|
name: "CircleCheck",
|
|
103
117
|
__name: "circle-check",
|
|
104
118
|
setup(t) {
|
|
@@ -116,7 +130,7 @@ var s = /* @__PURE__ */ e({
|
|
|
116
130
|
})
|
|
117
131
|
]));
|
|
118
132
|
}
|
|
119
|
-
}),
|
|
133
|
+
}), o2 = p, u = /* @__PURE__ */ e({
|
|
120
134
|
name: "CircleCloseFilled",
|
|
121
135
|
__name: "circle-close-filled",
|
|
122
136
|
setup(t) {
|
|
@@ -130,7 +144,7 @@ var s = /* @__PURE__ */ e({
|
|
|
130
144
|
})
|
|
131
145
|
]));
|
|
132
146
|
}
|
|
133
|
-
}),
|
|
147
|
+
}), m2 = u, d = /* @__PURE__ */ e({
|
|
134
148
|
name: "CircleClose",
|
|
135
149
|
__name: "circle-close",
|
|
136
150
|
setup(t) {
|
|
@@ -148,7 +162,7 @@ var s = /* @__PURE__ */ e({
|
|
|
148
162
|
})
|
|
149
163
|
]));
|
|
150
164
|
}
|
|
151
|
-
}),
|
|
165
|
+
}), i2 = d, f = /* @__PURE__ */ e({
|
|
152
166
|
name: "Clock",
|
|
153
167
|
__name: "clock",
|
|
154
168
|
setup(t) {
|
|
@@ -170,7 +184,7 @@ var s = /* @__PURE__ */ e({
|
|
|
170
184
|
})
|
|
171
185
|
]));
|
|
172
186
|
}
|
|
173
|
-
}),
|
|
187
|
+
}), w2 = f, g = /* @__PURE__ */ e({
|
|
174
188
|
name: "Close",
|
|
175
189
|
__name: "close",
|
|
176
190
|
setup(t) {
|
|
@@ -184,7 +198,7 @@ var s = /* @__PURE__ */ e({
|
|
|
184
198
|
})
|
|
185
199
|
]));
|
|
186
200
|
}
|
|
187
|
-
}),
|
|
201
|
+
}), v2 = g, x = /* @__PURE__ */ e({
|
|
188
202
|
name: "Coin",
|
|
189
203
|
__name: "coin",
|
|
190
204
|
setup(t) {
|
|
@@ -206,7 +220,7 @@ var s = /* @__PURE__ */ e({
|
|
|
206
220
|
})
|
|
207
221
|
]));
|
|
208
222
|
}
|
|
209
|
-
}),
|
|
223
|
+
}), h2 = x, C = /* @__PURE__ */ e({
|
|
210
224
|
name: "Connection",
|
|
211
225
|
__name: "connection",
|
|
212
226
|
setup(t) {
|
|
@@ -224,7 +238,7 @@ var s = /* @__PURE__ */ e({
|
|
|
224
238
|
})
|
|
225
239
|
]));
|
|
226
240
|
}
|
|
227
|
-
}),
|
|
241
|
+
}), p2 = C, M = /* @__PURE__ */ e({
|
|
228
242
|
name: "CopyDocument",
|
|
229
243
|
__name: "copy-document",
|
|
230
244
|
setup(t) {
|
|
@@ -242,7 +256,7 @@ var s = /* @__PURE__ */ e({
|
|
|
242
256
|
})
|
|
243
257
|
]));
|
|
244
258
|
}
|
|
245
|
-
}),
|
|
259
|
+
}), u2 = M, L = /* @__PURE__ */ e({
|
|
246
260
|
name: "DArrowLeft",
|
|
247
261
|
__name: "d-arrow-left",
|
|
248
262
|
setup(t) {
|
|
@@ -256,7 +270,7 @@ var s = /* @__PURE__ */ e({
|
|
|
256
270
|
})
|
|
257
271
|
]));
|
|
258
272
|
}
|
|
259
|
-
}),
|
|
273
|
+
}), d2 = L, z = /* @__PURE__ */ e({
|
|
260
274
|
name: "DArrowRight",
|
|
261
275
|
__name: "d-arrow-right",
|
|
262
276
|
setup(t) {
|
|
@@ -270,7 +284,7 @@ var s = /* @__PURE__ */ e({
|
|
|
270
284
|
})
|
|
271
285
|
]));
|
|
272
286
|
}
|
|
273
|
-
}),
|
|
287
|
+
}), f2 = z, V = /* @__PURE__ */ e({
|
|
274
288
|
name: "DeleteFilled",
|
|
275
289
|
__name: "delete-filled",
|
|
276
290
|
setup(t) {
|
|
@@ -284,7 +298,7 @@ var s = /* @__PURE__ */ e({
|
|
|
284
298
|
})
|
|
285
299
|
]));
|
|
286
300
|
}
|
|
287
|
-
}),
|
|
301
|
+
}), g2 = V, H = /* @__PURE__ */ e({
|
|
288
302
|
name: "Delete",
|
|
289
303
|
__name: "delete",
|
|
290
304
|
setup(t) {
|
|
@@ -298,7 +312,7 @@ var s = /* @__PURE__ */ e({
|
|
|
298
312
|
})
|
|
299
313
|
]));
|
|
300
314
|
}
|
|
301
|
-
}),
|
|
315
|
+
}), x2 = H, B = /* @__PURE__ */ e({
|
|
302
316
|
name: "DocumentAdd",
|
|
303
317
|
__name: "document-add",
|
|
304
318
|
setup(t) {
|
|
@@ -312,7 +326,7 @@ var s = /* @__PURE__ */ e({
|
|
|
312
326
|
})
|
|
313
327
|
]));
|
|
314
328
|
}
|
|
315
|
-
}),
|
|
329
|
+
}), C2 = B, A = /* @__PURE__ */ e({
|
|
316
330
|
name: "Document",
|
|
317
331
|
__name: "document",
|
|
318
332
|
setup(t) {
|
|
@@ -326,7 +340,7 @@ var s = /* @__PURE__ */ e({
|
|
|
326
340
|
})
|
|
327
341
|
]));
|
|
328
342
|
}
|
|
329
|
-
}),
|
|
343
|
+
}), M2 = A, k = /* @__PURE__ */ e({
|
|
330
344
|
name: "Download",
|
|
331
345
|
__name: "download",
|
|
332
346
|
setup(t) {
|
|
@@ -340,7 +354,7 @@ var s = /* @__PURE__ */ e({
|
|
|
340
354
|
})
|
|
341
355
|
]));
|
|
342
356
|
}
|
|
343
|
-
}),
|
|
357
|
+
}), L2 = k, F = /* @__PURE__ */ e({
|
|
344
358
|
name: "Edit",
|
|
345
359
|
__name: "edit",
|
|
346
360
|
setup(t) {
|
|
@@ -358,7 +372,7 @@ var s = /* @__PURE__ */ e({
|
|
|
358
372
|
})
|
|
359
373
|
]));
|
|
360
374
|
}
|
|
361
|
-
}),
|
|
375
|
+
}), z2 = F, D = /* @__PURE__ */ e({
|
|
362
376
|
name: "Filter",
|
|
363
377
|
__name: "filter",
|
|
364
378
|
setup(t) {
|
|
@@ -372,7 +386,7 @@ var s = /* @__PURE__ */ e({
|
|
|
372
386
|
})
|
|
373
387
|
]));
|
|
374
388
|
}
|
|
375
|
-
}),
|
|
389
|
+
}), V2 = D, R = /* @__PURE__ */ e({
|
|
376
390
|
name: "Grid",
|
|
377
391
|
__name: "grid",
|
|
378
392
|
setup(t) {
|
|
@@ -386,7 +400,7 @@ var s = /* @__PURE__ */ e({
|
|
|
386
400
|
})
|
|
387
401
|
]));
|
|
388
402
|
}
|
|
389
|
-
}),
|
|
403
|
+
}), H2 = R, S = /* @__PURE__ */ e({
|
|
390
404
|
name: "Hide",
|
|
391
405
|
__name: "hide",
|
|
392
406
|
setup(t) {
|
|
@@ -404,7 +418,7 @@ var s = /* @__PURE__ */ e({
|
|
|
404
418
|
})
|
|
405
419
|
]));
|
|
406
420
|
}
|
|
407
|
-
}),
|
|
421
|
+
}), B2 = S, y = /* @__PURE__ */ e({
|
|
408
422
|
name: "InfoFilled",
|
|
409
423
|
__name: "info-filled",
|
|
410
424
|
setup(t) {
|
|
@@ -418,7 +432,7 @@ var s = /* @__PURE__ */ e({
|
|
|
418
432
|
})
|
|
419
433
|
]));
|
|
420
434
|
}
|
|
421
|
-
}),
|
|
435
|
+
}), A2 = y, q = /* @__PURE__ */ e({
|
|
422
436
|
name: "Link",
|
|
423
437
|
__name: "link",
|
|
424
438
|
setup(t) {
|
|
@@ -432,7 +446,7 @@ var s = /* @__PURE__ */ e({
|
|
|
432
446
|
})
|
|
433
447
|
]));
|
|
434
448
|
}
|
|
435
|
-
}),
|
|
449
|
+
}), k2 = q, E = /* @__PURE__ */ e({
|
|
436
450
|
name: "Loading",
|
|
437
451
|
__name: "loading",
|
|
438
452
|
setup(t) {
|
|
@@ -446,7 +460,7 @@ var s = /* @__PURE__ */ e({
|
|
|
446
460
|
})
|
|
447
461
|
]));
|
|
448
462
|
}
|
|
449
|
-
}),
|
|
463
|
+
}), F2 = E, P = /* @__PURE__ */ e({
|
|
450
464
|
name: "Lock",
|
|
451
465
|
__name: "lock",
|
|
452
466
|
setup(t) {
|
|
@@ -464,7 +478,7 @@ var s = /* @__PURE__ */ e({
|
|
|
464
478
|
})
|
|
465
479
|
]));
|
|
466
480
|
}
|
|
467
|
-
}),
|
|
481
|
+
}), D2 = P, Q = /* @__PURE__ */ e({
|
|
468
482
|
name: "Management",
|
|
469
483
|
__name: "management",
|
|
470
484
|
setup(t) {
|
|
@@ -478,7 +492,7 @@ var s = /* @__PURE__ */ e({
|
|
|
478
492
|
})
|
|
479
493
|
]));
|
|
480
494
|
}
|
|
481
|
-
}),
|
|
495
|
+
}), R2 = Q, U = /* @__PURE__ */ e({
|
|
482
496
|
name: "Minus",
|
|
483
497
|
__name: "minus",
|
|
484
498
|
setup(t) {
|
|
@@ -492,7 +506,7 @@ var s = /* @__PURE__ */ e({
|
|
|
492
506
|
})
|
|
493
507
|
]));
|
|
494
508
|
}
|
|
495
|
-
}),
|
|
509
|
+
}), S2 = U, G = /* @__PURE__ */ e({
|
|
496
510
|
name: "MoreFilled",
|
|
497
511
|
__name: "more-filled",
|
|
498
512
|
setup(t) {
|
|
@@ -506,7 +520,7 @@ var s = /* @__PURE__ */ e({
|
|
|
506
520
|
})
|
|
507
521
|
]));
|
|
508
522
|
}
|
|
509
|
-
}),
|
|
523
|
+
}), y2 = G, I = /* @__PURE__ */ e({
|
|
510
524
|
name: "More",
|
|
511
525
|
__name: "more",
|
|
512
526
|
setup(t) {
|
|
@@ -520,7 +534,7 @@ var s = /* @__PURE__ */ e({
|
|
|
520
534
|
})
|
|
521
535
|
]));
|
|
522
536
|
}
|
|
523
|
-
}),
|
|
537
|
+
}), q2 = I, W = /* @__PURE__ */ e({
|
|
524
538
|
name: "Plus",
|
|
525
539
|
__name: "plus",
|
|
526
540
|
setup(t) {
|
|
@@ -534,7 +548,7 @@ var s = /* @__PURE__ */ e({
|
|
|
534
548
|
})
|
|
535
549
|
]));
|
|
536
550
|
}
|
|
537
|
-
}),
|
|
551
|
+
}), E2 = W, N = /* @__PURE__ */ e({
|
|
538
552
|
name: "QuestionFilled",
|
|
539
553
|
__name: "question-filled",
|
|
540
554
|
setup(t) {
|
|
@@ -548,7 +562,7 @@ var s = /* @__PURE__ */ e({
|
|
|
548
562
|
})
|
|
549
563
|
]));
|
|
550
564
|
}
|
|
551
|
-
}),
|
|
565
|
+
}), P2 = N, b = /* @__PURE__ */ e({
|
|
552
566
|
name: "Rank",
|
|
553
567
|
__name: "rank",
|
|
554
568
|
setup(t) {
|
|
@@ -562,7 +576,7 @@ var s = /* @__PURE__ */ e({
|
|
|
562
576
|
})
|
|
563
577
|
]));
|
|
564
578
|
}
|
|
565
|
-
}),
|
|
579
|
+
}), Q2 = b, j = /* @__PURE__ */ e({
|
|
566
580
|
name: "RefreshRight",
|
|
567
581
|
__name: "refresh-right",
|
|
568
582
|
setup(t) {
|
|
@@ -576,7 +590,7 @@ var s = /* @__PURE__ */ e({
|
|
|
576
590
|
})
|
|
577
591
|
]));
|
|
578
592
|
}
|
|
579
|
-
}),
|
|
593
|
+
}), U2 = j, J = /* @__PURE__ */ e({
|
|
580
594
|
name: "Refresh",
|
|
581
595
|
__name: "refresh",
|
|
582
596
|
setup(t) {
|
|
@@ -590,7 +604,7 @@ var s = /* @__PURE__ */ e({
|
|
|
590
604
|
})
|
|
591
605
|
]));
|
|
592
606
|
}
|
|
593
|
-
}),
|
|
607
|
+
}), G2 = J, K = /* @__PURE__ */ e({
|
|
594
608
|
name: "Search",
|
|
595
609
|
__name: "search",
|
|
596
610
|
setup(t) {
|
|
@@ -604,7 +618,7 @@ var s = /* @__PURE__ */ e({
|
|
|
604
618
|
})
|
|
605
619
|
]));
|
|
606
620
|
}
|
|
607
|
-
}),
|
|
621
|
+
}), I2 = K, O = /* @__PURE__ */ e({
|
|
608
622
|
name: "Setting",
|
|
609
623
|
__name: "setting",
|
|
610
624
|
setup(t) {
|
|
@@ -618,7 +632,7 @@ var s = /* @__PURE__ */ e({
|
|
|
618
632
|
})
|
|
619
633
|
]));
|
|
620
634
|
}
|
|
621
|
-
}),
|
|
635
|
+
}), W2 = O, T = /* @__PURE__ */ e({
|
|
622
636
|
name: "SuccessFilled",
|
|
623
637
|
__name: "success-filled",
|
|
624
638
|
setup(t) {
|
|
@@ -632,7 +646,7 @@ var s = /* @__PURE__ */ e({
|
|
|
632
646
|
})
|
|
633
647
|
]));
|
|
634
648
|
}
|
|
635
|
-
}),
|
|
649
|
+
}), N2 = T, X = /* @__PURE__ */ e({
|
|
636
650
|
name: "UploadFilled",
|
|
637
651
|
__name: "upload-filled",
|
|
638
652
|
setup(t) {
|
|
@@ -646,7 +660,7 @@ var s = /* @__PURE__ */ e({
|
|
|
646
660
|
})
|
|
647
661
|
]));
|
|
648
662
|
}
|
|
649
|
-
}),
|
|
663
|
+
}), b2 = X, Y = /* @__PURE__ */ e({
|
|
650
664
|
name: "VideoPlay",
|
|
651
665
|
__name: "video-play",
|
|
652
666
|
setup(t) {
|
|
@@ -660,7 +674,7 @@ var s = /* @__PURE__ */ e({
|
|
|
660
674
|
})
|
|
661
675
|
]));
|
|
662
676
|
}
|
|
663
|
-
}),
|
|
677
|
+
}), j2 = Y, Z = /* @__PURE__ */ e({
|
|
664
678
|
name: "View",
|
|
665
679
|
__name: "view",
|
|
666
680
|
setup(t) {
|
|
@@ -674,7 +688,7 @@ var s = /* @__PURE__ */ e({
|
|
|
674
688
|
})
|
|
675
689
|
]));
|
|
676
690
|
}
|
|
677
|
-
}),
|
|
691
|
+
}), J2 = Z, $ = /* @__PURE__ */ e({
|
|
678
692
|
name: "WarningFilled",
|
|
679
693
|
__name: "warning-filled",
|
|
680
694
|
setup(t) {
|
|
@@ -688,52 +702,53 @@ var s = /* @__PURE__ */ e({
|
|
|
688
702
|
})
|
|
689
703
|
]));
|
|
690
704
|
}
|
|
691
|
-
}),
|
|
705
|
+
}), K2 = $;
|
|
692
706
|
export {
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
m2 as
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
p2 as
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
f2 as
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
C2 as
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
D2 as
|
|
724
|
-
|
|
725
|
-
S2 as
|
|
726
|
-
|
|
727
|
-
y2 as
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
Q2 as
|
|
731
|
-
|
|
732
|
-
U2 as
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
707
|
+
e2 as ArrowDown,
|
|
708
|
+
r2 as ArrowLeft,
|
|
709
|
+
l2 as ArrowRight,
|
|
710
|
+
t2 as ArrowUp,
|
|
711
|
+
_2 as Calendar,
|
|
712
|
+
c2 as CaretRight,
|
|
713
|
+
s2 as Check,
|
|
714
|
+
o2 as CircleCheck,
|
|
715
|
+
n2 as CircleCheckFilled,
|
|
716
|
+
i2 as CircleClose,
|
|
717
|
+
m2 as CircleCloseFilled,
|
|
718
|
+
w2 as Clock,
|
|
719
|
+
v2 as Close,
|
|
720
|
+
h2 as Coin,
|
|
721
|
+
p2 as Connection,
|
|
722
|
+
u2 as CopyDocument,
|
|
723
|
+
d2 as DArrowLeft,
|
|
724
|
+
f2 as DArrowRight,
|
|
725
|
+
x2 as Delete,
|
|
726
|
+
g2 as DeleteFilled,
|
|
727
|
+
M2 as Document,
|
|
728
|
+
C2 as DocumentAdd,
|
|
729
|
+
L2 as Download,
|
|
730
|
+
z2 as Edit,
|
|
731
|
+
V2 as Filter,
|
|
732
|
+
H2 as Grid,
|
|
733
|
+
B2 as Hide,
|
|
734
|
+
A2 as InfoFilled,
|
|
735
|
+
k2 as Link,
|
|
736
|
+
F2 as Loading,
|
|
737
|
+
D2 as Lock,
|
|
738
|
+
R2 as Management,
|
|
739
|
+
S2 as Minus,
|
|
740
|
+
q2 as More,
|
|
741
|
+
y2 as MoreFilled,
|
|
742
|
+
E2 as Plus,
|
|
743
|
+
P2 as QuestionFilled,
|
|
744
|
+
Q2 as Rank,
|
|
745
|
+
G2 as Refresh,
|
|
746
|
+
U2 as RefreshRight,
|
|
747
|
+
I2 as Search,
|
|
748
|
+
W2 as Setting,
|
|
749
|
+
N2 as SuccessFilled,
|
|
750
|
+
b2 as UploadFilled,
|
|
751
|
+
j2 as VideoPlay,
|
|
752
|
+
J2 as View,
|
|
753
|
+
K2 as WarningFilled
|
|
739
754
|
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { InfoFilled as r, CircleCheckFilled as e, WarningFilled as n, CircleCloseFilled as l } from "../../../../../@element-plus/icons-vue/dist/index.js";
|
|
2
|
+
import { buildProps as o } from "../../../utils/vue/props/runtime.js";
|
|
3
|
+
const i = {
|
|
4
|
+
primary: "icon-primary",
|
|
5
|
+
success: "icon-success",
|
|
6
|
+
warning: "icon-warning",
|
|
7
|
+
error: "icon-error",
|
|
8
|
+
info: "icon-info"
|
|
9
|
+
}, a = {
|
|
10
|
+
[i.primary]: r,
|
|
11
|
+
[i.success]: e,
|
|
12
|
+
[i.warning]: n,
|
|
13
|
+
[i.error]: l,
|
|
14
|
+
[i.info]: r
|
|
15
|
+
}, t = o({
|
|
16
|
+
title: {
|
|
17
|
+
type: String,
|
|
18
|
+
default: ""
|
|
19
|
+
},
|
|
20
|
+
subTitle: {
|
|
21
|
+
type: String,
|
|
22
|
+
default: ""
|
|
23
|
+
},
|
|
24
|
+
icon: {
|
|
25
|
+
type: String,
|
|
26
|
+
values: ["primary", "success", "warning", "info", "error"],
|
|
27
|
+
default: "info"
|
|
28
|
+
}
|
|
29
|
+
});
|
|
30
|
+
export {
|
|
31
|
+
a as IconComponentMap,
|
|
32
|
+
i as IconMap,
|
|
33
|
+
t as resultProps
|
|
34
|
+
};
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
import { defineComponent as C, computed as $, openBlock as t, createElementBlock as n, normalizeClass as s, unref as l, createElementVNode as u, renderSlot as r, createBlock as b, resolveDynamicComponent as y, createCommentVNode as i, toDisplayString as p } from "vue";
|
|
2
|
+
import { resultProps as B, IconMap as m, IconComponentMap as f } from "./result.js";
|
|
3
|
+
import E from "../../../_virtual/plugin-vue_export-helper.js";
|
|
4
|
+
import { useNamespace as I } from "../../../hooks/use-namespace/index.js";
|
|
5
|
+
const N = C({
|
|
6
|
+
name: "ElResult",
|
|
7
|
+
__name: "result",
|
|
8
|
+
props: B,
|
|
9
|
+
setup(v) {
|
|
10
|
+
const d = v, o = I("result"), a = $(() => {
|
|
11
|
+
const e = d.icon, c = e && m[e] ? m[e] : "icon-info", k = f[c] || f["icon-info"];
|
|
12
|
+
return {
|
|
13
|
+
class: c,
|
|
14
|
+
component: k
|
|
15
|
+
};
|
|
16
|
+
});
|
|
17
|
+
return (e, c) => (t(), n(
|
|
18
|
+
"div",
|
|
19
|
+
{
|
|
20
|
+
class: s(l(o).b())
|
|
21
|
+
},
|
|
22
|
+
[
|
|
23
|
+
u(
|
|
24
|
+
"div",
|
|
25
|
+
{
|
|
26
|
+
class: s(l(o).e("icon"))
|
|
27
|
+
},
|
|
28
|
+
[
|
|
29
|
+
r(e.$slots, "icon", {}, () => [
|
|
30
|
+
a.value.component ? (t(), b(y(a.value.component), {
|
|
31
|
+
key: 0,
|
|
32
|
+
class: s(a.value.class)
|
|
33
|
+
}, null, 8, ["class"])) : i("v-if", !0)
|
|
34
|
+
])
|
|
35
|
+
],
|
|
36
|
+
2
|
|
37
|
+
),
|
|
38
|
+
e.title || e.$slots.title ? (t(), n(
|
|
39
|
+
"div",
|
|
40
|
+
{
|
|
41
|
+
key: 0,
|
|
42
|
+
class: s(l(o).e("title"))
|
|
43
|
+
},
|
|
44
|
+
[
|
|
45
|
+
r(e.$slots, "title", {}, () => [
|
|
46
|
+
u(
|
|
47
|
+
"p",
|
|
48
|
+
null,
|
|
49
|
+
p(e.title),
|
|
50
|
+
1
|
|
51
|
+
)
|
|
52
|
+
])
|
|
53
|
+
],
|
|
54
|
+
2
|
|
55
|
+
)) : i("v-if", !0),
|
|
56
|
+
e.subTitle || e.$slots["sub-title"] ? (t(), n(
|
|
57
|
+
"div",
|
|
58
|
+
{
|
|
59
|
+
key: 1,
|
|
60
|
+
class: s(l(o).e("subtitle"))
|
|
61
|
+
},
|
|
62
|
+
[
|
|
63
|
+
r(e.$slots, "sub-title", {}, () => [
|
|
64
|
+
u(
|
|
65
|
+
"p",
|
|
66
|
+
null,
|
|
67
|
+
p(e.subTitle),
|
|
68
|
+
1
|
|
69
|
+
)
|
|
70
|
+
])
|
|
71
|
+
],
|
|
72
|
+
2
|
|
73
|
+
)) : i("v-if", !0),
|
|
74
|
+
e.$slots.extra ? (t(), n(
|
|
75
|
+
"div",
|
|
76
|
+
{
|
|
77
|
+
key: 2,
|
|
78
|
+
class: s(l(o).e("extra"))
|
|
79
|
+
},
|
|
80
|
+
[
|
|
81
|
+
r(e.$slots, "extra")
|
|
82
|
+
],
|
|
83
|
+
2
|
|
84
|
+
)) : i("v-if", !0)
|
|
85
|
+
],
|
|
86
|
+
2
|
|
87
|
+
));
|
|
88
|
+
}
|
|
89
|
+
});
|
|
90
|
+
var R = /* @__PURE__ */ E(N, [["__file", "/home/runner/work/element-plus/element-plus/packages/components/result/src/result.vue"]]);
|
|
91
|
+
export {
|
|
92
|
+
R as default
|
|
93
|
+
};
|
|
@@ -232,7 +232,7 @@ const ee = { class: "custom-options" }, le = { class: "option-header" }, oe = {
|
|
|
232
232
|
], 64);
|
|
233
233
|
};
|
|
234
234
|
}
|
|
235
|
-
}, Oe = /* @__PURE__ */ Q(ne, [["__scopeId", "data-v-
|
|
235
|
+
}, Oe = /* @__PURE__ */ Q(ne, [["__scopeId", "data-v-9e29e75e"]]);
|
|
236
236
|
export {
|
|
237
237
|
Oe as default
|
|
238
238
|
};
|