fec-dev-designer 1.0.4 → 1.1.0
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 +126 -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/api/index.js +5 -5
- package/es/src/components/EventConfigButton.vue.js +2 -2
- package/es/src/components/FieldSetMapping.vue.js +211 -0
- package/es/src/components/FieldSetMapping.vue2.js +4 -0
- package/es/src/components/FormulaEditorInput.vue.js +43 -38
- package/es/src/components/JsonDataDrawer.vue.js +1 -1
- package/es/src/components/OnlyFLowConfigButton.vue.js +102 -0
- package/es/src/components/OnlyFLowConfigButton.vue2.js +4 -0
- package/es/src/components/OptionConfig.vue.js +1 -1
- package/es/src/components/TemplateSelector.vue.js +45 -45
- package/es/src/components/ValueSelector.vue2.js +30 -24
- package/es/src/components/ValueSelectorPopover.vue2.js +1 -1
- 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/dialog/index.vue.js +718 -0
- package/es/src/packages/dialog/index.vue2.js +4 -0
- package/es/src/packages/dialog/useDialogDialog.js +15 -0
- package/es/src/packages/event/index.vue2.js +1 -1
- package/es/src/packages/event/onlyFlow.vue.js +91 -0
- package/es/src/packages/event/onlyFlow.vue2.js +4 -0
- package/es/src/packages/event/useOnlyFlowDialog.js +15 -0
- package/es/src/packages/eventFlow/dialog/action/Dialog.vue.js +48 -0
- package/es/src/packages/eventFlow/dialog/action/Page.vue.js +29 -20
- package/es/src/packages/eventFlow/dialog/action/config.js +12 -11
- package/es/src/packages/form/PageFooterSetting.vue.js +53 -58
- package/es/src/packages/form/aside/index.js +20 -4
- package/es/src/packages/form/components/ComponentPreviewWrapper.vue.js +70 -52
- package/es/src/packages/form/default.js +20 -19
- package/es/src/packages/form/formSetting.vue.js +72 -50
- package/es/src/packages/form/headerBtn.vue.js +84 -65
- 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/pageFooterBtn.vue.js +39 -39
- package/es/src/packages/form/property/subTable.vue.js +61 -52
- package/es/src/packages/form/property/widgets.vue.js +385 -200
- package/es/src/packages/table/aside/index.js +1 -0
- package/es/src/packages/table/default.js +9 -1
- package/es/src/packages/table/headerBtn.vue.js +72 -54
- 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 +197 -196
- package/es/src/packages/utils/common.js +44 -35
- 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
|
+
}), r2 = 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
|
+
}), l2 = 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
|
+
}), t2 = 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
|
+
}), _2 = 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
|
+
}), c2 = i, w = /* @__PURE__ */ e({
|
|
74
74
|
name: "CaretRight",
|
|
75
75
|
__name: "caret-right",
|
|
76
76
|
setup(t) {
|
|
@@ -84,7 +84,25 @@ var s = /* @__PURE__ */ e({
|
|
|
84
84
|
})
|
|
85
85
|
]));
|
|
86
86
|
}
|
|
87
|
-
}),
|
|
87
|
+
}), s2 = w, h = /* @__PURE__ */ e({
|
|
88
|
+
name: "ChatLineSquare",
|
|
89
|
+
__name: "chat-line-square",
|
|
90
|
+
setup(t) {
|
|
91
|
+
return (_, c) => (r(), l("svg", {
|
|
92
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
93
|
+
viewBox: "0 0 1024 1024"
|
|
94
|
+
}, [
|
|
95
|
+
a("path", {
|
|
96
|
+
fill: "currentColor",
|
|
97
|
+
d: "M160 826.88 273.536 736H800a64 64 0 0 0 64-64V256a64 64 0 0 0-64-64H224a64 64 0 0 0-64 64zM296 800 147.968 918.4A32 32 0 0 1 96 893.44V256a128 128 0 0 1 128-128h576a128 128 0 0 1 128 128v416a128 128 0 0 1-128 128z"
|
|
98
|
+
}),
|
|
99
|
+
a("path", {
|
|
100
|
+
fill: "currentColor",
|
|
101
|
+
d: "M352 512h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32m0-192h320q32 0 32 32t-32 32H352q-32 0-32-32t32-32"
|
|
102
|
+
})
|
|
103
|
+
]));
|
|
104
|
+
}
|
|
105
|
+
}), n2 = h, v = /* @__PURE__ */ e({
|
|
88
106
|
name: "Check",
|
|
89
107
|
__name: "check",
|
|
90
108
|
setup(t) {
|
|
@@ -98,7 +116,21 @@ var s = /* @__PURE__ */ e({
|
|
|
98
116
|
})
|
|
99
117
|
]));
|
|
100
118
|
}
|
|
101
|
-
}),
|
|
119
|
+
}), o2 = v, p = /* @__PURE__ */ e({
|
|
120
|
+
name: "CircleCheckFilled",
|
|
121
|
+
__name: "circle-check-filled",
|
|
122
|
+
setup(t) {
|
|
123
|
+
return (_, c) => (r(), l("svg", {
|
|
124
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
125
|
+
viewBox: "0 0 1024 1024"
|
|
126
|
+
}, [
|
|
127
|
+
a("path", {
|
|
128
|
+
fill: "currentColor",
|
|
129
|
+
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"
|
|
130
|
+
})
|
|
131
|
+
]));
|
|
132
|
+
}
|
|
133
|
+
}), m2 = p, u = /* @__PURE__ */ e({
|
|
102
134
|
name: "CircleCheck",
|
|
103
135
|
__name: "circle-check",
|
|
104
136
|
setup(t) {
|
|
@@ -116,7 +148,7 @@ var s = /* @__PURE__ */ e({
|
|
|
116
148
|
})
|
|
117
149
|
]));
|
|
118
150
|
}
|
|
119
|
-
}),
|
|
151
|
+
}), i2 = u, d = /* @__PURE__ */ e({
|
|
120
152
|
name: "CircleCloseFilled",
|
|
121
153
|
__name: "circle-close-filled",
|
|
122
154
|
setup(t) {
|
|
@@ -130,7 +162,7 @@ var s = /* @__PURE__ */ e({
|
|
|
130
162
|
})
|
|
131
163
|
]));
|
|
132
164
|
}
|
|
133
|
-
}),
|
|
165
|
+
}), w2 = d, f = /* @__PURE__ */ e({
|
|
134
166
|
name: "CircleClose",
|
|
135
167
|
__name: "circle-close",
|
|
136
168
|
setup(t) {
|
|
@@ -148,7 +180,7 @@ var s = /* @__PURE__ */ e({
|
|
|
148
180
|
})
|
|
149
181
|
]));
|
|
150
182
|
}
|
|
151
|
-
}),
|
|
183
|
+
}), h2 = f, g = /* @__PURE__ */ e({
|
|
152
184
|
name: "Clock",
|
|
153
185
|
__name: "clock",
|
|
154
186
|
setup(t) {
|
|
@@ -170,7 +202,7 @@ var s = /* @__PURE__ */ e({
|
|
|
170
202
|
})
|
|
171
203
|
]));
|
|
172
204
|
}
|
|
173
|
-
}),
|
|
205
|
+
}), v2 = g, x = /* @__PURE__ */ e({
|
|
174
206
|
name: "Close",
|
|
175
207
|
__name: "close",
|
|
176
208
|
setup(t) {
|
|
@@ -184,7 +216,7 @@ var s = /* @__PURE__ */ e({
|
|
|
184
216
|
})
|
|
185
217
|
]));
|
|
186
218
|
}
|
|
187
|
-
}),
|
|
219
|
+
}), p2 = x, C = /* @__PURE__ */ e({
|
|
188
220
|
name: "Coin",
|
|
189
221
|
__name: "coin",
|
|
190
222
|
setup(t) {
|
|
@@ -206,7 +238,7 @@ var s = /* @__PURE__ */ e({
|
|
|
206
238
|
})
|
|
207
239
|
]));
|
|
208
240
|
}
|
|
209
|
-
}),
|
|
241
|
+
}), u2 = C, M = /* @__PURE__ */ e({
|
|
210
242
|
name: "Connection",
|
|
211
243
|
__name: "connection",
|
|
212
244
|
setup(t) {
|
|
@@ -224,7 +256,7 @@ var s = /* @__PURE__ */ e({
|
|
|
224
256
|
})
|
|
225
257
|
]));
|
|
226
258
|
}
|
|
227
|
-
}),
|
|
259
|
+
}), d2 = M, L = /* @__PURE__ */ e({
|
|
228
260
|
name: "CopyDocument",
|
|
229
261
|
__name: "copy-document",
|
|
230
262
|
setup(t) {
|
|
@@ -242,7 +274,7 @@ var s = /* @__PURE__ */ e({
|
|
|
242
274
|
})
|
|
243
275
|
]));
|
|
244
276
|
}
|
|
245
|
-
}),
|
|
277
|
+
}), f2 = L, z = /* @__PURE__ */ e({
|
|
246
278
|
name: "DArrowLeft",
|
|
247
279
|
__name: "d-arrow-left",
|
|
248
280
|
setup(t) {
|
|
@@ -256,7 +288,7 @@ var s = /* @__PURE__ */ e({
|
|
|
256
288
|
})
|
|
257
289
|
]));
|
|
258
290
|
}
|
|
259
|
-
}),
|
|
291
|
+
}), g2 = z, V = /* @__PURE__ */ e({
|
|
260
292
|
name: "DArrowRight",
|
|
261
293
|
__name: "d-arrow-right",
|
|
262
294
|
setup(t) {
|
|
@@ -270,7 +302,7 @@ var s = /* @__PURE__ */ e({
|
|
|
270
302
|
})
|
|
271
303
|
]));
|
|
272
304
|
}
|
|
273
|
-
}),
|
|
305
|
+
}), x2 = V, H = /* @__PURE__ */ e({
|
|
274
306
|
name: "DeleteFilled",
|
|
275
307
|
__name: "delete-filled",
|
|
276
308
|
setup(t) {
|
|
@@ -284,7 +316,7 @@ var s = /* @__PURE__ */ e({
|
|
|
284
316
|
})
|
|
285
317
|
]));
|
|
286
318
|
}
|
|
287
|
-
}),
|
|
319
|
+
}), C2 = H, B = /* @__PURE__ */ e({
|
|
288
320
|
name: "Delete",
|
|
289
321
|
__name: "delete",
|
|
290
322
|
setup(t) {
|
|
@@ -298,7 +330,7 @@ var s = /* @__PURE__ */ e({
|
|
|
298
330
|
})
|
|
299
331
|
]));
|
|
300
332
|
}
|
|
301
|
-
}),
|
|
333
|
+
}), M2 = B, A = /* @__PURE__ */ e({
|
|
302
334
|
name: "DocumentAdd",
|
|
303
335
|
__name: "document-add",
|
|
304
336
|
setup(t) {
|
|
@@ -312,7 +344,7 @@ var s = /* @__PURE__ */ e({
|
|
|
312
344
|
})
|
|
313
345
|
]));
|
|
314
346
|
}
|
|
315
|
-
}),
|
|
347
|
+
}), L2 = A, k = /* @__PURE__ */ e({
|
|
316
348
|
name: "Document",
|
|
317
349
|
__name: "document",
|
|
318
350
|
setup(t) {
|
|
@@ -326,7 +358,7 @@ var s = /* @__PURE__ */ e({
|
|
|
326
358
|
})
|
|
327
359
|
]));
|
|
328
360
|
}
|
|
329
|
-
}),
|
|
361
|
+
}), z2 = k, F = /* @__PURE__ */ e({
|
|
330
362
|
name: "Download",
|
|
331
363
|
__name: "download",
|
|
332
364
|
setup(t) {
|
|
@@ -340,7 +372,7 @@ var s = /* @__PURE__ */ e({
|
|
|
340
372
|
})
|
|
341
373
|
]));
|
|
342
374
|
}
|
|
343
|
-
}),
|
|
375
|
+
}), V2 = F, D = /* @__PURE__ */ e({
|
|
344
376
|
name: "Edit",
|
|
345
377
|
__name: "edit",
|
|
346
378
|
setup(t) {
|
|
@@ -358,7 +390,7 @@ var s = /* @__PURE__ */ e({
|
|
|
358
390
|
})
|
|
359
391
|
]));
|
|
360
392
|
}
|
|
361
|
-
}),
|
|
393
|
+
}), H2 = D, q = /* @__PURE__ */ e({
|
|
362
394
|
name: "Filter",
|
|
363
395
|
__name: "filter",
|
|
364
396
|
setup(t) {
|
|
@@ -372,7 +404,7 @@ var s = /* @__PURE__ */ e({
|
|
|
372
404
|
})
|
|
373
405
|
]));
|
|
374
406
|
}
|
|
375
|
-
}),
|
|
407
|
+
}), B2 = q, S = /* @__PURE__ */ e({
|
|
376
408
|
name: "Grid",
|
|
377
409
|
__name: "grid",
|
|
378
410
|
setup(t) {
|
|
@@ -386,7 +418,7 @@ var s = /* @__PURE__ */ e({
|
|
|
386
418
|
})
|
|
387
419
|
]));
|
|
388
420
|
}
|
|
389
|
-
}),
|
|
421
|
+
}), A2 = S, R = /* @__PURE__ */ e({
|
|
390
422
|
name: "Hide",
|
|
391
423
|
__name: "hide",
|
|
392
424
|
setup(t) {
|
|
@@ -404,7 +436,7 @@ var s = /* @__PURE__ */ e({
|
|
|
404
436
|
})
|
|
405
437
|
]));
|
|
406
438
|
}
|
|
407
|
-
}),
|
|
439
|
+
}), k2 = R, y = /* @__PURE__ */ e({
|
|
408
440
|
name: "InfoFilled",
|
|
409
441
|
__name: "info-filled",
|
|
410
442
|
setup(t) {
|
|
@@ -418,7 +450,7 @@ var s = /* @__PURE__ */ e({
|
|
|
418
450
|
})
|
|
419
451
|
]));
|
|
420
452
|
}
|
|
421
|
-
}),
|
|
453
|
+
}), F2 = y, E = /* @__PURE__ */ e({
|
|
422
454
|
name: "Link",
|
|
423
455
|
__name: "link",
|
|
424
456
|
setup(t) {
|
|
@@ -432,7 +464,7 @@ var s = /* @__PURE__ */ e({
|
|
|
432
464
|
})
|
|
433
465
|
]));
|
|
434
466
|
}
|
|
435
|
-
}),
|
|
467
|
+
}), D2 = E, P = /* @__PURE__ */ e({
|
|
436
468
|
name: "Loading",
|
|
437
469
|
__name: "loading",
|
|
438
470
|
setup(t) {
|
|
@@ -446,7 +478,7 @@ var s = /* @__PURE__ */ e({
|
|
|
446
478
|
})
|
|
447
479
|
]));
|
|
448
480
|
}
|
|
449
|
-
}),
|
|
481
|
+
}), q2 = P, Q = /* @__PURE__ */ e({
|
|
450
482
|
name: "Lock",
|
|
451
483
|
__name: "lock",
|
|
452
484
|
setup(t) {
|
|
@@ -464,7 +496,7 @@ var s = /* @__PURE__ */ e({
|
|
|
464
496
|
})
|
|
465
497
|
]));
|
|
466
498
|
}
|
|
467
|
-
}),
|
|
499
|
+
}), S2 = Q, U = /* @__PURE__ */ e({
|
|
468
500
|
name: "Management",
|
|
469
501
|
__name: "management",
|
|
470
502
|
setup(t) {
|
|
@@ -478,7 +510,7 @@ var s = /* @__PURE__ */ e({
|
|
|
478
510
|
})
|
|
479
511
|
]));
|
|
480
512
|
}
|
|
481
|
-
}),
|
|
513
|
+
}), R2 = U, G = /* @__PURE__ */ e({
|
|
482
514
|
name: "Minus",
|
|
483
515
|
__name: "minus",
|
|
484
516
|
setup(t) {
|
|
@@ -492,7 +524,7 @@ var s = /* @__PURE__ */ e({
|
|
|
492
524
|
})
|
|
493
525
|
]));
|
|
494
526
|
}
|
|
495
|
-
}),
|
|
527
|
+
}), y2 = G, I = /* @__PURE__ */ e({
|
|
496
528
|
name: "MoreFilled",
|
|
497
529
|
__name: "more-filled",
|
|
498
530
|
setup(t) {
|
|
@@ -506,7 +538,7 @@ var s = /* @__PURE__ */ e({
|
|
|
506
538
|
})
|
|
507
539
|
]));
|
|
508
540
|
}
|
|
509
|
-
}),
|
|
541
|
+
}), E2 = I, W = /* @__PURE__ */ e({
|
|
510
542
|
name: "More",
|
|
511
543
|
__name: "more",
|
|
512
544
|
setup(t) {
|
|
@@ -520,7 +552,7 @@ var s = /* @__PURE__ */ e({
|
|
|
520
552
|
})
|
|
521
553
|
]));
|
|
522
554
|
}
|
|
523
|
-
}),
|
|
555
|
+
}), P2 = W, N = /* @__PURE__ */ e({
|
|
524
556
|
name: "Plus",
|
|
525
557
|
__name: "plus",
|
|
526
558
|
setup(t) {
|
|
@@ -534,7 +566,7 @@ var s = /* @__PURE__ */ e({
|
|
|
534
566
|
})
|
|
535
567
|
]));
|
|
536
568
|
}
|
|
537
|
-
}),
|
|
569
|
+
}), Q2 = N, b = /* @__PURE__ */ e({
|
|
538
570
|
name: "QuestionFilled",
|
|
539
571
|
__name: "question-filled",
|
|
540
572
|
setup(t) {
|
|
@@ -548,7 +580,7 @@ var s = /* @__PURE__ */ e({
|
|
|
548
580
|
})
|
|
549
581
|
]));
|
|
550
582
|
}
|
|
551
|
-
}),
|
|
583
|
+
}), U2 = b, j = /* @__PURE__ */ e({
|
|
552
584
|
name: "Rank",
|
|
553
585
|
__name: "rank",
|
|
554
586
|
setup(t) {
|
|
@@ -562,7 +594,7 @@ var s = /* @__PURE__ */ e({
|
|
|
562
594
|
})
|
|
563
595
|
]));
|
|
564
596
|
}
|
|
565
|
-
}),
|
|
597
|
+
}), G2 = j, J = /* @__PURE__ */ e({
|
|
566
598
|
name: "RefreshRight",
|
|
567
599
|
__name: "refresh-right",
|
|
568
600
|
setup(t) {
|
|
@@ -576,7 +608,7 @@ var s = /* @__PURE__ */ e({
|
|
|
576
608
|
})
|
|
577
609
|
]));
|
|
578
610
|
}
|
|
579
|
-
}),
|
|
611
|
+
}), I2 = J, K = /* @__PURE__ */ e({
|
|
580
612
|
name: "Refresh",
|
|
581
613
|
__name: "refresh",
|
|
582
614
|
setup(t) {
|
|
@@ -590,7 +622,7 @@ var s = /* @__PURE__ */ e({
|
|
|
590
622
|
})
|
|
591
623
|
]));
|
|
592
624
|
}
|
|
593
|
-
}),
|
|
625
|
+
}), W2 = K, O = /* @__PURE__ */ e({
|
|
594
626
|
name: "Search",
|
|
595
627
|
__name: "search",
|
|
596
628
|
setup(t) {
|
|
@@ -604,7 +636,7 @@ var s = /* @__PURE__ */ e({
|
|
|
604
636
|
})
|
|
605
637
|
]));
|
|
606
638
|
}
|
|
607
|
-
}),
|
|
639
|
+
}), N2 = O, T = /* @__PURE__ */ e({
|
|
608
640
|
name: "Setting",
|
|
609
641
|
__name: "setting",
|
|
610
642
|
setup(t) {
|
|
@@ -618,7 +650,7 @@ var s = /* @__PURE__ */ e({
|
|
|
618
650
|
})
|
|
619
651
|
]));
|
|
620
652
|
}
|
|
621
|
-
}),
|
|
653
|
+
}), b2 = T, X = /* @__PURE__ */ e({
|
|
622
654
|
name: "SuccessFilled",
|
|
623
655
|
__name: "success-filled",
|
|
624
656
|
setup(t) {
|
|
@@ -632,7 +664,7 @@ var s = /* @__PURE__ */ e({
|
|
|
632
664
|
})
|
|
633
665
|
]));
|
|
634
666
|
}
|
|
635
|
-
}),
|
|
667
|
+
}), j2 = X, Y = /* @__PURE__ */ e({
|
|
636
668
|
name: "UploadFilled",
|
|
637
669
|
__name: "upload-filled",
|
|
638
670
|
setup(t) {
|
|
@@ -646,7 +678,7 @@ var s = /* @__PURE__ */ e({
|
|
|
646
678
|
})
|
|
647
679
|
]));
|
|
648
680
|
}
|
|
649
|
-
}),
|
|
681
|
+
}), J2 = Y, Z = /* @__PURE__ */ e({
|
|
650
682
|
name: "VideoPlay",
|
|
651
683
|
__name: "video-play",
|
|
652
684
|
setup(t) {
|
|
@@ -660,7 +692,7 @@ var s = /* @__PURE__ */ e({
|
|
|
660
692
|
})
|
|
661
693
|
]));
|
|
662
694
|
}
|
|
663
|
-
}),
|
|
695
|
+
}), K2 = Z, $ = /* @__PURE__ */ e({
|
|
664
696
|
name: "View",
|
|
665
697
|
__name: "view",
|
|
666
698
|
setup(t) {
|
|
@@ -674,7 +706,7 @@ var s = /* @__PURE__ */ e({
|
|
|
674
706
|
})
|
|
675
707
|
]));
|
|
676
708
|
}
|
|
677
|
-
}),
|
|
709
|
+
}), O2 = $, a2 = /* @__PURE__ */ e({
|
|
678
710
|
name: "WarningFilled",
|
|
679
711
|
__name: "warning-filled",
|
|
680
712
|
setup(t) {
|
|
@@ -688,52 +720,54 @@ var s = /* @__PURE__ */ e({
|
|
|
688
720
|
})
|
|
689
721
|
]));
|
|
690
722
|
}
|
|
691
|
-
}),
|
|
723
|
+
}), T2 = a2;
|
|
692
724
|
export {
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
725
|
+
r2 as ArrowDown,
|
|
726
|
+
l2 as ArrowLeft,
|
|
727
|
+
t2 as ArrowRight,
|
|
728
|
+
_2 as ArrowUp,
|
|
729
|
+
c2 as Calendar,
|
|
730
|
+
s2 as CaretRight,
|
|
731
|
+
n2 as ChatLineSquare,
|
|
732
|
+
o2 as Check,
|
|
733
|
+
i2 as CircleCheck,
|
|
734
|
+
m2 as CircleCheckFilled,
|
|
735
|
+
h2 as CircleClose,
|
|
736
|
+
w2 as CircleCloseFilled,
|
|
737
|
+
v2 as Clock,
|
|
738
|
+
p2 as Close,
|
|
739
|
+
u2 as Coin,
|
|
740
|
+
d2 as Connection,
|
|
741
|
+
f2 as CopyDocument,
|
|
742
|
+
g2 as DArrowLeft,
|
|
743
|
+
x2 as DArrowRight,
|
|
744
|
+
M2 as Delete,
|
|
745
|
+
C2 as DeleteFilled,
|
|
746
|
+
z2 as Document,
|
|
747
|
+
L2 as DocumentAdd,
|
|
748
|
+
V2 as Download,
|
|
749
|
+
H2 as Edit,
|
|
750
|
+
B2 as Filter,
|
|
751
|
+
A2 as Grid,
|
|
752
|
+
k2 as Hide,
|
|
753
|
+
F2 as InfoFilled,
|
|
754
|
+
D2 as Link,
|
|
755
|
+
q2 as Loading,
|
|
756
|
+
S2 as Lock,
|
|
757
|
+
R2 as Management,
|
|
758
|
+
y2 as Minus,
|
|
759
|
+
P2 as More,
|
|
760
|
+
E2 as MoreFilled,
|
|
761
|
+
Q2 as Plus,
|
|
762
|
+
U2 as QuestionFilled,
|
|
763
|
+
G2 as Rank,
|
|
764
|
+
W2 as Refresh,
|
|
765
|
+
I2 as RefreshRight,
|
|
766
|
+
N2 as Search,
|
|
767
|
+
b2 as Setting,
|
|
768
|
+
j2 as SuccessFilled,
|
|
769
|
+
J2 as UploadFilled,
|
|
770
|
+
K2 as VideoPlay,
|
|
771
|
+
O2 as View,
|
|
772
|
+
T2 as WarningFilled
|
|
739
773
|
};
|
|
@@ -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
|
+
};
|