giime 0.8.6 → 0.8.8
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 +74 -74
- package/es/components/src/base/cascader/Cascader.vue.d.ts +9 -3
- package/es/components/src/base/cascader/cascader.d.ts +4 -1
- package/es/components/src/base/cascader/cascader.mjs +5 -1
- package/es/components/src/base/cascader/cascader.mjs.map +1 -1
- package/es/components/src/base/cascader/index.d.ts +19 -7
- package/es/components/src/base/select/Select.vue.d.ts +9 -3
- package/es/components/src/base/select/index.d.ts +19 -7
- package/es/components/src/base/select/select.d.ts +4 -1
- package/es/components/src/base/select/select.mjs +5 -1
- package/es/components/src/base/select/select.mjs.map +1 -1
- package/es/components/src/base/selectV2/SelectV2.vue.d.ts +1 -1
- package/es/components/src/base/selectV2/index.d.ts +3 -3
- package/es/components/src/base/treeSelect/TreeSelect.vue.d.ts +9 -3
- package/es/components/src/base/treeSelect/treeSelect.d.ts +4 -1
- package/es/components/src/business/aliCategoryCascader/aliCategoryCascader.d.ts +4 -1
- package/es/components/src/business/companyCategoryCascader/companyCategoryCascader.d.ts +4 -1
- package/es/components/src/composite/selectOptions/SelectOptions.vue.d.ts +9 -3
- package/es/components/src/composite/selectOptions/index.d.ts +19 -7
- package/es/components/src/composite/selectOptions/selectOptions.d.ts +4 -1
- package/es/components/src/composite/tablePro/TableColumnVNodeRenderer.d.ts +10 -3
- package/es/components/src/composite/tablePro/TableColumnVNodeRenderer.mjs +24 -9
- package/es/components/src/composite/tablePro/TableColumnVNodeRenderer.mjs.map +1 -1
- package/es/components/src/composite/tablePro/TablePro.vue.mjs +1 -1
- package/es/components/src/composite/tablePro/TablePro.vue2.mjs +4 -3
- package/es/components/src/composite/tablePro/TablePro.vue2.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/base/useDictionary/index.d.ts +7 -3
- package/es/hooks/base/useDictionary/index.mjs.map +1 -1
- package/es/index.css +74 -74
- package/lib/components/src/base/cascader/Cascader.vue.d.ts +9 -3
- package/lib/components/src/base/cascader/cascader.d.ts +4 -1
- package/lib/components/src/base/cascader/cascader.js +5 -1
- package/lib/components/src/base/cascader/cascader.js.map +1 -1
- package/lib/components/src/base/cascader/index.d.ts +19 -7
- package/lib/components/src/base/select/Select.vue.d.ts +9 -3
- package/lib/components/src/base/select/index.d.ts +19 -7
- package/lib/components/src/base/select/select.d.ts +4 -1
- package/lib/components/src/base/select/select.js +5 -1
- package/lib/components/src/base/select/select.js.map +1 -1
- package/lib/components/src/base/selectV2/SelectV2.vue.d.ts +1 -1
- package/lib/components/src/base/selectV2/index.d.ts +3 -3
- package/lib/components/src/base/treeSelect/TreeSelect.vue.d.ts +9 -3
- package/lib/components/src/base/treeSelect/treeSelect.d.ts +4 -1
- package/lib/components/src/business/aliCategoryCascader/aliCategoryCascader.d.ts +4 -1
- package/lib/components/src/business/companyCategoryCascader/companyCategoryCascader.d.ts +4 -1
- package/lib/components/src/composite/selectOptions/SelectOptions.vue.d.ts +9 -3
- package/lib/components/src/composite/selectOptions/index.d.ts +19 -7
- package/lib/components/src/composite/selectOptions/selectOptions.d.ts +4 -1
- package/lib/components/src/composite/tablePro/TableColumnVNodeRenderer.d.ts +10 -3
- package/lib/components/src/composite/tablePro/TableColumnVNodeRenderer.js +24 -9
- package/lib/components/src/composite/tablePro/TableColumnVNodeRenderer.js.map +1 -1
- package/lib/components/src/composite/tablePro/TablePro.vue.js +1 -1
- package/lib/components/src/composite/tablePro/TablePro.vue2.js +4 -3
- package/lib/components/src/composite/tablePro/TablePro.vue2.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/base/useDictionary/index.d.ts +7 -3
- package/lib/hooks/base/useDictionary/index.js.map +1 -1
- package/lib/index.css +74 -74
- package/package.json +1 -1
package/es/index.css
CHANGED
|
@@ -883,42 +883,6 @@ video {
|
|
|
883
883
|
.gm-group:hover .group-hover\:gm-block {
|
|
884
884
|
display: block;
|
|
885
885
|
}
|
|
886
|
-
|
|
887
|
-
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
888
|
-
margin: 0;
|
|
889
|
-
}
|
|
890
|
-
|
|
891
|
-
.circular[data-v-d7b04fae] {
|
|
892
|
-
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
893
|
-
}
|
|
894
|
-
|
|
895
|
-
.path[data-v-d7b04fae] {
|
|
896
|
-
animation: loading-dash-d7b04fae 1.5s ease-in-out infinite;
|
|
897
|
-
stroke-dasharray: 90, 150;
|
|
898
|
-
stroke-dashoffset: 0;
|
|
899
|
-
stroke: var(--el-color-primary);
|
|
900
|
-
stroke-linecap: round;
|
|
901
|
-
}
|
|
902
|
-
|
|
903
|
-
@keyframes loading-rotate-d7b04fae {
|
|
904
|
-
to {
|
|
905
|
-
transform: rotate(360deg);
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
@keyframes loading-dash-d7b04fae {
|
|
909
|
-
0% {
|
|
910
|
-
stroke-dasharray: 1, 200;
|
|
911
|
-
stroke-dashoffset: 0;
|
|
912
|
-
}
|
|
913
|
-
50% {
|
|
914
|
-
stroke-dasharray: 90, 150;
|
|
915
|
-
stroke-dashoffset: -40px;
|
|
916
|
-
}
|
|
917
|
-
100% {
|
|
918
|
-
stroke-dasharray: 90, 150;
|
|
919
|
-
stroke-dashoffset: -120px;
|
|
920
|
-
}
|
|
921
|
-
}
|
|
922
886
|
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
923
887
|
padding: 0;
|
|
924
888
|
}
|
|
@@ -965,6 +929,49 @@ video {
|
|
|
965
929
|
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
966
930
|
display: none;
|
|
967
931
|
}
|
|
932
|
+
|
|
933
|
+
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
934
|
+
margin: 0;
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
.circular[data-v-d7b04fae] {
|
|
938
|
+
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
.path[data-v-d7b04fae] {
|
|
942
|
+
animation: loading-dash-d7b04fae 1.5s ease-in-out infinite;
|
|
943
|
+
stroke-dasharray: 90, 150;
|
|
944
|
+
stroke-dashoffset: 0;
|
|
945
|
+
stroke: var(--el-color-primary);
|
|
946
|
+
stroke-linecap: round;
|
|
947
|
+
}
|
|
948
|
+
|
|
949
|
+
@keyframes loading-rotate-d7b04fae {
|
|
950
|
+
to {
|
|
951
|
+
transform: rotate(360deg);
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
@keyframes loading-dash-d7b04fae {
|
|
955
|
+
0% {
|
|
956
|
+
stroke-dasharray: 1, 200;
|
|
957
|
+
stroke-dashoffset: 0;
|
|
958
|
+
}
|
|
959
|
+
50% {
|
|
960
|
+
stroke-dasharray: 90, 150;
|
|
961
|
+
stroke-dashoffset: -40px;
|
|
962
|
+
}
|
|
963
|
+
100% {
|
|
964
|
+
stroke-dasharray: 90, 150;
|
|
965
|
+
stroke-dashoffset: -120px;
|
|
966
|
+
}
|
|
967
|
+
}
|
|
968
|
+
.gm-flex-center[data-v-c17deec9] {
|
|
969
|
+
align-items: center;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
.gm-flex-justify-between[data-v-c17deec9] {
|
|
973
|
+
justify-content: space-between;
|
|
974
|
+
}
|
|
968
975
|
.gm-number-interval-single[data-v-4e6f4d6f] {
|
|
969
976
|
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
970
977
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -987,13 +994,28 @@ video {
|
|
|
987
994
|
margin-right: 0;
|
|
988
995
|
margin-bottom: 4px;
|
|
989
996
|
}
|
|
990
|
-
|
|
991
|
-
|
|
997
|
+
[data-v-98c2e804] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
998
|
+
border-right: none;
|
|
992
999
|
}
|
|
993
1000
|
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
1001
|
+
[data-v-98c2e804] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1002
|
+
height: 0;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
[data-v-98c2e804] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1006
|
+
height: 0;
|
|
1007
|
+
}
|
|
1008
|
+
|
|
1009
|
+
[data-v-98c2e804] .gmTableNoBorder.el-table--border:after {
|
|
1010
|
+
height: 0;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
[data-v-98c2e804] .gmTableNoBorder.el-table--border:before {
|
|
1014
|
+
height: 0;
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
[data-v-98c2e804] .gmTableNoBorder .el-table__border-left-patch {
|
|
1018
|
+
height: 0;
|
|
997
1019
|
}
|
|
998
1020
|
.gm-upload-file {
|
|
999
1021
|
line-height: normal;
|
|
@@ -1030,57 +1052,35 @@ video {
|
|
|
1030
1052
|
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
1031
1053
|
display: none;
|
|
1032
1054
|
}
|
|
1033
|
-
.gm-
|
|
1034
|
-
|
|
1035
|
-
}
|
|
1036
|
-
|
|
1037
|
-
.gm-flex-justify-between[data-v-c17deec9] {
|
|
1038
|
-
justify-content: space-between;
|
|
1039
|
-
}
|
|
1040
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1041
|
-
border-right: none;
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1045
|
-
height: 0;
|
|
1046
|
-
}
|
|
1047
|
-
|
|
1048
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1049
|
-
height: 0;
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border:after {
|
|
1053
|
-
height: 0;
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border:before {
|
|
1057
|
-
height: 0;
|
|
1055
|
+
.gm-upload-preview-dialog[data-v-312f9322] [data-v-312f9322] .el-dialog__body {
|
|
1056
|
+
padding: 0;
|
|
1058
1057
|
}
|
|
1059
1058
|
|
|
1060
|
-
[data-v-
|
|
1061
|
-
|
|
1059
|
+
.gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload-list__item, .gm-upload-file-picture-card[data-v-312f9322] [data-v-312f9322] .el-upload--picture-card {
|
|
1060
|
+
width: auto;
|
|
1061
|
+
height: auto;
|
|
1062
1062
|
}
|
|
1063
|
-
[data-v-
|
|
1063
|
+
[data-v-4bbcbf2d] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1064
1064
|
border-right: none;
|
|
1065
1065
|
}
|
|
1066
1066
|
|
|
1067
|
-
[data-v-
|
|
1067
|
+
[data-v-4bbcbf2d] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1068
1068
|
height: 0;
|
|
1069
1069
|
}
|
|
1070
1070
|
|
|
1071
|
-
[data-v-
|
|
1071
|
+
[data-v-4bbcbf2d] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1072
1072
|
height: 0;
|
|
1073
1073
|
}
|
|
1074
1074
|
|
|
1075
|
-
[data-v-
|
|
1075
|
+
[data-v-4bbcbf2d] .gmTableNoBorder.el-table--border:after {
|
|
1076
1076
|
height: 0;
|
|
1077
1077
|
}
|
|
1078
1078
|
|
|
1079
|
-
[data-v-
|
|
1079
|
+
[data-v-4bbcbf2d] .gmTableNoBorder.el-table--border:before {
|
|
1080
1080
|
height: 0;
|
|
1081
1081
|
}
|
|
1082
1082
|
|
|
1083
|
-
[data-v-
|
|
1083
|
+
[data-v-4bbcbf2d] .gmTableNoBorder .el-table__border-left-patch {
|
|
1084
1084
|
height: 0;
|
|
1085
1085
|
}
|
|
1086
1086
|
@charset "UTF-8";
|
|
@@ -5,6 +5,10 @@ type __VLS_Slots = {} & {
|
|
|
5
5
|
empty?: (props: typeof __VLS_9) => any;
|
|
6
6
|
};
|
|
7
7
|
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
8
|
+
filterable: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
8
12
|
emptyValues: ArrayConstructor;
|
|
9
13
|
valueOnClear: {
|
|
10
14
|
readonly type: import("vue").PropType<string | number | boolean | Function | null>;
|
|
@@ -29,7 +33,6 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
29
33
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
30
34
|
__epPropKey: true;
|
|
31
35
|
};
|
|
32
|
-
filterable: BooleanConstructor;
|
|
33
36
|
filterMethod: {
|
|
34
37
|
readonly type: import("vue").PropType<(node: import("element-plus").CascaderNode, keyword: string) => boolean>;
|
|
35
38
|
readonly required: false;
|
|
@@ -236,6 +239,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
236
239
|
expandChange: (val: import("element-plus").CascaderValue) => void;
|
|
237
240
|
removeTag: (val: import("element-plus").CascaderNodePathValue | import("element-plus").CascaderNodeValue) => void;
|
|
238
241
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
242
|
+
filterable: {
|
|
243
|
+
type: BooleanConstructor;
|
|
244
|
+
default: boolean;
|
|
245
|
+
};
|
|
239
246
|
emptyValues: ArrayConstructor;
|
|
240
247
|
valueOnClear: {
|
|
241
248
|
readonly type: import("vue").PropType<string | number | boolean | Function | null>;
|
|
@@ -260,7 +267,6 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
260
267
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
261
268
|
__epPropKey: true;
|
|
262
269
|
};
|
|
263
|
-
filterable: BooleanConstructor;
|
|
264
270
|
filterMethod: {
|
|
265
271
|
readonly type: import("vue").PropType<(node: import("element-plus").CascaderNode, keyword: string) => boolean>;
|
|
266
272
|
readonly required: false;
|
|
@@ -472,8 +478,8 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
472
478
|
teleported: boolean;
|
|
473
479
|
clearable: boolean;
|
|
474
480
|
validateEvent: boolean;
|
|
475
|
-
valueOnClear: string | number | boolean | Function | null;
|
|
476
481
|
filterable: boolean;
|
|
482
|
+
valueOnClear: string | number | boolean | Function | null;
|
|
477
483
|
filterMethod: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
478
484
|
showAllLevels: boolean;
|
|
479
485
|
collapseTags: boolean;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { ExtractPropTypes } from 'vue';
|
|
2
2
|
export declare const cascaderProps: {
|
|
3
|
+
filterable: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
3
7
|
emptyValues: ArrayConstructor;
|
|
4
8
|
valueOnClear: {
|
|
5
9
|
readonly type: import("vue").PropType<string | number | boolean | Function | null>;
|
|
@@ -24,7 +28,6 @@ export declare const cascaderProps: {
|
|
|
24
28
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
25
29
|
__epPropKey: true;
|
|
26
30
|
};
|
|
27
|
-
filterable: BooleanConstructor;
|
|
28
31
|
filterMethod: {
|
|
29
32
|
readonly type: import("vue").PropType<(node: import("element-plus").CascaderNode, keyword: string) => boolean>;
|
|
30
33
|
readonly required: false;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cascader.js","sources":["../../../../../../../packages/components/src/base/cascader/cascader.ts"],"sourcesContent":["import { cascaderEmits as elCascaderEmits, cascaderProps as elCascaderProps } from 'element-plus';\nimport type { ExtractPropTypes } from 'vue';\n// import type { ExtractPropTypes } from 'vue';\n\nexport const cascaderProps = {\n ...elCascaderProps,\n};\n\nexport const cascaderEmits = {\n ...elCascaderEmits,\n // 自定义事件\n // submit: (value: any) => !!value,\n};\nexport const cascaderExposeNames = ['getCheckedNodes', 'cascaderPanelRef', 'togglePopperVisible', 'contentRef'] as const;\n\nexport type CascaderProps = ExtractPropTypes<typeof cascaderProps>;\n"],"names":["elCascaderProps","elCascaderEmits"],"mappings":";;;;AAIO,MAAM,aAAA,GAAgB;AAAA,EAC3B,GAAGA;
|
|
1
|
+
{"version":3,"file":"cascader.js","sources":["../../../../../../../packages/components/src/base/cascader/cascader.ts"],"sourcesContent":["import { cascaderEmits as elCascaderEmits, cascaderProps as elCascaderProps } from 'element-plus';\nimport type { ExtractPropTypes } from 'vue';\n// import type { ExtractPropTypes } from 'vue';\n\nexport const cascaderProps = {\n ...elCascaderProps,\n filterable: {\n type: Boolean,\n default: true,\n },\n};\n\nexport const cascaderEmits = {\n ...elCascaderEmits,\n // 自定义事件\n // submit: (value: any) => !!value,\n};\nexport const cascaderExposeNames = ['getCheckedNodes', 'cascaderPanelRef', 'togglePopperVisible', 'contentRef'] as const;\n\nexport type CascaderProps = ExtractPropTypes<typeof cascaderProps>;\n"],"names":["elCascaderProps","elCascaderEmits"],"mappings":";;;;AAIO,MAAM,aAAA,GAAgB;AAAA,EAC3B,GAAGA,yBAAA;AAAA,EACH,UAAA,EAAY;AAAA,IACV,IAAA,EAAM,OAAA;AAAA,IACN,OAAA,EAAS;AAAA;AAEb;AAEO,MAAM,aAAA,GAAgB;AAAA,EAC3B,GAAGC;AAAA;AAAA;AAGL;AACO,MAAM,mBAAA,GAAsB,CAAC,iBAAA,EAAmB,kBAAA,EAAoB,uBAAuB,YAAY;;;;;;"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import Cascader from './Cascader.vue';
|
|
2
2
|
export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
+
filterable: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
4
8
|
emptyValues: ArrayConstructor;
|
|
5
9
|
valueOnClear: {
|
|
6
10
|
readonly type: import("vue").PropType<string | number | boolean | Function | null>;
|
|
@@ -25,7 +29,6 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
25
29
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
26
30
|
__epPropKey: true;
|
|
27
31
|
};
|
|
28
|
-
filterable: BooleanConstructor;
|
|
29
32
|
filterMethod: {
|
|
30
33
|
readonly type: import("vue").PropType<(node: import("element-plus").CascaderNode, keyword: string) => boolean>;
|
|
31
34
|
readonly required: false;
|
|
@@ -241,6 +244,10 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
241
244
|
expandChange: (val: import("element-plus").CascaderValue) => void;
|
|
242
245
|
removeTag: (val: import("element-plus").CascaderNodePathValue | import("element-plus").CascaderNodeValue) => void;
|
|
243
246
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
247
|
+
filterable: {
|
|
248
|
+
type: BooleanConstructor;
|
|
249
|
+
default: boolean;
|
|
250
|
+
};
|
|
244
251
|
emptyValues: ArrayConstructor;
|
|
245
252
|
valueOnClear: {
|
|
246
253
|
readonly type: import("vue").PropType<string | number | boolean | Function | null>;
|
|
@@ -265,7 +272,6 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
265
272
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
266
273
|
__epPropKey: true;
|
|
267
274
|
};
|
|
268
|
-
filterable: BooleanConstructor;
|
|
269
275
|
filterMethod: {
|
|
270
276
|
readonly type: import("vue").PropType<(node: import("element-plus").CascaderNode, keyword: string) => boolean>;
|
|
271
277
|
readonly required: false;
|
|
@@ -477,8 +483,8 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
477
483
|
teleported: boolean;
|
|
478
484
|
clearable: boolean;
|
|
479
485
|
validateEvent: boolean;
|
|
480
|
-
valueOnClear: string | number | boolean | Function | null;
|
|
481
486
|
filterable: boolean;
|
|
487
|
+
valueOnClear: string | number | boolean | Function | null;
|
|
482
488
|
filterMethod: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
483
489
|
showAllLevels: boolean;
|
|
484
490
|
collapseTags: boolean;
|
|
@@ -500,6 +506,10 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
500
506
|
M: {};
|
|
501
507
|
Defaults: {};
|
|
502
508
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
509
|
+
filterable: {
|
|
510
|
+
type: BooleanConstructor;
|
|
511
|
+
default: boolean;
|
|
512
|
+
};
|
|
503
513
|
emptyValues: ArrayConstructor;
|
|
504
514
|
valueOnClear: {
|
|
505
515
|
readonly type: import("vue").PropType<string | number | boolean | Function | null>;
|
|
@@ -524,7 +534,6 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
524
534
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
525
535
|
__epPropKey: true;
|
|
526
536
|
};
|
|
527
|
-
filterable: BooleanConstructor;
|
|
528
537
|
filterMethod: {
|
|
529
538
|
readonly type: import("vue").PropType<(node: import("element-plus").CascaderNode, keyword: string) => boolean>;
|
|
530
539
|
readonly required: false;
|
|
@@ -741,8 +750,8 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
741
750
|
teleported: boolean;
|
|
742
751
|
clearable: boolean;
|
|
743
752
|
validateEvent: boolean;
|
|
744
|
-
valueOnClear: string | number | boolean | Function | null;
|
|
745
753
|
filterable: boolean;
|
|
754
|
+
valueOnClear: string | number | boolean | Function | null;
|
|
746
755
|
filterMethod: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
747
756
|
showAllLevels: boolean;
|
|
748
757
|
collapseTags: boolean;
|
|
@@ -761,6 +770,10 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
761
770
|
__isTeleport?: undefined;
|
|
762
771
|
__isSuspense?: undefined;
|
|
763
772
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
773
|
+
filterable: {
|
|
774
|
+
type: BooleanConstructor;
|
|
775
|
+
default: boolean;
|
|
776
|
+
};
|
|
764
777
|
emptyValues: ArrayConstructor;
|
|
765
778
|
valueOnClear: {
|
|
766
779
|
readonly type: import("vue").PropType<string | number | boolean | Function | null>;
|
|
@@ -785,7 +798,6 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
785
798
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
786
799
|
__epPropKey: true;
|
|
787
800
|
};
|
|
788
|
-
filterable: BooleanConstructor;
|
|
789
801
|
filterMethod: {
|
|
790
802
|
readonly type: import("vue").PropType<(node: import("element-plus").CascaderNode, keyword: string) => boolean>;
|
|
791
803
|
readonly required: false;
|
|
@@ -1011,8 +1023,8 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
1011
1023
|
teleported: boolean;
|
|
1012
1024
|
clearable: boolean;
|
|
1013
1025
|
validateEvent: boolean;
|
|
1014
|
-
valueOnClear: string | number | boolean | Function | null;
|
|
1015
1026
|
filterable: boolean;
|
|
1027
|
+
valueOnClear: string | number | boolean | Function | null;
|
|
1016
1028
|
filterMethod: (node: import("element-plus").CascaderNode, keyword: string) => boolean;
|
|
1017
1029
|
showAllLevels: boolean;
|
|
1018
1030
|
collapseTags: boolean;
|
|
@@ -17,6 +17,10 @@ type __VLS_Slots = {} & {
|
|
|
17
17
|
label?: (props: typeof __VLS_21) => any;
|
|
18
18
|
};
|
|
19
19
|
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
20
|
+
filterable: {
|
|
21
|
+
type: BooleanConstructor;
|
|
22
|
+
default: boolean;
|
|
23
|
+
};
|
|
20
24
|
ariaLabel: StringConstructor;
|
|
21
25
|
emptyValues: ArrayConstructor;
|
|
22
26
|
valueOnClear: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown, undefined, boolean>;
|
|
@@ -34,7 +38,6 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
34
38
|
effect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus/es/components/popper").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus/es/components/popper").PopperEffect))[], unknown, unknown, string, boolean>;
|
|
35
39
|
disabled: BooleanConstructor;
|
|
36
40
|
clearable: BooleanConstructor;
|
|
37
|
-
filterable: BooleanConstructor;
|
|
38
41
|
allowCreate: BooleanConstructor;
|
|
39
42
|
loading: BooleanConstructor;
|
|
40
43
|
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
@@ -135,6 +138,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
135
138
|
blur: (...args: any[]) => void;
|
|
136
139
|
"visible-change": (...args: any[]) => void;
|
|
137
140
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
141
|
+
filterable: {
|
|
142
|
+
type: BooleanConstructor;
|
|
143
|
+
default: boolean;
|
|
144
|
+
};
|
|
138
145
|
ariaLabel: StringConstructor;
|
|
139
146
|
emptyValues: ArrayConstructor;
|
|
140
147
|
valueOnClear: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown, undefined, boolean>;
|
|
@@ -152,7 +159,6 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
152
159
|
effect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus/es/components/popper").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus/es/components/popper").PopperEffect))[], unknown, unknown, string, boolean>;
|
|
153
160
|
disabled: BooleanConstructor;
|
|
154
161
|
clearable: BooleanConstructor;
|
|
155
|
-
filterable: BooleanConstructor;
|
|
156
162
|
allowCreate: BooleanConstructor;
|
|
157
163
|
loading: BooleanConstructor;
|
|
158
164
|
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
@@ -266,8 +272,8 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
266
272
|
tabindex: import("element-plus/es/utils").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
267
273
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
268
274
|
loading: boolean;
|
|
269
|
-
valueOnClear: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
270
275
|
filterable: boolean;
|
|
276
|
+
valueOnClear: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
271
277
|
collapseTags: boolean;
|
|
272
278
|
maxCollapseTags: number;
|
|
273
279
|
collapseTagsTooltip: boolean;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import Select from './Select.vue';
|
|
2
2
|
export declare const GmSelect: import("../../../../utils").SFCWithInstall<{
|
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
+
filterable: {
|
|
5
|
+
type: BooleanConstructor;
|
|
6
|
+
default: boolean;
|
|
7
|
+
};
|
|
4
8
|
ariaLabel: StringConstructor;
|
|
5
9
|
emptyValues: ArrayConstructor;
|
|
6
10
|
valueOnClear: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown, undefined, boolean>;
|
|
@@ -18,7 +22,6 @@ export declare const GmSelect: import("../../../../utils").SFCWithInstall<{
|
|
|
18
22
|
effect: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus/es/components/popper/index.js").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus/es/components/popper/index.js").PopperEffect))[], unknown, unknown, string, boolean>;
|
|
19
23
|
disabled: BooleanConstructor;
|
|
20
24
|
clearable: BooleanConstructor;
|
|
21
|
-
filterable: BooleanConstructor;
|
|
22
25
|
allowCreate: BooleanConstructor;
|
|
23
26
|
loading: BooleanConstructor;
|
|
24
27
|
popperClass: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
@@ -126,6 +129,10 @@ export declare const GmSelect: import("../../../../utils").SFCWithInstall<{
|
|
|
126
129
|
blur: (...args: any[]) => void;
|
|
127
130
|
"visible-change": (...args: any[]) => void;
|
|
128
131
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
132
|
+
filterable: {
|
|
133
|
+
type: BooleanConstructor;
|
|
134
|
+
default: boolean;
|
|
135
|
+
};
|
|
129
136
|
ariaLabel: StringConstructor;
|
|
130
137
|
emptyValues: ArrayConstructor;
|
|
131
138
|
valueOnClear: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown, undefined, boolean>;
|
|
@@ -143,7 +150,6 @@ export declare const GmSelect: import("../../../../utils").SFCWithInstall<{
|
|
|
143
150
|
effect: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus/es/components/popper/index.js").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus/es/components/popper/index.js").PopperEffect))[], unknown, unknown, string, boolean>;
|
|
144
151
|
disabled: BooleanConstructor;
|
|
145
152
|
clearable: BooleanConstructor;
|
|
146
|
-
filterable: BooleanConstructor;
|
|
147
153
|
allowCreate: BooleanConstructor;
|
|
148
154
|
loading: BooleanConstructor;
|
|
149
155
|
popperClass: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
@@ -257,8 +263,8 @@ export declare const GmSelect: import("../../../../utils").SFCWithInstall<{
|
|
|
257
263
|
tabindex: import("element-plus/es/utils/index.js").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
258
264
|
validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
259
265
|
loading: boolean;
|
|
260
|
-
valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
261
266
|
filterable: boolean;
|
|
267
|
+
valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
262
268
|
collapseTags: boolean;
|
|
263
269
|
maxCollapseTags: number;
|
|
264
270
|
collapseTagsTooltip: boolean;
|
|
@@ -283,6 +289,10 @@ export declare const GmSelect: import("../../../../utils").SFCWithInstall<{
|
|
|
283
289
|
M: {};
|
|
284
290
|
Defaults: {};
|
|
285
291
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
292
|
+
filterable: {
|
|
293
|
+
type: BooleanConstructor;
|
|
294
|
+
default: boolean;
|
|
295
|
+
};
|
|
286
296
|
ariaLabel: StringConstructor;
|
|
287
297
|
emptyValues: ArrayConstructor;
|
|
288
298
|
valueOnClear: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown, undefined, boolean>;
|
|
@@ -300,7 +310,6 @@ export declare const GmSelect: import("../../../../utils").SFCWithInstall<{
|
|
|
300
310
|
effect: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus/es/components/popper/index.js").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus/es/components/popper/index.js").PopperEffect))[], unknown, unknown, string, boolean>;
|
|
301
311
|
disabled: BooleanConstructor;
|
|
302
312
|
clearable: BooleanConstructor;
|
|
303
|
-
filterable: BooleanConstructor;
|
|
304
313
|
allowCreate: BooleanConstructor;
|
|
305
314
|
loading: BooleanConstructor;
|
|
306
315
|
popperClass: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
@@ -417,8 +426,8 @@ export declare const GmSelect: import("../../../../utils").SFCWithInstall<{
|
|
|
417
426
|
tabindex: import("element-plus/es/utils/index.js").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
418
427
|
validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
419
428
|
loading: boolean;
|
|
420
|
-
valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
421
429
|
filterable: boolean;
|
|
430
|
+
valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
422
431
|
collapseTags: boolean;
|
|
423
432
|
maxCollapseTags: number;
|
|
424
433
|
collapseTagsTooltip: boolean;
|
|
@@ -440,6 +449,10 @@ export declare const GmSelect: import("../../../../utils").SFCWithInstall<{
|
|
|
440
449
|
__isTeleport?: undefined;
|
|
441
450
|
__isSuspense?: undefined;
|
|
442
451
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
452
|
+
filterable: {
|
|
453
|
+
type: BooleanConstructor;
|
|
454
|
+
default: boolean;
|
|
455
|
+
};
|
|
443
456
|
ariaLabel: StringConstructor;
|
|
444
457
|
emptyValues: ArrayConstructor;
|
|
445
458
|
valueOnClear: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown, undefined, boolean>;
|
|
@@ -457,7 +470,6 @@ export declare const GmSelect: import("../../../../utils").SFCWithInstall<{
|
|
|
457
470
|
effect: import("element-plus/es/utils/index.js").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus/es/components/popper/index.js").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus/es/components/popper/index.js").PopperEffect))[], unknown, unknown, string, boolean>;
|
|
458
471
|
disabled: BooleanConstructor;
|
|
459
472
|
clearable: BooleanConstructor;
|
|
460
|
-
filterable: BooleanConstructor;
|
|
461
473
|
allowCreate: BooleanConstructor;
|
|
462
474
|
loading: BooleanConstructor;
|
|
463
475
|
popperClass: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
@@ -581,8 +593,8 @@ export declare const GmSelect: import("../../../../utils").SFCWithInstall<{
|
|
|
581
593
|
tabindex: import("element-plus/es/utils/index.js").EpPropMergeType<(StringConstructor | NumberConstructor)[], unknown, unknown>;
|
|
582
594
|
validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
583
595
|
loading: boolean;
|
|
584
|
-
valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
585
596
|
filterable: boolean;
|
|
597
|
+
valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
586
598
|
collapseTags: boolean;
|
|
587
599
|
maxCollapseTags: number;
|
|
588
600
|
collapseTagsTooltip: boolean;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { ExtractPropTypes } from 'vue';
|
|
2
2
|
export declare const selectProps: {
|
|
3
|
+
filterable: {
|
|
4
|
+
type: BooleanConstructor;
|
|
5
|
+
default: boolean;
|
|
6
|
+
};
|
|
3
7
|
ariaLabel: StringConstructor;
|
|
4
8
|
emptyValues: ArrayConstructor;
|
|
5
9
|
valueOnClear: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown, undefined, boolean>;
|
|
@@ -17,7 +21,6 @@ export declare const selectProps: {
|
|
|
17
21
|
effect: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string) | (() => import("element-plus/es/components/popper").PopperEffect) | ((new (...args: any[]) => string) | (() => import("element-plus/es/components/popper").PopperEffect))[], unknown, unknown, string, boolean>;
|
|
18
22
|
disabled: BooleanConstructor;
|
|
19
23
|
clearable: BooleanConstructor;
|
|
20
|
-
filterable: BooleanConstructor;
|
|
21
24
|
allowCreate: BooleanConstructor;
|
|
22
25
|
loading: BooleanConstructor;
|
|
23
26
|
popperClass: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, string, boolean>;
|
|
@@ -3,7 +3,11 @@
|
|
|
3
3
|
var select = require('element-plus/es/components/select/src/select');
|
|
4
4
|
|
|
5
5
|
const selectProps = {
|
|
6
|
-
...select.selectProps
|
|
6
|
+
...select.selectProps,
|
|
7
|
+
filterable: {
|
|
8
|
+
type: Boolean,
|
|
9
|
+
default: true
|
|
10
|
+
}
|
|
7
11
|
};
|
|
8
12
|
const elSelectEmits = {
|
|
9
13
|
"update:modelValue": (...arg) => !!arg,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"select.js","sources":["../../../../../../../packages/components/src/base/select/select.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-unused-vars */\nimport { selectProps as elSelectProps } from 'element-plus/es/components/select/src/select';\nimport type { ExtractPropTypes } from 'vue';\n// import type { ExtractPropTypes } from 'vue';\n\nexport const selectProps = {\n ...elSelectProps,\n};\nexport const elSelectEmits = {\n 'update:modelValue': (...arg: any[]) => !!arg,\n change: (...arg: any[]) => !!arg,\n 'visible-change': (...arg: any[]) => !!arg,\n clear: (...arg: any[]) => !!arg,\n blur: (...arg: any[]) => !!arg,\n focus: (...arg: any[]) => !!arg,\n};\nexport const selectEmits = {\n ...elSelectEmits,\n // 自定义事件\n // submit: (value: any) => !!value,\n};\nexport type SelectProps = ExtractPropTypes<typeof selectProps>;\n"],"names":["elSelectProps"],"mappings":";;;;AAKO,MAAM,WAAA,GAAc;AAAA,EACzB,GAAGA;
|
|
1
|
+
{"version":3,"file":"select.js","sources":["../../../../../../../packages/components/src/base/select/select.ts"],"sourcesContent":["/* eslint-disable @typescript-eslint/no-unused-vars */\nimport { selectProps as elSelectProps } from 'element-plus/es/components/select/src/select';\nimport type { ExtractPropTypes } from 'vue';\n// import type { ExtractPropTypes } from 'vue';\n\nexport const selectProps = {\n ...elSelectProps,\n filterable: {\n type: Boolean,\n default: true,\n },\n};\nexport const elSelectEmits = {\n 'update:modelValue': (...arg: any[]) => !!arg,\n change: (...arg: any[]) => !!arg,\n 'visible-change': (...arg: any[]) => !!arg,\n clear: (...arg: any[]) => !!arg,\n blur: (...arg: any[]) => !!arg,\n focus: (...arg: any[]) => !!arg,\n};\nexport const selectEmits = {\n ...elSelectEmits,\n // 自定义事件\n // submit: (value: any) => !!value,\n};\nexport type SelectProps = ExtractPropTypes<typeof selectProps>;\n"],"names":["elSelectProps"],"mappings":";;;;AAKO,MAAM,WAAA,GAAc;AAAA,EACzB,GAAGA,kBAAA;AAAA,EACH,UAAA,EAAY;AAAA,IACV,IAAA,EAAM,OAAA;AAAA,IACN,OAAA,EAAS;AAAA;AAEb;AACO,MAAM,aAAA,GAAgB;AAAA,EAC3B,mBAAA,EAAqB,CAAA,GAAI,GAAA,KAAe,CAAC,CAAC,GAAA;AAAA,EAC1C,MAAA,EAAQ,CAAA,GAAI,GAAA,KAAe,CAAC,CAAC,GAAA;AAAA,EAC7B,gBAAA,EAAkB,CAAA,GAAI,GAAA,KAAe,CAAC,CAAC,GAAA;AAAA,EACvC,KAAA,EAAO,CAAA,GAAI,GAAA,KAAe,CAAC,CAAC,GAAA;AAAA,EAC5B,IAAA,EAAM,CAAA,GAAI,GAAA,KAAe,CAAC,CAAC,GAAA;AAAA,EAC3B,KAAA,EAAO,CAAA,GAAI,GAAA,KAAe,CAAC,CAAC;AAC9B;AACO,MAAM,WAAA,GAAc;AAAA,EACzB,GAAG;AAAA;AAAA;AAGL;;;;;;"}
|
|
@@ -472,8 +472,8 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
472
472
|
tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
473
473
|
validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
474
474
|
loading: boolean;
|
|
475
|
-
valueOnClear: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
476
475
|
filterable: boolean;
|
|
476
|
+
valueOnClear: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
477
477
|
collapseTags: boolean;
|
|
478
478
|
maxCollapseTags: number;
|
|
479
479
|
collapseTagsTooltip: boolean;
|
|
@@ -465,8 +465,8 @@ export declare const GmSelectV2: import("../../../../utils").SFCWithInstall<{
|
|
|
465
465
|
tabindex: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
466
466
|
validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
467
467
|
loading: boolean;
|
|
468
|
-
valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
469
468
|
filterable: boolean;
|
|
469
|
+
valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
470
470
|
collapseTags: boolean;
|
|
471
471
|
maxCollapseTags: number;
|
|
472
472
|
collapseTagsTooltip: boolean;
|
|
@@ -731,8 +731,8 @@ export declare const GmSelectV2: import("../../../../utils").SFCWithInstall<{
|
|
|
731
731
|
tabindex: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
732
732
|
validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
733
733
|
loading: boolean;
|
|
734
|
-
valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
735
734
|
filterable: boolean;
|
|
735
|
+
valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
736
736
|
collapseTags: boolean;
|
|
737
737
|
maxCollapseTags: number;
|
|
738
738
|
collapseTagsTooltip: boolean;
|
|
@@ -1001,8 +1001,8 @@ export declare const GmSelectV2: import("../../../../utils").SFCWithInstall<{
|
|
|
1001
1001
|
tabindex: import("element-plus/es/utils/index.js").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
|
|
1002
1002
|
validateEvent: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1003
1003
|
loading: boolean;
|
|
1004
|
-
valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
1005
1004
|
filterable: boolean;
|
|
1005
|
+
valueOnClear: import("element-plus/es/utils/index.js").EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
|
|
1006
1006
|
collapseTags: boolean;
|
|
1007
1007
|
maxCollapseTags: number;
|
|
1008
1008
|
collapseTagsTooltip: boolean;
|