giime 0.5.2 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +44 -45
- package/es/components/src/base/checkbox/Checkbox.vue.d.ts +3 -3
- package/es/components/src/base/checkbox/index.d.ts +9 -9
- package/es/components/src/base/checkboxButton/CheckboxButton.vue.d.ts +3 -3
- package/es/components/src/base/checkboxButton/index.d.ts +9 -9
- package/es/components/src/base/radio/Radio.vue.d.ts +1 -1
- package/es/components/src/base/radio/index.d.ts +3 -3
- package/es/components/src/base/radioButton/RadioButton.vue.d.ts +1 -1
- package/es/components/src/base/radioButton/index.d.ts +3 -3
- package/es/components/src/base/tabPane/TabPane.vue.d.ts +3 -3
- package/es/components/src/base/tabPane/index.d.ts +9 -9
- package/es/components/src/base/tabs/Tabs.vue.d.ts +2 -2
- package/es/components/src/base/tabs/index.d.ts +6 -6
- package/es/components/src/base/tabs/tabs.d.ts +1 -1
- package/es/components/src/composite/operateButton/OperateButton.vue.d.ts +1 -1
- package/es/components/src/composite/operateButton/index.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/select/index.d.ts +1 -1
- package/es/components/src/composite/tablePro/TablePro.vue.d.ts +1 -1
- package/es/components/src/composite/tablePro/index.d.ts +3 -3
- package/es/constants/key.d.ts +2 -2
- package/es/constants/key.mjs.map +1 -1
- package/es/giime/index.mjs +1 -0
- package/es/giime/index.mjs.map +1 -1
- package/es/giime/version.d.ts +1 -1
- package/es/giime/version.mjs +1 -1
- package/es/giime/version.mjs.map +1 -1
- package/es/index.css +44 -45
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.mjs +1 -0
- package/es/utils/index.mjs.map +1 -1
- package/es/utils/src/tree.d.ts +12 -0
- package/es/utils/src/tree.mjs +19 -0
- package/es/utils/src/tree.mjs.map +1 -0
- package/lib/components/src/base/checkbox/Checkbox.vue.d.ts +3 -3
- package/lib/components/src/base/checkbox/index.d.ts +9 -9
- package/lib/components/src/base/checkboxButton/CheckboxButton.vue.d.ts +3 -3
- package/lib/components/src/base/checkboxButton/index.d.ts +9 -9
- package/lib/components/src/base/radio/Radio.vue.d.ts +1 -1
- package/lib/components/src/base/radio/index.d.ts +3 -3
- package/lib/components/src/base/radioButton/RadioButton.vue.d.ts +1 -1
- package/lib/components/src/base/radioButton/index.d.ts +3 -3
- package/lib/components/src/base/tabPane/TabPane.vue.d.ts +3 -3
- package/lib/components/src/base/tabPane/index.d.ts +9 -9
- package/lib/components/src/base/tabs/Tabs.vue.d.ts +2 -2
- package/lib/components/src/base/tabs/index.d.ts +6 -6
- package/lib/components/src/base/tabs/tabs.d.ts +1 -1
- package/lib/components/src/composite/operateButton/OperateButton.vue.d.ts +1 -1
- package/lib/components/src/composite/operateButton/index.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/select/index.d.ts +1 -1
- package/lib/components/src/composite/tablePro/TablePro.vue.d.ts +1 -1
- package/lib/components/src/composite/tablePro/index.d.ts +3 -3
- package/lib/constants/key.d.ts +2 -2
- package/lib/constants/key.js.map +1 -1
- package/lib/giime/index.js +6 -4
- package/lib/giime/index.js.map +1 -1
- package/lib/giime/version.d.ts +1 -1
- package/lib/giime/version.js +1 -1
- package/lib/giime/version.js.map +1 -1
- package/lib/index.css +44 -45
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/index.js +2 -0
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/src/tree.d.ts +12 -0
- package/lib/utils/src/tree.js +21 -0
- package/lib/utils/src/tree.js.map +1 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -777,6 +777,11 @@ video {
|
|
|
777
777
|
.gm-group:hover .group-hover\:gm-block {
|
|
778
778
|
display: block;
|
|
779
779
|
}
|
|
780
|
+
|
|
781
|
+
.gm-range-number .el-form-item[data-v-11c39847] {
|
|
782
|
+
margin: 0;
|
|
783
|
+
}
|
|
784
|
+
|
|
780
785
|
[data-v-7c80c3b6] .el-upload-dragger {
|
|
781
786
|
padding: 10px;
|
|
782
787
|
border: none;
|
|
@@ -793,29 +798,6 @@ video {
|
|
|
793
798
|
align-items: center;
|
|
794
799
|
justify-content: center;
|
|
795
800
|
}
|
|
796
|
-
.gm-upload-material .el-overlay-dialog {
|
|
797
|
-
display: flex;
|
|
798
|
-
align-items: center;
|
|
799
|
-
justify-content: center;
|
|
800
|
-
}
|
|
801
|
-
.gm-upload-material .el-dialog {
|
|
802
|
-
margin: 0;
|
|
803
|
-
}
|
|
804
|
-
.gm-upload-material .el-dialog__body {
|
|
805
|
-
max-height: calc(100vh - 100px);
|
|
806
|
-
overflow-y: auto;
|
|
807
|
-
}
|
|
808
|
-
.gm-upload-material .el-dialog__body video,
|
|
809
|
-
.gm-upload-material .el-dialog__body img {
|
|
810
|
-
max-height: calc(100vh - 150px);
|
|
811
|
-
}
|
|
812
|
-
.gm-flex-center[data-v-2a79bac9] {
|
|
813
|
-
align-items: center;
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
.gm-flex-justify-between[data-v-2a79bac9] {
|
|
817
|
-
justify-content: space-between;
|
|
818
|
-
}
|
|
819
801
|
.circular[data-v-b391445c] {
|
|
820
802
|
animation: loading-rotate-b391445c 2s linear infinite;
|
|
821
803
|
}
|
|
@@ -847,11 +829,47 @@ video {
|
|
|
847
829
|
stroke-dashoffset: -120px;
|
|
848
830
|
}
|
|
849
831
|
}
|
|
850
|
-
|
|
851
|
-
|
|
832
|
+
.gm-upload-material .el-overlay-dialog {
|
|
833
|
+
display: flex;
|
|
834
|
+
align-items: center;
|
|
835
|
+
justify-content: center;
|
|
836
|
+
}
|
|
837
|
+
.gm-upload-material .el-dialog {
|
|
852
838
|
margin: 0;
|
|
853
|
-
}
|
|
839
|
+
}
|
|
840
|
+
.gm-upload-material .el-dialog__body {
|
|
841
|
+
max-height: calc(100vh - 100px);
|
|
842
|
+
overflow-y: auto;
|
|
843
|
+
}
|
|
844
|
+
.gm-upload-material .el-dialog__body video,
|
|
845
|
+
.gm-upload-material .el-dialog__body img {
|
|
846
|
+
max-height: calc(100vh - 150px);
|
|
847
|
+
}
|
|
848
|
+
.gm-number-interval-single[data-v-47a13fd0] {
|
|
849
|
+
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
850
|
+
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
851
|
+
background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
|
|
852
|
+
}
|
|
853
|
+
.gm-number-interval-single[data-v-47a13fd0] [data-v-47a13fd0] .el-input__wrapper {
|
|
854
|
+
box-shadow: none;
|
|
855
|
+
background: none;
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
.gm-number-interval-close[data-v-47a13fd0] {
|
|
859
|
+
display: none;
|
|
860
|
+
color: var(--el-input-icon-color, var(--el-text-color-placeholder));
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
.gm-number-interval-single[data-v-47a13fd0]:hover .gm-number-interval-close[data-v-47a13fd0] {
|
|
864
|
+
display: flex;
|
|
865
|
+
}
|
|
866
|
+
.gm-flex-center[data-v-2a79bac9] {
|
|
867
|
+
align-items: center;
|
|
868
|
+
}
|
|
854
869
|
|
|
870
|
+
.gm-flex-justify-between[data-v-2a79bac9] {
|
|
871
|
+
justify-content: space-between;
|
|
872
|
+
}
|
|
855
873
|
[data-v-7b6755e2] .gmSearchForm .el-form-item {
|
|
856
874
|
margin-right: 0;
|
|
857
875
|
margin-bottom: 4px;
|
|
@@ -887,22 +905,3 @@ video {
|
|
|
887
905
|
.pagination-container.hidden[data-v-19230954] {
|
|
888
906
|
display: none;
|
|
889
907
|
}
|
|
890
|
-
|
|
891
|
-
.gm-number-interval-single[data-v-47a13fd0] {
|
|
892
|
-
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
893
|
-
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
894
|
-
background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
|
|
895
|
-
}
|
|
896
|
-
.gm-number-interval-single[data-v-47a13fd0] [data-v-47a13fd0] .el-input__wrapper {
|
|
897
|
-
box-shadow: none;
|
|
898
|
-
background: none;
|
|
899
|
-
}
|
|
900
|
-
|
|
901
|
-
.gm-number-interval-close[data-v-47a13fd0] {
|
|
902
|
-
display: none;
|
|
903
|
-
color: var(--el-input-icon-color, var(--el-text-color-placeholder));
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
.gm-number-interval-single[data-v-47a13fd0]:hover .gm-number-interval-close[data-v-47a13fd0] {
|
|
907
|
-
display: flex;
|
|
908
|
-
}
|
|
@@ -80,8 +80,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
80
80
|
readonly size?: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
81
81
|
readonly id?: string | undefined;
|
|
82
82
|
readonly value?: string | number | boolean | Record<string, any> | undefined;
|
|
83
|
-
readonly modelValue?: string | number | boolean | undefined;
|
|
84
83
|
readonly label?: string | number | boolean | Record<string, any> | undefined;
|
|
84
|
+
readonly modelValue?: string | number | boolean | undefined;
|
|
85
85
|
readonly ariaControls?: string | undefined;
|
|
86
86
|
readonly trueValue?: string | number | undefined;
|
|
87
87
|
readonly falseValue?: string | number | undefined;
|
|
@@ -146,7 +146,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
146
146
|
}>> & {
|
|
147
147
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
148
148
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
149
|
-
}, "name" | "border" | "disabled" | "id" | "value" | "
|
|
149
|
+
}, "name" | "border" | "disabled" | "id" | "value" | "label" | "modelValue" | "validateEvent" | "checked" | "indeterminate" | "trueValue" | "falseValue" | "trueLabel" | "falseLabel">;
|
|
150
150
|
$attrs: {
|
|
151
151
|
[x: string]: unknown;
|
|
152
152
|
};
|
|
@@ -380,8 +380,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
380
380
|
disabled: boolean;
|
|
381
381
|
id: string;
|
|
382
382
|
value: string | number | boolean | Record<string, any>;
|
|
383
|
-
modelValue: string | number | boolean;
|
|
384
383
|
label: string | number | boolean | Record<string, any>;
|
|
384
|
+
modelValue: string | number | boolean;
|
|
385
385
|
validateEvent: boolean;
|
|
386
386
|
checked: boolean;
|
|
387
387
|
indeterminate: boolean;
|
|
@@ -85,8 +85,8 @@ export declare const GmCheckbox: import("../../../../utils").SFCWithInstall<{
|
|
|
85
85
|
readonly size?: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
86
86
|
readonly id?: string | undefined;
|
|
87
87
|
readonly value?: string | number | boolean | Record<string, any> | undefined;
|
|
88
|
-
readonly modelValue?: string | number | boolean | undefined;
|
|
89
88
|
readonly label?: string | number | boolean | Record<string, any> | undefined;
|
|
89
|
+
readonly modelValue?: string | number | boolean | undefined;
|
|
90
90
|
readonly ariaControls?: string | undefined;
|
|
91
91
|
readonly trueValue?: string | number | undefined;
|
|
92
92
|
readonly falseValue?: string | number | undefined;
|
|
@@ -151,7 +151,7 @@ export declare const GmCheckbox: import("../../../../utils").SFCWithInstall<{
|
|
|
151
151
|
}>> & {
|
|
152
152
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
153
153
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
154
|
-
}, "name" | "border" | "disabled" | "id" | "value" | "
|
|
154
|
+
}, "name" | "border" | "disabled" | "id" | "value" | "label" | "modelValue" | "validateEvent" | "checked" | "indeterminate" | "trueValue" | "falseValue" | "trueLabel" | "falseLabel">;
|
|
155
155
|
$attrs: {
|
|
156
156
|
[x: string]: unknown;
|
|
157
157
|
};
|
|
@@ -385,8 +385,8 @@ export declare const GmCheckbox: import("../../../../utils").SFCWithInstall<{
|
|
|
385
385
|
disabled: boolean;
|
|
386
386
|
id: string;
|
|
387
387
|
value: string | number | boolean | Record<string, any>;
|
|
388
|
-
modelValue: string | number | boolean;
|
|
389
388
|
label: string | number | boolean | Record<string, any>;
|
|
389
|
+
modelValue: string | number | boolean;
|
|
390
390
|
validateEvent: boolean;
|
|
391
391
|
checked: boolean;
|
|
392
392
|
indeterminate: boolean;
|
|
@@ -486,8 +486,8 @@ export declare const GmCheckbox: import("../../../../utils").SFCWithInstall<{
|
|
|
486
486
|
readonly size?: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
487
487
|
readonly id?: string | undefined;
|
|
488
488
|
readonly value?: string | number | boolean | Record<string, any> | undefined;
|
|
489
|
-
readonly modelValue?: string | number | boolean | undefined;
|
|
490
489
|
readonly label?: string | number | boolean | Record<string, any> | undefined;
|
|
490
|
+
readonly modelValue?: string | number | boolean | undefined;
|
|
491
491
|
readonly ariaControls?: string | undefined;
|
|
492
492
|
readonly trueValue?: string | number | undefined;
|
|
493
493
|
readonly falseValue?: string | number | undefined;
|
|
@@ -552,7 +552,7 @@ export declare const GmCheckbox: import("../../../../utils").SFCWithInstall<{
|
|
|
552
552
|
}>> & {
|
|
553
553
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
554
554
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
555
|
-
}, "name" | "border" | "disabled" | "id" | "value" | "
|
|
555
|
+
}, "name" | "border" | "disabled" | "id" | "value" | "label" | "modelValue" | "validateEvent" | "checked" | "indeterminate" | "trueValue" | "falseValue" | "trueLabel" | "falseLabel">;
|
|
556
556
|
$attrs: {
|
|
557
557
|
[x: string]: unknown;
|
|
558
558
|
};
|
|
@@ -727,8 +727,8 @@ export declare const GmCheckbox: import("../../../../utils").SFCWithInstall<{
|
|
|
727
727
|
disabled: boolean;
|
|
728
728
|
id: string;
|
|
729
729
|
value: string | number | boolean | Record<string, any>;
|
|
730
|
-
modelValue: string | number | boolean;
|
|
731
730
|
label: string | number | boolean | Record<string, any>;
|
|
731
|
+
modelValue: string | number | boolean;
|
|
732
732
|
validateEvent: boolean;
|
|
733
733
|
checked: boolean;
|
|
734
734
|
indeterminate: boolean;
|
|
@@ -825,8 +825,8 @@ export declare const GmCheckbox: import("../../../../utils").SFCWithInstall<{
|
|
|
825
825
|
readonly size?: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
826
826
|
readonly id?: string | undefined;
|
|
827
827
|
readonly value?: string | number | boolean | Record<string, any> | undefined;
|
|
828
|
-
readonly modelValue?: string | number | boolean | undefined;
|
|
829
828
|
readonly label?: string | number | boolean | Record<string, any> | undefined;
|
|
829
|
+
readonly modelValue?: string | number | boolean | undefined;
|
|
830
830
|
readonly ariaControls?: string | undefined;
|
|
831
831
|
readonly trueValue?: string | number | undefined;
|
|
832
832
|
readonly falseValue?: string | number | undefined;
|
|
@@ -891,7 +891,7 @@ export declare const GmCheckbox: import("../../../../utils").SFCWithInstall<{
|
|
|
891
891
|
}>> & {
|
|
892
892
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
893
893
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
894
|
-
}, "name" | "border" | "disabled" | "id" | "value" | "
|
|
894
|
+
}, "name" | "border" | "disabled" | "id" | "value" | "label" | "modelValue" | "validateEvent" | "checked" | "indeterminate" | "trueValue" | "falseValue" | "trueLabel" | "falseLabel">;
|
|
895
895
|
$attrs: {
|
|
896
896
|
[x: string]: unknown;
|
|
897
897
|
};
|
|
@@ -1069,8 +1069,8 @@ export declare const GmCheckbox: import("../../../../utils").SFCWithInstall<{
|
|
|
1069
1069
|
disabled: boolean;
|
|
1070
1070
|
id: string;
|
|
1071
1071
|
value: string | number | boolean | Record<string, any>;
|
|
1072
|
-
modelValue: string | number | boolean;
|
|
1073
1072
|
label: string | number | boolean | Record<string, any>;
|
|
1073
|
+
modelValue: string | number | boolean;
|
|
1074
1074
|
validateEvent: boolean;
|
|
1075
1075
|
checked: boolean;
|
|
1076
1076
|
indeterminate: boolean;
|
|
@@ -80,8 +80,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
80
80
|
readonly size?: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
81
81
|
readonly id?: string | undefined;
|
|
82
82
|
readonly value?: string | number | boolean | Record<string, any> | undefined;
|
|
83
|
-
readonly modelValue?: string | number | boolean | undefined;
|
|
84
83
|
readonly label?: string | number | boolean | Record<string, any> | undefined;
|
|
84
|
+
readonly modelValue?: string | number | boolean | undefined;
|
|
85
85
|
readonly ariaControls?: string | undefined;
|
|
86
86
|
readonly trueValue?: string | number | undefined;
|
|
87
87
|
readonly falseValue?: string | number | undefined;
|
|
@@ -146,7 +146,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
146
146
|
}>> & {
|
|
147
147
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
148
148
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
149
|
-
}, "name" | "border" | "disabled" | "id" | "value" | "
|
|
149
|
+
}, "name" | "border" | "disabled" | "id" | "value" | "label" | "modelValue" | "validateEvent" | "checked" | "indeterminate" | "trueValue" | "falseValue" | "trueLabel" | "falseLabel">;
|
|
150
150
|
$attrs: {
|
|
151
151
|
[x: string]: unknown;
|
|
152
152
|
};
|
|
@@ -380,8 +380,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
380
380
|
disabled: boolean;
|
|
381
381
|
id: string;
|
|
382
382
|
value: string | number | boolean | Record<string, any>;
|
|
383
|
-
modelValue: string | number | boolean;
|
|
384
383
|
label: string | number | boolean | Record<string, any>;
|
|
384
|
+
modelValue: string | number | boolean;
|
|
385
385
|
validateEvent: boolean;
|
|
386
386
|
checked: boolean;
|
|
387
387
|
indeterminate: boolean;
|
|
@@ -85,8 +85,8 @@ export declare const GmCheckboxButton: import("../../../../utils").SFCWithInstal
|
|
|
85
85
|
readonly size?: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
86
86
|
readonly id?: string | undefined;
|
|
87
87
|
readonly value?: string | number | boolean | Record<string, any> | undefined;
|
|
88
|
-
readonly modelValue?: string | number | boolean | undefined;
|
|
89
88
|
readonly label?: string | number | boolean | Record<string, any> | undefined;
|
|
89
|
+
readonly modelValue?: string | number | boolean | undefined;
|
|
90
90
|
readonly ariaControls?: string | undefined;
|
|
91
91
|
readonly trueValue?: string | number | undefined;
|
|
92
92
|
readonly falseValue?: string | number | undefined;
|
|
@@ -151,7 +151,7 @@ export declare const GmCheckboxButton: import("../../../../utils").SFCWithInstal
|
|
|
151
151
|
}>> & {
|
|
152
152
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
153
153
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
154
|
-
}, "name" | "border" | "disabled" | "id" | "value" | "
|
|
154
|
+
}, "name" | "border" | "disabled" | "id" | "value" | "label" | "modelValue" | "validateEvent" | "checked" | "indeterminate" | "trueValue" | "falseValue" | "trueLabel" | "falseLabel">;
|
|
155
155
|
$attrs: {
|
|
156
156
|
[x: string]: unknown;
|
|
157
157
|
};
|
|
@@ -385,8 +385,8 @@ export declare const GmCheckboxButton: import("../../../../utils").SFCWithInstal
|
|
|
385
385
|
disabled: boolean;
|
|
386
386
|
id: string;
|
|
387
387
|
value: string | number | boolean | Record<string, any>;
|
|
388
|
-
modelValue: string | number | boolean;
|
|
389
388
|
label: string | number | boolean | Record<string, any>;
|
|
389
|
+
modelValue: string | number | boolean;
|
|
390
390
|
validateEvent: boolean;
|
|
391
391
|
checked: boolean;
|
|
392
392
|
indeterminate: boolean;
|
|
@@ -486,8 +486,8 @@ export declare const GmCheckboxButton: import("../../../../utils").SFCWithInstal
|
|
|
486
486
|
readonly size?: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
487
487
|
readonly id?: string | undefined;
|
|
488
488
|
readonly value?: string | number | boolean | Record<string, any> | undefined;
|
|
489
|
-
readonly modelValue?: string | number | boolean | undefined;
|
|
490
489
|
readonly label?: string | number | boolean | Record<string, any> | undefined;
|
|
490
|
+
readonly modelValue?: string | number | boolean | undefined;
|
|
491
491
|
readonly ariaControls?: string | undefined;
|
|
492
492
|
readonly trueValue?: string | number | undefined;
|
|
493
493
|
readonly falseValue?: string | number | undefined;
|
|
@@ -552,7 +552,7 @@ export declare const GmCheckboxButton: import("../../../../utils").SFCWithInstal
|
|
|
552
552
|
}>> & {
|
|
553
553
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
554
554
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
555
|
-
}, "name" | "border" | "disabled" | "id" | "value" | "
|
|
555
|
+
}, "name" | "border" | "disabled" | "id" | "value" | "label" | "modelValue" | "validateEvent" | "checked" | "indeterminate" | "trueValue" | "falseValue" | "trueLabel" | "falseLabel">;
|
|
556
556
|
$attrs: {
|
|
557
557
|
[x: string]: unknown;
|
|
558
558
|
};
|
|
@@ -727,8 +727,8 @@ export declare const GmCheckboxButton: import("../../../../utils").SFCWithInstal
|
|
|
727
727
|
disabled: boolean;
|
|
728
728
|
id: string;
|
|
729
729
|
value: string | number | boolean | Record<string, any>;
|
|
730
|
-
modelValue: string | number | boolean;
|
|
731
730
|
label: string | number | boolean | Record<string, any>;
|
|
731
|
+
modelValue: string | number | boolean;
|
|
732
732
|
validateEvent: boolean;
|
|
733
733
|
checked: boolean;
|
|
734
734
|
indeterminate: boolean;
|
|
@@ -825,8 +825,8 @@ export declare const GmCheckboxButton: import("../../../../utils").SFCWithInstal
|
|
|
825
825
|
readonly size?: import("element-plus/es/utils/index.js").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never> | undefined;
|
|
826
826
|
readonly id?: string | undefined;
|
|
827
827
|
readonly value?: string | number | boolean | Record<string, any> | undefined;
|
|
828
|
-
readonly modelValue?: string | number | boolean | undefined;
|
|
829
828
|
readonly label?: string | number | boolean | Record<string, any> | undefined;
|
|
829
|
+
readonly modelValue?: string | number | boolean | undefined;
|
|
830
830
|
readonly ariaControls?: string | undefined;
|
|
831
831
|
readonly trueValue?: string | number | undefined;
|
|
832
832
|
readonly falseValue?: string | number | undefined;
|
|
@@ -891,7 +891,7 @@ export declare const GmCheckboxButton: import("../../../../utils").SFCWithInstal
|
|
|
891
891
|
}>> & {
|
|
892
892
|
"onUpdate:modelValue"?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
893
893
|
onChange?: ((val: import("element-plus").CheckboxValueType) => any) | undefined;
|
|
894
|
-
}, "name" | "border" | "disabled" | "id" | "value" | "
|
|
894
|
+
}, "name" | "border" | "disabled" | "id" | "value" | "label" | "modelValue" | "validateEvent" | "checked" | "indeterminate" | "trueValue" | "falseValue" | "trueLabel" | "falseLabel">;
|
|
895
895
|
$attrs: {
|
|
896
896
|
[x: string]: unknown;
|
|
897
897
|
};
|
|
@@ -1069,8 +1069,8 @@ export declare const GmCheckboxButton: import("../../../../utils").SFCWithInstal
|
|
|
1069
1069
|
disabled: boolean;
|
|
1070
1070
|
id: string;
|
|
1071
1071
|
value: string | number | boolean | Record<string, any>;
|
|
1072
|
-
modelValue: string | number | boolean;
|
|
1073
1072
|
label: string | number | boolean | Record<string, any>;
|
|
1073
|
+
modelValue: string | number | boolean;
|
|
1074
1074
|
validateEvent: boolean;
|
|
1075
1075
|
checked: boolean;
|
|
1076
1076
|
indeterminate: boolean;
|
|
@@ -35,8 +35,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
35
35
|
border: boolean;
|
|
36
36
|
disabled: boolean;
|
|
37
37
|
value: import("element-plus/es/utils").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
38
|
-
modelValue: import("element-plus/es/utils").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
39
38
|
label: import("element-plus/es/utils").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
39
|
+
modelValue: import("element-plus/es/utils").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
40
40
|
}, {}>, {
|
|
41
41
|
default?(_: {}): any;
|
|
42
42
|
}>;
|
|
@@ -40,8 +40,8 @@ export declare const GmRadio: import("../../../../utils").SFCWithInstall<{
|
|
|
40
40
|
border: boolean;
|
|
41
41
|
disabled: boolean;
|
|
42
42
|
value: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
43
|
-
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
44
43
|
label: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
44
|
+
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
45
45
|
}, true, {}, {}, {
|
|
46
46
|
P: {};
|
|
47
47
|
B: {};
|
|
@@ -70,8 +70,8 @@ export declare const GmRadio: import("../../../../utils").SFCWithInstall<{
|
|
|
70
70
|
border: boolean;
|
|
71
71
|
disabled: boolean;
|
|
72
72
|
value: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
73
|
-
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
74
73
|
label: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
74
|
+
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
75
75
|
}>;
|
|
76
76
|
__isFragment?: undefined;
|
|
77
77
|
__isTeleport?: undefined;
|
|
@@ -100,8 +100,8 @@ export declare const GmRadio: import("../../../../utils").SFCWithInstall<{
|
|
|
100
100
|
border: boolean;
|
|
101
101
|
disabled: boolean;
|
|
102
102
|
value: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
103
|
-
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
104
103
|
label: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
104
|
+
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
105
105
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
106
106
|
$slots: {
|
|
107
107
|
default?(_: {}): any;
|
|
@@ -26,8 +26,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
26
26
|
name: string;
|
|
27
27
|
disabled: boolean;
|
|
28
28
|
value: import("element-plus/es/utils").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
29
|
-
modelValue: import("element-plus/es/utils").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
30
29
|
label: import("element-plus/es/utils").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
30
|
+
modelValue: import("element-plus/es/utils").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
31
31
|
}, {}>, {
|
|
32
32
|
default?(_: {}): any;
|
|
33
33
|
}>;
|
|
@@ -28,8 +28,8 @@ export declare const GmRadioButton: import("../../../../utils").SFCWithInstall<{
|
|
|
28
28
|
name: string;
|
|
29
29
|
disabled: boolean;
|
|
30
30
|
value: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
31
|
-
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
32
31
|
label: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
32
|
+
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
33
33
|
}, true, {}, {}, {
|
|
34
34
|
P: {};
|
|
35
35
|
B: {};
|
|
@@ -53,8 +53,8 @@ export declare const GmRadioButton: import("../../../../utils").SFCWithInstall<{
|
|
|
53
53
|
name: string;
|
|
54
54
|
disabled: boolean;
|
|
55
55
|
value: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
56
|
-
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
57
56
|
label: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
57
|
+
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
58
58
|
}>;
|
|
59
59
|
__isFragment?: undefined;
|
|
60
60
|
__isTeleport?: undefined;
|
|
@@ -75,8 +75,8 @@ export declare const GmRadioButton: import("../../../../utils").SFCWithInstall<{
|
|
|
75
75
|
name: string;
|
|
76
76
|
disabled: boolean;
|
|
77
77
|
value: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
78
|
-
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
79
78
|
label: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
79
|
+
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
80
80
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
81
81
|
$slots: {
|
|
82
82
|
default?(_: {}): any;
|
|
@@ -20,8 +20,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
20
20
|
readonly lazy: boolean;
|
|
21
21
|
}> & Omit<{
|
|
22
22
|
readonly disabled: boolean;
|
|
23
|
-
readonly closable: boolean;
|
|
24
23
|
readonly label: string;
|
|
24
|
+
readonly closable: boolean;
|
|
25
25
|
readonly lazy: boolean;
|
|
26
26
|
readonly name?: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
27
27
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -35,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
35
35
|
readonly closable: BooleanConstructor;
|
|
36
36
|
readonly disabled: BooleanConstructor;
|
|
37
37
|
readonly lazy: BooleanConstructor;
|
|
38
|
-
}>>, "disabled" | "
|
|
38
|
+
}>>, "disabled" | "label" | "closable" | "lazy">;
|
|
39
39
|
$attrs: {
|
|
40
40
|
[x: string]: unknown;
|
|
41
41
|
};
|
|
@@ -114,8 +114,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
114
114
|
lazy: BooleanConstructor;
|
|
115
115
|
}>>, {
|
|
116
116
|
disabled: boolean;
|
|
117
|
-
closable: boolean;
|
|
118
117
|
label: string;
|
|
118
|
+
closable: boolean;
|
|
119
119
|
lazy: boolean;
|
|
120
120
|
}, {}>, {
|
|
121
121
|
default?(_: {}): any;
|
|
@@ -22,8 +22,8 @@ export declare const GmTabPane: import("../../../../utils").SFCWithInstall<{
|
|
|
22
22
|
readonly lazy: boolean;
|
|
23
23
|
}> & Omit<{
|
|
24
24
|
readonly disabled: boolean;
|
|
25
|
-
readonly closable: boolean;
|
|
26
25
|
readonly label: string;
|
|
26
|
+
readonly closable: boolean;
|
|
27
27
|
readonly lazy: boolean;
|
|
28
28
|
readonly name?: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
29
29
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -37,7 +37,7 @@ export declare const GmTabPane: import("../../../../utils").SFCWithInstall<{
|
|
|
37
37
|
readonly closable: BooleanConstructor;
|
|
38
38
|
readonly disabled: BooleanConstructor;
|
|
39
39
|
readonly lazy: BooleanConstructor;
|
|
40
|
-
}>>, "disabled" | "
|
|
40
|
+
}>>, "disabled" | "label" | "closable" | "lazy">;
|
|
41
41
|
$attrs: {
|
|
42
42
|
[x: string]: unknown;
|
|
43
43
|
};
|
|
@@ -116,8 +116,8 @@ export declare const GmTabPane: import("../../../../utils").SFCWithInstall<{
|
|
|
116
116
|
lazy: BooleanConstructor;
|
|
117
117
|
}>>, {
|
|
118
118
|
disabled: boolean;
|
|
119
|
-
closable: boolean;
|
|
120
119
|
label: string;
|
|
120
|
+
closable: boolean;
|
|
121
121
|
lazy: boolean;
|
|
122
122
|
}, true, {}, {}, {
|
|
123
123
|
P: {};
|
|
@@ -148,8 +148,8 @@ export declare const GmTabPane: import("../../../../utils").SFCWithInstall<{
|
|
|
148
148
|
readonly lazy: boolean;
|
|
149
149
|
}> & Omit<{
|
|
150
150
|
readonly disabled: boolean;
|
|
151
|
-
readonly closable: boolean;
|
|
152
151
|
readonly label: string;
|
|
152
|
+
readonly closable: boolean;
|
|
153
153
|
readonly lazy: boolean;
|
|
154
154
|
readonly name?: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
155
155
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -163,7 +163,7 @@ export declare const GmTabPane: import("../../../../utils").SFCWithInstall<{
|
|
|
163
163
|
readonly closable: BooleanConstructor;
|
|
164
164
|
readonly disabled: BooleanConstructor;
|
|
165
165
|
readonly lazy: BooleanConstructor;
|
|
166
|
-
}>>, "disabled" | "
|
|
166
|
+
}>>, "disabled" | "label" | "closable" | "lazy">;
|
|
167
167
|
$attrs: {
|
|
168
168
|
[x: string]: unknown;
|
|
169
169
|
};
|
|
@@ -231,8 +231,8 @@ export declare const GmTabPane: import("../../../../utils").SFCWithInstall<{
|
|
|
231
231
|
}) | undefined>;
|
|
232
232
|
}, {}, {}, {}, {
|
|
233
233
|
disabled: boolean;
|
|
234
|
-
closable: boolean;
|
|
235
234
|
label: string;
|
|
235
|
+
closable: boolean;
|
|
236
236
|
lazy: boolean;
|
|
237
237
|
}>;
|
|
238
238
|
__isFragment?: undefined;
|
|
@@ -260,8 +260,8 @@ export declare const GmTabPane: import("../../../../utils").SFCWithInstall<{
|
|
|
260
260
|
readonly lazy: boolean;
|
|
261
261
|
}> & Omit<{
|
|
262
262
|
readonly disabled: boolean;
|
|
263
|
-
readonly closable: boolean;
|
|
264
263
|
readonly label: string;
|
|
264
|
+
readonly closable: boolean;
|
|
265
265
|
readonly lazy: boolean;
|
|
266
266
|
readonly name?: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
267
267
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
@@ -275,7 +275,7 @@ export declare const GmTabPane: import("../../../../utils").SFCWithInstall<{
|
|
|
275
275
|
readonly closable: BooleanConstructor;
|
|
276
276
|
readonly disabled: BooleanConstructor;
|
|
277
277
|
readonly lazy: BooleanConstructor;
|
|
278
|
-
}>>, "disabled" | "
|
|
278
|
+
}>>, "disabled" | "label" | "closable" | "lazy">;
|
|
279
279
|
$attrs: {
|
|
280
280
|
[x: string]: unknown;
|
|
281
281
|
};
|
|
@@ -343,8 +343,8 @@ export declare const GmTabPane: import("../../../../utils").SFCWithInstall<{
|
|
|
343
343
|
}) | undefined>;
|
|
344
344
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
345
345
|
disabled: boolean;
|
|
346
|
-
closable: boolean;
|
|
347
346
|
label: string;
|
|
347
|
+
closable: boolean;
|
|
348
348
|
lazy: boolean;
|
|
349
349
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
350
350
|
$slots: {
|
|
@@ -29,8 +29,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
29
29
|
}>;
|
|
30
30
|
props: {
|
|
31
31
|
readonly disabled: boolean;
|
|
32
|
-
readonly closable: boolean;
|
|
33
32
|
readonly label: string;
|
|
33
|
+
readonly closable: boolean;
|
|
34
34
|
readonly lazy: boolean;
|
|
35
35
|
readonly name?: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
36
36
|
};
|
|
@@ -74,8 +74,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
74
74
|
}>;
|
|
75
75
|
props: {
|
|
76
76
|
readonly disabled: boolean;
|
|
77
|
-
readonly closable: boolean;
|
|
78
77
|
readonly label: string;
|
|
78
|
+
readonly closable: boolean;
|
|
79
79
|
readonly lazy: boolean;
|
|
80
80
|
readonly name?: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
81
81
|
};
|
|
@@ -31,8 +31,8 @@ export declare const GmTabs: import("../../../../utils").SFCWithInstall<{
|
|
|
31
31
|
}>;
|
|
32
32
|
props: {
|
|
33
33
|
readonly disabled: boolean;
|
|
34
|
-
readonly closable: boolean;
|
|
35
34
|
readonly label: string;
|
|
35
|
+
readonly closable: boolean;
|
|
36
36
|
readonly lazy: boolean;
|
|
37
37
|
readonly name?: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
38
38
|
};
|
|
@@ -54,8 +54,8 @@ export declare const GmTabs: import("../../../../utils").SFCWithInstall<{
|
|
|
54
54
|
}>;
|
|
55
55
|
props: {
|
|
56
56
|
readonly disabled: boolean;
|
|
57
|
-
readonly closable: boolean;
|
|
58
57
|
readonly label: string;
|
|
58
|
+
readonly closable: boolean;
|
|
59
59
|
readonly lazy: boolean;
|
|
60
60
|
readonly name?: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
61
61
|
};
|
|
@@ -99,8 +99,8 @@ export declare const GmTabs: import("../../../../utils").SFCWithInstall<{
|
|
|
99
99
|
}>;
|
|
100
100
|
props: {
|
|
101
101
|
readonly disabled: boolean;
|
|
102
|
-
readonly closable: boolean;
|
|
103
102
|
readonly label: string;
|
|
103
|
+
readonly closable: boolean;
|
|
104
104
|
readonly lazy: boolean;
|
|
105
105
|
readonly name?: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
106
106
|
};
|
|
@@ -159,8 +159,8 @@ export declare const GmTabs: import("../../../../utils").SFCWithInstall<{
|
|
|
159
159
|
}>;
|
|
160
160
|
props: {
|
|
161
161
|
readonly disabled: boolean;
|
|
162
|
-
readonly closable: boolean;
|
|
163
162
|
readonly label: string;
|
|
163
|
+
readonly closable: boolean;
|
|
164
164
|
readonly lazy: boolean;
|
|
165
165
|
readonly name?: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
166
166
|
};
|
|
@@ -216,8 +216,8 @@ export declare const GmTabs: import("../../../../utils").SFCWithInstall<{
|
|
|
216
216
|
}>;
|
|
217
217
|
props: {
|
|
218
218
|
readonly disabled: boolean;
|
|
219
|
-
readonly closable: boolean;
|
|
220
219
|
readonly label: string;
|
|
220
|
+
readonly closable: boolean;
|
|
221
221
|
readonly lazy: boolean;
|
|
222
222
|
readonly name?: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
223
223
|
};
|
|
@@ -239,8 +239,8 @@ export declare const GmTabs: import("../../../../utils").SFCWithInstall<{
|
|
|
239
239
|
}>;
|
|
240
240
|
props: {
|
|
241
241
|
readonly disabled: boolean;
|
|
242
|
-
readonly closable: boolean;
|
|
243
242
|
readonly label: string;
|
|
243
|
+
readonly closable: boolean;
|
|
244
244
|
readonly lazy: boolean;
|
|
245
245
|
readonly name?: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
246
246
|
};
|
|
@@ -30,8 +30,8 @@ export declare const tabsEmits: {
|
|
|
30
30
|
}>;
|
|
31
31
|
props: {
|
|
32
32
|
readonly disabled: boolean;
|
|
33
|
-
readonly closable: boolean;
|
|
34
33
|
readonly label: string;
|
|
34
|
+
readonly closable: boolean;
|
|
35
35
|
readonly lazy: boolean;
|
|
36
36
|
readonly name?: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
37
37
|
};
|