giime 0.9.14 → 0.9.15
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 +128 -128
- package/es/components/src/base/input/Input.vue.d.ts +2 -2
- package/es/components/src/base/input/index.d.ts +6 -6
- package/es/components/src/base/input/input.d.ts +1 -1
- package/es/components/src/base/input/input.mjs +3 -1
- package/es/components/src/base/input/input.mjs.map +1 -1
- package/es/components/src/base/timeline/Timeline.vue.d.ts +23 -5
- package/es/components/src/base/timeline/Timeline.vue2.mjs +16 -25
- package/es/components/src/base/timeline/Timeline.vue2.mjs.map +1 -1
- package/es/components/src/base/timeline/index.d.ts +49 -10
- package/es/components/src/base/timeline/timeline.d.ts +10 -1
- package/es/components/src/base/timeline/timeline.mjs +9 -6
- package/es/components/src/base/timeline/timeline.mjs.map +1 -1
- package/es/components/src/base/tooltip/tooltip.d.ts +2 -16
- package/es/components/src/composite/searchForm/searchFormItems/input/SearchFormInput.vue.d.ts +2 -2
- package/es/components/src/composite/searchForm/searchFormItems/input/index.d.ts +2 -2
- package/es/components/src/composite/searchForm/searchFormItems/input/searchFormInput.d.ts +1 -1
- package/es/giime/version.d.ts +1 -1
- package/es/giime/version.mjs +1 -1
- package/es/giime/version.mjs.map +1 -1
- package/es/index.css +128 -128
- package/lib/components/src/base/input/Input.vue.d.ts +2 -2
- package/lib/components/src/base/input/index.d.ts +6 -6
- package/lib/components/src/base/input/input.d.ts +1 -1
- package/lib/components/src/base/input/input.js +3 -1
- package/lib/components/src/base/input/input.js.map +1 -1
- package/lib/components/src/base/timeline/Timeline.vue.d.ts +23 -5
- package/lib/components/src/base/timeline/Timeline.vue2.js +15 -24
- package/lib/components/src/base/timeline/Timeline.vue2.js.map +1 -1
- package/lib/components/src/base/timeline/index.d.ts +49 -10
- package/lib/components/src/base/timeline/timeline.d.ts +10 -1
- package/lib/components/src/base/timeline/timeline.js +9 -6
- package/lib/components/src/base/timeline/timeline.js.map +1 -1
- package/lib/components/src/base/tooltip/tooltip.d.ts +2 -16
- package/lib/components/src/composite/searchForm/searchFormItems/input/SearchFormInput.vue.d.ts +2 -2
- package/lib/components/src/composite/searchForm/searchFormItems/input/index.d.ts +2 -2
- package/lib/components/src/composite/searchForm/searchFormItems/input/searchFormInput.d.ts +1 -1
- package/lib/giime/version.d.ts +1 -1
- package/lib/giime/version.js +1 -1
- package/lib/giime/version.js.map +1 -1
- package/lib/index.css +128 -128
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -894,6 +894,79 @@ video {
|
|
|
894
894
|
.gm-flex-justify-between[data-v-c17deec9] {
|
|
895
895
|
justify-content: space-between;
|
|
896
896
|
}
|
|
897
|
+
.gm-upload-pro-preview-dialog[data-v-fbc23b01] [data-v-fbc23b01] .el-dialog__body {
|
|
898
|
+
padding: 0;
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
.gm-upload-pro-file-picture-card[data-v-fbc23b01] [data-v-fbc23b01] .el-upload-list__item, .gm-upload-pro-file-picture-card[data-v-fbc23b01] [data-v-fbc23b01] .el-upload--picture-card {
|
|
902
|
+
width: auto;
|
|
903
|
+
height: auto;
|
|
904
|
+
}
|
|
905
|
+
.gm-upload-pro-file {
|
|
906
|
+
line-height: normal;
|
|
907
|
+
}
|
|
908
|
+
.gm-upload-pro-file .el-checkbox-group {
|
|
909
|
+
font-size: unset;
|
|
910
|
+
}
|
|
911
|
+
.gm-upload-pro-file .el-checkbox {
|
|
912
|
+
position: absolute;
|
|
913
|
+
left: 10px;
|
|
914
|
+
top: 0;
|
|
915
|
+
z-index: 9;
|
|
916
|
+
}
|
|
917
|
+
.gm-upload-pro-file .el-upload-list--picture-card {
|
|
918
|
+
gap: 10px;
|
|
919
|
+
}
|
|
920
|
+
.gm-upload-pro-file .el-upload-list__item {
|
|
921
|
+
margin: 0;
|
|
922
|
+
}
|
|
923
|
+
.gm-upload-pro-file .el-upload-list__item-file-name {
|
|
924
|
+
line-height: 1.7;
|
|
925
|
+
}
|
|
926
|
+
.gm-upload-pro-file .el-upload-dragger {
|
|
927
|
+
padding: 0;
|
|
928
|
+
border: none;
|
|
929
|
+
width: 100%;
|
|
930
|
+
height: 100%;
|
|
931
|
+
display: flex;
|
|
932
|
+
}
|
|
933
|
+
.gm-upload-pro-file .el-upload--picture-card {
|
|
934
|
+
border: none;
|
|
935
|
+
}
|
|
936
|
+
|
|
937
|
+
.gm-upload-pro-file-disabled .el-upload--picture-card {
|
|
938
|
+
display: none;
|
|
939
|
+
}
|
|
940
|
+
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
941
|
+
display: none;
|
|
942
|
+
}
|
|
943
|
+
[data-v-79615afd] .gmSearchForm .el-form-item {
|
|
944
|
+
margin-right: 0;
|
|
945
|
+
margin-bottom: 4px;
|
|
946
|
+
}
|
|
947
|
+
[data-v-3f2c8504] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
948
|
+
border-right: none;
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
[data-v-3f2c8504] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
952
|
+
height: 0;
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
[data-v-3f2c8504] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
956
|
+
height: 0;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
[data-v-3f2c8504] .gmTableNoBorder.el-table--border:after {
|
|
960
|
+
height: 0;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
[data-v-3f2c8504] .gmTableNoBorder.el-table--border:before {
|
|
964
|
+
height: 0;
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
[data-v-3f2c8504] .gmTableNoBorder .el-table__border-left-patch {
|
|
968
|
+
height: 0;
|
|
969
|
+
}
|
|
897
970
|
.circular[data-v-d7b04fae] {
|
|
898
971
|
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
899
972
|
}
|
|
@@ -930,73 +1003,67 @@ video {
|
|
|
930
1003
|
margin: 0;
|
|
931
1004
|
}
|
|
932
1005
|
|
|
933
|
-
.gm-
|
|
934
|
-
|
|
1006
|
+
.gm-number-interval-single[data-v-4e6f4d6f] {
|
|
1007
|
+
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
1008
|
+
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
1009
|
+
background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
|
|
1010
|
+
}
|
|
1011
|
+
.gm-number-interval-single[data-v-4e6f4d6f] [data-v-4e6f4d6f] .el-input__wrapper {
|
|
1012
|
+
box-shadow: none;
|
|
1013
|
+
background: none;
|
|
935
1014
|
}
|
|
936
1015
|
|
|
937
|
-
.gm-
|
|
938
|
-
|
|
939
|
-
|
|
1016
|
+
.gm-number-interval-close[data-v-4e6f4d6f] {
|
|
1017
|
+
display: none;
|
|
1018
|
+
color: var(--el-input-icon-color, var(--el-text-color-placeholder));
|
|
940
1019
|
}
|
|
941
|
-
|
|
942
|
-
|
|
1020
|
+
|
|
1021
|
+
.gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
|
|
1022
|
+
display: flex;
|
|
943
1023
|
}
|
|
944
|
-
.gm-upload-
|
|
945
|
-
|
|
1024
|
+
.gm-upload-file {
|
|
1025
|
+
line-height: normal;
|
|
946
1026
|
}
|
|
947
|
-
.gm-upload-
|
|
1027
|
+
.gm-upload-file li > .el-checkbox {
|
|
948
1028
|
position: absolute;
|
|
949
1029
|
left: 10px;
|
|
950
1030
|
top: 0;
|
|
951
1031
|
z-index: 9;
|
|
952
1032
|
}
|
|
953
|
-
.gm-upload-
|
|
1033
|
+
.gm-upload-file .el-upload-list--picture-card {
|
|
954
1034
|
gap: 10px;
|
|
955
1035
|
}
|
|
956
|
-
.gm-upload-
|
|
1036
|
+
.gm-upload-file .el-upload-list__item {
|
|
957
1037
|
margin: 0;
|
|
1038
|
+
border: none;
|
|
958
1039
|
}
|
|
959
|
-
.gm-upload-
|
|
960
|
-
line-height:
|
|
1040
|
+
.gm-upload-file .el-upload-list__item-file-name {
|
|
1041
|
+
line-height: normal;
|
|
961
1042
|
}
|
|
962
|
-
.gm-upload-
|
|
1043
|
+
.gm-upload-file .el-upload-dragger {
|
|
963
1044
|
padding: 0;
|
|
964
1045
|
border: none;
|
|
965
1046
|
width: 100%;
|
|
966
1047
|
height: 100%;
|
|
967
1048
|
display: flex;
|
|
968
1049
|
}
|
|
969
|
-
.gm-upload-
|
|
1050
|
+
.gm-upload-file .el-upload--picture-card {
|
|
970
1051
|
border: none;
|
|
971
1052
|
}
|
|
972
1053
|
|
|
973
|
-
.gm-upload-
|
|
1054
|
+
.gm-upload-file-disabled .el-upload--picture-card {
|
|
974
1055
|
display: none;
|
|
975
1056
|
}
|
|
976
|
-
.gm-upload-
|
|
1057
|
+
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
977
1058
|
display: none;
|
|
978
1059
|
}
|
|
979
|
-
.gm-
|
|
980
|
-
|
|
981
|
-
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
982
|
-
background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
|
|
983
|
-
}
|
|
984
|
-
.gm-number-interval-single[data-v-4e6f4d6f] [data-v-4e6f4d6f] .el-input__wrapper {
|
|
985
|
-
box-shadow: none;
|
|
986
|
-
background: none;
|
|
987
|
-
}
|
|
988
|
-
|
|
989
|
-
.gm-number-interval-close[data-v-4e6f4d6f] {
|
|
990
|
-
display: none;
|
|
991
|
-
color: var(--el-input-icon-color, var(--el-text-color-placeholder));
|
|
1060
|
+
.gm-upload-preview-dialog[data-v-c615121c] [data-v-c615121c] .el-dialog__body {
|
|
1061
|
+
padding: 0;
|
|
992
1062
|
}
|
|
993
1063
|
|
|
994
|
-
.gm-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
[data-v-79615afd] .gmSearchForm .el-form-item {
|
|
998
|
-
margin-right: 0;
|
|
999
|
-
margin-bottom: 4px;
|
|
1064
|
+
.gm-upload-file-picture-card[data-v-c615121c] [data-v-c615121c] .el-upload-list__item, .gm-upload-file-picture-card[data-v-c615121c] [data-v-c615121c] .el-upload--picture-card {
|
|
1065
|
+
width: auto;
|
|
1066
|
+
height: auto;
|
|
1000
1067
|
}
|
|
1001
1068
|
[data-v-050a4f74] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1002
1069
|
border-right: none;
|
|
@@ -1031,181 +1098,114 @@ video {
|
|
|
1031
1098
|
}
|
|
1032
1099
|
|
|
1033
1100
|
@charset "UTF-8";
|
|
1034
|
-
.custom-
|
|
1101
|
+
.table-custom-header-drawer .el-drawer__header {
|
|
1035
1102
|
padding: 10px 15px;
|
|
1036
1103
|
margin: 0;
|
|
1037
1104
|
border-bottom: 1px solid #ebeef5;
|
|
1038
1105
|
}
|
|
1039
|
-
.custom-
|
|
1106
|
+
.table-custom-header-drawer .el-drawer__title {
|
|
1040
1107
|
font-size: 14px;
|
|
1041
1108
|
color: #333;
|
|
1042
1109
|
}
|
|
1043
|
-
.custom-
|
|
1110
|
+
.table-custom-header-drawer .el-drawer__body {
|
|
1044
1111
|
padding: 15px;
|
|
1045
1112
|
}
|
|
1046
|
-
.custom-
|
|
1113
|
+
.table-custom-header-drawer .el-drawer__footer {
|
|
1047
1114
|
padding: 10px 15px;
|
|
1048
1115
|
border-top: 1px solid #ebeef5;
|
|
1049
1116
|
}
|
|
1050
|
-
.custom-
|
|
1117
|
+
.table-custom-header-drawer .el-checkbox {
|
|
1051
1118
|
display: flex;
|
|
1052
1119
|
align-items: center;
|
|
1053
1120
|
}
|
|
1054
|
-
.custom-
|
|
1121
|
+
.table-custom-header-drawer .el-input__inner {
|
|
1055
1122
|
text-align: center;
|
|
1056
1123
|
}
|
|
1057
|
-
.custom-
|
|
1124
|
+
.table-custom-header-drawer .el-input__suffix {
|
|
1058
1125
|
position: absolute;
|
|
1059
1126
|
right: 10px;
|
|
1060
1127
|
}
|
|
1061
|
-
.custom-
|
|
1128
|
+
.table-custom-header-drawer .custom-content li {
|
|
1062
1129
|
display: flex;
|
|
1063
1130
|
align-items: center;
|
|
1064
1131
|
justify-content: center;
|
|
1065
1132
|
height: 44px;
|
|
1066
1133
|
}
|
|
1067
|
-
.custom-
|
|
1134
|
+
.table-custom-header-drawer .custom-group {
|
|
1068
1135
|
max-height: calc(100vh - 226px);
|
|
1069
1136
|
overflow-y: auto;
|
|
1070
1137
|
}
|
|
1071
|
-
.custom-
|
|
1138
|
+
.table-custom-header-drawer .custom-group::-webkit-scrollbar {
|
|
1072
1139
|
/*滚动条整体样式*/
|
|
1073
1140
|
width: 4px;
|
|
1074
1141
|
/*高宽分别对应横竖滚动条的尺寸*/
|
|
1075
1142
|
height: 1px;
|
|
1076
1143
|
}
|
|
1077
|
-
.custom-
|
|
1144
|
+
.table-custom-header-drawer .custom-group::-webkit-scrollbar-thumb {
|
|
1078
1145
|
/*滚动条里面小方块*/
|
|
1079
1146
|
border-radius: 10px;
|
|
1080
1147
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
1081
1148
|
background: #999;
|
|
1082
1149
|
}
|
|
1083
|
-
.custom-
|
|
1150
|
+
.table-custom-header-drawer .custom-group::-webkit-scrollbar-track {
|
|
1084
1151
|
/*滚动条里面轨道*/
|
|
1085
1152
|
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1086
1153
|
border-radius: 10px;
|
|
1087
1154
|
background: #eee;
|
|
1088
1155
|
}
|
|
1089
|
-
[data-v-3f2c8504] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1090
|
-
border-right: none;
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
[data-v-3f2c8504] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1094
|
-
height: 0;
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
[data-v-3f2c8504] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1098
|
-
height: 0;
|
|
1099
|
-
}
|
|
1100
|
-
|
|
1101
|
-
[data-v-3f2c8504] .gmTableNoBorder.el-table--border:after {
|
|
1102
|
-
height: 0;
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
[data-v-3f2c8504] .gmTableNoBorder.el-table--border:before {
|
|
1106
|
-
height: 0;
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
[data-v-3f2c8504] .gmTableNoBorder .el-table__border-left-patch {
|
|
1110
|
-
height: 0;
|
|
1111
|
-
}
|
|
1112
1156
|
@charset "UTF-8";
|
|
1113
|
-
.
|
|
1157
|
+
.custom-operate-drawer .el-drawer__header {
|
|
1114
1158
|
padding: 10px 15px;
|
|
1115
1159
|
margin: 0;
|
|
1116
1160
|
border-bottom: 1px solid #ebeef5;
|
|
1117
1161
|
}
|
|
1118
|
-
.
|
|
1162
|
+
.custom-operate-drawer .el-drawer__title {
|
|
1119
1163
|
font-size: 14px;
|
|
1120
1164
|
color: #333;
|
|
1121
1165
|
}
|
|
1122
|
-
.
|
|
1166
|
+
.custom-operate-drawer .el-drawer__body {
|
|
1123
1167
|
padding: 15px;
|
|
1124
1168
|
}
|
|
1125
|
-
.
|
|
1169
|
+
.custom-operate-drawer .el-drawer__footer {
|
|
1126
1170
|
padding: 10px 15px;
|
|
1127
1171
|
border-top: 1px solid #ebeef5;
|
|
1128
1172
|
}
|
|
1129
|
-
.
|
|
1173
|
+
.custom-operate-drawer .el-checkbox {
|
|
1130
1174
|
display: flex;
|
|
1131
1175
|
align-items: center;
|
|
1132
1176
|
}
|
|
1133
|
-
.
|
|
1177
|
+
.custom-operate-drawer .el-input__inner {
|
|
1134
1178
|
text-align: center;
|
|
1135
1179
|
}
|
|
1136
|
-
.
|
|
1180
|
+
.custom-operate-drawer .el-input__suffix {
|
|
1137
1181
|
position: absolute;
|
|
1138
1182
|
right: 10px;
|
|
1139
1183
|
}
|
|
1140
|
-
.
|
|
1184
|
+
.custom-operate-drawer .custom-content li {
|
|
1141
1185
|
display: flex;
|
|
1142
1186
|
align-items: center;
|
|
1143
1187
|
justify-content: center;
|
|
1144
1188
|
height: 44px;
|
|
1145
1189
|
}
|
|
1146
|
-
.
|
|
1190
|
+
.custom-operate-drawer .custom-group {
|
|
1147
1191
|
max-height: calc(100vh - 226px);
|
|
1148
1192
|
overflow-y: auto;
|
|
1149
1193
|
}
|
|
1150
|
-
.
|
|
1194
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar {
|
|
1151
1195
|
/*滚动条整体样式*/
|
|
1152
1196
|
width: 4px;
|
|
1153
1197
|
/*高宽分别对应横竖滚动条的尺寸*/
|
|
1154
1198
|
height: 1px;
|
|
1155
1199
|
}
|
|
1156
|
-
.
|
|
1200
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar-thumb {
|
|
1157
1201
|
/*滚动条里面小方块*/
|
|
1158
1202
|
border-radius: 10px;
|
|
1159
1203
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
1160
1204
|
background: #999;
|
|
1161
1205
|
}
|
|
1162
|
-
.
|
|
1206
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar-track {
|
|
1163
1207
|
/*滚动条里面轨道*/
|
|
1164
1208
|
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1165
1209
|
border-radius: 10px;
|
|
1166
1210
|
background: #eee;
|
|
1167
|
-
}
|
|
1168
|
-
.gm-upload-preview-dialog[data-v-c615121c] [data-v-c615121c] .el-dialog__body {
|
|
1169
|
-
padding: 0;
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
|
-
.gm-upload-file-picture-card[data-v-c615121c] [data-v-c615121c] .el-upload-list__item, .gm-upload-file-picture-card[data-v-c615121c] [data-v-c615121c] .el-upload--picture-card {
|
|
1173
|
-
width: auto;
|
|
1174
|
-
height: auto;
|
|
1175
|
-
}
|
|
1176
|
-
.gm-upload-file {
|
|
1177
|
-
line-height: normal;
|
|
1178
|
-
}
|
|
1179
|
-
.gm-upload-file li > .el-checkbox {
|
|
1180
|
-
position: absolute;
|
|
1181
|
-
left: 10px;
|
|
1182
|
-
top: 0;
|
|
1183
|
-
z-index: 9;
|
|
1184
|
-
}
|
|
1185
|
-
.gm-upload-file .el-upload-list--picture-card {
|
|
1186
|
-
gap: 10px;
|
|
1187
|
-
}
|
|
1188
|
-
.gm-upload-file .el-upload-list__item {
|
|
1189
|
-
margin: 0;
|
|
1190
|
-
border: none;
|
|
1191
|
-
}
|
|
1192
|
-
.gm-upload-file .el-upload-list__item-file-name {
|
|
1193
|
-
line-height: normal;
|
|
1194
|
-
}
|
|
1195
|
-
.gm-upload-file .el-upload-dragger {
|
|
1196
|
-
padding: 0;
|
|
1197
|
-
border: none;
|
|
1198
|
-
width: 100%;
|
|
1199
|
-
height: 100%;
|
|
1200
|
-
display: flex;
|
|
1201
|
-
}
|
|
1202
|
-
.gm-upload-file .el-upload--picture-card {
|
|
1203
|
-
border: none;
|
|
1204
|
-
}
|
|
1205
|
-
|
|
1206
|
-
.gm-upload-file-disabled .el-upload--picture-card {
|
|
1207
|
-
display: none;
|
|
1208
|
-
}
|
|
1209
|
-
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
1210
|
-
display: none;
|
|
1211
1211
|
}
|
|
@@ -201,7 +201,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
201
201
|
clear: () => void;
|
|
202
202
|
input: (value: string) => void;
|
|
203
203
|
change: (value: string) => void;
|
|
204
|
-
"update:modelValue": (
|
|
204
|
+
"update:modelValue": (_value: string | number) => void;
|
|
205
205
|
focus: (evt: FocusEvent) => void;
|
|
206
206
|
blur: (evt: FocusEvent) => void;
|
|
207
207
|
compositionend: (evt: CompositionEvent) => void;
|
|
@@ -393,7 +393,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
393
393
|
onChange?: ((value: string) => any) | undefined;
|
|
394
394
|
onClear?: (() => any) | undefined;
|
|
395
395
|
onInput?: ((value: string) => any) | undefined;
|
|
396
|
-
"onUpdate:modelValue"?: ((
|
|
396
|
+
"onUpdate:modelValue"?: ((_value: string | number) => any) | undefined;
|
|
397
397
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
398
398
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
399
399
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -183,7 +183,7 @@ export declare const GmInput: import("../../../../utils").SFCWithInstall<{
|
|
|
183
183
|
onChange?: ((value: string) => any) | undefined;
|
|
184
184
|
onClear?: (() => any) | undefined;
|
|
185
185
|
onInput?: ((value: string) => any) | undefined;
|
|
186
|
-
"onUpdate:modelValue"?: ((
|
|
186
|
+
"onUpdate:modelValue"?: ((_value: string | number) => any) | undefined;
|
|
187
187
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
188
188
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
189
189
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -206,7 +206,7 @@ export declare const GmInput: import("../../../../utils").SFCWithInstall<{
|
|
|
206
206
|
clear: () => void;
|
|
207
207
|
input: (value: string) => void;
|
|
208
208
|
change: (value: string) => void;
|
|
209
|
-
"update:modelValue": (
|
|
209
|
+
"update:modelValue": (_value: string | number) => void;
|
|
210
210
|
focus: (evt: FocusEvent) => void;
|
|
211
211
|
blur: (evt: FocusEvent) => void;
|
|
212
212
|
compositionend: (evt: CompositionEvent) => void;
|
|
@@ -398,7 +398,7 @@ export declare const GmInput: import("../../../../utils").SFCWithInstall<{
|
|
|
398
398
|
onChange?: ((value: string) => any) | undefined;
|
|
399
399
|
onClear?: (() => any) | undefined;
|
|
400
400
|
onInput?: ((value: string) => any) | undefined;
|
|
401
|
-
"onUpdate:modelValue"?: ((
|
|
401
|
+
"onUpdate:modelValue"?: ((_value: string | number) => any) | undefined;
|
|
402
402
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
403
403
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
404
404
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -617,7 +617,7 @@ export declare const GmInput: import("../../../../utils").SFCWithInstall<{
|
|
|
617
617
|
onChange?: ((value: string) => any) | undefined;
|
|
618
618
|
onClear?: (() => any) | undefined;
|
|
619
619
|
onInput?: ((value: string) => any) | undefined;
|
|
620
|
-
"onUpdate:modelValue"?: ((
|
|
620
|
+
"onUpdate:modelValue"?: ((_value: string | number) => any) | undefined;
|
|
621
621
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
622
622
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
623
623
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -843,7 +843,7 @@ export declare const GmInput: import("../../../../utils").SFCWithInstall<{
|
|
|
843
843
|
onChange?: ((value: string) => any) | undefined;
|
|
844
844
|
onClear?: (() => any) | undefined;
|
|
845
845
|
onInput?: ((value: string) => any) | undefined;
|
|
846
|
-
"onUpdate:modelValue"?: ((
|
|
846
|
+
"onUpdate:modelValue"?: ((_value: string | number) => any) | undefined;
|
|
847
847
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
848
848
|
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
849
849
|
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
@@ -866,7 +866,7 @@ export declare const GmInput: import("../../../../utils").SFCWithInstall<{
|
|
|
866
866
|
clear: () => void;
|
|
867
867
|
input: (value: string) => void;
|
|
868
868
|
change: (value: string) => void;
|
|
869
|
-
"update:modelValue": (
|
|
869
|
+
"update:modelValue": (_value: string | number) => void;
|
|
870
870
|
focus: (evt: FocusEvent) => void;
|
|
871
871
|
blur: (evt: FocusEvent) => void;
|
|
872
872
|
compositionend: (evt: CompositionEvent) => void;
|
|
@@ -180,7 +180,7 @@ export declare const inputProps: {
|
|
|
180
180
|
};
|
|
181
181
|
};
|
|
182
182
|
export declare const inputEmits: {
|
|
183
|
-
|
|
183
|
+
'update:modelValue': (_value: string | number) => boolean;
|
|
184
184
|
input: (value: string) => boolean;
|
|
185
185
|
change: (value: string) => boolean;
|
|
186
186
|
focus: (evt: FocusEvent) => boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.mjs","sources":["../../../../../../../packages/components/src/base/input/input.ts"],"sourcesContent":["import { inputEmits as elInputEmits, inputProps as elInputProps } from 'element-plus';\nimport type { ExtractPropTypes } from 'vue';\n// import type { ExtractPropTypes } from 'vue';\n\nexport const inputProps = {\n ...elInputProps,\n};\n\nexport const inputEmits = {\n ...elInputEmits,\n // 自定义事件\n // submit: (value: any) => !!value,\n};\nexport type InputProps = ExtractPropTypes<typeof inputProps>;\n"],"names":["elInputProps","elInputEmits"],"mappings":";;AAIO,MAAM,UAAA,GAAa;AAAA,EACxB,GAAGA;AACL;AAEO,MAAM,UAAA,GAAa;AAAA,EACxB,GAAGC;AAAA;AAAA;
|
|
1
|
+
{"version":3,"file":"input.mjs","sources":["../../../../../../../packages/components/src/base/input/input.ts"],"sourcesContent":["import { inputEmits as elInputEmits, inputProps as elInputProps } from 'element-plus';\nimport type { ExtractPropTypes } from 'vue';\n// import type { ExtractPropTypes } from 'vue';\n\nexport const inputProps = {\n ...elInputProps,\n};\n\nexport const inputEmits = {\n ...elInputEmits,\n // 兼容 v-model.number 传入 number,避免 update:modelValue 校验警告\n 'update:modelValue': (_value: string | number) => true,\n // 自定义事件\n // submit: (value: any) => !!value,\n};\nexport type InputProps = ExtractPropTypes<typeof inputProps>;\n"],"names":["elInputProps","elInputEmits"],"mappings":";;AAIO,MAAM,UAAA,GAAa;AAAA,EACxB,GAAGA;AACL;AAEO,MAAM,UAAA,GAAa;AAAA,EACxB,GAAGC,YAAA;AAAA;AAAA,EAEH,mBAAA,EAAqB,CAAC,MAAA,KAA4B;AAAA;AAAA;AAGpD;;;;"}
|
|
@@ -1,8 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
2
|
+
mode: {
|
|
3
|
+
type: () => "alternate" | "alternate-reverse" | "end" | "start";
|
|
4
|
+
default: string;
|
|
5
|
+
};
|
|
6
|
+
reverse: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11
|
+
mode: {
|
|
12
|
+
type: () => "alternate" | "alternate-reverse" | "end" | "start";
|
|
13
|
+
default: string;
|
|
14
|
+
};
|
|
15
|
+
reverse: {
|
|
16
|
+
type: BooleanConstructor;
|
|
17
|
+
default: boolean;
|
|
18
|
+
};
|
|
19
|
+
}>>, {
|
|
20
|
+
reverse: boolean;
|
|
21
|
+
mode: "alternate" | "alternate-reverse" | "end" | "start";
|
|
22
|
+
}, {}>, {
|
|
23
|
+
default?: ((props: {}) => any) | undefined;
|
|
6
24
|
}>;
|
|
7
25
|
export default _default;
|
|
8
26
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -1,38 +1,29 @@
|
|
|
1
|
-
import { defineComponent, useSlots,
|
|
1
|
+
import { defineComponent, useSlots, provide, createElementBlock, openBlock, normalizeClass, unref, renderSlot } from 'vue';
|
|
2
|
+
import { useNamespace, TIMELINE_INJECTION_KEY } from 'element-plus';
|
|
3
|
+
import { timelineProps } from './timeline.mjs';
|
|
2
4
|
|
|
3
5
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
6
|
...{
|
|
5
7
|
name: "GmTimeline"
|
|
6
8
|
},
|
|
7
9
|
__name: "Timeline",
|
|
8
|
-
|
|
10
|
+
props: timelineProps,
|
|
11
|
+
setup(__props) {
|
|
12
|
+
const props = __props;
|
|
9
13
|
const slots = useSlots();
|
|
10
|
-
const
|
|
11
|
-
|
|
12
|
-
elRef
|
|
13
|
-
});
|
|
14
|
+
const ns = useNamespace("timeline");
|
|
15
|
+
provide(TIMELINE_INJECTION_KEY, { props, slots });
|
|
14
16
|
return (_ctx, _cache) => {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
_component_el_timeline,
|
|
17
|
+
return openBlock(), createElementBlock(
|
|
18
|
+
"ul",
|
|
18
19
|
{
|
|
19
|
-
|
|
20
|
-
ref: elRef
|
|
20
|
+
class: normalizeClass([unref(ns).b(), unref(ns).is(props.mode)])
|
|
21
21
|
},
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
name: "default",
|
|
28
|
-
fn: withCtx((slotValue) => [
|
|
29
|
-
renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotValue)))
|
|
30
|
-
]),
|
|
31
|
-
key: "0"
|
|
32
|
-
} : void 0
|
|
33
|
-
]),
|
|
34
|
-
1536
|
|
35
|
-
/* NEED_PATCH, DYNAMIC_SLOTS */
|
|
22
|
+
[
|
|
23
|
+
renderSlot(_ctx.$slots, "default")
|
|
24
|
+
],
|
|
25
|
+
2
|
|
26
|
+
/* CLASS */
|
|
36
27
|
);
|
|
37
28
|
};
|
|
38
29
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Timeline.vue2.mjs","sources":["../../../../../../../packages/components/src/base/timeline/Timeline.vue"],"sourcesContent":["<template>\n <
|
|
1
|
+
{"version":3,"file":"Timeline.vue2.mjs","sources":["../../../../../../../packages/components/src/base/timeline/Timeline.vue"],"sourcesContent":["<template>\n <ul :class=\"[ns.b(), ns.is(props.mode)]\">\n <slot />\n </ul>\n</template>\n<script lang=\"ts\" setup>\nimport { provide, useSlots } from 'vue';\nimport { TIMELINE_INJECTION_KEY, useNamespace } from 'element-plus';\nimport { timelineProps } from './timeline';\n\ndefineOptions({\n name: 'GmTimeline',\n});\n\nconst props = defineProps(timelineProps);\nconst slots = useSlots();\nconst ns = useNamespace('timeline');\n\n// el-timeline@2.11.8: provide(key, slots),el-timeline-item 不使用 inject\n// el-timeline@2.13.7: provide(key, { props, slots }),el-timeline-item 通过 inject 读取 mode 计算布局类名\n// props 来自 defineProps,本身是响应式代理,el-timeline-item 通过 inject 解构后可响应 mode 变化\nprovide(TIMELINE_INJECTION_KEY, { props, slots });\n</script>\n"],"names":[],"mappings":";;;;;;;;;;;AAcA,IAAA,MAAM,KAAA,GAAQ,OAAA;AACd,IAAA,MAAM,QAAQ,QAAA,EAAS;AACvB,IAAA,MAAM,EAAA,GAAK,aAAa,UAAU,CAAA;AAKlC,IAAA,OAAA,CAAQ,sBAAA,EAAwB,EAAE,KAAA,EAAO,KAAA,EAAO,CAAA;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,25 +1,64 @@
|
|
|
1
1
|
import Timeline from './Timeline.vue';
|
|
2
2
|
export declare const GmTimeline: import("../../../../utils").SFCWithInstall<{
|
|
3
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
-
|
|
5
|
-
|
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
|
4
|
+
mode: {
|
|
5
|
+
type: () => "alternate" | "alternate-reverse" | "end" | "start";
|
|
6
|
+
default: string;
|
|
7
|
+
};
|
|
8
|
+
reverse: {
|
|
9
|
+
type: BooleanConstructor;
|
|
10
|
+
default: boolean;
|
|
11
|
+
};
|
|
12
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
+
mode: {
|
|
14
|
+
type: () => "alternate" | "alternate-reverse" | "end" | "start";
|
|
15
|
+
default: string;
|
|
16
|
+
};
|
|
17
|
+
reverse: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
default: boolean;
|
|
20
|
+
};
|
|
21
|
+
}>>, {
|
|
22
|
+
reverse: boolean;
|
|
23
|
+
mode: "alternate" | "alternate-reverse" | "end" | "start";
|
|
24
|
+
}, true, {}, {}, {
|
|
6
25
|
P: {};
|
|
7
26
|
B: {};
|
|
8
27
|
D: {};
|
|
9
28
|
C: {};
|
|
10
29
|
M: {};
|
|
11
30
|
Defaults: {};
|
|
12
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
|
13
|
-
|
|
14
|
-
|
|
31
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
|
32
|
+
mode: {
|
|
33
|
+
type: () => "alternate" | "alternate-reverse" | "end" | "start";
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
reverse: {
|
|
37
|
+
type: BooleanConstructor;
|
|
38
|
+
default: boolean;
|
|
39
|
+
};
|
|
40
|
+
}>>, {}, {}, {}, {}, {
|
|
41
|
+
reverse: boolean;
|
|
42
|
+
mode: "alternate" | "alternate-reverse" | "end" | "start";
|
|
43
|
+
}>;
|
|
15
44
|
__isFragment?: undefined;
|
|
16
45
|
__isTeleport?: undefined;
|
|
17
46
|
__isSuspense?: undefined;
|
|
18
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
19
|
-
|
|
20
|
-
|
|
47
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
48
|
+
mode: {
|
|
49
|
+
type: () => "alternate" | "alternate-reverse" | "end" | "start";
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
reverse: {
|
|
53
|
+
type: BooleanConstructor;
|
|
54
|
+
default: boolean;
|
|
55
|
+
};
|
|
56
|
+
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
57
|
+
reverse: boolean;
|
|
58
|
+
mode: "alternate" | "alternate-reverse" | "end" | "start";
|
|
59
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
21
60
|
$slots: {
|
|
22
|
-
default?: ((props:
|
|
61
|
+
default?: ((props: {}) => any) | undefined;
|
|
23
62
|
};
|
|
24
63
|
})> & Record<string, any>;
|
|
25
64
|
export type TimelineInstance = InstanceType<typeof Timeline>;
|