giime 0.6.0-dev.9 → 0.6.2
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 +7 -7
- package/es/api/materialApi/cross/getAliOssConfigs.d.ts +14 -0
- package/es/api/materialApi/cross/getAliOssConfigs.mjs +8 -0
- package/es/api/materialApi/cross/getAliOssConfigs.mjs.map +1 -0
- package/es/api/materialApi/cross/index.d.ts +1 -1
- package/es/api/materialApi/cross/index.mjs +1 -1
- package/es/api/materialApi/index.mjs +1 -1
- package/es/components/src/base/checkbox/Checkbox.vue.d.ts +3 -3
- package/es/components/src/base/checkbox/index.d.ts +9 -9
- package/es/components/src/base/checkboxButton/CheckboxButton.vue.d.ts +3 -3
- package/es/components/src/base/checkboxButton/index.d.ts +9 -9
- package/es/components/src/base/radio/Radio.vue.d.ts +1 -1
- package/es/components/src/base/radio/index.d.ts +3 -3
- package/es/components/src/base/radioButton/RadioButton.vue.d.ts +1 -1
- package/es/components/src/base/radioButton/index.d.ts +3 -3
- package/es/components/src/base/tabPane/TabPane.vue.d.ts +3 -3
- package/es/components/src/base/tabPane/index.d.ts +9 -9
- package/es/components/src/base/tabs/Tabs.vue.d.ts +2 -2
- package/es/components/src/base/tabs/index.d.ts +6 -6
- package/es/components/src/base/tabs/tabs.d.ts +1 -1
- package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs +2 -2
- package/es/components/src/business/loginDialog/LoginDialog.vue2.mjs.map +1 -1
- package/es/components/src/business/loginDialog/loginDialog.mjs +1 -1
- package/es/components/src/business/loginDialog/loginDialog.mjs.map +1 -1
- package/es/components/src/business/uploadMaterial/UploadMaterial.vue.d.ts +56 -52
- package/es/components/src/business/uploadMaterial/UploadMaterial.vue2.mjs +11 -6
- package/es/components/src/business/uploadMaterial/UploadMaterial.vue2.mjs.map +1 -1
- package/es/components/src/business/uploadMaterial/index.d.ts +8 -4
- package/es/components/src/composite/fileComponent/FileComponent.vue2.mjs +18 -16
- package/es/components/src/composite/fileComponent/FileComponent.vue2.mjs.map +1 -1
- package/es/components/src/composite/operateButton/OperateButton.vue.d.ts +1 -1
- package/es/components/src/composite/operateButton/index.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue.d.ts +1 -1
- package/es/components/src/composite/searchForm/searchFormItems/select/index.d.ts +1 -1
- package/es/components/src/composite/tablePro/TablePro.vue.d.ts +1 -1
- package/es/components/src/composite/tablePro/index.d.ts +3 -3
- package/es/components/src/composite/uploadFile/UploadFile.vue.d.ts +11 -12
- package/es/components/src/composite/uploadFile/UploadFile.vue.mjs +1 -1
- package/es/components/src/composite/uploadFile/UploadFile.vue2.mjs +31 -23
- package/es/components/src/composite/uploadFile/UploadFile.vue2.mjs.map +1 -1
- package/es/components/src/composite/uploadFile/index.d.ts +22 -30
- package/es/components/src/composite/uploadFile/uploadFile.d.ts +30 -28
- package/es/components/src/composite/uploadFile/uploadFile.mjs.map +1 -1
- package/es/giime/index.mjs +4 -2
- 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/index.mjs +1 -1
- package/es/hooks/store/index.d.ts +1 -1
- package/es/hooks/store/index.mjs +1 -1
- package/es/hooks/store/useAliOssConfigs/index.d.ts +20 -0
- package/es/hooks/store/useAliOssConfigs/index.mjs +31 -0
- package/es/hooks/store/useAliOssConfigs/index.mjs.map +1 -0
- package/es/hooks/store/useLogin/index.d.ts +9 -9
- package/es/hooks/store/useLogin/index.mjs.map +1 -1
- package/es/hooks/store/useOrgUserList/index.d.ts +4 -3
- package/es/hooks/store/useOrgUserList/index.mjs +8 -6
- package/es/hooks/store/useOrgUserList/index.mjs.map +1 -1
- package/es/index.css +7 -7
- package/es/utils/index.d.ts +2 -1
- package/es/utils/index.mjs +4 -1
- package/es/utils/index.mjs.map +1 -1
- package/es/utils/src/alioss/aliossPutHook.mjs +5 -2
- package/es/utils/src/alioss/aliossPutHook.mjs.map +1 -1
- package/es/utils/src/alioss/aliossToken.d.ts +6 -6
- package/es/utils/src/alioss/aliossToken.mjs +1 -1
- package/es/utils/src/alioss/aliossToken.mjs.map +1 -1
- package/es/utils/src/number.d.ts +7 -0
- package/es/utils/src/number.mjs +11 -0
- package/es/utils/src/number.mjs.map +1 -0
- package/es/utils/src/tree/filterTreeByName.d.ts +14 -0
- package/es/utils/src/tree/filterTreeByName.mjs +18 -0
- package/es/utils/src/tree/filterTreeByName.mjs.map +1 -0
- package/es/utils/src/tree/findChildrenItem.d.ts +7 -0
- package/es/utils/src/tree/findChildrenItem.mjs +20 -0
- package/es/utils/src/tree/findChildrenItem.mjs.map +1 -0
- package/es/utils/src/tree/index.d.ts +2 -0
- package/es/utils/src/tree/index.mjs +3 -0
- package/es/utils/src/tree/index.mjs.map +1 -0
- package/lib/api/materialApi/cross/getAliOssConfigs.d.ts +14 -0
- package/lib/api/materialApi/cross/getAliOssConfigs.js +10 -0
- package/lib/api/materialApi/cross/getAliOssConfigs.js.map +1 -0
- package/lib/api/materialApi/cross/index.d.ts +1 -1
- package/lib/api/materialApi/cross/index.js +2 -2
- package/lib/api/materialApi/index.js +2 -2
- package/lib/components/src/base/checkbox/Checkbox.vue.d.ts +3 -3
- package/lib/components/src/base/checkbox/index.d.ts +9 -9
- package/lib/components/src/base/checkboxButton/CheckboxButton.vue.d.ts +3 -3
- package/lib/components/src/base/checkboxButton/index.d.ts +9 -9
- package/lib/components/src/base/radio/Radio.vue.d.ts +1 -1
- package/lib/components/src/base/radio/index.d.ts +3 -3
- package/lib/components/src/base/radioButton/RadioButton.vue.d.ts +1 -1
- package/lib/components/src/base/radioButton/index.d.ts +3 -3
- package/lib/components/src/base/tabPane/TabPane.vue.d.ts +3 -3
- package/lib/components/src/base/tabPane/index.d.ts +9 -9
- package/lib/components/src/base/tabs/Tabs.vue.d.ts +2 -2
- package/lib/components/src/base/tabs/index.d.ts +6 -6
- package/lib/components/src/base/tabs/tabs.d.ts +1 -1
- package/lib/components/src/business/loginDialog/LoginDialog.vue2.js +2 -2
- package/lib/components/src/business/loginDialog/LoginDialog.vue2.js.map +1 -1
- package/lib/components/src/business/loginDialog/loginDialog.js +1 -1
- package/lib/components/src/business/loginDialog/loginDialog.js.map +1 -1
- package/lib/components/src/business/uploadMaterial/UploadMaterial.vue.d.ts +56 -52
- package/lib/components/src/business/uploadMaterial/UploadMaterial.vue2.js +11 -6
- package/lib/components/src/business/uploadMaterial/UploadMaterial.vue2.js.map +1 -1
- package/lib/components/src/business/uploadMaterial/index.d.ts +8 -4
- package/lib/components/src/composite/fileComponent/FileComponent.vue2.js +18 -16
- package/lib/components/src/composite/fileComponent/FileComponent.vue2.js.map +1 -1
- package/lib/components/src/composite/operateButton/OperateButton.vue.d.ts +1 -1
- package/lib/components/src/composite/operateButton/index.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/select/SearchFormSelect.vue.d.ts +1 -1
- package/lib/components/src/composite/searchForm/searchFormItems/select/index.d.ts +1 -1
- package/lib/components/src/composite/tablePro/TablePro.vue.d.ts +1 -1
- package/lib/components/src/composite/tablePro/index.d.ts +3 -3
- package/lib/components/src/composite/uploadFile/UploadFile.vue.d.ts +11 -12
- package/lib/components/src/composite/uploadFile/UploadFile.vue.js +1 -1
- package/lib/components/src/composite/uploadFile/UploadFile.vue2.js +31 -23
- package/lib/components/src/composite/uploadFile/UploadFile.vue2.js.map +1 -1
- package/lib/components/src/composite/uploadFile/index.d.ts +22 -30
- package/lib/components/src/composite/uploadFile/uploadFile.d.ts +30 -28
- package/lib/components/src/composite/uploadFile/uploadFile.js.map +1 -1
- package/lib/giime/index.js +12 -8
- 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/index.js +2 -2
- package/lib/hooks/store/index.d.ts +1 -1
- package/lib/hooks/store/index.js +2 -2
- package/lib/hooks/store/useAliOssConfigs/index.d.ts +20 -0
- package/lib/hooks/store/useAliOssConfigs/index.js +33 -0
- package/lib/hooks/store/useAliOssConfigs/index.js.map +1 -0
- package/lib/hooks/store/useLogin/index.d.ts +9 -9
- package/lib/hooks/store/useLogin/index.js.map +1 -1
- package/lib/hooks/store/useOrgUserList/index.d.ts +4 -3
- package/lib/hooks/store/useOrgUserList/index.js +8 -6
- package/lib/hooks/store/useOrgUserList/index.js.map +1 -1
- package/lib/index.css +7 -7
- package/lib/utils/index.d.ts +2 -1
- package/lib/utils/index.js +7 -2
- package/lib/utils/index.js.map +1 -1
- package/lib/utils/src/alioss/aliossPutHook.js +5 -2
- package/lib/utils/src/alioss/aliossPutHook.js.map +1 -1
- package/lib/utils/src/alioss/aliossToken.d.ts +6 -6
- package/lib/utils/src/alioss/aliossToken.js +1 -1
- package/lib/utils/src/alioss/aliossToken.js.map +1 -1
- package/lib/utils/src/number.d.ts +7 -0
- package/lib/utils/src/number.js +13 -0
- package/lib/utils/src/number.js.map +1 -0
- package/lib/utils/src/tree/filterTreeByName.d.ts +14 -0
- package/lib/utils/src/tree/filterTreeByName.js +20 -0
- package/lib/utils/src/tree/filterTreeByName.js.map +1 -0
- package/lib/utils/src/tree/findChildrenItem.d.ts +7 -0
- package/lib/utils/src/tree/findChildrenItem.js +22 -0
- package/lib/utils/src/tree/findChildrenItem.js.map +1 -0
- package/lib/utils/src/tree/index.d.ts +2 -0
- package/lib/utils/src/tree/index.js +10 -0
- package/lib/utils/src/tree/index.js.map +1 -0
- package/package.json +1 -1
- package/es/api/materialApi/cross/getAliOssConfigIds.d.ts +0 -14
- package/es/api/materialApi/cross/getAliOssConfigIds.mjs +0 -8
- package/es/api/materialApi/cross/getAliOssConfigIds.mjs.map +0 -1
- package/es/components/src/composite/fileComponent/assets/image/excel.svg.mjs +0 -4
- package/es/components/src/composite/fileComponent/assets/image/excel.svg.mjs.map +0 -1
- package/es/components/src/composite/fileComponent/assets/image/pdf.svg.mjs +0 -4
- package/es/components/src/composite/fileComponent/assets/image/pdf.svg.mjs.map +0 -1
- package/es/components/src/composite/fileComponent/assets/image/ppt.svg.mjs +0 -4
- package/es/components/src/composite/fileComponent/assets/image/ppt.svg.mjs.map +0 -1
- package/es/components/src/composite/fileComponent/assets/image/psd.svg.mjs +0 -4
- package/es/components/src/composite/fileComponent/assets/image/psd.svg.mjs.map +0 -1
- package/es/components/src/composite/fileComponent/assets/image/text.svg.mjs +0 -4
- package/es/components/src/composite/fileComponent/assets/image/text.svg.mjs.map +0 -1
- package/es/components/src/composite/fileComponent/assets/image/unknown.svg.mjs +0 -4
- package/es/components/src/composite/fileComponent/assets/image/unknown.svg.mjs.map +0 -1
- package/es/components/src/composite/fileComponent/assets/image/word.svg.mjs +0 -4
- package/es/components/src/composite/fileComponent/assets/image/word.svg.mjs.map +0 -1
- package/es/components/src/composite/fileComponent/assets/image/zip.svg.mjs +0 -4
- package/es/components/src/composite/fileComponent/assets/image/zip.svg.mjs.map +0 -1
- package/es/hooks/store/useAliOssConfigIds/index.d.ts +0 -20
- package/es/hooks/store/useAliOssConfigIds/index.mjs +0 -31
- package/es/hooks/store/useAliOssConfigIds/index.mjs.map +0 -1
- package/es/utils/src/tree.d.ts +0 -12
- package/es/utils/src/tree.mjs +0 -19
- package/es/utils/src/tree.mjs.map +0 -1
- package/lib/api/materialApi/cross/getAliOssConfigIds.d.ts +0 -14
- package/lib/api/materialApi/cross/getAliOssConfigIds.js +0 -10
- package/lib/api/materialApi/cross/getAliOssConfigIds.js.map +0 -1
- package/lib/components/src/composite/fileComponent/assets/image/excel.svg.js +0 -8
- package/lib/components/src/composite/fileComponent/assets/image/excel.svg.js.map +0 -1
- package/lib/components/src/composite/fileComponent/assets/image/pdf.svg.js +0 -8
- package/lib/components/src/composite/fileComponent/assets/image/pdf.svg.js.map +0 -1
- package/lib/components/src/composite/fileComponent/assets/image/ppt.svg.js +0 -8
- package/lib/components/src/composite/fileComponent/assets/image/ppt.svg.js.map +0 -1
- package/lib/components/src/composite/fileComponent/assets/image/psd.svg.js +0 -8
- package/lib/components/src/composite/fileComponent/assets/image/psd.svg.js.map +0 -1
- package/lib/components/src/composite/fileComponent/assets/image/text.svg.js +0 -8
- package/lib/components/src/composite/fileComponent/assets/image/text.svg.js.map +0 -1
- package/lib/components/src/composite/fileComponent/assets/image/unknown.svg.js +0 -8
- package/lib/components/src/composite/fileComponent/assets/image/unknown.svg.js.map +0 -1
- package/lib/components/src/composite/fileComponent/assets/image/word.svg.js +0 -8
- package/lib/components/src/composite/fileComponent/assets/image/word.svg.js.map +0 -1
- package/lib/components/src/composite/fileComponent/assets/image/zip.svg.js +0 -8
- package/lib/components/src/composite/fileComponent/assets/image/zip.svg.js.map +0 -1
- package/lib/hooks/store/useAliOssConfigIds/index.d.ts +0 -20
- package/lib/hooks/store/useAliOssConfigIds/index.js +0 -33
- package/lib/hooks/store/useAliOssConfigIds/index.js.map +0 -1
- package/lib/utils/src/tree.d.ts +0 -12
- package/lib/utils/src/tree.js +0 -21
- package/lib/utils/src/tree.js.map +0 -1
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var PDF = "<svg t=\"1735789674310\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"66044\" width=\"200\" height=\"200\"><path d=\"M122.88 445.44c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36zM256 460.8c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m0 0c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m-133.12-15.36c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36z m0 0c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36zM256 460.8c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m0 0c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m-133.12-15.36c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36z m0 0c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36zM256 460.8c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m0 0c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m-133.12-15.36c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36zM1024 163.84c5.12-25.6-20.48-46.08-46.08-46.08h-373.76v-102.4h-66.56C358.4 40.96 179.2 71.68 0 102.4v819.2c179.2 30.72 353.28 61.44 532.48 92.16h71.68v-117.76h348.16c20.48 0 40.96 0 61.44-10.24 15.36-20.48 10.24-46.08 10.24-71.68V163.84zM148.48 481.28c0 5.12-5.12 10.24-10.24 15.36-5.12 0-10.24 5.12-15.36 5.12h-40.96v56.32h-25.6V414.72h71.68c5.12 0 15.36 5.12 20.48 15.36 5.12 5.12 5.12 15.36 5.12 25.6s0 20.48-5.12 25.6z m133.12 35.84c-5.12 10.24-10.24 20.48-15.36 25.6-5.12 5.12-10.24 10.24-20.48 10.24-5.12 0-15.36 5.12-25.6 5.12h-51.2V414.72h51.2c10.24 0 20.48 0 25.6 5.12 10.24 0 20.48 5.12 25.6 10.24 5.12 5.12 10.24 15.36 10.24 25.6 5.12 5.12 5.12 15.36 5.12 30.72 0 10.24 0 20.48-5.12 30.72z m117.76-76.8H337.92v35.84h56.32v25.6H337.92V563.2H307.2V414.72h92.16v25.6z m583.68 419.84h-384V614.4l35.84-35.84h122.88c20.48 20.48 51.2 40.96 76.8 46.08h20.48c5.12-5.12 10.24-5.12 15.36-15.36 5.12-10.24 5.12-15.36 0-20.48-5.12-10.24-20.48-20.48-46.08-25.6-15.36-5.12-30.72-5.12-51.2-5.12-40.96-51.2-46.08-97.28-46.08-97.28s15.36-20.48 25.6-56.32c5.12-25.6 5.12-40.96 0-51.2-5.12-5.12-10.24-10.24-15.36-10.24h-15.36c-30.72 15.36-20.48 117.76-20.48 117.76-20.48 30.72-46.08 56.32-66.56 81.92-10.24 10.24-5.12 10.24-15.36 15.36 0 0-10.24 0-20.48 5.12V153.6h384v706.56z m-245.76-302.08h-81.92c20.48-20.48 35.84-40.96 51.2-61.44l30.72 61.44z m0-194.56c5.12 5.12 0 20.48 0 30.72-5.12 10.24-5.12 20.48-10.24 25.6 0-20.48 5.12-51.2 10.24-56.32z m76.8 225.28h5.12c20.48 5.12 30.72 10.24 35.84 15.36l5.12 5.12h-10.24c-10.24-5.12-25.6-10.24-35.84-20.48z m-563.2-143.36c-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8c0-5.12-5.12-10.24-5.12-15.36z m-138.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36 0-5.12-5.12-5.12-10.24-5.12z m10.24 5.12c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36zM256 460.8c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m0 0c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m-133.12-15.36c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36z m0 0c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36zM256 460.8c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m0 0c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m-133.12-15.36c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36z m0 0c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36z m0 0c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36z\" p-id=\"66045\" fill=\"#606266\" data-spm-anchor-id=\"a313x.search_index.0.i61.54bd3a8153W9ru\" class=\"selected\" /></svg>";
|
|
2
|
-
|
|
3
|
-
export { PDF as default };
|
|
4
|
-
//# sourceMappingURL=pdf.svg.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pdf.svg.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var PPT = "<svg id=\"mx_n_1735789874912\" t=\"1735789874911\" class=\"icon\" viewBox=\"0 0 1047 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"83009\" width=\"200\" height=\"200\"><path d=\"M702.277273 224.610534c82.7056 3.807457 152.283561 73.503022 156.693742 155.973413-52.275349 0.588024-104.535998 0.352815-156.796646 0.352815 0-52.143044-0.147006-104.300788 0.102904-156.326228zM114.973427 437.886903q-4.895301-0.97024-19.581205-0.984941h-13.14234v41.293998h14.891712q16.067761 0 21.492283-2.293294a18.199348 18.199348 0 0 0 8.49695-7.144494 20.742553 20.742553 0 0 0 3.072426-11.319465 19.772313 19.772313 0 0 0-4.307277-13.098239 18.49336 18.49336 0 0 0-10.922549-6.453565zM240.472487 437.886903q-4.880601-0.97024-19.566505-0.984941h-13.14234v41.293998h14.921113q16.067761 0 21.506985-2.293294a18.096444 18.096444 0 0 0 8.496949-7.144494 20.742553 20.742553 0 0 0 3.087127-11.319465 19.772313 19.772313 0 0 0-4.321978-13.098239 18.449259 18.449259 0 0 0-10.981351-6.453565z\" fill=\"#606266\" p-id=\"83010\" /><path d=\"M1046.712434 153.827124c2.749013-27.387226-18.699169-48.688402-46.071694-46.086394-127.160228-1.896378-254.555666 0.132305-381.833499-0.588025V0h-67.505175C367.382804 31.297587 183.698752 63.683018 0.029401 95.480426v833.289059c181.537764 31.885611 363.340138 62.110054 544.701495 95.230515h74.091046v-119.074896c119.1925 0 238.252695-0.220509 357.31289 0.367516 20.375038-0.955539 42.969867 0.72033 60.360682-11.90749 13.642161-21.095367 10.290423-47.453551 11.392968-71.312632v-5.58623c-1.617066-220.964785 0.837934-441.929569-1.176048-662.659144zM153.738921 479.621919a39.000703 39.000703 0 0 1-11.437071 14.34779 38.221571 38.221571 0 0 1-14.11258 6.894583q-9.746501 2.072785-28.22516 2.087486H82.323385v54.892057H55.097865v-145.535984h43.660795q24.81462 0 32.34133 2.19039a35.281451 35.281451 0 0 1 19.390097 14.244886q7.806021 10.981351 7.820722 28.328065-0.058802 13.421652-4.571888 22.550727z m125.528461 0a39.191811 39.191811 0 0 1-11.451771 14.34779 38.221571 38.221571 0 0 1-14.11258 6.894583q-9.7171 2.072785-28.225161 2.087486h-17.640725v54.892057h-27.196118v-145.535984h43.660795q24.81462 0 32.341329 2.19039a35.281451 35.281451 0 0 1 19.390098 14.244886q7.806021 10.981351 7.806021 28.328065-0.073503 13.421652-4.571888 22.550727z m124.234807-42.719957h-39.838638v120.897771h-27.196118V436.901962h-39.985644v-24.57941h107.0204z m608.281609 432.19777H618.807241v-95.201114h285.77975v-47.629959h-285.77975v-59.508046h285.77975v-47.629959H618.924846c-0.117605-23.329859-0.117605-46.68912-0.24991-70.018978 47.159539 14.700604 100.860847 14.288987 143.02218-14.11258 45.571874-27.049112 69.372152-78.57473 73.341315-130.012146-52.275349-0.352815-104.535998-0.23521-156.693742-0.235209-0.117605-51.746127 0.602725-103.580459-1.058444-155.238383q-29.298305 5.718535-58.464303 12.025095V142.889875h392.917754z\" fill=\"#606266\" p-id=\"83011\" /></svg>";
|
|
2
|
-
|
|
3
|
-
export { PPT as default };
|
|
4
|
-
//# sourceMappingURL=ppt.svg.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ppt.svg.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var PSD = "<svg t=\"1735788888677\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"53847\" data-spm-anchor-id=\"a313x.search_index.0.i45.54bd3a8153W9ru\" height=\"200\" width=\"200\"><path d=\"M152.40404 447.806061c-2.857374-0.581818-8.59798-0.866263-17.208888-0.879192l-11.571718-0.025859v36.344243h13.097374c9.425455 0 15.734949-0.672323 18.915556-2.004041 3.090101-1.267071 5.701818-3.465051 7.48606-6.283636 1.83596-2.986667 2.779798-6.438788 2.702222-9.955556 0.168081-4.176162-1.189495-8.261818-3.801212-11.52a16.239192 16.239192 0 0 0-9.619394-5.675959zM385.803636 454.21899a22.300444 22.300444 0 0 0-11.093333-6.141414c-3.348687-0.801616-9.903838-1.215354-19.652525-1.228283l-10.718384 0.051717v84.816162h17.855353c6.671515 0 11.494141-0.413737 14.480809-1.215354 3.620202-0.905051 6.95596-2.74101 9.658181-5.326869 2.56-2.508283 4.641616-6.619798 6.257778-12.360404 1.616162-5.727677 2.430707-13.53697 2.430707-23.440808 0-9.890909-0.814545-17.480404-2.430707-22.755555-1.64202-5.262222-3.891717-9.399596-6.787879-12.399192z\" fill=\"#606266\" p-id=\"53848\" data-spm-anchor-id=\"a313x.search_index.0.i48.54bd3a8153W9ru\" class=\"selected\" /><path d=\"M971.875556 197.908687c2.404848-24.074343-16.446061-42.821818-40.520404-40.520404-111.838384-1.680808-223.883636 0.116364-335.812526-0.517172V62.603636h-59.371313C374.374141 90.194747 212.783838 118.626263 51.167677 146.592323c-0.103434 244.234343-0.103434 488.507475 0 732.806465 159.702626 28.069495 319.612121 54.665051 479.198384 83.781818h65.163636v-104.727273c104.817778 0 209.532121-0.193939 314.246465 0.323233 17.907071-0.840404 37.792323 0.633535 53.074747-10.472728 12.127677-18.747475 9.024646-42.201212 10.05899-63.353535-1.46101-195.710707 0.749899-391.434343-1.034343-587.041616zM186.485657 484.447677a34.543192 34.543192 0 0 1-10.05899 12.61899c-3.671919 2.857374-7.899798 4.913131-12.412122 6.063838-5.714747 1.215354-13.989495 1.82303-24.824242 1.83596H123.610505v48.277979h-23.919192v-127.98707h38.4c14.545455 0 24.035556 0.646465 28.457374 1.926464 6.787879 1.913535 12.476768 6.089697 17.040808 12.528485 4.56404 6.438788 6.852525 14.752323 6.852525 24.914748 0 7.86101-1.318788 14.467879-3.956363 19.820606z m108.295757 52.143838c-3.684848 6.335354-9.283232 11.326061-15.993535 14.27394-6.904242 3.11596-15.489293 4.667475-25.78101 4.667474-14.985051 0-26.492121-3.736566-34.521212-11.222626-8.029091-7.473131-12.851717-18.385455-14.480809-32.711111l23.272728-2.443636c1.383434 8.429899 4.214949 14.63596 8.520404 18.618181s10.084848 5.960404 17.338182 5.934546c7.705859 0 13.511111-1.758384 17.415757-5.288081 3.904646-3.529697 5.85697-7.641212 5.869899-12.347475 0.077576-2.779798-0.788687-5.494949-2.469495-7.705858-1.629091-2.133333-4.499394-3.982222-8.59798-5.546667-2.792727-1.060202-9.179798-2.92202-19.148282-5.598384-12.825859-3.452121-21.824646-7.667071-26.996364-12.657778a34.482424 34.482424 0 0 1-10.912323-25.755151c0-6.464646 1.784242-12.8 5.171717-18.29495 3.490909-5.727677 8.649697-10.252929 14.791111-12.955151 6.438788-2.973737 14.209293-4.473535 23.311515-4.460606 14.868687 0 26.065455 3.516768 33.590303 10.563232 7.524848 7.033535 11.481212 16.433131 11.843233 28.211717l-23.932122 1.137778c-1.021414-6.58101-3.219394-11.300202-6.58101-14.183434-3.374545-2.870303-8.41697-4.318384-15.140202-4.318384-6.95596 0-12.399192 1.538586-16.329697 4.628687a9.592242 9.592242 0 0 0-3.801212 7.938586c-0.025859 2.986667 1.28 5.831111 3.555556 7.770505 3.012525 2.753939 10.343434 5.611313 21.979798 8.559192 11.636364 2.960808 20.260202 6.025051 25.858585 9.205656 5.469091 3.077172 9.994343 7.563636 13.097374 13.006869 3.154747 5.520808 4.732121 12.308687 4.732121 20.389495 0.025859 7.240404-1.926465 14.364444-5.66303 20.583434z m121.315556-18.876768c-2.960808 9.309091-7.201616 16.846869-12.696566 22.600405-4.137374 4.370101-9.735758 7.770505-16.795151 10.214141-5.288081 1.810101-12.347475 2.715152-21.178182 2.715151h-45.019798v-127.98707H364.134141c9.865051 0 17.37697 0.814545 22.548687 2.443636 6.930101 2.19798 13.110303 6.283636 17.855354 11.778586a56.834586 56.834586 0 0 1 11.313131 20.738586c2.585859 8.184242 3.878788 18.269091 3.891717 30.254545 0 10.537374-1.228283 19.626667-3.64606 27.24202z m176.316767 107.326061c-0.323232 0.73697-0.685253 1.370505-1.034343 2.068687 0.297374-2.159192 0.73697-4.227879 1.034343-6.464647v4.39596z m345.625859 202.007273H592.465455V625.079596c62.72-121.069899 133.055354-131.490909 133.055353-131.490909l-109.627475 156.250505s73.490101-8.029091 132.964849-53.94101c-4.370101-0.879192-33.965253-5.831111-33.965253-5.831111s43.739798-5.67596 50.29495-6.128485c6.555152-0.452525 33.83596-27.991919 33.835959-27.991919l-52.48-8.158384 67.051314-6.412929 20.415353-27.707475-51.600808-7.576566 60.34101-6.697374s53.643636-95.63798 37.895758-107.287272c-39.214545-13.808485-257.448081 32.349091-288.168081 228.589899V188.276364h345.574141v638.771717z\" fill=\"#606266\" p-id=\"53849\" data-spm-anchor-id=\"a313x.search_index.0.i46.54bd3a8153W9ru\" class=\"selected\" /></svg>";
|
|
2
|
-
|
|
3
|
-
export { PSD as default };
|
|
4
|
-
//# sourceMappingURL=psd.svg.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"psd.svg.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var TEXT = "<svg t=\"1735784701502\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"20735\" height=\"300\" width=\"300\"><path d=\"M535.94 71.69h57.58v91.4c108.56 0.61 217.22-1.12 325.68 0.51 23.36-2.23 41.64 15.95 39.3 39.3 1.73 189.71-0.41 379.52 1 569.33-1 20.51 2 43.26-9.75 61.44-14.83 10.76-34.12 9.34-51.48 10.16-101.56-0.51-203.11-0.31-304.77-0.31v101.55h-63.15C375.59 916.83 220.5 891 65.63 863.82q-0.15-355.4 0-710.69C222.34 126 379 98.39 535.94 71.69z\" fill=\"#606266\" p-id=\"20736\" data-spm-anchor-id=\"a313x.search_index.0.i13.54bd3a8153W9ru\" class=\"selected\" /><path d=\"M138.52 547.51V444.39h-34.1v-21h91.31v21h-34v103.12zM199 547.51l39.27-64.77-35.58-59.35h27.12l23 39.88 22.57-39.88h26.89l-35.74 60.28 39.27 63.84h-28l-25.4-42.92-25.55 42.92zM343.63 547.51V444.39h-34.1v-21h91.31v21h-34v103.12zM590.14 193.55v302.14h126.94v12.69H590.14v88.86h265.74v38.08H590.14v48.24h265.74v38.08H590.14V813h335.14V193.55z m198.11 250c-4.53 6.7-10.62 17.86-12.12 31.13a8.11 8.11 0 0 1-5.17 6.88l-43.83 15.86-4.93-2.57 20.22-27.09a15.45 15.45 0 0 0 5 0.79c7.84-0.08 14.14-5.95 14.07-13.09s-6.49-12.89-14.33-12.81-14.14 5.94-14.06 13.09a11.89 11.89 0 0 0 1 4.63 8.05 8.05 0 0 1-0.55 8.14l-17.15 23-4.09-3.82-0.13-42.48a8.25 8.25 0 0 1 4.66-7.51c6.93-3.32 20.19-10.74 30.28-22.81a8.22 8.22 0 0 1 10.81-1.46l28 18.43a8.35 8.35 0 0 1 2.32 11.72z m19.94-14.67a8.35 8.35 0 0 1-11 2l-42.74-26.63a8.35 8.35 0 0 1-2.52-11.73l0.32-0.47c2.53-3.77 4.47-1.64 8.3 0.8L802.93 420c4.13 2.61 8.25 5 5.25 8.91z m36.18-53.69l-24.11 35.7a13 13 0 0 1-18 3.48l-28.55-19.27a13 13 0 0 1-3.48-18l24.11-35.69a12.94 12.94 0 0 1 18-3.48l28.56 19.29a13 13 0 0 1 3.46 18z\" fill=\"#FFFFFF\" p-id=\"20737\" /></svg>";
|
|
2
|
-
|
|
3
|
-
export { TEXT as default };
|
|
4
|
-
//# sourceMappingURL=text.svg.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"text.svg.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var UNKNOWN = "<svg id=\"mx_n_1735788596175\" t=\"1735788596174\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"26444\" width=\"200\" height=\"200\"><path d=\"M625.493333 132.522667v66.986666h309.930667v43.264H625.493333v69.717334h309.930667v43.264H625.493333v68.352h309.930667v43.264H625.493333v68.352h309.930667v43.264H625.493333v68.352h309.930667v43.264H625.493333v68.352h309.930667V802.133333H625.493333v89.344H1024V132.522667H625.493333z\" fill=\"#606266\" p-id=\"26445\" data-spm-anchor-id=\"a313x.search_index.0.i22.54bd3a8153W9ru\" class=\"\" /> <path d=\"M0 108.8v806.4L577.024 1024V0zM349.269333 709.12H240.981333V613.546667h108.288z m88.32-241.664q-12.544 20.992-51.2 51.2a136.533333 136.533333 0 0 0-34.133333 34.133333 70.058667 70.058667 0 0 0-7.082667 33.706667H244.394667v-9.984a125.098667 125.098667 0 0 1 5.888-41.898667 92.842667 92.842667 0 0 1 17.066666-29.44 535.637333 535.637333 0 0 1 52.053334-46.848Q341.333333 440.832 341.333333 426.154667a29.696 29.696 0 0 0-8.533333-22.784 37.12 37.12 0 0 0-26.197333-8.533334 42.154667 42.154667 0 0 0-31.232 12.544q-12.373333 12.544-15.872 43.605334l-103.253334-12.8a140.629333 140.629333 0 0 1 41.386667-91.648q36.096-34.730667 110.933333-34.730667 58.026667 0 93.866667 24.234667a100.693333 100.693333 0 0 1 48.469333 87.296 84.224 84.224 0 0 1-13.312 44.117333z\" fill=\"#606266\" p-id=\"26446\" data-spm-anchor-id=\"a313x.search_index.0.i20.54bd3a8153W9ru\" class=\"\" /></svg>";
|
|
2
|
-
|
|
3
|
-
export { UNKNOWN as default };
|
|
4
|
-
//# sourceMappingURL=unknown.svg.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"unknown.svg.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var WORD = "<svg t=\"1735783474214\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"11705\" width=\"200\" height=\"200\"><path d=\"M1002.666667 106.666667H597.333333V42.666667a21.333333 21.333333 0 0 0-26.112-20.778667l-554.666666 128A21.333333 21.333333 0 0 0 0 170.666667v725.333333a21.333333 21.333333 0 0 0 18.090667 21.077333l554.666666 85.333334a21.162667 21.162667 0 0 0 17.109334-4.906667A21.077333 21.077333 0 0 0 597.333333 981.333333v-64h405.333334a21.333333 21.333333 0 0 0 21.333333-21.333333V128a21.333333 21.333333 0 0 0-21.333333-21.333333zM468.522667 389.888l-85.333334 298.666667c-5.248 18.218667-35.84 18.176-41.088 0L297.813333 533.461333c-2.56-9.173333-10.922667-15.488-20.48-15.488s-17.92 6.314667-20.48 15.488l-44.288 155.050667c-5.248 18.218667-35.84 18.176-41.088 0l-85.333333-298.666667a21.333333 21.333333 0 0 1 41.045333-11.690666l44.288 155.093333c5.162667 18.346667 35.84 18.346667 41.002667 0l44.288-155.050667c5.248-18.218667 35.84-18.176 41.088 0l44.288 155.093334c5.162667 18.346667 35.84 18.346667 41.002667 0l44.288-155.050667a21.333333 21.333333 0 0 1 41.088 11.648zM981.333333 874.666667h-384v-85.333334h320a21.333333 21.333333 0 0 0 0-42.666666H597.333333v-85.333334h320a21.333333 21.333333 0 0 0 0-42.666666H597.333333v-85.333334h320a21.333333 21.333333 0 0 0 0-42.666666H597.333333v-85.333334h320a21.333333 21.333333 0 0 0 0-42.666666H597.333333v-85.333334h320a21.333333 21.333333 0 0 0 0-42.666666H597.333333v-85.333334h384v725.333334z\" p-id=\"11706\" fill=\"#606266\" /></svg>";
|
|
2
|
-
|
|
3
|
-
export { WORD as default };
|
|
4
|
-
//# sourceMappingURL=word.svg.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"word.svg.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
var ZIP = "<svg t=\"1735789226457\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"55049\" width=\"200\" height=\"200\"><path d=\"M628.207818 934.314264c1.4239 0.063995 2.783804 0.191986 4.215703 0.191987h321.841339c37.685347-0.039997 68.235195-29.413929 68.267193-65.675376V151.185405c-0.031998-36.253447-30.581847-65.627379-68.267193-65.667376H632.423521c-1.431899 0-2.823801 0.127991-4.215703 0.191986V0.036048L0.036048 80.686369v859.187504l628.17177 82.730175v-88.289784z m0-810.838908c1.391902-0.191986 2.783804-0.415971 4.215703-0.41597h321.841339c16.142863 0 29.269939 12.623111 29.269939 28.158017v717.653469c-0.023998 15.534906-13.119076 28.134019-29.269939 28.150018H632.423521c-1.431899 0-2.823801-0.223984-4.215703-0.41597V123.475356zM242.115003 606.049378l-149.757456-3.679741V578.955286l90.393636-133.374609v-1.183917l-82.122218 1.311908v-36.07746l140.022141-3.519752v26.110161L149.593517 566.076192v1.151919l92.521486 1.407901v37.421365z m75.346695 1.84787l-46.580721-1.151919V405.375508l46.580721-1.151919v203.673659z m178.027465-93.049449c-17.342779 15.374917-42.820985 22.078445-72.15492 21.886459-5.615605 0.031998-11.21521-0.319977-16.774819-1.047926v74.41876l-47.972622-1.183916V405.951467c14.814957-2.815802 35.781481-5.175636 65.739371-5.943582 30.701838-0.767946 52.860278 4.311696 67.835224 15.302923 14.454982 10.447264 24.254292 27.998029 24.254292 48.892557s-7.407478 38.661278-20.894529 50.644434h-0.031997zM426.885993 435.605379c-6.847518-0.079994-13.679037 0.663953-20.326569 2.199845v61.451673c4.183705 0.927935 9.335343 1.215914 16.47884 1.215915 26.406141-0.031998 42.876981-12.911091 42.876981-34.509571 0-19.398634-14.175002-30.741835-38.997254-30.325864l-0.031998-0.031998z m318.753556-296.507123h76.506613v30.357863h-76.506613v-30.357863z m-76.538611 45.436801h76.506613v30.39786h-76.506613v-30.39786z m76.538611 49.724499h76.506613v30.38986h-76.506613V234.259556z m0 95.993241h76.506613v30.349863h-76.506613V330.252797z m-76.538611-48.764566h76.506613v30.357862h-76.506613v-30.357862z m75.770665 376.485491c20.094585 0 39.365228-7.679459 53.572228-21.358496 14.207-13.663038 22.182438-32.205732 22.174439-51.532372l-13.983016-122.095403c0-40.261165-19.934596-72.890868-61.795648-72.890868-41.853053 0-61.755652 32.629703-61.755652 72.890868l-14.015013 122.095403c-0.007999 19.334639 7.967439 37.877333 22.182438 51.548371 14.214999 13.679037 33.493642 21.350497 53.596226 21.342497h0.023998z m-25.078234-133.990566h50.156469v101.936823h-50.156469V523.999155z\" p-id=\"55050\" fill=\"#606266\" data-spm-anchor-id=\"a313x.search_index.0.i54.54bd3a8153W9ru\" class=\"selected\" /></svg>";
|
|
2
|
-
|
|
3
|
-
export { ZIP as default };
|
|
4
|
-
//# sourceMappingURL=zip.svg.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"zip.svg.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/** 阿里云oss配置id */
|
|
2
|
-
export declare const useAliOssConfigIdsStore: import("pinia").StoreDefinition<"gmAliOssConfigIds", import("pinia")._UnwrapAll<Pick<{
|
|
3
|
-
isLoading: import("vue").Ref<boolean>;
|
|
4
|
-
aliOssConfigIds: import("vue").Ref<{
|
|
5
|
-
config_ids: string[];
|
|
6
|
-
} | null>;
|
|
7
|
-
getAliOssConfigIdsAsync: () => Promise<void>;
|
|
8
|
-
}, "isLoading" | "aliOssConfigIds">>, Pick<{
|
|
9
|
-
isLoading: import("vue").Ref<boolean>;
|
|
10
|
-
aliOssConfigIds: import("vue").Ref<{
|
|
11
|
-
config_ids: string[];
|
|
12
|
-
} | null>;
|
|
13
|
-
getAliOssConfigIdsAsync: () => Promise<void>;
|
|
14
|
-
}, never>, Pick<{
|
|
15
|
-
isLoading: import("vue").Ref<boolean>;
|
|
16
|
-
aliOssConfigIds: import("vue").Ref<{
|
|
17
|
-
config_ids: string[];
|
|
18
|
-
} | null>;
|
|
19
|
-
getAliOssConfigIdsAsync: () => Promise<void>;
|
|
20
|
-
}, "getAliOssConfigIdsAsync">>;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { ref, onMounted } from 'vue';
|
|
2
|
-
import { defineStore } from 'pinia';
|
|
3
|
-
import '../../../api/materialApi/index.mjs';
|
|
4
|
-
import { getAliOssConfigIds } from '../../../api/materialApi/cross/getAliOssConfigIds.mjs';
|
|
5
|
-
|
|
6
|
-
const useAliOssConfigIdsStore = defineStore("gmAliOssConfigIds", () => {
|
|
7
|
-
const aliOssConfigIds = ref(null);
|
|
8
|
-
const isLoading = ref(false);
|
|
9
|
-
const getAliOssConfigIdsAsync = async () => {
|
|
10
|
-
if (aliOssConfigIds.value)
|
|
11
|
-
return;
|
|
12
|
-
isLoading.value = true;
|
|
13
|
-
try {
|
|
14
|
-
const { data } = await getAliOssConfigIds();
|
|
15
|
-
aliOssConfigIds.value = data.data;
|
|
16
|
-
} finally {
|
|
17
|
-
isLoading.value = false;
|
|
18
|
-
}
|
|
19
|
-
};
|
|
20
|
-
onMounted(() => {
|
|
21
|
-
getAliOssConfigIdsAsync();
|
|
22
|
-
});
|
|
23
|
-
return {
|
|
24
|
-
isLoading,
|
|
25
|
-
aliOssConfigIds,
|
|
26
|
-
getAliOssConfigIdsAsync
|
|
27
|
-
};
|
|
28
|
-
});
|
|
29
|
-
|
|
30
|
-
export { useAliOssConfigIdsStore };
|
|
31
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../../../../../../packages/hooks/store/useAliOssConfigIds/index.ts"],"sourcesContent":["import { onMounted, ref } from 'vue';\r\nimport { defineStore } from 'pinia';\r\nimport { type GetAliOssConfigIdsResponseData, getAliOssConfigIds } from '@giime/api/materialApi';\r\n\r\n/** 阿里云oss配置id */\r\nexport const useAliOssConfigIdsStore = defineStore('gmAliOssConfigIds', () => {\r\n const aliOssConfigIds = ref<GetAliOssConfigIdsResponseData | null>(null);\r\n const isLoading = ref(false);\r\n\r\n const getAliOssConfigIdsAsync = async () => {\r\n if (aliOssConfigIds.value) return;\r\n isLoading.value = true;\r\n try {\r\n const { data } = await getAliOssConfigIds();\r\n aliOssConfigIds.value = data.data;\r\n } finally {\r\n isLoading.value = false;\r\n }\r\n };\r\n\r\n onMounted(() => {\r\n getAliOssConfigIdsAsync();\r\n });\r\n\r\n return {\r\n isLoading,\r\n aliOssConfigIds,\r\n getAliOssConfigIdsAsync,\r\n };\r\n});\r\n"],"names":[],"mappings":";;;;;AAKa,MAAA,uBAAA,GAA0B,WAAY,CAAA,mBAAA,EAAqB,MAAM;AAC5E,EAAM,MAAA,eAAA,GAAkB,IAA2C,IAAI,CAAA,CAAA;AACvE,EAAM,MAAA,SAAA,GAAY,IAAI,KAAK,CAAA,CAAA;AAE3B,EAAA,MAAM,0BAA0B,YAAY;AAC1C,IAAA,IAAI,eAAgB,CAAA,KAAA;AAAO,MAAA,OAAA;AAC3B,IAAA,SAAA,CAAU,KAAQ,GAAA,IAAA,CAAA;AAClB,IAAI,IAAA;AACF,MAAA,MAAM,EAAE,IAAA,EAAS,GAAA,MAAM,kBAAmB,EAAA,CAAA;AAC1C,MAAA,eAAA,CAAgB,QAAQ,IAAK,CAAA,IAAA,CAAA;AAAA,KAC7B,SAAA;AACA,MAAA,SAAA,CAAU,KAAQ,GAAA,KAAA,CAAA;AAAA,KACpB;AAAA,GACF,CAAA;AAEA,EAAA,SAAA,CAAU,MAAM;AACd,IAAwB,uBAAA,EAAA,CAAA;AAAA,GACzB,CAAA,CAAA;AAED,EAAO,OAAA;AAAA,IACL,SAAA;AAAA,IACA,eAAA;AAAA,IACA,uBAAA;AAAA,GACF,CAAA;AACF,CAAC;;;;"}
|
package/es/utils/src/tree.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export interface FindChildrenItem extends Record<string, any> {
|
|
2
|
-
label?: any;
|
|
3
|
-
value?: any;
|
|
4
|
-
children?: FindChildrenItem[];
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* 获取子节点
|
|
8
|
-
*/
|
|
9
|
-
export declare function findChildrenItem(options: FindChildrenItem[], targetValue: any, option?: {
|
|
10
|
-
value?: string;
|
|
11
|
-
children?: string;
|
|
12
|
-
}): FindChildrenItem | undefined;
|
package/es/utils/src/tree.mjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
function findChildrenItem(options, targetValue, option) {
|
|
2
|
-
const valueField = option?.value || "value";
|
|
3
|
-
const childrenField = option?.children || "children";
|
|
4
|
-
for (const option2 of options) {
|
|
5
|
-
if (option2[valueField] === targetValue) {
|
|
6
|
-
return option2;
|
|
7
|
-
}
|
|
8
|
-
if (option2[childrenField]) {
|
|
9
|
-
const found = findChildrenItem(option2[childrenField], targetValue);
|
|
10
|
-
if (found) {
|
|
11
|
-
return found;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
return void 0;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
export { findChildrenItem };
|
|
19
|
-
//# sourceMappingURL=tree.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tree.mjs","sources":["../../../../../packages/utils/src/tree.ts"],"sourcesContent":["export interface FindChildrenItem extends Record<string, any> {\n label?: any;\n value?: any;\n children?: FindChildrenItem[];\n}\n/**\n * 获取子节点\n */\nexport function findChildrenItem(\n options: FindChildrenItem[],\n targetValue: any,\n option?: { value?: string; children?: string },\n): FindChildrenItem | undefined {\n const valueField = option?.value || 'value';\n const childrenField = option?.children || 'children';\n\n for (const option of options) {\n if (option[valueField] === targetValue) {\n return option;\n }\n if (option[childrenField]) {\n const found = findChildrenItem(option[childrenField], targetValue);\n\n if (found) {\n return found;\n }\n }\n }\n\n return undefined;\n}\n"],"names":["option"],"mappings":"AAQgB,SAAA,gBAAA,CACd,OACA,EAAA,WAAA,EACA,MAC8B,EAAA;AAC9B,EAAM,MAAA,UAAA,GAAa,QAAQ,KAAS,IAAA,OAAA,CAAA;AACpC,EAAM,MAAA,aAAA,GAAgB,QAAQ,QAAY,IAAA,UAAA,CAAA;AAE1C,EAAA,KAAA,MAAWA,WAAU,OAAS,EAAA;AAC5B,IAAIA,IAAAA,OAAAA,CAAO,UAAU,CAAA,KAAM,WAAa,EAAA;AACtC,MAAOA,OAAAA,OAAAA,CAAAA;AAAA,KACT;AACA,IAAIA,IAAAA,OAAAA,CAAO,aAAa,CAAG,EAAA;AACzB,MAAA,MAAM,KAAQ,GAAA,gBAAA,CAAiBA,OAAO,CAAA,aAAa,GAAG,WAAW,CAAA,CAAA;AAEjE,MAAA,IAAI,KAAO,EAAA;AACT,QAAO,OAAA,KAAA,CAAA;AAAA,OACT;AAAA,KACF;AAAA,GACF;AAEA,EAAO,OAAA,KAAA,CAAA,CAAA;AACT;;;;"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { type AxiosRequestConfig } from 'axios';
|
|
2
|
-
export interface GetAliOssConfigIdsResponse {
|
|
3
|
-
code: number;
|
|
4
|
-
data: GetAliOssConfigIdsResponseData;
|
|
5
|
-
comment: string;
|
|
6
|
-
}
|
|
7
|
-
export interface GetAliOssConfigIdsResponseData {
|
|
8
|
-
config_ids: string[];
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* 获取阿里OSS配置ID
|
|
12
|
-
* /material/cross/aliOssConfigIds
|
|
13
|
-
*/
|
|
14
|
-
export declare function getAliOssConfigIds(config?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<GetAliOssConfigIdsResponse, any>>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var request = require('../request.js');
|
|
4
|
-
|
|
5
|
-
function getAliOssConfigIds(config) {
|
|
6
|
-
return request.default.get(`/material/cross/aliOssConfigIds`, config);
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
exports.getAliOssConfigIds = getAliOssConfigIds;
|
|
10
|
-
//# sourceMappingURL=getAliOssConfigIds.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getAliOssConfigIds.js","sources":["../../../../../../packages/api/materialApi/cross/getAliOssConfigIds.ts"],"sourcesContent":["import { type AxiosRequestConfig } from 'axios';\r\nimport request from '../request';\r\n\r\nexport interface GetAliOssConfigIdsResponse {\r\n code: number;\r\n data: GetAliOssConfigIdsResponseData;\r\n comment: string;\r\n}\r\n\r\nexport interface GetAliOssConfigIdsResponseData {\r\n config_ids: string[];\r\n}\r\n\r\n/**\r\n * 获取阿里OSS配置ID\r\n * /material/cross/aliOssConfigIds\r\n */\r\nexport function getAliOssConfigIds(config?: AxiosRequestConfig) {\r\n return request.get<GetAliOssConfigIdsResponse>(`/material/cross/aliOssConfigIds`, config);\r\n}\r\n"],"names":["request"],"mappings":";;;;AAiBO,SAAS,mBAAmB,MAA6B,EAAA;AAC9D,EAAO,OAAAA,eAAA,CAAQ,GAAgC,CAAA,CAAA,+BAAA,CAAA,EAAmC,MAAM,CAAA,CAAA;AAC1F;;;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var EXCEL = "<svg id=\"mx_n_1735784043679\" t=\"1735784043678\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"23849\" width=\"200\" height=\"200\"><path d=\"M968.704 135.168h-430.08v752.64h430.08c15.36 0 26.624-12.288 26.624-26.624V162.816c0-15.36-11.264-27.648-26.624-27.648z\" fill=\"#BBBBBB\" p-id=\"23850\" /><path d=\"M727.04 270.336h188.416v80.896h-188.416V270.336z m0 268.288h188.416v80.896h-188.416V538.624z m0 134.144h188.416v80.896h-188.416v-80.896z m0-268.288h188.416v80.896h-188.416v-80.896z m-188.416-134.144h134.144v80.896H538.624V270.336z m0 268.288h134.144v80.896H538.624V538.624z m0 134.144h134.144v80.896H538.624v-80.896z m0-268.288h134.144v80.896H538.624v-80.896z\" fill=\"#FFFFFF\" p-id=\"23851\" /><path d=\"M592.896 996.352L28.672 888.832V135.168l564.224-107.52v968.704z\" fill=\"#6D6D6D\" p-id=\"23852\" /><path d=\"M379.904 696.32l-63.488-119.808c-2.048-4.096-5.12-12.288-7.168-24.576H307.2c-1.024 6.144-4.096 14.336-8.192 25.6L235.52 696.32H136.192l117.76-184.32-107.52-184.32h101.376l53.248 110.592c4.096 9.216 8.192 19.456 11.264 30.72h1.024c2.048-7.168 6.144-17.408 11.264-31.744l57.344-109.568h92.16l-109.568 182.272 113.664 186.368h-98.304z\" fill=\"#FFFFFF\" p-id=\"23853\" /></svg>";
|
|
6
|
-
|
|
7
|
-
exports.default = EXCEL;
|
|
8
|
-
//# sourceMappingURL=excel.svg.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"excel.svg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var PDF = "<svg t=\"1735789674310\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"66044\" width=\"200\" height=\"200\"><path d=\"M122.88 445.44c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36zM256 460.8c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m0 0c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m-133.12-15.36c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36z m0 0c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36zM256 460.8c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m0 0c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m-133.12-15.36c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36z m0 0c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36zM256 460.8c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m0 0c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m-133.12-15.36c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36zM1024 163.84c5.12-25.6-20.48-46.08-46.08-46.08h-373.76v-102.4h-66.56C358.4 40.96 179.2 71.68 0 102.4v819.2c179.2 30.72 353.28 61.44 532.48 92.16h71.68v-117.76h348.16c20.48 0 40.96 0 61.44-10.24 15.36-20.48 10.24-46.08 10.24-71.68V163.84zM148.48 481.28c0 5.12-5.12 10.24-10.24 15.36-5.12 0-10.24 5.12-15.36 5.12h-40.96v56.32h-25.6V414.72h71.68c5.12 0 15.36 5.12 20.48 15.36 5.12 5.12 5.12 15.36 5.12 25.6s0 20.48-5.12 25.6z m133.12 35.84c-5.12 10.24-10.24 20.48-15.36 25.6-5.12 5.12-10.24 10.24-20.48 10.24-5.12 0-15.36 5.12-25.6 5.12h-51.2V414.72h51.2c10.24 0 20.48 0 25.6 5.12 10.24 0 20.48 5.12 25.6 10.24 5.12 5.12 10.24 15.36 10.24 25.6 5.12 5.12 5.12 15.36 5.12 30.72 0 10.24 0 20.48-5.12 30.72z m117.76-76.8H337.92v35.84h56.32v25.6H337.92V563.2H307.2V414.72h92.16v25.6z m583.68 419.84h-384V614.4l35.84-35.84h122.88c20.48 20.48 51.2 40.96 76.8 46.08h20.48c5.12-5.12 10.24-5.12 15.36-15.36 5.12-10.24 5.12-15.36 0-20.48-5.12-10.24-20.48-20.48-46.08-25.6-15.36-5.12-30.72-5.12-51.2-5.12-40.96-51.2-46.08-97.28-46.08-97.28s15.36-20.48 25.6-56.32c5.12-25.6 5.12-40.96 0-51.2-5.12-5.12-10.24-10.24-15.36-10.24h-15.36c-30.72 15.36-20.48 117.76-20.48 117.76-20.48 30.72-46.08 56.32-66.56 81.92-10.24 10.24-5.12 10.24-15.36 15.36 0 0-10.24 0-20.48 5.12V153.6h384v706.56z m-245.76-302.08h-81.92c20.48-20.48 35.84-40.96 51.2-61.44l30.72 61.44z m0-194.56c5.12 5.12 0 20.48 0 30.72-5.12 10.24-5.12 20.48-10.24 25.6 0-20.48 5.12-51.2 10.24-56.32z m76.8 225.28h5.12c20.48 5.12 30.72 10.24 35.84 15.36l5.12 5.12h-10.24c-10.24-5.12-25.6-10.24-35.84-20.48z m-563.2-143.36c-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8c0-5.12-5.12-10.24-5.12-15.36z m-138.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36 0-5.12-5.12-5.12-10.24-5.12z m10.24 5.12c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36zM256 460.8c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m0 0c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m-133.12-15.36c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36z m0 0c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36zM256 460.8c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m0 0c0-5.12-5.12-10.24-5.12-15.36-5.12 0-10.24-5.12-15.36-5.12H204.8v92.16h35.84c5.12 0 10.24-5.12 10.24-5.12 0-5.12 5.12-10.24 5.12-15.36 0-5.12 5.12-15.36 5.12-25.6S256 465.92 256 460.8z m-133.12-15.36c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36z m0 0c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36z m0 0c0-5.12-5.12-5.12-10.24-5.12H81.92v40.96h35.84c5.12 0 5.12-5.12 10.24-5.12V460.8c0-5.12 0-10.24-5.12-15.36z\" p-id=\"66045\" fill=\"#606266\" data-spm-anchor-id=\"a313x.search_index.0.i61.54bd3a8153W9ru\" class=\"selected\" /></svg>";
|
|
6
|
-
|
|
7
|
-
exports.default = PDF;
|
|
8
|
-
//# sourceMappingURL=pdf.svg.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pdf.svg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var PPT = "<svg id=\"mx_n_1735789874912\" t=\"1735789874911\" class=\"icon\" viewBox=\"0 0 1047 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"83009\" width=\"200\" height=\"200\"><path d=\"M702.277273 224.610534c82.7056 3.807457 152.283561 73.503022 156.693742 155.973413-52.275349 0.588024-104.535998 0.352815-156.796646 0.352815 0-52.143044-0.147006-104.300788 0.102904-156.326228zM114.973427 437.886903q-4.895301-0.97024-19.581205-0.984941h-13.14234v41.293998h14.891712q16.067761 0 21.492283-2.293294a18.199348 18.199348 0 0 0 8.49695-7.144494 20.742553 20.742553 0 0 0 3.072426-11.319465 19.772313 19.772313 0 0 0-4.307277-13.098239 18.49336 18.49336 0 0 0-10.922549-6.453565zM240.472487 437.886903q-4.880601-0.97024-19.566505-0.984941h-13.14234v41.293998h14.921113q16.067761 0 21.506985-2.293294a18.096444 18.096444 0 0 0 8.496949-7.144494 20.742553 20.742553 0 0 0 3.087127-11.319465 19.772313 19.772313 0 0 0-4.321978-13.098239 18.449259 18.449259 0 0 0-10.981351-6.453565z\" fill=\"#606266\" p-id=\"83010\" /><path d=\"M1046.712434 153.827124c2.749013-27.387226-18.699169-48.688402-46.071694-46.086394-127.160228-1.896378-254.555666 0.132305-381.833499-0.588025V0h-67.505175C367.382804 31.297587 183.698752 63.683018 0.029401 95.480426v833.289059c181.537764 31.885611 363.340138 62.110054 544.701495 95.230515h74.091046v-119.074896c119.1925 0 238.252695-0.220509 357.31289 0.367516 20.375038-0.955539 42.969867 0.72033 60.360682-11.90749 13.642161-21.095367 10.290423-47.453551 11.392968-71.312632v-5.58623c-1.617066-220.964785 0.837934-441.929569-1.176048-662.659144zM153.738921 479.621919a39.000703 39.000703 0 0 1-11.437071 14.34779 38.221571 38.221571 0 0 1-14.11258 6.894583q-9.746501 2.072785-28.22516 2.087486H82.323385v54.892057H55.097865v-145.535984h43.660795q24.81462 0 32.34133 2.19039a35.281451 35.281451 0 0 1 19.390097 14.244886q7.806021 10.981351 7.820722 28.328065-0.058802 13.421652-4.571888 22.550727z m125.528461 0a39.191811 39.191811 0 0 1-11.451771 14.34779 38.221571 38.221571 0 0 1-14.11258 6.894583q-9.7171 2.072785-28.225161 2.087486h-17.640725v54.892057h-27.196118v-145.535984h43.660795q24.81462 0 32.341329 2.19039a35.281451 35.281451 0 0 1 19.390098 14.244886q7.806021 10.981351 7.806021 28.328065-0.073503 13.421652-4.571888 22.550727z m124.234807-42.719957h-39.838638v120.897771h-27.196118V436.901962h-39.985644v-24.57941h107.0204z m608.281609 432.19777H618.807241v-95.201114h285.77975v-47.629959h-285.77975v-59.508046h285.77975v-47.629959H618.924846c-0.117605-23.329859-0.117605-46.68912-0.24991-70.018978 47.159539 14.700604 100.860847 14.288987 143.02218-14.11258 45.571874-27.049112 69.372152-78.57473 73.341315-130.012146-52.275349-0.352815-104.535998-0.23521-156.693742-0.235209-0.117605-51.746127 0.602725-103.580459-1.058444-155.238383q-29.298305 5.718535-58.464303 12.025095V142.889875h392.917754z\" fill=\"#606266\" p-id=\"83011\" /></svg>";
|
|
6
|
-
|
|
7
|
-
exports.default = PPT;
|
|
8
|
-
//# sourceMappingURL=ppt.svg.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ppt.svg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var PSD = "<svg t=\"1735788888677\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"53847\" data-spm-anchor-id=\"a313x.search_index.0.i45.54bd3a8153W9ru\" height=\"200\" width=\"200\"><path d=\"M152.40404 447.806061c-2.857374-0.581818-8.59798-0.866263-17.208888-0.879192l-11.571718-0.025859v36.344243h13.097374c9.425455 0 15.734949-0.672323 18.915556-2.004041 3.090101-1.267071 5.701818-3.465051 7.48606-6.283636 1.83596-2.986667 2.779798-6.438788 2.702222-9.955556 0.168081-4.176162-1.189495-8.261818-3.801212-11.52a16.239192 16.239192 0 0 0-9.619394-5.675959zM385.803636 454.21899a22.300444 22.300444 0 0 0-11.093333-6.141414c-3.348687-0.801616-9.903838-1.215354-19.652525-1.228283l-10.718384 0.051717v84.816162h17.855353c6.671515 0 11.494141-0.413737 14.480809-1.215354 3.620202-0.905051 6.95596-2.74101 9.658181-5.326869 2.56-2.508283 4.641616-6.619798 6.257778-12.360404 1.616162-5.727677 2.430707-13.53697 2.430707-23.440808 0-9.890909-0.814545-17.480404-2.430707-22.755555-1.64202-5.262222-3.891717-9.399596-6.787879-12.399192z\" fill=\"#606266\" p-id=\"53848\" data-spm-anchor-id=\"a313x.search_index.0.i48.54bd3a8153W9ru\" class=\"selected\" /><path d=\"M971.875556 197.908687c2.404848-24.074343-16.446061-42.821818-40.520404-40.520404-111.838384-1.680808-223.883636 0.116364-335.812526-0.517172V62.603636h-59.371313C374.374141 90.194747 212.783838 118.626263 51.167677 146.592323c-0.103434 244.234343-0.103434 488.507475 0 732.806465 159.702626 28.069495 319.612121 54.665051 479.198384 83.781818h65.163636v-104.727273c104.817778 0 209.532121-0.193939 314.246465 0.323233 17.907071-0.840404 37.792323 0.633535 53.074747-10.472728 12.127677-18.747475 9.024646-42.201212 10.05899-63.353535-1.46101-195.710707 0.749899-391.434343-1.034343-587.041616zM186.485657 484.447677a34.543192 34.543192 0 0 1-10.05899 12.61899c-3.671919 2.857374-7.899798 4.913131-12.412122 6.063838-5.714747 1.215354-13.989495 1.82303-24.824242 1.83596H123.610505v48.277979h-23.919192v-127.98707h38.4c14.545455 0 24.035556 0.646465 28.457374 1.926464 6.787879 1.913535 12.476768 6.089697 17.040808 12.528485 4.56404 6.438788 6.852525 14.752323 6.852525 24.914748 0 7.86101-1.318788 14.467879-3.956363 19.820606z m108.295757 52.143838c-3.684848 6.335354-9.283232 11.326061-15.993535 14.27394-6.904242 3.11596-15.489293 4.667475-25.78101 4.667474-14.985051 0-26.492121-3.736566-34.521212-11.222626-8.029091-7.473131-12.851717-18.385455-14.480809-32.711111l23.272728-2.443636c1.383434 8.429899 4.214949 14.63596 8.520404 18.618181s10.084848 5.960404 17.338182 5.934546c7.705859 0 13.511111-1.758384 17.415757-5.288081 3.904646-3.529697 5.85697-7.641212 5.869899-12.347475 0.077576-2.779798-0.788687-5.494949-2.469495-7.705858-1.629091-2.133333-4.499394-3.982222-8.59798-5.546667-2.792727-1.060202-9.179798-2.92202-19.148282-5.598384-12.825859-3.452121-21.824646-7.667071-26.996364-12.657778a34.482424 34.482424 0 0 1-10.912323-25.755151c0-6.464646 1.784242-12.8 5.171717-18.29495 3.490909-5.727677 8.649697-10.252929 14.791111-12.955151 6.438788-2.973737 14.209293-4.473535 23.311515-4.460606 14.868687 0 26.065455 3.516768 33.590303 10.563232 7.524848 7.033535 11.481212 16.433131 11.843233 28.211717l-23.932122 1.137778c-1.021414-6.58101-3.219394-11.300202-6.58101-14.183434-3.374545-2.870303-8.41697-4.318384-15.140202-4.318384-6.95596 0-12.399192 1.538586-16.329697 4.628687a9.592242 9.592242 0 0 0-3.801212 7.938586c-0.025859 2.986667 1.28 5.831111 3.555556 7.770505 3.012525 2.753939 10.343434 5.611313 21.979798 8.559192 11.636364 2.960808 20.260202 6.025051 25.858585 9.205656 5.469091 3.077172 9.994343 7.563636 13.097374 13.006869 3.154747 5.520808 4.732121 12.308687 4.732121 20.389495 0.025859 7.240404-1.926465 14.364444-5.66303 20.583434z m121.315556-18.876768c-2.960808 9.309091-7.201616 16.846869-12.696566 22.600405-4.137374 4.370101-9.735758 7.770505-16.795151 10.214141-5.288081 1.810101-12.347475 2.715152-21.178182 2.715151h-45.019798v-127.98707H364.134141c9.865051 0 17.37697 0.814545 22.548687 2.443636 6.930101 2.19798 13.110303 6.283636 17.855354 11.778586a56.834586 56.834586 0 0 1 11.313131 20.738586c2.585859 8.184242 3.878788 18.269091 3.891717 30.254545 0 10.537374-1.228283 19.626667-3.64606 27.24202z m176.316767 107.326061c-0.323232 0.73697-0.685253 1.370505-1.034343 2.068687 0.297374-2.159192 0.73697-4.227879 1.034343-6.464647v4.39596z m345.625859 202.007273H592.465455V625.079596c62.72-121.069899 133.055354-131.490909 133.055353-131.490909l-109.627475 156.250505s73.490101-8.029091 132.964849-53.94101c-4.370101-0.879192-33.965253-5.831111-33.965253-5.831111s43.739798-5.67596 50.29495-6.128485c6.555152-0.452525 33.83596-27.991919 33.835959-27.991919l-52.48-8.158384 67.051314-6.412929 20.415353-27.707475-51.600808-7.576566 60.34101-6.697374s53.643636-95.63798 37.895758-107.287272c-39.214545-13.808485-257.448081 32.349091-288.168081 228.589899V188.276364h345.574141v638.771717z\" fill=\"#606266\" p-id=\"53849\" data-spm-anchor-id=\"a313x.search_index.0.i46.54bd3a8153W9ru\" class=\"selected\" /></svg>";
|
|
6
|
-
|
|
7
|
-
exports.default = PSD;
|
|
8
|
-
//# sourceMappingURL=psd.svg.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"psd.svg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var TEXT = "<svg t=\"1735784701502\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"20735\" height=\"300\" width=\"300\"><path d=\"M535.94 71.69h57.58v91.4c108.56 0.61 217.22-1.12 325.68 0.51 23.36-2.23 41.64 15.95 39.3 39.3 1.73 189.71-0.41 379.52 1 569.33-1 20.51 2 43.26-9.75 61.44-14.83 10.76-34.12 9.34-51.48 10.16-101.56-0.51-203.11-0.31-304.77-0.31v101.55h-63.15C375.59 916.83 220.5 891 65.63 863.82q-0.15-355.4 0-710.69C222.34 126 379 98.39 535.94 71.69z\" fill=\"#606266\" p-id=\"20736\" data-spm-anchor-id=\"a313x.search_index.0.i13.54bd3a8153W9ru\" class=\"selected\" /><path d=\"M138.52 547.51V444.39h-34.1v-21h91.31v21h-34v103.12zM199 547.51l39.27-64.77-35.58-59.35h27.12l23 39.88 22.57-39.88h26.89l-35.74 60.28 39.27 63.84h-28l-25.4-42.92-25.55 42.92zM343.63 547.51V444.39h-34.1v-21h91.31v21h-34v103.12zM590.14 193.55v302.14h126.94v12.69H590.14v88.86h265.74v38.08H590.14v48.24h265.74v38.08H590.14V813h335.14V193.55z m198.11 250c-4.53 6.7-10.62 17.86-12.12 31.13a8.11 8.11 0 0 1-5.17 6.88l-43.83 15.86-4.93-2.57 20.22-27.09a15.45 15.45 0 0 0 5 0.79c7.84-0.08 14.14-5.95 14.07-13.09s-6.49-12.89-14.33-12.81-14.14 5.94-14.06 13.09a11.89 11.89 0 0 0 1 4.63 8.05 8.05 0 0 1-0.55 8.14l-17.15 23-4.09-3.82-0.13-42.48a8.25 8.25 0 0 1 4.66-7.51c6.93-3.32 20.19-10.74 30.28-22.81a8.22 8.22 0 0 1 10.81-1.46l28 18.43a8.35 8.35 0 0 1 2.32 11.72z m19.94-14.67a8.35 8.35 0 0 1-11 2l-42.74-26.63a8.35 8.35 0 0 1-2.52-11.73l0.32-0.47c2.53-3.77 4.47-1.64 8.3 0.8L802.93 420c4.13 2.61 8.25 5 5.25 8.91z m36.18-53.69l-24.11 35.7a13 13 0 0 1-18 3.48l-28.55-19.27a13 13 0 0 1-3.48-18l24.11-35.69a12.94 12.94 0 0 1 18-3.48l28.56 19.29a13 13 0 0 1 3.46 18z\" fill=\"#FFFFFF\" p-id=\"20737\" /></svg>";
|
|
6
|
-
|
|
7
|
-
exports.default = TEXT;
|
|
8
|
-
//# sourceMappingURL=text.svg.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"text.svg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var UNKNOWN = "<svg id=\"mx_n_1735788596175\" t=\"1735788596174\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"26444\" width=\"200\" height=\"200\"><path d=\"M625.493333 132.522667v66.986666h309.930667v43.264H625.493333v69.717334h309.930667v43.264H625.493333v68.352h309.930667v43.264H625.493333v68.352h309.930667v43.264H625.493333v68.352h309.930667v43.264H625.493333v68.352h309.930667V802.133333H625.493333v89.344H1024V132.522667H625.493333z\" fill=\"#606266\" p-id=\"26445\" data-spm-anchor-id=\"a313x.search_index.0.i22.54bd3a8153W9ru\" class=\"\" /> <path d=\"M0 108.8v806.4L577.024 1024V0zM349.269333 709.12H240.981333V613.546667h108.288z m88.32-241.664q-12.544 20.992-51.2 51.2a136.533333 136.533333 0 0 0-34.133333 34.133333 70.058667 70.058667 0 0 0-7.082667 33.706667H244.394667v-9.984a125.098667 125.098667 0 0 1 5.888-41.898667 92.842667 92.842667 0 0 1 17.066666-29.44 535.637333 535.637333 0 0 1 52.053334-46.848Q341.333333 440.832 341.333333 426.154667a29.696 29.696 0 0 0-8.533333-22.784 37.12 37.12 0 0 0-26.197333-8.533334 42.154667 42.154667 0 0 0-31.232 12.544q-12.373333 12.544-15.872 43.605334l-103.253334-12.8a140.629333 140.629333 0 0 1 41.386667-91.648q36.096-34.730667 110.933333-34.730667 58.026667 0 93.866667 24.234667a100.693333 100.693333 0 0 1 48.469333 87.296 84.224 84.224 0 0 1-13.312 44.117333z\" fill=\"#606266\" p-id=\"26446\" data-spm-anchor-id=\"a313x.search_index.0.i20.54bd3a8153W9ru\" class=\"\" /></svg>";
|
|
6
|
-
|
|
7
|
-
exports.default = UNKNOWN;
|
|
8
|
-
//# sourceMappingURL=unknown.svg.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"unknown.svg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var WORD = "<svg t=\"1735783474214\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"11705\" width=\"200\" height=\"200\"><path d=\"M1002.666667 106.666667H597.333333V42.666667a21.333333 21.333333 0 0 0-26.112-20.778667l-554.666666 128A21.333333 21.333333 0 0 0 0 170.666667v725.333333a21.333333 21.333333 0 0 0 18.090667 21.077333l554.666666 85.333334a21.162667 21.162667 0 0 0 17.109334-4.906667A21.077333 21.077333 0 0 0 597.333333 981.333333v-64h405.333334a21.333333 21.333333 0 0 0 21.333333-21.333333V128a21.333333 21.333333 0 0 0-21.333333-21.333333zM468.522667 389.888l-85.333334 298.666667c-5.248 18.218667-35.84 18.176-41.088 0L297.813333 533.461333c-2.56-9.173333-10.922667-15.488-20.48-15.488s-17.92 6.314667-20.48 15.488l-44.288 155.050667c-5.248 18.218667-35.84 18.176-41.088 0l-85.333333-298.666667a21.333333 21.333333 0 0 1 41.045333-11.690666l44.288 155.093333c5.162667 18.346667 35.84 18.346667 41.002667 0l44.288-155.050667c5.248-18.218667 35.84-18.176 41.088 0l44.288 155.093334c5.162667 18.346667 35.84 18.346667 41.002667 0l44.288-155.050667a21.333333 21.333333 0 0 1 41.088 11.648zM981.333333 874.666667h-384v-85.333334h320a21.333333 21.333333 0 0 0 0-42.666666H597.333333v-85.333334h320a21.333333 21.333333 0 0 0 0-42.666666H597.333333v-85.333334h320a21.333333 21.333333 0 0 0 0-42.666666H597.333333v-85.333334h320a21.333333 21.333333 0 0 0 0-42.666666H597.333333v-85.333334h320a21.333333 21.333333 0 0 0 0-42.666666H597.333333v-85.333334h384v725.333334z\" p-id=\"11706\" fill=\"#606266\" /></svg>";
|
|
6
|
-
|
|
7
|
-
exports.default = WORD;
|
|
8
|
-
//# sourceMappingURL=word.svg.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"word.svg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var ZIP = "<svg t=\"1735789226457\" class=\"icon\" viewBox=\"0 0 1024 1024\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" p-id=\"55049\" width=\"200\" height=\"200\"><path d=\"M628.207818 934.314264c1.4239 0.063995 2.783804 0.191986 4.215703 0.191987h321.841339c37.685347-0.039997 68.235195-29.413929 68.267193-65.675376V151.185405c-0.031998-36.253447-30.581847-65.627379-68.267193-65.667376H632.423521c-1.431899 0-2.823801 0.127991-4.215703 0.191986V0.036048L0.036048 80.686369v859.187504l628.17177 82.730175v-88.289784z m0-810.838908c1.391902-0.191986 2.783804-0.415971 4.215703-0.41597h321.841339c16.142863 0 29.269939 12.623111 29.269939 28.158017v717.653469c-0.023998 15.534906-13.119076 28.134019-29.269939 28.150018H632.423521c-1.431899 0-2.823801-0.223984-4.215703-0.41597V123.475356zM242.115003 606.049378l-149.757456-3.679741V578.955286l90.393636-133.374609v-1.183917l-82.122218 1.311908v-36.07746l140.022141-3.519752v26.110161L149.593517 566.076192v1.151919l92.521486 1.407901v37.421365z m75.346695 1.84787l-46.580721-1.151919V405.375508l46.580721-1.151919v203.673659z m178.027465-93.049449c-17.342779 15.374917-42.820985 22.078445-72.15492 21.886459-5.615605 0.031998-11.21521-0.319977-16.774819-1.047926v74.41876l-47.972622-1.183916V405.951467c14.814957-2.815802 35.781481-5.175636 65.739371-5.943582 30.701838-0.767946 52.860278 4.311696 67.835224 15.302923 14.454982 10.447264 24.254292 27.998029 24.254292 48.892557s-7.407478 38.661278-20.894529 50.644434h-0.031997zM426.885993 435.605379c-6.847518-0.079994-13.679037 0.663953-20.326569 2.199845v61.451673c4.183705 0.927935 9.335343 1.215914 16.47884 1.215915 26.406141-0.031998 42.876981-12.911091 42.876981-34.509571 0-19.398634-14.175002-30.741835-38.997254-30.325864l-0.031998-0.031998z m318.753556-296.507123h76.506613v30.357863h-76.506613v-30.357863z m-76.538611 45.436801h76.506613v30.39786h-76.506613v-30.39786z m76.538611 49.724499h76.506613v30.38986h-76.506613V234.259556z m0 95.993241h76.506613v30.349863h-76.506613V330.252797z m-76.538611-48.764566h76.506613v30.357862h-76.506613v-30.357862z m75.770665 376.485491c20.094585 0 39.365228-7.679459 53.572228-21.358496 14.207-13.663038 22.182438-32.205732 22.174439-51.532372l-13.983016-122.095403c0-40.261165-19.934596-72.890868-61.795648-72.890868-41.853053 0-61.755652 32.629703-61.755652 72.890868l-14.015013 122.095403c-0.007999 19.334639 7.967439 37.877333 22.182438 51.548371 14.214999 13.679037 33.493642 21.350497 53.596226 21.342497h0.023998z m-25.078234-133.990566h50.156469v101.936823h-50.156469V523.999155z\" p-id=\"55050\" fill=\"#606266\" data-spm-anchor-id=\"a313x.search_index.0.i54.54bd3a8153W9ru\" class=\"selected\" /></svg>";
|
|
6
|
-
|
|
7
|
-
exports.default = ZIP;
|
|
8
|
-
//# sourceMappingURL=zip.svg.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"zip.svg.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/** 阿里云oss配置id */
|
|
2
|
-
export declare const useAliOssConfigIdsStore: import("pinia").StoreDefinition<"gmAliOssConfigIds", import("pinia")._UnwrapAll<Pick<{
|
|
3
|
-
isLoading: import("vue").Ref<boolean>;
|
|
4
|
-
aliOssConfigIds: import("vue").Ref<{
|
|
5
|
-
config_ids: string[];
|
|
6
|
-
} | null>;
|
|
7
|
-
getAliOssConfigIdsAsync: () => Promise<void>;
|
|
8
|
-
}, "isLoading" | "aliOssConfigIds">>, Pick<{
|
|
9
|
-
isLoading: import("vue").Ref<boolean>;
|
|
10
|
-
aliOssConfigIds: import("vue").Ref<{
|
|
11
|
-
config_ids: string[];
|
|
12
|
-
} | null>;
|
|
13
|
-
getAliOssConfigIdsAsync: () => Promise<void>;
|
|
14
|
-
}, never>, Pick<{
|
|
15
|
-
isLoading: import("vue").Ref<boolean>;
|
|
16
|
-
aliOssConfigIds: import("vue").Ref<{
|
|
17
|
-
config_ids: string[];
|
|
18
|
-
} | null>;
|
|
19
|
-
getAliOssConfigIdsAsync: () => Promise<void>;
|
|
20
|
-
}, "getAliOssConfigIdsAsync">>;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var vue = require('vue');
|
|
4
|
-
var pinia = require('pinia');
|
|
5
|
-
require('../../../api/materialApi/index.js');
|
|
6
|
-
var getAliOssConfigIds = require('../../../api/materialApi/cross/getAliOssConfigIds.js');
|
|
7
|
-
|
|
8
|
-
const useAliOssConfigIdsStore = pinia.defineStore("gmAliOssConfigIds", () => {
|
|
9
|
-
const aliOssConfigIds = vue.ref(null);
|
|
10
|
-
const isLoading = vue.ref(false);
|
|
11
|
-
const getAliOssConfigIdsAsync = async () => {
|
|
12
|
-
if (aliOssConfigIds.value)
|
|
13
|
-
return;
|
|
14
|
-
isLoading.value = true;
|
|
15
|
-
try {
|
|
16
|
-
const { data } = await getAliOssConfigIds.getAliOssConfigIds();
|
|
17
|
-
aliOssConfigIds.value = data.data;
|
|
18
|
-
} finally {
|
|
19
|
-
isLoading.value = false;
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
vue.onMounted(() => {
|
|
23
|
-
getAliOssConfigIdsAsync();
|
|
24
|
-
});
|
|
25
|
-
return {
|
|
26
|
-
isLoading,
|
|
27
|
-
aliOssConfigIds,
|
|
28
|
-
getAliOssConfigIdsAsync
|
|
29
|
-
};
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
exports.useAliOssConfigIdsStore = useAliOssConfigIdsStore;
|
|
33
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../packages/hooks/store/useAliOssConfigIds/index.ts"],"sourcesContent":["import { onMounted, ref } from 'vue';\r\nimport { defineStore } from 'pinia';\r\nimport { type GetAliOssConfigIdsResponseData, getAliOssConfigIds } from '@giime/api/materialApi';\r\n\r\n/** 阿里云oss配置id */\r\nexport const useAliOssConfigIdsStore = defineStore('gmAliOssConfigIds', () => {\r\n const aliOssConfigIds = ref<GetAliOssConfigIdsResponseData | null>(null);\r\n const isLoading = ref(false);\r\n\r\n const getAliOssConfigIdsAsync = async () => {\r\n if (aliOssConfigIds.value) return;\r\n isLoading.value = true;\r\n try {\r\n const { data } = await getAliOssConfigIds();\r\n aliOssConfigIds.value = data.data;\r\n } finally {\r\n isLoading.value = false;\r\n }\r\n };\r\n\r\n onMounted(() => {\r\n getAliOssConfigIdsAsync();\r\n });\r\n\r\n return {\r\n isLoading,\r\n aliOssConfigIds,\r\n getAliOssConfigIdsAsync,\r\n };\r\n});\r\n"],"names":["defineStore","ref","getAliOssConfigIds","onMounted"],"mappings":";;;;;;;AAKa,MAAA,uBAAA,GAA0BA,iBAAY,CAAA,mBAAA,EAAqB,MAAM;AAC5E,EAAM,MAAA,eAAA,GAAkBC,QAA2C,IAAI,CAAA,CAAA;AACvE,EAAM,MAAA,SAAA,GAAYA,QAAI,KAAK,CAAA,CAAA;AAE3B,EAAA,MAAM,0BAA0B,YAAY;AAC1C,IAAA,IAAI,eAAgB,CAAA,KAAA;AAAO,MAAA,OAAA;AAC3B,IAAA,SAAA,CAAU,KAAQ,GAAA,IAAA,CAAA;AAClB,IAAI,IAAA;AACF,MAAA,MAAM,EAAE,IAAA,EAAS,GAAA,MAAMC,qCAAmB,EAAA,CAAA;AAC1C,MAAA,eAAA,CAAgB,QAAQ,IAAK,CAAA,IAAA,CAAA;AAAA,KAC7B,SAAA;AACA,MAAA,SAAA,CAAU,KAAQ,GAAA,KAAA,CAAA;AAAA,KACpB;AAAA,GACF,CAAA;AAEA,EAAAC,aAAA,CAAU,MAAM;AACd,IAAwB,uBAAA,EAAA,CAAA;AAAA,GACzB,CAAA,CAAA;AAED,EAAO,OAAA;AAAA,IACL,SAAA;AAAA,IACA,eAAA;AAAA,IACA,uBAAA;AAAA,GACF,CAAA;AACF,CAAC;;;;"}
|
package/lib/utils/src/tree.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export interface FindChildrenItem extends Record<string, any> {
|
|
2
|
-
label?: any;
|
|
3
|
-
value?: any;
|
|
4
|
-
children?: FindChildrenItem[];
|
|
5
|
-
}
|
|
6
|
-
/**
|
|
7
|
-
* 获取子节点
|
|
8
|
-
*/
|
|
9
|
-
export declare function findChildrenItem(options: FindChildrenItem[], targetValue: any, option?: {
|
|
10
|
-
value?: string;
|
|
11
|
-
children?: string;
|
|
12
|
-
}): FindChildrenItem | undefined;
|
package/lib/utils/src/tree.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
function findChildrenItem(options, targetValue, option) {
|
|
4
|
-
const valueField = option?.value || "value";
|
|
5
|
-
const childrenField = option?.children || "children";
|
|
6
|
-
for (const option2 of options) {
|
|
7
|
-
if (option2[valueField] === targetValue) {
|
|
8
|
-
return option2;
|
|
9
|
-
}
|
|
10
|
-
if (option2[childrenField]) {
|
|
11
|
-
const found = findChildrenItem(option2[childrenField], targetValue);
|
|
12
|
-
if (found) {
|
|
13
|
-
return found;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
}
|
|
17
|
-
return void 0;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
exports.findChildrenItem = findChildrenItem;
|
|
21
|
-
//# sourceMappingURL=tree.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tree.js","sources":["../../../../../packages/utils/src/tree.ts"],"sourcesContent":["export interface FindChildrenItem extends Record<string, any> {\n label?: any;\n value?: any;\n children?: FindChildrenItem[];\n}\n/**\n * 获取子节点\n */\nexport function findChildrenItem(\n options: FindChildrenItem[],\n targetValue: any,\n option?: { value?: string; children?: string },\n): FindChildrenItem | undefined {\n const valueField = option?.value || 'value';\n const childrenField = option?.children || 'children';\n\n for (const option of options) {\n if (option[valueField] === targetValue) {\n return option;\n }\n if (option[childrenField]) {\n const found = findChildrenItem(option[childrenField], targetValue);\n\n if (found) {\n return found;\n }\n }\n }\n\n return undefined;\n}\n"],"names":["option"],"mappings":";;AAQgB,SAAA,gBAAA,CACd,OACA,EAAA,WAAA,EACA,MAC8B,EAAA;AAC9B,EAAM,MAAA,UAAA,GAAa,QAAQ,KAAS,IAAA,OAAA,CAAA;AACpC,EAAM,MAAA,aAAA,GAAgB,QAAQ,QAAY,IAAA,UAAA,CAAA;AAE1C,EAAA,KAAA,MAAWA,WAAU,OAAS,EAAA;AAC5B,IAAIA,IAAAA,OAAAA,CAAO,UAAU,CAAA,KAAM,WAAa,EAAA;AACtC,MAAOA,OAAAA,OAAAA,CAAAA;AAAA,KACT;AACA,IAAIA,IAAAA,OAAAA,CAAO,aAAa,CAAG,EAAA;AACzB,MAAA,MAAM,KAAQ,GAAA,gBAAA,CAAiBA,OAAO,CAAA,aAAa,GAAG,WAAW,CAAA,CAAA;AAEjE,MAAA,IAAI,KAAO,EAAA;AACT,QAAO,OAAA,KAAA,CAAA;AAAA,OACT;AAAA,KACF;AAAA,GACF;AAEA,EAAO,OAAA,KAAA,CAAA,CAAA;AACT;;;;"}
|