giime 0.8.7 → 0.8.9
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 +115 -115
- 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/searchForm/SearchForm.vue.d.ts +9 -0
- package/es/components/src/composite/searchForm/SearchForm.vue.mjs +1 -1
- package/es/components/src/composite/searchForm/SearchForm.vue2.mjs +5 -3
- package/es/components/src/composite/searchForm/SearchForm.vue2.mjs.map +1 -1
- package/es/components/src/composite/searchForm/index.d.ts +19 -0
- package/es/components/src/composite/searchForm/searchForm.d.ts +8 -0
- package/es/components/src/composite/searchForm/searchForm.mjs +8 -0
- package/es/components/src/composite/searchForm/searchForm.mjs.map +1 -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 +115 -115
- 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/searchForm/SearchForm.vue.d.ts +9 -0
- package/lib/components/src/composite/searchForm/SearchForm.vue.js +1 -1
- package/lib/components/src/composite/searchForm/SearchForm.vue2.js +5 -3
- package/lib/components/src/composite/searchForm/SearchForm.vue2.js.map +1 -1
- package/lib/components/src/composite/searchForm/index.d.ts +19 -0
- package/lib/components/src/composite/searchForm/searchForm.d.ts +8 -0
- package/lib/components/src/composite/searchForm/searchForm.js +8 -0
- package/lib/components/src/composite/searchForm/searchForm.js.map +1 -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 +115 -115
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -883,57 +883,13 @@ video {
|
|
|
883
883
|
.gm-group:hover .group-hover\:gm-block {
|
|
884
884
|
display: block;
|
|
885
885
|
}
|
|
886
|
-
.gm-
|
|
887
|
-
|
|
888
|
-
}
|
|
889
|
-
.gm-upload-pro-file .el-checkbox-group {
|
|
890
|
-
font-size: unset;
|
|
891
|
-
}
|
|
892
|
-
.gm-upload-pro-file .el-checkbox {
|
|
893
|
-
position: absolute;
|
|
894
|
-
left: 10px;
|
|
895
|
-
top: 0;
|
|
896
|
-
z-index: 9;
|
|
897
|
-
}
|
|
898
|
-
.gm-upload-pro-file .el-upload-list--picture-card {
|
|
899
|
-
gap: 10px;
|
|
900
|
-
}
|
|
901
|
-
.gm-upload-pro-file .el-upload-list__item {
|
|
902
|
-
margin: 0;
|
|
903
|
-
}
|
|
904
|
-
.gm-upload-pro-file .el-upload-list__item-file-name {
|
|
905
|
-
line-height: 1.7;
|
|
906
|
-
}
|
|
907
|
-
.gm-upload-pro-file .el-upload-dragger {
|
|
908
|
-
padding: 0;
|
|
909
|
-
border: none;
|
|
910
|
-
width: 100%;
|
|
911
|
-
height: 100%;
|
|
912
|
-
display: flex;
|
|
913
|
-
}
|
|
914
|
-
.gm-upload-pro-file .el-upload--picture-card {
|
|
915
|
-
border: none;
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
.gm-upload-pro-file-disabled .el-upload--picture-card {
|
|
919
|
-
display: none;
|
|
920
|
-
}
|
|
921
|
-
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
922
|
-
display: none;
|
|
923
|
-
}
|
|
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;
|
|
886
|
+
.gm-flex-center[data-v-c17deec9] {
|
|
887
|
+
align-items: center;
|
|
931
888
|
}
|
|
932
889
|
|
|
933
|
-
.gm-
|
|
934
|
-
|
|
890
|
+
.gm-flex-justify-between[data-v-c17deec9] {
|
|
891
|
+
justify-content: space-between;
|
|
935
892
|
}
|
|
936
|
-
|
|
937
893
|
.circular[data-v-d7b04fae] {
|
|
938
894
|
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
939
895
|
}
|
|
@@ -965,133 +921,111 @@ video {
|
|
|
965
921
|
stroke-dashoffset: -120px;
|
|
966
922
|
}
|
|
967
923
|
}
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
|
|
972
|
-
}
|
|
973
|
-
.gm-number-interval-single[data-v-4e6f4d6f] [data-v-4e6f4d6f] .el-input__wrapper {
|
|
974
|
-
box-shadow: none;
|
|
975
|
-
background: none;
|
|
924
|
+
|
|
925
|
+
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
926
|
+
margin: 0;
|
|
976
927
|
}
|
|
977
928
|
|
|
978
|
-
.gm-
|
|
979
|
-
|
|
980
|
-
color: var(--el-input-icon-color, var(--el-text-color-placeholder));
|
|
929
|
+
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
930
|
+
padding: 0;
|
|
981
931
|
}
|
|
982
932
|
|
|
983
|
-
.gm-
|
|
984
|
-
|
|
933
|
+
.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 {
|
|
934
|
+
width: auto;
|
|
935
|
+
height: auto;
|
|
985
936
|
}
|
|
986
|
-
.gm-upload-file {
|
|
937
|
+
.gm-upload-pro-file {
|
|
987
938
|
line-height: normal;
|
|
988
939
|
}
|
|
989
|
-
.gm-upload-file .el-checkbox {
|
|
940
|
+
.gm-upload-pro-file .el-checkbox-group {
|
|
941
|
+
font-size: unset;
|
|
942
|
+
}
|
|
943
|
+
.gm-upload-pro-file .el-checkbox {
|
|
990
944
|
position: absolute;
|
|
991
945
|
left: 10px;
|
|
992
946
|
top: 0;
|
|
993
947
|
z-index: 9;
|
|
994
948
|
}
|
|
995
|
-
.gm-upload-file .el-upload-list--picture-card {
|
|
949
|
+
.gm-upload-pro-file .el-upload-list--picture-card {
|
|
996
950
|
gap: 10px;
|
|
997
951
|
}
|
|
998
|
-
.gm-upload-file .el-upload-list__item {
|
|
952
|
+
.gm-upload-pro-file .el-upload-list__item {
|
|
999
953
|
margin: 0;
|
|
1000
954
|
}
|
|
1001
|
-
.gm-upload-file .el-upload-list__item-file-name {
|
|
1002
|
-
line-height:
|
|
955
|
+
.gm-upload-pro-file .el-upload-list__item-file-name {
|
|
956
|
+
line-height: 1.7;
|
|
1003
957
|
}
|
|
1004
|
-
.gm-upload-file .el-upload-dragger {
|
|
958
|
+
.gm-upload-pro-file .el-upload-dragger {
|
|
1005
959
|
padding: 0;
|
|
1006
960
|
border: none;
|
|
1007
961
|
width: 100%;
|
|
1008
962
|
height: 100%;
|
|
1009
963
|
display: flex;
|
|
1010
964
|
}
|
|
1011
|
-
.gm-upload-file .el-upload--picture-card {
|
|
965
|
+
.gm-upload-pro-file .el-upload--picture-card {
|
|
1012
966
|
border: none;
|
|
1013
967
|
}
|
|
1014
968
|
|
|
1015
|
-
.gm-upload-file-disabled .el-upload--picture-card {
|
|
969
|
+
.gm-upload-pro-file-disabled .el-upload--picture-card {
|
|
1016
970
|
display: none;
|
|
1017
971
|
}
|
|
1018
|
-
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
972
|
+
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
1019
973
|
display: none;
|
|
1020
974
|
}
|
|
1021
|
-
|
|
1022
|
-
padding: 0;
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
.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 {
|
|
1026
|
-
width: auto;
|
|
1027
|
-
height: auto;
|
|
1028
|
-
}
|
|
1029
|
-
[data-v-d3111183] .gmSearchForm .el-form-item {
|
|
975
|
+
[data-v-79615afd] .gmSearchForm .el-form-item {
|
|
1030
976
|
margin-right: 0;
|
|
1031
977
|
margin-bottom: 4px;
|
|
1032
978
|
}
|
|
1033
|
-
[data-v-
|
|
979
|
+
[data-v-4bbcbf2d] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1034
980
|
border-right: none;
|
|
1035
981
|
}
|
|
1036
982
|
|
|
1037
|
-
[data-v-
|
|
1038
|
-
height: 0;
|
|
1039
|
-
}
|
|
1040
|
-
|
|
1041
|
-
[data-v-2c351ff8] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1042
|
-
height: 0;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
[data-v-2c351ff8] .gmTableNoBorder.el-table--border:after {
|
|
983
|
+
[data-v-4bbcbf2d] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1046
984
|
height: 0;
|
|
1047
985
|
}
|
|
1048
986
|
|
|
1049
|
-
[data-v-
|
|
987
|
+
[data-v-4bbcbf2d] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1050
988
|
height: 0;
|
|
1051
989
|
}
|
|
1052
990
|
|
|
1053
|
-
[data-v-
|
|
991
|
+
[data-v-4bbcbf2d] .gmTableNoBorder.el-table--border:after {
|
|
1054
992
|
height: 0;
|
|
1055
993
|
}
|
|
1056
|
-
[data-v-98c2e804] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1057
|
-
border-right: none;
|
|
1058
|
-
}
|
|
1059
994
|
|
|
1060
|
-
[data-v-
|
|
995
|
+
[data-v-4bbcbf2d] .gmTableNoBorder.el-table--border:before {
|
|
1061
996
|
height: 0;
|
|
1062
997
|
}
|
|
1063
998
|
|
|
1064
|
-
[data-v-
|
|
999
|
+
[data-v-4bbcbf2d] .gmTableNoBorder .el-table__border-left-patch {
|
|
1065
1000
|
height: 0;
|
|
1066
1001
|
}
|
|
1067
1002
|
|
|
1068
|
-
[data-v-
|
|
1069
|
-
|
|
1003
|
+
.pagination-container[data-v-47d35e7b] {
|
|
1004
|
+
background: #fff;
|
|
1005
|
+
padding-top: 12px;
|
|
1070
1006
|
}
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
height: 0;
|
|
1007
|
+
.pagination-container.hidden[data-v-47d35e7b] {
|
|
1008
|
+
display: none;
|
|
1074
1009
|
}
|
|
1075
1010
|
|
|
1076
|
-
[data-v-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
align-items: center;
|
|
1011
|
+
.gm-number-interval-single[data-v-4e6f4d6f] {
|
|
1012
|
+
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
1013
|
+
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
1014
|
+
background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
|
|
1081
1015
|
}
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1016
|
+
.gm-number-interval-single[data-v-4e6f4d6f] [data-v-4e6f4d6f] .el-input__wrapper {
|
|
1017
|
+
box-shadow: none;
|
|
1018
|
+
background: none;
|
|
1085
1019
|
}
|
|
1086
1020
|
|
|
1087
|
-
.
|
|
1088
|
-
background: #fff;
|
|
1089
|
-
padding-top: 12px;
|
|
1090
|
-
}
|
|
1091
|
-
.pagination-container.hidden[data-v-47d35e7b] {
|
|
1021
|
+
.gm-number-interval-close[data-v-4e6f4d6f] {
|
|
1092
1022
|
display: none;
|
|
1023
|
+
color: var(--el-input-icon-color, var(--el-text-color-placeholder));
|
|
1093
1024
|
}
|
|
1094
1025
|
|
|
1026
|
+
.gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
|
|
1027
|
+
display: flex;
|
|
1028
|
+
}
|
|
1095
1029
|
@charset "UTF-8";
|
|
1096
1030
|
.custom-operate-drawer .el-drawer__header {
|
|
1097
1031
|
padding: 10px 15px;
|
|
@@ -1148,6 +1082,29 @@ video {
|
|
|
1148
1082
|
border-radius: 10px;
|
|
1149
1083
|
background: #eee;
|
|
1150
1084
|
}
|
|
1085
|
+
[data-v-98c2e804] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1086
|
+
border-right: none;
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
[data-v-98c2e804] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1090
|
+
height: 0;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
[data-v-98c2e804] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1094
|
+
height: 0;
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
[data-v-98c2e804] .gmTableNoBorder.el-table--border:after {
|
|
1098
|
+
height: 0;
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
[data-v-98c2e804] .gmTableNoBorder.el-table--border:before {
|
|
1102
|
+
height: 0;
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
[data-v-98c2e804] .gmTableNoBorder .el-table__border-left-patch {
|
|
1106
|
+
height: 0;
|
|
1107
|
+
}
|
|
1151
1108
|
@charset "UTF-8";
|
|
1152
1109
|
.table-custom-header-drawer .el-drawer__header {
|
|
1153
1110
|
padding: 10px 15px;
|
|
@@ -1203,4 +1160,47 @@ video {
|
|
|
1203
1160
|
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1204
1161
|
border-radius: 10px;
|
|
1205
1162
|
background: #eee;
|
|
1163
|
+
}
|
|
1164
|
+
.gm-upload-preview-dialog[data-v-312f9322] [data-v-312f9322] .el-dialog__body {
|
|
1165
|
+
padding: 0;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
.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 {
|
|
1169
|
+
width: auto;
|
|
1170
|
+
height: auto;
|
|
1171
|
+
}
|
|
1172
|
+
.gm-upload-file {
|
|
1173
|
+
line-height: normal;
|
|
1174
|
+
}
|
|
1175
|
+
.gm-upload-file .el-checkbox {
|
|
1176
|
+
position: absolute;
|
|
1177
|
+
left: 10px;
|
|
1178
|
+
top: 0;
|
|
1179
|
+
z-index: 9;
|
|
1180
|
+
}
|
|
1181
|
+
.gm-upload-file .el-upload-list--picture-card {
|
|
1182
|
+
gap: 10px;
|
|
1183
|
+
}
|
|
1184
|
+
.gm-upload-file .el-upload-list__item {
|
|
1185
|
+
margin: 0;
|
|
1186
|
+
}
|
|
1187
|
+
.gm-upload-file .el-upload-list__item-file-name {
|
|
1188
|
+
line-height: normal;
|
|
1189
|
+
}
|
|
1190
|
+
.gm-upload-file .el-upload-dragger {
|
|
1191
|
+
padding: 0;
|
|
1192
|
+
border: none;
|
|
1193
|
+
width: 100%;
|
|
1194
|
+
height: 100%;
|
|
1195
|
+
display: flex;
|
|
1196
|
+
}
|
|
1197
|
+
.gm-upload-file .el-upload--picture-card {
|
|
1198
|
+
border: none;
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
.gm-upload-file-disabled .el-upload--picture-card {
|
|
1202
|
+
display: none;
|
|
1203
|
+
}
|
|
1204
|
+
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
1205
|
+
display: none;
|
|
1206
1206
|
}
|
|
@@ -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;
|