giime 0.9.3-beta.1 → 0.9.4-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 +116 -116
- package/es/components/src/base/configProvider/ConfigProvider.vue.d.ts +1 -1
- package/es/components/src/base/configProvider/index.d.ts +3 -3
- package/es/components/src/base/image/Image.vue.d.ts +1 -1
- package/es/components/src/base/image/index.d.ts +2 -2
- package/es/components/src/base/imageViewer/ImageViewer.vue.d.ts +1 -1
- package/es/components/src/base/imageViewer/index.d.ts +1 -1
- package/es/components/src/base/progress/Progress.vue.d.ts +1 -1
- package/es/components/src/base/progress/index.d.ts +3 -3
- package/es/components/src/base/space/Space.vue.d.ts +2 -2
- package/es/components/src/base/space/index.d.ts +6 -6
- package/es/components/src/base/step/Step.vue.d.ts +1 -1
- package/es/components/src/base/step/index.d.ts +3 -3
- package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs +6 -3
- package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs.map +1 -1
- package/es/components/src/composite/tableCustom/TableColumnVNodeRenderer.mjs +11 -9
- package/es/components/src/composite/tableCustom/TableColumnVNodeRenderer.mjs.map +1 -1
- package/es/components/src/composite/tableCustom/TableCustom.vue.mjs +1 -1
- package/es/components/src/composite/tableCustom/TableCustom.vue2.mjs +1 -1
- package/es/components/src/composite/tableCustom/TableCustom.vue2.mjs.map +1 -1
- package/es/components/src/composite/tableCustom/tableCustomHeader/TableCustomHeader.vue2.mjs +7 -1
- package/es/components/src/composite/tableCustom/tableCustomHeader/TableCustomHeader.vue2.mjs.map +1 -1
- package/es/giime/index.mjs +1 -0
- package/es/giime/index.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/store/common/useLangList/index.d.ts +1 -1
- package/es/hooks/store/useLineList/index.d.ts +1 -1
- package/es/index.css +116 -116
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.mjs +1 -0
- package/es/utils/index.mjs.map +1 -1
- package/es/utils/src/clarity/index.d.ts +67 -0
- package/es/utils/src/clarity/index.mjs +93 -0
- package/es/utils/src/clarity/index.mjs.map +1 -0
- package/es/utils/src/http/devProxy.mjs +1 -3
- package/es/utils/src/http/devProxy.mjs.map +1 -1
- package/lib/components/src/base/configProvider/ConfigProvider.vue.d.ts +1 -1
- package/lib/components/src/base/configProvider/index.d.ts +3 -3
- package/lib/components/src/base/image/Image.vue.d.ts +1 -1
- package/lib/components/src/base/image/index.d.ts +2 -2
- package/lib/components/src/base/imageViewer/ImageViewer.vue.d.ts +1 -1
- package/lib/components/src/base/imageViewer/index.d.ts +1 -1
- package/lib/components/src/base/progress/Progress.vue.d.ts +1 -1
- package/lib/components/src/base/progress/index.d.ts +3 -3
- package/lib/components/src/base/space/Space.vue.d.ts +2 -2
- package/lib/components/src/base/space/index.d.ts +6 -6
- package/lib/components/src/base/step/Step.vue.d.ts +1 -1
- package/lib/components/src/base/step/index.d.ts +3 -3
- package/lib/components/src/business/loginDialog/LoginDialog.vue2.js +6 -3
- package/lib/components/src/business/loginDialog/LoginDialog.vue2.js.map +1 -1
- package/lib/components/src/composite/tableCustom/TableColumnVNodeRenderer.js +11 -9
- package/lib/components/src/composite/tableCustom/TableColumnVNodeRenderer.js.map +1 -1
- package/lib/components/src/composite/tableCustom/TableCustom.vue.js +1 -1
- package/lib/components/src/composite/tableCustom/TableCustom.vue2.js +1 -1
- package/lib/components/src/composite/tableCustom/TableCustom.vue2.js.map +1 -1
- package/lib/components/src/composite/tableCustom/tableCustomHeader/TableCustomHeader.vue2.js +7 -1
- package/lib/components/src/composite/tableCustom/tableCustomHeader/TableCustomHeader.vue2.js.map +1 -1
- package/lib/giime/index.js +375 -373
- package/lib/giime/index.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/store/common/useLangList/index.d.ts +1 -1
- package/lib/hooks/store/useLineList/index.d.ts +1 -1
- package/lib/index.css +116 -116
- package/lib/utils/index.d.ts +1 -0
- package/lib/utils/index.js +2 -0
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/src/clarity/index.d.ts +67 -0
- package/lib/utils/src/clarity/index.js +95 -0
- package/lib/utils/src/clarity/index.js.map +1 -0
- package/lib/utils/src/http/devProxy.js +1 -3
- package/lib/utils/src/http/devProxy.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -887,57 +887,13 @@ video {
|
|
|
887
887
|
.gm-group:hover .group-hover\:gm-block {
|
|
888
888
|
display: block;
|
|
889
889
|
}
|
|
890
|
-
.gm-
|
|
891
|
-
|
|
892
|
-
}
|
|
893
|
-
.gm-upload-pro-file .el-checkbox-group {
|
|
894
|
-
font-size: unset;
|
|
895
|
-
}
|
|
896
|
-
.gm-upload-pro-file .el-checkbox {
|
|
897
|
-
position: absolute;
|
|
898
|
-
left: 10px;
|
|
899
|
-
top: 0;
|
|
900
|
-
z-index: 9;
|
|
901
|
-
}
|
|
902
|
-
.gm-upload-pro-file .el-upload-list--picture-card {
|
|
903
|
-
gap: 10px;
|
|
904
|
-
}
|
|
905
|
-
.gm-upload-pro-file .el-upload-list__item {
|
|
906
|
-
margin: 0;
|
|
907
|
-
}
|
|
908
|
-
.gm-upload-pro-file .el-upload-list__item-file-name {
|
|
909
|
-
line-height: 1.7;
|
|
910
|
-
}
|
|
911
|
-
.gm-upload-pro-file .el-upload-dragger {
|
|
912
|
-
padding: 0;
|
|
913
|
-
border: none;
|
|
914
|
-
width: 100%;
|
|
915
|
-
height: 100%;
|
|
916
|
-
display: flex;
|
|
917
|
-
}
|
|
918
|
-
.gm-upload-pro-file .el-upload--picture-card {
|
|
919
|
-
border: none;
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
.gm-upload-pro-file-disabled .el-upload--picture-card {
|
|
923
|
-
display: none;
|
|
924
|
-
}
|
|
925
|
-
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
926
|
-
display: none;
|
|
927
|
-
}
|
|
928
|
-
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
929
|
-
padding: 0;
|
|
930
|
-
}
|
|
931
|
-
|
|
932
|
-
.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 {
|
|
933
|
-
width: auto;
|
|
934
|
-
height: auto;
|
|
890
|
+
.gm-flex-center[data-v-c17deec9] {
|
|
891
|
+
align-items: center;
|
|
935
892
|
}
|
|
936
893
|
|
|
937
|
-
.gm-
|
|
938
|
-
|
|
894
|
+
.gm-flex-justify-between[data-v-c17deec9] {
|
|
895
|
+
justify-content: space-between;
|
|
939
896
|
}
|
|
940
|
-
|
|
941
897
|
.circular[data-v-d7b04fae] {
|
|
942
898
|
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
943
899
|
}
|
|
@@ -969,123 +925,100 @@ video {
|
|
|
969
925
|
stroke-dashoffset: -120px;
|
|
970
926
|
}
|
|
971
927
|
}
|
|
972
|
-
[data-v-050a4f74] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
973
|
-
border-right: none;
|
|
974
|
-
}
|
|
975
928
|
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
}
|
|
979
|
-
|
|
980
|
-
[data-v-050a4f74] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
981
|
-
height: 0;
|
|
982
|
-
}
|
|
983
|
-
|
|
984
|
-
[data-v-050a4f74] .gmTableNoBorder.el-table--border:after {
|
|
985
|
-
height: 0;
|
|
986
|
-
}
|
|
987
|
-
|
|
988
|
-
[data-v-050a4f74] .gmTableNoBorder.el-table--border:before {
|
|
989
|
-
height: 0;
|
|
990
|
-
}
|
|
991
|
-
|
|
992
|
-
[data-v-050a4f74] .gmTableNoBorder .el-table__border-left-patch {
|
|
993
|
-
height: 0;
|
|
994
|
-
}
|
|
995
|
-
[data-v-79615afd] .gmSearchForm .el-form-item {
|
|
996
|
-
margin-right: 0;
|
|
997
|
-
margin-bottom: 4px;
|
|
998
|
-
}
|
|
999
|
-
.gm-number-interval-single[data-v-4e6f4d6f] {
|
|
1000
|
-
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
1001
|
-
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
1002
|
-
background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
|
|
1003
|
-
}
|
|
1004
|
-
.gm-number-interval-single[data-v-4e6f4d6f] [data-v-4e6f4d6f] .el-input__wrapper {
|
|
1005
|
-
box-shadow: none;
|
|
1006
|
-
background: none;
|
|
1007
|
-
}
|
|
1008
|
-
|
|
1009
|
-
.gm-number-interval-close[data-v-4e6f4d6f] {
|
|
1010
|
-
display: none;
|
|
1011
|
-
color: var(--el-input-icon-color, var(--el-text-color-placeholder));
|
|
929
|
+
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
930
|
+
margin: 0;
|
|
1012
931
|
}
|
|
1013
932
|
|
|
1014
|
-
.gm-
|
|
1015
|
-
display: flex;
|
|
1016
|
-
}
|
|
1017
|
-
.gm-upload-preview-dialog[data-v-c615121c] [data-v-c615121c] .el-dialog__body {
|
|
933
|
+
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
1018
934
|
padding: 0;
|
|
1019
935
|
}
|
|
1020
936
|
|
|
1021
|
-
.gm-upload-file-picture-card[data-v-
|
|
937
|
+
.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 {
|
|
1022
938
|
width: auto;
|
|
1023
939
|
height: auto;
|
|
1024
940
|
}
|
|
1025
|
-
.gm-
|
|
1026
|
-
align-items: center;
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
|
-
.gm-flex-justify-between[data-v-c17deec9] {
|
|
1030
|
-
justify-content: space-between;
|
|
1031
|
-
}
|
|
1032
|
-
.gm-upload-file {
|
|
941
|
+
.gm-upload-pro-file {
|
|
1033
942
|
line-height: normal;
|
|
1034
943
|
}
|
|
1035
|
-
.gm-upload-file
|
|
944
|
+
.gm-upload-pro-file .el-checkbox-group {
|
|
945
|
+
font-size: unset;
|
|
946
|
+
}
|
|
947
|
+
.gm-upload-pro-file .el-checkbox {
|
|
1036
948
|
position: absolute;
|
|
1037
949
|
left: 10px;
|
|
1038
950
|
top: 0;
|
|
1039
951
|
z-index: 9;
|
|
1040
952
|
}
|
|
1041
|
-
.gm-upload-file .el-upload-list--picture-card {
|
|
953
|
+
.gm-upload-pro-file .el-upload-list--picture-card {
|
|
1042
954
|
gap: 10px;
|
|
1043
955
|
}
|
|
1044
|
-
.gm-upload-file .el-upload-list__item {
|
|
956
|
+
.gm-upload-pro-file .el-upload-list__item {
|
|
1045
957
|
margin: 0;
|
|
1046
|
-
border: none;
|
|
1047
958
|
}
|
|
1048
|
-
.gm-upload-file .el-upload-list__item-file-name {
|
|
1049
|
-
line-height:
|
|
959
|
+
.gm-upload-pro-file .el-upload-list__item-file-name {
|
|
960
|
+
line-height: 1.7;
|
|
1050
961
|
}
|
|
1051
|
-
.gm-upload-file .el-upload-dragger {
|
|
962
|
+
.gm-upload-pro-file .el-upload-dragger {
|
|
1052
963
|
padding: 0;
|
|
1053
964
|
border: none;
|
|
1054
965
|
width: 100%;
|
|
1055
966
|
height: 100%;
|
|
1056
967
|
display: flex;
|
|
1057
968
|
}
|
|
1058
|
-
.gm-upload-file .el-upload--picture-card {
|
|
969
|
+
.gm-upload-pro-file .el-upload--picture-card {
|
|
1059
970
|
border: none;
|
|
1060
971
|
}
|
|
1061
972
|
|
|
1062
|
-
.gm-upload-file-disabled .el-upload--picture-card {
|
|
973
|
+
.gm-upload-pro-file-disabled .el-upload--picture-card {
|
|
1063
974
|
display: none;
|
|
1064
975
|
}
|
|
1065
|
-
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
976
|
+
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
1066
977
|
display: none;
|
|
1067
978
|
}
|
|
1068
|
-
[data-v-
|
|
979
|
+
.gm-number-interval-single[data-v-4e6f4d6f] {
|
|
980
|
+
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
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));
|
|
992
|
+
}
|
|
993
|
+
|
|
994
|
+
.gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
|
|
995
|
+
display: flex;
|
|
996
|
+
}
|
|
997
|
+
[data-v-79615afd] .gmSearchForm .el-form-item {
|
|
998
|
+
margin-right: 0;
|
|
999
|
+
margin-bottom: 4px;
|
|
1000
|
+
}
|
|
1001
|
+
[data-v-050a4f74] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
1069
1002
|
border-right: none;
|
|
1070
1003
|
}
|
|
1071
1004
|
|
|
1072
|
-
[data-v-
|
|
1005
|
+
[data-v-050a4f74] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
1073
1006
|
height: 0;
|
|
1074
1007
|
}
|
|
1075
1008
|
|
|
1076
|
-
[data-v-
|
|
1009
|
+
[data-v-050a4f74] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
1077
1010
|
height: 0;
|
|
1078
1011
|
}
|
|
1079
1012
|
|
|
1080
|
-
[data-v-
|
|
1013
|
+
[data-v-050a4f74] .gmTableNoBorder.el-table--border:after {
|
|
1081
1014
|
height: 0;
|
|
1082
1015
|
}
|
|
1083
1016
|
|
|
1084
|
-
[data-v-
|
|
1017
|
+
[data-v-050a4f74] .gmTableNoBorder.el-table--border:before {
|
|
1085
1018
|
height: 0;
|
|
1086
1019
|
}
|
|
1087
1020
|
|
|
1088
|
-
[data-v-
|
|
1021
|
+
[data-v-050a4f74] .gmTableNoBorder .el-table__border-left-patch {
|
|
1089
1022
|
height: 0;
|
|
1090
1023
|
}
|
|
1091
1024
|
|
|
@@ -1153,6 +1086,29 @@ video {
|
|
|
1153
1086
|
border-radius: 10px;
|
|
1154
1087
|
background: #eee;
|
|
1155
1088
|
}
|
|
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
|
+
}
|
|
1156
1112
|
@charset "UTF-8";
|
|
1157
1113
|
.table-custom-header-drawer .el-drawer__header {
|
|
1158
1114
|
padding: 10px 15px;
|
|
@@ -1208,4 +1164,48 @@ video {
|
|
|
1208
1164
|
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1209
1165
|
border-radius: 10px;
|
|
1210
1166
|
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
|
}
|
|
@@ -112,10 +112,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
112
112
|
zIndex: NumberConstructor;
|
|
113
113
|
namespace: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "el", boolean>;
|
|
114
114
|
}>>, {
|
|
115
|
+
namespace: string;
|
|
115
116
|
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>;
|
|
116
117
|
a11y: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
117
118
|
keyboardNavigation: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
118
|
-
namespace: string;
|
|
119
119
|
}, {}>, {
|
|
120
120
|
default?: ((props: any) => any) | undefined;
|
|
121
121
|
}>;
|
|
@@ -113,10 +113,10 @@ export declare const GmConfigProvider: import("../../../../utils").SFCWithInstal
|
|
|
113
113
|
zIndex: NumberConstructor;
|
|
114
114
|
namespace: import("element-plus/es/utils/index.js").EpPropFinalized<StringConstructor, unknown, unknown, "el", boolean>;
|
|
115
115
|
}>>, {
|
|
116
|
+
namespace: string;
|
|
116
117
|
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>;
|
|
117
118
|
a11y: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
118
119
|
keyboardNavigation: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
119
|
-
namespace: string;
|
|
120
120
|
}, true, {}, {}, {
|
|
121
121
|
P: {};
|
|
122
122
|
B: {};
|
|
@@ -182,10 +182,10 @@ export declare const GmConfigProvider: import("../../../../utils").SFCWithInstal
|
|
|
182
182
|
}>>, {
|
|
183
183
|
elRef: import("vue").Ref<import("element-plus").ConfigProviderInstance | undefined>;
|
|
184
184
|
}, {}, {}, {}, {
|
|
185
|
+
namespace: string;
|
|
185
186
|
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>;
|
|
186
187
|
a11y: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
187
188
|
keyboardNavigation: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
188
|
-
namespace: string;
|
|
189
189
|
}>;
|
|
190
190
|
__isFragment?: undefined;
|
|
191
191
|
__isTeleport?: undefined;
|
|
@@ -248,10 +248,10 @@ export declare const GmConfigProvider: import("../../../../utils").SFCWithInstal
|
|
|
248
248
|
}>>, {
|
|
249
249
|
elRef: import("vue").Ref<import("element-plus").ConfigProviderInstance | undefined>;
|
|
250
250
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
251
|
+
namespace: string;
|
|
251
252
|
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>;
|
|
252
253
|
a11y: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
253
254
|
keyboardNavigation: import("element-plus/es/utils/index.js").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
254
|
-
namespace: string;
|
|
255
255
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
256
256
|
$slots: {
|
|
257
257
|
default?: ((props: any) => any) | undefined;
|
|
@@ -118,8 +118,8 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
118
118
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
119
119
|
error: (evt: Event) => void;
|
|
120
120
|
show: () => void;
|
|
121
|
-
close: () => void;
|
|
122
121
|
switch: (val: number) => void;
|
|
122
|
+
close: () => void;
|
|
123
123
|
load: (evt: Event) => void;
|
|
124
124
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
125
125
|
hideOnClickModal: BooleanConstructor;
|
|
@@ -118,8 +118,8 @@ export declare const GmImage: import("../../../../utils").SFCWithInstall<{
|
|
|
118
118
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
119
119
|
error: (evt: Event) => void;
|
|
120
120
|
show: () => void;
|
|
121
|
-
close: () => void;
|
|
122
121
|
switch: (val: number) => void;
|
|
122
|
+
close: () => void;
|
|
123
123
|
load: (evt: Event) => void;
|
|
124
124
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
|
125
125
|
hideOnClickModal: BooleanConstructor;
|
|
@@ -510,8 +510,8 @@ export declare const GmImage: import("../../../../utils").SFCWithInstall<{
|
|
|
510
510
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
511
511
|
error: (evt: Event) => void;
|
|
512
512
|
show: () => void;
|
|
513
|
-
close: () => void;
|
|
514
513
|
switch: (val: number) => void;
|
|
514
|
+
close: () => void;
|
|
515
515
|
load: (evt: Event) => void;
|
|
516
516
|
}, string, {
|
|
517
517
|
infinite: boolean;
|
|
@@ -83,8 +83,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
83
83
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
84
84
|
error: (evt: Event) => void;
|
|
85
85
|
rotate: (deg: number) => void;
|
|
86
|
-
close: () => void;
|
|
87
86
|
switch: (index: number) => void;
|
|
87
|
+
close: () => void;
|
|
88
88
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
89
89
|
urlList: {
|
|
90
90
|
readonly type: import("vue").PropType<string[]>;
|
|
@@ -84,8 +84,8 @@ export declare const GmImageViewer: import("../../../../utils").SFCWithInstall<i
|
|
|
84
84
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
85
85
|
error: (evt: Event) => void;
|
|
86
86
|
rotate: (deg: number) => void;
|
|
87
|
-
close: () => void;
|
|
88
87
|
switch: (index: number) => void;
|
|
88
|
+
close: () => void;
|
|
89
89
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
90
90
|
urlList: {
|
|
91
91
|
readonly type: import("vue").PropType<string[]>;
|
|
@@ -178,10 +178,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
178
178
|
width: number;
|
|
179
179
|
strokeLinecap: NonNullable<"inherit" | "round" | "butt" | "square" | undefined>;
|
|
180
180
|
strokeWidth: number;
|
|
181
|
+
status: "" | "success" | "warning" | "exception";
|
|
181
182
|
indeterminate: boolean;
|
|
182
183
|
format: import("element-plus").ProgressFn;
|
|
183
184
|
percentage: number;
|
|
184
|
-
status: "" | "success" | "warning" | "exception";
|
|
185
185
|
textInside: boolean;
|
|
186
186
|
showText: boolean;
|
|
187
187
|
striped: boolean;
|
|
@@ -179,10 +179,10 @@ export declare const GmProgress: import("../../../../utils").SFCWithInstall<{
|
|
|
179
179
|
width: number;
|
|
180
180
|
strokeLinecap: NonNullable<"inherit" | "round" | "butt" | "square" | undefined>;
|
|
181
181
|
strokeWidth: number;
|
|
182
|
+
status: "" | "success" | "warning" | "exception";
|
|
182
183
|
indeterminate: boolean;
|
|
183
184
|
format: import("element-plus").ProgressFn;
|
|
184
185
|
percentage: number;
|
|
185
|
-
status: "" | "success" | "warning" | "exception";
|
|
186
186
|
textInside: boolean;
|
|
187
187
|
showText: boolean;
|
|
188
188
|
striped: boolean;
|
|
@@ -288,10 +288,10 @@ export declare const GmProgress: import("../../../../utils").SFCWithInstall<{
|
|
|
288
288
|
width: number;
|
|
289
289
|
strokeLinecap: NonNullable<"inherit" | "round" | "butt" | "square" | undefined>;
|
|
290
290
|
strokeWidth: number;
|
|
291
|
+
status: "" | "success" | "warning" | "exception";
|
|
291
292
|
indeterminate: boolean;
|
|
292
293
|
format: import("element-plus").ProgressFn;
|
|
293
294
|
percentage: number;
|
|
294
|
-
status: "" | "success" | "warning" | "exception";
|
|
295
295
|
textInside: boolean;
|
|
296
296
|
showText: boolean;
|
|
297
297
|
striped: boolean;
|
|
@@ -394,10 +394,10 @@ export declare const GmProgress: import("../../../../utils").SFCWithInstall<{
|
|
|
394
394
|
width: number;
|
|
395
395
|
strokeLinecap: NonNullable<"inherit" | "round" | "butt" | "square" | undefined>;
|
|
396
396
|
strokeWidth: number;
|
|
397
|
+
status: "" | "success" | "warning" | "exception";
|
|
397
398
|
indeterminate: boolean;
|
|
398
399
|
format: import("element-plus").ProgressFn;
|
|
399
400
|
percentage: number;
|
|
400
|
-
status: "" | "success" | "warning" | "exception";
|
|
401
401
|
textInside: boolean;
|
|
402
402
|
showText: boolean;
|
|
403
403
|
striped: boolean;
|
|
@@ -133,11 +133,11 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
133
133
|
style: import("vue").StyleValue;
|
|
134
134
|
direction: "horizontal" | "vertical";
|
|
135
135
|
wrap: boolean;
|
|
136
|
-
class: string | Record<string, boolean> | (string | Record<string, boolean>)[];
|
|
137
|
-
alignment: string;
|
|
138
136
|
spacer: import("vue").VNodeChild | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
139
137
|
[key: string]: any;
|
|
140
138
|
}>;
|
|
139
|
+
class: string | Record<string, boolean> | (string | Record<string, boolean>)[];
|
|
140
|
+
alignment: string;
|
|
141
141
|
fillRatio: number;
|
|
142
142
|
}, {}>, {
|
|
143
143
|
default?: ((props: any) => any) | undefined;
|
|
@@ -135,11 +135,11 @@ export declare const GmSpace: import("../../../../utils").SFCWithInstall<{
|
|
|
135
135
|
style: import("vue").StyleValue;
|
|
136
136
|
direction: "horizontal" | "vertical";
|
|
137
137
|
wrap: boolean;
|
|
138
|
-
class: string | Record<string, boolean> | (string | Record<string, boolean>)[];
|
|
139
|
-
alignment: string;
|
|
140
138
|
spacer: import("vue").VNodeChild | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
141
139
|
[key: string]: any;
|
|
142
140
|
}>;
|
|
141
|
+
class: string | Record<string, boolean> | (string | Record<string, boolean>)[];
|
|
142
|
+
alignment: string;
|
|
143
143
|
fillRatio: number;
|
|
144
144
|
}, true, {}, {}, {
|
|
145
145
|
P: {};
|
|
@@ -218,11 +218,11 @@ export declare const GmSpace: import("../../../../utils").SFCWithInstall<{
|
|
|
218
218
|
style: import("vue").StyleValue;
|
|
219
219
|
direction: "horizontal" | "vertical";
|
|
220
220
|
wrap: boolean;
|
|
221
|
-
class: string | Record<string, boolean> | (string | Record<string, boolean>)[];
|
|
222
|
-
alignment: string;
|
|
223
221
|
spacer: import("vue").VNodeChild | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
224
222
|
[key: string]: any;
|
|
225
223
|
}>;
|
|
224
|
+
class: string | Record<string, boolean> | (string | Record<string, boolean>)[];
|
|
225
|
+
alignment: string;
|
|
226
226
|
fillRatio: number;
|
|
227
227
|
}>;
|
|
228
228
|
__isFragment?: undefined;
|
|
@@ -298,11 +298,11 @@ export declare const GmSpace: import("../../../../utils").SFCWithInstall<{
|
|
|
298
298
|
style: import("vue").StyleValue;
|
|
299
299
|
direction: "horizontal" | "vertical";
|
|
300
300
|
wrap: boolean;
|
|
301
|
-
class: string | Record<string, boolean> | (string | Record<string, boolean>)[];
|
|
302
|
-
alignment: string;
|
|
303
301
|
spacer: import("vue").VNodeChild | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
304
302
|
[key: string]: any;
|
|
305
303
|
}>;
|
|
304
|
+
class: string | Record<string, boolean> | (string | Record<string, boolean>)[];
|
|
305
|
+
alignment: string;
|
|
306
306
|
fillRatio: number;
|
|
307
307
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
308
308
|
$slots: {
|
|
@@ -73,8 +73,8 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
73
73
|
};
|
|
74
74
|
}>>, {
|
|
75
75
|
title: string;
|
|
76
|
-
description: string;
|
|
77
76
|
status: "" | "error" | "success" | "wait" | "finish" | "process";
|
|
77
|
+
description: string;
|
|
78
78
|
}, {}>, __VLS_Slots>;
|
|
79
79
|
export default _default;
|
|
80
80
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -66,8 +66,8 @@ export declare const GmStep: import("../../../../utils").SFCWithInstall<{
|
|
|
66
66
|
};
|
|
67
67
|
}>>, {
|
|
68
68
|
title: string;
|
|
69
|
-
description: string;
|
|
70
69
|
status: "" | "error" | "success" | "wait" | "finish" | "process";
|
|
70
|
+
description: string;
|
|
71
71
|
}, true, {}, {}, {
|
|
72
72
|
P: {};
|
|
73
73
|
B: {};
|
|
@@ -110,8 +110,8 @@ export declare const GmStep: import("../../../../utils").SFCWithInstall<{
|
|
|
110
110
|
elRef: import("vue").Ref<import("element-plus").StepInstance | undefined>;
|
|
111
111
|
}, {}, {}, {}, {
|
|
112
112
|
title: string;
|
|
113
|
-
description: string;
|
|
114
113
|
status: "" | "error" | "success" | "wait" | "finish" | "process";
|
|
114
|
+
description: string;
|
|
115
115
|
}>;
|
|
116
116
|
__isFragment?: undefined;
|
|
117
117
|
__isTeleport?: undefined;
|
|
@@ -151,8 +151,8 @@ export declare const GmStep: import("../../../../utils").SFCWithInstall<{
|
|
|
151
151
|
elRef: import("vue").Ref<import("element-plus").StepInstance | undefined>;
|
|
152
152
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
153
153
|
title: string;
|
|
154
|
-
description: string;
|
|
155
154
|
status: "" | "error" | "success" | "wait" | "finish" | "process";
|
|
155
|
+
description: string;
|
|
156
156
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
157
157
|
$slots: {
|
|
158
158
|
icon?: ((props: {}) => any) | undefined;
|
|
@@ -14,7 +14,7 @@ import { isString, isMobile, isDingTalk } from '../../../../utils/src/is.mjs';
|
|
|
14
14
|
|
|
15
15
|
const _hoisted_1 = { key: 0 };
|
|
16
16
|
const _hoisted_2 = ["src"];
|
|
17
|
-
const _hoisted_3 =
|
|
17
|
+
const _hoisted_3 = ["src"];
|
|
18
18
|
const loginEnvKey = "VITE_GIIME_LOGIN_URL";
|
|
19
19
|
var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
20
20
|
__name: "LoginDialog",
|
|
@@ -184,7 +184,10 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
184
184
|
{ key: 1 },
|
|
185
185
|
[
|
|
186
186
|
createCommentVNode(" \u5F02\u5E38\u72B6\u6001\uFF1A\u663E\u793A\u9519\u8BEF\u63D0\u793A "),
|
|
187
|
-
createElementVNode("div",
|
|
187
|
+
createElementVNode("div", {
|
|
188
|
+
class: "gm-py-10",
|
|
189
|
+
src: loginUrl.value
|
|
190
|
+
}, [
|
|
188
191
|
createVNode(unref(ElResult), {
|
|
189
192
|
icon: "warning",
|
|
190
193
|
title: "\u767B\u5F55\u5F02\u5E38",
|
|
@@ -224,7 +227,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
224
227
|
_: 1
|
|
225
228
|
/* STABLE */
|
|
226
229
|
})
|
|
227
|
-
])
|
|
230
|
+
], 8, _hoisted_3)
|
|
228
231
|
],
|
|
229
232
|
2112
|
|
230
233
|
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|