@ganwei-web/gw-base-components-plus 1.0.25 → 1.0.26
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/element-plus-adapter/dist/ElementPlusAdapter.cjs +107 -73
- package/element-plus-adapter/dist/ElementPlusAdapter.cjs.map +1 -1
- package/element-plus-adapter/dist/ElementPlusAdapter.css +60 -11
- package/element-plus-adapter/dist/ElementPlusAdapter.iife.js +107 -73
- package/element-plus-adapter/dist/ElementPlusAdapter.iife.js.map +1 -1
- package/element-plus-adapter/dist/ElementPlusAdapter.js +108 -74
- package/element-plus-adapter/dist/ElementPlusAdapter.js.map +1 -1
- package/package.json +1 -1
|
@@ -102,6 +102,10 @@
|
|
|
102
102
|
color: var(--input-color);
|
|
103
103
|
box-shadow: 0 0 0 1px var(--input-border) inset;
|
|
104
104
|
}
|
|
105
|
+
.el-textarea.is-disabled .el-textarea__inner {
|
|
106
|
+
background-color: var(--input-background__disabled);
|
|
107
|
+
box-shadow: 0 0 0 1px var(--input-border) inset;
|
|
108
|
+
}
|
|
105
109
|
.el-input__wrapper {
|
|
106
110
|
color: var(--input-color);
|
|
107
111
|
background-color: var(--input-background);
|
|
@@ -121,16 +125,6 @@
|
|
|
121
125
|
}.el-form .el-form-item, .el-form .el-form-item__label {
|
|
122
126
|
color: var(--form-label-color);
|
|
123
127
|
}
|
|
124
|
-
.el-form .el-input .el-input__wrapper, .el-form .el-input .el-input__inner {
|
|
125
|
-
background-color: var(--form-input-background);
|
|
126
|
-
}
|
|
127
|
-
.el-form .el-input input:-webkit-autofill,
|
|
128
|
-
.el-form .el-input textarea:-webkit-autofill {
|
|
129
|
-
-webkit-box-shadow: 0 0 0px 1000px var(--form-input-background) inset !important;
|
|
130
|
-
}
|
|
131
|
-
.el-form .el-textarea .el-textarea__inner {
|
|
132
|
-
background-color: var(--form-input-background);
|
|
133
|
-
}
|
|
134
128
|
.el-form .el-textarea .el-input__count {
|
|
135
129
|
background-color: transparent;
|
|
136
130
|
}
|
|
@@ -234,6 +228,15 @@
|
|
|
234
228
|
outline: 1px solid var(--frame-main-border1);
|
|
235
229
|
color: var(--frame-main-color);
|
|
236
230
|
}
|
|
231
|
+
.el-radio-group .el-radio-button.is-checked .el-radio__inner, .el-radio-group .el-radio-button.is-checked .is-active .el-radio-button__inner, .el-radio-group .el-radio-button.is-active .el-radio__inner, .el-radio-group .el-radio-button.is-active .el-radio-button__inner {
|
|
232
|
+
color: var(--radio-label-color__checked);
|
|
233
|
+
background: var(--radio-inner-background___checked);
|
|
234
|
+
border-color: var(--radio-inner-border__checked);
|
|
235
|
+
}
|
|
236
|
+
.el-radio-group .el-radio-button.is-disabled .el-radio__inner, .el-radio-group .el-radio-button.is-disabled .el-radio-button__inner {
|
|
237
|
+
background-color: var(--radio-inner-background);
|
|
238
|
+
border-color: var(--radio-inner-border);
|
|
239
|
+
}
|
|
237
240
|
.el-radio .el-radio__inner {
|
|
238
241
|
background-color: var(--radio-inner-background);
|
|
239
242
|
border-color: var(--radio-inner-border);
|
|
@@ -265,7 +268,21 @@
|
|
|
265
268
|
}
|
|
266
269
|
.el-radio.is-bordered.is-checked .el-radio__label {
|
|
267
270
|
color: var(--gw-color-primary);
|
|
268
|
-
}.el-radio-group.
|
|
271
|
+
}.el-radio-group .el-radio-button {
|
|
272
|
+
border: 0;
|
|
273
|
+
}
|
|
274
|
+
.el-radio-group .el-radio-button .el-radio-button__inner {
|
|
275
|
+
background-color: var(--radio-inner-background);
|
|
276
|
+
border: 0;
|
|
277
|
+
outline: 1px solid var(--frame-main-border1);
|
|
278
|
+
color: var(--frame-main-color);
|
|
279
|
+
}
|
|
280
|
+
.el-radio-group .el-radio-button.is-active .el-radio-button__inner {
|
|
281
|
+
background-color: var(--radio-inner-border__checked);
|
|
282
|
+
color: #fff;
|
|
283
|
+
outline-color: var(--radio-inner-border__checked);
|
|
284
|
+
}
|
|
285
|
+
.el-radio-group.round {
|
|
269
286
|
height: 40px;
|
|
270
287
|
margin: 0 10px;
|
|
271
288
|
padding: 3px;
|
|
@@ -996,6 +1013,38 @@
|
|
|
996
1013
|
}
|
|
997
1014
|
.el-card.is-never-shadow {
|
|
998
1015
|
box-shadow: none;
|
|
1016
|
+
}.el-descriptions {
|
|
1017
|
+
--el-descriptions-table-border: 1px solid var(--descriptions-border);
|
|
1018
|
+
background-color: var(--frame-main-background-2);
|
|
1019
|
+
}
|
|
1020
|
+
.el-descriptions .el-descriptions__label,
|
|
1021
|
+
.el-descriptions .el-descriptions__title {
|
|
1022
|
+
color: var(--descriptions-label-color);
|
|
1023
|
+
background-color: var(--descriptions-label-background);
|
|
1024
|
+
font-weight: 500;
|
|
1025
|
+
}
|
|
1026
|
+
.el-descriptions .el-descriptions__content,
|
|
1027
|
+
.el-descriptions .el-descriptions__body {
|
|
1028
|
+
color: var(--descriptions-content-color);
|
|
1029
|
+
background-color: var(--descriptions-content-background);
|
|
1030
|
+
}
|
|
1031
|
+
.el-descriptions .el-descriptions__cell.is-bordered-label {
|
|
1032
|
+
color: var(--descriptions-content-color);
|
|
1033
|
+
background-color: var(--descriptions-content-background);
|
|
1034
|
+
}
|
|
1035
|
+
.el-descriptions .el-descriptions__table.is-bordered .el-descriptions__cell {
|
|
1036
|
+
border: 1px solid var(--descriptions-border);
|
|
1037
|
+
}
|
|
1038
|
+
.el-descriptions .el-descriptions__cell.is-bordered-content {
|
|
1039
|
+
color: var(--frame-main-color-1);
|
|
1040
|
+
background-color: var(--descriptions-content-background);
|
|
1041
|
+
border: 1px solid var(--descriptions-border);
|
|
1042
|
+
}
|
|
1043
|
+
.el-descriptions .el-descriptions__cell {
|
|
1044
|
+
border-color: var(--descriptions-border);
|
|
1045
|
+
}
|
|
1046
|
+
.el-descriptions--border .el-descriptions__cell {
|
|
1047
|
+
border-color: var(--descriptions-border);
|
|
999
1048
|
}.el-alert {
|
|
1000
1049
|
border-radius: 4px;
|
|
1001
1050
|
padding: 12px 16px;
|
|
@@ -12,7 +12,7 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
12
12
|
});
|
|
13
13
|
return expose;
|
|
14
14
|
}
|
|
15
|
-
const _sfc_main$
|
|
15
|
+
const _sfc_main$F = /* @__PURE__ */ vue.defineComponent({
|
|
16
16
|
...{
|
|
17
17
|
inheritAttrs: false
|
|
18
18
|
},
|
|
@@ -59,8 +59,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
59
59
|
};
|
|
60
60
|
}
|
|
61
61
|
});
|
|
62
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
63
|
-
const _sfc_main$
|
|
62
|
+
const index_vue_vue_type_style_index_0_lang$u = "";
|
|
63
|
+
const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
64
64
|
__name: "index",
|
|
65
65
|
setup(__props, { expose: __expose }) {
|
|
66
66
|
const attrs = vue.useAttrs();
|
|
@@ -84,7 +84,7 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
84
84
|
};
|
|
85
85
|
}
|
|
86
86
|
});
|
|
87
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
87
|
+
const index_vue_vue_type_style_index_0_lang$t = "";
|
|
88
88
|
const UI_AUTOMATION_TOKEN = `data-testid`;
|
|
89
89
|
function useDataTestId() {
|
|
90
90
|
const attrs = vue.useAttrs();
|
|
@@ -92,7 +92,7 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
92
92
|
console.warn(`${UI_AUTOMATION_TOKEN} is required to UI Automation`);
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
|
-
const _sfc_main$
|
|
95
|
+
const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
96
96
|
__name: "ElInput",
|
|
97
97
|
props: {
|
|
98
98
|
"modelValue": {
|
|
@@ -117,10 +117,7 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
117
117
|
emits("change", val);
|
|
118
118
|
}
|
|
119
119
|
function inputHandler(val) {
|
|
120
|
-
|
|
121
|
-
changeHandler("");
|
|
122
|
-
}
|
|
123
|
-
model.value = val.trim();
|
|
120
|
+
model.value = val.trimStart();
|
|
124
121
|
}
|
|
125
122
|
return (_ctx, _cache) => {
|
|
126
123
|
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElInput), vue.mergeProps({
|
|
@@ -145,7 +142,7 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
145
142
|
}
|
|
146
143
|
});
|
|
147
144
|
const ElInput_vue_vue_type_style_index_0_lang = "";
|
|
148
|
-
const _sfc_main$
|
|
145
|
+
const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
149
146
|
__name: "index",
|
|
150
147
|
setup(__props, { expose: __expose }) {
|
|
151
148
|
const proxyElement = vue.ref();
|
|
@@ -169,8 +166,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
169
166
|
};
|
|
170
167
|
}
|
|
171
168
|
});
|
|
172
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
173
|
-
const _sfc_main$
|
|
169
|
+
const index_vue_vue_type_style_index_0_lang$s = "";
|
|
170
|
+
const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
174
171
|
__name: "index",
|
|
175
172
|
setup(__props, { expose: __expose }) {
|
|
176
173
|
const attrs = vue.useAttrs();
|
|
@@ -194,7 +191,7 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
194
191
|
};
|
|
195
192
|
}
|
|
196
193
|
});
|
|
197
|
-
const _sfc_main$
|
|
194
|
+
const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
198
195
|
__name: "index",
|
|
199
196
|
setup(__props, { expose: __expose }) {
|
|
200
197
|
const proxyElement = vue.ref();
|
|
@@ -219,8 +216,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
219
216
|
};
|
|
220
217
|
}
|
|
221
218
|
});
|
|
222
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
223
|
-
const _sfc_main$
|
|
219
|
+
const index_vue_vue_type_style_index_0_lang$r = "";
|
|
220
|
+
const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
224
221
|
__name: "index",
|
|
225
222
|
setup(__props, { expose: __expose }) {
|
|
226
223
|
const attrs = vue.useAttrs();
|
|
@@ -244,7 +241,7 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
244
241
|
};
|
|
245
242
|
}
|
|
246
243
|
});
|
|
247
|
-
const _sfc_main$
|
|
244
|
+
const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
248
245
|
__name: "index",
|
|
249
246
|
setup(__props, { expose: __expose }) {
|
|
250
247
|
const proxyElement = vue.ref();
|
|
@@ -268,8 +265,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
268
265
|
};
|
|
269
266
|
}
|
|
270
267
|
});
|
|
271
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
272
|
-
const _sfc_main$
|
|
268
|
+
const index_vue_vue_type_style_index_0_lang$q = "";
|
|
269
|
+
const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
273
270
|
__name: "index",
|
|
274
271
|
setup(__props, { expose: __expose }) {
|
|
275
272
|
const proxyElement = vue.ref();
|
|
@@ -293,8 +290,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
293
290
|
};
|
|
294
291
|
}
|
|
295
292
|
});
|
|
296
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
297
|
-
const _sfc_main$
|
|
293
|
+
const index_vue_vue_type_style_index_0_lang$p = "";
|
|
294
|
+
const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
298
295
|
__name: "index",
|
|
299
296
|
props: {
|
|
300
297
|
round: {
|
|
@@ -326,8 +323,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
326
323
|
};
|
|
327
324
|
}
|
|
328
325
|
});
|
|
329
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
330
|
-
const _sfc_main$
|
|
326
|
+
const index_vue_vue_type_style_index_0_lang$o = "";
|
|
327
|
+
const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
331
328
|
__name: "index",
|
|
332
329
|
setup(__props, { expose: __expose }) {
|
|
333
330
|
const attrs = vue.useAttrs();
|
|
@@ -351,7 +348,7 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
351
348
|
};
|
|
352
349
|
}
|
|
353
350
|
});
|
|
354
|
-
const _sfc_main$
|
|
351
|
+
const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
355
352
|
__name: "index",
|
|
356
353
|
setup(__props, { expose: __expose }) {
|
|
357
354
|
const proxyElement = vue.ref();
|
|
@@ -376,8 +373,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
376
373
|
};
|
|
377
374
|
}
|
|
378
375
|
});
|
|
379
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
380
|
-
const _sfc_main$
|
|
376
|
+
const index_vue_vue_type_style_index_0_lang$n = "";
|
|
377
|
+
const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
381
378
|
__name: "index",
|
|
382
379
|
setup(__props, { expose: __expose }) {
|
|
383
380
|
const proxyElement = vue.ref();
|
|
@@ -401,8 +398,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
401
398
|
};
|
|
402
399
|
}
|
|
403
400
|
});
|
|
404
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
405
|
-
const _sfc_main$
|
|
401
|
+
const index_vue_vue_type_style_index_0_lang$m = "";
|
|
402
|
+
const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
406
403
|
__name: "index",
|
|
407
404
|
props: {
|
|
408
405
|
defaultTime: {},
|
|
@@ -451,8 +448,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
451
448
|
};
|
|
452
449
|
}
|
|
453
450
|
});
|
|
454
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
455
|
-
const _sfc_main$
|
|
451
|
+
const index_vue_vue_type_style_index_0_lang$l = "";
|
|
452
|
+
const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
456
453
|
__name: "index",
|
|
457
454
|
setup(__props, { expose: __expose }) {
|
|
458
455
|
const proxyElement = vue.ref();
|
|
@@ -476,8 +473,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
476
473
|
};
|
|
477
474
|
}
|
|
478
475
|
});
|
|
479
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
480
|
-
const _sfc_main$
|
|
476
|
+
const index_vue_vue_type_style_index_0_lang$k = "";
|
|
477
|
+
const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
481
478
|
__name: "index",
|
|
482
479
|
setup(__props, { expose: __expose }) {
|
|
483
480
|
const proxyElement = vue.ref();
|
|
@@ -501,8 +498,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
501
498
|
};
|
|
502
499
|
}
|
|
503
500
|
});
|
|
504
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
505
|
-
const _sfc_main$
|
|
501
|
+
const index_vue_vue_type_style_index_0_lang$j = "";
|
|
502
|
+
const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
506
503
|
__name: "index",
|
|
507
504
|
setup(__props, { expose: __expose }) {
|
|
508
505
|
const attrs = vue.useAttrs();
|
|
@@ -526,8 +523,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
526
523
|
};
|
|
527
524
|
}
|
|
528
525
|
});
|
|
529
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
530
|
-
const _sfc_main$
|
|
526
|
+
const index_vue_vue_type_style_index_0_lang$i = "";
|
|
527
|
+
const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
531
528
|
__name: "index",
|
|
532
529
|
setup(__props, { expose: __expose }) {
|
|
533
530
|
const proxyElement = vue.ref();
|
|
@@ -558,8 +555,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
558
555
|
};
|
|
559
556
|
}
|
|
560
557
|
});
|
|
561
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
562
|
-
const _sfc_main$
|
|
558
|
+
const index_vue_vue_type_style_index_0_lang$h = "";
|
|
559
|
+
const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
563
560
|
__name: "index",
|
|
564
561
|
props: {
|
|
565
562
|
formatter: {
|
|
@@ -597,7 +594,7 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
597
594
|
};
|
|
598
595
|
}
|
|
599
596
|
});
|
|
600
|
-
const _sfc_main$
|
|
597
|
+
const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
601
598
|
__name: "index",
|
|
602
599
|
setup(__props, { expose: __expose }) {
|
|
603
600
|
const attrs = vue.useAttrs();
|
|
@@ -621,8 +618,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
621
618
|
};
|
|
622
619
|
}
|
|
623
620
|
});
|
|
624
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
625
|
-
const _sfc_main$
|
|
621
|
+
const index_vue_vue_type_style_index_0_lang$g = "";
|
|
622
|
+
const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
626
623
|
__name: "index",
|
|
627
624
|
setup(__props, { expose: __expose }) {
|
|
628
625
|
const attrs = vue.useAttrs();
|
|
@@ -653,7 +650,7 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
653
650
|
};
|
|
654
651
|
}
|
|
655
652
|
});
|
|
656
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
653
|
+
const index_vue_vue_type_style_index_0_lang$f = "";
|
|
657
654
|
/*! Element Plus Icons Vue v2.3.2 */
|
|
658
655
|
var _sfc_main197 = /* @__PURE__ */ vue.defineComponent({
|
|
659
656
|
name: "Picture",
|
|
@@ -675,7 +672,7 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
675
672
|
}
|
|
676
673
|
}), picture_default = _sfc_main197;
|
|
677
674
|
const _hoisted_1 = { class: "error-slot" };
|
|
678
|
-
const _sfc_main$
|
|
675
|
+
const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
679
676
|
...{ inheritAttrs: false },
|
|
680
677
|
__name: "index",
|
|
681
678
|
props: {
|
|
@@ -747,8 +744,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
747
744
|
};
|
|
748
745
|
}
|
|
749
746
|
});
|
|
750
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
751
|
-
const _sfc_main$
|
|
747
|
+
const index_vue_vue_type_style_index_0_lang$e = "";
|
|
748
|
+
const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
752
749
|
__name: "index",
|
|
753
750
|
setup(__props, { expose: __expose }) {
|
|
754
751
|
const attrs = vue.useAttrs();
|
|
@@ -772,8 +769,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
772
769
|
};
|
|
773
770
|
}
|
|
774
771
|
});
|
|
775
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
776
|
-
const _sfc_main$
|
|
772
|
+
const index_vue_vue_type_style_index_0_lang$d = "";
|
|
773
|
+
const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
777
774
|
__name: "index",
|
|
778
775
|
setup(__props, { expose: __expose }) {
|
|
779
776
|
const attrs = vue.useAttrs();
|
|
@@ -797,8 +794,8 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
797
794
|
};
|
|
798
795
|
}
|
|
799
796
|
});
|
|
800
|
-
const index_vue_vue_type_style_index_0_lang$
|
|
801
|
-
const _sfc_main$
|
|
797
|
+
const index_vue_vue_type_style_index_0_lang$c = "";
|
|
798
|
+
const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
802
799
|
__name: "index",
|
|
803
800
|
setup(__props, { expose: __expose }) {
|
|
804
801
|
const attrs = vue.useAttrs();
|
|
@@ -822,6 +819,41 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
822
819
|
};
|
|
823
820
|
}
|
|
824
821
|
});
|
|
822
|
+
const index_vue_vue_type_style_index_0_lang$b = "";
|
|
823
|
+
const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
824
|
+
__name: "index",
|
|
825
|
+
setup(__props, { expose: __expose }) {
|
|
826
|
+
const proxyElement = vue.ref();
|
|
827
|
+
const expose = useExpose(proxyElement);
|
|
828
|
+
__expose(expose);
|
|
829
|
+
return (_ctx, _cache) => {
|
|
830
|
+
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElDescriptions), vue.mergeProps(_ctx.$attrs, {
|
|
831
|
+
ref_key: "proxyElement",
|
|
832
|
+
ref: proxyElement
|
|
833
|
+
}), vue.createSlots({
|
|
834
|
+
default: vue.withCtx(() => [
|
|
835
|
+
vue.renderSlot(_ctx.$slots, "default")
|
|
836
|
+
]),
|
|
837
|
+
_: 2
|
|
838
|
+
}, [
|
|
839
|
+
_ctx.$slots.title ? {
|
|
840
|
+
name: "title",
|
|
841
|
+
fn: vue.withCtx(() => [
|
|
842
|
+
vue.renderSlot(_ctx.$slots, "title")
|
|
843
|
+
]),
|
|
844
|
+
key: "0"
|
|
845
|
+
} : void 0,
|
|
846
|
+
_ctx.$slots.extra ? {
|
|
847
|
+
name: "extra",
|
|
848
|
+
fn: vue.withCtx(() => [
|
|
849
|
+
vue.renderSlot(_ctx.$slots, "extra")
|
|
850
|
+
]),
|
|
851
|
+
key: "1"
|
|
852
|
+
} : void 0
|
|
853
|
+
]), 1040);
|
|
854
|
+
};
|
|
855
|
+
}
|
|
856
|
+
});
|
|
825
857
|
const index_vue_vue_type_style_index_0_lang$a = "";
|
|
826
858
|
const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
827
859
|
__name: "index",
|
|
@@ -1292,33 +1324,35 @@ var ElementPlusAdapter = function(exports, elementPlus, vue) {
|
|
|
1292
1324
|
const index_vue_vue_type_style_index_0_lang = "";
|
|
1293
1325
|
const Adapter = {
|
|
1294
1326
|
// 基础组件
|
|
1295
|
-
ElButton: _sfc_main$
|
|
1296
|
-
ElTag: _sfc_main$
|
|
1327
|
+
ElButton: _sfc_main$F,
|
|
1328
|
+
ElTag: _sfc_main$E,
|
|
1297
1329
|
// 表单组件
|
|
1298
|
-
ElInput: _sfc_main$
|
|
1299
|
-
ElForm: _sfc_main$
|
|
1300
|
-
ElFormItem: _sfc_main$
|
|
1301
|
-
ElSelect: _sfc_main$
|
|
1302
|
-
ElOption: _sfc_main$
|
|
1303
|
-
ElCheckbox: _sfc_main$
|
|
1304
|
-
ElRadio: _sfc_main$
|
|
1305
|
-
ElRadioGroup: _sfc_main$
|
|
1306
|
-
ElRadioButton: _sfc_main$
|
|
1307
|
-
ElSwitch: _sfc_main$
|
|
1308
|
-
ElCascader: _sfc_main$
|
|
1309
|
-
ElDatePicker: _sfc_main$
|
|
1310
|
-
ElTimePicker: _sfc_main$
|
|
1311
|
-
ElUpload: _sfc_main$
|
|
1312
|
-
ElTransfer: _sfc_main$
|
|
1330
|
+
ElInput: _sfc_main$D,
|
|
1331
|
+
ElForm: _sfc_main$C,
|
|
1332
|
+
ElFormItem: _sfc_main$B,
|
|
1333
|
+
ElSelect: _sfc_main$A,
|
|
1334
|
+
ElOption: _sfc_main$z,
|
|
1335
|
+
ElCheckbox: _sfc_main$y,
|
|
1336
|
+
ElRadio: _sfc_main$x,
|
|
1337
|
+
ElRadioGroup: _sfc_main$w,
|
|
1338
|
+
ElRadioButton: _sfc_main$v,
|
|
1339
|
+
ElSwitch: _sfc_main$u,
|
|
1340
|
+
ElCascader: _sfc_main$t,
|
|
1341
|
+
ElDatePicker: _sfc_main$s,
|
|
1342
|
+
ElTimePicker: _sfc_main$r,
|
|
1343
|
+
ElUpload: _sfc_main$q,
|
|
1344
|
+
ElTransfer: _sfc_main$p,
|
|
1313
1345
|
// 数据展示
|
|
1314
|
-
ElTable: _sfc_main$
|
|
1315
|
-
ElTableColumn: _sfc_main$
|
|
1316
|
-
ElTree: _sfc_main$
|
|
1317
|
-
ElPagination: _sfc_main$
|
|
1318
|
-
ElImage: _sfc_main$
|
|
1319
|
-
ElProgress: _sfc_main$
|
|
1320
|
-
ElBadge: _sfc_main$
|
|
1321
|
-
ElCard: _sfc_main$
|
|
1346
|
+
ElTable: _sfc_main$o,
|
|
1347
|
+
ElTableColumn: _sfc_main$n,
|
|
1348
|
+
ElTree: _sfc_main$m,
|
|
1349
|
+
ElPagination: _sfc_main$l,
|
|
1350
|
+
ElImage: _sfc_main$k,
|
|
1351
|
+
ElProgress: _sfc_main$j,
|
|
1352
|
+
ElBadge: _sfc_main$i,
|
|
1353
|
+
ElCard: _sfc_main$h,
|
|
1354
|
+
ElDescriptions: _sfc_main$g,
|
|
1355
|
+
ElDescriptionsItem: elementPlus.ElDescriptionsItem,
|
|
1322
1356
|
// 反馈组件
|
|
1323
1357
|
ElAlert: _sfc_main$f,
|
|
1324
1358
|
ElDialog: _sfc_main$e,
|