@ganwei-web/gw-base-components-plus 1.0.19 → 1.0.21
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/customDirective/getUserPermissionList.js +53 -0
- package/customDirective/index.js +15 -0
- package/customDirective/interfaceDefinition.ts +10 -0
- package/customDirective/permission.js +61 -0
- package/element-plus-adapter/dist/ElementPlusAdapter.cjs +290 -63
- package/element-plus-adapter/dist/ElementPlusAdapter.cjs.map +1 -1
- package/element-plus-adapter/dist/ElementPlusAdapter.css +4 -1
- package/element-plus-adapter/dist/ElementPlusAdapter.iife.js +290 -63
- package/element-plus-adapter/dist/ElementPlusAdapter.iife.js.map +1 -1
- package/element-plus-adapter/dist/ElementPlusAdapter.js +292 -65
- package/element-plus-adapter/dist/ElementPlusAdapter.js.map +1 -1
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@ function useExpose(proxyElement) {
|
|
|
14
14
|
});
|
|
15
15
|
return expose;
|
|
16
16
|
}
|
|
17
|
-
const _sfc_main$
|
|
17
|
+
const _sfc_main$E = /* @__PURE__ */ vue.defineComponent({
|
|
18
18
|
...{
|
|
19
19
|
inheritAttrs: false
|
|
20
20
|
},
|
|
@@ -62,7 +62,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
|
62
62
|
}
|
|
63
63
|
});
|
|
64
64
|
const index_vue_vue_type_style_index_0_lang$t = "";
|
|
65
|
-
const _sfc_main$
|
|
65
|
+
const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
|
|
66
66
|
__name: "index",
|
|
67
67
|
setup(__props, { expose: __expose }) {
|
|
68
68
|
const attrs = vue.useAttrs();
|
|
@@ -94,7 +94,7 @@ function useDataTestId() {
|
|
|
94
94
|
console.warn(`${UI_AUTOMATION_TOKEN} is required to UI Automation`);
|
|
95
95
|
}
|
|
96
96
|
}
|
|
97
|
-
const _sfc_main$
|
|
97
|
+
const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
98
98
|
__name: "ElInput",
|
|
99
99
|
props: {
|
|
100
100
|
"modelValue": {
|
|
@@ -147,7 +147,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
|
147
147
|
}
|
|
148
148
|
});
|
|
149
149
|
const ElInput_vue_vue_type_style_index_0_lang = "";
|
|
150
|
-
const _sfc_main$
|
|
150
|
+
const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
|
|
151
151
|
__name: "index",
|
|
152
152
|
setup(__props, { expose: __expose }) {
|
|
153
153
|
const proxyElement = vue.ref();
|
|
@@ -172,7 +172,31 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
|
172
172
|
}
|
|
173
173
|
});
|
|
174
174
|
const index_vue_vue_type_style_index_0_lang$r = "";
|
|
175
|
-
const _sfc_main$
|
|
175
|
+
const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
176
|
+
__name: "index",
|
|
177
|
+
setup(__props, { expose: __expose }) {
|
|
178
|
+
const attrs = vue.useAttrs();
|
|
179
|
+
const proxyElement = vue.ref();
|
|
180
|
+
const expose = useExpose(proxyElement);
|
|
181
|
+
__expose(expose);
|
|
182
|
+
return (_ctx, _cache) => {
|
|
183
|
+
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElFormItem), vue.mergeProps(vue.unref(attrs), {
|
|
184
|
+
ref_key: "proxyElement",
|
|
185
|
+
ref: proxyElement
|
|
186
|
+
}), vue.createSlots({ _: 2 }, [
|
|
187
|
+
vue.renderList(_ctx.$slots, (value, key) => {
|
|
188
|
+
return {
|
|
189
|
+
name: key,
|
|
190
|
+
fn: vue.withCtx((slotProps) => [
|
|
191
|
+
vue.renderSlot(_ctx.$slots, key, vue.mergeProps(slotProps, { key }))
|
|
192
|
+
])
|
|
193
|
+
};
|
|
194
|
+
})
|
|
195
|
+
]), 1040);
|
|
196
|
+
};
|
|
197
|
+
}
|
|
198
|
+
});
|
|
199
|
+
const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
|
|
176
200
|
__name: "index",
|
|
177
201
|
setup(__props, { expose: __expose }) {
|
|
178
202
|
const proxyElement = vue.ref();
|
|
@@ -198,7 +222,31 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
|
198
222
|
}
|
|
199
223
|
});
|
|
200
224
|
const index_vue_vue_type_style_index_0_lang$q = "";
|
|
201
|
-
const _sfc_main$
|
|
225
|
+
const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
|
|
226
|
+
__name: "index",
|
|
227
|
+
setup(__props, { expose: __expose }) {
|
|
228
|
+
const attrs = vue.useAttrs();
|
|
229
|
+
const proxyElement = vue.ref();
|
|
230
|
+
const expose = useExpose(proxyElement);
|
|
231
|
+
__expose(expose);
|
|
232
|
+
return (_ctx, _cache) => {
|
|
233
|
+
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElOption), vue.mergeProps(vue.unref(attrs), {
|
|
234
|
+
ref_key: "proxyElement",
|
|
235
|
+
ref: proxyElement
|
|
236
|
+
}), vue.createSlots({ _: 2 }, [
|
|
237
|
+
vue.renderList(_ctx.$slots, (value, key) => {
|
|
238
|
+
return {
|
|
239
|
+
name: key,
|
|
240
|
+
fn: vue.withCtx((slotProps) => [
|
|
241
|
+
vue.renderSlot(_ctx.$slots, key, vue.mergeProps(slotProps, { key }))
|
|
242
|
+
])
|
|
243
|
+
};
|
|
244
|
+
})
|
|
245
|
+
]), 1040);
|
|
246
|
+
};
|
|
247
|
+
}
|
|
248
|
+
});
|
|
249
|
+
const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
|
|
202
250
|
__name: "index",
|
|
203
251
|
setup(__props, { expose: __expose }) {
|
|
204
252
|
const proxyElement = vue.ref();
|
|
@@ -223,7 +271,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
223
271
|
}
|
|
224
272
|
});
|
|
225
273
|
const index_vue_vue_type_style_index_0_lang$p = "";
|
|
226
|
-
const _sfc_main$
|
|
274
|
+
const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
|
|
227
275
|
__name: "index",
|
|
228
276
|
setup(__props, { expose: __expose }) {
|
|
229
277
|
const proxyElement = vue.ref();
|
|
@@ -248,7 +296,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
248
296
|
}
|
|
249
297
|
});
|
|
250
298
|
const index_vue_vue_type_style_index_0_lang$o = "";
|
|
251
|
-
const _sfc_main$
|
|
299
|
+
const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
|
|
252
300
|
__name: "index",
|
|
253
301
|
props: {
|
|
254
302
|
round: {
|
|
@@ -281,7 +329,31 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
|
281
329
|
}
|
|
282
330
|
});
|
|
283
331
|
const index_vue_vue_type_style_index_0_lang$n = "";
|
|
284
|
-
const _sfc_main$
|
|
332
|
+
const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
|
|
333
|
+
__name: "index",
|
|
334
|
+
setup(__props, { expose: __expose }) {
|
|
335
|
+
const attrs = vue.useAttrs();
|
|
336
|
+
const proxyElement = vue.ref();
|
|
337
|
+
const expose = useExpose(proxyElement);
|
|
338
|
+
__expose(expose);
|
|
339
|
+
return (_ctx, _cache) => {
|
|
340
|
+
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElRadioButton), vue.mergeProps(vue.unref(attrs), {
|
|
341
|
+
ref_key: "proxyElement",
|
|
342
|
+
ref: proxyElement
|
|
343
|
+
}), vue.createSlots({ _: 2 }, [
|
|
344
|
+
vue.renderList(_ctx.$slots, (value, key) => {
|
|
345
|
+
return {
|
|
346
|
+
name: key,
|
|
347
|
+
fn: vue.withCtx((slotProps) => [
|
|
348
|
+
vue.renderSlot(_ctx.$slots, key, vue.mergeProps(slotProps, { key }))
|
|
349
|
+
])
|
|
350
|
+
};
|
|
351
|
+
})
|
|
352
|
+
]), 1040);
|
|
353
|
+
};
|
|
354
|
+
}
|
|
355
|
+
});
|
|
356
|
+
const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
|
|
285
357
|
__name: "index",
|
|
286
358
|
setup(__props, { expose: __expose }) {
|
|
287
359
|
const proxyElement = vue.ref();
|
|
@@ -307,7 +379,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
307
379
|
}
|
|
308
380
|
});
|
|
309
381
|
const index_vue_vue_type_style_index_0_lang$m = "";
|
|
310
|
-
const _sfc_main$
|
|
382
|
+
const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
|
|
311
383
|
__name: "index",
|
|
312
384
|
setup(__props, { expose: __expose }) {
|
|
313
385
|
const proxyElement = vue.ref();
|
|
@@ -332,7 +404,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
|
332
404
|
}
|
|
333
405
|
});
|
|
334
406
|
const index_vue_vue_type_style_index_0_lang$l = "";
|
|
335
|
-
const _sfc_main$
|
|
407
|
+
const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
|
|
336
408
|
__name: "index",
|
|
337
409
|
props: {
|
|
338
410
|
defaultTime: {},
|
|
@@ -382,7 +454,7 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
382
454
|
}
|
|
383
455
|
});
|
|
384
456
|
const index_vue_vue_type_style_index_0_lang$k = "";
|
|
385
|
-
const _sfc_main$
|
|
457
|
+
const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
386
458
|
__name: "index",
|
|
387
459
|
setup(__props, { expose: __expose }) {
|
|
388
460
|
const proxyElement = vue.ref();
|
|
@@ -407,7 +479,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
|
407
479
|
}
|
|
408
480
|
});
|
|
409
481
|
const index_vue_vue_type_style_index_0_lang$j = "";
|
|
410
|
-
const _sfc_main$
|
|
482
|
+
const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
411
483
|
__name: "index",
|
|
412
484
|
setup(__props, { expose: __expose }) {
|
|
413
485
|
const proxyElement = vue.ref();
|
|
@@ -432,7 +504,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
432
504
|
}
|
|
433
505
|
});
|
|
434
506
|
const index_vue_vue_type_style_index_0_lang$i = "";
|
|
435
|
-
const _sfc_main$
|
|
507
|
+
const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
|
|
436
508
|
__name: "index",
|
|
437
509
|
setup(__props, { expose: __expose }) {
|
|
438
510
|
const attrs = vue.useAttrs();
|
|
@@ -457,7 +529,7 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
457
529
|
}
|
|
458
530
|
});
|
|
459
531
|
const index_vue_vue_type_style_index_0_lang$h = "";
|
|
460
|
-
const _sfc_main$
|
|
532
|
+
const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
461
533
|
__name: "index",
|
|
462
534
|
setup(__props, { expose: __expose }) {
|
|
463
535
|
const proxyElement = vue.ref();
|
|
@@ -489,7 +561,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
489
561
|
}
|
|
490
562
|
});
|
|
491
563
|
const index_vue_vue_type_style_index_0_lang$g = "";
|
|
492
|
-
const _sfc_main$
|
|
564
|
+
const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
|
|
493
565
|
__name: "index",
|
|
494
566
|
props: {
|
|
495
567
|
formatter: {
|
|
@@ -527,7 +599,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
|
527
599
|
};
|
|
528
600
|
}
|
|
529
601
|
});
|
|
530
|
-
const _sfc_main$
|
|
602
|
+
const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
531
603
|
__name: "index",
|
|
532
604
|
setup(__props, { expose: __expose }) {
|
|
533
605
|
const attrs = vue.useAttrs();
|
|
@@ -552,7 +624,7 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
|
552
624
|
}
|
|
553
625
|
});
|
|
554
626
|
const index_vue_vue_type_style_index_0_lang$f = "";
|
|
555
|
-
const _sfc_main$
|
|
627
|
+
const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
|
|
556
628
|
__name: "index",
|
|
557
629
|
setup(__props, { expose: __expose }) {
|
|
558
630
|
const attrs = vue.useAttrs();
|
|
@@ -560,12 +632,14 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
560
632
|
const proxyElement = vue.ref();
|
|
561
633
|
const expose = useExpose(proxyElement);
|
|
562
634
|
__expose(expose);
|
|
635
|
+
const injectedLocale = vue.inject(elementPlus.localeContextKey, {});
|
|
636
|
+
const locale = vue.computed(() => attrs.locale || injectedLocale.value);
|
|
563
637
|
const defaultAttrs = {
|
|
564
638
|
pageSizes: [20, 50, 100],
|
|
565
639
|
layout: "sizes,prev, pager, next,total"
|
|
566
640
|
};
|
|
567
641
|
return (_ctx, _cache) => {
|
|
568
|
-
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElPagination), vue.mergeProps({ ...defaultAttrs, ...vue.unref(attrs) }, {
|
|
642
|
+
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElPagination), vue.mergeProps({ ...defaultAttrs, ...vue.unref(attrs), locale: locale.value }, {
|
|
569
643
|
ref_key: "proxyElement",
|
|
570
644
|
ref: proxyElement
|
|
571
645
|
}), vue.createSlots({ _: 2 }, [
|
|
@@ -603,7 +677,7 @@ var _sfc_main197 = /* @__PURE__ */ vue.defineComponent({
|
|
|
603
677
|
}
|
|
604
678
|
}), picture_default = _sfc_main197;
|
|
605
679
|
const _hoisted_1 = { class: "error-slot" };
|
|
606
|
-
const _sfc_main$
|
|
680
|
+
const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
607
681
|
...{ inheritAttrs: false },
|
|
608
682
|
__name: "index",
|
|
609
683
|
props: {
|
|
@@ -676,7 +750,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
676
750
|
}
|
|
677
751
|
});
|
|
678
752
|
const index_vue_vue_type_style_index_0_lang$d = "";
|
|
679
|
-
const _sfc_main$
|
|
753
|
+
const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
680
754
|
__name: "index",
|
|
681
755
|
setup(__props, { expose: __expose }) {
|
|
682
756
|
const attrs = vue.useAttrs();
|
|
@@ -701,7 +775,7 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
701
775
|
}
|
|
702
776
|
});
|
|
703
777
|
const index_vue_vue_type_style_index_0_lang$c = "";
|
|
704
|
-
const _sfc_main$
|
|
778
|
+
const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
705
779
|
__name: "index",
|
|
706
780
|
setup(__props, { expose: __expose }) {
|
|
707
781
|
const attrs = vue.useAttrs();
|
|
@@ -726,7 +800,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
726
800
|
}
|
|
727
801
|
});
|
|
728
802
|
const index_vue_vue_type_style_index_0_lang$b = "";
|
|
729
|
-
const _sfc_main$
|
|
803
|
+
const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
|
|
730
804
|
__name: "index",
|
|
731
805
|
setup(__props, { expose: __expose }) {
|
|
732
806
|
const attrs = vue.useAttrs();
|
|
@@ -751,7 +825,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
|
751
825
|
}
|
|
752
826
|
});
|
|
753
827
|
const index_vue_vue_type_style_index_0_lang$a = "";
|
|
754
|
-
const _sfc_main$
|
|
828
|
+
const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
|
|
755
829
|
__name: "index",
|
|
756
830
|
setup(__props, { expose: __expose }) {
|
|
757
831
|
const attrs = vue.useAttrs();
|
|
@@ -776,7 +850,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
|
776
850
|
}
|
|
777
851
|
});
|
|
778
852
|
const index_vue_vue_type_style_index_0_lang$9 = "";
|
|
779
|
-
const _sfc_main$
|
|
853
|
+
const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
780
854
|
__name: "index",
|
|
781
855
|
setup(__props, { expose: __expose }) {
|
|
782
856
|
const proxyElement = vue.ref();
|
|
@@ -800,7 +874,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
800
874
|
}
|
|
801
875
|
});
|
|
802
876
|
const index_vue_vue_type_style_index_0_lang$8 = "";
|
|
803
|
-
const _sfc_main$
|
|
877
|
+
const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
804
878
|
__name: "index",
|
|
805
879
|
setup(__props, { expose: __expose }) {
|
|
806
880
|
const proxyElement = vue.ref();
|
|
@@ -826,7 +900,7 @@ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
|
|
|
826
900
|
}
|
|
827
901
|
});
|
|
828
902
|
const index_vue_vue_type_style_index_0_lang$7 = "";
|
|
829
|
-
const _sfc_main$
|
|
903
|
+
const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
830
904
|
__name: "index",
|
|
831
905
|
setup(__props, { expose: __expose }) {
|
|
832
906
|
const attrs = vue.useAttrs();
|
|
@@ -851,7 +925,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
|
851
925
|
}
|
|
852
926
|
});
|
|
853
927
|
const index_vue_vue_type_style_index_0_lang$6 = "";
|
|
854
|
-
const _sfc_main$
|
|
928
|
+
const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
855
929
|
__name: "index",
|
|
856
930
|
setup(__props, { expose: __expose }) {
|
|
857
931
|
const attrs = vue.useAttrs();
|
|
@@ -929,7 +1003,7 @@ const vLoading = {
|
|
|
929
1003
|
(_b = (_a = elementPlus.vLoading).unmounted) == null ? void 0 : _b.call(_a, el, binding, vnode, prevVnode);
|
|
930
1004
|
}
|
|
931
1005
|
};
|
|
932
|
-
const _sfc_main$
|
|
1006
|
+
const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
|
|
933
1007
|
__name: "index",
|
|
934
1008
|
setup(__props, { expose: __expose }) {
|
|
935
1009
|
const proxyElement = vue.ref();
|
|
@@ -955,7 +1029,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
955
1029
|
}
|
|
956
1030
|
});
|
|
957
1031
|
const index_vue_vue_type_style_index_0_lang$4 = "";
|
|
958
|
-
const _sfc_main$
|
|
1032
|
+
const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
|
|
959
1033
|
__name: "index",
|
|
960
1034
|
setup(__props, { expose: __expose }) {
|
|
961
1035
|
const proxyElement = vue.ref();
|
|
@@ -981,7 +1055,7 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
|
|
|
981
1055
|
}
|
|
982
1056
|
});
|
|
983
1057
|
const index_vue_vue_type_style_index_0_lang$3 = "";
|
|
984
|
-
const _sfc_main$
|
|
1058
|
+
const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
985
1059
|
__name: "index",
|
|
986
1060
|
setup(__props, { expose: __expose }) {
|
|
987
1061
|
const attrs = vue.useAttrs();
|
|
@@ -1006,7 +1080,127 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1006
1080
|
}
|
|
1007
1081
|
});
|
|
1008
1082
|
const index_vue_vue_type_style_index_0_lang$2 = "";
|
|
1009
|
-
const _sfc_main$
|
|
1083
|
+
const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
|
|
1084
|
+
__name: "index",
|
|
1085
|
+
setup(__props, { expose: __expose }) {
|
|
1086
|
+
const attrs = vue.useAttrs();
|
|
1087
|
+
const proxyElement = vue.ref();
|
|
1088
|
+
const expose = useExpose(proxyElement);
|
|
1089
|
+
__expose(expose);
|
|
1090
|
+
return (_ctx, _cache) => {
|
|
1091
|
+
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElTabPane), vue.mergeProps(vue.unref(attrs), {
|
|
1092
|
+
ref_key: "proxyElement",
|
|
1093
|
+
ref: proxyElement
|
|
1094
|
+
}), vue.createSlots({ _: 2 }, [
|
|
1095
|
+
vue.renderList(_ctx.$slots, (value, key) => {
|
|
1096
|
+
return {
|
|
1097
|
+
name: key,
|
|
1098
|
+
fn: vue.withCtx((slotProps) => [
|
|
1099
|
+
vue.renderSlot(_ctx.$slots, key, vue.mergeProps(slotProps, { key }))
|
|
1100
|
+
])
|
|
1101
|
+
};
|
|
1102
|
+
})
|
|
1103
|
+
]), 1040);
|
|
1104
|
+
};
|
|
1105
|
+
}
|
|
1106
|
+
});
|
|
1107
|
+
const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
|
|
1108
|
+
__name: "index",
|
|
1109
|
+
setup(__props, { expose: __expose }) {
|
|
1110
|
+
const attrs = vue.useAttrs();
|
|
1111
|
+
const proxyElement = vue.ref();
|
|
1112
|
+
const expose = useExpose(proxyElement);
|
|
1113
|
+
__expose(expose);
|
|
1114
|
+
return (_ctx, _cache) => {
|
|
1115
|
+
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElMenuItem), vue.mergeProps(vue.unref(attrs), {
|
|
1116
|
+
ref_key: "proxyElement",
|
|
1117
|
+
ref: proxyElement
|
|
1118
|
+
}), vue.createSlots({ _: 2 }, [
|
|
1119
|
+
vue.renderList(_ctx.$slots, (value, key) => {
|
|
1120
|
+
return {
|
|
1121
|
+
name: key,
|
|
1122
|
+
fn: vue.withCtx((slotProps) => [
|
|
1123
|
+
vue.renderSlot(_ctx.$slots, key, vue.mergeProps(slotProps, { key }))
|
|
1124
|
+
])
|
|
1125
|
+
};
|
|
1126
|
+
})
|
|
1127
|
+
]), 1040);
|
|
1128
|
+
};
|
|
1129
|
+
}
|
|
1130
|
+
});
|
|
1131
|
+
const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
1132
|
+
__name: "index",
|
|
1133
|
+
setup(__props, { expose: __expose }) {
|
|
1134
|
+
const attrs = vue.useAttrs();
|
|
1135
|
+
const proxyElement = vue.ref();
|
|
1136
|
+
const expose = useExpose(proxyElement);
|
|
1137
|
+
__expose(expose);
|
|
1138
|
+
return (_ctx, _cache) => {
|
|
1139
|
+
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElSubMenu), vue.mergeProps(vue.unref(attrs), {
|
|
1140
|
+
ref_key: "proxyElement",
|
|
1141
|
+
ref: proxyElement
|
|
1142
|
+
}), vue.createSlots({ _: 2 }, [
|
|
1143
|
+
vue.renderList(_ctx.$slots, (value, key) => {
|
|
1144
|
+
return {
|
|
1145
|
+
name: key,
|
|
1146
|
+
fn: vue.withCtx((slotProps) => [
|
|
1147
|
+
vue.renderSlot(_ctx.$slots, key, vue.mergeProps(slotProps, { key }))
|
|
1148
|
+
])
|
|
1149
|
+
};
|
|
1150
|
+
})
|
|
1151
|
+
]), 1040);
|
|
1152
|
+
};
|
|
1153
|
+
}
|
|
1154
|
+
});
|
|
1155
|
+
const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
1156
|
+
__name: "index",
|
|
1157
|
+
setup(__props, { expose: __expose }) {
|
|
1158
|
+
const attrs = vue.useAttrs();
|
|
1159
|
+
const proxyElement = vue.ref();
|
|
1160
|
+
const expose = useExpose(proxyElement);
|
|
1161
|
+
__expose(expose);
|
|
1162
|
+
return (_ctx, _cache) => {
|
|
1163
|
+
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElDropdownMenu), vue.mergeProps(vue.unref(attrs), {
|
|
1164
|
+
ref_key: "proxyElement",
|
|
1165
|
+
ref: proxyElement
|
|
1166
|
+
}), vue.createSlots({ _: 2 }, [
|
|
1167
|
+
vue.renderList(_ctx.$slots, (value, key) => {
|
|
1168
|
+
return {
|
|
1169
|
+
name: key,
|
|
1170
|
+
fn: vue.withCtx((slotProps) => [
|
|
1171
|
+
vue.renderSlot(_ctx.$slots, key, vue.mergeProps(slotProps, { key }))
|
|
1172
|
+
])
|
|
1173
|
+
};
|
|
1174
|
+
})
|
|
1175
|
+
]), 1040);
|
|
1176
|
+
};
|
|
1177
|
+
}
|
|
1178
|
+
});
|
|
1179
|
+
const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
|
|
1180
|
+
__name: "index",
|
|
1181
|
+
setup(__props, { expose: __expose }) {
|
|
1182
|
+
const attrs = vue.useAttrs();
|
|
1183
|
+
const proxyElement = vue.ref();
|
|
1184
|
+
const expose = useExpose(proxyElement);
|
|
1185
|
+
__expose(expose);
|
|
1186
|
+
return (_ctx, _cache) => {
|
|
1187
|
+
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElDropdownItem), vue.mergeProps(vue.unref(attrs), {
|
|
1188
|
+
ref_key: "proxyElement",
|
|
1189
|
+
ref: proxyElement
|
|
1190
|
+
}), vue.createSlots({ _: 2 }, [
|
|
1191
|
+
vue.renderList(_ctx.$slots, (value, key) => {
|
|
1192
|
+
return {
|
|
1193
|
+
name: key,
|
|
1194
|
+
fn: vue.withCtx((slotProps) => [
|
|
1195
|
+
vue.renderSlot(_ctx.$slots, key, vue.mergeProps(slotProps, { key }))
|
|
1196
|
+
])
|
|
1197
|
+
};
|
|
1198
|
+
})
|
|
1199
|
+
]), 1040);
|
|
1200
|
+
};
|
|
1201
|
+
}
|
|
1202
|
+
});
|
|
1203
|
+
const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
1010
1204
|
__name: "index",
|
|
1011
1205
|
setup(__props, { expose: __expose }) {
|
|
1012
1206
|
const attrs = vue.useAttrs();
|
|
@@ -1031,6 +1225,30 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
1031
1225
|
}
|
|
1032
1226
|
});
|
|
1033
1227
|
const index_vue_vue_type_style_index_0_lang$1 = "";
|
|
1228
|
+
const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
1229
|
+
__name: "index",
|
|
1230
|
+
setup(__props, { expose: __expose }) {
|
|
1231
|
+
const attrs = vue.useAttrs();
|
|
1232
|
+
const proxyElement = vue.ref();
|
|
1233
|
+
const expose = useExpose(proxyElement);
|
|
1234
|
+
__expose(expose);
|
|
1235
|
+
return (_ctx, _cache) => {
|
|
1236
|
+
return vue.openBlock(), vue.createBlock(vue.unref(elementPlus.ElCollapseItem), vue.mergeProps(vue.unref(attrs), {
|
|
1237
|
+
ref_key: "proxyElement",
|
|
1238
|
+
ref: proxyElement
|
|
1239
|
+
}), vue.createSlots({ _: 2 }, [
|
|
1240
|
+
vue.renderList(_ctx.$slots, (value, key) => {
|
|
1241
|
+
return {
|
|
1242
|
+
name: key,
|
|
1243
|
+
fn: vue.withCtx((slotProps) => [
|
|
1244
|
+
vue.renderSlot(_ctx.$slots, key, vue.mergeProps(slotProps, { key }))
|
|
1245
|
+
])
|
|
1246
|
+
};
|
|
1247
|
+
})
|
|
1248
|
+
]), 1040);
|
|
1249
|
+
};
|
|
1250
|
+
}
|
|
1251
|
+
});
|
|
1034
1252
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
1035
1253
|
__name: "index",
|
|
1036
1254
|
setup(__props, { expose: __expose }) {
|
|
@@ -1076,42 +1294,51 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
1076
1294
|
const index_vue_vue_type_style_index_0_lang = "";
|
|
1077
1295
|
const Adapter = {
|
|
1078
1296
|
// 基础组件
|
|
1079
|
-
ElButton: _sfc_main$
|
|
1080
|
-
ElTag: _sfc_main$
|
|
1297
|
+
ElButton: _sfc_main$E,
|
|
1298
|
+
ElTag: _sfc_main$D,
|
|
1081
1299
|
// 表单组件
|
|
1082
|
-
ElInput: _sfc_main$
|
|
1083
|
-
ElForm: _sfc_main$
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1300
|
+
ElInput: _sfc_main$C,
|
|
1301
|
+
ElForm: _sfc_main$B,
|
|
1302
|
+
ElFormItem: _sfc_main$A,
|
|
1303
|
+
ElSelect: _sfc_main$z,
|
|
1304
|
+
ElOption: _sfc_main$y,
|
|
1305
|
+
ElCheckbox: _sfc_main$x,
|
|
1306
|
+
ElRadio: _sfc_main$w,
|
|
1307
|
+
ElRadioGroup: _sfc_main$v,
|
|
1308
|
+
ElRadioButton: _sfc_main$u,
|
|
1309
|
+
ElSwitch: _sfc_main$t,
|
|
1310
|
+
ElCascader: _sfc_main$s,
|
|
1311
|
+
ElDatePicker: _sfc_main$r,
|
|
1312
|
+
ElTimePicker: _sfc_main$q,
|
|
1313
|
+
ElUpload: _sfc_main$p,
|
|
1314
|
+
ElTransfer: _sfc_main$o,
|
|
1094
1315
|
// 数据展示
|
|
1095
|
-
ElTable: _sfc_main$
|
|
1096
|
-
ElTableColumn: _sfc_main$
|
|
1097
|
-
ElTree: _sfc_main$
|
|
1098
|
-
ElPagination: _sfc_main$
|
|
1099
|
-
ElImage: _sfc_main$
|
|
1100
|
-
ElProgress: _sfc_main$
|
|
1101
|
-
ElBadge: _sfc_main$
|
|
1102
|
-
ElCard: _sfc_main$
|
|
1316
|
+
ElTable: _sfc_main$n,
|
|
1317
|
+
ElTableColumn: _sfc_main$m,
|
|
1318
|
+
ElTree: _sfc_main$l,
|
|
1319
|
+
ElPagination: _sfc_main$k,
|
|
1320
|
+
ElImage: _sfc_main$j,
|
|
1321
|
+
ElProgress: _sfc_main$i,
|
|
1322
|
+
ElBadge: _sfc_main$h,
|
|
1323
|
+
ElCard: _sfc_main$g,
|
|
1103
1324
|
// 反馈组件
|
|
1104
|
-
ElAlert: _sfc_main$
|
|
1105
|
-
ElDialog: _sfc_main$
|
|
1106
|
-
ElDrawer: _sfc_main$
|
|
1107
|
-
ElPopover: _sfc_main$
|
|
1108
|
-
ElTooltip: _sfc_main$
|
|
1325
|
+
ElAlert: _sfc_main$f,
|
|
1326
|
+
ElDialog: _sfc_main$e,
|
|
1327
|
+
ElDrawer: _sfc_main$d,
|
|
1328
|
+
ElPopover: _sfc_main$c,
|
|
1329
|
+
ElTooltip: _sfc_main$b,
|
|
1109
1330
|
// 导航组件
|
|
1110
|
-
ElMenu: _sfc_main$
|
|
1111
|
-
|
|
1112
|
-
|
|
1331
|
+
ElMenu: _sfc_main$a,
|
|
1332
|
+
ElMenuItem: _sfc_main$6,
|
|
1333
|
+
ElSubMenu: _sfc_main$5,
|
|
1334
|
+
ElDropdown: _sfc_main$9,
|
|
1335
|
+
ElDropdownMenu: _sfc_main$4,
|
|
1336
|
+
ElDropdownItem: _sfc_main$3,
|
|
1337
|
+
ElTabs: _sfc_main$8,
|
|
1338
|
+
ElTabPane: _sfc_main$7,
|
|
1113
1339
|
// 其他
|
|
1114
|
-
ElCollapse: _sfc_main$
|
|
1340
|
+
ElCollapse: _sfc_main$2,
|
|
1341
|
+
ElCollapseItem: _sfc_main$1,
|
|
1115
1342
|
ElPoper: _sfc_main
|
|
1116
1343
|
};
|
|
1117
1344
|
function adapterInstall(app) {
|