giime 0.9.0 → 0.9.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 +125 -122
- package/es/components/src/base/alert/Alert.vue.d.ts +1 -1
- package/es/components/src/base/alert/index.d.ts +3 -3
- package/es/components/src/base/cascader/Cascader.vue.d.ts +1 -1
- package/es/components/src/base/cascader/index.d.ts +3 -3
- package/es/components/src/base/col/Col.vue.d.ts +1 -1
- package/es/components/src/base/col/index.d.ts +3 -3
- package/es/components/src/base/dropdown/Dropdown.vue.d.ts +1 -1
- package/es/components/src/base/dropdown/index.d.ts +3 -3
- package/es/components/src/base/image/Image.vue.d.ts +3 -3
- package/es/components/src/base/image/image.d.ts +1 -1
- package/es/components/src/base/image/index.d.ts +7 -7
- package/es/components/src/base/popconfirm/Popconfirm.vue.d.ts +1 -1
- package/es/components/src/base/popconfirm/index.d.ts +3 -3
- package/es/components/src/base/popover/Popover.vue.d.ts +1 -1
- package/es/components/src/base/popover/index.d.ts +3 -3
- package/es/components/src/base/radioGroup/RadioGroup.vue.d.ts +1 -1
- package/es/components/src/base/radioGroup/index.d.ts +3 -3
- package/es/components/src/base/select/Select.vue.d.ts +1 -1
- package/es/components/src/base/select/index.d.ts +3 -3
- 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/space/Space.vue.d.ts +1 -1
- package/es/components/src/base/space/index.d.ts +3 -3
- package/es/components/src/base/table/Table.vue.d.ts +4 -4
- package/es/components/src/base/table/index.d.ts +8 -8
- package/es/components/src/base/table/table.d.ts +2 -2
- package/es/components/src/base/tableColumn/TableColumn.vue.d.ts +3 -3
- package/es/components/src/base/tableColumn/index.d.ts +7 -7
- package/es/components/src/base/tableColumn/tableColumn.d.ts +1 -1
- package/es/components/src/base/tag/Tag.vue.d.ts +1 -1
- package/es/components/src/base/tag/index.d.ts +3 -3
- package/es/components/src/base/timeSelect/TimeSelect.vue.d.ts +1 -1
- package/es/components/src/base/timeSelect/index.d.ts +3 -3
- package/es/components/src/base/tooltip/Tooltip.vue.d.ts +1 -1
- package/es/components/src/base/tooltip/index.d.ts +3 -3
- package/es/components/src/base/treeSelect/TreeSelect.vue.d.ts +1 -1
- package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs +55 -5
- package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs.map +1 -1
- package/es/components/src/composite/selectOptions/SelectOptions.vue.d.ts +1 -1
- package/es/components/src/composite/selectOptions/index.d.ts +3 -3
- package/es/components/src/composite/tableCustom/TableColumnVNodeRenderer.d.ts +35 -0
- package/es/components/src/composite/tableCustom/TableColumnVNodeRenderer.mjs +102 -0
- package/es/components/src/composite/tableCustom/TableColumnVNodeRenderer.mjs.map +1 -0
- package/es/components/src/composite/tableCustom/TableCustom.vue.d.ts +5 -5
- package/es/components/src/composite/tableCustom/TableCustom.vue.mjs +1 -1
- package/es/components/src/composite/tableCustom/TableCustom.vue2.mjs +5 -7
- package/es/components/src/composite/tableCustom/TableCustom.vue2.mjs.map +1 -1
- package/es/components/src/composite/tableCustom/index.d.ts +11 -11
- package/es/components/src/composite/tableCustom/tableCustom.d.ts +2 -2
- package/es/components/src/composite/tablePro/TablePro.vue.d.ts +5 -5
- package/es/components/src/composite/tablePro/index.d.ts +11 -11
- package/es/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue.d.ts +3 -3
- package/es/components/src/composite/tablePro/tableColumnPro/index.d.ts +7 -7
- package/es/components/src/composite/tablePro/tableColumnPro/tableColumnPro.d.ts +1 -1
- package/es/components/src/composite/tablePro/tablePro.d.ts +2 -2
- 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/useLogin/index.d.ts +20 -2
- package/es/hooks/store/useLogin/index.mjs +29 -3
- package/es/hooks/store/useLogin/index.mjs.map +1 -1
- package/es/index.css +125 -122
- package/lib/components/src/base/alert/Alert.vue.d.ts +1 -1
- package/lib/components/src/base/alert/index.d.ts +3 -3
- package/lib/components/src/base/cascader/Cascader.vue.d.ts +1 -1
- package/lib/components/src/base/cascader/index.d.ts +3 -3
- package/lib/components/src/base/col/Col.vue.d.ts +1 -1
- package/lib/components/src/base/col/index.d.ts +3 -3
- package/lib/components/src/base/dropdown/Dropdown.vue.d.ts +1 -1
- package/lib/components/src/base/dropdown/index.d.ts +3 -3
- package/lib/components/src/base/image/Image.vue.d.ts +3 -3
- package/lib/components/src/base/image/image.d.ts +1 -1
- package/lib/components/src/base/image/index.d.ts +7 -7
- package/lib/components/src/base/popconfirm/Popconfirm.vue.d.ts +1 -1
- package/lib/components/src/base/popconfirm/index.d.ts +3 -3
- package/lib/components/src/base/popover/Popover.vue.d.ts +1 -1
- package/lib/components/src/base/popover/index.d.ts +3 -3
- package/lib/components/src/base/radioGroup/RadioGroup.vue.d.ts +1 -1
- package/lib/components/src/base/radioGroup/index.d.ts +3 -3
- package/lib/components/src/base/select/Select.vue.d.ts +1 -1
- package/lib/components/src/base/select/index.d.ts +3 -3
- 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/space/Space.vue.d.ts +1 -1
- package/lib/components/src/base/space/index.d.ts +3 -3
- package/lib/components/src/base/table/Table.vue.d.ts +4 -4
- package/lib/components/src/base/table/index.d.ts +8 -8
- package/lib/components/src/base/table/table.d.ts +2 -2
- package/lib/components/src/base/tableColumn/TableColumn.vue.d.ts +3 -3
- package/lib/components/src/base/tableColumn/index.d.ts +7 -7
- package/lib/components/src/base/tableColumn/tableColumn.d.ts +1 -1
- package/lib/components/src/base/tag/Tag.vue.d.ts +1 -1
- package/lib/components/src/base/tag/index.d.ts +3 -3
- package/lib/components/src/base/timeSelect/TimeSelect.vue.d.ts +1 -1
- package/lib/components/src/base/timeSelect/index.d.ts +3 -3
- package/lib/components/src/base/tooltip/Tooltip.vue.d.ts +1 -1
- package/lib/components/src/base/tooltip/index.d.ts +3 -3
- package/lib/components/src/base/treeSelect/TreeSelect.vue.d.ts +1 -1
- package/lib/components/src/business/loginDialog/LoginDialog.vue2.js +53 -3
- package/lib/components/src/business/loginDialog/LoginDialog.vue2.js.map +1 -1
- package/lib/components/src/composite/selectOptions/SelectOptions.vue.d.ts +1 -1
- package/lib/components/src/composite/selectOptions/index.d.ts +3 -3
- package/lib/components/src/composite/tableCustom/TableColumnVNodeRenderer.d.ts +35 -0
- package/lib/components/src/composite/tableCustom/TableColumnVNodeRenderer.js +106 -0
- package/lib/components/src/composite/tableCustom/TableColumnVNodeRenderer.js.map +1 -0
- package/lib/components/src/composite/tableCustom/TableCustom.vue.d.ts +5 -5
- package/lib/components/src/composite/tableCustom/TableCustom.vue.js +1 -1
- package/lib/components/src/composite/tableCustom/TableCustom.vue2.js +5 -7
- package/lib/components/src/composite/tableCustom/TableCustom.vue2.js.map +1 -1
- package/lib/components/src/composite/tableCustom/index.d.ts +11 -11
- package/lib/components/src/composite/tableCustom/tableCustom.d.ts +2 -2
- package/lib/components/src/composite/tablePro/TablePro.vue.d.ts +5 -5
- package/lib/components/src/composite/tablePro/index.d.ts +11 -11
- package/lib/components/src/composite/tablePro/tableColumnPro/TableColumnPro.vue.d.ts +3 -3
- package/lib/components/src/composite/tablePro/tableColumnPro/index.d.ts +7 -7
- package/lib/components/src/composite/tablePro/tableColumnPro/tableColumnPro.d.ts +1 -1
- package/lib/components/src/composite/tablePro/tablePro.d.ts +2 -2
- 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/useLogin/index.d.ts +20 -2
- package/lib/hooks/store/useLogin/index.js +28 -2
- package/lib/hooks/store/useLogin/index.js.map +1 -1
- package/lib/index.css +125 -122
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -788,6 +788,10 @@ video {
|
|
|
788
788
|
padding-left: 32px;
|
|
789
789
|
padding-right: 32px;
|
|
790
790
|
}
|
|
791
|
+
.gm-py-10 {
|
|
792
|
+
padding-top: 2.5rem;
|
|
793
|
+
padding-bottom: 2.5rem;
|
|
794
|
+
}
|
|
791
795
|
.gm-py-3 {
|
|
792
796
|
padding-top: 0.75rem;
|
|
793
797
|
padding-bottom: 0.75rem;
|
|
@@ -883,57 +887,6 @@ video {
|
|
|
883
887
|
.gm-group:hover .group-hover\:gm-block {
|
|
884
888
|
display: block;
|
|
885
889
|
}
|
|
886
|
-
.gm-flex-center[data-v-c17deec9] {
|
|
887
|
-
align-items: center;
|
|
888
|
-
}
|
|
889
|
-
|
|
890
|
-
.gm-flex-justify-between[data-v-c17deec9] {
|
|
891
|
-
justify-content: space-between;
|
|
892
|
-
}
|
|
893
|
-
.circular[data-v-d7b04fae] {
|
|
894
|
-
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
.path[data-v-d7b04fae] {
|
|
898
|
-
animation: loading-dash-d7b04fae 1.5s ease-in-out infinite;
|
|
899
|
-
stroke-dasharray: 90, 150;
|
|
900
|
-
stroke-dashoffset: 0;
|
|
901
|
-
stroke: var(--el-color-primary);
|
|
902
|
-
stroke-linecap: round;
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
@keyframes loading-rotate-d7b04fae {
|
|
906
|
-
to {
|
|
907
|
-
transform: rotate(360deg);
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
@keyframes loading-dash-d7b04fae {
|
|
911
|
-
0% {
|
|
912
|
-
stroke-dasharray: 1, 200;
|
|
913
|
-
stroke-dashoffset: 0;
|
|
914
|
-
}
|
|
915
|
-
50% {
|
|
916
|
-
stroke-dasharray: 90, 150;
|
|
917
|
-
stroke-dashoffset: -40px;
|
|
918
|
-
}
|
|
919
|
-
100% {
|
|
920
|
-
stroke-dasharray: 90, 150;
|
|
921
|
-
stroke-dashoffset: -120px;
|
|
922
|
-
}
|
|
923
|
-
}
|
|
924
|
-
|
|
925
|
-
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
926
|
-
margin: 0;
|
|
927
|
-
}
|
|
928
|
-
|
|
929
|
-
.gm-upload-pro-preview-dialog[data-v-80b383d8] [data-v-80b383d8] .el-dialog__body {
|
|
930
|
-
padding: 0;
|
|
931
|
-
}
|
|
932
|
-
|
|
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;
|
|
936
|
-
}
|
|
937
890
|
.gm-upload-pro-file {
|
|
938
891
|
line-height: normal;
|
|
939
892
|
}
|
|
@@ -972,6 +925,48 @@ video {
|
|
|
972
925
|
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
973
926
|
display: none;
|
|
974
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;
|
|
935
|
+
}
|
|
936
|
+
[data-v-79615afd] .gmSearchForm .el-form-item {
|
|
937
|
+
margin-right: 0;
|
|
938
|
+
margin-bottom: 4px;
|
|
939
|
+
}
|
|
940
|
+
.gm-flex-center[data-v-c17deec9] {
|
|
941
|
+
align-items: center;
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
.gm-flex-justify-between[data-v-c17deec9] {
|
|
945
|
+
justify-content: space-between;
|
|
946
|
+
}
|
|
947
|
+
[data-v-1e1d88ac] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
948
|
+
border-right: none;
|
|
949
|
+
}
|
|
950
|
+
|
|
951
|
+
[data-v-1e1d88ac] .gmTableNoBorder .el-table__inner-wrapper:before {
|
|
952
|
+
height: 0;
|
|
953
|
+
}
|
|
954
|
+
|
|
955
|
+
[data-v-1e1d88ac] .gmTableNoBorder.el-table--border .el-table__inner-wrapper:after {
|
|
956
|
+
height: 0;
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
[data-v-1e1d88ac] .gmTableNoBorder.el-table--border:after {
|
|
960
|
+
height: 0;
|
|
961
|
+
}
|
|
962
|
+
|
|
963
|
+
[data-v-1e1d88ac] .gmTableNoBorder.el-table--border:before {
|
|
964
|
+
height: 0;
|
|
965
|
+
}
|
|
966
|
+
|
|
967
|
+
[data-v-1e1d88ac] .gmTableNoBorder .el-table__border-left-patch {
|
|
968
|
+
height: 0;
|
|
969
|
+
}
|
|
975
970
|
.gm-number-interval-single[data-v-4e6f4d6f] {
|
|
976
971
|
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
977
972
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -990,9 +985,49 @@ video {
|
|
|
990
985
|
.gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
|
|
991
986
|
display: flex;
|
|
992
987
|
}
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
988
|
+
.gm-upload-file {
|
|
989
|
+
line-height: normal;
|
|
990
|
+
}
|
|
991
|
+
.gm-upload-file li > .el-checkbox {
|
|
992
|
+
position: absolute;
|
|
993
|
+
left: 10px;
|
|
994
|
+
top: 0;
|
|
995
|
+
z-index: 9;
|
|
996
|
+
}
|
|
997
|
+
.gm-upload-file .el-upload-list--picture-card {
|
|
998
|
+
gap: 10px;
|
|
999
|
+
}
|
|
1000
|
+
.gm-upload-file .el-upload-list__item {
|
|
1001
|
+
margin: 0;
|
|
1002
|
+
border: none;
|
|
1003
|
+
}
|
|
1004
|
+
.gm-upload-file .el-upload-list__item-file-name {
|
|
1005
|
+
line-height: normal;
|
|
1006
|
+
}
|
|
1007
|
+
.gm-upload-file .el-upload-dragger {
|
|
1008
|
+
padding: 0;
|
|
1009
|
+
border: none;
|
|
1010
|
+
width: 100%;
|
|
1011
|
+
height: 100%;
|
|
1012
|
+
display: flex;
|
|
1013
|
+
}
|
|
1014
|
+
.gm-upload-file .el-upload--picture-card {
|
|
1015
|
+
border: none;
|
|
1016
|
+
}
|
|
1017
|
+
|
|
1018
|
+
.gm-upload-file-disabled .el-upload--picture-card {
|
|
1019
|
+
display: none;
|
|
1020
|
+
}
|
|
1021
|
+
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
1022
|
+
display: none;
|
|
1023
|
+
}
|
|
1024
|
+
.gm-upload-preview-dialog[data-v-c615121c] [data-v-c615121c] .el-dialog__body {
|
|
1025
|
+
padding: 0;
|
|
1026
|
+
}
|
|
1027
|
+
|
|
1028
|
+
.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 {
|
|
1029
|
+
width: auto;
|
|
1030
|
+
height: auto;
|
|
996
1031
|
}
|
|
997
1032
|
[data-v-050a4f74] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
998
1033
|
border-right: none;
|
|
@@ -1017,13 +1052,40 @@ video {
|
|
|
1017
1052
|
[data-v-050a4f74] .gmTableNoBorder .el-table__border-left-patch {
|
|
1018
1053
|
height: 0;
|
|
1019
1054
|
}
|
|
1055
|
+
.circular[data-v-d7b04fae] {
|
|
1056
|
+
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
1057
|
+
}
|
|
1020
1058
|
|
|
1021
|
-
.
|
|
1022
|
-
|
|
1023
|
-
|
|
1059
|
+
.path[data-v-d7b04fae] {
|
|
1060
|
+
animation: loading-dash-d7b04fae 1.5s ease-in-out infinite;
|
|
1061
|
+
stroke-dasharray: 90, 150;
|
|
1062
|
+
stroke-dashoffset: 0;
|
|
1063
|
+
stroke: var(--el-color-primary);
|
|
1064
|
+
stroke-linecap: round;
|
|
1024
1065
|
}
|
|
1025
|
-
|
|
1026
|
-
|
|
1066
|
+
|
|
1067
|
+
@keyframes loading-rotate-d7b04fae {
|
|
1068
|
+
to {
|
|
1069
|
+
transform: rotate(360deg);
|
|
1070
|
+
}
|
|
1071
|
+
}
|
|
1072
|
+
@keyframes loading-dash-d7b04fae {
|
|
1073
|
+
0% {
|
|
1074
|
+
stroke-dasharray: 1, 200;
|
|
1075
|
+
stroke-dashoffset: 0;
|
|
1076
|
+
}
|
|
1077
|
+
50% {
|
|
1078
|
+
stroke-dasharray: 90, 150;
|
|
1079
|
+
stroke-dashoffset: -40px;
|
|
1080
|
+
}
|
|
1081
|
+
100% {
|
|
1082
|
+
stroke-dasharray: 90, 150;
|
|
1083
|
+
stroke-dashoffset: -120px;
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
|
|
1087
|
+
.gm-range-number .el-form-item[data-v-1ae16d96] {
|
|
1088
|
+
margin: 0;
|
|
1027
1089
|
}
|
|
1028
1090
|
|
|
1029
1091
|
@charset "UTF-8";
|
|
@@ -1082,29 +1144,6 @@ video {
|
|
|
1082
1144
|
border-radius: 10px;
|
|
1083
1145
|
background: #eee;
|
|
1084
1146
|
}
|
|
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
|
-
}
|
|
1108
1147
|
@charset "UTF-8";
|
|
1109
1148
|
.table-custom-header-drawer .el-drawer__header {
|
|
1110
1149
|
padding: 10px 15px;
|
|
@@ -1161,47 +1200,11 @@ video {
|
|
|
1161
1200
|
border-radius: 10px;
|
|
1162
1201
|
background: #eee;
|
|
1163
1202
|
}
|
|
1164
|
-
.gm-upload-preview-dialog[data-v-c615121c] [data-v-c615121c] .el-dialog__body {
|
|
1165
|
-
padding: 0;
|
|
1166
|
-
}
|
|
1167
1203
|
|
|
1168
|
-
.
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
}
|
|
1172
|
-
.gm-upload-file {
|
|
1173
|
-
line-height: normal;
|
|
1174
|
-
}
|
|
1175
|
-
.gm-upload-file li > .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
|
-
border: none;
|
|
1187
|
-
}
|
|
1188
|
-
.gm-upload-file .el-upload-list__item-file-name {
|
|
1189
|
-
line-height: normal;
|
|
1190
|
-
}
|
|
1191
|
-
.gm-upload-file .el-upload-dragger {
|
|
1192
|
-
padding: 0;
|
|
1193
|
-
border: none;
|
|
1194
|
-
width: 100%;
|
|
1195
|
-
height: 100%;
|
|
1196
|
-
display: flex;
|
|
1197
|
-
}
|
|
1198
|
-
.gm-upload-file .el-upload--picture-card {
|
|
1199
|
-
border: none;
|
|
1204
|
+
.pagination-container[data-v-47d35e7b] {
|
|
1205
|
+
background: #fff;
|
|
1206
|
+
padding-top: 12px;
|
|
1200
1207
|
}
|
|
1201
|
-
|
|
1202
|
-
.gm-upload-file-disabled .el-upload--picture-card {
|
|
1208
|
+
.pagination-container.hidden[data-v-47d35e7b] {
|
|
1203
1209
|
display: none;
|
|
1204
1210
|
}
|
|
1205
|
-
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
1206
|
-
display: none;
|
|
1207
|
-
}
|
|
@@ -151,6 +151,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
151
151
|
onOpen?: (() => any) | undefined;
|
|
152
152
|
}, {
|
|
153
153
|
type: "error" | "primary" | "success" | "warning" | "info";
|
|
154
|
+
effect: "dark" | "light";
|
|
154
155
|
center: boolean;
|
|
155
156
|
title: string;
|
|
156
157
|
hideAfter: number;
|
|
@@ -159,7 +160,6 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
159
160
|
closable: boolean;
|
|
160
161
|
closeText: string;
|
|
161
162
|
showIcon: boolean;
|
|
162
|
-
effect: "dark" | "light";
|
|
163
163
|
}, {}>, __VLS_Slots>;
|
|
164
164
|
export default _default;
|
|
165
165
|
type __VLS_WithSlots<T, S> = T & {
|
|
@@ -149,6 +149,7 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
149
149
|
onOpen?: (() => any) | undefined;
|
|
150
150
|
}, {
|
|
151
151
|
type: "error" | "primary" | "success" | "warning" | "info";
|
|
152
|
+
effect: "dark" | "light";
|
|
152
153
|
center: boolean;
|
|
153
154
|
title: string;
|
|
154
155
|
hideAfter: number;
|
|
@@ -157,7 +158,6 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
157
158
|
closable: boolean;
|
|
158
159
|
closeText: string;
|
|
159
160
|
showIcon: boolean;
|
|
160
|
-
effect: "dark" | "light";
|
|
161
161
|
}, true, {}, {}, {
|
|
162
162
|
P: {};
|
|
163
163
|
B: {};
|
|
@@ -240,6 +240,7 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
240
240
|
elRef: import("vue").Ref<import("element-plus").AlertInstance | undefined>;
|
|
241
241
|
}, {}, {}, {}, {
|
|
242
242
|
type: "error" | "primary" | "success" | "warning" | "info";
|
|
243
|
+
effect: "dark" | "light";
|
|
243
244
|
center: boolean;
|
|
244
245
|
title: string;
|
|
245
246
|
hideAfter: number;
|
|
@@ -248,7 +249,6 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
248
249
|
closable: boolean;
|
|
249
250
|
closeText: string;
|
|
250
251
|
showIcon: boolean;
|
|
251
|
-
effect: "dark" | "light";
|
|
252
252
|
}>;
|
|
253
253
|
__isFragment?: undefined;
|
|
254
254
|
__isTeleport?: undefined;
|
|
@@ -331,6 +331,7 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
331
331
|
close: (evt?: Event | undefined) => void;
|
|
332
332
|
}, string, {
|
|
333
333
|
type: "error" | "primary" | "success" | "warning" | "info";
|
|
334
|
+
effect: "dark" | "light";
|
|
334
335
|
center: boolean;
|
|
335
336
|
title: string;
|
|
336
337
|
hideAfter: number;
|
|
@@ -339,7 +340,6 @@ export declare const GmAlert: import("../../../../utils").SFCWithInstall<{
|
|
|
339
340
|
closable: boolean;
|
|
340
341
|
closeText: string;
|
|
341
342
|
showIcon: boolean;
|
|
342
|
-
effect: "dark" | "light";
|
|
343
343
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
344
344
|
$slots: {
|
|
345
345
|
default?: ((props: {}) => any) | undefined;
|
|
@@ -470,10 +470,10 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
470
470
|
}, {
|
|
471
471
|
placement: import("element-plus").Placement;
|
|
472
472
|
options: import("element-plus").CascaderOption[];
|
|
473
|
+
effect: import("element-plus").PopperEffect;
|
|
473
474
|
separator: string;
|
|
474
475
|
disabled: boolean;
|
|
475
476
|
props: import("element-plus").CascaderProps;
|
|
476
|
-
effect: import("element-plus").PopperEffect;
|
|
477
477
|
debounce: number;
|
|
478
478
|
teleported: boolean;
|
|
479
479
|
clearable: boolean;
|
|
@@ -475,10 +475,10 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
475
475
|
}, {
|
|
476
476
|
placement: import("element-plus").Placement;
|
|
477
477
|
options: import("element-plus").CascaderOption[];
|
|
478
|
+
effect: import("element-plus").PopperEffect;
|
|
478
479
|
separator: string;
|
|
479
480
|
disabled: boolean;
|
|
480
481
|
props: import("element-plus").CascaderProps;
|
|
481
|
-
effect: import("element-plus").PopperEffect;
|
|
482
482
|
debounce: number;
|
|
483
483
|
teleported: boolean;
|
|
484
484
|
clearable: boolean;
|
|
@@ -742,10 +742,10 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
742
742
|
}, {}, {}, {}, {
|
|
743
743
|
placement: import("element-plus").Placement;
|
|
744
744
|
options: import("element-plus").CascaderOption[];
|
|
745
|
+
effect: import("element-plus").PopperEffect;
|
|
745
746
|
separator: string;
|
|
746
747
|
disabled: boolean;
|
|
747
748
|
props: import("element-plus").CascaderProps;
|
|
748
|
-
effect: import("element-plus").PopperEffect;
|
|
749
749
|
debounce: number;
|
|
750
750
|
teleported: boolean;
|
|
751
751
|
clearable: boolean;
|
|
@@ -1015,10 +1015,10 @@ export declare const GmCascader: import("../../../../utils").SFCWithInstall<{
|
|
|
1015
1015
|
}, string, {
|
|
1016
1016
|
placement: import("element-plus").Placement;
|
|
1017
1017
|
options: import("element-plus").CascaderOption[];
|
|
1018
|
+
effect: import("element-plus").PopperEffect;
|
|
1018
1019
|
separator: string;
|
|
1019
1020
|
disabled: boolean;
|
|
1020
1021
|
props: import("element-plus").CascaderProps;
|
|
1021
|
-
effect: import("element-plus").PopperEffect;
|
|
1022
1022
|
debounce: number;
|
|
1023
1023
|
teleported: boolean;
|
|
1024
1024
|
clearable: boolean;
|
|
@@ -165,8 +165,8 @@ export declare const GmCol: import("../../../../utils").SFCWithInstall<{
|
|
|
165
165
|
readonly default: () => {};
|
|
166
166
|
};
|
|
167
167
|
}>>, {
|
|
168
|
-
offset: number;
|
|
169
168
|
push: number;
|
|
169
|
+
offset: number;
|
|
170
170
|
span: number;
|
|
171
171
|
tag: string;
|
|
172
172
|
pull: number;
|
|
@@ -266,8 +266,8 @@ export declare const GmCol: import("../../../../utils").SFCWithInstall<{
|
|
|
266
266
|
}>>, {
|
|
267
267
|
elRef: import("vue").Ref<import("element-plus").ColInstance | undefined>;
|
|
268
268
|
}, {}, {}, {}, {
|
|
269
|
-
offset: number;
|
|
270
269
|
push: number;
|
|
270
|
+
offset: number;
|
|
271
271
|
span: number;
|
|
272
272
|
tag: string;
|
|
273
273
|
pull: number;
|
|
@@ -364,8 +364,8 @@ export declare const GmCol: import("../../../../utils").SFCWithInstall<{
|
|
|
364
364
|
}>>, {
|
|
365
365
|
elRef: import("vue").Ref<import("element-plus").ColInstance | undefined>;
|
|
366
366
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
367
|
-
offset: number;
|
|
368
367
|
push: number;
|
|
368
|
+
offset: number;
|
|
369
369
|
span: number;
|
|
370
370
|
tag: string;
|
|
371
371
|
pull: number;
|
|
@@ -386,9 +386,9 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
386
386
|
}, {
|
|
387
387
|
placement: import("element-plus").Placement;
|
|
388
388
|
size: string;
|
|
389
|
+
effect: import("element-plus").PopperEffect;
|
|
389
390
|
maxHeight: string | number;
|
|
390
391
|
disabled: boolean;
|
|
391
|
-
effect: import("element-plus").PopperEffect;
|
|
392
392
|
teleported: boolean;
|
|
393
393
|
tabindex: string | number;
|
|
394
394
|
trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
@@ -386,9 +386,9 @@ export declare const GmDropdown: import("../../../../utils").SFCWithInstall<{
|
|
|
386
386
|
}, {
|
|
387
387
|
placement: import("element-plus").Placement;
|
|
388
388
|
size: string;
|
|
389
|
+
effect: import("element-plus").PopperEffect;
|
|
389
390
|
maxHeight: string | number;
|
|
390
391
|
disabled: boolean;
|
|
391
|
-
effect: import("element-plus").PopperEffect;
|
|
392
392
|
teleported: boolean;
|
|
393
393
|
tabindex: string | number;
|
|
394
394
|
trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
@@ -604,9 +604,9 @@ export declare const GmDropdown: import("../../../../utils").SFCWithInstall<{
|
|
|
604
604
|
}, {}, {}, {}, {
|
|
605
605
|
placement: import("element-plus").Placement;
|
|
606
606
|
size: string;
|
|
607
|
+
effect: import("element-plus").PopperEffect;
|
|
607
608
|
maxHeight: string | number;
|
|
608
609
|
disabled: boolean;
|
|
609
|
-
effect: import("element-plus").PopperEffect;
|
|
610
610
|
teleported: boolean;
|
|
611
611
|
tabindex: string | number;
|
|
612
612
|
trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
@@ -823,9 +823,9 @@ export declare const GmDropdown: import("../../../../utils").SFCWithInstall<{
|
|
|
823
823
|
}, string, {
|
|
824
824
|
placement: import("element-plus").Placement;
|
|
825
825
|
size: string;
|
|
826
|
+
effect: import("element-plus").PopperEffect;
|
|
826
827
|
maxHeight: string | number;
|
|
827
828
|
disabled: boolean;
|
|
828
|
-
effect: import("element-plus").PopperEffect;
|
|
829
829
|
teleported: boolean;
|
|
830
830
|
tabindex: string | number;
|
|
831
831
|
trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|
|
@@ -17,7 +17,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
17
17
|
readonly default: "";
|
|
18
18
|
};
|
|
19
19
|
fit: {
|
|
20
|
-
readonly type: import("vue").PropType<"" | "
|
|
20
|
+
readonly type: import("vue").PropType<"" | "fill" | "none" | "contain" | "cover" | "scale-down">;
|
|
21
21
|
readonly required: false;
|
|
22
22
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
23
23
|
__epPropKey: true;
|
|
@@ -132,7 +132,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
132
132
|
readonly default: "";
|
|
133
133
|
};
|
|
134
134
|
fit: {
|
|
135
|
-
readonly type: import("vue").PropType<"" | "
|
|
135
|
+
readonly type: import("vue").PropType<"" | "fill" | "none" | "contain" | "cover" | "scale-down">;
|
|
136
136
|
readonly required: false;
|
|
137
137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
138
|
__epPropKey: true;
|
|
@@ -240,7 +240,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
240
240
|
infinite: boolean;
|
|
241
241
|
scale: number;
|
|
242
242
|
src: string;
|
|
243
|
-
fit: "" | "
|
|
243
|
+
fit: "" | "fill" | "none" | "contain" | "cover" | "scale-down";
|
|
244
244
|
initialIndex: number;
|
|
245
245
|
closeOnPressEscape: boolean;
|
|
246
246
|
hideOnClickModal: boolean;
|
|
@@ -9,7 +9,7 @@ export declare const imageProps: {
|
|
|
9
9
|
readonly default: "";
|
|
10
10
|
};
|
|
11
11
|
fit: {
|
|
12
|
-
readonly type: import("vue").PropType<"" | "
|
|
12
|
+
readonly type: import("vue").PropType<"" | "fill" | "none" | "contain" | "cover" | "scale-down">;
|
|
13
13
|
readonly required: false;
|
|
14
14
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
15
15
|
__epPropKey: true;
|
|
@@ -11,7 +11,7 @@ export declare const GmImage: import("../../../../utils").SFCWithInstall<{
|
|
|
11
11
|
readonly default: "";
|
|
12
12
|
};
|
|
13
13
|
fit: {
|
|
14
|
-
readonly type: import("vue").PropType<"" | "
|
|
14
|
+
readonly type: import("vue").PropType<"" | "fill" | "none" | "contain" | "cover" | "scale-down">;
|
|
15
15
|
readonly required: false;
|
|
16
16
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
17
17
|
__epPropKey: true;
|
|
@@ -132,7 +132,7 @@ export declare const GmImage: import("../../../../utils").SFCWithInstall<{
|
|
|
132
132
|
readonly default: "";
|
|
133
133
|
};
|
|
134
134
|
fit: {
|
|
135
|
-
readonly type: import("vue").PropType<"" | "
|
|
135
|
+
readonly type: import("vue").PropType<"" | "fill" | "none" | "contain" | "cover" | "scale-down">;
|
|
136
136
|
readonly required: false;
|
|
137
137
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
138
138
|
__epPropKey: true;
|
|
@@ -240,7 +240,7 @@ export declare const GmImage: import("../../../../utils").SFCWithInstall<{
|
|
|
240
240
|
infinite: boolean;
|
|
241
241
|
scale: number;
|
|
242
242
|
src: string;
|
|
243
|
-
fit: "" | "
|
|
243
|
+
fit: "" | "fill" | "none" | "contain" | "cover" | "scale-down";
|
|
244
244
|
initialIndex: number;
|
|
245
245
|
closeOnPressEscape: boolean;
|
|
246
246
|
hideOnClickModal: boolean;
|
|
@@ -269,7 +269,7 @@ export declare const GmImage: import("../../../../utils").SFCWithInstall<{
|
|
|
269
269
|
readonly default: "";
|
|
270
270
|
};
|
|
271
271
|
fit: {
|
|
272
|
-
readonly type: import("vue").PropType<"" | "
|
|
272
|
+
readonly type: import("vue").PropType<"" | "fill" | "none" | "contain" | "cover" | "scale-down">;
|
|
273
273
|
readonly required: false;
|
|
274
274
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
275
275
|
__epPropKey: true;
|
|
@@ -377,7 +377,7 @@ export declare const GmImage: import("../../../../utils").SFCWithInstall<{
|
|
|
377
377
|
infinite: boolean;
|
|
378
378
|
scale: number;
|
|
379
379
|
src: string;
|
|
380
|
-
fit: "" | "
|
|
380
|
+
fit: "" | "fill" | "none" | "contain" | "cover" | "scale-down";
|
|
381
381
|
initialIndex: number;
|
|
382
382
|
closeOnPressEscape: boolean;
|
|
383
383
|
hideOnClickModal: boolean;
|
|
@@ -403,7 +403,7 @@ export declare const GmImage: import("../../../../utils").SFCWithInstall<{
|
|
|
403
403
|
readonly default: "";
|
|
404
404
|
};
|
|
405
405
|
fit: {
|
|
406
|
-
readonly type: import("vue").PropType<"" | "
|
|
406
|
+
readonly type: import("vue").PropType<"" | "fill" | "none" | "contain" | "cover" | "scale-down">;
|
|
407
407
|
readonly required: false;
|
|
408
408
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
409
409
|
__epPropKey: true;
|
|
@@ -517,7 +517,7 @@ export declare const GmImage: import("../../../../utils").SFCWithInstall<{
|
|
|
517
517
|
infinite: boolean;
|
|
518
518
|
scale: number;
|
|
519
519
|
src: string;
|
|
520
|
-
fit: "" | "
|
|
520
|
+
fit: "" | "fill" | "none" | "contain" | "cover" | "scale-down";
|
|
521
521
|
initialIndex: number;
|
|
522
522
|
closeOnPressEscape: boolean;
|
|
523
523
|
hideOnClickModal: boolean;
|
|
@@ -158,9 +158,9 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
158
158
|
onCancel?: ((e: MouseEvent) => any) | undefined;
|
|
159
159
|
}, {
|
|
160
160
|
icon: string | import("vue").Component;
|
|
161
|
+
effect: import("element-plus").PopperEffect;
|
|
161
162
|
width: string | number;
|
|
162
163
|
hideAfter: number;
|
|
163
|
-
effect: import("element-plus").PopperEffect;
|
|
164
164
|
teleported: boolean;
|
|
165
165
|
persistent: boolean;
|
|
166
166
|
virtualTriggering: boolean;
|
|
@@ -163,9 +163,9 @@ export declare const GmPopconfirm: import("../../../../utils").SFCWithInstall<{
|
|
|
163
163
|
onCancel?: ((e: MouseEvent) => any) | undefined;
|
|
164
164
|
}, {
|
|
165
165
|
icon: string | import("vue").Component;
|
|
166
|
+
effect: import("element-plus").PopperEffect;
|
|
166
167
|
width: string | number;
|
|
167
168
|
hideAfter: number;
|
|
168
|
-
effect: import("element-plus").PopperEffect;
|
|
169
169
|
teleported: boolean;
|
|
170
170
|
persistent: boolean;
|
|
171
171
|
virtualTriggering: boolean;
|
|
@@ -261,9 +261,9 @@ export declare const GmPopconfirm: import("../../../../utils").SFCWithInstall<{
|
|
|
261
261
|
onCancel?: ((e: MouseEvent) => any) | undefined;
|
|
262
262
|
}, {}, {}, {}, {}, {
|
|
263
263
|
icon: string | import("vue").Component;
|
|
264
|
+
effect: import("element-plus").PopperEffect;
|
|
264
265
|
width: string | number;
|
|
265
266
|
hideAfter: number;
|
|
266
|
-
effect: import("element-plus").PopperEffect;
|
|
267
267
|
teleported: boolean;
|
|
268
268
|
persistent: boolean;
|
|
269
269
|
virtualTriggering: boolean;
|
|
@@ -359,9 +359,9 @@ export declare const GmPopconfirm: import("../../../../utils").SFCWithInstall<{
|
|
|
359
359
|
cancel: (e: MouseEvent) => void;
|
|
360
360
|
}, string, {
|
|
361
361
|
icon: string | import("vue").Component;
|
|
362
|
+
effect: import("element-plus").PopperEffect;
|
|
362
363
|
width: string | number;
|
|
363
364
|
hideAfter: number;
|
|
364
|
-
effect: import("element-plus").PopperEffect;
|
|
365
365
|
teleported: boolean;
|
|
366
366
|
persistent: boolean;
|
|
367
367
|
virtualTriggering: boolean;
|
|
@@ -393,6 +393,7 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
393
393
|
}, {
|
|
394
394
|
offset: number;
|
|
395
395
|
placement: import("element-plus").Placement;
|
|
396
|
+
effect: import("element-plus").PopperEffect;
|
|
396
397
|
content: string;
|
|
397
398
|
visible: boolean | null;
|
|
398
399
|
width: string | number;
|
|
@@ -400,7 +401,6 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<{
|
|
|
400
401
|
showAfter: number;
|
|
401
402
|
hideAfter: number;
|
|
402
403
|
autoClose: number;
|
|
403
|
-
effect: import("element-plus").PopperEffect;
|
|
404
404
|
teleported: boolean;
|
|
405
405
|
tabindex: string | number;
|
|
406
406
|
trigger: import("element-plus").TooltipTriggerType | import("element-plus").TooltipTriggerType[];
|