giime 0.8.7 → 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 +81 -82
- 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/hooks/base/useDictionary/index.d.ts +7 -3
- package/es/hooks/base/useDictionary/index.mjs.map +1 -1
- package/es/index.css +81 -82
- 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/hooks/base/useDictionary/index.d.ts +7 -3
- package/lib/hooks/base/useDictionary/index.js.map +1 -1
- package/lib/index.css +81 -82
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -883,6 +883,14 @@ video {
|
|
|
883
883
|
.gm-group:hover .group-hover\:gm-block {
|
|
884
884
|
display: block;
|
|
885
885
|
}
|
|
886
|
+
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
887
|
+
padding: 0;
|
|
888
|
+
}
|
|
889
|
+
|
|
890
|
+
.gm-upload-pro-file-picture-card[data-v-80b383d8] [data-v-80b383d8] .el-upload-list__item, .gm-upload-pro-file-picture-card[data-v-80b383d8] [data-v-80b383d8] .el-upload--picture-card {
|
|
891
|
+
width: auto;
|
|
892
|
+
height: auto;
|
|
893
|
+
}
|
|
886
894
|
.gm-upload-pro-file {
|
|
887
895
|
line-height: normal;
|
|
888
896
|
}
|
|
@@ -921,14 +929,6 @@ video {
|
|
|
921
929
|
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
922
930
|
display: none;
|
|
923
931
|
}
|
|
924
|
-
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
925
|
-
padding: 0;
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
.gm-upload-pro-file-picture-card[data-v-80b383d8] [data-v-80b383d8] .el-upload-list__item, .gm-upload-pro-file-picture-card[data-v-80b383d8] [data-v-80b383d8] .el-upload--picture-card {
|
|
929
|
-
width: auto;
|
|
930
|
-
height: auto;
|
|
931
|
-
}
|
|
932
932
|
|
|
933
933
|
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
934
934
|
margin: 0;
|
|
@@ -965,6 +965,13 @@ video {
|
|
|
965
965
|
stroke-dashoffset: -120px;
|
|
966
966
|
}
|
|
967
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;
|
|
@@ -983,6 +990,33 @@ video {
|
|
|
983
990
|
.gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
|
|
984
991
|
display: flex;
|
|
985
992
|
}
|
|
993
|
+
[data-v-d3111183] .gmSearchForm .el-form-item {
|
|
994
|
+
margin-right: 0;
|
|
995
|
+
margin-bottom: 4px;
|
|
996
|
+
}
|
|
997
|
+
[data-v-98c2e804] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
998
|
+
border-right: none;
|
|
999
|
+
}
|
|
1000
|
+
|
|
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;
|
|
1019
|
+
}
|
|
986
1020
|
.gm-upload-file {
|
|
987
1021
|
line-height: normal;
|
|
988
1022
|
}
|
|
@@ -1026,181 +1060,146 @@ video {
|
|
|
1026
1060
|
width: auto;
|
|
1027
1061
|
height: auto;
|
|
1028
1062
|
}
|
|
1029
|
-
[data-v-
|
|
1030
|
-
margin-right: 0;
|
|
1031
|
-
margin-bottom: 4px;
|
|
1032
|
-
}
|
|
1033
|
-
[data-v-2c351ff8] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1063
|
+
[data-v-4bbcbf2d] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1034
1064
|
border-right: none;
|
|
1035
1065
|
}
|
|
1036
1066
|
|
|
1037
|
-
[data-v-
|
|
1038
|
-
height: 0;
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
|
-
[data-v-2c351ff8] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1067
|
+
[data-v-4bbcbf2d] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1042
1068
|
height: 0;
|
|
1043
1069
|
}
|
|
1044
1070
|
|
|
1045
|
-
[data-v-
|
|
1071
|
+
[data-v-4bbcbf2d] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1046
1072
|
height: 0;
|
|
1047
1073
|
}
|
|
1048
1074
|
|
|
1049
|
-
[data-v-
|
|
1050
|
-
height: 0;
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
[data-v-2c351ff8] .gmTableNoBorder .el-table__border-left-patch {
|
|
1054
|
-
height: 0;
|
|
1055
|
-
}
|
|
1056
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1057
|
-
border-right: none;
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1061
|
-
height: 0;
|
|
1062
|
-
}
|
|
1063
|
-
|
|
1064
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1065
|
-
height: 0;
|
|
1066
|
-
}
|
|
1067
|
-
|
|
1068
|
-
[data-v-98c2e804] .gmTableNoBorder.el-table--border:after {
|
|
1075
|
+
[data-v-4bbcbf2d] .gmTableNoBorder.el-table--border:after {
|
|
1069
1076
|
height: 0;
|
|
1070
1077
|
}
|
|
1071
1078
|
|
|
1072
|
-
[data-v-
|
|
1079
|
+
[data-v-4bbcbf2d] .gmTableNoBorder.el-table--border:before {
|
|
1073
1080
|
height: 0;
|
|
1074
1081
|
}
|
|
1075
1082
|
|
|
1076
|
-
[data-v-
|
|
1083
|
+
[data-v-4bbcbf2d] .gmTableNoBorder .el-table__border-left-patch {
|
|
1077
1084
|
height: 0;
|
|
1078
1085
|
}
|
|
1079
|
-
.gm-flex-center[data-v-c17deec9] {
|
|
1080
|
-
align-items: center;
|
|
1081
|
-
}
|
|
1082
|
-
|
|
1083
|
-
.gm-flex-justify-between[data-v-c17deec9] {
|
|
1084
|
-
justify-content: space-between;
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
.pagination-container[data-v-47d35e7b] {
|
|
1088
|
-
background: #fff;
|
|
1089
|
-
padding-top: 12px;
|
|
1090
|
-
}
|
|
1091
|
-
.pagination-container.hidden[data-v-47d35e7b] {
|
|
1092
|
-
display: none;
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
1086
|
@charset "UTF-8";
|
|
1096
|
-
.custom-
|
|
1087
|
+
.table-custom-header-drawer .el-drawer__header {
|
|
1097
1088
|
padding: 10px 15px;
|
|
1098
1089
|
margin: 0;
|
|
1099
1090
|
border-bottom: 1px solid #ebeef5;
|
|
1100
1091
|
}
|
|
1101
|
-
.custom-
|
|
1092
|
+
.table-custom-header-drawer .el-drawer__title {
|
|
1102
1093
|
font-size: 14px;
|
|
1103
1094
|
color: #333;
|
|
1104
1095
|
}
|
|
1105
|
-
.custom-
|
|
1096
|
+
.table-custom-header-drawer .el-drawer__body {
|
|
1106
1097
|
padding: 15px;
|
|
1107
1098
|
}
|
|
1108
|
-
.custom-
|
|
1099
|
+
.table-custom-header-drawer .el-drawer__footer {
|
|
1109
1100
|
padding: 10px 15px;
|
|
1110
1101
|
border-top: 1px solid #ebeef5;
|
|
1111
1102
|
}
|
|
1112
|
-
.custom-
|
|
1103
|
+
.table-custom-header-drawer .el-checkbox {
|
|
1113
1104
|
display: flex;
|
|
1114
1105
|
align-items: center;
|
|
1115
1106
|
}
|
|
1116
|
-
.custom-
|
|
1107
|
+
.table-custom-header-drawer .el-input__inner {
|
|
1117
1108
|
text-align: center;
|
|
1118
1109
|
}
|
|
1119
|
-
.custom-
|
|
1110
|
+
.table-custom-header-drawer .el-input__suffix {
|
|
1120
1111
|
position: absolute;
|
|
1121
1112
|
right: 10px;
|
|
1122
1113
|
}
|
|
1123
|
-
.custom-
|
|
1114
|
+
.table-custom-header-drawer .custom-content li {
|
|
1124
1115
|
display: flex;
|
|
1125
1116
|
align-items: center;
|
|
1126
1117
|
justify-content: center;
|
|
1127
1118
|
height: 44px;
|
|
1128
1119
|
}
|
|
1129
|
-
.custom-
|
|
1120
|
+
.table-custom-header-drawer .custom-group {
|
|
1130
1121
|
max-height: calc(100vh - 226px);
|
|
1131
1122
|
overflow-y: auto;
|
|
1132
1123
|
}
|
|
1133
|
-
.custom-
|
|
1124
|
+
.table-custom-header-drawer .custom-group::-webkit-scrollbar {
|
|
1134
1125
|
/*滚动条整体样式*/
|
|
1135
1126
|
width: 4px;
|
|
1136
1127
|
/*高宽分别对应横竖滚动条的尺寸*/
|
|
1137
1128
|
height: 1px;
|
|
1138
1129
|
}
|
|
1139
|
-
.custom-
|
|
1130
|
+
.table-custom-header-drawer .custom-group::-webkit-scrollbar-thumb {
|
|
1140
1131
|
/*滚动条里面小方块*/
|
|
1141
1132
|
border-radius: 10px;
|
|
1142
1133
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
1143
1134
|
background: #999;
|
|
1144
1135
|
}
|
|
1145
|
-
.custom-
|
|
1136
|
+
.table-custom-header-drawer .custom-group::-webkit-scrollbar-track {
|
|
1146
1137
|
/*滚动条里面轨道*/
|
|
1147
1138
|
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1148
1139
|
border-radius: 10px;
|
|
1149
1140
|
background: #eee;
|
|
1150
1141
|
}
|
|
1151
1142
|
@charset "UTF-8";
|
|
1152
|
-
.
|
|
1143
|
+
.custom-operate-drawer .el-drawer__header {
|
|
1153
1144
|
padding: 10px 15px;
|
|
1154
1145
|
margin: 0;
|
|
1155
1146
|
border-bottom: 1px solid #ebeef5;
|
|
1156
1147
|
}
|
|
1157
|
-
.
|
|
1148
|
+
.custom-operate-drawer .el-drawer__title {
|
|
1158
1149
|
font-size: 14px;
|
|
1159
1150
|
color: #333;
|
|
1160
1151
|
}
|
|
1161
|
-
.
|
|
1152
|
+
.custom-operate-drawer .el-drawer__body {
|
|
1162
1153
|
padding: 15px;
|
|
1163
1154
|
}
|
|
1164
|
-
.
|
|
1155
|
+
.custom-operate-drawer .el-drawer__footer {
|
|
1165
1156
|
padding: 10px 15px;
|
|
1166
1157
|
border-top: 1px solid #ebeef5;
|
|
1167
1158
|
}
|
|
1168
|
-
.
|
|
1159
|
+
.custom-operate-drawer .el-checkbox {
|
|
1169
1160
|
display: flex;
|
|
1170
1161
|
align-items: center;
|
|
1171
1162
|
}
|
|
1172
|
-
.
|
|
1163
|
+
.custom-operate-drawer .el-input__inner {
|
|
1173
1164
|
text-align: center;
|
|
1174
1165
|
}
|
|
1175
|
-
.
|
|
1166
|
+
.custom-operate-drawer .el-input__suffix {
|
|
1176
1167
|
position: absolute;
|
|
1177
1168
|
right: 10px;
|
|
1178
1169
|
}
|
|
1179
|
-
.
|
|
1170
|
+
.custom-operate-drawer .custom-content li {
|
|
1180
1171
|
display: flex;
|
|
1181
1172
|
align-items: center;
|
|
1182
1173
|
justify-content: center;
|
|
1183
1174
|
height: 44px;
|
|
1184
1175
|
}
|
|
1185
|
-
.
|
|
1176
|
+
.custom-operate-drawer .custom-group {
|
|
1186
1177
|
max-height: calc(100vh - 226px);
|
|
1187
1178
|
overflow-y: auto;
|
|
1188
1179
|
}
|
|
1189
|
-
.
|
|
1180
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar {
|
|
1190
1181
|
/*滚动条整体样式*/
|
|
1191
1182
|
width: 4px;
|
|
1192
1183
|
/*高宽分别对应横竖滚动条的尺寸*/
|
|
1193
1184
|
height: 1px;
|
|
1194
1185
|
}
|
|
1195
|
-
.
|
|
1186
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar-thumb {
|
|
1196
1187
|
/*滚动条里面小方块*/
|
|
1197
1188
|
border-radius: 10px;
|
|
1198
1189
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
1199
1190
|
background: #999;
|
|
1200
1191
|
}
|
|
1201
|
-
.
|
|
1192
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar-track {
|
|
1202
1193
|
/*滚动条里面轨道*/
|
|
1203
1194
|
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1204
1195
|
border-radius: 10px;
|
|
1205
1196
|
background: #eee;
|
|
1206
|
-
}
|
|
1197
|
+
}
|
|
1198
|
+
|
|
1199
|
+
.pagination-container[data-v-47d35e7b] {
|
|
1200
|
+
background: #fff;
|
|
1201
|
+
padding-top: 12px;
|
|
1202
|
+
}
|
|
1203
|
+
.pagination-container.hidden[data-v-47d35e7b] {
|
|
1204
|
+
display: none;
|
|
1205
|
+
}
|
|
@@ -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,7 +1,11 @@
|
|
|
1
1
|
import { cascaderProps as cascaderProps$1, cascaderEmits as cascaderEmits$1 } from 'element-plus';
|
|
2
2
|
|
|
3
3
|
const cascaderProps = {
|
|
4
|
-
...cascaderProps$1
|
|
4
|
+
...cascaderProps$1,
|
|
5
|
+
filterable: {
|
|
6
|
+
type: Boolean,
|
|
7
|
+
default: true
|
|
8
|
+
}
|
|
5
9
|
};
|
|
6
10
|
const cascaderEmits = {
|
|
7
11
|
...cascaderEmits$1
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cascader.mjs","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.mjs","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,eAAA;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>;
|