giime 0.6.1 → 0.6.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 +7 -7
- 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/business/loginDialog/LoginDialog.vue2.mjs +7 -8
- package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs.map +1 -1
- package/es/components/src/business/loginDialog/loginDialog.mjs +1 -1
- package/es/components/src/business/loginDialog/loginDialog.mjs.map +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/giime/index.mjs +3 -1
- 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/hooks/store/useOrgUserList/index.d.ts +7 -6
- package/es/hooks/store/useOrgUserList/index.mjs +11 -9
- package/es/hooks/store/useOrgUserList/index.mjs.map +1 -1
- package/es/index.css +7 -7
- package/es/utils/index.d.ts +2 -1
- package/es/utils/index.mjs +4 -1
- package/es/utils/index.mjs.map +1 -1
- package/es/utils/src/number.d.ts +7 -0
- package/es/utils/src/number.mjs +11 -0
- package/es/utils/src/number.mjs.map +1 -0
- package/es/utils/src/tree/filterTreeByName.d.ts +14 -0
- package/es/utils/src/tree/filterTreeByName.mjs +18 -0
- package/es/utils/src/tree/filterTreeByName.mjs.map +1 -0
- package/es/utils/src/tree/findChildrenItem.d.ts +7 -0
- package/es/utils/src/tree/findChildrenItem.mjs +20 -0
- package/es/utils/src/tree/findChildrenItem.mjs.map +1 -0
- package/es/utils/src/tree/index.d.ts +2 -0
- package/es/utils/src/tree/index.mjs +3 -0
- package/es/utils/src/tree/index.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/business/loginDialog/LoginDialog.vue2.js +7 -8
- package/lib/components/src/business/loginDialog/LoginDialog.vue2.js.map +1 -1
- package/lib/components/src/business/loginDialog/loginDialog.js +1 -1
- package/lib/components/src/business/loginDialog/loginDialog.js.map +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/giime/index.js +10 -6
- 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/hooks/store/useOrgUserList/index.d.ts +7 -6
- package/lib/hooks/store/useOrgUserList/index.js +11 -9
- package/lib/hooks/store/useOrgUserList/index.js.map +1 -1
- package/lib/index.css +7 -7
- package/lib/utils/index.d.ts +2 -1
- package/lib/utils/index.js +7 -2
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/src/number.d.ts +7 -0
- package/lib/utils/src/number.js +13 -0
- package/lib/utils/src/number.js.map +1 -0
- package/lib/utils/src/tree/filterTreeByName.d.ts +14 -0
- package/lib/utils/src/tree/filterTreeByName.js +20 -0
- package/lib/utils/src/tree/filterTreeByName.js.map +1 -0
- package/lib/utils/src/tree/findChildrenItem.d.ts +7 -0
- package/lib/utils/src/tree/findChildrenItem.js +22 -0
- package/lib/utils/src/tree/findChildrenItem.js.map +1 -0
- package/lib/utils/src/tree/index.d.ts +2 -0
- package/lib/utils/src/tree/index.js +10 -0
- package/lib/utils/src/tree/index.js.map +1 -0
- package/package.json +1 -1
- package/es/utils/src/tree.d.ts +0 -12
- package/es/utils/src/tree.mjs +0 -19
- package/es/utils/src/tree.mjs.map +0 -1
- package/lib/utils/src/tree.d.ts +0 -12
- package/lib/utils/src/tree.js +0 -21
- package/lib/utils/src/tree.js.map +0 -1
package/dist/index.css
CHANGED
|
@@ -806,13 +806,6 @@ video {
|
|
|
806
806
|
margin: 0;
|
|
807
807
|
}
|
|
808
808
|
|
|
809
|
-
.gm-flex-center[data-v-2a79bac9] {
|
|
810
|
-
align-items: center;
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
.gm-flex-justify-between[data-v-2a79bac9] {
|
|
814
|
-
justify-content: space-between;
|
|
815
|
-
}
|
|
816
809
|
.gm-number-interval-single[data-v-47a13fd0] {
|
|
817
810
|
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
818
811
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -862,6 +855,13 @@ video {
|
|
|
862
855
|
stroke-dashoffset: -120px;
|
|
863
856
|
}
|
|
864
857
|
}
|
|
858
|
+
.gm-flex-center[data-v-2a79bac9] {
|
|
859
|
+
align-items: center;
|
|
860
|
+
}
|
|
861
|
+
|
|
862
|
+
.gm-flex-justify-between[data-v-2a79bac9] {
|
|
863
|
+
justify-content: space-between;
|
|
864
|
+
}
|
|
865
865
|
.gm-upload-preview-dialog[data-v-142ef678] [data-v-142ef678] .el-dialog__body {
|
|
866
866
|
padding: 0;
|
|
867
867
|
}
|
|
@@ -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 label?: string | number | boolean | Record<string, any> | undefined;
|
|
84
83
|
readonly modelValue?: string | number | boolean | undefined;
|
|
84
|
+
readonly label?: string | number | boolean | Record<string, any> | 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" | "modelValue" | "label" | "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
|
-
label: string | number | boolean | Record<string, any>;
|
|
384
383
|
modelValue: string | number | boolean;
|
|
384
|
+
label: string | number | boolean | Record<string, any>;
|
|
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 label?: string | number | boolean | Record<string, any> | undefined;
|
|
89
88
|
readonly modelValue?: string | number | boolean | undefined;
|
|
89
|
+
readonly label?: string | number | boolean | Record<string, any> | 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" | "modelValue" | "label" | "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
|
-
label: string | number | boolean | Record<string, any>;
|
|
389
388
|
modelValue: string | number | boolean;
|
|
389
|
+
label: string | number | boolean | Record<string, any>;
|
|
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 label?: string | number | boolean | Record<string, any> | undefined;
|
|
490
489
|
readonly modelValue?: string | number | boolean | undefined;
|
|
490
|
+
readonly label?: string | number | boolean | Record<string, any> | 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" | "modelValue" | "label" | "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
|
-
label: string | number | boolean | Record<string, any>;
|
|
731
730
|
modelValue: string | number | boolean;
|
|
731
|
+
label: string | number | boolean | Record<string, any>;
|
|
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 label?: string | number | boolean | Record<string, any> | undefined;
|
|
829
828
|
readonly modelValue?: string | number | boolean | undefined;
|
|
829
|
+
readonly label?: string | number | boolean | Record<string, any> | 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" | "modelValue" | "label" | "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
|
-
label: string | number | boolean | Record<string, any>;
|
|
1073
1072
|
modelValue: string | number | boolean;
|
|
1073
|
+
label: string | number | boolean | Record<string, any>;
|
|
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 label?: string | number | boolean | Record<string, any> | undefined;
|
|
84
83
|
readonly modelValue?: string | number | boolean | undefined;
|
|
84
|
+
readonly label?: string | number | boolean | Record<string, any> | 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" | "modelValue" | "label" | "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
|
-
label: string | number | boolean | Record<string, any>;
|
|
384
383
|
modelValue: string | number | boolean;
|
|
384
|
+
label: string | number | boolean | Record<string, any>;
|
|
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 label?: string | number | boolean | Record<string, any> | undefined;
|
|
89
88
|
readonly modelValue?: string | number | boolean | undefined;
|
|
89
|
+
readonly label?: string | number | boolean | Record<string, any> | 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" | "modelValue" | "label" | "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
|
-
label: string | number | boolean | Record<string, any>;
|
|
389
388
|
modelValue: string | number | boolean;
|
|
389
|
+
label: string | number | boolean | Record<string, any>;
|
|
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 label?: string | number | boolean | Record<string, any> | undefined;
|
|
490
489
|
readonly modelValue?: string | number | boolean | undefined;
|
|
490
|
+
readonly label?: string | number | boolean | Record<string, any> | 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" | "modelValue" | "label" | "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
|
-
label: string | number | boolean | Record<string, any>;
|
|
731
730
|
modelValue: string | number | boolean;
|
|
731
|
+
label: string | number | boolean | Record<string, any>;
|
|
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 label?: string | number | boolean | Record<string, any> | undefined;
|
|
829
828
|
readonly modelValue?: string | number | boolean | undefined;
|
|
829
|
+
readonly label?: string | number | boolean | Record<string, any> | 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" | "modelValue" | "label" | "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
|
-
label: string | number | boolean | Record<string, any>;
|
|
1073
1072
|
modelValue: string | number | boolean;
|
|
1073
|
+
label: string | number | boolean | Record<string, any>;
|
|
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
|
-
label: import("element-plus/es/utils").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
39
38
|
modelValue: import("element-plus/es/utils").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
39
|
+
label: 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
|
-
label: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
44
43
|
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
44
|
+
label: 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
|
-
label: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
74
73
|
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
74
|
+
label: 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
|
-
label: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
104
103
|
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
104
|
+
label: 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
|
-
label: import("element-plus/es/utils").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
30
29
|
modelValue: import("element-plus/es/utils").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
30
|
+
label: 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
|
-
label: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
32
31
|
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
32
|
+
label: 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
|
-
label: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
57
56
|
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
57
|
+
label: 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
|
-
label: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
79
78
|
modelValue: import("element-plus/es/utils/index.js").EpPropMergeType<(BooleanConstructor | StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
79
|
+
label: 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 label: string;
|
|
24
23
|
readonly closable: boolean;
|
|
24
|
+
readonly label: string;
|
|
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" | "closable" | "label" | "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
|
-
label: string;
|
|
118
117
|
closable: boolean;
|
|
118
|
+
label: string;
|
|
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 label: string;
|
|
26
25
|
readonly closable: boolean;
|
|
26
|
+
readonly label: string;
|
|
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" | "closable" | "label" | "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
|
-
label: string;
|
|
120
119
|
closable: boolean;
|
|
120
|
+
label: string;
|
|
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 label: string;
|
|
152
151
|
readonly closable: boolean;
|
|
152
|
+
readonly label: string;
|
|
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" | "closable" | "label" | "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
|
-
label: string;
|
|
235
234
|
closable: boolean;
|
|
235
|
+
label: string;
|
|
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 label: string;
|
|
264
263
|
readonly closable: boolean;
|
|
264
|
+
readonly label: string;
|
|
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" | "closable" | "label" | "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
|
-
label: string;
|
|
347
346
|
closable: boolean;
|
|
347
|
+
label: string;
|
|
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 label: string;
|
|
33
32
|
readonly closable: boolean;
|
|
33
|
+
readonly label: string;
|
|
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 label: string;
|
|
78
77
|
readonly closable: boolean;
|
|
78
|
+
readonly label: string;
|
|
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 label: string;
|
|
35
34
|
readonly closable: boolean;
|
|
35
|
+
readonly label: string;
|
|
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 label: string;
|
|
58
57
|
readonly closable: boolean;
|
|
58
|
+
readonly label: string;
|
|
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 label: string;
|
|
103
102
|
readonly closable: boolean;
|
|
103
|
+
readonly label: string;
|
|
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 label: string;
|
|
163
162
|
readonly closable: boolean;
|
|
163
|
+
readonly label: string;
|
|
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 label: string;
|
|
220
219
|
readonly closable: boolean;
|
|
220
|
+
readonly label: string;
|
|
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 label: string;
|
|
243
242
|
readonly closable: boolean;
|
|
243
|
+
readonly label: string;
|
|
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 label: string;
|
|
34
33
|
readonly closable: boolean;
|
|
34
|
+
readonly label: string;
|
|
35
35
|
readonly lazy: boolean;
|
|
36
36
|
readonly name?: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
|
|
37
37
|
};
|
|
@@ -107,14 +107,13 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
107
107
|
data.cookies.forEach((cookie) => {
|
|
108
108
|
document.cookie = cookie;
|
|
109
109
|
});
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
}
|
|
110
|
+
}
|
|
111
|
+
Cookies.set("token", data.data.token, { expires: now, domain: importMetaEnv.value.MODE === "production" ? curDomain : void 0 });
|
|
112
|
+
if (!Cookies.get("sso_user_id") && data.data.userId) {
|
|
113
|
+
Cookies.set("sso_user_id", data.data.userId, {
|
|
114
|
+
expires: now,
|
|
115
|
+
domain: importMetaEnv.value.MODE === "production" ? curDomain : void 0
|
|
116
|
+
});
|
|
118
117
|
}
|
|
119
118
|
}
|
|
120
119
|
}
|