giime 0.9.13 → 0.9.15-beta.1
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 +142 -142
- 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/business/uploadItem/UploadItem.vue2.mjs +3 -2
- package/es/components/src/business/uploadItem/UploadItem.vue2.mjs.map +1 -1
- 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 +142 -142
- 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/business/uploadItem/UploadItem.vue2.js +2 -1
- package/lib/components/src/business/uploadItem/UploadItem.vue2.js.map +1 -1
- 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 +142 -142
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -887,6 +887,54 @@ video {
|
|
|
887
887
|
.gm-group:hover .group-hover\:gm-block {
|
|
888
888
|
display: block;
|
|
889
889
|
}
|
|
890
|
+
.gm-upload-file {
|
|
891
|
+
line-height: normal;
|
|
892
|
+
}
|
|
893
|
+
.gm-upload-file li > .el-checkbox {
|
|
894
|
+
position: absolute;
|
|
895
|
+
left: 10px;
|
|
896
|
+
top: 0;
|
|
897
|
+
z-index: 9;
|
|
898
|
+
}
|
|
899
|
+
.gm-upload-file .el-upload-list--picture-card {
|
|
900
|
+
gap: 10px;
|
|
901
|
+
}
|
|
902
|
+
.gm-upload-file .el-upload-list__item {
|
|
903
|
+
margin: 0;
|
|
904
|
+
border: none;
|
|
905
|
+
}
|
|
906
|
+
.gm-upload-file .el-upload-list__item-file-name {
|
|
907
|
+
line-height: normal;
|
|
908
|
+
}
|
|
909
|
+
.gm-upload-file .el-upload-dragger {
|
|
910
|
+
padding: 0;
|
|
911
|
+
border: none;
|
|
912
|
+
width: 100%;
|
|
913
|
+
height: 100%;
|
|
914
|
+
display: flex;
|
|
915
|
+
}
|
|
916
|
+
.gm-upload-file .el-upload--picture-card {
|
|
917
|
+
border: none;
|
|
918
|
+
}
|
|
919
|
+
|
|
920
|
+
.gm-upload-file-disabled .el-upload--picture-card {
|
|
921
|
+
display: none;
|
|
922
|
+
}
|
|
923
|
+
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
924
|
+
display: none;
|
|
925
|
+
}
|
|
926
|
+
.gm-upload-preview-dialog[data-v-c615121c] [data-v-c615121c] .el-dialog__body {
|
|
927
|
+
padding: 0;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
.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 {
|
|
931
|
+
width: auto;
|
|
932
|
+
height: auto;
|
|
933
|
+
}
|
|
934
|
+
[data-v-79615afd] .gmSearchForm .el-form-item {
|
|
935
|
+
margin-right: 0;
|
|
936
|
+
margin-bottom: 4px;
|
|
937
|
+
}
|
|
890
938
|
.gm-flex-center[data-v-c17deec9] {
|
|
891
939
|
align-items: center;
|
|
892
940
|
}
|
|
@@ -894,49 +942,51 @@ video {
|
|
|
894
942
|
.gm-flex-justify-between[data-v-c17deec9] {
|
|
895
943
|
justify-content: space-between;
|
|
896
944
|
}
|
|
897
|
-
|
|
898
|
-
|
|
945
|
+
|
|
946
|
+
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
947
|
+
margin: 0;
|
|
899
948
|
}
|
|
900
949
|
|
|
901
|
-
.
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
950
|
+
.gm-number-interval-single[data-v-4e6f4d6f] {
|
|
951
|
+
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
952
|
+
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
953
|
+
background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
|
|
954
|
+
}
|
|
955
|
+
.gm-number-interval-single[data-v-4e6f4d6f] [data-v-4e6f4d6f] .el-input__wrapper {
|
|
956
|
+
box-shadow: none;
|
|
957
|
+
background: none;
|
|
907
958
|
}
|
|
908
959
|
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
}
|
|
960
|
+
.gm-number-interval-close[data-v-4e6f4d6f] {
|
|
961
|
+
display: none;
|
|
962
|
+
color: var(--el-input-icon-color, var(--el-text-color-placeholder));
|
|
913
963
|
}
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
stroke-dasharray: 90, 150;
|
|
921
|
-
stroke-dashoffset: -40px;
|
|
922
|
-
}
|
|
923
|
-
100% {
|
|
924
|
-
stroke-dasharray: 90, 150;
|
|
925
|
-
stroke-dashoffset: -120px;
|
|
926
|
-
}
|
|
964
|
+
|
|
965
|
+
.gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
|
|
966
|
+
display: flex;
|
|
967
|
+
}
|
|
968
|
+
[data-v-3f2c8504] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
969
|
+
border-right: none;
|
|
927
970
|
}
|
|
928
971
|
|
|
929
|
-
|
|
930
|
-
|
|
972
|
+
[data-v-3f2c8504] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
973
|
+
height: 0;
|
|
931
974
|
}
|
|
932
975
|
|
|
933
|
-
|
|
934
|
-
|
|
976
|
+
[data-v-3f2c8504] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
977
|
+
height: 0;
|
|
935
978
|
}
|
|
936
979
|
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
980
|
+
[data-v-3f2c8504] .gmTableNoBorder.el-table--border:after {
|
|
981
|
+
height: 0;
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
[data-v-3f2c8504] .gmTableNoBorder.el-table--border:before {
|
|
985
|
+
height: 0;
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
[data-v-3f2c8504] .gmTableNoBorder .el-table__border-left-patch {
|
|
989
|
+
height: 0;
|
|
940
990
|
}
|
|
941
991
|
.gm-upload-pro-file {
|
|
942
992
|
line-height: normal;
|
|
@@ -976,27 +1026,13 @@ video {
|
|
|
976
1026
|
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
977
1027
|
display: none;
|
|
978
1028
|
}
|
|
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));
|
|
1029
|
+
.gm-upload-pro-preview-dialog[data-v-fbc23b01] [data-v-fbc23b01] .el-dialog__body {
|
|
1030
|
+
padding: 0;
|
|
992
1031
|
}
|
|
993
1032
|
|
|
994
|
-
.gm-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
[data-v-79615afd] .gmSearchForm .el-form-item {
|
|
998
|
-
margin-right: 0;
|
|
999
|
-
margin-bottom: 4px;
|
|
1033
|
+
.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 {
|
|
1034
|
+
width: auto;
|
|
1035
|
+
height: auto;
|
|
1000
1036
|
}
|
|
1001
1037
|
[data-v-050a4f74] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1002
1038
|
border-right: none;
|
|
@@ -1021,6 +1057,37 @@ video {
|
|
|
1021
1057
|
[data-v-050a4f74] .gmTableNoBorder .el-table__border-left-patch {
|
|
1022
1058
|
height: 0;
|
|
1023
1059
|
}
|
|
1060
|
+
.circular[data-v-d7b04fae] {
|
|
1061
|
+
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
1062
|
+
}
|
|
1063
|
+
|
|
1064
|
+
.path[data-v-d7b04fae] {
|
|
1065
|
+
animation: loading-dash-d7b04fae 1.5s ease-in-out infinite;
|
|
1066
|
+
stroke-dasharray: 90, 150;
|
|
1067
|
+
stroke-dashoffset: 0;
|
|
1068
|
+
stroke: var(--el-color-primary);
|
|
1069
|
+
stroke-linecap: round;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
@keyframes loading-rotate-d7b04fae {
|
|
1073
|
+
to {
|
|
1074
|
+
transform: rotate(360deg);
|
|
1075
|
+
}
|
|
1076
|
+
}
|
|
1077
|
+
@keyframes loading-dash-d7b04fae {
|
|
1078
|
+
0% {
|
|
1079
|
+
stroke-dasharray: 1, 200;
|
|
1080
|
+
stroke-dashoffset: 0;
|
|
1081
|
+
}
|
|
1082
|
+
50% {
|
|
1083
|
+
stroke-dasharray: 90, 150;
|
|
1084
|
+
stroke-dashoffset: -40px;
|
|
1085
|
+
}
|
|
1086
|
+
100% {
|
|
1087
|
+
stroke-dasharray: 90, 150;
|
|
1088
|
+
stroke-dashoffset: -120px;
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1024
1091
|
|
|
1025
1092
|
.pagination-container[data-v-47d35e7b] {
|
|
1026
1093
|
background: #fff;
|
|
@@ -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;;;;;;;;;;;;;;;;;;;"}
|