giime 0.4.10 → 0.5.0
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 +37 -36
- package/es/api/materialApi/cross/index.d.ts +1 -0
- package/es/api/materialApi/cross/index.mjs +1 -0
- package/es/api/materialApi/cross/index.mjs.map +1 -1
- package/es/api/materialApi/cross/postSaveFileResources.d.ts +27 -0
- package/es/api/materialApi/cross/postSaveFileResources.mjs +8 -0
- package/es/api/materialApi/cross/postSaveFileResources.mjs.map +1 -0
- package/es/api/materialApi/index.mjs +1 -0
- package/es/api/materialApi/index.mjs.map +1 -1
- package/es/api/materialApi/interface/index.d.ts +4 -0
- package/es/api/materialApi/interface/index.mjs +2 -0
- package/es/api/materialApi/interface/index.mjs.map +1 -0
- package/es/components/index.mjs +1 -0
- package/es/components/index.mjs.map +1 -1
- package/es/components/src/base/affix/index.d.ts +2 -421
- package/es/components/src/base/affix/index.mjs.map +1 -1
- package/es/components/src/base/input/Input.vue.d.ts +1 -1
- package/es/components/src/base/input/index.d.ts +3 -3
- package/es/components/src/business/uploadMaterial/UploadMaterial.vue.d.ts +2 -0
- package/es/components/src/business/uploadMaterial/UploadMaterial.vue.mjs +1 -1
- package/es/components/src/business/uploadMaterial/UploadMaterial.vue2.mjs +15 -2
- package/es/components/src/business/uploadMaterial/UploadMaterial.vue2.mjs.map +1 -1
- package/es/components/src/business/uploadMaterial/index.d.ts +2 -0
- package/es/components/src/business/uploadMaterial/uploadMaterial.d.ts +2 -0
- package/es/components/src/business/uploadMaterial/uploadMaterial.mjs.map +1 -1
- package/es/components/src/composite/tablePro/TablePro.vue.d.ts +4 -4
- package/es/components/src/composite/tablePro/index.d.ts +12 -12
- package/es/components/src/plugins/index.mjs +1 -0
- package/es/components/src/plugins/index.mjs.map +1 -1
- package/es/components/src/plugins/message/index.d.ts +1 -0
- package/es/components/src/plugins/message/index.mjs +1 -0
- package/es/components/src/plugins/message/index.mjs.map +1 -1
- package/es/components/src/plugins/message/method.d.ts +4 -1
- package/es/components/src/plugins/message/method.mjs +4 -4
- package/es/components/src/plugins/message/method.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/useAliossStsToken/index.mjs +1 -1
- package/es/hooks/store/useAliossStsToken/index.mjs.map +1 -1
- package/es/index.css +37 -36
- package/es/utils/src/alioss.d.ts +18 -0
- package/es/utils/src/alioss.mjs +12 -6
- package/es/utils/src/alioss.mjs.map +1 -1
- package/es/utils/src/http/createAxios.mjs +17 -8
- package/es/utils/src/http/createAxios.mjs.map +1 -1
- package/es/utils/src/http/errorMessage.d.ts +1 -1
- package/es/utils/src/http/errorMessage.mjs +28 -11
- package/es/utils/src/http/errorMessage.mjs.map +1 -1
- package/lib/api/materialApi/cross/index.d.ts +1 -0
- package/lib/api/materialApi/cross/index.js +2 -0
- package/lib/api/materialApi/cross/index.js.map +1 -1
- package/lib/api/materialApi/cross/postSaveFileResources.d.ts +27 -0
- package/lib/api/materialApi/cross/postSaveFileResources.js +10 -0
- package/lib/api/materialApi/cross/postSaveFileResources.js.map +1 -0
- package/lib/api/materialApi/index.js +2 -0
- package/lib/api/materialApi/index.js.map +1 -1
- package/lib/api/materialApi/interface/index.d.ts +4 -0
- package/lib/api/materialApi/interface/index.js +3 -0
- package/lib/api/materialApi/interface/index.js.map +1 -0
- package/lib/components/index.js +5 -2
- package/lib/components/index.js.map +1 -1
- package/lib/components/src/base/affix/index.d.ts +2 -421
- package/lib/components/src/base/affix/index.js.map +1 -1
- package/lib/components/src/base/input/Input.vue.d.ts +1 -1
- package/lib/components/src/base/input/index.d.ts +3 -3
- package/lib/components/src/business/uploadMaterial/UploadMaterial.vue.d.ts +2 -0
- package/lib/components/src/business/uploadMaterial/UploadMaterial.vue.js +1 -1
- package/lib/components/src/business/uploadMaterial/UploadMaterial.vue2.js +15 -2
- package/lib/components/src/business/uploadMaterial/UploadMaterial.vue2.js.map +1 -1
- package/lib/components/src/business/uploadMaterial/index.d.ts +2 -0
- package/lib/components/src/business/uploadMaterial/uploadMaterial.d.ts +2 -0
- package/lib/components/src/business/uploadMaterial/uploadMaterial.js.map +1 -1
- package/lib/components/src/composite/tablePro/TablePro.vue.d.ts +4 -4
- package/lib/components/src/composite/tablePro/index.d.ts +12 -12
- package/lib/components/src/plugins/index.js +5 -2
- package/lib/components/src/plugins/index.js.map +1 -1
- package/lib/components/src/plugins/message/index.d.ts +1 -0
- package/lib/components/src/plugins/message/index.js +2 -0
- package/lib/components/src/plugins/message/index.js.map +1 -1
- package/lib/components/src/plugins/message/method.d.ts +4 -1
- package/lib/components/src/plugins/message/method.js +4 -3
- package/lib/components/src/plugins/message/method.js.map +1 -1
- package/lib/giime/index.js +5 -2
- 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/useAliossStsToken/index.js +1 -1
- package/lib/hooks/store/useAliossStsToken/index.js.map +1 -1
- package/lib/index.css +37 -36
- package/lib/utils/src/alioss.d.ts +18 -0
- package/lib/utils/src/alioss.js +12 -6
- package/lib/utils/src/alioss.js.map +1 -1
- package/lib/utils/src/http/createAxios.js +17 -8
- package/lib/utils/src/http/createAxios.js.map +1 -1
- package/lib/utils/src/http/errorMessage.d.ts +1 -1
- package/lib/utils/src/http/errorMessage.js +28 -11
- package/lib/utils/src/http/errorMessage.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -777,42 +777,44 @@ video {
|
|
|
777
777
|
.gm-group:hover .group-hover\:gm-block {
|
|
778
778
|
display: block;
|
|
779
779
|
}
|
|
780
|
-
|
|
781
|
-
|
|
780
|
+
.gm-upload-material .el-overlay-dialog {
|
|
781
|
+
display: flex;
|
|
782
|
+
align-items: center;
|
|
783
|
+
justify-content: center;
|
|
784
|
+
}
|
|
785
|
+
.gm-upload-material .el-dialog {
|
|
782
786
|
margin: 0;
|
|
783
|
-
}
|
|
784
|
-
|
|
785
|
-
|
|
787
|
+
}
|
|
788
|
+
.gm-upload-material .el-dialog__body {
|
|
789
|
+
max-height: calc(100vh - 100px);
|
|
790
|
+
overflow-y: auto;
|
|
791
|
+
}
|
|
792
|
+
.gm-upload-material .el-dialog__body video,
|
|
793
|
+
.gm-upload-material .el-dialog__body img {
|
|
794
|
+
max-height: calc(100vh - 150px);
|
|
795
|
+
}
|
|
796
|
+
[data-v-7c80c3b6] .el-upload-dragger {
|
|
786
797
|
padding: 10px;
|
|
787
798
|
border: none;
|
|
788
799
|
}
|
|
789
800
|
|
|
790
|
-
.gm-upload-preview-dialog[data-v-
|
|
801
|
+
.gm-upload-preview-dialog[data-v-7c80c3b6] [data-v-7c80c3b6] .el-dialog__body {
|
|
791
802
|
padding: 0;
|
|
792
803
|
}
|
|
793
804
|
|
|
794
|
-
[data-v-
|
|
805
|
+
[data-v-7c80c3b6] .el-upload-list__item, [data-v-7c80c3b6] .el-upload--picture-card {
|
|
795
806
|
width: 120px;
|
|
796
807
|
height: 120px;
|
|
797
808
|
display: flex;
|
|
798
809
|
align-items: center;
|
|
799
810
|
justify-content: center;
|
|
800
811
|
}
|
|
801
|
-
.gm-
|
|
802
|
-
display: flex;
|
|
812
|
+
.gm-flex-center[data-v-2a79bac9] {
|
|
803
813
|
align-items: center;
|
|
804
|
-
justify-content: center;
|
|
805
|
-
}
|
|
806
|
-
.gm-upload-material .el-dialog {
|
|
807
|
-
margin: 0;
|
|
808
|
-
}
|
|
809
|
-
.gm-upload-material .el-dialog__body {
|
|
810
|
-
max-height: calc(100vh - 100px);
|
|
811
|
-
overflow-y: auto;
|
|
812
814
|
}
|
|
813
|
-
|
|
814
|
-
.gm-
|
|
815
|
-
|
|
815
|
+
|
|
816
|
+
.gm-flex-justify-between[data-v-2a79bac9] {
|
|
817
|
+
justify-content: space-between;
|
|
816
818
|
}
|
|
817
819
|
.circular[data-v-b391445c] {
|
|
818
820
|
animation: loading-rotate-b391445c 2s linear infinite;
|
|
@@ -845,17 +847,15 @@ video {
|
|
|
845
847
|
stroke-dashoffset: -120px;
|
|
846
848
|
}
|
|
847
849
|
}
|
|
850
|
+
|
|
851
|
+
.gm-range-number .el-form-item[data-v-11c39847] {
|
|
852
|
+
margin: 0;
|
|
853
|
+
}
|
|
854
|
+
|
|
848
855
|
[data-v-7b6755e2] .gmSearchForm .el-form-item {
|
|
849
856
|
margin-right: 0;
|
|
850
857
|
margin-bottom: 4px;
|
|
851
858
|
}
|
|
852
|
-
.gm-flex-center[data-v-2a79bac9] {
|
|
853
|
-
align-items: center;
|
|
854
|
-
}
|
|
855
|
-
|
|
856
|
-
.gm-flex-justify-between[data-v-2a79bac9] {
|
|
857
|
-
justify-content: space-between;
|
|
858
|
-
}
|
|
859
859
|
[data-v-668dc408] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
860
860
|
border-right: none;
|
|
861
861
|
}
|
|
@@ -879,6 +879,15 @@ video {
|
|
|
879
879
|
[data-v-668dc408] .gmTableNoBorder .el-table__border-left-patch {
|
|
880
880
|
height: 0;
|
|
881
881
|
}
|
|
882
|
+
|
|
883
|
+
.pagination-container[data-v-19230954] {
|
|
884
|
+
background: #fff;
|
|
885
|
+
padding-top: 12px;
|
|
886
|
+
}
|
|
887
|
+
.pagination-container.hidden[data-v-19230954] {
|
|
888
|
+
display: none;
|
|
889
|
+
}
|
|
890
|
+
|
|
882
891
|
.gm-number-interval-single[data-v-47a13fd0] {
|
|
883
892
|
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
884
893
|
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
@@ -896,12 +905,4 @@ video {
|
|
|
896
905
|
|
|
897
906
|
.gm-number-interval-single[data-v-47a13fd0]:hover .gm-number-interval-close[data-v-47a13fd0] {
|
|
898
907
|
display: flex;
|
|
899
|
-
}
|
|
900
|
-
|
|
901
|
-
.pagination-container[data-v-19230954] {
|
|
902
|
-
background: #fff;
|
|
903
|
-
padding-top: 12px;
|
|
904
|
-
}
|
|
905
|
-
.pagination-container.hidden[data-v-19230954] {
|
|
906
|
-
display: none;
|
|
907
|
-
}
|
|
908
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { type AxiosRequestConfig } from 'axios';
|
|
2
|
+
export interface PostSaveFileResourcesResponse {
|
|
3
|
+
code: number;
|
|
4
|
+
data: any;
|
|
5
|
+
comment: string;
|
|
6
|
+
}
|
|
7
|
+
/**
|
|
8
|
+
* @description 文件资源保存入库
|
|
9
|
+
* @param {array} fileData 文件资源
|
|
10
|
+
* @return {*}
|
|
11
|
+
**/
|
|
12
|
+
export declare function postSaveFileResources(input?: PostSaveFileResourcesInput, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
13
|
+
code: number;
|
|
14
|
+
data: any;
|
|
15
|
+
comment: string;
|
|
16
|
+
}, any>>;
|
|
17
|
+
export interface PostSaveFileResourcesFileData {
|
|
18
|
+
md5_code: string;
|
|
19
|
+
url: string;
|
|
20
|
+
file_size?: number;
|
|
21
|
+
width?: string;
|
|
22
|
+
high?: string;
|
|
23
|
+
play_time?: string;
|
|
24
|
+
}
|
|
25
|
+
export interface PostSaveFileResourcesInput {
|
|
26
|
+
fileData: PostSaveFileResourcesFileData;
|
|
27
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postSaveFileResources.mjs","sources":["../../../../../../packages/api/materialApi/cross/postSaveFileResources.ts"],"sourcesContent":["import { type AxiosRequestConfig } from 'axios';\r\nimport request from '../request';\r\nimport type { DeepRequired } from '../interface';\r\n\r\nexport interface PostSaveFileResourcesResponse {\r\n code: number;\r\n data: any;\r\n comment: string;\r\n}\r\n\r\n/**\r\n * @description 文件资源保存入库\r\n * @param {array} fileData 文件资源\r\n * @return {*}\r\n **/\r\nexport function postSaveFileResources(input?: PostSaveFileResourcesInput, config?: AxiosRequestConfig) {\r\n return request.post<DeepRequired<PostSaveFileResourcesResponse>>(`/material/work/saveFileResources`, input, config);\r\n}\r\n\r\nexport interface PostSaveFileResourcesFileData {\r\n md5_code: string;\r\n url: string;\r\n file_size?: number;\r\n width?: string;\r\n high?: string;\r\n play_time?: string;\r\n}\r\n\r\nexport interface PostSaveFileResourcesInput {\r\n fileData: PostSaveFileResourcesFileData;\r\n}\r\n"],"names":["request"],"mappings":";;AAegB,SAAA,qBAAA,CAAsB,OAAoC,MAA6B,EAAA;AACrG,EAAA,OAAOA,OAAQ,CAAA,IAAA,CAAkD,CAAoC,gCAAA,CAAA,EAAA,KAAA,EAAO,MAAM,CAAA,CAAA;AACpH;;;;"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import './cross/index.mjs';
|
|
2
2
|
export { getOssAccessToken } from './cross/getOssAccessToken.mjs';
|
|
3
3
|
export { getAdFileExist } from './cross/getAdFileExist.mjs';
|
|
4
|
+
export { postSaveFileResources } from './cross/postSaveFileResources.mjs';
|
|
4
5
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
|
package/es/components/index.mjs
CHANGED
|
@@ -262,6 +262,7 @@ export { selectOptionsEmits, selectOptionsProps } from './src/composite/selectOp
|
|
|
262
262
|
export { GmSelectOptions } from './src/composite/selectOptions/index.mjs';
|
|
263
263
|
export { importDialogEmits, importDialogProps } from './src/composite/importDialog/importDialog.mjs';
|
|
264
264
|
export { GmImportDialog } from './src/composite/importDialog/index.mjs';
|
|
265
|
+
export { messageTypes, normalizeMessageOptions } from './src/plugins/message/method.mjs';
|
|
265
266
|
export { GmMessage } from './src/plugins/message/index.mjs';
|
|
266
267
|
export { GmLoading } from './src/plugins/loading/index.mjs';
|
|
267
268
|
export { GmMessageBox } from './src/plugins/messageBox/index.mjs';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|