@cmstops/pro-compo 3.9.0 → 3.9.1-harbin.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +107 -107
- package/dist/gif.worker.js +3 -3
- package/dist/index.css +49 -4
- package/dist/index.js.map +1 -1
- package/dist/index.min.css +1 -1
- package/dist/index.min.js.map +1 -1
- package/es/appCenter/style/index.less +120 -120
- package/es/baseFilter/component.js +71 -14
- package/es/baseFilter/components/FilterGroup.js +1 -1
- package/es/baseFilter/style/filterGroup.less +53 -53
- package/es/baseFilter/style/index.less +45 -45
- package/es/colorPalette/style/index.less +44 -44
- package/es/config.js +1 -1
- package/es/contentDetailList/component.js +24 -0
- package/es/contentDetailList/components/Content/CompoItem/index.js +1 -1
- package/es/contentDetailList/components/Content/ContentListItem/index.js +1 -1
- package/es/contentDetailList/components/Content/DocItem/index.js +1 -1
- package/es/contentDetailList/components/Content/DocMpItem/index.js +1 -1
- package/es/contentDetailList/components/Content/GroupPieceItem/index.js +1 -1
- package/es/contentDetailList/components/Content/KongoNavItem/index.js +1 -1
- package/es/contentDetailList/components/Content/LiveItem/index.js +1 -1
- package/es/contentDetailList/components/Content/MaccountItem/index.js +1 -1
- package/es/contentDetailList/components/Content/courseItem/index.js +1 -1
- package/es/contentDetailList/components/Content/funhdItem/index.js +1 -1
- package/es/contentDetailList/components/Content/index.js +2 -1
- package/es/contentDetailList/components/CustomWrp/CustomItem.js +1 -1
- package/es/contentDetailList/components/Doc/index.js +6 -0
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -4
- package/es/contentDetailList/style/ComoItem.less +99 -99
- package/es/contentDetailList/style/Content.less +49 -49
- package/es/contentDetailList/style/ContentListItem.less +132 -132
- package/es/contentDetailList/style/CustomItem.less +25 -25
- package/es/contentDetailList/style/Doc.less +3 -3
- package/es/contentDetailList/style/DocItem.less +152 -152
- package/es/contentDetailList/style/DocMpItem.less +135 -135
- package/es/contentDetailList/style/GroupPieceItem.less +108 -108
- package/es/contentDetailList/style/KongoNavItem.less +104 -104
- package/es/contentDetailList/style/LiveItem.less +108 -108
- package/es/contentDetailList/style/MaccountItem.less +111 -111
- package/es/contentDetailList/style/MatrixItem.less +214 -214
- package/es/contentDetailList/style/QrCodeView.less +93 -93
- package/es/contentDetailList/style/ShowQRCode.less +3 -3
- package/es/contentDetailList/style/courseItem.less +108 -108
- package/es/contentDetailList/style/funhdItem.less +108 -108
- package/es/contentDetailList/style/index.less +30 -30
- package/es/contentModal/component.js +24 -16
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +6 -176
- package/es/contentModal/components/ViewAllColumn/index.js +0 -1
- package/es/contentModal/components/storeBox/index.js +6 -4
- package/es/contentModal/script/api.js +1 -7
- package/es/contentModal/style/MediaFilter.less +47 -47
- package/es/contentModal/style/ViewAllColumn.less +68 -68
- package/es/contentModal/style/columnTree.less +32 -32
- package/es/contentModal/style/index.less +23 -23
- package/es/contentModal/style/storeBox.less +55 -55
- package/es/dataTags/component.js +15 -10
- package/es/dataTags/style/index.less +73 -73
- package/es/docHistory/component.js +44 -14
- package/es/docHistory/scripts/diff.js +4 -3
- package/es/docHistory/style/docDiffPanel.less +43 -43
- package/es/docHistory/style/docHistoryList.less +58 -58
- package/es/docHistory/style/index.css +4 -0
- package/es/docHistory/style/index.less +37 -32
- package/es/docPreview/component.js +15 -10
- package/es/docPreview/style/index.less +140 -140
- package/es/docPreview/style/previewIframe.less +36 -36
- package/es/editMetaInfo/components/metaInfoForm.js +6 -4
- package/es/editMetaInfo/style/index.less +60 -60
- package/es/emptyData/style/index.less +34 -34
- package/es/gif.worker.js +3 -3
- package/es/hooks/useAttachement.js +42 -2
- package/es/hooks/usePopper.js +3 -3
- package/es/hooks/useUpload.js +43 -4
- package/es/imageCrop/component.js +6 -4
- package/es/imageCrop/style/cropper.less +291 -291
- package/es/imageCrop/style/imageCropper.less +133 -133
- package/es/imageCrop/style/index.less +2 -2
- package/es/importData/component.js +10 -7
- package/es/importData/style/index.less +48 -48
- package/es/index.css +49 -4
- package/es/index.js +1 -0
- package/es/index.less +30 -30
- package/es/mediaFilter/components/DocFilter.js +3 -2
- package/es/mediaFilter/components/FilterGroup.js +1 -1
- package/es/mediaFilter/style/index.less +115 -115
- package/es/mediaView/style/index.less +71 -71
- package/es/messageBox/component.js +1 -1
- package/es/messageBox/list.js +1 -1
- package/es/messageBox/style/index.less +76 -76
- package/es/previousVersion/style/index.less +209 -209
- package/es/resourceGridList/component.js +5 -3
- package/es/resourceGridList/style/FileTypeThumb.less +96 -96
- package/es/resourceGridList/style/index.less +233 -233
- package/es/resourceModal/component.js +1 -1
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +2 -1
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +5 -3
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +1 -1
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +1 -1
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +1 -1
- package/es/resourceModal/style/DocAiMediaSelected.less +55 -55
- package/es/resourceModal/style/FileTypeThumb.less +205 -205
- package/es/resourceModal/style/MainContent.less +222 -222
- package/es/resourceModal/style/MediaPreviewer.less +71 -71
- package/es/resourceModal/style/MediaSelection.less +69 -69
- package/es/resourceModal/style/SystemResourceSelected.less +154 -154
- package/es/resourceModal/style/ToolbarSearch.less +53 -53
- package/es/resourceModal/style/index.less +18 -18
- package/es/selectAddTo/component.js +47 -0
- package/es/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/selectAddTo/components/SelectAddToView.js +91 -0
- package/es/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +166 -0
- package/es/selectAddTo/components/ViewAllColumn/index.js +212 -0
- package/es/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +102 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +182 -0
- package/es/selectAddTo/index.js +7 -0
- package/es/selectAddTo/script/api.js +23 -0
- package/es/selectAddTo/script/useSelectAddToState.js +55 -0
- package/es/selectAddTo/style/css.js +1 -0
- package/es/selectAddTo/style/index.css +3 -0
- package/es/selectAddTo/style/index.js +1 -0
- package/es/selectAddTo/style/index.less +3 -0
- package/es/selectAvatarList/style/index.less +4 -4
- package/es/selectGategory/component.js +1 -1
- package/es/selectGategory/style/ColumnSelection.less +190 -190
- package/es/selectGategory/style/index.less +40 -40
- package/es/selectResourceModal/component.js +15 -10
- package/es/selectResourceModal/components/List/ListLocal/Upload.js +4 -3
- package/es/selectResourceModal/components/List/ListLocal/index.js +9 -4
- package/es/selectResourceModal/components/List/ListNormal/Filter.js +215 -84
- package/es/selectResourceModal/components/List/ListNormal/index.js +23 -7
- package/es/selectResourceModal/components/List/ListSystem/Filter.js +3 -2
- package/es/selectResourceModal/components/List/ListSystem/SubList.js +1 -1
- package/es/selectResourceModal/hooks/useResponsiveFilter.js +142 -0
- package/es/selectResourceModal/scripts/useCompoLf.js +1 -1
- package/es/selectResourceModal/style/index.css +45 -4
- package/es/selectResourceModal/style/index.less +55 -41
- package/es/selectResourceModal/style/list.less +203 -167
- package/es/selectResourceModal/style/listCardWrapper.less +97 -97
- package/es/selectResourceModal/style/listSelected.less +94 -94
- package/es/selectThumb/component.js +65 -11
- package/es/selectThumb/style/card.less +95 -95
- package/es/selectThumb/style/colorPalette.less +30 -30
- package/es/selectThumb/style/index.less +62 -62
- package/es/style/index.less +1 -1
- package/es/style.css +63 -0
- package/es/thumbCard/style/index.less +90 -90
- package/es/thumbCard/style/thumbUploading.less +26 -26
- package/es/typeIcons/component.js +1 -1
- package/es/typeIcons/style/index.less +6 -6
- package/es/uploadBefore/components/UploadBefore.js +1 -1
- package/es/uploadBefore/style/index.less +144 -144
- package/es/uploadStep/style/index.less +152 -152
- package/es/userAvater/component.js +3 -2
- package/es/userAvater/style/index.less +54 -54
- package/es/userDirector/component.js +3 -2
- package/es/userDirector/style/index.less +96 -96
- package/es/utils/index.js +6 -6
- package/es/videoThumb/style/index.less +77 -77
- package/lib/appCenter/style/index.less +120 -120
- package/lib/baseFilter/component.js +69 -12
- package/lib/baseFilter/components/FilterGroup.js +1 -1
- package/lib/baseFilter/style/filterGroup.less +53 -53
- package/lib/baseFilter/style/index.less +45 -45
- package/lib/colorPalette/style/index.less +44 -44
- package/lib/config.js +1 -1
- package/lib/contentDetailList/component.js +24 -0
- package/lib/contentDetailList/components/Content/CompoItem/index.js +1 -1
- package/lib/contentDetailList/components/Content/ContentListItem/index.js +1 -1
- package/lib/contentDetailList/components/Content/DocItem/index.js +1 -1
- package/lib/contentDetailList/components/Content/DocMpItem/index.js +1 -1
- package/lib/contentDetailList/components/Content/GroupPieceItem/index.js +1 -1
- package/lib/contentDetailList/components/Content/KongoNavItem/index.js +1 -1
- package/lib/contentDetailList/components/Content/LiveItem/index.js +1 -1
- package/lib/contentDetailList/components/Content/MaccountItem/index.js +1 -1
- package/lib/contentDetailList/components/Content/courseItem/index.js +1 -1
- package/lib/contentDetailList/components/Content/funhdItem/index.js +1 -1
- package/lib/contentDetailList/components/Content/index.js +2 -1
- package/lib/contentDetailList/components/CustomWrp/CustomItem.js +1 -1
- package/lib/contentDetailList/components/Doc/index.js +6 -0
- package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -4
- package/lib/contentDetailList/style/ComoItem.less +99 -99
- package/lib/contentDetailList/style/Content.less +49 -49
- package/lib/contentDetailList/style/ContentListItem.less +132 -132
- package/lib/contentDetailList/style/CustomItem.less +25 -25
- package/lib/contentDetailList/style/Doc.less +3 -3
- package/lib/contentDetailList/style/DocItem.less +152 -152
- package/lib/contentDetailList/style/DocMpItem.less +135 -135
- package/lib/contentDetailList/style/GroupPieceItem.less +108 -108
- package/lib/contentDetailList/style/KongoNavItem.less +104 -104
- package/lib/contentDetailList/style/LiveItem.less +108 -108
- package/lib/contentDetailList/style/MaccountItem.less +111 -111
- package/lib/contentDetailList/style/MatrixItem.less +214 -214
- package/lib/contentDetailList/style/QrCodeView.less +93 -93
- package/lib/contentDetailList/style/ShowQRCode.less +3 -3
- package/lib/contentDetailList/style/courseItem.less +108 -108
- package/lib/contentDetailList/style/funhdItem.less +108 -108
- package/lib/contentDetailList/style/index.less +30 -30
- package/lib/contentModal/component.js +24 -16
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +5 -175
- package/lib/contentModal/components/ViewAllColumn/index.js +0 -1
- package/lib/contentModal/components/storeBox/index.js +6 -4
- package/lib/contentModal/script/api.js +0 -7
- package/lib/contentModal/style/MediaFilter.less +47 -47
- package/lib/contentModal/style/ViewAllColumn.less +68 -68
- package/lib/contentModal/style/columnTree.less +32 -32
- package/lib/contentModal/style/index.less +23 -23
- package/lib/contentModal/style/storeBox.less +55 -55
- package/lib/dataTags/component.js +15 -10
- package/lib/dataTags/style/index.less +73 -73
- package/lib/docHistory/component.js +42 -12
- package/lib/docHistory/scripts/diff.js +4 -3
- package/lib/docHistory/style/docDiffPanel.less +43 -43
- package/lib/docHistory/style/docHistoryList.less +58 -58
- package/lib/docHistory/style/index.css +4 -0
- package/lib/docHistory/style/index.less +37 -32
- package/lib/docPreview/component.js +15 -10
- package/lib/docPreview/style/index.less +140 -140
- package/lib/docPreview/style/previewIframe.less +36 -36
- package/lib/editMetaInfo/components/metaInfoForm.js +6 -4
- package/lib/editMetaInfo/style/index.less +60 -60
- package/lib/emptyData/style/index.less +34 -34
- package/lib/hooks/useAttachement.js +42 -0
- package/lib/hooks/usePopper.js +3 -3
- package/lib/hooks/useUpload.js +43 -3
- package/lib/imageCrop/component.js +6 -4
- package/lib/imageCrop/style/cropper.less +291 -291
- package/lib/imageCrop/style/imageCropper.less +133 -133
- package/lib/imageCrop/style/index.less +2 -2
- package/lib/importData/component.js +10 -7
- package/lib/importData/style/index.less +48 -48
- package/lib/index.css +49 -4
- package/lib/index.js +2 -0
- package/lib/index.less +30 -30
- package/lib/mediaFilter/components/DocFilter.js +3 -2
- package/lib/mediaFilter/components/FilterGroup.js +1 -1
- package/lib/mediaFilter/style/index.less +115 -115
- package/lib/mediaView/style/index.less +71 -71
- package/lib/messageBox/component.js +1 -1
- package/lib/messageBox/list.js +1 -1
- package/lib/messageBox/style/index.less +76 -76
- package/lib/previousVersion/style/index.less +209 -209
- package/lib/resourceGridList/component.js +5 -3
- package/lib/resourceGridList/style/FileTypeThumb.less +96 -96
- package/lib/resourceGridList/style/index.less +233 -233
- package/lib/resourceModal/component.js +1 -1
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +2 -1
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +5 -3
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +1 -1
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +1 -1
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +1 -1
- package/lib/resourceModal/style/DocAiMediaSelected.less +55 -55
- package/lib/resourceModal/style/FileTypeThumb.less +205 -205
- package/lib/resourceModal/style/MainContent.less +222 -222
- package/lib/resourceModal/style/MediaPreviewer.less +71 -71
- package/lib/resourceModal/style/MediaSelection.less +69 -69
- package/lib/resourceModal/style/SystemResourceSelected.less +154 -154
- package/lib/resourceModal/style/ToolbarSearch.less +53 -53
- package/lib/resourceModal/style/index.less +18 -18
- package/lib/selectAddTo/component.js +48 -0
- package/lib/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/selectAddTo/components/SelectAddToView.js +92 -0
- package/lib/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +167 -0
- package/lib/selectAddTo/components/ViewAllColumn/index.js +213 -0
- package/lib/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +108 -0
- package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +184 -0
- package/lib/selectAddTo/index.js +8 -0
- package/lib/selectAddTo/script/api.js +27 -0
- package/lib/selectAddTo/script/useSelectAddToState.js +57 -0
- package/lib/selectAddTo/style/css.js +2 -0
- package/lib/selectAddTo/style/index.css +3 -0
- package/lib/selectAddTo/style/index.js +2 -0
- package/lib/selectAddTo/style/index.less +3 -0
- package/lib/selectAvatarList/style/index.less +4 -4
- package/lib/selectGategory/component.js +1 -1
- package/lib/selectGategory/style/ColumnSelection.less +190 -190
- package/lib/selectGategory/style/index.less +40 -40
- package/lib/selectResourceModal/component.js +15 -10
- package/lib/selectResourceModal/components/List/ListLocal/Upload.js +4 -3
- package/lib/selectResourceModal/components/List/ListLocal/index.js +7 -2
- package/lib/selectResourceModal/components/List/ListNormal/Filter.js +212 -81
- package/lib/selectResourceModal/components/List/ListNormal/index.js +22 -6
- package/lib/selectResourceModal/components/List/ListSystem/Filter.js +3 -2
- package/lib/selectResourceModal/components/List/ListSystem/SubList.js +1 -1
- package/lib/selectResourceModal/hooks/useResponsiveFilter.js +144 -0
- package/lib/selectResourceModal/scripts/useCompoLf.js +1 -1
- package/lib/selectResourceModal/style/index.css +45 -4
- package/lib/selectResourceModal/style/index.less +55 -41
- package/lib/selectResourceModal/style/list.less +203 -167
- package/lib/selectResourceModal/style/listCardWrapper.less +97 -97
- package/lib/selectResourceModal/style/listSelected.less +94 -94
- package/lib/selectThumb/component.js +64 -10
- package/lib/selectThumb/style/card.less +95 -95
- package/lib/selectThumb/style/colorPalette.less +30 -30
- package/lib/selectThumb/style/index.less +62 -62
- package/lib/style/index.less +1 -1
- package/lib/thumbCard/style/index.less +90 -90
- package/lib/thumbCard/style/thumbUploading.less +26 -26
- package/lib/typeIcons/component.js +1 -1
- package/lib/typeIcons/style/index.less +6 -6
- package/lib/uploadBefore/components/UploadBefore.js +1 -1
- package/lib/uploadBefore/style/index.less +144 -144
- package/lib/uploadStep/style/index.less +152 -152
- package/lib/userAvater/component.js +3 -2
- package/lib/userAvater/style/index.less +54 -54
- package/lib/userDirector/component.js +3 -2
- package/lib/userDirector/style/index.less +96 -96
- package/lib/utils/index.js +6 -6
- package/lib/videoThumb/style/index.less +77 -77
- package/package.json +138 -138
- package/es/appCenter/component.d.ts +0 -0
- package/es/appCenter/index.d.ts +0 -2
- package/es/appCenter/script/api.d.ts +0 -11
- package/es/appCenter/script/apps.d.ts +0 -14
- package/es/appCenter/script/permissionMap.d.ts +0 -6
- package/es/appCenter/script/routeMap.d.ts +0 -4
- package/es/appCenter/style/index.d.ts +0 -1
- package/es/baseFilter/component.d.ts +0 -0
- package/es/baseFilter/components/FilterGroup.d.ts +0 -0
- package/es/baseFilter/components/filterItem.d.ts +0 -0
- package/es/baseFilter/index.d.ts +0 -2
- package/es/baseFilter/style/index.d.ts +0 -1
- package/es/baseFilter/useCalcWidth.d.ts +0 -16
- package/es/colorPalette/component.d.ts +0 -0
- package/es/colorPalette/components/colorPicker.d.ts +0 -0
- package/es/colorPalette/index.d.ts +0 -2
- package/es/colorPalette/style/index.d.ts +0 -1
- package/es/components.d.ts +0 -5
- package/es/config.d.ts +0 -4
- package/es/contentDetailList/__demo__/matrix/platform.d.ts +0 -36
- package/es/contentDetailList/component.d.ts +0 -0
- package/es/contentDetailList/components/Content/CompoItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/ContentListItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocMpItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/GroupPieceItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/KongoNavItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/LiveItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/MaccountItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/courseItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/funhdItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/index.d.ts +0 -0
- package/es/contentDetailList/components/CustomWrp/CustomItem.d.ts +0 -0
- package/es/contentDetailList/components/CustomWrp/index.d.ts +0 -0
- package/es/contentDetailList/components/Doc/index.d.ts +0 -0
- package/es/contentDetailList/components/Records/MatrixItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Records/index.d.ts +0 -0
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.d.ts +0 -0
- package/es/contentDetailList/components/ShowQRCode/index.d.ts +0 -0
- package/es/contentDetailList/index.d.ts +0 -2
- package/es/contentDetailList/script/api.d.ts +0 -6
- package/es/contentDetailList/style/index.d.ts +0 -1
- package/es/contentModal/component.d.ts +0 -0
- package/es/contentModal/components/CompoList/CompoFilter/index.d.ts +0 -0
- package/es/contentModal/components/CompoList/index.d.ts +0 -0
- package/es/contentModal/components/ContentList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/ContentList/index.d.ts +0 -0
- package/es/contentModal/components/Dejin/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/Dejin/index.d.ts +0 -0
- package/es/contentModal/components/EqxiuList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/EqxiuList/index.d.ts +0 -0
- package/es/contentModal/components/LiveList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/LiveList/index.d.ts +0 -0
- package/es/contentModal/components/MpAccountList/MpAccountFilter/index.d.ts +0 -0
- package/es/contentModal/components/MpAccountList/index.d.ts +0 -0
- package/es/contentModal/components/MpContentList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/MpContentList/index.d.ts +0 -0
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/ViewAllColumn/columnTree/index.d.ts +0 -0
- package/es/contentModal/components/ViewAllColumn/columnTree/index.js +0 -151
- package/es/contentModal/components/ViewAllColumn/index.d.ts +0 -0
- package/es/contentModal/components/storeBox/index.d.ts +0 -0
- package/es/contentModal/index.d.ts +0 -2
- package/es/contentModal/script/api.d.ts +0 -18
- package/es/contentModal/style/index.d.ts +0 -1
- package/es/dataTags/component.d.ts +0 -0
- package/es/dataTags/index.d.ts +0 -2
- package/es/dataTags/style/index.d.ts +0 -1
- package/es/docHistory/component.d.ts +0 -0
- package/es/docHistory/components/DocDiffPanel/index.d.ts +0 -0
- package/es/docHistory/components/DocHistoryList/index.d.ts +0 -0
- package/es/docHistory/index.d.ts +0 -2
- package/es/docHistory/scripts/diff.d.ts +0 -1
- package/es/docHistory/scripts/useDocHistory.d.ts +0 -10
- package/es/docHistory/style/index.d.ts +0 -1
- package/es/docPreview/component.d.ts +0 -0
- package/es/docPreview/components/PreviewIframe.d.ts +0 -0
- package/es/docPreview/index.d.ts +0 -2
- package/es/docPreview/scripts/api.d.ts +0 -1
- package/es/docPreview/scripts/hook.d.ts +0 -33
- package/es/docPreview/style/index.d.ts +0 -1
- package/es/editMetaInfo/component.d.ts +0 -0
- package/es/editMetaInfo/components/metaInfoForm.d.ts +0 -0
- package/es/editMetaInfo/index.d.ts +0 -2
- package/es/editMetaInfo/script/api.d.ts +0 -6
- package/es/editMetaInfo/script/restaurants.d.ts +0 -4
- package/es/editMetaInfo/style/index.d.ts +0 -1
- package/es/emptyData/component.d.ts +0 -0
- package/es/emptyData/index.d.ts +0 -2
- package/es/emptyData/style/index.d.ts +0 -1
- package/es/emptyData/svg/add.d.ts +0 -0
- package/es/hooks/assets.d.ts +0 -1
- package/es/hooks/batch.d.ts +0 -8
- package/es/hooks/dialogVisible.d.ts +0 -8
- package/es/hooks/source.d.ts +0 -9
- package/es/hooks/toggle.d.ts +0 -6
- package/es/hooks/useAttachement.d.ts +0 -34
- package/es/hooks/useLocalStorage.d.ts +0 -10
- package/es/hooks/useMediaContext.d.ts +0 -12
- package/es/hooks/usePopper.d.ts +0 -8
- package/es/hooks/useSelection.d.ts +0 -30
- package/es/hooks/useUpload.d.ts +0 -30
- package/es/hooks/user.d.ts +0 -9
- package/es/imageCrop/component.d.ts +0 -0
- package/es/imageCrop/index.d.ts +0 -2
- package/es/imageCrop/script/api.d.ts +0 -1
- package/es/imageCrop/style/index.d.ts +0 -1
- package/es/importData/component.d.ts +0 -0
- package/es/importData/index.d.ts +0 -2
- package/es/importData/style/index.d.ts +0 -1
- package/es/index.d.ts +0 -30
- package/es/mediaFilter/component.d.ts +0 -0
- package/es/mediaFilter/components/DocFilter.d.ts +0 -0
- package/es/mediaFilter/components/FilterGroup.d.ts +0 -0
- package/es/mediaFilter/components/FilterItem.d.ts +0 -0
- package/es/mediaFilter/components/MpAccountFilter.d.ts +0 -0
- package/es/mediaFilter/components/MpContentFilter.d.ts +0 -0
- package/es/mediaFilter/index.d.ts +0 -3
- package/es/mediaFilter/script/optionsGetter.d.ts +0 -26
- package/es/mediaFilter/script/types.d.ts +0 -16
- package/es/mediaFilter/style/index.d.ts +0 -1
- package/es/mediaView/component.d.ts +0 -0
- package/es/mediaView/index.d.ts +0 -2
- package/es/mediaView/style/index.d.ts +0 -1
- package/es/messageBox/component.d.ts +0 -0
- package/es/messageBox/index.d.ts +0 -2
- package/es/messageBox/list.d.ts +0 -0
- package/es/messageBox/script/api.d.ts +0 -6
- package/es/messageBox/style/index.d.ts +0 -1
- package/es/previousVersion/component.d.ts +0 -0
- package/es/previousVersion/index.d.ts +0 -2
- package/es/previousVersion/script/api.d.ts +0 -15
- package/es/previousVersion/script/tool.d.ts +0 -6
- package/es/previousVersion/style/index.d.ts +0 -1
- package/es/resourceGridList/component.d.ts +0 -0
- package/es/resourceGridList/components/FileTypeThumb/index.d.ts +0 -0
- package/es/resourceGridList/index.d.ts +0 -2
- package/es/resourceGridList/style/index.d.ts +0 -1
- package/es/resourceModal/component.d.ts +0 -0
- package/es/resourceModal/components/MediaPreviewer/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/MainContent/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/index.d.ts +0 -0
- package/es/resourceModal/index.d.ts +0 -2
- package/es/resourceModal/script/api.d.ts +0 -25
- package/es/resourceModal/script/mediaSelection.d.ts +0 -14
- package/es/resourceModal/style/index.d.ts +0 -1
- package/es/selectAvatarList/component.d.ts +0 -0
- package/es/selectAvatarList/index.d.ts +0 -2
- package/es/selectAvatarList/style/index.d.ts +0 -1
- package/es/selectGategory/component.d.ts +0 -0
- package/es/selectGategory/components/ColumnSelection/index.d.ts +0 -0
- package/es/selectGategory/index.d.ts +0 -2
- package/es/selectGategory/script/api.d.ts +0 -6
- package/es/selectGategory/style/index.d.ts +0 -1
- package/es/selectResourceModal/component.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListAi/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListCardWrapper.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListLocal/Upload.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListLocal/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListNormal/Filter.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListNormal/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/Filter.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/SubList.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListVideo/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListWraper.d.ts +0 -0
- package/es/selectResourceModal/components/ListSelected/index.d.ts +0 -0
- package/es/selectResourceModal/components/ListTabs/index.d.ts +0 -0
- package/es/selectResourceModal/index.d.ts +0 -2
- package/es/selectResourceModal/scripts/selectionApis.d.ts +0 -2
- package/es/selectResourceModal/scripts/useCompoLf.d.ts +0 -27
- package/es/selectResourceModal/scripts/useResourceSelect.d.ts +0 -7
- package/es/selectResourceModal/scripts/useTabFilter.d.ts +0 -22
- package/es/selectResourceModal/style/index.d.ts +0 -1
- package/es/selectThumb/component.d.ts +0 -0
- package/es/selectThumb/components/card.d.ts +0 -0
- package/es/selectThumb/components/colorPalette.d.ts +0 -0
- package/es/selectThumb/components/colorPicker.d.ts +0 -0
- package/es/selectThumb/index.d.ts +0 -2
- package/es/selectThumb/style/index.d.ts +0 -1
- package/es/thumbCard/component.d.ts +0 -0
- package/es/thumbCard/components/ThumbUploading/index.d.ts +0 -0
- package/es/thumbCard/index.d.ts +0 -2
- package/es/thumbCard/style/index.d.ts +0 -1
- package/es/typeIcons/component.d.ts +0 -0
- package/es/typeIcons/index.d.ts +0 -2
- package/es/typeIcons/style/index.d.ts +0 -1
- package/es/uploadBefore/component.d.ts +0 -0
- package/es/uploadBefore/components/UploadBefore.d.ts +0 -0
- package/es/uploadBefore/components/UploadForClick.d.ts +0 -0
- package/es/uploadBefore/index.d.ts +0 -2
- package/es/uploadBefore/script/api.d.ts +0 -16
- package/es/uploadBefore/script/fileTypeAdapter.d.ts +0 -39
- package/es/uploadBefore/script/fileUpload.d.ts +0 -7
- package/es/uploadBefore/script/uploadHooks.d.ts +0 -96
- package/es/uploadBefore/style/index.d.ts +0 -1
- package/es/uploadBefore/utils/dragUploadEvent.d.ts +0 -0
- package/es/uploadStep/component.d.ts +0 -0
- package/es/uploadStep/index.d.ts +0 -2
- package/es/uploadStep/script/fileTypeAdapter.d.ts +0 -20
- package/es/uploadStep/style/index.d.ts +0 -1
- package/es/userAvater/component.d.ts +0 -0
- package/es/userAvater/index.d.ts +0 -2
- package/es/userAvater/script/api.d.ts +0 -8
- package/es/userAvater/style/index.d.ts +0 -1
- package/es/userDirector/component.d.ts +0 -0
- package/es/userDirector/components/userTree.d.ts +0 -0
- package/es/userDirector/index.d.ts +0 -2
- package/es/userDirector/script/api.d.ts +0 -10
- package/es/userDirector/style/index.d.ts +0 -1
- package/es/utils/auth.d.ts +0 -5
- package/es/utils/date.d.ts +0 -3
- package/es/utils/doc.d.ts +0 -76
- package/es/utils/filter.d.ts +0 -21
- package/es/utils/index.d.ts +0 -17
- package/es/utils/request.d.ts +0 -9
- package/es/utils/resource.d.ts +0 -4
- package/es/utils/transcodeMedia.d.ts +0 -13
- package/es/utils/tusUpload.d.ts +0 -16
- package/es/utils/typeMap.d.ts +0 -185
- package/es/utils/uploadCatalog.d.ts +0 -1
- package/es/videoThumb/component.d.ts +0 -0
- package/es/videoThumb/index.d.ts +0 -2
- package/es/videoThumb/scripts/api.d.ts +0 -9
- package/es/videoThumb/scripts/useVideoThumbs.d.ts +0 -12
- package/es/videoThumb/style/index.d.ts +0 -1
- package/lib/contentModal/components/ViewAllColumn/columnTree/index.js +0 -152
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
declare type KeyValueType = {
|
|
2
|
-
[key: number]: string;
|
|
3
|
-
};
|
|
4
|
-
export declare const approveFlowStatusMap: KeyValueType;
|
|
5
|
-
export declare const provalTypeMap: KeyValueType;
|
|
6
|
-
export declare function getApprovalStateOptions(): {
|
|
7
|
-
value: any;
|
|
8
|
-
label: string;
|
|
9
|
-
}[];
|
|
10
|
-
export declare function getProvalTypeOptions(): {
|
|
11
|
-
value: any;
|
|
12
|
-
label: string;
|
|
13
|
-
}[];
|
|
14
|
-
declare type OSType = {
|
|
15
|
-
value: number | string;
|
|
16
|
-
label: string;
|
|
17
|
-
type?: string;
|
|
18
|
-
key?: string;
|
|
19
|
-
};
|
|
20
|
-
declare type FilterType = 'APV' | 'MINE' | 'CONTENT' | 'STORE';
|
|
21
|
-
export declare function useHighLevelSearch(filterType: FilterType): {
|
|
22
|
-
sortOptions: OSType[];
|
|
23
|
-
showHighLevelSearch: import("vue").ComputedRef<boolean>;
|
|
24
|
-
highLevelSearchOptions: import("vue").ComputedRef<OSType[]>;
|
|
25
|
-
};
|
|
26
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare type FilterType = 'DOC' | 'MEDIA' | 'MP_ACOUNT' | 'MP_CONTENT';
|
|
2
|
-
export declare type DocFilterType = 'APV' | 'MINE' | 'CONTENT' | 'STORE';
|
|
3
|
-
export declare type Keys = 'doc_type' | 'doc_state' | 'doc_thumb' | 'pub_time' | 'doc_banner' | 'apv_state';
|
|
4
|
-
export declare type DocFilterKeys = Keys[];
|
|
5
|
-
export interface FilterValue {
|
|
6
|
-
keywords: string;
|
|
7
|
-
doc_type: string;
|
|
8
|
-
doc_state: string;
|
|
9
|
-
doc_thumb: string;
|
|
10
|
-
pub_time: [];
|
|
11
|
-
highSearch: {
|
|
12
|
-
order: string;
|
|
13
|
-
sort: -1 | 1;
|
|
14
|
-
meta: any;
|
|
15
|
-
};
|
|
16
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
File without changes
|
package/es/mediaView/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
File without changes
|
package/es/messageBox/index.d.ts
DELETED
package/es/messageBox/list.d.ts
DELETED
|
File without changes
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
interface Params {
|
|
2
|
-
[key: string]: any;
|
|
3
|
-
}
|
|
4
|
-
export declare function getNoticeList(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
5
|
-
export declare function setAllMsgRead(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
6
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
File without changes
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
interface Params {
|
|
2
|
-
repo_id?: string;
|
|
3
|
-
app_id?: number;
|
|
4
|
-
[key: string]: any;
|
|
5
|
-
}
|
|
6
|
-
export declare function getChildCategorylists(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
7
|
-
export declare function getCategorylists(BASE_API: string, repository_id: string, channel_id: string): Promise<import("axios").AxiosResponse<any, any>>;
|
|
8
|
-
export declare function getCategorylistsGroups(BASE_API: string, params: Params, data?: {
|
|
9
|
-
repeatReport: boolean;
|
|
10
|
-
}): Promise<any>;
|
|
11
|
-
export declare function getMlists(BASE_API: string, params: Params, data?: {
|
|
12
|
-
repeatReport: boolean;
|
|
13
|
-
}): Promise<import("axios").AxiosResponse<any, any>>;
|
|
14
|
-
export declare function submitTo(BASE_API: string, data: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
15
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
File without changes
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
interface Params {
|
|
2
|
-
[key: string]: any;
|
|
3
|
-
}
|
|
4
|
-
export declare function getAttachmentsAll(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
5
|
-
export declare function getAttachmentsMy(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
6
|
-
export declare function getDirectories(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
7
|
-
export declare function getAccountList(BASE_API: string, id: number, query: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
8
|
-
/** @description 系统内置素材部分接口 --- */
|
|
9
|
-
/**
|
|
10
|
-
* ps:
|
|
11
|
-
* 1. 内置素材分类 type:
|
|
12
|
-
* thumb:稿件素材
|
|
13
|
-
* compoIcon:组件 icon
|
|
14
|
-
* pushIcon:品宣 icon
|
|
15
|
-
* navBg:导航背景
|
|
16
|
-
* navIcon:导航 icon
|
|
17
|
-
*/
|
|
18
|
-
export declare function addSysRs(BASE_API: string, data: any, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
19
|
-
export declare function setSysRsClassifyName(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
20
|
-
export declare function getSysRsClassifyList(BASE_API: string, sys_tag: number): Promise<import("axios").AxiosResponse<any, any>>;
|
|
21
|
-
export declare function addSysRsClassify(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
22
|
-
export declare function delSySRsClassify(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
23
|
-
export declare function getSysRsByTag(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
24
|
-
export declare function getSysRsPage(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
25
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare type BreadCrumbsType = {
|
|
2
|
-
directory_id: number;
|
|
3
|
-
alias: string;
|
|
4
|
-
};
|
|
5
|
-
export declare type FilesQueryParamType = {
|
|
6
|
-
directory_id: number;
|
|
7
|
-
limit: number;
|
|
8
|
-
offset: number;
|
|
9
|
-
catalog: string;
|
|
10
|
-
};
|
|
11
|
-
export declare type MediaUseType = 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
12
|
-
export declare const mediaUseEnum: {
|
|
13
|
-
[key: string]: MediaUseType;
|
|
14
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
interface Params {
|
|
2
|
-
[key: string]: any;
|
|
3
|
-
}
|
|
4
|
-
export declare function getCategoryPath(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
5
|
-
export declare function getCategoryCategoriesTree(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
6
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
declare type LifeCycleHandler = {
|
|
2
|
-
onClose: () => void;
|
|
3
|
-
};
|
|
4
|
-
export default function useCompoentLifycycle(props: any, emits: any, handler?: LifeCycleHandler): {
|
|
5
|
-
wrapProps: import("vue").ComputedRef<{
|
|
6
|
-
class: string;
|
|
7
|
-
header: boolean;
|
|
8
|
-
width: string;
|
|
9
|
-
footer: boolean;
|
|
10
|
-
unmountOnClose: boolean;
|
|
11
|
-
bodyClass?: undefined;
|
|
12
|
-
closable?: undefined;
|
|
13
|
-
hideTitle?: undefined;
|
|
14
|
-
} | {
|
|
15
|
-
bodyClass: string;
|
|
16
|
-
width: string;
|
|
17
|
-
closable: boolean;
|
|
18
|
-
hideTitle: boolean;
|
|
19
|
-
footer: boolean;
|
|
20
|
-
unmountOnClose: boolean;
|
|
21
|
-
class?: undefined;
|
|
22
|
-
header?: undefined;
|
|
23
|
-
}>;
|
|
24
|
-
close: () => void;
|
|
25
|
-
submit: (data: any, ...args: any) => void;
|
|
26
|
-
};
|
|
27
|
-
export {};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export declare function useResourceSelect(props: any): {
|
|
2
|
-
selected: import("vue").Ref<any[], any[]>;
|
|
3
|
-
selectedKeys: import("vue").ComputedRef<any[]>;
|
|
4
|
-
disableSelect: import("vue").ComputedRef<any>;
|
|
5
|
-
handleSelect: (params: any) => void;
|
|
6
|
-
handleClear: () => void;
|
|
7
|
-
};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export declare enum TabEnum {
|
|
2
|
-
ALL = "all",
|
|
3
|
-
MY = "my",
|
|
4
|
-
REMIND = "remind",
|
|
5
|
-
LOCAL = "local",
|
|
6
|
-
SYSTEM = "system",
|
|
7
|
-
AI = "ai",
|
|
8
|
-
VIDEO = "video"
|
|
9
|
-
}
|
|
10
|
-
declare const TAB_DICT: any;
|
|
11
|
-
export declare type TabListType = {
|
|
12
|
-
key: string;
|
|
13
|
-
title: string;
|
|
14
|
-
};
|
|
15
|
-
export declare type TabKeyType = keyof typeof TAB_DICT;
|
|
16
|
-
export default function useTabFilter(props: any): {
|
|
17
|
-
activeKey: import("vue").Ref<string | number | symbol, string | number | symbol>;
|
|
18
|
-
activeComponent: import("vue").ComputedRef<any>;
|
|
19
|
-
tabKeyList: import("vue").ComputedRef<TabListType[]>;
|
|
20
|
-
handelChangeTab: (tabKey: TabEnum) => void;
|
|
21
|
-
};
|
|
22
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
File without changes
|
|
File without changes
|
package/es/thumbCard/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
File without changes
|
package/es/typeIcons/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export declare function getWaterMark(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
|
|
2
|
-
export declare function getVideoTransTemplate(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
|
|
3
|
-
export declare function getAudioTransTrempalte(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
|
|
4
|
-
export declare type TypeAddMediaParam = {
|
|
5
|
-
url: string;
|
|
6
|
-
alias: string;
|
|
7
|
-
catalog: string;
|
|
8
|
-
repository_id: number;
|
|
9
|
-
directory_id: number;
|
|
10
|
-
size: number;
|
|
11
|
-
enable_ai_catalog?: 0 | 1;
|
|
12
|
-
watermark?: any;
|
|
13
|
-
video_transcode_template?: any;
|
|
14
|
-
audio_transcode_template?: any;
|
|
15
|
-
};
|
|
16
|
-
export declare function addMedia(BASE_API: string, params: TypeAddMediaParam): Promise<import("axios").AxiosResponse<any, any>>;
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/** @description 文件类型适配器 @author LilMartin */
|
|
2
|
-
import type { FileItem } from '@arco-design/web-vue';
|
|
3
|
-
export interface CFileItem {
|
|
4
|
-
file: File;
|
|
5
|
-
id: string;
|
|
6
|
-
url?: string;
|
|
7
|
-
dirId?: string;
|
|
8
|
-
}
|
|
9
|
-
export interface SFileItem {
|
|
10
|
-
name: string;
|
|
11
|
-
size: number;
|
|
12
|
-
sizeCN: string;
|
|
13
|
-
type: string;
|
|
14
|
-
typeCN?: string;
|
|
15
|
-
id: string;
|
|
16
|
-
dirId?: string;
|
|
17
|
-
}
|
|
18
|
-
export interface BFileItem extends SFileItem {
|
|
19
|
-
isAnalize?: 0 | 1;
|
|
20
|
-
watermark?: any;
|
|
21
|
-
videotemp?: any;
|
|
22
|
-
audiotemp?: any;
|
|
23
|
-
}
|
|
24
|
-
export interface LFileItem extends BFileItem {
|
|
25
|
-
percent: number;
|
|
26
|
-
state: number;
|
|
27
|
-
count?: number;
|
|
28
|
-
}
|
|
29
|
-
declare type FileMaybeType = File | FileItem;
|
|
30
|
-
export declare function fileAdapter(fileMeta: FileMaybeType): {
|
|
31
|
-
url: string;
|
|
32
|
-
file: File;
|
|
33
|
-
id: string;
|
|
34
|
-
dirId?: string | undefined;
|
|
35
|
-
} | undefined;
|
|
36
|
-
export declare function checkType(type: string): "图片" | "目录" | "其他";
|
|
37
|
-
export declare function getMediaType(type: string): string;
|
|
38
|
-
export declare function getSize(value: number): string;
|
|
39
|
-
export {};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { BFileItem } from './fileTypeAdapter';
|
|
2
|
-
export declare function uploadFile(file: File, cb: (p: number) => void): Promise<false | import("tus-js-client").Upload>;
|
|
3
|
-
export declare function uploadAddRequest(file: BFileItem, metaData: {
|
|
4
|
-
rid: number;
|
|
5
|
-
dirId: number;
|
|
6
|
-
url: string;
|
|
7
|
-
}, BASE_API: string, cb?: (cbData: any) => void): Promise<void>;
|
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
import { BFileItem, CFileItem, LFileItem } from './fileTypeAdapter';
|
|
2
|
-
export declare function usePannelList(): {
|
|
3
|
-
panelList: import("vue").Ref<{
|
|
4
|
-
percent: number;
|
|
5
|
-
state: number;
|
|
6
|
-
count?: number | undefined;
|
|
7
|
-
isAnalize?: 0 | 1 | undefined;
|
|
8
|
-
watermark?: any;
|
|
9
|
-
videotemp?: any;
|
|
10
|
-
audiotemp?: any;
|
|
11
|
-
name: string;
|
|
12
|
-
size: number;
|
|
13
|
-
sizeCN: string;
|
|
14
|
-
type: string;
|
|
15
|
-
typeCN?: string | undefined;
|
|
16
|
-
id: string;
|
|
17
|
-
dirId?: string | undefined;
|
|
18
|
-
}[], LFileItem[] | {
|
|
19
|
-
percent: number;
|
|
20
|
-
state: number;
|
|
21
|
-
count?: number | undefined;
|
|
22
|
-
isAnalize?: 0 | 1 | undefined;
|
|
23
|
-
watermark?: any;
|
|
24
|
-
videotemp?: any;
|
|
25
|
-
audiotemp?: any;
|
|
26
|
-
name: string;
|
|
27
|
-
size: number;
|
|
28
|
-
sizeCN: string;
|
|
29
|
-
type: string;
|
|
30
|
-
typeCN?: string | undefined;
|
|
31
|
-
id: string;
|
|
32
|
-
dirId?: string | undefined;
|
|
33
|
-
}[]>;
|
|
34
|
-
panelFIleAdd: (fileMetaData: LFileItem) => void;
|
|
35
|
-
panelFileStatusChange: (id: string, p: number, s: number) => void;
|
|
36
|
-
};
|
|
37
|
-
export declare function usePreUploadOptions(): {
|
|
38
|
-
preOptionsList: import("vue").Ref<{
|
|
39
|
-
isAnalize?: 0 | 1 | undefined;
|
|
40
|
-
watermark?: any;
|
|
41
|
-
videotemp?: any;
|
|
42
|
-
audiotemp?: any;
|
|
43
|
-
name: string;
|
|
44
|
-
size: number;
|
|
45
|
-
sizeCN: string;
|
|
46
|
-
type: string;
|
|
47
|
-
typeCN?: string | undefined;
|
|
48
|
-
id: string;
|
|
49
|
-
dirId?: string | undefined;
|
|
50
|
-
}[], BFileItem[] | {
|
|
51
|
-
isAnalize?: 0 | 1 | undefined;
|
|
52
|
-
watermark?: any;
|
|
53
|
-
videotemp?: any;
|
|
54
|
-
audiotemp?: any;
|
|
55
|
-
name: string;
|
|
56
|
-
size: number;
|
|
57
|
-
sizeCN: string;
|
|
58
|
-
type: string;
|
|
59
|
-
typeCN?: string | undefined;
|
|
60
|
-
id: string;
|
|
61
|
-
dirId?: string | undefined;
|
|
62
|
-
}[]>;
|
|
63
|
-
uploadFileToShowFileTrans: (file: CFileItem) => void;
|
|
64
|
-
};
|
|
65
|
-
export declare function useUplaodList(): {
|
|
66
|
-
fileList: import("vue").Ref<{
|
|
67
|
-
file: {
|
|
68
|
-
readonly lastModified: number;
|
|
69
|
-
readonly name: string;
|
|
70
|
-
readonly size: number;
|
|
71
|
-
readonly type: string;
|
|
72
|
-
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
73
|
-
slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
|
|
74
|
-
stream: () => ReadableStream<any>;
|
|
75
|
-
text: () => Promise<string>;
|
|
76
|
-
};
|
|
77
|
-
id: string;
|
|
78
|
-
url?: string | undefined;
|
|
79
|
-
dirId?: string | undefined;
|
|
80
|
-
}[], CFileItem[] | {
|
|
81
|
-
file: {
|
|
82
|
-
readonly lastModified: number;
|
|
83
|
-
readonly name: string;
|
|
84
|
-
readonly size: number;
|
|
85
|
-
readonly type: string;
|
|
86
|
-
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
87
|
-
slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
|
|
88
|
-
stream: () => ReadableStream<any>;
|
|
89
|
-
text: () => Promise<string>;
|
|
90
|
-
};
|
|
91
|
-
id: string;
|
|
92
|
-
url?: string | undefined;
|
|
93
|
-
dirId?: string | undefined;
|
|
94
|
-
}[]>;
|
|
95
|
-
uploadFileAdd: (file: CFileItem) => void;
|
|
96
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
File without changes
|
|
File without changes
|
package/es/uploadStep/index.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export interface CFileItem {
|
|
2
|
-
file: File;
|
|
3
|
-
id: string;
|
|
4
|
-
url?: string;
|
|
5
|
-
dirId?: string;
|
|
6
|
-
}
|
|
7
|
-
export interface SFileItem {
|
|
8
|
-
name: string;
|
|
9
|
-
size: number;
|
|
10
|
-
sizeCN: string;
|
|
11
|
-
type: string;
|
|
12
|
-
typeCN?: string;
|
|
13
|
-
id: string;
|
|
14
|
-
dirId?: string;
|
|
15
|
-
}
|
|
16
|
-
export interface LFileItem extends SFileItem {
|
|
17
|
-
percent: number;
|
|
18
|
-
state: number;
|
|
19
|
-
count?: number;
|
|
20
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
File without changes
|
package/es/userAvater/index.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
interface Params {
|
|
2
|
-
[key: string]: any;
|
|
3
|
-
}
|
|
4
|
-
export declare function getUserInfo(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
5
|
-
export declare function getUserDetails(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
6
|
-
export declare function domainSelect(BASE_API: string, did: number): Promise<import("axios").AxiosResponse<any, any>>;
|
|
7
|
-
export declare function accountLogout(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
8
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import './index.less';
|
|
File without changes
|
|
File without changes
|