giime 0.6.33 → 0.6.35
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 +124 -78
- package/es/api/resource/controller/ZiYuanGuanLi/getV1ResourcesUrl.d.ts +46 -0
- package/es/api/resource/controller/ZiYuanGuanLi/getV1ResourcesUrl.mjs +24 -0
- package/es/api/resource/controller/ZiYuanGuanLi/getV1ResourcesUrl.mjs.map +1 -0
- package/es/api/resource/controller/ZiYuanGuanLi/index.d.ts +4 -0
- package/es/api/resource/controller/ZiYuanGuanLi/index.mjs +5 -0
- package/es/api/resource/controller/ZiYuanGuanLi/index.mjs.map +1 -0
- package/es/api/resource/controller/ZiYuanGuanLi/postV1ResourcesUrl.d.ts +17 -0
- package/es/api/resource/controller/ZiYuanGuanLi/postV1ResourcesUrl.mjs +8 -0
- package/es/api/resource/controller/ZiYuanGuanLi/postV1ResourcesUrl.mjs.map +1 -0
- package/es/api/resource/controller/ZiYuanGuanLi/useGetV1ResourcesUrl.d.ts +165 -0
- package/es/api/resource/controller/ZiYuanGuanLi/useGetV1ResourcesUrl.mjs +34 -0
- package/es/api/resource/controller/ZiYuanGuanLi/useGetV1ResourcesUrl.mjs.map +1 -0
- package/es/api/resource/controller/ZiYuanGuanLi/usePostV1ResourcesUrl.d.ts +164 -0
- package/es/api/resource/controller/ZiYuanGuanLi/usePostV1ResourcesUrl.mjs +18 -0
- package/es/api/resource/controller/ZiYuanGuanLi/usePostV1ResourcesUrl.mjs.map +1 -0
- package/es/api/resource/controller/index.d.ts +1 -0
- package/es/api/resource/controller/index.mjs +6 -0
- package/es/api/resource/controller/index.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/Authenticator.d.ts +2 -0
- package/es/api/resource/interface/apiTypes/Authenticator.mjs +2 -0
- package/es/api/resource/interface/apiTypes/Authenticator.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/Browser.d.ts +8 -0
- package/es/api/resource/interface/apiTypes/Browser.mjs +2 -0
- package/es/api/resource/interface/apiTypes/Browser.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/BucketPageResponse.d.ts +11 -0
- package/es/api/resource/interface/apiTypes/BucketPageResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/BucketPageResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/BucketResponse.d.ts +30 -0
- package/es/api/resource/interface/apiTypes/BucketResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/BucketResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/CreateBucketRequest.d.ts +14 -0
- package/es/api/resource/interface/apiTypes/CreateBucketRequest.mjs +2 -0
- package/es/api/resource/interface/apiTypes/CreateBucketRequest.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/CreateProviderRequest.d.ts +14 -0
- package/es/api/resource/interface/apiTypes/CreateProviderRequest.mjs +2 -0
- package/es/api/resource/interface/apiTypes/CreateProviderRequest.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/CreateTenantRequest.d.ts +8 -0
- package/es/api/resource/interface/apiTypes/CreateTenantRequest.mjs +2 -0
- package/es/api/resource/interface/apiTypes/CreateTenantRequest.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/Engine.d.ts +7 -0
- package/es/api/resource/interface/apiTypes/Engine.mjs +2 -0
- package/es/api/resource/interface/apiTypes/Engine.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/Filter.d.ts +2 -0
- package/es/api/resource/interface/apiTypes/Filter.mjs +2 -0
- package/es/api/resource/interface/apiTypes/Filter.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/GenerateUploadUrlRequest.d.ts +30 -0
- package/es/api/resource/interface/apiTypes/GenerateUploadUrlRequest.mjs +2 -0
- package/es/api/resource/interface/apiTypes/GenerateUploadUrlRequest.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/HttpContext.d.ts +12 -0
- package/es/api/resource/interface/apiTypes/HttpContext.mjs +2 -0
- package/es/api/resource/interface/apiTypes/HttpContext.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/HttpExchange.d.ts +73 -0
- package/es/api/resource/interface/apiTypes/HttpExchange.mjs +2 -0
- package/es/api/resource/interface/apiTypes/HttpExchange.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/HttpHandler.d.ts +2 -0
- package/es/api/resource/interface/apiTypes/HttpHandler.mjs +2 -0
- package/es/api/resource/interface/apiTypes/HttpHandler.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/HttpPrincipal.d.ts +5 -0
- package/es/api/resource/interface/apiTypes/HttpPrincipal.mjs +2 -0
- package/es/api/resource/interface/apiTypes/HttpPrincipal.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/HttpServer.d.ts +29 -0
- package/es/api/resource/interface/apiTypes/HttpServer.mjs +2 -0
- package/es/api/resource/interface/apiTypes/HttpServer.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/HttpServerRequest.d.ts +55 -0
- package/es/api/resource/interface/apiTypes/HttpServerRequest.mjs +2 -0
- package/es/api/resource/interface/apiTypes/HttpServerRequest.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/HttpServerResponse.d.ts +19 -0
- package/es/api/resource/interface/apiTypes/HttpServerResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/HttpServerResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/MultipartFormData.d.ts +31 -0
- package/es/api/resource/interface/apiTypes/MultipartFormData.mjs +2 -0
- package/es/api/resource/interface/apiTypes/MultipartFormData.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/Os.d.ts +7 -0
- package/es/api/resource/interface/apiTypes/Os.mjs +2 -0
- package/es/api/resource/interface/apiTypes/Os.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/Platform.d.ts +12 -0
- package/es/api/resource/interface/apiTypes/Platform.mjs +2 -0
- package/es/api/resource/interface/apiTypes/Platform.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/ProviderPageResponse.d.ts +11 -0
- package/es/api/resource/interface/apiTypes/ProviderPageResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/ProviderPageResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/ProviderResponse.d.ts +18 -0
- package/es/api/resource/interface/apiTypes/ProviderResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/ProviderResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/RBoolean.d.ts +10 -0
- package/es/api/resource/interface/apiTypes/RBoolean.mjs +2 -0
- package/es/api/resource/interface/apiTypes/RBoolean.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/RBucketPageResponse.d.ts +10 -0
- package/es/api/resource/interface/apiTypes/RBucketPageResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/RBucketPageResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/RBucketResponse.d.ts +10 -0
- package/es/api/resource/interface/apiTypes/RBucketResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/RBucketResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/RInteger.d.ts +10 -0
- package/es/api/resource/interface/apiTypes/RInteger.mjs +2 -0
- package/es/api/resource/interface/apiTypes/RInteger.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/RProviderPageResponse.d.ts +10 -0
- package/es/api/resource/interface/apiTypes/RProviderPageResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/RProviderPageResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/RProviderResponse.d.ts +10 -0
- package/es/api/resource/interface/apiTypes/RProviderResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/RProviderResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/RResourcePageResponse.d.ts +10 -0
- package/es/api/resource/interface/apiTypes/RResourcePageResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/RResourcePageResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/RResourceResponse.d.ts +10 -0
- package/es/api/resource/interface/apiTypes/RResourceResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/RResourceResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/RResourceUrlResponse.d.ts +10 -0
- package/es/api/resource/interface/apiTypes/RResourceUrlResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/RResourceUrlResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/RTenantPageResponse.d.ts +10 -0
- package/es/api/resource/interface/apiTypes/RTenantPageResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/RTenantPageResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/RTenantResponse.d.ts +10 -0
- package/es/api/resource/interface/apiTypes/RTenantResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/RTenantResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/RVoid.d.ts +12 -0
- package/es/api/resource/interface/apiTypes/RVoid.mjs +2 -0
- package/es/api/resource/interface/apiTypes/RVoid.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/ResourcePageResponse.d.ts +11 -0
- package/es/api/resource/interface/apiTypes/ResourcePageResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/ResourcePageResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/ResourceResponse.d.ts +28 -0
- package/es/api/resource/interface/apiTypes/ResourceResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/ResourceResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/ResourceUploadCompleteRequest.d.ts +6 -0
- package/es/api/resource/interface/apiTypes/ResourceUploadCompleteRequest.mjs +2 -0
- package/es/api/resource/interface/apiTypes/ResourceUploadCompleteRequest.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/ResourceUploadUrlRequest.d.ts +20 -0
- package/es/api/resource/interface/apiTypes/ResourceUploadUrlRequest.mjs +2 -0
- package/es/api/resource/interface/apiTypes/ResourceUploadUrlRequest.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/ResourceUrlResponse.d.ts +10 -0
- package/es/api/resource/interface/apiTypes/ResourceUrlResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/ResourceUrlResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/TenantPageResponse.d.ts +11 -0
- package/es/api/resource/interface/apiTypes/TenantPageResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/TenantPageResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/TenantResponse.d.ts +16 -0
- package/es/api/resource/interface/apiTypes/TenantResponse.mjs +2 -0
- package/es/api/resource/interface/apiTypes/TenantResponse.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/UpdateBucketAccessRequest.d.ts +6 -0
- package/es/api/resource/interface/apiTypes/UpdateBucketAccessRequest.mjs +2 -0
- package/es/api/resource/interface/apiTypes/UpdateBucketAccessRequest.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/UpdateBucketRequest.d.ts +10 -0
- package/es/api/resource/interface/apiTypes/UpdateBucketRequest.mjs +2 -0
- package/es/api/resource/interface/apiTypes/UpdateBucketRequest.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/UpdateBucketStatusRequest.d.ts +4 -0
- package/es/api/resource/interface/apiTypes/UpdateBucketStatusRequest.mjs +2 -0
- package/es/api/resource/interface/apiTypes/UpdateBucketStatusRequest.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/UpdateProviderRequest.d.ts +10 -0
- package/es/api/resource/interface/apiTypes/UpdateProviderRequest.mjs +2 -0
- package/es/api/resource/interface/apiTypes/UpdateProviderRequest.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/UpdateProviderStatusRequest.d.ts +4 -0
- package/es/api/resource/interface/apiTypes/UpdateProviderStatusRequest.mjs +2 -0
- package/es/api/resource/interface/apiTypes/UpdateProviderStatusRequest.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/UpdateTenantRequest.d.ts +6 -0
- package/es/api/resource/interface/apiTypes/UpdateTenantRequest.mjs +2 -0
- package/es/api/resource/interface/apiTypes/UpdateTenantRequest.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/UpdateTenantStatusRequest.d.ts +4 -0
- package/es/api/resource/interface/apiTypes/UpdateTenantStatusRequest.mjs +2 -0
- package/es/api/resource/interface/apiTypes/UpdateTenantStatusRequest.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/UploadFile.d.ts +11 -0
- package/es/api/resource/interface/apiTypes/UploadFile.mjs +2 -0
- package/es/api/resource/interface/apiTypes/UploadFile.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/UploadFileHeader.d.ts +10 -0
- package/es/api/resource/interface/apiTypes/UploadFileHeader.mjs +2 -0
- package/es/api/resource/interface/apiTypes/UploadFileHeader.mjs.map +1 -0
- package/es/api/resource/interface/apiTypes/UserAgent.d.ts +11 -0
- package/es/api/resource/interface/apiTypes/UserAgent.mjs +2 -0
- package/es/api/resource/interface/apiTypes/UserAgent.mjs.map +1 -0
- package/es/api/resource/interface/index.d.ts +55 -0
- package/es/api/resource/interface/index.mjs +52 -0
- package/es/api/resource/interface/index.mjs.map +1 -0
- package/es/api/resource/request.d.ts +2 -0
- package/es/api/resource/request.mjs +23 -0
- package/es/api/resource/request.mjs.map +1 -0
- package/es/api/shopAdmin/request.mjs +3 -1
- package/es/api/shopAdmin/request.mjs.map +1 -1
- package/es/components/index.mjs +2 -0
- package/es/components/index.mjs.map +1 -1
- package/es/components/src/business/index.d.ts +1 -0
- package/es/components/src/business/index.mjs +2 -0
- package/es/components/src/business/index.mjs.map +1 -1
- package/es/components/src/business/uploadMaterial/UploadMaterial.vue.d.ts +3 -3
- package/es/components/src/business/uploadMaterial/index.d.ts +9 -9
- package/es/components/src/business/uploadPro/UploadPro.vue.d.ts +859 -0
- package/es/components/src/business/uploadPro/UploadPro.vue.mjs +9 -0
- package/es/components/src/business/uploadPro/UploadPro.vue.mjs.map +1 -0
- package/es/components/src/business/uploadPro/UploadPro.vue2.mjs +293 -0
- package/es/components/src/business/uploadPro/UploadPro.vue2.mjs.map +1 -0
- package/es/components/src/business/uploadPro/UploadPro.vue3.mjs +4 -0
- package/es/components/src/business/uploadPro/UploadPro.vue3.mjs.map +1 -0
- package/es/components/src/business/uploadPro/UploadPro.vue4.mjs +4 -0
- package/es/components/src/business/uploadPro/UploadPro.vue4.mjs.map +1 -0
- package/es/components/src/business/uploadPro/index.d.ts +2238 -0
- package/es/components/src/business/uploadPro/index.mjs +9 -0
- package/es/components/src/business/uploadPro/index.mjs.map +1 -0
- package/es/components/src/business/uploadPro/uploadPro.d.ts +172 -0
- package/es/components/src/business/uploadPro/uploadPro.mjs +61 -0
- package/es/components/src/business/uploadPro/uploadPro.mjs.map +1 -0
- package/es/components/src/composite/previewFile/PreviewFile.vue2.mjs +1 -1
- package/es/components/src/composite/previewFile/PreviewFile.vue2.mjs.map +1 -1
- package/es/components/src/composite/uploadFile/UploadFile.vue.d.ts +3 -3
- package/es/components/src/composite/uploadFile/index.d.ts +9 -9
- package/es/constants/key.d.ts +2 -0
- package/es/constants/key.mjs.map +1 -1
- package/es/giime/component.mjs +3 -1
- package/es/giime/component.mjs.map +1 -1
- package/es/giime/index.mjs +3 -0
- package/es/giime/index.mjs.map +1 -1
- package/es/giime/makeInstaller.mjs +3 -0
- package/es/giime/makeInstaller.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/base/index.d.ts +1 -0
- package/es/hooks/base/index.mjs +1 -0
- package/es/hooks/base/index.mjs.map +1 -1
- package/es/hooks/base/useUploadFile/index.d.ts +19 -0
- package/es/hooks/base/useUploadFile/index.mjs +66 -0
- package/es/hooks/base/useUploadFile/index.mjs.map +1 -0
- package/es/hooks/index.mjs +1 -0
- package/es/hooks/index.mjs.map +1 -1
- package/es/index.css +124 -78
- package/es/utils/src/http/devProxy.mjs +7 -1
- package/es/utils/src/http/devProxy.mjs.map +1 -1
- package/es/utils/src/http/interceptors.mjs +1 -0
- package/es/utils/src/http/interceptors.mjs.map +1 -1
- package/es/utils/src/is.mjs +2 -1
- package/es/utils/src/is.mjs.map +1 -1
- package/global.d.ts +1 -0
- package/lib/api/resource/controller/ZiYuanGuanLi/getV1ResourcesUrl.d.ts +46 -0
- package/lib/api/resource/controller/ZiYuanGuanLi/getV1ResourcesUrl.js +26 -0
- package/lib/api/resource/controller/ZiYuanGuanLi/getV1ResourcesUrl.js.map +1 -0
- package/lib/api/resource/controller/ZiYuanGuanLi/index.d.ts +4 -0
- package/lib/api/resource/controller/ZiYuanGuanLi/index.js +14 -0
- package/lib/api/resource/controller/ZiYuanGuanLi/index.js.map +1 -0
- package/lib/api/resource/controller/ZiYuanGuanLi/postV1ResourcesUrl.d.ts +17 -0
- package/lib/api/resource/controller/ZiYuanGuanLi/postV1ResourcesUrl.js +10 -0
- package/lib/api/resource/controller/ZiYuanGuanLi/postV1ResourcesUrl.js.map +1 -0
- package/lib/api/resource/controller/ZiYuanGuanLi/useGetV1ResourcesUrl.d.ts +165 -0
- package/lib/api/resource/controller/ZiYuanGuanLi/useGetV1ResourcesUrl.js +36 -0
- package/lib/api/resource/controller/ZiYuanGuanLi/useGetV1ResourcesUrl.js.map +1 -0
- package/lib/api/resource/controller/ZiYuanGuanLi/usePostV1ResourcesUrl.d.ts +164 -0
- package/lib/api/resource/controller/ZiYuanGuanLi/usePostV1ResourcesUrl.js +20 -0
- package/lib/api/resource/controller/ZiYuanGuanLi/usePostV1ResourcesUrl.js.map +1 -0
- package/lib/api/resource/controller/index.d.ts +1 -0
- package/lib/api/resource/controller/index.js +15 -0
- package/lib/api/resource/controller/index.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/Authenticator.d.ts +2 -0
- package/lib/api/resource/interface/apiTypes/Authenticator.js +3 -0
- package/lib/api/resource/interface/apiTypes/Authenticator.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/Browser.d.ts +8 -0
- package/lib/api/resource/interface/apiTypes/Browser.js +3 -0
- package/lib/api/resource/interface/apiTypes/Browser.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/BucketPageResponse.d.ts +11 -0
- package/lib/api/resource/interface/apiTypes/BucketPageResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/BucketPageResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/BucketResponse.d.ts +30 -0
- package/lib/api/resource/interface/apiTypes/BucketResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/BucketResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/CreateBucketRequest.d.ts +14 -0
- package/lib/api/resource/interface/apiTypes/CreateBucketRequest.js +3 -0
- package/lib/api/resource/interface/apiTypes/CreateBucketRequest.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/CreateProviderRequest.d.ts +14 -0
- package/lib/api/resource/interface/apiTypes/CreateProviderRequest.js +3 -0
- package/lib/api/resource/interface/apiTypes/CreateProviderRequest.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/CreateTenantRequest.d.ts +8 -0
- package/lib/api/resource/interface/apiTypes/CreateTenantRequest.js +3 -0
- package/lib/api/resource/interface/apiTypes/CreateTenantRequest.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/Engine.d.ts +7 -0
- package/lib/api/resource/interface/apiTypes/Engine.js +3 -0
- package/lib/api/resource/interface/apiTypes/Engine.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/Filter.d.ts +2 -0
- package/lib/api/resource/interface/apiTypes/Filter.js +3 -0
- package/lib/api/resource/interface/apiTypes/Filter.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/GenerateUploadUrlRequest.d.ts +30 -0
- package/lib/api/resource/interface/apiTypes/GenerateUploadUrlRequest.js +3 -0
- package/lib/api/resource/interface/apiTypes/GenerateUploadUrlRequest.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/HttpContext.d.ts +12 -0
- package/lib/api/resource/interface/apiTypes/HttpContext.js +3 -0
- package/lib/api/resource/interface/apiTypes/HttpContext.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/HttpExchange.d.ts +73 -0
- package/lib/api/resource/interface/apiTypes/HttpExchange.js +3 -0
- package/lib/api/resource/interface/apiTypes/HttpExchange.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/HttpHandler.d.ts +2 -0
- package/lib/api/resource/interface/apiTypes/HttpHandler.js +3 -0
- package/lib/api/resource/interface/apiTypes/HttpHandler.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/HttpPrincipal.d.ts +5 -0
- package/lib/api/resource/interface/apiTypes/HttpPrincipal.js +3 -0
- package/lib/api/resource/interface/apiTypes/HttpPrincipal.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/HttpServer.d.ts +29 -0
- package/lib/api/resource/interface/apiTypes/HttpServer.js +3 -0
- package/lib/api/resource/interface/apiTypes/HttpServer.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/HttpServerRequest.d.ts +55 -0
- package/lib/api/resource/interface/apiTypes/HttpServerRequest.js +3 -0
- package/lib/api/resource/interface/apiTypes/HttpServerRequest.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/HttpServerResponse.d.ts +19 -0
- package/lib/api/resource/interface/apiTypes/HttpServerResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/HttpServerResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/MultipartFormData.d.ts +31 -0
- package/lib/api/resource/interface/apiTypes/MultipartFormData.js +3 -0
- package/lib/api/resource/interface/apiTypes/MultipartFormData.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/Os.d.ts +7 -0
- package/lib/api/resource/interface/apiTypes/Os.js +3 -0
- package/lib/api/resource/interface/apiTypes/Os.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/Platform.d.ts +12 -0
- package/lib/api/resource/interface/apiTypes/Platform.js +3 -0
- package/lib/api/resource/interface/apiTypes/Platform.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/ProviderPageResponse.d.ts +11 -0
- package/lib/api/resource/interface/apiTypes/ProviderPageResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/ProviderPageResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/ProviderResponse.d.ts +18 -0
- package/lib/api/resource/interface/apiTypes/ProviderResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/ProviderResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/RBoolean.d.ts +10 -0
- package/lib/api/resource/interface/apiTypes/RBoolean.js +3 -0
- package/lib/api/resource/interface/apiTypes/RBoolean.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/RBucketPageResponse.d.ts +10 -0
- package/lib/api/resource/interface/apiTypes/RBucketPageResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/RBucketPageResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/RBucketResponse.d.ts +10 -0
- package/lib/api/resource/interface/apiTypes/RBucketResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/RBucketResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/RInteger.d.ts +10 -0
- package/lib/api/resource/interface/apiTypes/RInteger.js +3 -0
- package/lib/api/resource/interface/apiTypes/RInteger.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/RProviderPageResponse.d.ts +10 -0
- package/lib/api/resource/interface/apiTypes/RProviderPageResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/RProviderPageResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/RProviderResponse.d.ts +10 -0
- package/lib/api/resource/interface/apiTypes/RProviderResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/RProviderResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/RResourcePageResponse.d.ts +10 -0
- package/lib/api/resource/interface/apiTypes/RResourcePageResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/RResourcePageResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/RResourceResponse.d.ts +10 -0
- package/lib/api/resource/interface/apiTypes/RResourceResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/RResourceResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/RResourceUrlResponse.d.ts +10 -0
- package/lib/api/resource/interface/apiTypes/RResourceUrlResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/RResourceUrlResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/RTenantPageResponse.d.ts +10 -0
- package/lib/api/resource/interface/apiTypes/RTenantPageResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/RTenantPageResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/RTenantResponse.d.ts +10 -0
- package/lib/api/resource/interface/apiTypes/RTenantResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/RTenantResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/RVoid.d.ts +12 -0
- package/lib/api/resource/interface/apiTypes/RVoid.js +3 -0
- package/lib/api/resource/interface/apiTypes/RVoid.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/ResourcePageResponse.d.ts +11 -0
- package/lib/api/resource/interface/apiTypes/ResourcePageResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/ResourcePageResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/ResourceResponse.d.ts +28 -0
- package/lib/api/resource/interface/apiTypes/ResourceResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/ResourceResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/ResourceUploadCompleteRequest.d.ts +6 -0
- package/lib/api/resource/interface/apiTypes/ResourceUploadCompleteRequest.js +3 -0
- package/lib/api/resource/interface/apiTypes/ResourceUploadCompleteRequest.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/ResourceUploadUrlRequest.d.ts +20 -0
- package/lib/api/resource/interface/apiTypes/ResourceUploadUrlRequest.js +3 -0
- package/lib/api/resource/interface/apiTypes/ResourceUploadUrlRequest.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/ResourceUrlResponse.d.ts +10 -0
- package/lib/api/resource/interface/apiTypes/ResourceUrlResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/ResourceUrlResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/TenantPageResponse.d.ts +11 -0
- package/lib/api/resource/interface/apiTypes/TenantPageResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/TenantPageResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/TenantResponse.d.ts +16 -0
- package/lib/api/resource/interface/apiTypes/TenantResponse.js +3 -0
- package/lib/api/resource/interface/apiTypes/TenantResponse.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/UpdateBucketAccessRequest.d.ts +6 -0
- package/lib/api/resource/interface/apiTypes/UpdateBucketAccessRequest.js +3 -0
- package/lib/api/resource/interface/apiTypes/UpdateBucketAccessRequest.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/UpdateBucketRequest.d.ts +10 -0
- package/lib/api/resource/interface/apiTypes/UpdateBucketRequest.js +3 -0
- package/lib/api/resource/interface/apiTypes/UpdateBucketRequest.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/UpdateBucketStatusRequest.d.ts +4 -0
- package/lib/api/resource/interface/apiTypes/UpdateBucketStatusRequest.js +3 -0
- package/lib/api/resource/interface/apiTypes/UpdateBucketStatusRequest.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/UpdateProviderRequest.d.ts +10 -0
- package/lib/api/resource/interface/apiTypes/UpdateProviderRequest.js +3 -0
- package/lib/api/resource/interface/apiTypes/UpdateProviderRequest.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/UpdateProviderStatusRequest.d.ts +4 -0
- package/lib/api/resource/interface/apiTypes/UpdateProviderStatusRequest.js +3 -0
- package/lib/api/resource/interface/apiTypes/UpdateProviderStatusRequest.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/UpdateTenantRequest.d.ts +6 -0
- package/lib/api/resource/interface/apiTypes/UpdateTenantRequest.js +3 -0
- package/lib/api/resource/interface/apiTypes/UpdateTenantRequest.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/UpdateTenantStatusRequest.d.ts +4 -0
- package/lib/api/resource/interface/apiTypes/UpdateTenantStatusRequest.js +3 -0
- package/lib/api/resource/interface/apiTypes/UpdateTenantStatusRequest.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/UploadFile.d.ts +11 -0
- package/lib/api/resource/interface/apiTypes/UploadFile.js +3 -0
- package/lib/api/resource/interface/apiTypes/UploadFile.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/UploadFileHeader.d.ts +10 -0
- package/lib/api/resource/interface/apiTypes/UploadFileHeader.js +3 -0
- package/lib/api/resource/interface/apiTypes/UploadFileHeader.js.map +1 -0
- package/lib/api/resource/interface/apiTypes/UserAgent.d.ts +11 -0
- package/lib/api/resource/interface/apiTypes/UserAgent.js +3 -0
- package/lib/api/resource/interface/apiTypes/UserAgent.js.map +1 -0
- package/lib/api/resource/interface/index.d.ts +55 -0
- package/lib/api/resource/interface/index.js +55 -0
- package/lib/api/resource/interface/index.js.map +1 -0
- package/lib/api/resource/request.d.ts +2 -0
- package/lib/api/resource/request.js +27 -0
- package/lib/api/resource/request.js.map +1 -0
- package/lib/api/shopAdmin/request.js +3 -1
- package/lib/api/shopAdmin/request.js.map +1 -1
- package/lib/components/index.js +72 -68
- package/lib/components/index.js.map +1 -1
- package/lib/components/src/business/index.d.ts +1 -0
- package/lib/components/src/business/index.js +4 -0
- package/lib/components/src/business/index.js.map +1 -1
- package/lib/components/src/business/uploadMaterial/UploadMaterial.vue.d.ts +3 -3
- package/lib/components/src/business/uploadMaterial/index.d.ts +9 -9
- package/lib/components/src/business/uploadPro/UploadPro.vue.d.ts +859 -0
- package/lib/components/src/business/uploadPro/UploadPro.vue.js +13 -0
- package/lib/components/src/business/uploadPro/UploadPro.vue.js.map +1 -0
- package/lib/components/src/business/uploadPro/UploadPro.vue2.js +297 -0
- package/lib/components/src/business/uploadPro/UploadPro.vue2.js.map +1 -0
- package/lib/components/src/business/uploadPro/UploadPro.vue3.js +8 -0
- package/lib/components/src/business/uploadPro/UploadPro.vue3.js.map +1 -0
- package/lib/components/src/business/uploadPro/UploadPro.vue4.js +8 -0
- package/lib/components/src/business/uploadPro/UploadPro.vue4.js.map +1 -0
- package/lib/components/src/business/uploadPro/index.d.ts +2238 -0
- package/lib/components/src/business/uploadPro/index.js +15 -0
- package/lib/components/src/business/uploadPro/index.js.map +1 -0
- package/lib/components/src/business/uploadPro/uploadPro.d.ts +172 -0
- package/lib/components/src/business/uploadPro/uploadPro.js +63 -0
- package/lib/components/src/business/uploadPro/uploadPro.js.map +1 -0
- package/lib/components/src/composite/previewFile/PreviewFile.vue2.js +1 -1
- package/lib/components/src/composite/previewFile/PreviewFile.vue2.js.map +1 -1
- package/lib/components/src/composite/uploadFile/UploadFile.vue.d.ts +3 -3
- package/lib/components/src/composite/uploadFile/index.d.ts +9 -9
- package/lib/constants/key.d.ts +2 -0
- package/lib/constants/key.js.map +1 -1
- package/lib/giime/component.js +3 -1
- package/lib/giime/component.js.map +1 -1
- package/lib/giime/index.js +130 -124
- package/lib/giime/index.js.map +1 -1
- package/lib/giime/makeInstaller.js +3 -0
- package/lib/giime/makeInstaller.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/base/index.d.ts +1 -0
- package/lib/hooks/base/index.js +2 -0
- package/lib/hooks/base/index.js.map +1 -1
- package/lib/hooks/base/useUploadFile/index.d.ts +19 -0
- package/lib/hooks/base/useUploadFile/index.js +68 -0
- package/lib/hooks/base/useUploadFile/index.js.map +1 -0
- package/lib/hooks/index.js +38 -36
- package/lib/hooks/index.js.map +1 -1
- package/lib/index.css +124 -78
- package/lib/utils/src/http/devProxy.js +7 -1
- package/lib/utils/src/http/devProxy.js.map +1 -1
- package/lib/utils/src/http/interceptors.js +1 -0
- package/lib/utils/src/http/interceptors.js.map +1 -1
- package/lib/utils/src/is.js +2 -1
- package/lib/utils/src/is.js.map +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -878,65 +878,59 @@ video {
|
|
|
878
878
|
margin: 0;
|
|
879
879
|
}
|
|
880
880
|
|
|
881
|
-
.gm-
|
|
882
|
-
|
|
881
|
+
.gm-upload-pro-preview-dialog[data-v-2c95bde6] [data-v-2c95bde6] .el-dialog__body {
|
|
882
|
+
padding: 0;
|
|
883
883
|
}
|
|
884
884
|
|
|
885
|
-
.gm-
|
|
886
|
-
|
|
885
|
+
.gm-upload-pro-file-picture-card[data-v-2c95bde6] [data-v-2c95bde6] .el-upload-list__item, .gm-upload-pro-file-picture-card[data-v-2c95bde6] [data-v-2c95bde6] .el-upload--picture-card {
|
|
886
|
+
width: auto;
|
|
887
|
+
height: auto;
|
|
887
888
|
}
|
|
888
|
-
.
|
|
889
|
-
|
|
889
|
+
.gm-upload-pro-file {
|
|
890
|
+
line-height: normal;
|
|
890
891
|
}
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
animation: loading-dash-d7b04fae 1.5s ease-in-out infinite;
|
|
894
|
-
stroke-dasharray: 90, 150;
|
|
895
|
-
stroke-dashoffset: 0;
|
|
896
|
-
stroke: var(--el-color-primary);
|
|
897
|
-
stroke-linecap: round;
|
|
892
|
+
.gm-upload-pro-file .el-checkbox-group {
|
|
893
|
+
font-size: unset;
|
|
898
894
|
}
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
895
|
+
.gm-upload-pro-file .el-checkbox {
|
|
896
|
+
position: absolute;
|
|
897
|
+
left: 10px;
|
|
898
|
+
top: 0;
|
|
899
|
+
z-index: 9;
|
|
904
900
|
}
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
stroke-dasharray: 1, 200;
|
|
908
|
-
stroke-dashoffset: 0;
|
|
909
|
-
}
|
|
910
|
-
50% {
|
|
911
|
-
stroke-dasharray: 90, 150;
|
|
912
|
-
stroke-dashoffset: -40px;
|
|
913
|
-
}
|
|
914
|
-
100% {
|
|
915
|
-
stroke-dasharray: 90, 150;
|
|
916
|
-
stroke-dashoffset: -120px;
|
|
917
|
-
}
|
|
901
|
+
.gm-upload-pro-file .el-upload-list--picture-card {
|
|
902
|
+
gap: 10px;
|
|
918
903
|
}
|
|
919
|
-
.gm-
|
|
920
|
-
|
|
921
|
-
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
922
|
-
background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
|
|
904
|
+
.gm-upload-pro-file .el-upload-list__item {
|
|
905
|
+
margin: 0;
|
|
923
906
|
}
|
|
924
|
-
.gm-
|
|
925
|
-
|
|
926
|
-
|
|
907
|
+
.gm-upload-pro-file .el-upload-list__item-file-name {
|
|
908
|
+
line-height: 1.7;
|
|
909
|
+
}
|
|
910
|
+
.gm-upload-pro-file .el-upload-dragger {
|
|
911
|
+
padding: 0;
|
|
912
|
+
border: none;
|
|
913
|
+
width: 100%;
|
|
914
|
+
height: 100%;
|
|
915
|
+
display: flex;
|
|
916
|
+
}
|
|
917
|
+
.gm-upload-pro-file .el-upload--picture-card {
|
|
918
|
+
border: none;
|
|
927
919
|
}
|
|
928
920
|
|
|
929
|
-
.gm-
|
|
921
|
+
.gm-upload-pro-file-disabled .el-upload--picture-card {
|
|
930
922
|
display: none;
|
|
931
|
-
color: var(--el-input-icon-color, var(--el-text-color-placeholder));
|
|
932
923
|
}
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
display: flex;
|
|
924
|
+
.gm-upload-pro-file-disabled .el-upload-list__item-status-label {
|
|
925
|
+
display: none;
|
|
936
926
|
}
|
|
937
|
-
[data-v-
|
|
938
|
-
|
|
939
|
-
|
|
927
|
+
.gm-upload-preview-dialog[data-v-8077ce51] [data-v-8077ce51] .el-dialog__body {
|
|
928
|
+
padding: 0;
|
|
929
|
+
}
|
|
930
|
+
|
|
931
|
+
.gm-upload-file-picture-card[data-v-8077ce51] [data-v-8077ce51] .el-upload-list__item, .gm-upload-file-picture-card[data-v-8077ce51] [data-v-8077ce51] .el-upload--picture-card {
|
|
932
|
+
width: auto;
|
|
933
|
+
height: auto;
|
|
940
934
|
}
|
|
941
935
|
[data-v-2c351ff8] .gmTableNoBorder .el-table__body .el-table__cell {
|
|
942
936
|
border-right: none;
|
|
@@ -984,14 +978,6 @@ video {
|
|
|
984
978
|
[data-v-98c2e804] .gmTableNoBorder .el-table__border-left-patch {
|
|
985
979
|
height: 0;
|
|
986
980
|
}
|
|
987
|
-
.gm-upload-preview-dialog[data-v-8077ce51] [data-v-8077ce51] .el-dialog__body {
|
|
988
|
-
padding: 0;
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
.gm-upload-file-picture-card[data-v-8077ce51] [data-v-8077ce51] .el-upload-list__item, .gm-upload-file-picture-card[data-v-8077ce51] [data-v-8077ce51] .el-upload--picture-card {
|
|
992
|
-
width: auto;
|
|
993
|
-
height: auto;
|
|
994
|
-
}
|
|
995
981
|
.gm-upload-file {
|
|
996
982
|
line-height: normal;
|
|
997
983
|
}
|
|
@@ -1027,6 +1013,66 @@ video {
|
|
|
1027
1013
|
.gm-upload-file-disabled .el-upload-list__item-status-label {
|
|
1028
1014
|
display: none;
|
|
1029
1015
|
}
|
|
1016
|
+
[data-v-488ca110] .gmSearchForm .el-form-item {
|
|
1017
|
+
margin-right: 0;
|
|
1018
|
+
margin-bottom: 4px;
|
|
1019
|
+
}
|
|
1020
|
+
.gm-number-interval-single[data-v-4e6f4d6f] {
|
|
1021
|
+
border-radius: var(--el-input-border-radius, var(--el-border-radius-base));
|
|
1022
|
+
box-shadow: 0 0 0 1px var(--el-input-border-color, var(--el-border-color)) inset;
|
|
1023
|
+
background-color: var(--el-input-bg-color, var(--el-fill-color-blank));
|
|
1024
|
+
}
|
|
1025
|
+
.gm-number-interval-single[data-v-4e6f4d6f] [data-v-4e6f4d6f] .el-input__wrapper {
|
|
1026
|
+
box-shadow: none;
|
|
1027
|
+
background: none;
|
|
1028
|
+
}
|
|
1029
|
+
|
|
1030
|
+
.gm-number-interval-close[data-v-4e6f4d6f] {
|
|
1031
|
+
display: none;
|
|
1032
|
+
color: var(--el-input-icon-color, var(--el-text-color-placeholder));
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
.gm-number-interval-single[data-v-4e6f4d6f]:hover .gm-number-interval-close[data-v-4e6f4d6f] {
|
|
1036
|
+
display: flex;
|
|
1037
|
+
}
|
|
1038
|
+
.gm-flex-center[data-v-c17deec9] {
|
|
1039
|
+
align-items: center;
|
|
1040
|
+
}
|
|
1041
|
+
|
|
1042
|
+
.gm-flex-justify-between[data-v-c17deec9] {
|
|
1043
|
+
justify-content: space-between;
|
|
1044
|
+
}
|
|
1045
|
+
.circular[data-v-d7b04fae] {
|
|
1046
|
+
animation: loading-rotate-d7b04fae 2s linear infinite;
|
|
1047
|
+
}
|
|
1048
|
+
|
|
1049
|
+
.path[data-v-d7b04fae] {
|
|
1050
|
+
animation: loading-dash-d7b04fae 1.5s ease-in-out infinite;
|
|
1051
|
+
stroke-dasharray: 90, 150;
|
|
1052
|
+
stroke-dashoffset: 0;
|
|
1053
|
+
stroke: var(--el-color-primary);
|
|
1054
|
+
stroke-linecap: round;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
@keyframes loading-rotate-d7b04fae {
|
|
1058
|
+
to {
|
|
1059
|
+
transform: rotate(360deg);
|
|
1060
|
+
}
|
|
1061
|
+
}
|
|
1062
|
+
@keyframes loading-dash-d7b04fae {
|
|
1063
|
+
0% {
|
|
1064
|
+
stroke-dasharray: 1, 200;
|
|
1065
|
+
stroke-dashoffset: 0;
|
|
1066
|
+
}
|
|
1067
|
+
50% {
|
|
1068
|
+
stroke-dasharray: 90, 150;
|
|
1069
|
+
stroke-dashoffset: -40px;
|
|
1070
|
+
}
|
|
1071
|
+
100% {
|
|
1072
|
+
stroke-dasharray: 90, 150;
|
|
1073
|
+
stroke-dashoffset: -120px;
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1030
1076
|
|
|
1031
1077
|
.pagination-container[data-v-47d35e7b] {
|
|
1032
1078
|
background: #fff;
|
|
@@ -1037,112 +1083,112 @@ video {
|
|
|
1037
1083
|
}
|
|
1038
1084
|
|
|
1039
1085
|
@charset "UTF-8";
|
|
1040
|
-
.custom-
|
|
1086
|
+
.table-custom-header-drawer .el-drawer__header {
|
|
1041
1087
|
padding: 10px 15px;
|
|
1042
1088
|
margin: 0;
|
|
1043
1089
|
border-bottom: 1px solid #ebeef5;
|
|
1044
1090
|
}
|
|
1045
|
-
.custom-
|
|
1091
|
+
.table-custom-header-drawer .el-drawer__title {
|
|
1046
1092
|
font-size: 14px;
|
|
1047
1093
|
color: #333;
|
|
1048
1094
|
}
|
|
1049
|
-
.custom-
|
|
1095
|
+
.table-custom-header-drawer .el-drawer__body {
|
|
1050
1096
|
padding: 15px;
|
|
1051
1097
|
}
|
|
1052
|
-
.custom-
|
|
1098
|
+
.table-custom-header-drawer .el-drawer__footer {
|
|
1053
1099
|
padding: 10px 15px;
|
|
1054
1100
|
border-top: 1px solid #ebeef5;
|
|
1055
1101
|
}
|
|
1056
|
-
.custom-
|
|
1102
|
+
.table-custom-header-drawer .el-checkbox {
|
|
1057
1103
|
display: flex;
|
|
1058
1104
|
align-items: center;
|
|
1059
1105
|
}
|
|
1060
|
-
.custom-
|
|
1106
|
+
.table-custom-header-drawer .el-input__inner {
|
|
1061
1107
|
text-align: center;
|
|
1062
1108
|
}
|
|
1063
|
-
.custom-
|
|
1109
|
+
.table-custom-header-drawer .el-input__suffix {
|
|
1064
1110
|
position: absolute;
|
|
1065
1111
|
right: 10px;
|
|
1066
1112
|
}
|
|
1067
|
-
.custom-
|
|
1113
|
+
.table-custom-header-drawer .custom-content li {
|
|
1068
1114
|
display: flex;
|
|
1069
1115
|
align-items: center;
|
|
1070
1116
|
justify-content: center;
|
|
1071
1117
|
height: 44px;
|
|
1072
1118
|
}
|
|
1073
|
-
.custom-
|
|
1119
|
+
.table-custom-header-drawer .custom-group {
|
|
1074
1120
|
max-height: calc(100vh - 226px);
|
|
1075
1121
|
overflow-y: auto;
|
|
1076
1122
|
}
|
|
1077
|
-
.custom-
|
|
1123
|
+
.table-custom-header-drawer .custom-group::-webkit-scrollbar {
|
|
1078
1124
|
/*滚动条整体样式*/
|
|
1079
1125
|
width: 4px;
|
|
1080
1126
|
/*高宽分别对应横竖滚动条的尺寸*/
|
|
1081
1127
|
height: 1px;
|
|
1082
1128
|
}
|
|
1083
|
-
.custom-
|
|
1129
|
+
.table-custom-header-drawer .custom-group::-webkit-scrollbar-thumb {
|
|
1084
1130
|
/*滚动条里面小方块*/
|
|
1085
1131
|
border-radius: 10px;
|
|
1086
1132
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
1087
1133
|
background: #999;
|
|
1088
1134
|
}
|
|
1089
|
-
.custom-
|
|
1135
|
+
.table-custom-header-drawer .custom-group::-webkit-scrollbar-track {
|
|
1090
1136
|
/*滚动条里面轨道*/
|
|
1091
1137
|
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1092
1138
|
border-radius: 10px;
|
|
1093
1139
|
background: #eee;
|
|
1094
1140
|
}
|
|
1095
1141
|
@charset "UTF-8";
|
|
1096
|
-
.
|
|
1142
|
+
.custom-operate-drawer .el-drawer__header {
|
|
1097
1143
|
padding: 10px 15px;
|
|
1098
1144
|
margin: 0;
|
|
1099
1145
|
border-bottom: 1px solid #ebeef5;
|
|
1100
1146
|
}
|
|
1101
|
-
.
|
|
1147
|
+
.custom-operate-drawer .el-drawer__title {
|
|
1102
1148
|
font-size: 14px;
|
|
1103
1149
|
color: #333;
|
|
1104
1150
|
}
|
|
1105
|
-
.
|
|
1151
|
+
.custom-operate-drawer .el-drawer__body {
|
|
1106
1152
|
padding: 15px;
|
|
1107
1153
|
}
|
|
1108
|
-
.
|
|
1154
|
+
.custom-operate-drawer .el-drawer__footer {
|
|
1109
1155
|
padding: 10px 15px;
|
|
1110
1156
|
border-top: 1px solid #ebeef5;
|
|
1111
1157
|
}
|
|
1112
|
-
.
|
|
1158
|
+
.custom-operate-drawer .el-checkbox {
|
|
1113
1159
|
display: flex;
|
|
1114
1160
|
align-items: center;
|
|
1115
1161
|
}
|
|
1116
|
-
.
|
|
1162
|
+
.custom-operate-drawer .el-input__inner {
|
|
1117
1163
|
text-align: center;
|
|
1118
1164
|
}
|
|
1119
|
-
.
|
|
1165
|
+
.custom-operate-drawer .el-input__suffix {
|
|
1120
1166
|
position: absolute;
|
|
1121
1167
|
right: 10px;
|
|
1122
1168
|
}
|
|
1123
|
-
.
|
|
1169
|
+
.custom-operate-drawer .custom-content li {
|
|
1124
1170
|
display: flex;
|
|
1125
1171
|
align-items: center;
|
|
1126
1172
|
justify-content: center;
|
|
1127
1173
|
height: 44px;
|
|
1128
1174
|
}
|
|
1129
|
-
.
|
|
1175
|
+
.custom-operate-drawer .custom-group {
|
|
1130
1176
|
max-height: calc(100vh - 226px);
|
|
1131
1177
|
overflow-y: auto;
|
|
1132
1178
|
}
|
|
1133
|
-
.
|
|
1179
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar {
|
|
1134
1180
|
/*滚动条整体样式*/
|
|
1135
1181
|
width: 4px;
|
|
1136
1182
|
/*高宽分别对应横竖滚动条的尺寸*/
|
|
1137
1183
|
height: 1px;
|
|
1138
1184
|
}
|
|
1139
|
-
.
|
|
1185
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar-thumb {
|
|
1140
1186
|
/*滚动条里面小方块*/
|
|
1141
1187
|
border-radius: 10px;
|
|
1142
1188
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
|
|
1143
1189
|
background: #999;
|
|
1144
1190
|
}
|
|
1145
|
-
.
|
|
1191
|
+
.custom-operate-drawer .custom-group::-webkit-scrollbar-track {
|
|
1146
1192
|
/*滚动条里面轨道*/
|
|
1147
1193
|
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
|
|
1148
1194
|
border-radius: 10px;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { type AxiosRequestConfig } from "axios";
|
|
2
|
+
/**
|
|
3
|
+
* 查询资源链接
|
|
4
|
+
* /v1/resources/url
|
|
5
|
+
*/
|
|
6
|
+
export declare function getV1ResourcesUrl(params: GetV1ResourcesUrlParams, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
7
|
+
code: number;
|
|
8
|
+
bizCode: number;
|
|
9
|
+
data: {
|
|
10
|
+
url: string;
|
|
11
|
+
exists: boolean;
|
|
12
|
+
uploadUrl: string;
|
|
13
|
+
key: string;
|
|
14
|
+
};
|
|
15
|
+
msg: string;
|
|
16
|
+
}, any>>;
|
|
17
|
+
export interface GetV1ResourcesUrlParams {
|
|
18
|
+
/** 领域编码 */
|
|
19
|
+
domainCode: string;
|
|
20
|
+
/** 文件名 */
|
|
21
|
+
fileName?: string;
|
|
22
|
+
/** 内容类型 */
|
|
23
|
+
contentType: string;
|
|
24
|
+
/** 文件MD5值 */
|
|
25
|
+
md5: string;
|
|
26
|
+
/** 文件大小(字节) */
|
|
27
|
+
size: number;
|
|
28
|
+
/** 文件权限,默认继承桶 */
|
|
29
|
+
acl?: string;
|
|
30
|
+
/** 场景编码 */
|
|
31
|
+
sceneCode?: string;
|
|
32
|
+
/** 有效期限,时间毫秒数 */
|
|
33
|
+
expires?: number;
|
|
34
|
+
/** 是否覆盖同名文件 0 否 1 是 */
|
|
35
|
+
cover?: number;
|
|
36
|
+
/** 元数据 */
|
|
37
|
+
metaData?: GetV1ResourcesUrlParamsMetaData;
|
|
38
|
+
/** 扩展数据 */
|
|
39
|
+
extData?: GetV1ResourcesUrlParamsExtData;
|
|
40
|
+
}
|
|
41
|
+
export interface GetV1ResourcesUrlParamsMetaData {
|
|
42
|
+
[key: string]: any;
|
|
43
|
+
}
|
|
44
|
+
export interface GetV1ResourcesUrlParamsExtData {
|
|
45
|
+
[key: string]: any;
|
|
46
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import service from '../../request.mjs';
|
|
2
|
+
|
|
3
|
+
function getV1ResourcesUrl(params, config) {
|
|
4
|
+
const paramsInput = {
|
|
5
|
+
domainCode: params.domainCode,
|
|
6
|
+
fileName: params.fileName,
|
|
7
|
+
contentType: params.contentType,
|
|
8
|
+
md5: params.md5,
|
|
9
|
+
size: params.size,
|
|
10
|
+
acl: params.acl,
|
|
11
|
+
sceneCode: params.sceneCode,
|
|
12
|
+
expires: params.expires,
|
|
13
|
+
cover: params.cover,
|
|
14
|
+
...params.metaData,
|
|
15
|
+
...params.extData
|
|
16
|
+
};
|
|
17
|
+
return service.get(`/v1/resources/url`, {
|
|
18
|
+
params: paramsInput,
|
|
19
|
+
...config
|
|
20
|
+
});
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export { getV1ResourcesUrl };
|
|
24
|
+
//# sourceMappingURL=getV1ResourcesUrl.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getV1ResourcesUrl.mjs","sources":["../../../../../../../packages/api/resource/controller/ZiYuanGuanLi/getV1ResourcesUrl.ts"],"sourcesContent":["import request from \"@giime/api/resource/request\";\nimport { type RResourceUrlResponse, type DeepRequired } from \"../../interface\";\nimport { type AxiosRequestConfig } from \"axios\";\n\n/**\n * 查询资源链接\n * /v1/resources/url\n */\nexport function getV1ResourcesUrl(params: GetV1ResourcesUrlParams, config?: AxiosRequestConfig) {\n const paramsInput = {\n domainCode: params.domainCode,\n fileName: params.fileName,\n contentType: params.contentType,\n md5: params.md5,\n size: params.size,\n acl: params.acl,\n sceneCode: params.sceneCode,\n expires: params.expires,\n cover: params.cover,\n ...params.metaData,\n ...params.extData,\n };\n return request.get<DeepRequired<RResourceUrlResponse>>(`/v1/resources/url`, {\n params: paramsInput,\n ...config,\n });\n}\n\nexport interface GetV1ResourcesUrlParams {\n /** 领域编码 */\n domainCode: string;\n /** 文件名 */\n fileName?: string;\n /** 内容类型 */\n contentType: string;\n /** 文件MD5值 */\n md5: string;\n /** 文件大小(字节) */\n size: number;\n /** 文件权限,默认继承桶 */\n acl?: string;\n /** 场景编码 */\n sceneCode?: string;\n /** 有效期限,时间毫秒数 */\n expires?: number;\n /** 是否覆盖同名文件 0 否 1 是 */\n cover?: number;\n /** 元数据 */\n metaData?: GetV1ResourcesUrlParamsMetaData;\n /** 扩展数据 */\n extData?: GetV1ResourcesUrlParamsExtData;\n}\n\nexport interface GetV1ResourcesUrlParamsMetaData {\n [key: string]: any;\n}\n\nexport interface GetV1ResourcesUrlParamsExtData {\n [key: string]: any;\n}\n"],"names":["request"],"mappings":";;AAQgB,SAAA,iBAAA,CAAkB,QAAiC,MAA6B,EAAA;AAC5F,EAAA,MAAM,WAAc,GAAA;AAAA,IAChB,YAAY,MAAO,CAAA,UAAA;AAAA,IACnB,UAAU,MAAO,CAAA,QAAA;AAAA,IACjB,aAAa,MAAO,CAAA,WAAA;AAAA,IACpB,KAAK,MAAO,CAAA,GAAA;AAAA,IACZ,MAAM,MAAO,CAAA,IAAA;AAAA,IACb,KAAK,MAAO,CAAA,GAAA;AAAA,IACZ,WAAW,MAAO,CAAA,SAAA;AAAA,IAClB,SAAS,MAAO,CAAA,OAAA;AAAA,IAChB,OAAO,MAAO,CAAA,KAAA;AAAA,IACd,GAAG,MAAO,CAAA,QAAA;AAAA,IACV,GAAG,MAAO,CAAA,OAAA;AAAA,GACd,CAAA;AACA,EAAO,OAAAA,OAAA,CAAQ,IAAwC,CAAqB,iBAAA,CAAA,EAAA;AAAA,IACxE,MAAQ,EAAA,WAAA;AAAA,IACR,GAAG,MAAA;AAAA,GACN,CAAA,CAAA;AACL;;;;"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { getV1ResourcesUrl } from './getV1ResourcesUrl.mjs';
|
|
2
|
+
export { useGetV1ResourcesUrl } from './useGetV1ResourcesUrl.mjs';
|
|
3
|
+
export { postV1ResourcesUrl } from './postV1ResourcesUrl.mjs';
|
|
4
|
+
export { usePostV1ResourcesUrl } from './usePostV1ResourcesUrl.mjs';
|
|
5
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { type GenerateUploadUrlRequest } from "../../interface";
|
|
2
|
+
import { type AxiosRequestConfig } from "axios";
|
|
3
|
+
/**
|
|
4
|
+
* 查询资源上传链接
|
|
5
|
+
* /v1/resources/url
|
|
6
|
+
*/
|
|
7
|
+
export declare function postV1ResourcesUrl(input?: GenerateUploadUrlRequest, config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
8
|
+
code: number;
|
|
9
|
+
bizCode: number;
|
|
10
|
+
data: {
|
|
11
|
+
url: string;
|
|
12
|
+
exists: boolean;
|
|
13
|
+
uploadUrl: string;
|
|
14
|
+
key: string;
|
|
15
|
+
};
|
|
16
|
+
msg: string;
|
|
17
|
+
}, any>>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"postV1ResourcesUrl.mjs","sources":["../../../../../../../packages/api/resource/controller/ZiYuanGuanLi/postV1ResourcesUrl.ts"],"sourcesContent":["import request from \"@giime/api/resource/request\";\nimport { type RResourceUrlResponse, type DeepRequired, type GenerateUploadUrlRequest } from \"../../interface\";\nimport { type AxiosRequestConfig } from \"axios\";\n\n/**\n * 查询资源上传链接\n * /v1/resources/url\n */\nexport function postV1ResourcesUrl(input?: GenerateUploadUrlRequest, config?: AxiosRequestConfig) {\n return request.post<DeepRequired<RResourceUrlResponse>>(`/v1/resources/url`, input, config);\n}\n"],"names":["request"],"mappings":";;AAQgB,SAAA,kBAAA,CAAmB,OAAkC,MAA6B,EAAA;AAC9F,EAAA,OAAOA,OAAQ,CAAA,IAAA,CAAyC,CAAqB,iBAAA,CAAA,EAAA,KAAA,EAAO,MAAM,CAAA,CAAA;AAC9F;;;;"}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
import { type UseAxiosOptions } from "@vueuse/integrations/useAxios";
|
|
2
|
+
import { type AxiosRequestConfig } from "axios";
|
|
3
|
+
import { type DeepRequired, type RResourceUrlResponse } from "../../interface";
|
|
4
|
+
import { type GetV1ResourcesUrlParams } from "./getV1ResourcesUrl";
|
|
5
|
+
/**
|
|
6
|
+
* 查询资源链接
|
|
7
|
+
* /v1/resources/url
|
|
8
|
+
*/
|
|
9
|
+
export declare function useGetV1ResourcesUrl(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<RResourceUrlResponse>>): {
|
|
10
|
+
exec: (params: GetV1ResourcesUrlParams, axiosConfig?: AxiosRequestConfig) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
|
|
11
|
+
code: number;
|
|
12
|
+
bizCode: number;
|
|
13
|
+
data: {
|
|
14
|
+
url: string;
|
|
15
|
+
exists: boolean;
|
|
16
|
+
uploadUrl: string;
|
|
17
|
+
key: string;
|
|
18
|
+
};
|
|
19
|
+
msg: string;
|
|
20
|
+
}, import("axios").AxiosResponse<{
|
|
21
|
+
code: number;
|
|
22
|
+
bizCode: number;
|
|
23
|
+
data: {
|
|
24
|
+
url: string;
|
|
25
|
+
exists: boolean;
|
|
26
|
+
uploadUrl: string;
|
|
27
|
+
key: string;
|
|
28
|
+
};
|
|
29
|
+
msg: string;
|
|
30
|
+
}, any>, any>>;
|
|
31
|
+
execute: (url?: string | AxiosRequestConfig<any> | undefined, config?: AxiosRequestConfig<any> | undefined) => Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
|
|
32
|
+
code: number;
|
|
33
|
+
bizCode: number;
|
|
34
|
+
data: {
|
|
35
|
+
url: string;
|
|
36
|
+
exists: boolean;
|
|
37
|
+
uploadUrl: string;
|
|
38
|
+
key: string;
|
|
39
|
+
};
|
|
40
|
+
msg: string;
|
|
41
|
+
}, import("axios").AxiosResponse<{
|
|
42
|
+
code: number;
|
|
43
|
+
bizCode: number;
|
|
44
|
+
data: {
|
|
45
|
+
url: string;
|
|
46
|
+
exists: boolean;
|
|
47
|
+
uploadUrl: string;
|
|
48
|
+
key: string;
|
|
49
|
+
};
|
|
50
|
+
msg: string;
|
|
51
|
+
}, any>, any>>;
|
|
52
|
+
response: import("vue").ShallowRef<import("axios").AxiosResponse<{
|
|
53
|
+
code: number;
|
|
54
|
+
bizCode: number;
|
|
55
|
+
data: {
|
|
56
|
+
url: string;
|
|
57
|
+
exists: boolean;
|
|
58
|
+
uploadUrl: string;
|
|
59
|
+
key: string;
|
|
60
|
+
};
|
|
61
|
+
msg: string;
|
|
62
|
+
}, any> | undefined>;
|
|
63
|
+
data: import("vue").Ref<{
|
|
64
|
+
code: number;
|
|
65
|
+
bizCode: number;
|
|
66
|
+
data: {
|
|
67
|
+
url: string;
|
|
68
|
+
exists: boolean;
|
|
69
|
+
uploadUrl: string;
|
|
70
|
+
key: string;
|
|
71
|
+
};
|
|
72
|
+
msg: string;
|
|
73
|
+
} | undefined>;
|
|
74
|
+
isFinished: import("vue").Ref<boolean>;
|
|
75
|
+
isLoading: import("vue").Ref<boolean>;
|
|
76
|
+
isAborted: import("vue").Ref<boolean>;
|
|
77
|
+
error: import("vue").ShallowRef<unknown>;
|
|
78
|
+
abort: (message?: string | undefined) => void;
|
|
79
|
+
cancel: (message?: string | undefined) => void;
|
|
80
|
+
isCanceled: import("vue").Ref<boolean>;
|
|
81
|
+
then<TResult1 = import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
|
|
82
|
+
code: number;
|
|
83
|
+
bizCode: number;
|
|
84
|
+
data: {
|
|
85
|
+
url: string;
|
|
86
|
+
exists: boolean;
|
|
87
|
+
uploadUrl: string;
|
|
88
|
+
key: string;
|
|
89
|
+
};
|
|
90
|
+
msg: string;
|
|
91
|
+
}, import("axios").AxiosResponse<{
|
|
92
|
+
code: number;
|
|
93
|
+
bizCode: number;
|
|
94
|
+
data: {
|
|
95
|
+
url: string;
|
|
96
|
+
exists: boolean;
|
|
97
|
+
uploadUrl: string;
|
|
98
|
+
key: string;
|
|
99
|
+
};
|
|
100
|
+
msg: string;
|
|
101
|
+
}, any>, any>, TResult2 = never>(onfulfilled?: ((value: import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
|
|
102
|
+
code: number;
|
|
103
|
+
bizCode: number;
|
|
104
|
+
data: {
|
|
105
|
+
url: string;
|
|
106
|
+
exists: boolean;
|
|
107
|
+
uploadUrl: string;
|
|
108
|
+
key: string;
|
|
109
|
+
};
|
|
110
|
+
msg: string;
|
|
111
|
+
}, import("axios").AxiosResponse<{
|
|
112
|
+
code: number;
|
|
113
|
+
bizCode: number;
|
|
114
|
+
data: {
|
|
115
|
+
url: string;
|
|
116
|
+
exists: boolean;
|
|
117
|
+
uploadUrl: string;
|
|
118
|
+
key: string;
|
|
119
|
+
};
|
|
120
|
+
msg: string;
|
|
121
|
+
}, any>, any>) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null | undefined): Promise<TResult1 | TResult2>;
|
|
122
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | null | undefined): Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
|
|
123
|
+
code: number;
|
|
124
|
+
bizCode: number;
|
|
125
|
+
data: {
|
|
126
|
+
url: string;
|
|
127
|
+
exists: boolean;
|
|
128
|
+
uploadUrl: string;
|
|
129
|
+
key: string;
|
|
130
|
+
};
|
|
131
|
+
msg: string;
|
|
132
|
+
}, import("axios").AxiosResponse<{
|
|
133
|
+
code: number;
|
|
134
|
+
bizCode: number;
|
|
135
|
+
data: {
|
|
136
|
+
url: string;
|
|
137
|
+
exists: boolean;
|
|
138
|
+
uploadUrl: string;
|
|
139
|
+
key: string;
|
|
140
|
+
};
|
|
141
|
+
msg: string;
|
|
142
|
+
}, any>, any> | TResult>;
|
|
143
|
+
finally(onfinally?: (() => void) | null | undefined): Promise<import("@vueuse/integrations/useAxios").StrictUseAxiosReturn<{
|
|
144
|
+
code: number;
|
|
145
|
+
bizCode: number;
|
|
146
|
+
data: {
|
|
147
|
+
url: string;
|
|
148
|
+
exists: boolean;
|
|
149
|
+
uploadUrl: string;
|
|
150
|
+
key: string;
|
|
151
|
+
};
|
|
152
|
+
msg: string;
|
|
153
|
+
}, import("axios").AxiosResponse<{
|
|
154
|
+
code: number;
|
|
155
|
+
bizCode: number;
|
|
156
|
+
data: {
|
|
157
|
+
url: string;
|
|
158
|
+
exists: boolean;
|
|
159
|
+
uploadUrl: string;
|
|
160
|
+
key: string;
|
|
161
|
+
};
|
|
162
|
+
msg: string;
|
|
163
|
+
}, any>, any>>;
|
|
164
|
+
[Symbol.toStringTag]: string;
|
|
165
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { useAxios } from '@vueuse/integrations/useAxios';
|
|
2
|
+
import service from '../../request.mjs';
|
|
3
|
+
|
|
4
|
+
function useGetV1ResourcesUrl(config, options) {
|
|
5
|
+
const useAxiosReturn = useAxios(
|
|
6
|
+
"/v1/resources/url",
|
|
7
|
+
{ method: "get", ...config },
|
|
8
|
+
service,
|
|
9
|
+
{ immediate: false, ...options }
|
|
10
|
+
);
|
|
11
|
+
function exec(params, axiosConfig) {
|
|
12
|
+
const paramsInput = {
|
|
13
|
+
domainCode: params.domainCode,
|
|
14
|
+
fileName: params.fileName,
|
|
15
|
+
contentType: params.contentType,
|
|
16
|
+
md5: params.md5,
|
|
17
|
+
size: params.size,
|
|
18
|
+
acl: params.acl,
|
|
19
|
+
sceneCode: params.sceneCode,
|
|
20
|
+
expires: params.expires,
|
|
21
|
+
cover: params.cover,
|
|
22
|
+
...params.metaData,
|
|
23
|
+
...params.extData
|
|
24
|
+
};
|
|
25
|
+
return useAxiosReturn.execute({
|
|
26
|
+
params: paramsInput,
|
|
27
|
+
...axiosConfig
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
return { ...useAxiosReturn, exec };
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export { useGetV1ResourcesUrl };
|
|
34
|
+
//# sourceMappingURL=useGetV1ResourcesUrl.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useGetV1ResourcesUrl.mjs","sources":["../../../../../../../packages/api/resource/controller/ZiYuanGuanLi/useGetV1ResourcesUrl.ts"],"sourcesContent":["import { type UseAxiosOptions, useAxios } from \"@vueuse/integrations/useAxios\";\nimport { type AxiosRequestConfig } from \"axios\";\nimport { type DeepRequired, type RResourceUrlResponse } from \"../../interface\";\nimport request from \"@giime/api/resource/request\";\nimport { type GetV1ResourcesUrlParams } from \"./getV1ResourcesUrl\";\n\n/**\n * 查询资源链接\n * /v1/resources/url\n */\nexport function useGetV1ResourcesUrl(config?: AxiosRequestConfig, options?: UseAxiosOptions<DeepRequired<RResourceUrlResponse>>) {\n const useAxiosReturn = useAxios<DeepRequired<RResourceUrlResponse>>(\n '/v1/resources/url',\n { method: 'get', ...config },\n request,\n { immediate: false, ...options }\n )\n\n function exec(params: GetV1ResourcesUrlParams, axiosConfig?: AxiosRequestConfig) {\n const paramsInput = {\n domainCode: params.domainCode,\n fileName: params.fileName,\n contentType: params.contentType,\n md5: params.md5,\n size: params.size,\n acl: params.acl,\n sceneCode: params.sceneCode,\n expires: params.expires,\n cover: params.cover,\n ...params.metaData,\n ...params.extData,\n };\n return useAxiosReturn.execute({\n params: paramsInput,\n ...axiosConfig,\n });\n }\n return { ...useAxiosReturn, exec };\n}\n"],"names":["request"],"mappings":";;;AAUgB,SAAA,oBAAA,CAAqB,QAA6B,OAA+D,EAAA;AAC7H,EAAA,MAAM,cAAiB,GAAA,QAAA;AAAA,IACnB,mBAAA;AAAA,IACA,EAAE,MAAA,EAAQ,KAAO,EAAA,GAAG,MAAO,EAAA;AAAA,IAC3BA,OAAA;AAAA,IACA,EAAE,SAAA,EAAW,KAAO,EAAA,GAAG,OAAQ,EAAA;AAAA,GACnC,CAAA;AAEA,EAAS,SAAA,IAAA,CAAK,QAAiC,WAAkC,EAAA;AAC7E,IAAA,MAAM,WAAc,GAAA;AAAA,MAChB,YAAY,MAAO,CAAA,UAAA;AAAA,MACnB,UAAU,MAAO,CAAA,QAAA;AAAA,MACjB,aAAa,MAAO,CAAA,WAAA;AAAA,MACpB,KAAK,MAAO,CAAA,GAAA;AAAA,MACZ,MAAM,MAAO,CAAA,IAAA;AAAA,MACb,KAAK,MAAO,CAAA,GAAA;AAAA,MACZ,WAAW,MAAO,CAAA,SAAA;AAAA,MAClB,SAAS,MAAO,CAAA,OAAA;AAAA,MAChB,OAAO,MAAO,CAAA,KAAA;AAAA,MACd,GAAG,MAAO,CAAA,QAAA;AAAA,MACV,GAAG,MAAO,CAAA,OAAA;AAAA,KACd,CAAA;AACA,IAAA,OAAO,eAAe,OAAQ,CAAA;AAAA,MAC1B,MAAQ,EAAA,WAAA;AAAA,MACR,GAAG,WAAA;AAAA,KACN,CAAA,CAAA;AAAA,GACL;AACA,EAAO,OAAA,EAAE,GAAG,cAAA,EAAgB,IAAK,EAAA,CAAA;AACrC;;;;"}
|