@cmstops/pro-compo 3.9.0-beta.1 → 3.9.1-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +175 -71
- package/dist/appCenter/component.vue.d.ts +38 -0
- package/dist/appCenter/index.d.ts +35 -0
- package/dist/appCenter/script/api.d.ts +12 -0
- package/dist/appCenter/script/permissionMap.d.ts +6 -0
- package/dist/appCenter.d.ts +4 -0
- package/dist/baseFilter/component.vue.d.ts +226 -0
- package/dist/baseFilter/components/FilterGroup.vue.d.ts +31 -0
- package/dist/baseFilter/components/filterItem.vue.d.ts +21 -0
- package/dist/baseFilter.d.ts +1 -0
- package/dist/colorPalette/component.vue.d.ts +31 -0
- package/dist/colorPalette/components/colorPicker.vue.d.ts +13 -0
- package/dist/colorPalette/index.d.ts +51 -0
- package/dist/colorPalette.d.ts +4 -0
- package/dist/components.d.ts +5 -0
- package/dist/contentDetailList/component.vue.d.ts +194 -0
- package/dist/contentDetailList/components/Content/CompoItem/index.vue.d.ts +37 -0
- package/dist/contentDetailList/components/Content/ContentListItem/index.vue.d.ts +39 -0
- package/dist/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.vue.d.ts +10 -0
- package/dist/contentDetailList/components/Content/DocItem/index.vue.d.ts +61 -0
- package/dist/contentDetailList/components/Content/DocMpItem/index.vue.d.ts +38 -0
- package/dist/contentDetailList/components/Content/GroupPieceItem/index.vue.d.ts +36 -0
- package/dist/contentDetailList/components/Content/KongoNavItem/index.vue.d.ts +37 -0
- package/dist/contentDetailList/components/Content/LiveItem/index.vue.d.ts +37 -0
- package/dist/contentDetailList/components/Content/MaccountItem/index.vue.d.ts +38 -0
- package/dist/contentDetailList/components/Content/courseItem/index.vue.d.ts +37 -0
- package/dist/contentDetailList/components/Content/funhdItem/index.vue.d.ts +37 -0
- package/dist/contentDetailList/components/Content/index.vue.d.ts +114 -0
- package/dist/contentDetailList/components/CustomWrp/CustomItem.vue.d.ts +44 -0
- package/dist/contentDetailList/components/CustomWrp/index.vue.d.ts +47 -0
- package/dist/contentDetailList/components/Doc/index.vue.d.ts +74 -0
- package/dist/contentDetailList/components/Records/MatrixItem/index.vue.d.ts +37 -0
- package/dist/contentDetailList/components/Records/index.vue.d.ts +44 -0
- package/dist/contentDetailList/components/ShowQRCode/QrcodeView/index.vue.d.ts +13 -0
- package/dist/contentDetailList/components/ShowQRCode/index.vue.d.ts +7 -0
- package/dist/contentDetailList/script/api.d.ts +7 -0
- package/dist/contentDetailList.d.ts +1 -0
- package/dist/contentModal/component.vue.d.ts +109 -0
- package/dist/contentModal/components/CompoList/CompoFilter/index.vue.d.ts +15 -0
- package/dist/contentModal/components/CompoList/index.vue.d.ts +32 -0
- package/dist/contentModal/components/ContentList/MediaFilter/index.vue.d.ts +14 -0
- package/dist/contentModal/components/ContentList/index.vue.d.ts +32 -0
- package/dist/contentModal/components/Dejin/MediaFilter/index.vue.d.ts +12 -0
- package/dist/contentModal/components/Dejin/index.vue.d.ts +29 -0
- package/dist/contentModal/components/EqxiuList/MediaFilter/index.vue.d.ts +9 -0
- package/dist/contentModal/components/EqxiuList/index.vue.d.ts +29 -0
- package/dist/contentModal/components/LiveList/MediaFilter/index.vue.d.ts +12 -0
- package/dist/contentModal/components/LiveList/index.vue.d.ts +29 -0
- package/dist/contentModal/components/MpAccountList/MpAccountFilter/index.vue.d.ts +7 -0
- package/dist/contentModal/components/MpAccountList/index.vue.d.ts +29 -0
- package/dist/contentModal/components/MpContentList/MediaFilter/index.vue.d.ts +13 -0
- package/dist/contentModal/components/MpContentList/index.vue.d.ts +29 -0
- package/dist/contentModal/components/ViewAllColumn/MediaFilter/index.vue.d.ts +21 -0
- package/dist/contentModal/components/ViewAllColumn/columnTree/index.vue.d.ts +17 -0
- package/dist/contentModal/components/ViewAllColumn/index.vue.d.ts +30 -0
- package/dist/contentModal/components/storeBox/index.vue.d.ts +10 -0
- package/dist/contentModal/script/api.d.ts +19 -0
- package/dist/contentModal.d.ts +1 -0
- package/dist/dataTags/component.vue.d.ts +76 -0
- package/dist/dataTags.d.ts +1 -0
- package/dist/docHistory/component.vue.d.ts +112 -0
- package/dist/docHistory/components/DocDiffPanel/index.vue.d.ts +6 -0
- package/dist/docHistory/components/DocHistoryList/index.vue.d.ts +11 -0
- package/dist/docHistory/scripts/useDocHistory.d.ts +12 -0
- package/dist/docHistory.d.ts +1 -0
- package/dist/docPreview/component.vue.d.ts +93 -0
- package/dist/docPreview/components/PreviewIframe.vue.d.ts +6 -0
- package/dist/docPreview/scripts/api.d.ts +2 -0
- package/dist/docPreview/scripts/hook.d.ts +34 -0
- package/dist/docPreview.d.ts +1 -0
- package/dist/editMetaInfo/component.vue.d.ts +168 -0
- package/dist/editMetaInfo/components/metaInfoForm.vue.d.ts +21 -0
- package/dist/editMetaInfo/script/api.d.ts +7 -0
- package/dist/editMetaInfo.d.ts +1 -0
- package/dist/emptyData/component.vue.d.ts +75 -0
- package/dist/emptyData.d.ts +1 -0
- package/dist/hooks/assets.d.ts +2 -0
- package/dist/hooks/batch.d.ts +9 -0
- package/dist/hooks/dialogVisible.d.ts +9 -0
- package/dist/hooks/source.d.ts +11 -0
- package/dist/hooks/toggle.d.ts +7 -0
- package/dist/hooks/useAttachement.d.ts +55 -0
- package/dist/hooks/useMediaContext.d.ts +13 -0
- package/dist/hooks/usePopper.d.ts +8 -0
- package/dist/hooks/useSelection.d.ts +31 -0
- package/dist/hooks/useUpload.d.ts +80 -0
- package/dist/hooks/user.d.ts +11 -0
- package/dist/imageCrop/component.vue.d.ts +110 -0
- package/dist/imageCrop/script/api.d.ts +2 -0
- package/dist/imageCrop.d.ts +1 -0
- package/dist/importData/component.vue.d.ts +111 -0
- package/dist/importData.d.ts +1 -0
- package/dist/index.d.ts +31 -0
- package/dist/mediaFilter/component.vue.d.ts +54 -0
- package/dist/mediaFilter/components/DocFilter.vue.d.ts +32 -0
- package/dist/mediaFilter/components/FilterGroup.vue.d.ts +30 -0
- package/dist/mediaFilter/components/FilterItem.vue.d.ts +37 -0
- package/dist/mediaFilter/components/MediaFilter.vue.d.ts +3 -0
- package/dist/mediaFilter/components/MpAccountFilter.vue.d.ts +3 -0
- package/dist/mediaFilter/components/MpContentFilter.vue.d.ts +3 -0
- package/dist/mediaFilter/index.d.ts +62 -0
- package/dist/mediaFilter/script/optionsGetter.d.ts +27 -0
- package/dist/mediaFilter/script/types.d.ts +16 -0
- package/dist/mediaFilter.d.ts +6 -0
- package/dist/mediaView/component.vue.d.ts +77 -0
- package/dist/mediaView.d.ts +1 -0
- package/dist/messageBox/component.vue.d.ts +65 -0
- package/dist/messageBox/list.vue.d.ts +13 -0
- package/dist/messageBox/script/api.d.ts +7 -0
- package/dist/messageBox.d.ts +1 -0
- package/dist/previousVersion/component.vue.d.ts +109 -0
- package/dist/previousVersion/script/api.d.ts +16 -0
- package/dist/previousVersion.d.ts +1 -0
- package/dist/resourceGridList/component.vue.d.ts +153 -0
- package/dist/resourceGridList/components/FileTypeThumb/index.vue.d.ts +11 -0
- package/dist/resourceGridList.d.ts +1 -0
- package/dist/resourceModal/component.vue.d.ts +64 -0
- package/dist/resourceModal/components/MediaPreviewer/index.vue.d.ts +11 -0
- package/dist/resourceModal/components/MediaSelection/DocAiMediaSelected/index.vue.d.ts +13 -0
- package/dist/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.vue.d.ts +11 -0
- package/dist/resourceModal/components/MediaSelection/MainContent/index.vue.d.ts +17 -0
- package/dist/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.vue.d.ts +26 -0
- package/dist/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.vue.d.ts +11 -0
- package/dist/resourceModal/components/MediaSelection/SystemResourceSelected/index.vue.d.ts +7 -0
- package/dist/resourceModal/components/MediaSelection/ToolbarSearch/index.vue.d.ts +30 -0
- package/dist/resourceModal/components/MediaSelection/index.vue.d.ts +86 -0
- package/dist/resourceModal/script/api.d.ts +26 -0
- package/dist/resourceModal/script/mediaSelection.d.ts +14 -0
- package/dist/resourceModal.d.ts +1 -0
- package/dist/selectAddTo/component.vue.d.ts +10 -0
- package/dist/selectAddTo/components/SelectAddToView.vue.d.ts +24 -0
- package/dist/selectAddTo/components/ViewAllColumn/MediaFilter/index.vue.d.ts +17 -0
- package/dist/selectAddTo/components/ViewAllColumn/index.vue.d.ts +24 -0
- package/dist/selectAddTo/components/ViewAllColumn/script/useTableColumns.d.ts +7 -0
- package/dist/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.d.ts +145 -0
- package/dist/selectAddTo/components/ViewAllColumn/types/index.d.ts +55 -0
- package/dist/selectAddTo/index.d.ts +33 -0
- package/dist/selectAddTo/script/api.d.ts +19 -0
- package/dist/selectAddTo/script/index.d.ts +2 -0
- package/dist/selectAddTo/script/useSelectAddToState.d.ts +14 -0
- package/dist/selectAddTo/types/index.d.ts +37 -0
- package/dist/selectAddTo.d.ts +4 -0
- package/dist/selectAvatarList/component.vue.d.ts +119 -0
- package/dist/selectAvatarList.d.ts +1 -0
- package/dist/selectGategory/component.vue.d.ts +50 -0
- package/dist/selectGategory/components/ColumnSelection/index.vue.d.ts +18 -0
- package/dist/selectGategory/script/api.d.ts +7 -0
- package/dist/selectGategory.d.ts +1 -0
- package/dist/selectResourceModal/component.vue.d.ts +71 -0
- package/dist/selectResourceModal/components/List/ListAi/index.vue.d.ts +21 -0
- package/dist/selectResourceModal/components/List/ListCardWrapper.vue.d.ts +17 -0
- package/dist/selectResourceModal/components/List/ListLocal/Upload.vue.d.ts +7 -0
- package/dist/selectResourceModal/components/List/ListLocal/index.vue.d.ts +27 -0
- package/dist/selectResourceModal/components/List/ListNormal/Filter.vue.d.ts +20 -0
- package/dist/selectResourceModal/components/List/ListNormal/index.vue.d.ts +32 -0
- package/dist/selectResourceModal/components/List/ListSystem/Filter.vue.d.ts +9 -0
- package/dist/selectResourceModal/components/List/ListSystem/SubList.vue.d.ts +24 -0
- package/dist/selectResourceModal/components/List/ListSystem/index.vue.d.ts +25 -0
- package/dist/selectResourceModal/components/List/ListVideo/index.vue.d.ts +28 -0
- package/dist/selectResourceModal/components/List/ListWraper.vue.d.ts +25 -0
- package/dist/selectResourceModal/components/ListSelected/index.vue.d.ts +13 -0
- package/dist/selectResourceModal/components/ListTabs/index.vue.d.ts +17 -0
- package/dist/selectResourceModal/hooks/useResponsiveFilter.d.ts +21 -0
- package/dist/selectResourceModal/scripts/selectionApis.d.ts +3 -0
- package/dist/selectResourceModal/scripts/useCompoLf.d.ts +28 -0
- package/dist/selectResourceModal/scripts/useResourceSelect.d.ts +8 -0
- package/dist/selectResourceModal/scripts/useTabFilter.d.ts +23 -0
- package/dist/selectResourceModal.d.ts +1 -0
- package/dist/selectThumb/component.vue.d.ts +132 -0
- package/dist/selectThumb/components/card.vue.d.ts +29 -0
- package/dist/selectThumb/components/colorPalette.vue.d.ts +11 -0
- package/dist/selectThumb/components/colorPicker.vue.d.ts +13 -0
- package/dist/selectThumb.d.ts +1 -0
- package/dist/thumbCard/component.vue.d.ts +104 -0
- package/dist/thumbCard/components/ThumbUploading/index.vue.d.ts +6 -0
- package/dist/thumbCard.d.ts +1 -0
- package/dist/typeIcons/component.vue.d.ts +100 -0
- package/dist/typeIcons.d.ts +1 -0
- package/dist/uploadBefore/component.vue.d.ts +36 -0
- package/dist/uploadBefore/components/UploadBefore.vue.d.ts +17 -0
- package/dist/uploadBefore/components/UploadForClick.vue.d.ts +10 -0
- package/dist/uploadBefore/script/api.d.ts +17 -0
- package/dist/uploadBefore/script/fileTypeAdapter.d.ts +38 -0
- package/dist/uploadBefore/script/fileUpload.d.ts +8 -0
- package/dist/uploadBefore/script/uploadHooks.d.ts +101 -0
- package/dist/uploadBefore.d.ts +1 -0
- package/dist/uploadStep/component.vue.d.ts +44 -0
- package/dist/uploadStep.d.ts +1 -0
- package/dist/userAvater/component.vue.d.ts +99 -0
- package/dist/userAvater/script/api.d.ts +9 -0
- package/dist/userAvater.d.ts +1 -0
- package/dist/userDirector/component.vue.d.ts +51 -0
- package/dist/userDirector/components/userTree.vue.d.ts +16 -0
- package/dist/userDirector/script/api.d.ts +11 -0
- package/dist/userDirector.d.ts +1 -0
- package/dist/utils/doc.d.ts +76 -0
- package/dist/utils/filter.d.ts +22 -0
- package/dist/utils/request.d.ts +10 -0
- package/dist/utils/transcodeMedia.d.ts +14 -0
- package/dist/videoThumb/component.vue.d.ts +47 -0
- package/dist/videoThumb/scripts/api.d.ts +10 -0
- package/dist/videoThumb/scripts/useVideoThumbs.d.ts +13 -0
- package/dist/videoThumb.d.ts +1 -0
- package/es/_virtual/_commonjs-dynamic-modules.mjs +6 -0
- package/es/_virtual/_commonjsHelpers.mjs +6 -0
- package/es/_virtual/_plugin-vue_export-helper.mjs +9 -0
- package/es/_virtual/dynamic-import-helper.mjs +9 -0
- package/es/_virtual/gif.mjs +7 -0
- package/es/_virtual/gif2.mjs +4 -0
- package/es/activity.png +0 -0
- package/es/appCenter/component.vue.mjs +136 -0
- package/es/appCenter/component.vue2.mjs +4 -0
- package/es/appCenter/script/api.mjs +40 -0
- package/es/appCenter/script/apps.mjs +124 -0
- package/es/appCenter/script/permissionMap.mjs +8 -0
- package/es/appCenter/script/routeMap.mjs +110 -0
- package/es/appCenter.mjs +9 -0
- package/es/baseFilter/component.vue.mjs +206 -0
- package/es/baseFilter/component.vue2.mjs +4 -0
- package/es/baseFilter/components/FilterGroup.vue.mjs +109 -0
- package/es/baseFilter/components/FilterGroup.vue2.mjs +4 -0
- package/es/baseFilter/components/filterItem.vue.mjs +20 -0
- package/es/baseFilter/components/filterItem.vue2.mjs +4 -0
- package/es/baseFilter.mjs +9 -0
- package/es/booklink.png +0 -0
- package/es/cloud_lottery.png +0 -0
- package/es/colorPalette/component.vue.mjs +58 -0
- package/es/colorPalette/component.vue2.mjs +4 -0
- package/es/colorPalette/components/colorPicker.vue.mjs +43 -0
- package/es/colorPalette/components/colorPicker.vue2.mjs +4 -0
- package/es/colorPalette.mjs +9 -0
- package/es/components.mjs +12 -0
- package/es/config.mjs +7 -0
- package/es/contentDetailList/component.vue.mjs +339 -0
- package/es/contentDetailList/component.vue2.mjs +4 -0
- package/es/contentDetailList/components/Content/CompoItem/index.vue.mjs +75 -0
- package/es/contentDetailList/components/Content/CompoItem/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/Content/ContentListItem/index.vue.mjs +100 -0
- package/es/contentDetailList/components/Content/ContentListItem/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.vue.mjs +57 -0
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/Content/DocItem/index.vue.mjs +208 -0
- package/es/contentDetailList/components/Content/DocItem/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/Content/DocMpItem/index.vue.mjs +106 -0
- package/es/contentDetailList/components/Content/DocMpItem/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/Content/GroupPieceItem/index.vue.mjs +107 -0
- package/es/contentDetailList/components/Content/GroupPieceItem/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/Content/KongoNavItem/index.vue.mjs +107 -0
- package/es/contentDetailList/components/Content/KongoNavItem/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/Content/LiveItem/index.vue.mjs +77 -0
- package/es/contentDetailList/components/Content/LiveItem/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/Content/MaccountItem/index.vue.mjs +92 -0
- package/es/contentDetailList/components/Content/MaccountItem/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/Content/courseItem/index.vue.mjs +86 -0
- package/es/contentDetailList/components/Content/courseItem/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/Content/funhdItem/index.vue.mjs +86 -0
- package/es/contentDetailList/components/Content/funhdItem/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/Content/index.vue.mjs +409 -0
- package/es/contentDetailList/components/Content/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/CustomWrp/CustomItem.vue.mjs +104 -0
- package/es/contentDetailList/components/CustomWrp/CustomItem.vue2.mjs +4 -0
- package/es/contentDetailList/components/CustomWrp/index.vue.mjs +59 -0
- package/es/contentDetailList/components/CustomWrp/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/Doc/index.vue.mjs +62 -0
- package/es/contentDetailList/components/Doc/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/Records/MatrixItem/index.vue.mjs +154 -0
- package/es/contentDetailList/components/Records/MatrixItem/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/Records/index.vue.mjs +53 -0
- package/es/contentDetailList/components/Records/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.vue.mjs +194 -0
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.vue2.mjs +4 -0
- package/es/contentDetailList/components/ShowQRCode/index.vue.mjs +64 -0
- package/es/contentDetailList/components/ShowQRCode/index.vue2.mjs +4 -0
- package/es/contentDetailList/script/api.mjs +19 -0
- package/es/contentDetailList.mjs +9 -0
- package/es/contentModal/component.vue.mjs +407 -0
- package/es/contentModal/component.vue2.mjs +4 -0
- package/es/contentModal/components/CompoList/CompoFilter/index.vue.mjs +90 -0
- package/es/contentModal/components/CompoList/CompoFilter/index.vue2.mjs +4 -0
- package/es/contentModal/components/CompoList/index.vue.mjs +174 -0
- package/es/contentModal/components/CompoList/index.vue2.mjs +4 -0
- package/es/contentModal/components/ContentList/MediaFilter/index.vue.mjs +89 -0
- package/es/contentModal/components/ContentList/MediaFilter/index.vue2.mjs +4 -0
- package/es/contentModal/components/ContentList/index.vue.mjs +184 -0
- package/es/contentModal/components/ContentList/index.vue2.mjs +4 -0
- package/es/contentModal/components/Dejin/MediaFilter/index.vue.mjs +103 -0
- package/es/contentModal/components/Dejin/MediaFilter/index.vue2.mjs +4 -0
- package/es/contentModal/components/Dejin/index.vue.mjs +174 -0
- package/es/contentModal/components/Dejin/index.vue2.mjs +4 -0
- package/es/contentModal/components/EqxiuList/MediaFilter/index.vue.mjs +72 -0
- package/es/contentModal/components/EqxiuList/MediaFilter/index.vue2.mjs +4 -0
- package/es/contentModal/components/EqxiuList/index.vue.mjs +160 -0
- package/es/contentModal/components/EqxiuList/index.vue2.mjs +4 -0
- package/es/contentModal/components/LiveList/MediaFilter/index.vue.mjs +66 -0
- package/es/contentModal/components/LiveList/MediaFilter/index.vue2.mjs +4 -0
- package/es/contentModal/components/LiveList/index.vue.mjs +161 -0
- package/es/contentModal/components/LiveList/index.vue2.mjs +4 -0
- package/es/contentModal/components/MpAccountList/MpAccountFilter/index.vue.mjs +54 -0
- package/es/contentModal/components/MpAccountList/MpAccountFilter/index.vue2.mjs +4 -0
- package/es/contentModal/components/MpAccountList/index.vue.mjs +156 -0
- package/es/contentModal/components/MpAccountList/index.vue2.mjs +4 -0
- package/es/contentModal/components/MpContentList/MediaFilter/index.vue.mjs +115 -0
- package/es/contentModal/components/MpContentList/MediaFilter/index.vue2.mjs +4 -0
- package/es/contentModal/components/MpContentList/index.vue.mjs +155 -0
- package/es/contentModal/components/MpContentList/index.vue2.mjs +4 -0
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.vue.mjs +252 -0
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.vue2.mjs +4 -0
- package/es/contentModal/components/ViewAllColumn/columnTree/index.vue.mjs +128 -0
- package/es/contentModal/components/ViewAllColumn/columnTree/index.vue2.mjs +4 -0
- package/es/contentModal/components/ViewAllColumn/index.vue.mjs +234 -0
- package/es/contentModal/components/ViewAllColumn/index.vue2.mjs +4 -0
- package/es/contentModal/components/storeBox/index.vue.mjs +103 -0
- package/es/contentModal/components/storeBox/index.vue2.mjs +4 -0
- package/es/contentModal/images/pic-thumb.png.mjs +4 -0
- package/es/contentModal/images/user.png.mjs +4 -0
- package/es/contentModal/script/api.mjs +116 -0
- package/es/contentModal.mjs +9 -0
- package/es/dataTags/component.vue.mjs +226 -0
- package/es/dataTags/component.vue2.mjs +4 -0
- package/es/dataTags.mjs +9 -0
- package/es/docHistory/component.vue.mjs +126 -0
- package/es/docHistory/component.vue2.mjs +4 -0
- package/es/docHistory/components/DocDiffPanel/index.vue.mjs +21 -0
- package/es/docHistory/components/DocDiffPanel/index.vue2.mjs +4 -0
- package/es/docHistory/components/DocHistoryList/index.vue.mjs +30 -0
- package/es/docHistory/components/DocHistoryList/index.vue2.mjs +4 -0
- package/es/docHistory/scripts/diff.mjs +218 -0
- package/es/docHistory/scripts/useDocHistory.mjs +61 -0
- package/es/docHistory.mjs +9 -0
- package/es/docPreview/component.vue.mjs +155 -0
- package/es/docPreview/component.vue2.mjs +4 -0
- package/es/docPreview/components/PreviewIframe.vue.mjs +32 -0
- package/es/docPreview/components/PreviewIframe.vue2.mjs +4 -0
- package/es/docPreview/images/phone.png.mjs +4 -0
- package/es/docPreview/scripts/hook.mjs +107 -0
- package/es/docPreview.mjs +9 -0
- package/es/draf.png +0 -0
- package/es/editMetaInfo/component.vue.mjs +105 -0
- package/es/editMetaInfo/component.vue2.mjs +4 -0
- package/es/editMetaInfo/components/metaInfoForm.vue.mjs +653 -0
- package/es/editMetaInfo/components/metaInfoForm.vue2.mjs +4 -0
- package/es/editMetaInfo/script/api.mjs +19 -0
- package/es/editMetaInfo.mjs +9 -0
- package/es/emptyData/component.vue.mjs +59 -0
- package/es/emptyData/component.vue2.mjs +4 -0
- package/es/emptyData/svg/acount.vue.mjs +18 -0
- package/es/emptyData/svg/add.vue.mjs +4 -0
- package/es/emptyData/svg/add.vue2.mjs +19 -0
- package/es/emptyData/svg/analize.vue.mjs +18 -0
- package/es/emptyData/svg/analize_fail.vue.mjs +18 -0
- package/es/emptyData/svg/empty.vue.mjs +18 -0
- package/es/emptyData/svg/file.vue.mjs +18 -0
- package/es/emptyData/svg/manager.vue.mjs +18 -0
- package/es/emptyData/svg/message.vue.mjs +29 -0
- package/es/emptyData/svg/noanalize.vue.mjs +18 -0
- package/es/emptyData/svg/null.vue.mjs +18 -0
- package/es/emptyData/svg/search.vue.mjs +18 -0
- package/es/emptyData/svg/star.vue.mjs +18 -0
- package/es/emptyData/svg/trash.vue.mjs +18 -0
- package/es/emptyData/svg/user.vue.mjs +18 -0
- package/es/emptyData.mjs +9 -0
- package/es/excel.png +0 -0
- package/es/exe.png +0 -0
- package/es/hooks/assets.mjs +11 -0
- package/es/hooks/batch.mjs +18 -0
- package/es/hooks/dialogVisible.mjs +20 -0
- package/es/hooks/source.mjs +29 -0
- package/es/hooks/toggle.mjs +8 -0
- package/es/hooks/useAttachement.mjs +124 -0
- package/es/hooks/useLocalStorage.mjs +33 -0
- package/es/hooks/usePopper.mjs +41 -0
- package/es/hooks/useSelection.mjs +43 -0
- package/es/hooks/useUpload.mjs +209 -0
- package/es/hooks/user.mjs +34 -0
- package/es/html.png +0 -0
- package/es/imageCrop/component.vue.mjs +359 -0
- package/es/imageCrop/component.vue2.mjs +4 -0
- package/es/imageCrop/script/api.mjs +13 -0
- package/es/imageCrop.mjs +9 -0
- package/es/importData/component.vue.mjs +134 -0
- package/es/importData/component.vue2.mjs +4 -0
- package/es/importData.mjs +9 -0
- package/es/index.mjs +64 -0
- package/es/link.png +0 -0
- package/es/live.png +0 -0
- package/es/mediaFilter/component.vue.mjs +44 -0
- package/es/mediaFilter/component.vue2.mjs +4 -0
- package/es/mediaFilter/components/DocFilter.vue.mjs +212 -0
- package/es/mediaFilter/components/DocFilter.vue2.mjs +4 -0
- package/es/mediaFilter/components/FilterGroup.vue.mjs +138 -0
- package/es/mediaFilter/components/FilterGroup.vue2.mjs +4 -0
- package/es/mediaFilter/components/FilterItem.vue.mjs +82 -0
- package/es/mediaFilter/components/FilterItem.vue2.mjs +4 -0
- package/es/mediaFilter/components/MediaFilter.vue.mjs +10 -0
- package/es/mediaFilter/components/MpAccountFilter.vue.mjs +11 -0
- package/es/mediaFilter/components/MpAccountFilter.vue2.mjs +4 -0
- package/es/mediaFilter/components/MpContentFilter.vue.mjs +11 -0
- package/es/mediaFilter/components/MpContentFilter.vue2.mjs +4 -0
- package/es/mediaFilter/script/optionsGetter.mjs +72 -0
- package/es/mediaFilter.mjs +9 -0
- package/es/mediaView/component.vue.mjs +57 -0
- package/es/mediaView/component.vue2.mjs +4 -0
- package/es/mediaView.mjs +9 -0
- package/es/messageBox/component.vue.mjs +119 -0
- package/es/messageBox/component.vue2.mjs +4 -0
- package/es/messageBox/list.vue.mjs +86 -0
- package/es/messageBox/list.vue2.mjs +4 -0
- package/es/messageBox/script/api.mjs +19 -0
- package/es/messageBox.mjs +9 -0
- package/es/music.png +0 -0
- package/es/node_modules/.pnpm/gif.js@0.2.0/node_modules/gif.js/dist/gif.mjs +261 -0
- package/es/pdf.png +0 -0
- package/es/ppt.png +0 -0
- package/es/previousVersion/component.vue.mjs +254 -0
- package/es/previousVersion/component.vue2.mjs +4 -0
- package/es/previousVersion/script/api.mjs +34 -0
- package/es/previousVersion/script/tool.mjs +18 -0
- package/es/previousVersion.mjs +9 -0
- package/es/pro-compo.css +1 -0
- package/es/project1.png +0 -0
- package/es/rar.png +0 -0
- package/es/resourceGridList/component.vue.mjs +198 -0
- package/es/resourceGridList/component.vue2.mjs +4 -0
- package/es/resourceGridList/components/FileTypeThumb/index.vue.mjs +130 -0
- package/es/resourceGridList/components/FileTypeThumb/index.vue2.mjs +4 -0
- package/es/resourceGridList.mjs +9 -0
- package/es/resourceModal/assets/images/sys_load_more.png.mjs +4 -0
- package/es/resourceModal/assets/images/unknown.png.mjs +4 -0
- package/es/resourceModal/assets/selection/null.png.mjs +4 -0
- package/es/resourceModal/component.vue.mjs +71 -0
- package/es/resourceModal/component.vue2.mjs +4 -0
- package/es/resourceModal/components/MediaPreviewer/index.vue.mjs +59 -0
- package/es/resourceModal/components/MediaPreviewer/index.vue2.mjs +4 -0
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.vue.mjs +86 -0
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.vue2.mjs +4 -0
- package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.vue.mjs +98 -0
- package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.vue2.mjs +4 -0
- package/es/resourceModal/components/MediaSelection/MainContent/index.vue.mjs +184 -0
- package/es/resourceModal/components/MediaSelection/MainContent/index.vue2.mjs +4 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.vue.mjs +111 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.vue2.mjs +4 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.vue.mjs +81 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.vue2.mjs +4 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.vue.mjs +71 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.vue2.mjs +4 -0
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.vue.mjs +180 -0
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.vue2.mjs +4 -0
- package/es/resourceModal/components/MediaSelection/index.vue.mjs +214 -0
- package/es/resourceModal/components/MediaSelection/index.vue2.mjs +4 -0
- package/es/resourceModal/script/api.mjs +58 -0
- package/es/resourceModal/script/mediaSelection.mjs +7 -0
- package/es/resourceModal.mjs +9 -0
- package/es/selectAddTo/component.vue.mjs +7 -0
- package/es/selectAddTo/component.vue2.mjs +42 -0
- package/es/selectAddTo/components/SelectAddToView.vue.mjs +7 -0
- package/es/selectAddTo/components/SelectAddToView.vue2.mjs +85 -0
- package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.vue.mjs +142 -0
- package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.vue2.mjs +4 -0
- package/es/selectAddTo/components/ViewAllColumn/index.vue.mjs +7 -0
- package/es/selectAddTo/components/ViewAllColumn/index.vue2.mjs +189 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.mjs +86 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.mjs +112 -0
- package/es/selectAddTo/script/api.mjs +27 -0
- package/es/selectAddTo/script/useSelectAddToState.mjs +45 -0
- package/es/selectAddTo.mjs +9 -0
- package/es/selectAvatarList/component.vue.mjs +92 -0
- package/es/selectAvatarList/component.vue2.mjs +4 -0
- package/es/selectAvatarList.mjs +9 -0
- package/es/selectGategory/component.vue.mjs +75 -0
- package/es/selectGategory/component.vue2.mjs +4 -0
- package/es/selectGategory/components/ColumnSelection/index.vue.mjs +214 -0
- package/es/selectGategory/components/ColumnSelection/index.vue2.mjs +4 -0
- package/es/selectGategory/script/api.mjs +18 -0
- package/es/selectGategory.mjs +9 -0
- package/es/selectResourceModal/assets/images/sys_load_more.png.mjs +4 -0
- package/es/selectResourceModal/component.vue.mjs +159 -0
- package/es/selectResourceModal/component.vue2.mjs +4 -0
- package/es/selectResourceModal/components/List/ListAi/index.vue.mjs +44 -0
- package/es/selectResourceModal/components/List/ListAi/index.vue2.mjs +4 -0
- package/es/selectResourceModal/components/List/ListCardWrapper.vue.mjs +72 -0
- package/es/selectResourceModal/components/List/ListCardWrapper.vue2.mjs +4 -0
- package/es/selectResourceModal/components/List/ListLocal/Upload.vue.mjs +57 -0
- package/es/selectResourceModal/components/List/ListLocal/Upload.vue2.mjs +4 -0
- package/es/selectResourceModal/components/List/ListLocal/index.vue.mjs +65 -0
- package/es/selectResourceModal/components/List/ListLocal/index.vue2.mjs +4 -0
- package/es/selectResourceModal/components/List/ListNormal/Filter.vue.mjs +352 -0
- package/es/selectResourceModal/components/List/ListNormal/Filter.vue2.mjs +4 -0
- package/es/selectResourceModal/components/List/ListNormal/index.vue.mjs +81 -0
- package/es/selectResourceModal/components/List/ListNormal/index.vue2.mjs +4 -0
- package/es/selectResourceModal/components/List/ListSystem/Filter.vue.mjs +106 -0
- package/es/selectResourceModal/components/List/ListSystem/Filter.vue2.mjs +4 -0
- package/es/selectResourceModal/components/List/ListSystem/SubList.vue.mjs +50 -0
- package/es/selectResourceModal/components/List/ListSystem/SubList.vue2.mjs +4 -0
- package/es/selectResourceModal/components/List/ListSystem/index.vue.mjs +80 -0
- package/es/selectResourceModal/components/List/ListSystem/index.vue2.mjs +4 -0
- package/es/selectResourceModal/components/List/ListVideo/index.vue.mjs +40 -0
- package/es/selectResourceModal/components/List/ListVideo/index.vue2.mjs +4 -0
- package/es/selectResourceModal/components/List/ListWraper.vue.mjs +57 -0
- package/es/selectResourceModal/components/List/ListWraper.vue2.mjs +4 -0
- package/es/selectResourceModal/components/ListSelected/index.vue.mjs +89 -0
- package/es/selectResourceModal/components/ListSelected/index.vue2.mjs +4 -0
- package/es/selectResourceModal/components/ListTabs/index.vue.mjs +50 -0
- package/es/selectResourceModal/components/ListTabs/index.vue2.mjs +4 -0
- package/es/selectResourceModal/hooks/useResponsiveFilter.mjs +87 -0
- package/es/selectResourceModal/scripts/selectionApis.mjs +18 -0
- package/es/selectResourceModal/scripts/useCompoLf.mjs +32 -0
- package/es/selectResourceModal/scripts/useResourceSelect.mjs +23 -0
- package/es/selectResourceModal/scripts/useTabFilter.mjs +56 -0
- package/es/selectResourceModal.mjs +9 -0
- package/es/selectThumb/component.vue.mjs +426 -0
- package/es/selectThumb/component.vue2.mjs +4 -0
- package/es/selectThumb/components/card.vue.mjs +152 -0
- package/es/selectThumb/components/card.vue2.mjs +4 -0
- package/es/selectThumb/components/colorPalette.vue.mjs +65 -0
- package/es/selectThumb/components/colorPalette.vue2.mjs +4 -0
- package/es/selectThumb/components/colorPicker.vue.mjs +43 -0
- package/es/selectThumb/components/colorPicker.vue2.mjs +4 -0
- package/es/selectThumb.mjs +9 -0
- package/es/svideo.png +0 -0
- package/es/thumbCard/assets/magic.png.mjs +4 -0
- package/es/thumbCard/component.vue.mjs +81 -0
- package/es/thumbCard/component.vue2.mjs +4 -0
- package/es/thumbCard/components/ThumbUploading/index.vue.mjs +25 -0
- package/es/thumbCard/components/ThumbUploading/index.vue2.mjs +4 -0
- package/es/thumbCard.mjs +9 -0
- package/es/txt.png +0 -0
- package/es/typeIcons/component.vue.mjs +27 -0
- package/es/typeIcons/component.vue2.mjs +4 -0
- package/es/typeIcons.mjs +9 -0
- package/es/unknown.png +0 -0
- package/es/uploadBefore/component.vue.mjs +55 -0
- package/es/uploadBefore/component.vue2.mjs +4 -0
- package/es/uploadBefore/components/UploadBefore.vue.mjs +180 -0
- package/es/uploadBefore/components/UploadBefore.vue2.mjs +4 -0
- package/es/uploadBefore/components/UploadForClick.vue.mjs +26 -0
- package/es/uploadBefore/components/UploadForClick.vue2.mjs +4 -0
- package/es/uploadBefore/script/api.mjs +32 -0
- package/es/uploadBefore/script/fileTypeAdapter.mjs +37 -0
- package/es/uploadBefore/script/fileUpload.mjs +33 -0
- package/es/uploadBefore/script/uploadHooks.mjs +33 -0
- package/es/uploadBefore.mjs +9 -0
- package/es/uploadStep/component.vue.mjs +122 -0
- package/es/uploadStep/component.vue2.mjs +4 -0
- package/es/uploadStep.mjs +9 -0
- package/es/userAvater/component.vue.mjs +134 -0
- package/es/userAvater/component.vue2.mjs +4 -0
- package/es/userAvater/script/api.mjs +37 -0
- package/es/userAvater.mjs +9 -0
- package/es/userDirector/component.vue.mjs +193 -0
- package/es/userDirector/component.vue2.mjs +4 -0
- package/es/userDirector/components/userTree.vue.mjs +68 -0
- package/es/userDirector/components/userTree.vue2.mjs +4 -0
- package/es/userDirector/script/api.mjs +31 -0
- package/es/userDirector.mjs +9 -0
- package/es/utils/auth.mjs +11 -0
- package/es/utils/date.mjs +21 -0
- package/es/utils/doc.mjs +90 -0
- package/es/utils/filter.mjs +29 -0
- package/es/utils/index.mjs +97 -0
- package/es/utils/request.mjs +26 -0
- package/es/utils/resource.mjs +15 -0
- package/es/utils/transcodeMedia.mjs +34 -0
- package/es/utils/tusUpload.mjs +81 -0
- package/es/utils/typeMap.mjs +173 -0
- package/es/videoThumb/component.vue.mjs +96 -0
- package/es/videoThumb/component.vue2.mjs +4 -0
- package/es/videoThumb/scripts/api.mjs +11 -0
- package/es/videoThumb/scripts/useVideoThumbs.mjs +55 -0
- package/es/videoThumb.mjs +9 -0
- package/es/wechat.png +0 -0
- package/es/word.png +0 -0
- package/es/zip.png +0 -0
- package/lib/_virtual/_commonjs-dynamic-modules.cjs +1 -0
- package/lib/_virtual/_commonjsHelpers.cjs +1 -0
- package/lib/_virtual/_plugin-vue_export-helper.cjs +1 -0
- package/lib/_virtual/dynamic-import-helper.cjs +1 -0
- package/lib/_virtual/gif.cjs +1 -0
- package/lib/_virtual/gif2.cjs +1 -0
- package/lib/appCenter/component.vue.cjs +1 -0
- package/lib/appCenter/component.vue2.cjs +1 -0
- package/lib/appCenter/script/api.cjs +1 -0
- package/lib/appCenter/script/apps.cjs +1 -0
- package/lib/appCenter/script/permissionMap.cjs +1 -0
- package/lib/appCenter/script/routeMap.cjs +1 -0
- package/lib/appCenter.cjs +1 -0
- package/lib/baseFilter/component.vue.cjs +1 -0
- package/lib/baseFilter/component.vue2.cjs +1 -0
- package/lib/baseFilter/components/FilterGroup.vue.cjs +1 -0
- package/lib/baseFilter/components/FilterGroup.vue2.cjs +1 -0
- package/lib/baseFilter/components/filterItem.vue.cjs +1 -0
- package/lib/baseFilter/components/filterItem.vue2.cjs +1 -0
- package/lib/baseFilter.cjs +1 -0
- package/lib/colorPalette/component.vue.cjs +1 -0
- package/lib/colorPalette/component.vue2.cjs +1 -0
- package/lib/colorPalette/components/colorPicker.vue.cjs +1 -0
- package/lib/colorPalette/components/colorPicker.vue2.cjs +1 -0
- package/lib/colorPalette.cjs +1 -0
- package/lib/components.cjs +1 -0
- package/lib/config.cjs +1 -0
- package/lib/contentDetailList/component.vue.cjs +1 -0
- package/lib/contentDetailList/component.vue2.cjs +1 -0
- package/lib/contentDetailList/components/Content/CompoItem/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/Content/CompoItem/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/Content/ContentListItem/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/Content/ContentListItem/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/Content/DocItem/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/Content/DocItem/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/Content/DocMpItem/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/Content/DocMpItem/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/Content/GroupPieceItem/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/Content/GroupPieceItem/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/Content/KongoNavItem/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/Content/KongoNavItem/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/Content/LiveItem/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/Content/LiveItem/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/Content/MaccountItem/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/Content/MaccountItem/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/Content/courseItem/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/Content/courseItem/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/Content/funhdItem/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/Content/funhdItem/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/Content/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/Content/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/CustomWrp/CustomItem.vue.cjs +1 -0
- package/lib/contentDetailList/components/CustomWrp/CustomItem.vue2.cjs +1 -0
- package/lib/contentDetailList/components/CustomWrp/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/CustomWrp/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/Doc/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/Doc/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/Records/MatrixItem/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/Records/MatrixItem/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/Records/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/Records/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.vue2.cjs +1 -0
- package/lib/contentDetailList/components/ShowQRCode/index.vue.cjs +1 -0
- package/lib/contentDetailList/components/ShowQRCode/index.vue2.cjs +1 -0
- package/lib/contentDetailList/script/api.cjs +1 -0
- package/lib/contentDetailList.cjs +1 -0
- package/lib/contentModal/component.vue.cjs +1 -0
- package/lib/contentModal/component.vue2.cjs +1 -0
- package/lib/contentModal/components/CompoList/CompoFilter/index.vue.cjs +1 -0
- package/lib/contentModal/components/CompoList/CompoFilter/index.vue2.cjs +1 -0
- package/lib/contentModal/components/CompoList/index.vue.cjs +1 -0
- package/lib/contentModal/components/CompoList/index.vue2.cjs +1 -0
- package/lib/contentModal/components/ContentList/MediaFilter/index.vue.cjs +1 -0
- package/lib/contentModal/components/ContentList/MediaFilter/index.vue2.cjs +1 -0
- package/lib/contentModal/components/ContentList/index.vue.cjs +1 -0
- package/lib/contentModal/components/ContentList/index.vue2.cjs +1 -0
- package/lib/contentModal/components/Dejin/MediaFilter/index.vue.cjs +1 -0
- package/lib/contentModal/components/Dejin/MediaFilter/index.vue2.cjs +1 -0
- package/lib/contentModal/components/Dejin/index.vue.cjs +1 -0
- package/lib/contentModal/components/Dejin/index.vue2.cjs +1 -0
- package/lib/contentModal/components/EqxiuList/MediaFilter/index.vue.cjs +1 -0
- package/lib/contentModal/components/EqxiuList/MediaFilter/index.vue2.cjs +1 -0
- package/lib/contentModal/components/EqxiuList/index.vue.cjs +1 -0
- package/lib/contentModal/components/EqxiuList/index.vue2.cjs +1 -0
- package/lib/contentModal/components/LiveList/MediaFilter/index.vue.cjs +1 -0
- package/lib/contentModal/components/LiveList/MediaFilter/index.vue2.cjs +1 -0
- package/lib/contentModal/components/LiveList/index.vue.cjs +1 -0
- package/lib/contentModal/components/LiveList/index.vue2.cjs +1 -0
- package/lib/contentModal/components/MpAccountList/MpAccountFilter/index.vue.cjs +1 -0
- package/lib/contentModal/components/MpAccountList/MpAccountFilter/index.vue2.cjs +1 -0
- package/lib/contentModal/components/MpAccountList/index.vue.cjs +1 -0
- package/lib/contentModal/components/MpAccountList/index.vue2.cjs +1 -0
- package/lib/contentModal/components/MpContentList/MediaFilter/index.vue.cjs +1 -0
- package/lib/contentModal/components/MpContentList/MediaFilter/index.vue2.cjs +1 -0
- package/lib/contentModal/components/MpContentList/index.vue.cjs +1 -0
- package/lib/contentModal/components/MpContentList/index.vue2.cjs +1 -0
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.vue.cjs +1 -0
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.vue2.cjs +1 -0
- package/lib/contentModal/components/ViewAllColumn/columnTree/index.vue.cjs +1 -0
- package/lib/contentModal/components/ViewAllColumn/columnTree/index.vue2.cjs +1 -0
- package/lib/contentModal/components/ViewAllColumn/index.vue.cjs +1 -0
- package/lib/contentModal/components/ViewAllColumn/index.vue2.cjs +1 -0
- package/lib/contentModal/components/storeBox/index.vue.cjs +1 -0
- package/lib/contentModal/components/storeBox/index.vue2.cjs +1 -0
- package/lib/contentModal/images/pic-thumb.png.cjs +1 -0
- package/lib/contentModal/images/user.png.cjs +1 -0
- package/lib/contentModal/script/api.cjs +1 -0
- package/lib/contentModal.cjs +1 -0
- package/lib/dataTags/component.vue.cjs +1 -0
- package/lib/dataTags/component.vue2.cjs +1 -0
- package/lib/dataTags.cjs +1 -0
- package/lib/docHistory/component.vue.cjs +1 -0
- package/lib/docHistory/component.vue2.cjs +1 -0
- package/lib/docHistory/components/DocDiffPanel/index.vue.cjs +1 -0
- package/lib/docHistory/components/DocDiffPanel/index.vue2.cjs +1 -0
- package/lib/docHistory/components/DocHistoryList/index.vue.cjs +1 -0
- package/lib/docHistory/components/DocHistoryList/index.vue2.cjs +1 -0
- package/lib/docHistory/scripts/diff.cjs +1 -0
- package/lib/docHistory/scripts/useDocHistory.cjs +1 -0
- package/lib/docHistory.cjs +1 -0
- package/lib/docPreview/component.vue.cjs +1 -0
- package/lib/docPreview/component.vue2.cjs +1 -0
- package/lib/docPreview/components/PreviewIframe.vue.cjs +1 -0
- package/lib/docPreview/components/PreviewIframe.vue2.cjs +1 -0
- package/lib/docPreview/images/phone.png.cjs +1 -0
- package/lib/docPreview/scripts/hook.cjs +1 -0
- package/lib/docPreview.cjs +1 -0
- package/lib/editMetaInfo/component.vue.cjs +1 -0
- package/lib/editMetaInfo/component.vue2.cjs +1 -0
- package/lib/editMetaInfo/components/metaInfoForm.vue.cjs +1 -0
- package/lib/editMetaInfo/components/metaInfoForm.vue2.cjs +1 -0
- package/lib/editMetaInfo/script/api.cjs +1 -0
- package/lib/editMetaInfo.cjs +1 -0
- package/lib/emptyData/component.vue.cjs +1 -0
- package/lib/emptyData/component.vue2.cjs +1 -0
- package/lib/emptyData/svg/acount.vue.cjs +1 -0
- package/lib/emptyData/svg/add.vue.cjs +1 -0
- package/lib/emptyData/svg/add.vue2.cjs +1 -0
- package/lib/emptyData/svg/analize.vue.cjs +1 -0
- package/lib/emptyData/svg/analize_fail.vue.cjs +1 -0
- package/lib/emptyData/svg/empty.vue.cjs +1 -0
- package/lib/emptyData/svg/file.vue.cjs +1 -0
- package/lib/emptyData/svg/manager.vue.cjs +1 -0
- package/lib/emptyData/svg/message.vue.cjs +1 -0
- package/lib/emptyData/svg/noanalize.vue.cjs +1 -0
- package/lib/emptyData/svg/null.vue.cjs +1 -0
- package/lib/emptyData/svg/search.vue.cjs +1 -0
- package/lib/emptyData/svg/star.vue.cjs +1 -0
- package/lib/emptyData/svg/trash.vue.cjs +1 -0
- package/lib/emptyData/svg/user.vue.cjs +1 -0
- package/lib/emptyData.cjs +1 -0
- package/lib/hooks/assets.cjs +1 -0
- package/lib/hooks/batch.cjs +1 -0
- package/lib/hooks/dialogVisible.cjs +1 -0
- package/lib/hooks/source.cjs +1 -0
- package/lib/hooks/toggle.cjs +1 -0
- package/lib/hooks/useAttachement.cjs +1 -0
- package/lib/hooks/useLocalStorage.cjs +1 -0
- package/lib/hooks/usePopper.cjs +1 -0
- package/lib/hooks/useSelection.cjs +1 -0
- package/lib/hooks/useUpload.cjs +1 -0
- package/lib/hooks/user.cjs +1 -0
- package/lib/imageCrop/component.vue.cjs +1 -0
- package/lib/imageCrop/component.vue2.cjs +1 -0
- package/lib/imageCrop/script/api.cjs +1 -0
- package/lib/imageCrop.cjs +1 -0
- package/lib/importData/component.vue.cjs +1 -0
- package/lib/importData/component.vue2.cjs +1 -0
- package/lib/importData.cjs +1 -0
- package/lib/index.cjs +1 -0
- package/lib/mediaFilter/component.vue.cjs +1 -0
- package/lib/mediaFilter/component.vue2.cjs +1 -0
- package/lib/mediaFilter/components/DocFilter.vue.cjs +1 -0
- package/lib/mediaFilter/components/DocFilter.vue2.cjs +1 -0
- package/lib/mediaFilter/components/FilterGroup.vue.cjs +1 -0
- package/lib/mediaFilter/components/FilterGroup.vue2.cjs +1 -0
- package/lib/mediaFilter/components/FilterItem.vue.cjs +1 -0
- package/lib/mediaFilter/components/FilterItem.vue2.cjs +1 -0
- package/lib/mediaFilter/components/MediaFilter.vue.cjs +1 -0
- package/lib/mediaFilter/components/MpAccountFilter.vue.cjs +1 -0
- package/lib/mediaFilter/components/MpAccountFilter.vue2.cjs +1 -0
- package/lib/mediaFilter/components/MpContentFilter.vue.cjs +1 -0
- package/lib/mediaFilter/components/MpContentFilter.vue2.cjs +1 -0
- package/lib/mediaFilter/script/optionsGetter.cjs +1 -0
- package/lib/mediaFilter.cjs +1 -0
- package/lib/mediaView/component.vue.cjs +1 -0
- package/lib/mediaView/component.vue2.cjs +1 -0
- package/lib/mediaView.cjs +1 -0
- package/lib/messageBox/component.vue.cjs +1 -0
- package/lib/messageBox/component.vue2.cjs +1 -0
- package/lib/messageBox/list.vue.cjs +1 -0
- package/lib/messageBox/list.vue2.cjs +1 -0
- package/lib/messageBox/script/api.cjs +1 -0
- package/lib/messageBox.cjs +1 -0
- package/lib/node_modules/.pnpm/gif.js@0.2.0/node_modules/gif.js/dist/gif.cjs +1 -0
- package/lib/previousVersion/component.vue.cjs +1 -0
- package/lib/previousVersion/component.vue2.cjs +1 -0
- package/lib/previousVersion/script/api.cjs +1 -0
- package/lib/previousVersion/script/tool.cjs +1 -0
- package/lib/previousVersion.cjs +1 -0
- package/lib/pro-compo.css +1 -0
- package/lib/resourceGridList/component.vue.cjs +2 -0
- package/lib/resourceGridList/component.vue2.cjs +1 -0
- package/lib/resourceGridList/components/FileTypeThumb/index.vue.cjs +1 -0
- package/lib/resourceGridList/components/FileTypeThumb/index.vue2.cjs +1 -0
- package/lib/resourceGridList.cjs +1 -0
- package/lib/resourceModal/assets/images/sys_load_more.png.cjs +1 -0
- package/lib/resourceModal/assets/images/unknown.png.cjs +1 -0
- package/lib/resourceModal/assets/selection/null.png.cjs +1 -0
- package/lib/resourceModal/component.vue.cjs +1 -0
- package/lib/resourceModal/component.vue2.cjs +1 -0
- package/lib/resourceModal/components/MediaPreviewer/index.vue.cjs +1 -0
- package/lib/resourceModal/components/MediaPreviewer/index.vue2.cjs +1 -0
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.vue.cjs +1 -0
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.vue2.cjs +1 -0
- package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.vue.cjs +1 -0
- package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.vue2.cjs +1 -0
- package/lib/resourceModal/components/MediaSelection/MainContent/index.vue.cjs +1 -0
- package/lib/resourceModal/components/MediaSelection/MainContent/index.vue2.cjs +1 -0
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.vue.cjs +1 -0
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.vue2.cjs +1 -0
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.vue.cjs +1 -0
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.vue2.cjs +1 -0
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.vue.cjs +1 -0
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.vue2.cjs +1 -0
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.vue.cjs +1 -0
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.vue2.cjs +1 -0
- package/lib/resourceModal/components/MediaSelection/index.vue.cjs +1 -0
- package/lib/resourceModal/components/MediaSelection/index.vue2.cjs +1 -0
- package/lib/resourceModal/script/api.cjs +1 -0
- package/lib/resourceModal/script/mediaSelection.cjs +1 -0
- package/lib/resourceModal.cjs +1 -0
- package/lib/selectAddTo/component.vue.cjs +1 -0
- package/lib/selectAddTo/component.vue2.cjs +1 -0
- package/lib/selectAddTo/components/SelectAddToView.vue.cjs +1 -0
- package/lib/selectAddTo/components/SelectAddToView.vue2.cjs +1 -0
- package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.vue.cjs +1 -0
- package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.vue2.cjs +1 -0
- package/lib/selectAddTo/components/ViewAllColumn/index.vue.cjs +1 -0
- package/lib/selectAddTo/components/ViewAllColumn/index.vue2.cjs +1 -0
- package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.cjs +1 -0
- package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.cjs +1 -0
- package/lib/selectAddTo/script/api.cjs +1 -0
- package/lib/selectAddTo/script/useSelectAddToState.cjs +1 -0
- package/lib/selectAddTo.cjs +1 -0
- package/lib/selectAvatarList/component.vue.cjs +1 -0
- package/lib/selectAvatarList/component.vue2.cjs +1 -0
- package/lib/selectAvatarList.cjs +1 -0
- package/lib/selectGategory/component.vue.cjs +1 -0
- package/lib/selectGategory/component.vue2.cjs +1 -0
- package/lib/selectGategory/components/ColumnSelection/index.vue.cjs +1 -0
- package/lib/selectGategory/components/ColumnSelection/index.vue2.cjs +1 -0
- package/lib/selectGategory/script/api.cjs +1 -0
- package/lib/selectGategory.cjs +1 -0
- package/lib/selectResourceModal/assets/images/sys_load_more.png.cjs +1 -0
- package/lib/selectResourceModal/component.vue.cjs +1 -0
- package/lib/selectResourceModal/component.vue2.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListAi/index.vue.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListAi/index.vue2.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListCardWrapper.vue.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListCardWrapper.vue2.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListLocal/Upload.vue.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListLocal/Upload.vue2.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListLocal/index.vue.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListLocal/index.vue2.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListNormal/Filter.vue.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListNormal/Filter.vue2.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListNormal/index.vue.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListNormal/index.vue2.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListSystem/Filter.vue.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListSystem/Filter.vue2.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListSystem/SubList.vue.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListSystem/SubList.vue2.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListSystem/index.vue.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListSystem/index.vue2.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListVideo/index.vue.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListVideo/index.vue2.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListWraper.vue.cjs +1 -0
- package/lib/selectResourceModal/components/List/ListWraper.vue2.cjs +1 -0
- package/lib/selectResourceModal/components/ListSelected/index.vue.cjs +1 -0
- package/lib/selectResourceModal/components/ListSelected/index.vue2.cjs +1 -0
- package/lib/selectResourceModal/components/ListTabs/index.vue.cjs +1 -0
- package/lib/selectResourceModal/components/ListTabs/index.vue2.cjs +1 -0
- package/lib/selectResourceModal/hooks/useResponsiveFilter.cjs +1 -0
- package/lib/selectResourceModal/scripts/selectionApis.cjs +1 -0
- package/lib/selectResourceModal/scripts/useCompoLf.cjs +1 -0
- package/lib/selectResourceModal/scripts/useResourceSelect.cjs +1 -0
- package/lib/selectResourceModal/scripts/useTabFilter.cjs +1 -0
- package/lib/selectResourceModal.cjs +1 -0
- package/lib/selectThumb/component.vue.cjs +1 -0
- package/lib/selectThumb/component.vue2.cjs +1 -0
- package/lib/selectThumb/components/card.vue.cjs +1 -0
- package/lib/selectThumb/components/card.vue2.cjs +1 -0
- package/lib/selectThumb/components/colorPalette.vue.cjs +1 -0
- package/lib/selectThumb/components/colorPalette.vue2.cjs +1 -0
- package/lib/selectThumb/components/colorPicker.vue.cjs +1 -0
- package/lib/selectThumb/components/colorPicker.vue2.cjs +1 -0
- package/lib/selectThumb.cjs +1 -0
- package/lib/thumbCard/assets/magic.png.cjs +1 -0
- package/lib/thumbCard/component.vue.cjs +1 -0
- package/lib/thumbCard/component.vue2.cjs +1 -0
- package/lib/thumbCard/components/ThumbUploading/index.vue.cjs +1 -0
- package/lib/thumbCard/components/ThumbUploading/index.vue2.cjs +1 -0
- package/lib/thumbCard.cjs +1 -0
- package/lib/typeIcons/component.vue.cjs +1 -0
- package/lib/typeIcons/component.vue2.cjs +1 -0
- package/lib/typeIcons.cjs +1 -0
- package/lib/uploadBefore/component.vue.cjs +1 -0
- package/lib/uploadBefore/component.vue2.cjs +1 -0
- package/lib/uploadBefore/components/UploadBefore.vue.cjs +1 -0
- package/lib/uploadBefore/components/UploadBefore.vue2.cjs +1 -0
- package/lib/uploadBefore/components/UploadForClick.vue.cjs +1 -0
- package/lib/uploadBefore/components/UploadForClick.vue2.cjs +1 -0
- package/lib/uploadBefore/script/api.cjs +1 -0
- package/lib/uploadBefore/script/fileTypeAdapter.cjs +1 -0
- package/lib/uploadBefore/script/fileUpload.cjs +1 -0
- package/lib/uploadBefore/script/uploadHooks.cjs +1 -0
- package/lib/uploadBefore.cjs +1 -0
- package/lib/uploadStep/component.vue.cjs +1 -0
- package/lib/uploadStep/component.vue2.cjs +1 -0
- package/lib/uploadStep.cjs +1 -0
- package/lib/userAvater/component.vue.cjs +1 -0
- package/lib/userAvater/component.vue2.cjs +1 -0
- package/lib/userAvater/script/api.cjs +1 -0
- package/lib/userAvater.cjs +1 -0
- package/lib/userDirector/component.vue.cjs +1 -0
- package/lib/userDirector/component.vue2.cjs +1 -0
- package/lib/userDirector/components/userTree.vue.cjs +1 -0
- package/lib/userDirector/components/userTree.vue2.cjs +1 -0
- package/lib/userDirector/script/api.cjs +1 -0
- package/lib/userDirector.cjs +1 -0
- package/lib/utils/auth.cjs +1 -0
- package/lib/utils/date.cjs +1 -0
- package/lib/utils/doc.cjs +1 -0
- package/lib/utils/filter.cjs +1 -0
- package/lib/utils/index.cjs +1 -0
- package/lib/utils/request.cjs +1 -0
- package/lib/utils/resource.cjs +1 -0
- package/lib/utils/transcodeMedia.cjs +1 -0
- package/lib/utils/tusUpload.cjs +1 -0
- package/lib/utils/typeMap.cjs +1 -0
- package/lib/videoThumb/component.vue.cjs +1 -0
- package/lib/videoThumb/component.vue2.cjs +1 -0
- package/lib/videoThumb/scripts/api.cjs +1 -0
- package/lib/videoThumb/scripts/useVideoThumbs.cjs +1 -0
- package/lib/videoThumb.cjs +1 -0
- package/package.json +81 -39
- package/dist/index.css +0 -5065
- package/dist/index.js +0 -17
- package/dist/index.js.map +0 -1
- package/dist/index.less +0 -2
- package/dist/index.min.css +0 -1
- package/dist/index.min.js +0 -11
- package/dist/index.min.js.map +0 -1
- package/es/_virtual/plugin-vue_export-helper.js +0 -7
- package/es/appCenter/component.d.ts +0 -0
- package/es/appCenter/component.js +0 -216
- package/es/appCenter/index.d.ts +0 -2
- package/es/appCenter/index.js +0 -7
- package/es/appCenter/script/api.d.ts +0 -11
- package/es/appCenter/script/api.js +0 -34
- package/es/appCenter/script/apps.js +0 -82
- package/es/appCenter/script/permissionMap.d.ts +0 -6
- package/es/appCenter/script/permissionMap.js +0 -19
- package/es/appCenter/script/routeMap.js +0 -108
- package/es/appCenter/style/css.js +0 -1
- package/es/appCenter/style/index.css +0 -95
- package/es/appCenter/style/index.d.ts +0 -1
- package/es/appCenter/style/index.js +0 -1
- package/es/appCenter/style/index.less +0 -120
- package/es/baseFilter/component.d.ts +0 -0
- package/es/baseFilter/component.js +0 -242
- package/es/baseFilter/components/FilterGroup.d.ts +0 -0
- package/es/baseFilter/components/FilterGroup.js +0 -153
- package/es/baseFilter/components/filterItem.d.ts +0 -0
- package/es/baseFilter/components/filterItem.js +0 -20
- package/es/baseFilter/index.d.ts +0 -2
- package/es/baseFilter/index.js +0 -7
- package/es/baseFilter/style/css.js +0 -1
- package/es/baseFilter/style/filterGroup.less +0 -53
- package/es/baseFilter/style/index.css +0 -77
- package/es/baseFilter/style/index.d.ts +0 -1
- package/es/baseFilter/style/index.js +0 -1
- package/es/baseFilter/style/index.less +0 -45
- package/es/colorPalette/component.d.ts +0 -0
- package/es/colorPalette/component.js +0 -89
- package/es/colorPalette/components/colorPicker.d.ts +0 -0
- package/es/colorPalette/components/colorPicker.js +0 -55
- package/es/colorPalette/index.d.ts +0 -2
- package/es/colorPalette/index.js +0 -7
- package/es/colorPalette/style/css.js +0 -1
- package/es/colorPalette/style/index.css +0 -35
- package/es/colorPalette/style/index.d.ts +0 -1
- package/es/colorPalette/style/index.js +0 -1
- package/es/colorPalette/style/index.less +0 -44
- package/es/components.d.ts +0 -5
- package/es/components.js +0 -11
- package/es/config.js +0 -6
- package/es/contentDetailList/__demo__/matrix/platform.d.ts +0 -36
- package/es/contentDetailList/component.d.ts +0 -0
- package/es/contentDetailList/component.js +0 -339
- package/es/contentDetailList/components/Content/CompoItem/index.js +0 -94
- package/es/contentDetailList/components/Content/ContentListItem/index.js +0 -124
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +0 -70
- package/es/contentDetailList/components/Content/DocItem/index.js +0 -240
- package/es/contentDetailList/components/Content/DocMpItem/index.js +0 -133
- package/es/contentDetailList/components/Content/GroupPieceItem/index.js +0 -136
- package/es/contentDetailList/components/Content/KongoNavItem/index.js +0 -146
- package/es/contentDetailList/components/Content/LiveItem/index.js +0 -98
- package/es/contentDetailList/components/Content/MaccountItem/index.js +0 -108
- package/es/contentDetailList/components/Content/courseItem/index.js +0 -108
- package/es/contentDetailList/components/Content/funhdItem/index.js +0 -108
- package/es/contentDetailList/components/Content/index.js +0 -491
- package/es/contentDetailList/components/CustomWrp/CustomItem.d.ts +0 -0
- package/es/contentDetailList/components/CustomWrp/CustomItem.js +0 -150
- package/es/contentDetailList/components/CustomWrp/index.js +0 -66
- package/es/contentDetailList/components/Doc/index.js +0 -57
- package/es/contentDetailList/components/Records/MatrixItem/index.js +0 -196
- package/es/contentDetailList/components/Records/index.js +0 -59
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +0 -281
- package/es/contentDetailList/components/ShowQRCode/index.js +0 -76
- package/es/contentDetailList/index.d.ts +0 -2
- package/es/contentDetailList/index.js +0 -7
- package/es/contentDetailList/script/api.d.ts +0 -6
- package/es/contentDetailList/script/api.js +0 -16
- package/es/contentDetailList/style/ComoItem.less +0 -99
- package/es/contentDetailList/style/Content.less +0 -49
- package/es/contentDetailList/style/ContentListItem.less +0 -132
- package/es/contentDetailList/style/CustomItem.less +0 -25
- package/es/contentDetailList/style/Doc.less +0 -3
- package/es/contentDetailList/style/DocItem.less +0 -152
- package/es/contentDetailList/style/DocMpItem.less +0 -135
- package/es/contentDetailList/style/GroupPieceItem.less +0 -108
- package/es/contentDetailList/style/KongoNavItem.less +0 -104
- package/es/contentDetailList/style/LiveItem.less +0 -108
- package/es/contentDetailList/style/MaccountItem.less +0 -111
- package/es/contentDetailList/style/MatrixItem.less +0 -214
- package/es/contentDetailList/style/QrCodeView.less +0 -93
- package/es/contentDetailList/style/ShowQRCode.less +0 -3
- package/es/contentDetailList/style/courseItem.less +0 -108
- package/es/contentDetailList/style/css.js +0 -1
- package/es/contentDetailList/style/funhdItem.less +0 -108
- package/es/contentDetailList/style/index.css +0 -1325
- package/es/contentDetailList/style/index.d.ts +0 -1
- package/es/contentDetailList/style/index.js +0 -1
- package/es/contentDetailList/style/index.less +0 -30
- package/es/contentModal/component.d.ts +0 -0
- package/es/contentModal/component.js +0 -453
- package/es/contentModal/components/CompoList/CompoFilter/index.js +0 -115
- package/es/contentModal/components/CompoList/index.js +0 -266
- package/es/contentModal/components/ContentList/MediaFilter/index.js +0 -113
- package/es/contentModal/components/ContentList/index.js +0 -270
- package/es/contentModal/components/Dejin/MediaFilter/index.js +0 -128
- package/es/contentModal/components/Dejin/index.js +0 -243
- package/es/contentModal/components/EqxiuList/MediaFilter/index.js +0 -79
- package/es/contentModal/components/EqxiuList/index.js +0 -239
- package/es/contentModal/components/LiveList/MediaFilter/index.js +0 -75
- package/es/contentModal/components/LiveList/index.js +0 -240
- package/es/contentModal/components/MpAccountList/MpAccountFilter/index.js +0 -65
- package/es/contentModal/components/MpAccountList/index.js +0 -238
- package/es/contentModal/components/MpContentList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/MpContentList/MediaFilter/index.js +0 -137
- package/es/contentModal/components/MpContentList/index.d.ts +0 -0
- package/es/contentModal/components/MpContentList/index.js +0 -232
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +0 -319
- 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/ViewAllColumn/index.js +0 -355
- package/es/contentModal/components/storeBox/index.d.ts +0 -0
- package/es/contentModal/components/storeBox/index.js +0 -114
- package/es/contentModal/images/pic-thumb.js +0 -2
- package/es/contentModal/images/user.js +0 -2
- package/es/contentModal/index.d.ts +0 -2
- package/es/contentModal/index.js +0 -7
- package/es/contentModal/script/api.d.ts +0 -18
- package/es/contentModal/script/api.js +0 -101
- package/es/contentModal/style/MediaFilter.less +0 -47
- package/es/contentModal/style/ViewAllColumn.less +0 -68
- package/es/contentModal/style/columnTree.less +0 -32
- package/es/contentModal/style/css.js +0 -1
- package/es/contentModal/style/index.css +0 -181
- package/es/contentModal/style/index.d.ts +0 -1
- package/es/contentModal/style/index.js +0 -1
- package/es/contentModal/style/index.less +0 -23
- package/es/contentModal/style/storeBox.less +0 -55
- package/es/dataTags/component.d.ts +0 -0
- package/es/dataTags/component.js +0 -259
- package/es/dataTags/index.d.ts +0 -2
- package/es/dataTags/index.js +0 -7
- package/es/dataTags/style/css.js +0 -1
- package/es/dataTags/style/index.css +0 -55
- package/es/dataTags/style/index.d.ts +0 -1
- package/es/dataTags/style/index.js +0 -1
- package/es/dataTags/style/index.less +0 -73
- package/es/docHistory/component.d.ts +0 -0
- package/es/docHistory/component.js +0 -130
- package/es/docHistory/components/DocDiffPanel/index.d.ts +0 -0
- package/es/docHistory/components/DocDiffPanel/index.js +0 -25
- package/es/docHistory/components/DocHistoryList/index.d.ts +0 -0
- package/es/docHistory/components/DocHistoryList/index.js +0 -37
- package/es/docHistory/index.d.ts +0 -2
- package/es/docHistory/index.js +0 -7
- package/es/docHistory/scripts/diff.js +0 -293
- package/es/docHistory/scripts/useDocHistory.d.ts +0 -10
- package/es/docHistory/scripts/useDocHistory.js +0 -71
- package/es/docHistory/style/css.js +0 -1
- package/es/docHistory/style/docDiffPanel.less +0 -43
- package/es/docHistory/style/docHistoryList.less +0 -58
- package/es/docHistory/style/index.css +0 -107
- package/es/docHistory/style/index.d.ts +0 -1
- package/es/docHistory/style/index.js +0 -1
- package/es/docHistory/style/index.less +0 -32
- package/es/docPreview/component.d.ts +0 -0
- package/es/docPreview/component.js +0 -194
- package/es/docPreview/components/PreviewIframe.d.ts +0 -0
- package/es/docPreview/components/PreviewIframe.js +0 -36
- package/es/docPreview/images/phone.js +0 -2
- package/es/docPreview/index.d.ts +0 -2
- package/es/docPreview/index.js +0 -7
- package/es/docPreview/scripts/api.d.ts +0 -1
- package/es/docPreview/scripts/hook.d.ts +0 -33
- package/es/docPreview/scripts/hook.js +0 -140
- package/es/docPreview/style/css.js +0 -1
- package/es/docPreview/style/index.css +0 -149
- package/es/docPreview/style/index.d.ts +0 -1
- package/es/docPreview/style/index.js +0 -1
- package/es/docPreview/style/index.less +0 -140
- package/es/docPreview/style/previewIframe.less +0 -36
- package/es/editMetaInfo/component.d.ts +0 -0
- package/es/editMetaInfo/component.js +0 -135
- package/es/editMetaInfo/components/metaInfoForm.d.ts +0 -0
- package/es/editMetaInfo/components/metaInfoForm.js +0 -793
- package/es/editMetaInfo/index.d.ts +0 -2
- package/es/editMetaInfo/index.js +0 -7
- package/es/editMetaInfo/script/api.d.ts +0 -6
- package/es/editMetaInfo/script/api.js +0 -17
- package/es/editMetaInfo/style/css.js +0 -1
- package/es/editMetaInfo/style/index.css +0 -37
- package/es/editMetaInfo/style/index.d.ts +0 -1
- package/es/editMetaInfo/style/index.js +0 -1
- package/es/editMetaInfo/style/index.less +0 -60
- package/es/emptyData/component.d.ts +0 -0
- package/es/emptyData/component.js +0 -99
- package/es/emptyData/index.d.ts +0 -2
- package/es/emptyData/index.js +0 -7
- package/es/emptyData/style/css.js +0 -1
- package/es/emptyData/style/index.css +0 -29
- package/es/emptyData/style/index.d.ts +0 -1
- package/es/emptyData/style/index.js +0 -1
- package/es/emptyData/style/index.less +0 -34
- package/es/emptyData/svg/acount.js +0 -17
- package/es/emptyData/svg/add.d.ts +0 -0
- package/es/emptyData/svg/add.js +0 -20
- package/es/emptyData/svg/analize.js +0 -17
- package/es/emptyData/svg/analize_fail.js +0 -17
- package/es/emptyData/svg/empty.js +0 -17
- package/es/emptyData/svg/file.js +0 -17
- package/es/emptyData/svg/manager.js +0 -17
- package/es/emptyData/svg/message.js +0 -28
- package/es/emptyData/svg/noanalize.js +0 -17
- package/es/emptyData/svg/null.js +0 -17
- package/es/emptyData/svg/search.js +0 -17
- package/es/emptyData/svg/star.js +0 -17
- package/es/emptyData/svg/trash.js +0 -17
- package/es/emptyData/svg/user.js +0 -17
- package/es/hooks/assets.d.ts +0 -1
- package/es/hooks/assets.js +0 -9
- package/es/hooks/batch.d.ts +0 -8
- package/es/hooks/batch.js +0 -26
- package/es/hooks/dialogVisible.d.ts +0 -8
- package/es/hooks/dialogVisible.js +0 -19
- package/es/hooks/source.d.ts +0 -9
- package/es/hooks/source.js +0 -31
- package/es/hooks/toggle.d.ts +0 -6
- package/es/hooks/toggle.js +0 -9
- package/es/hooks/useAttachement.d.ts +0 -53
- package/es/hooks/useAttachement.js +0 -151
- package/es/hooks/useLocalStorage.js +0 -33
- package/es/hooks/useMediaContext.d.ts +0 -12
- package/es/hooks/usePopper.d.ts +0 -8
- package/es/hooks/usePopper.js +0 -49
- package/es/hooks/useSelection.d.ts +0 -30
- package/es/hooks/useSelection.js +0 -59
- package/es/hooks/useUpload.d.ts +0 -30
- package/es/hooks/useUpload.js +0 -255
- package/es/hooks/user.d.ts +0 -9
- package/es/hooks/user.js +0 -48
- package/es/imageCrop/component.d.ts +0 -0
- package/es/imageCrop/component.js +0 -496
- package/es/imageCrop/index.d.ts +0 -2
- package/es/imageCrop/index.js +0 -7
- package/es/imageCrop/script/api.d.ts +0 -1
- package/es/imageCrop/script/api.js +0 -11
- package/es/imageCrop/style/cropper.less +0 -291
- package/es/imageCrop/style/css.js +0 -1
- package/es/imageCrop/style/imageCropper.less +0 -133
- package/es/imageCrop/style/index.css +0 -366
- package/es/imageCrop/style/index.d.ts +0 -1
- package/es/imageCrop/style/index.js +0 -1
- package/es/imageCrop/style/index.less +0 -2
- package/es/importData/component.d.ts +0 -0
- package/es/importData/component.js +0 -173
- package/es/importData/index.d.ts +0 -2
- package/es/importData/index.js +0 -7
- package/es/importData/style/css.js +0 -1
- package/es/importData/style/index.css +0 -40
- package/es/importData/style/index.d.ts +0 -1
- package/es/importData/style/index.js +0 -1
- package/es/importData/style/index.less +0 -48
- package/es/index.css +0 -5065
- package/es/index.d.ts +0 -30
- package/es/index.js +0 -30
- package/es/index.less +0 -30
- package/es/mediaFilter/component.d.ts +0 -0
- package/es/mediaFilter/component.js +0 -46
- package/es/mediaFilter/components/DocFilter.d.ts +0 -0
- package/es/mediaFilter/components/DocFilter.js +0 -256
- package/es/mediaFilter/components/FilterGroup.d.ts +0 -0
- package/es/mediaFilter/components/FilterGroup.js +0 -184
- package/es/mediaFilter/components/FilterItem.d.ts +0 -0
- package/es/mediaFilter/components/FilterItem.js +0 -113
- package/es/mediaFilter/components/MediaFilter.js +0 -8
- package/es/mediaFilter/components/MpAccountFilter.d.ts +0 -0
- package/es/mediaFilter/components/MpAccountFilter.js +0 -12
- package/es/mediaFilter/components/MpContentFilter.d.ts +0 -0
- package/es/mediaFilter/components/MpContentFilter.js +0 -12
- package/es/mediaFilter/index.d.ts +0 -3
- package/es/mediaFilter/index.js +0 -7
- package/es/mediaFilter/script/optionsGetter.d.ts +0 -26
- package/es/mediaFilter/script/optionsGetter.js +0 -82
- package/es/mediaFilter/script/types.d.ts +0 -16
- package/es/mediaFilter/style/css.js +0 -1
- package/es/mediaFilter/style/index.css +0 -94
- package/es/mediaFilter/style/index.d.ts +0 -1
- package/es/mediaFilter/style/index.js +0 -1
- package/es/mediaFilter/style/index.less +0 -115
- package/es/mediaView/component.d.ts +0 -0
- package/es/mediaView/component.js +0 -63
- package/es/mediaView/index.d.ts +0 -2
- package/es/mediaView/index.js +0 -7
- package/es/mediaView/style/css.js +0 -1
- package/es/mediaView/style/index.css +0 -64
- package/es/mediaView/style/index.d.ts +0 -1
- package/es/mediaView/style/index.js +0 -1
- package/es/mediaView/style/index.less +0 -71
- package/es/messageBox/component.d.ts +0 -0
- package/es/messageBox/component.js +0 -145
- package/es/messageBox/index.d.ts +0 -2
- package/es/messageBox/index.js +0 -7
- package/es/messageBox/list.d.ts +0 -0
- package/es/messageBox/list.js +0 -121
- package/es/messageBox/script/api.d.ts +0 -6
- package/es/messageBox/script/api.js +0 -16
- package/es/messageBox/style/css.js +0 -1
- package/es/messageBox/style/index.css +0 -61
- package/es/messageBox/style/index.d.ts +0 -1
- package/es/messageBox/style/index.js +0 -1
- package/es/messageBox/style/index.less +0 -76
- package/es/previousVersion/component.d.ts +0 -0
- package/es/previousVersion/component.js +0 -378
- package/es/previousVersion/index.d.ts +0 -2
- package/es/previousVersion/index.js +0 -7
- package/es/previousVersion/script/api.d.ts +0 -15
- package/es/previousVersion/script/api.js +0 -39
- package/es/previousVersion/script/tool.js +0 -22
- package/es/previousVersion/style/css.js +0 -1
- package/es/previousVersion/style/index.css +0 -166
- package/es/previousVersion/style/index.d.ts +0 -1
- package/es/previousVersion/style/index.js +0 -1
- package/es/previousVersion/style/index.less +0 -209
- package/es/resourceGridList/component.d.ts +0 -0
- package/es/resourceGridList/component.js +0 -238
- package/es/resourceGridList/components/FileTypeThumb/index.d.ts +0 -0
- package/es/resourceGridList/components/FileTypeThumb/index.js +0 -161
- package/es/resourceGridList/index.d.ts +0 -2
- package/es/resourceGridList/index.js +0 -7
- package/es/resourceGridList/style/FileTypeThumb.less +0 -96
- package/es/resourceGridList/style/css.js +0 -1
- package/es/resourceGridList/style/index.css +0 -284
- package/es/resourceGridList/style/index.d.ts +0 -1
- package/es/resourceGridList/style/index.js +0 -1
- package/es/resourceGridList/style/index.less +0 -233
- package/es/resourceModal/assets/images/sys_load_more.js +0 -2
- package/es/resourceModal/assets/images/unknown.js +0 -2
- package/es/resourceModal/assets/selection/null.js +0 -2
- package/es/resourceModal/component.d.ts +0 -0
- package/es/resourceModal/component.js +0 -82
- package/es/resourceModal/components/MediaPreviewer/index.d.ts +0 -0
- package/es/resourceModal/components/MediaPreviewer/index.js +0 -67
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +0 -102
- package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +0 -127
- package/es/resourceModal/components/MediaSelection/MainContent/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +0 -215
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +0 -139
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +0 -102
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +0 -99
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +0 -217
- package/es/resourceModal/components/MediaSelection/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/index.js +0 -324
- package/es/resourceModal/index.d.ts +0 -2
- package/es/resourceModal/index.js +0 -7
- package/es/resourceModal/script/api.d.ts +0 -25
- package/es/resourceModal/script/api.js +0 -50
- package/es/resourceModal/script/mediaSelection.d.ts +0 -14
- package/es/resourceModal/script/mediaSelection.js +0 -10
- package/es/resourceModal/style/DocAiMediaSelected.less +0 -55
- package/es/resourceModal/style/FileTypeThumb.less +0 -205
- package/es/resourceModal/style/MainContent.less +0 -222
- package/es/resourceModal/style/MediaPreviewer.less +0 -71
- package/es/resourceModal/style/MediaSelection.less +0 -69
- package/es/resourceModal/style/SystemResourceSelected.less +0 -154
- package/es/resourceModal/style/ToolbarSearch.less +0 -53
- package/es/resourceModal/style/css.js +0 -1
- package/es/resourceModal/style/index.css +0 -700
- package/es/resourceModal/style/index.d.ts +0 -1
- package/es/resourceModal/style/index.js +0 -1
- package/es/resourceModal/style/index.less +0 -18
- package/es/selectAvatarList/component.d.ts +0 -0
- package/es/selectAvatarList/component.js +0 -106
- package/es/selectAvatarList/index.d.ts +0 -2
- package/es/selectAvatarList/index.js +0 -7
- package/es/selectAvatarList/style/css.js +0 -1
- package/es/selectAvatarList/style/index.css +0 -4
- package/es/selectAvatarList/style/index.d.ts +0 -1
- package/es/selectAvatarList/style/index.js +0 -1
- package/es/selectAvatarList/style/index.less +0 -4
- package/es/selectGategory/component.d.ts +0 -0
- package/es/selectGategory/component.js +0 -87
- package/es/selectGategory/components/ColumnSelection/index.d.ts +0 -0
- package/es/selectGategory/components/ColumnSelection/index.js +0 -277
- package/es/selectGategory/index.d.ts +0 -2
- package/es/selectGategory/index.js +0 -7
- package/es/selectGategory/script/api.d.ts +0 -6
- package/es/selectGategory/script/api.js +0 -15
- package/es/selectGategory/style/ColumnSelection.less +0 -190
- package/es/selectGategory/style/css.js +0 -1
- package/es/selectGategory/style/index.css +0 -180
- package/es/selectGategory/style/index.d.ts +0 -1
- package/es/selectGategory/style/index.js +0 -1
- package/es/selectGategory/style/index.less +0 -40
- package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +0 -268
- package/es/selectResourceModal/__demo__/module/basic.d.ts +0 -299
- package/es/selectResourceModal/assets/images/sys_load_more.js +0 -2
- package/es/selectResourceModal/component.d.ts +0 -0
- package/es/selectResourceModal/component.js +0 -185
- package/es/selectResourceModal/components/List/ListAi/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListAi/index.js +0 -52
- package/es/selectResourceModal/components/List/ListCardWrapper.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListCardWrapper.js +0 -101
- package/es/selectResourceModal/components/List/ListLocal/Upload.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListLocal/Upload.js +0 -71
- package/es/selectResourceModal/components/List/ListLocal/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListLocal/index.js +0 -92
- package/es/selectResourceModal/components/List/ListNormal/Filter.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListNormal/Filter.js +0 -419
- package/es/selectResourceModal/components/List/ListNormal/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListNormal/index.js +0 -91
- package/es/selectResourceModal/components/List/ListSystem/Filter.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/Filter.js +0 -141
- package/es/selectResourceModal/components/List/ListSystem/SubList.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/SubList.js +0 -66
- package/es/selectResourceModal/components/List/ListSystem/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/index.js +0 -107
- package/es/selectResourceModal/components/List/ListVideo/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListVideo/index.js +0 -41
- package/es/selectResourceModal/components/List/ListWraper.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListWraper.js +0 -66
- package/es/selectResourceModal/components/ListSelected/index.d.ts +0 -0
- package/es/selectResourceModal/components/ListSelected/index.js +0 -106
- package/es/selectResourceModal/components/ListTabs/index.d.ts +0 -0
- package/es/selectResourceModal/components/ListTabs/index.js +0 -56
- package/es/selectResourceModal/hooks/useResponsiveFilter.d.ts +0 -21
- package/es/selectResourceModal/hooks/useResponsiveFilter.js +0 -142
- package/es/selectResourceModal/index.d.ts +0 -2
- package/es/selectResourceModal/index.js +0 -7
- package/es/selectResourceModal/scripts/selectionApis.d.ts +0 -2
- package/es/selectResourceModal/scripts/selectionApis.js +0 -15
- package/es/selectResourceModal/scripts/useCompoLf.d.ts +0 -27
- package/es/selectResourceModal/scripts/useCompoLf.js +0 -43
- package/es/selectResourceModal/scripts/useResourceSelect.d.ts +0 -7
- package/es/selectResourceModal/scripts/useResourceSelect.js +0 -29
- package/es/selectResourceModal/scripts/useTabFilter.d.ts +0 -22
- package/es/selectResourceModal/scripts/useTabFilter.js +0 -56
- package/es/selectResourceModal/style/css.js +0 -1
- package/es/selectResourceModal/style/index.css +0 -349
- package/es/selectResourceModal/style/index.d.ts +0 -1
- package/es/selectResourceModal/style/index.js +0 -1
- package/es/selectResourceModal/style/index.less +0 -46
- package/es/selectResourceModal/style/list.less +0 -202
- package/es/selectResourceModal/style/listCardWrapper.less +0 -97
- package/es/selectResourceModal/style/listSelected.less +0 -94
- package/es/selectThumb/component.d.ts +0 -0
- package/es/selectThumb/component.js +0 -660
- package/es/selectThumb/components/card.d.ts +0 -0
- package/es/selectThumb/components/card.js +0 -178
- package/es/selectThumb/components/colorPalette.d.ts +0 -0
- package/es/selectThumb/components/colorPalette.js +0 -82
- package/es/selectThumb/components/colorPicker.d.ts +0 -0
- package/es/selectThumb/components/colorPicker.js +0 -55
- package/es/selectThumb/index.d.ts +0 -2
- package/es/selectThumb/index.js +0 -7
- package/es/selectThumb/style/card.less +0 -95
- package/es/selectThumb/style/colorPalette.less +0 -31
- package/es/selectThumb/style/css.js +0 -1
- package/es/selectThumb/style/index.css +0 -155
- package/es/selectThumb/style/index.d.ts +0 -1
- package/es/selectThumb/style/index.js +0 -1
- package/es/selectThumb/style/index.less +0 -62
- package/es/style/index.less +0 -1
- package/es/style.css +0 -6
- package/es/thumbCard/assets/magic.js +0 -2
- package/es/thumbCard/component.d.ts +0 -0
- package/es/thumbCard/component.js +0 -116
- package/es/thumbCard/components/ThumbUploading/index.d.ts +0 -0
- package/es/thumbCard/components/ThumbUploading/index.js +0 -42
- package/es/thumbCard/index.d.ts +0 -2
- package/es/thumbCard/index.js +0 -7
- package/es/thumbCard/style/css.js +0 -1
- package/es/thumbCard/style/index.css +0 -91
- package/es/thumbCard/style/index.d.ts +0 -1
- package/es/thumbCard/style/index.js +0 -1
- package/es/thumbCard/style/index.less +0 -90
- package/es/thumbCard/style/thumbUploading.less +0 -26
- package/es/typeIcons/component.d.ts +0 -0
- package/es/typeIcons/component.js +0 -89
- package/es/typeIcons/index.d.ts +0 -2
- package/es/typeIcons/index.js +0 -7
- package/es/typeIcons/style/css.js +0 -1
- package/es/typeIcons/style/index.css +0 -6
- package/es/typeIcons/style/index.d.ts +0 -1
- package/es/typeIcons/style/index.js +0 -1
- package/es/typeIcons/style/index.less +0 -6
- package/es/uploadBefore/component.d.ts +0 -0
- package/es/uploadBefore/component.js +0 -80
- package/es/uploadBefore/components/UploadBefore.d.ts +0 -0
- package/es/uploadBefore/components/UploadBefore.js +0 -227
- package/es/uploadBefore/components/UploadForClick.d.ts +0 -0
- package/es/uploadBefore/components/UploadForClick.js +0 -28
- package/es/uploadBefore/index.d.ts +0 -2
- package/es/uploadBefore/index.js +0 -7
- package/es/uploadBefore/script/api.d.ts +0 -16
- package/es/uploadBefore/script/api.js +0 -27
- package/es/uploadBefore/script/fileTypeAdapter.d.ts +0 -39
- package/es/uploadBefore/script/fileTypeAdapter.js +0 -48
- package/es/uploadBefore/script/fileUpload.d.ts +0 -7
- package/es/uploadBefore/script/fileUpload.js +0 -39
- package/es/uploadBefore/script/uploadHooks.d.ts +0 -96
- package/es/uploadBefore/script/uploadHooks.js +0 -33
- package/es/uploadBefore/style/css.js +0 -1
- package/es/uploadBefore/style/index.css +0 -111
- package/es/uploadBefore/style/index.d.ts +0 -1
- package/es/uploadBefore/style/index.js +0 -1
- package/es/uploadBefore/style/index.less +0 -144
- package/es/uploadStep/component.d.ts +0 -0
- package/es/uploadStep/component.js +0 -149
- package/es/uploadStep/index.d.ts +0 -2
- package/es/uploadStep/index.js +0 -7
- package/es/uploadStep/style/css.js +0 -1
- package/es/uploadStep/style/index.css +0 -117
- package/es/uploadStep/style/index.d.ts +0 -1
- package/es/uploadStep/style/index.js +0 -1
- package/es/uploadStep/style/index.less +0 -152
- package/es/userAvater/component.d.ts +0 -0
- package/es/userAvater/component.js +0 -167
- package/es/userAvater/index.d.ts +0 -2
- package/es/userAvater/index.js +0 -7
- package/es/userAvater/script/api.d.ts +0 -8
- package/es/userAvater/script/api.js +0 -32
- package/es/userAvater/style/css.js +0 -1
- package/es/userAvater/style/index.css +0 -50
- package/es/userAvater/style/index.d.ts +0 -1
- package/es/userAvater/style/index.js +0 -1
- package/es/userAvater/style/index.less +0 -54
- package/es/userDirector/component.d.ts +0 -0
- package/es/userDirector/component.js +0 -278
- package/es/userDirector/components/userTree.d.ts +0 -0
- package/es/userDirector/components/userTree.js +0 -76
- package/es/userDirector/index.d.ts +0 -2
- package/es/userDirector/index.js +0 -7
- package/es/userDirector/script/api.d.ts +0 -10
- package/es/userDirector/script/api.js +0 -26
- package/es/userDirector/style/css.js +0 -1
- package/es/userDirector/style/index.css +0 -74
- package/es/userDirector/style/index.d.ts +0 -1
- package/es/userDirector/style/index.js +0 -1
- package/es/userDirector/style/index.less +0 -96
- package/es/utils/auth.js +0 -9
- package/es/utils/date.js +0 -27
- package/es/utils/doc.d.ts +0 -76
- package/es/utils/doc.js +0 -110
- package/es/utils/filter.d.ts +0 -21
- package/es/utils/filter.js +0 -34
- package/es/utils/index.js +0 -149
- package/es/utils/request.d.ts +0 -9
- package/es/utils/request.js +0 -40
- package/es/utils/resource.js +0 -13
- package/es/utils/transcodeMedia.d.ts +0 -13
- package/es/utils/transcodeMedia.js +0 -46
- package/es/utils/tusUpload.js +0 -84
- package/es/utils/typeMap.js +0 -177
- package/es/videoThumb/component.d.ts +0 -0
- package/es/videoThumb/component.js +0 -120
- package/es/videoThumb/index.d.ts +0 -2
- package/es/videoThumb/index.js +0 -7
- package/es/videoThumb/scripts/api.d.ts +0 -9
- package/es/videoThumb/scripts/api.js +0 -11
- package/es/videoThumb/scripts/useVideoThumbs.d.ts +0 -12
- package/es/videoThumb/scripts/useVideoThumbs.js +0 -76
- package/es/videoThumb/style/css.js +0 -1
- package/es/videoThumb/style/index.css +0 -63
- package/es/videoThumb/style/index.d.ts +0 -1
- package/es/videoThumb/style/index.js +0 -1
- package/es/videoThumb/style/index.less +0 -77
- package/lib/_virtual/plugin-vue_export-helper.js +0 -8
- package/lib/appCenter/component.js +0 -217
- package/lib/appCenter/index.js +0 -8
- package/lib/appCenter/script/api.js +0 -40
- package/lib/appCenter/script/apps.js +0 -83
- package/lib/appCenter/script/permissionMap.js +0 -20
- package/lib/appCenter/script/routeMap.js +0 -109
- package/lib/appCenter/style/css.js +0 -2
- package/lib/appCenter/style/index.css +0 -95
- package/lib/appCenter/style/index.js +0 -2
- package/lib/appCenter/style/index.less +0 -120
- package/lib/baseFilter/component.js +0 -243
- package/lib/baseFilter/components/FilterGroup.js +0 -154
- package/lib/baseFilter/components/filterItem.js +0 -21
- package/lib/baseFilter/index.js +0 -8
- package/lib/baseFilter/style/css.js +0 -2
- package/lib/baseFilter/style/filterGroup.less +0 -53
- package/lib/baseFilter/style/index.css +0 -77
- package/lib/baseFilter/style/index.js +0 -2
- package/lib/baseFilter/style/index.less +0 -45
- package/lib/colorPalette/component.js +0 -90
- package/lib/colorPalette/components/colorPicker.js +0 -56
- package/lib/colorPalette/index.js +0 -8
- package/lib/colorPalette/style/css.js +0 -2
- package/lib/colorPalette/style/index.css +0 -35
- package/lib/colorPalette/style/index.js +0 -2
- package/lib/colorPalette/style/index.less +0 -44
- package/lib/components.js +0 -12
- package/lib/config.js +0 -11
- package/lib/contentDetailList/component.js +0 -344
- package/lib/contentDetailList/components/Content/CompoItem/index.js +0 -95
- package/lib/contentDetailList/components/Content/ContentListItem/index.js +0 -125
- package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +0 -71
- package/lib/contentDetailList/components/Content/DocItem/index.js +0 -241
- package/lib/contentDetailList/components/Content/DocMpItem/index.js +0 -134
- package/lib/contentDetailList/components/Content/GroupPieceItem/index.js +0 -137
- package/lib/contentDetailList/components/Content/KongoNavItem/index.js +0 -147
- package/lib/contentDetailList/components/Content/LiveItem/index.js +0 -99
- package/lib/contentDetailList/components/Content/MaccountItem/index.js +0 -109
- package/lib/contentDetailList/components/Content/courseItem/index.js +0 -109
- package/lib/contentDetailList/components/Content/funhdItem/index.js +0 -109
- package/lib/contentDetailList/components/Content/index.js +0 -492
- package/lib/contentDetailList/components/CustomWrp/CustomItem.js +0 -151
- package/lib/contentDetailList/components/CustomWrp/index.js +0 -67
- package/lib/contentDetailList/components/Doc/index.js +0 -58
- package/lib/contentDetailList/components/Records/MatrixItem/index.js +0 -197
- package/lib/contentDetailList/components/Records/index.js +0 -60
- package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +0 -286
- package/lib/contentDetailList/components/ShowQRCode/index.js +0 -77
- package/lib/contentDetailList/index.js +0 -8
- package/lib/contentDetailList/script/api.js +0 -19
- package/lib/contentDetailList/style/ComoItem.less +0 -99
- package/lib/contentDetailList/style/Content.less +0 -49
- package/lib/contentDetailList/style/ContentListItem.less +0 -132
- package/lib/contentDetailList/style/CustomItem.less +0 -25
- package/lib/contentDetailList/style/Doc.less +0 -3
- package/lib/contentDetailList/style/DocItem.less +0 -152
- package/lib/contentDetailList/style/DocMpItem.less +0 -135
- package/lib/contentDetailList/style/GroupPieceItem.less +0 -108
- package/lib/contentDetailList/style/KongoNavItem.less +0 -104
- package/lib/contentDetailList/style/LiveItem.less +0 -108
- package/lib/contentDetailList/style/MaccountItem.less +0 -111
- package/lib/contentDetailList/style/MatrixItem.less +0 -214
- package/lib/contentDetailList/style/QrCodeView.less +0 -93
- package/lib/contentDetailList/style/ShowQRCode.less +0 -3
- package/lib/contentDetailList/style/courseItem.less +0 -108
- package/lib/contentDetailList/style/css.js +0 -2
- package/lib/contentDetailList/style/funhdItem.less +0 -108
- package/lib/contentDetailList/style/index.css +0 -1325
- package/lib/contentDetailList/style/index.js +0 -2
- package/lib/contentDetailList/style/index.less +0 -30
- package/lib/contentModal/component.js +0 -454
- package/lib/contentModal/components/CompoList/CompoFilter/index.js +0 -116
- package/lib/contentModal/components/CompoList/index.js +0 -267
- package/lib/contentModal/components/ContentList/MediaFilter/index.js +0 -114
- package/lib/contentModal/components/ContentList/index.js +0 -271
- package/lib/contentModal/components/Dejin/MediaFilter/index.js +0 -129
- package/lib/contentModal/components/Dejin/index.js +0 -244
- package/lib/contentModal/components/EqxiuList/MediaFilter/index.js +0 -80
- package/lib/contentModal/components/EqxiuList/index.js +0 -240
- package/lib/contentModal/components/LiveList/MediaFilter/index.js +0 -76
- package/lib/contentModal/components/LiveList/index.js +0 -241
- package/lib/contentModal/components/MpAccountList/MpAccountFilter/index.js +0 -66
- package/lib/contentModal/components/MpAccountList/index.js +0 -239
- package/lib/contentModal/components/MpContentList/MediaFilter/index.js +0 -138
- package/lib/contentModal/components/MpContentList/index.js +0 -233
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +0 -320
- package/lib/contentModal/components/ViewAllColumn/columnTree/index.js +0 -152
- package/lib/contentModal/components/ViewAllColumn/index.js +0 -356
- package/lib/contentModal/components/storeBox/index.js +0 -115
- package/lib/contentModal/images/pic-thumb.js +0 -3
- package/lib/contentModal/images/user.js +0 -3
- package/lib/contentModal/index.js +0 -8
- package/lib/contentModal/script/api.js +0 -116
- package/lib/contentModal/style/MediaFilter.less +0 -47
- package/lib/contentModal/style/ViewAllColumn.less +0 -68
- package/lib/contentModal/style/columnTree.less +0 -32
- package/lib/contentModal/style/css.js +0 -2
- package/lib/contentModal/style/index.css +0 -181
- package/lib/contentModal/style/index.js +0 -2
- package/lib/contentModal/style/index.less +0 -23
- package/lib/contentModal/style/storeBox.less +0 -55
- package/lib/dataTags/component.js +0 -260
- package/lib/dataTags/index.js +0 -8
- package/lib/dataTags/style/css.js +0 -2
- package/lib/dataTags/style/index.css +0 -55
- package/lib/dataTags/style/index.js +0 -2
- package/lib/dataTags/style/index.less +0 -73
- package/lib/docHistory/component.js +0 -131
- package/lib/docHistory/components/DocDiffPanel/index.js +0 -26
- package/lib/docHistory/components/DocHistoryList/index.js +0 -38
- package/lib/docHistory/index.js +0 -8
- package/lib/docHistory/scripts/diff.js +0 -295
- package/lib/docHistory/scripts/useDocHistory.js +0 -74
- package/lib/docHistory/style/css.js +0 -2
- package/lib/docHistory/style/docDiffPanel.less +0 -43
- package/lib/docHistory/style/docHistoryList.less +0 -58
- package/lib/docHistory/style/index.css +0 -107
- package/lib/docHistory/style/index.js +0 -2
- package/lib/docHistory/style/index.less +0 -32
- package/lib/docPreview/component.js +0 -195
- package/lib/docPreview/components/PreviewIframe.js +0 -37
- package/lib/docPreview/images/phone.js +0 -3
- package/lib/docPreview/index.js +0 -8
- package/lib/docPreview/scripts/hook.js +0 -148
- package/lib/docPreview/style/css.js +0 -2
- package/lib/docPreview/style/index.css +0 -149
- package/lib/docPreview/style/index.js +0 -2
- package/lib/docPreview/style/index.less +0 -140
- package/lib/docPreview/style/previewIframe.less +0 -36
- package/lib/editMetaInfo/component.js +0 -136
- package/lib/editMetaInfo/components/metaInfoForm.js +0 -794
- package/lib/editMetaInfo/index.js +0 -8
- package/lib/editMetaInfo/script/api.js +0 -20
- package/lib/editMetaInfo/style/css.js +0 -2
- package/lib/editMetaInfo/style/index.css +0 -37
- package/lib/editMetaInfo/style/index.js +0 -2
- package/lib/editMetaInfo/style/index.less +0 -60
- package/lib/emptyData/component.js +0 -131
- package/lib/emptyData/index.js +0 -8
- package/lib/emptyData/style/css.js +0 -2
- package/lib/emptyData/style/index.css +0 -29
- package/lib/emptyData/style/index.js +0 -2
- package/lib/emptyData/style/index.less +0 -34
- package/lib/emptyData/svg/acount.js +0 -18
- package/lib/emptyData/svg/add.js +0 -21
- package/lib/emptyData/svg/analize.js +0 -18
- package/lib/emptyData/svg/analize_fail.js +0 -18
- package/lib/emptyData/svg/empty.js +0 -18
- package/lib/emptyData/svg/file.js +0 -18
- package/lib/emptyData/svg/manager.js +0 -18
- package/lib/emptyData/svg/message.js +0 -29
- package/lib/emptyData/svg/noanalize.js +0 -18
- package/lib/emptyData/svg/null.js +0 -18
- package/lib/emptyData/svg/search.js +0 -18
- package/lib/emptyData/svg/star.js +0 -18
- package/lib/emptyData/svg/trash.js +0 -18
- package/lib/emptyData/svg/user.js +0 -18
- package/lib/hooks/assets.js +0 -11
- package/lib/hooks/batch.js +0 -27
- package/lib/hooks/dialogVisible.js +0 -20
- package/lib/hooks/source.js +0 -34
- package/lib/hooks/toggle.js +0 -11
- package/lib/hooks/useAttachement.js +0 -160
- package/lib/hooks/useLocalStorage.js +0 -36
- package/lib/hooks/usePopper.js +0 -50
- package/lib/hooks/useSelection.js +0 -60
- package/lib/hooks/useUpload.js +0 -262
- package/lib/hooks/user.js +0 -51
- package/lib/imageCrop/component.js +0 -503
- package/lib/imageCrop/index.js +0 -8
- package/lib/imageCrop/script/api.js +0 -13
- package/lib/imageCrop/style/cropper.less +0 -291
- package/lib/imageCrop/style/css.js +0 -2
- package/lib/imageCrop/style/imageCropper.less +0 -133
- package/lib/imageCrop/style/index.css +0 -366
- package/lib/imageCrop/style/index.js +0 -2
- package/lib/imageCrop/style/index.less +0 -2
- package/lib/importData/component.js +0 -174
- package/lib/importData/index.js +0 -8
- package/lib/importData/style/css.js +0 -2
- package/lib/importData/style/index.css +0 -40
- package/lib/importData/style/index.js +0 -2
- package/lib/importData/style/index.less +0 -48
- package/lib/index.css +0 -5065
- package/lib/index.js +0 -62
- package/lib/index.less +0 -30
- package/lib/mediaFilter/component.js +0 -47
- package/lib/mediaFilter/components/DocFilter.js +0 -257
- package/lib/mediaFilter/components/FilterGroup.js +0 -185
- package/lib/mediaFilter/components/FilterItem.js +0 -114
- package/lib/mediaFilter/components/MediaFilter.js +0 -9
- package/lib/mediaFilter/components/MpAccountFilter.js +0 -13
- package/lib/mediaFilter/components/MpContentFilter.js +0 -13
- package/lib/mediaFilter/index.js +0 -8
- package/lib/mediaFilter/script/optionsGetter.js +0 -88
- package/lib/mediaFilter/style/css.js +0 -2
- package/lib/mediaFilter/style/index.css +0 -94
- package/lib/mediaFilter/style/index.js +0 -2
- package/lib/mediaFilter/style/index.less +0 -115
- package/lib/mediaView/component.js +0 -64
- package/lib/mediaView/index.js +0 -8
- package/lib/mediaView/style/css.js +0 -2
- package/lib/mediaView/style/index.css +0 -64
- package/lib/mediaView/style/index.js +0 -2
- package/lib/mediaView/style/index.less +0 -71
- package/lib/messageBox/component.js +0 -146
- package/lib/messageBox/index.js +0 -8
- package/lib/messageBox/list.js +0 -122
- package/lib/messageBox/script/api.js +0 -19
- package/lib/messageBox/style/css.js +0 -2
- package/lib/messageBox/style/index.css +0 -61
- package/lib/messageBox/style/index.js +0 -2
- package/lib/messageBox/style/index.less +0 -76
- package/lib/previousVersion/component.js +0 -379
- package/lib/previousVersion/index.js +0 -8
- package/lib/previousVersion/script/api.js +0 -43
- package/lib/previousVersion/script/tool.js +0 -24
- package/lib/previousVersion/style/css.js +0 -2
- package/lib/previousVersion/style/index.css +0 -166
- package/lib/previousVersion/style/index.js +0 -2
- package/lib/previousVersion/style/index.less +0 -209
- package/lib/resourceGridList/component.js +0 -239
- package/lib/resourceGridList/components/FileTypeThumb/index.js +0 -162
- package/lib/resourceGridList/index.js +0 -8
- package/lib/resourceGridList/style/FileTypeThumb.less +0 -96
- package/lib/resourceGridList/style/css.js +0 -2
- package/lib/resourceGridList/style/index.css +0 -284
- package/lib/resourceGridList/style/index.js +0 -2
- package/lib/resourceGridList/style/index.less +0 -233
- package/lib/resourceModal/assets/images/sys_load_more.js +0 -3
- package/lib/resourceModal/assets/images/unknown.js +0 -3
- package/lib/resourceModal/assets/selection/null.js +0 -3
- package/lib/resourceModal/component.js +0 -83
- package/lib/resourceModal/components/MediaPreviewer/index.js +0 -68
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +0 -103
- package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +0 -128
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +0 -216
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +0 -140
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +0 -103
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +0 -100
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +0 -218
- package/lib/resourceModal/components/MediaSelection/index.js +0 -325
- package/lib/resourceModal/index.js +0 -8
- package/lib/resourceModal/script/api.js +0 -58
- package/lib/resourceModal/script/mediaSelection.js +0 -12
- package/lib/resourceModal/style/DocAiMediaSelected.less +0 -55
- package/lib/resourceModal/style/FileTypeThumb.less +0 -205
- package/lib/resourceModal/style/MainContent.less +0 -222
- package/lib/resourceModal/style/MediaPreviewer.less +0 -71
- package/lib/resourceModal/style/MediaSelection.less +0 -69
- package/lib/resourceModal/style/SystemResourceSelected.less +0 -154
- package/lib/resourceModal/style/ToolbarSearch.less +0 -53
- package/lib/resourceModal/style/css.js +0 -2
- package/lib/resourceModal/style/index.css +0 -700
- package/lib/resourceModal/style/index.js +0 -2
- package/lib/resourceModal/style/index.less +0 -18
- package/lib/selectAvatarList/component.js +0 -107
- package/lib/selectAvatarList/index.js +0 -8
- package/lib/selectAvatarList/style/css.js +0 -2
- package/lib/selectAvatarList/style/index.css +0 -4
- package/lib/selectAvatarList/style/index.js +0 -2
- package/lib/selectAvatarList/style/index.less +0 -4
- package/lib/selectGategory/component.js +0 -88
- package/lib/selectGategory/components/ColumnSelection/index.js +0 -278
- package/lib/selectGategory/index.js +0 -8
- package/lib/selectGategory/script/api.js +0 -18
- package/lib/selectGategory/style/ColumnSelection.less +0 -190
- package/lib/selectGategory/style/css.js +0 -2
- package/lib/selectGategory/style/index.css +0 -180
- package/lib/selectGategory/style/index.js +0 -2
- package/lib/selectGategory/style/index.less +0 -40
- package/lib/selectResourceModal/assets/images/sys_load_more.js +0 -3
- package/lib/selectResourceModal/component.js +0 -186
- package/lib/selectResourceModal/components/List/ListAi/index.js +0 -53
- package/lib/selectResourceModal/components/List/ListCardWrapper.js +0 -102
- package/lib/selectResourceModal/components/List/ListLocal/Upload.js +0 -72
- package/lib/selectResourceModal/components/List/ListLocal/index.js +0 -93
- package/lib/selectResourceModal/components/List/ListNormal/Filter.js +0 -420
- package/lib/selectResourceModal/components/List/ListNormal/index.js +0 -92
- package/lib/selectResourceModal/components/List/ListSystem/Filter.js +0 -142
- package/lib/selectResourceModal/components/List/ListSystem/SubList.js +0 -67
- package/lib/selectResourceModal/components/List/ListSystem/index.js +0 -108
- package/lib/selectResourceModal/components/List/ListVideo/index.js +0 -42
- package/lib/selectResourceModal/components/List/ListWraper.js +0 -67
- package/lib/selectResourceModal/components/ListSelected/index.js +0 -107
- package/lib/selectResourceModal/components/ListTabs/index.js +0 -57
- package/lib/selectResourceModal/hooks/useResponsiveFilter.js +0 -144
- package/lib/selectResourceModal/index.js +0 -8
- package/lib/selectResourceModal/scripts/selectionApis.js +0 -18
- package/lib/selectResourceModal/scripts/useCompoLf.js +0 -44
- package/lib/selectResourceModal/scripts/useResourceSelect.js +0 -31
- package/lib/selectResourceModal/scripts/useTabFilter.js +0 -59
- package/lib/selectResourceModal/style/css.js +0 -2
- package/lib/selectResourceModal/style/index.css +0 -349
- package/lib/selectResourceModal/style/index.js +0 -2
- package/lib/selectResourceModal/style/index.less +0 -46
- package/lib/selectResourceModal/style/list.less +0 -202
- package/lib/selectResourceModal/style/listCardWrapper.less +0 -97
- package/lib/selectResourceModal/style/listSelected.less +0 -94
- package/lib/selectThumb/component.js +0 -661
- package/lib/selectThumb/components/card.js +0 -179
- package/lib/selectThumb/components/colorPalette.js +0 -83
- package/lib/selectThumb/components/colorPicker.js +0 -56
- package/lib/selectThumb/index.js +0 -8
- package/lib/selectThumb/style/card.less +0 -95
- package/lib/selectThumb/style/colorPalette.less +0 -31
- package/lib/selectThumb/style/css.js +0 -2
- package/lib/selectThumb/style/index.css +0 -155
- package/lib/selectThumb/style/index.js +0 -2
- package/lib/selectThumb/style/index.less +0 -62
- package/lib/style/index.less +0 -1
- package/lib/thumbCard/assets/magic.js +0 -3
- package/lib/thumbCard/component.js +0 -117
- package/lib/thumbCard/components/ThumbUploading/index.js +0 -43
- package/lib/thumbCard/index.js +0 -8
- package/lib/thumbCard/style/css.js +0 -2
- package/lib/thumbCard/style/index.css +0 -91
- package/lib/thumbCard/style/index.js +0 -2
- package/lib/thumbCard/style/index.less +0 -90
- package/lib/thumbCard/style/thumbUploading.less +0 -26
- package/lib/typeIcons/component.js +0 -90
- package/lib/typeIcons/index.js +0 -8
- package/lib/typeIcons/style/css.js +0 -2
- package/lib/typeIcons/style/index.css +0 -6
- package/lib/typeIcons/style/index.js +0 -2
- package/lib/typeIcons/style/index.less +0 -6
- package/lib/uploadBefore/component.js +0 -81
- package/lib/uploadBefore/components/UploadBefore.js +0 -228
- package/lib/uploadBefore/components/UploadForClick.js +0 -29
- package/lib/uploadBefore/index.js +0 -8
- package/lib/uploadBefore/script/api.js +0 -32
- package/lib/uploadBefore/script/fileTypeAdapter.js +0 -53
- package/lib/uploadBefore/script/fileUpload.js +0 -42
- package/lib/uploadBefore/script/uploadHooks.js +0 -36
- package/lib/uploadBefore/style/css.js +0 -2
- package/lib/uploadBefore/style/index.css +0 -111
- package/lib/uploadBefore/style/index.js +0 -2
- package/lib/uploadBefore/style/index.less +0 -144
- package/lib/uploadStep/component.js +0 -150
- package/lib/uploadStep/index.js +0 -8
- package/lib/uploadStep/style/css.js +0 -2
- package/lib/uploadStep/style/index.css +0 -117
- package/lib/uploadStep/style/index.js +0 -2
- package/lib/uploadStep/style/index.less +0 -152
- package/lib/userAvater/component.js +0 -168
- package/lib/userAvater/index.js +0 -8
- package/lib/userAvater/script/api.js +0 -37
- package/lib/userAvater/style/css.js +0 -2
- package/lib/userAvater/style/index.css +0 -50
- package/lib/userAvater/style/index.js +0 -2
- package/lib/userAvater/style/index.less +0 -54
- package/lib/userDirector/component.js +0 -279
- package/lib/userDirector/components/userTree.js +0 -77
- package/lib/userDirector/index.js +0 -8
- package/lib/userDirector/script/api.js +0 -31
- package/lib/userDirector/style/css.js +0 -2
- package/lib/userDirector/style/index.css +0 -74
- package/lib/userDirector/style/index.js +0 -2
- package/lib/userDirector/style/index.less +0 -96
- package/lib/utils/auth.js +0 -12
- package/lib/utils/date.js +0 -29
- package/lib/utils/doc.js +0 -122
- package/lib/utils/filter.js +0 -38
- package/lib/utils/index.js +0 -166
- package/lib/utils/request.js +0 -45
- package/lib/utils/resource.js +0 -15
- package/lib/utils/transcodeMedia.js +0 -49
- package/lib/utils/tusUpload.js +0 -108
- package/lib/utils/typeMap.js +0 -199
- package/lib/videoThumb/component.js +0 -121
- package/lib/videoThumb/index.js +0 -8
- package/lib/videoThumb/scripts/api.js +0 -13
- package/lib/videoThumb/scripts/useVideoThumbs.js +0 -79
- package/lib/videoThumb/style/css.js +0 -2
- package/lib/videoThumb/style/index.css +0 -63
- package/lib/videoThumb/style/index.js +0 -2
- package/lib/videoThumb/style/index.less +0 -77
- /package/{es → dist}/appCenter/script/apps.d.ts +0 -0
- /package/{es → dist}/appCenter/script/routeMap.d.ts +0 -0
- /package/{es/contentDetailList/components/Content/CompoItem → dist/appCenter/style}/index.d.ts +0 -0
- /package/{es/contentDetailList/components/Content/ContentListItem → dist/baseFilter/style}/index.d.ts +0 -0
- /package/{es → dist}/baseFilter/useCalcWidth.d.ts +0 -0
- /package/{es/contentDetailList/components/Content/DocItem/ApprovalStateMap → dist/colorPalette/style}/index.d.ts +0 -0
- /package/{es → dist}/config.d.ts +0 -0
- /package/{es/contentDetailList/components/Content/DocItem → dist/contentDetailList/style}/index.d.ts +0 -0
- /package/{es/contentDetailList/components/Content/DocMpItem → dist/contentModal/style}/index.d.ts +0 -0
- /package/{es/contentDetailList/components/Content/GroupPieceItem → dist/dataTags/style}/index.d.ts +0 -0
- /package/{es → dist}/docHistory/scripts/diff.d.ts +0 -0
- /package/{es/contentDetailList/components/Content/KongoNavItem → dist/docHistory/style}/index.d.ts +0 -0
- /package/{es/contentDetailList/components/Content/LiveItem → dist/docPreview/style}/index.d.ts +0 -0
- /package/{es → dist}/editMetaInfo/script/restaurants.d.ts +0 -0
- /package/{es/contentDetailList/components/Content/MaccountItem → dist/editMetaInfo/style}/index.d.ts +0 -0
- /package/{es/contentDetailList/components/Content/courseItem → dist/emptyData/style}/index.d.ts +0 -0
- /package/{es → dist}/hooks/useLocalStorage.d.ts +0 -0
- /package/{es/contentDetailList/components/Content/funhdItem → dist/imageCrop/style}/index.d.ts +0 -0
- /package/{es/contentDetailList/components/Content → dist/importData/style}/index.d.ts +0 -0
- /package/{es/contentDetailList/components/CustomWrp → dist/mediaFilter/style}/index.d.ts +0 -0
- /package/{es/contentDetailList/components/Doc → dist/mediaView/style}/index.d.ts +0 -0
- /package/{es/contentDetailList/components/Records/MatrixItem → dist/messageBox/style}/index.d.ts +0 -0
- /package/{es → dist}/previousVersion/script/tool.d.ts +0 -0
- /package/{es/contentDetailList/components/Records → dist/previousVersion/style}/index.d.ts +0 -0
- /package/{es/contentDetailList/components/ShowQRCode/QrcodeView → dist/resourceGridList/style}/index.d.ts +0 -0
- /package/{es/contentDetailList/components/ShowQRCode → dist/resourceModal/style}/index.d.ts +0 -0
- /package/{es/contentModal/components/CompoList/CompoFilter → dist/selectAddTo/style}/index.d.ts +0 -0
- /package/{es/contentModal/components/CompoList → dist/selectAvatarList/style}/index.d.ts +0 -0
- /package/{es/contentModal/components/ContentList/MediaFilter → dist/selectGategory/style}/index.d.ts +0 -0
- /package/{es/contentModal/components/ContentList → dist/selectResourceModal/style}/index.d.ts +0 -0
- /package/{es/contentModal/components/Dejin/MediaFilter → dist/selectThumb/style}/index.d.ts +0 -0
- /package/{es/contentModal/components/Dejin → dist/thumbCard/style}/index.d.ts +0 -0
- /package/{es/contentModal/components/EqxiuList/MediaFilter → dist/typeIcons/style}/index.d.ts +0 -0
- /package/{es/contentModal/components/EqxiuList → dist/uploadBefore/style}/index.d.ts +0 -0
- /package/{es → dist}/uploadBefore/utils/dragUploadEvent.d.ts +0 -0
- /package/{es → dist}/uploadStep/script/fileTypeAdapter.d.ts +0 -0
- /package/{es/contentModal/components/LiveList/MediaFilter → dist/uploadStep/style}/index.d.ts +0 -0
- /package/{es/contentModal/components/LiveList → dist/userAvater/style}/index.d.ts +0 -0
- /package/{es/contentModal/components/MpAccountList/MpAccountFilter → dist/userDirector/style}/index.d.ts +0 -0
- /package/{es → dist}/utils/auth.d.ts +0 -0
- /package/{es → dist}/utils/date.d.ts +0 -0
- /package/{es → dist}/utils/index.d.ts +0 -0
- /package/{es → dist}/utils/resource.d.ts +0 -0
- /package/{es → dist}/utils/tusUpload.d.ts +0 -0
- /package/{es → dist}/utils/typeMap.d.ts +0 -0
- /package/{es → dist}/utils/uploadCatalog.d.ts +0 -0
- /package/{es/contentModal/components/MpAccountList → dist/videoThumb/style}/index.d.ts +0 -0
- /package/{dist → lib}/gif.worker.js +0 -0
- /package/{dist → lib}/matrix/baijiahao.png +0 -0
- /package/{dist → lib}/matrix/bilibili.png +0 -0
- /package/{dist → lib}/matrix/channelsweixin.png +0 -0
- /package/{dist → lib}/matrix/douyin.png +0 -0
- /package/{dist → lib}/matrix/kuaishou.png +0 -0
- /package/{dist → lib}/matrix/qq.png +0 -0
- /package/{dist → lib}/matrix/toutiao.png +0 -0
- /package/{dist → lib}/matrix/weibo.png +0 -0
- /package/{dist → lib}/matrix/weixin.png +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),l=require("@arco-design/web-vue"),S=require("../emptyData.cjs"),E=require("./components/ListTabs/index.vue.cjs"),L=require("./components/ListSelected/index.vue.cjs"),A=require("./components/List/ListCardWrapper.vue.cjs"),D=require("./scripts/useResourceSelect.cjs"),v=require("./scripts/useTabFilter.cjs"),O=require("./scripts/useCompoLf.cjs"),R=require("../config.cjs"),F={class:"resource-select-wrap"},I={class:"resource-select-main"},P={key:0,class:"resource-select-container"},$=e.defineComponent({name:"selectResourceModal",__name:"component",props:{BASE_API:{default:R.DEFAULT_BASE_API},userInfo:{},visible:{type:Boolean},wrap:{},maxcount:{default:1},filterOptions:{},mediaUseType:{},aiThumbList:{default:()=>[]},videoThumbOptions:{}},emits:["update:visible","submit"],setup(C,{emit:k}){const y=e.defineComponent({name:"DivComponent",render(){return this.$slots.default?.()}}),b={drawer:l.Drawer,modal:l.Modal,div:y},s=C,_=k,{selected:d,selectedKeys:B,disableSelect:w,handleSelect:m,handleClear:f}=D.useResourceSelect(s),{activeKey:i,activeComponent:N,tabKeyList:V,handelChangeTab:x}=v.default(s),{wrapProps:T,close:a,submit:u}=O(s,_,{onClose:()=>{f()}}),g=s.wrap==="div";e.watch(()=>s.visible,o=>{o&&(i.value=v.TabEnum.ALL)},{immediate:!0});const h=(o,t)=>{const{key:n,item:r}=o;if(n==="select-one"){Array.isArray(r)?u(r):u([r]),a();return}t&&t(o)};function p(o,t){let n=JSON.parse(JSON.stringify(d.value));t&&typeof t=="function"&&(n=t()),o==="crop"?u(n,"edit"):u(n)}return(o,t)=>(e.openBlock(),e.createElementBlock("div",F,[(e.openBlock(),e.createBlock(e.resolveDynamicComponent(b[o.wrap]),e.mergeProps({visible:o.visible},e.unref(T)),{default:e.withCtx(()=>[e.createElementVNode("div",I,[o.userInfo?(e.openBlock(),e.createElementBlock("div",P,[e.createVNode(E,{"model-value":e.unref(i),"onUpdate:modelValue":t[0]||(t[0]=n=>e.isRef(i)?i.value=n:null),tabList:e.unref(V),wrap:o.wrap,onClose:e.unref(a)},null,8,["model-value","tabList","wrap","onClose"]),o.visible||g?(e.openBlock(),e.createBlock(e.resolveDynamicComponent(e.unref(N)),{key:0,"active-key":e.unref(i),onChangeTab:e.unref(x)},{item:e.withCtx(({item:n,onOptions:r})=>[e.createVNode(A,{item:n,"select-keys":e.unref(B),disable:e.unref(w),onSelect:e.unref(m),onOptions:c=>h(c,r)},null,8,["item","select-keys","disable","onSelect","onOptions"])]),"footer-extra":e.withCtx(({type:n,onConfirm:r,isEmpty:c})=>[n!=="video"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.unref(d).length?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createVNode(L,{maxcount:o.maxcount,selected:e.unref(d),onRemove:e.unref(m),onClear:e.unref(f)},null,8,["maxcount","selected","onRemove","onClear"]),e.createVNode(e.unref(l.Button),{onClick:e.unref(a)},{default:e.withCtx(()=>[...t[1]||(t[1]=[e.createTextVNode("取消",-1)])]),_:1},8,["onClick"]),e.createVNode(e.unref(l.Button),{type:"primary",onClick:p},{default:e.withCtx(()=>[...t[2]||(t[2]=[e.createTextVNode("确定",-1)])]),_:1})],64)):e.createCommentVNode("",!0)],64)):(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[e.createVNode(e.unref(l.Button),{onClick:e.unref(a)},{default:e.withCtx(()=>[...t[3]||(t[3]=[e.createTextVNode("取消",-1)])]),_:1},8,["onClick"]),e.createVNode(e.unref(l.Button),{disabled:c,type:"primary",onClick:q=>p("crop",r)},{default:e.withCtx(()=>[...t[4]||(t[4]=[e.createTextVNode(" 编辑 ",-1)])]),_:1},8,["disabled","onClick"]),e.createVNode(e.unref(l.Button),{disabled:c,type:"primary",onClick:q=>p("use",r)},{default:e.withCtx(()=>[...t[5]||(t[5]=[e.createTextVNode(" 使用 ",-1)])]),_:1},8,["disabled","onClick"])],64))]),_:1},40,["active-key","onChangeTab"])):e.createCommentVNode("",!0)])):(e.openBlock(),e.createBlock(e.unref(S),{key:1,type:"empty",customTip:"暂无权限"}))])]),_:1},16,["visible"]))]))}});module.exports=$;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./component.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),o=require("../ListWraper.vue.cjs"),s={class:"list-item-grid"},i=e.defineComponent({__name:"index",setup(u){const l=e.inject("aiThumbList"),r=e.ref([]);return e.watch(()=>l?.value,()=>{r.value=l?.value?.map(t=>({url:t,catalog:"image",thumb:t,alias:t}))||[]},{deep:!0,immediate:!0}),(t,a)=>(e.openBlock(),e.createBlock(o,{isEmpty:!r.value.length},{"footer-extra":e.withCtx(()=>[e.renderSlot(t.$slots,"footer-extra")]),default:e.withCtx(()=>[r.value.length?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[a[0]||(a[0]=e.createElementVNode("div",{class:"title"},[e.createElementVNode("div",{class:"line"}),e.createTextVNode(" 封面图 ")],-1)),e.createElementVNode("div",s,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.value,n=>e.renderSlot(t.$slots,"item",{key:n.url,item:n})),128))])],64)):e.createCommentVNode("",!0)]),_:3},8,["isEmpty"]))}});module.exports=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./index.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),v=require("../../../thumbCard.cjs"),k={class:"card-alias"},y={key:0,class:"check-box active"},f={key:1,class:"check-box"},h=e.defineComponent({__name:"ListCardWrapper",props:{item:{},extraKeys:{},selectKeys:{},disable:{type:Boolean}},emits:["select","select-one","options"],setup(m,{emit:d}){const t=m,n=d,c=e.inject("filterOptions"),a=e.computed(()=>t.item.id||t.item.url),r=e.computed(()=>{const s={};return t.selectKeys?.forEach((l,i)=>{s[l]=i+1}),s}),o=e.computed(()=>{if(t.disable)return!1;if(c?.value){const{mediaType:s,mediaTypeStrict:l}=c.value;if(l)return s.split(",").includes(t.item.catalog)}return!(t.item.progress>=0)}),p=e.computed(()=>t.item.status===2?[{label:"重新上传",key:"reupload"},{label:"删除记录",key:"remove"}]:t.item.status===3?[{label:"重新转码",key:"retranscode"}]:t.selectKeys?.length&&t.selectKeys?.length>0||t.disable||!o.value?[]:[{label:"选用",key:"select-one"}].concat(t.extraKeys||[]));function u(){!o.value&&!r.value[a.value]||n("select",t.item)}return(s,l)=>(e.openBlock(),e.createElementBlock("div",{class:"card-wrapper-image",onClick:e.withModifiers(u,["stop"])},[e.createElementVNode("div",{class:e.normalizeClass(["card-wrapper",{disable:!o.value,active:r.value[a.value]}])},[e.createVNode(e.unref(v),{url:s.item.url,thumb:s.item.thumb||s.item.url,catalog:s.item.catalog,meta:s.item,options:{fit:["image","video"].includes(s.item.catalog)?"contain":"cover"},"use-mask":!0,"handlers-key":p.value,onHandle:l[0]||(l[0]=i=>n("options",i))},null,8,["url","thumb","catalog","meta","options","handlers-key"]),l[1]||(l[1]=e.createElementVNode("div",{class:"mask"},null,-1))],2),e.createElementVNode("div",k,e.toDisplayString(s.item.alias),1),e.createElementVNode("div",{class:"check-box-wrapper",onClick:e.withModifiers(u,["stop"])},[r.value[a.value]?(e.openBlock(),e.createElementBlock("div",y,e.toDisplayString(r.value[a.value]),1)):o.value?(e.openBlock(),e.createElementBlock("div",f)):e.createCommentVNode("",!0)])]))}});module.exports=h;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./ListCardWrapper.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),t=require("@arco-design/web-vue"),f=require("@arco-iconbox/vue-cmstop-icons"),m=require("../../../../hooks/useUpload.cjs"),_={class:"upload-wrapper"},h={class:"upload-buttons"},g={class:"upload-dragger"},r="image/*,video/*,audio/*",w=e.defineComponent({__name:"Upload",emits:["change"],setup(C,{emit:u}){const n=e.inject("userInfo"),i=e.inject("baseAPI"),c=u,{initUploadConfig:l,checkFileSizeOutLimit:d}=m.useUploadConfig();function s(o){d(o.fileItem.file,t.Message.warning)&&c("change",o.fileItem)}async function p(){!i||!n?.value?.domain_id||await l(i,n?.value?.domain_id)}return e.onMounted(()=>{p()}),(o,a)=>(e.openBlock(),e.createElementBlock("div",_,[e.createElementVNode("div",h,[e.createVNode(e.unref(t.Upload),{accept:r,multiple:!0,directory:!1,"show-file-list":!1,"custom-request":s,style:{width:"auto"}},{"upload-button":e.withCtx(()=>[e.createVNode(e.unref(t.Button),{type:"primary"},{icon:e.withCtx(()=>[e.createVNode(e.unref(f.IconComputer))]),default:e.withCtx(()=>[a[0]||(a[0]=e.createTextVNode(" 本地上传 ",-1))]),_:1})]),_:1})]),e.createElementVNode("div",g,[e.createVNode(e.unref(t.Upload),{draggable:"",tip:"支持图片、视频、音频文件",accept:r,multiple:!0,"show-file-list":!1,"custom-request":s})])]))}});module.exports=w;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./Upload.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),v=require("./Upload.vue.cjs"),c=require("../../../../hooks/useUpload.cjs"),h=require("../ListWraper.vue.cjs"),y={class:"list-upload"},k={class:"list-content"},F={key:0,class:"list-tips"},B={class:"list-item-grid"},C=e.defineComponent({__name:"index",props:{selectKeys:{},disable:{type:Boolean}},setup(x){const u=e.inject("userInfo"),i=e.inject("baseAPI"),n=e.computed(()=>u?.value?.repository_id),{template:d,initTemplate:p}=c.useUploadConfig(),{list:o,uploadFile:m,reTranscode:_,transcodingFile:r,removeRecord:f}=c.default();function s(t){!i||!n.value||m(i,t.file,0,n.value,l=>r(i,l,n.value),{template:d.value})}async function g(t){if(t.key==="reupload"){if(!t.item||!t.item?.originFile)return;t.item.originFile.sig_id=t.item.sig_id,t.item.originFile.id=t.item.id,s({file:t.item.originFile})}else if(t.key==="retranscode"){if(!i||!t.item?.mediaFile||!await _(i,t.item.mediaFile))return;r(i,t.item.mediaFile,n.value)}else if(t.key==="remove"){if(!t.item)return;f(t.item)}}return e.onMounted(()=>{p(i)}),(t,l)=>(e.openBlock(),e.createBlock(h,null,{"footer-extra":e.withCtx(()=>[e.renderSlot(t.$slots,"footer-extra")]),default:e.withCtx(()=>[e.createElementVNode("div",y,[e.createVNode(v,{onChange:s})]),e.createElementVNode("div",k,[e.unref(o)?.length?(e.openBlock(),e.createElementBlock("div",F," 已上传 "+e.toDisplayString(e.unref(o)?.length)+" 个素材 ",1)):e.createCommentVNode("",!0),e.createElementVNode("div",B,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(o),a=>e.renderSlot(t.$slots,"item",{key:a.sig_id,item:a,onOptions:g})),128))])])]),_:3}))}});module.exports=C;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./index.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),n=require("@arco-design/web-vue"),c=require("@arco-design/web-vue/es/icon"),L=require("../../../../hooks/useSelection.cjs"),M=require("../../../../hooks/useAttachement.cjs"),V=require("../../../../utils/typeMap.cjs"),J=require("../../../scripts/selectionApis.cjs"),$=require("../../../../utils/resource.cjs"),H=require("../../../hooks/useResponsiveFilter.cjs"),z={class:"list-filter-wrapper"},G={class:"list-filter"},K={class:"more-btn"},Q={class:"right-prefix"},W={class:"filter-item",style:{width:"200px"}},X={class:"filter-item",style:{width:"180px"}},Y={class:"filter-item",style:{width:"170px"}},Z={class:"filter-item",style:{width:"240px"}},ee={class:"filter-item",style:{width:"240px"}},te={key:0,class:"filter-item"},le={class:"filter-extra"},oe={class:"filter-item"},re={key:0,class:"list-filter-tags"},ne=["onClick"],ae=e.defineComponent({__name:"Filter",props:{smallScreen:{type:Boolean},disableUploadBy:{type:Boolean}},emits:["upload","change"],setup(B,{expose:_,emit:h}){const N=B,d=h,C=e.inject("userInfo"),p=e.inject("baseAPI"),s=e.inject("filterOptions"),m=e.computed(()=>C?.value.domain_id),w=e.ref(),{moreBtnRef:x,popperPanelRef:b,hiddenElementList:E,visible:y,show:S,hide:I}=H.useResponsiveFilter(w),{options:O,loading:T,load:R,loadMore:U,handleSearch:A}=L({labelStr:"alias",valueStr:"id",func:async({keyword:r,...t})=>{if(!p)return Promise.reject(new Error("baseAPI 不存在"));if(!m.value)return Promise.reject(new Error("domainId 不存在"));const{code:l,message:a}=await J.getAccountList(p,m.value,{...t,keywords:r});return l!==0?Promise.reject(new Error(a)):a.users}}),D=V.RESOURCE_SOURCE_OPTIONS,P=V.RESOURCE_CATALOG_OPTIONS,{tree:F}=M.useDirectory({BASE_API:p}),i={catalog:[],source:"",created_begin:"",created_end:"",keyword:"",precise_keyword:"",upload_by:null,sf:"",directory_id:void 0};s?.value?.mediaTypeStrict&&(i.catalog=s.value.mediaType.split(","));const o=e.ref(JSON.parse(JSON.stringify({...i,catalog:s?.value?.mediaType?.split(",")||[]}))),f=()=>{o.value=JSON.parse(JSON.stringify(i))},g=e.computed({get(){return o.value.created_begin&&o.value.created_end?[o.value.created_begin*1e3,o.value.created_end*1e3]:null},set(r){if(r){const[t,l]=r,a=new Date(t),k=new Date(l);a.setHours(0,0,0,0),k.setHours(23,59,59,0),o.value.created_begin=parseInt((a.getTime()/1e3).toFixed(0),10),o.value.created_end=parseInt((k.getTime()/1e3).toFixed(0),10)}else o.value.created_begin="",o.value.created_end=""}}),u=e.ref(0),j=e.computed(()=>u.value===0?"精准搜":"模糊搜"),v=e.computed({get(){return u.value===0?o.value.precise_keyword:o.value.keyword},set(r){u.value===0?(o.value.precise_keyword=r,o.value.keyword=""):(o.value.keyword=r,o.value.precise_keyword=""),o.value.sf=""}}),q=e.computed(()=>Object.keys(i).every(r=>{if(r==="catalog"){const t=o.value[r]||[],l=i[r]||[];return t.length===l.length&&t.every(a=>l.includes(a))}return o.value[r]===i[r]}));return e.watch(()=>o.value,r=>{const t={...r};Object.keys(t).forEach(l=>{N.disableUploadBy&&l==="upload_by"&&delete t[l],(t[l]===""||t[l]===null||t[l]===void 0)&&l!=="catalog"&&delete t[l]}),t.catalog&&Array.isArray(t.catalog)&&(t.catalog.length>0?t.catalog=t.catalog.join(","):delete t.catalog),d("change",t)},{deep:!0,immediate:!0}),e.onMounted(()=>{R()}),_({filter:o,handleReset:f}),(r,t)=>(e.openBlock(),e.createElementBlock("div",z,[e.createElementVNode("div",G,[e.createElementVNode("div",{id:"resource-filter-pannel",ref_key:"filterItemsRef",ref:w,class:"filter-list"},[e.createElementVNode("div",K,[e.createElementVNode("div",{ref_key:"moreBtnRef",ref:x},[e.withDirectives(e.createVNode(e.unref(n.Button),{style:{marginRight:"10px"},onClick:t[0]||(t[0]=e.withModifiers(()=>e.unref(y)?e.unref(I)():e.unref(S)(),["stop"]))},{default:e.withCtx(()=>[e.createElementVNode("span",Q,[t[11]||(t[11]=e.createTextVNode(" 更多 ",-1)),e.createVNode(e.unref(c.IconCaretDown))])]),_:1},512),[[e.vShow,e.unref(E).length]])],512),e.withDirectives(e.createElementVNode("div",{ref_key:"popperPanelRef",ref:b,class:"filter-pannel",onClick:t[1]||(t[1]=e.withModifiers(()=>{},["stop"]))},null,512),[[e.vShow,e.unref(y)]])]),e.createElementVNode("div",W,[e.createVNode(e.unref(n.Input),{modelValue:v.value,"onUpdate:modelValue":t[3]||(t[3]=l=>v.value=l),"allow-clear":"",placeholder:"请输入关键词"},{prepend:e.withCtx(()=>[e.createVNode(e.unref(n.Dropdown),{onSelect:t[2]||(t[2]=l=>u.value=l)},{content:e.withCtx(()=>[e.createVNode(e.unref(n.Doption),{value:0},{default:e.withCtx(()=>[...t[12]||(t[12]=[e.createTextVNode("精准搜",-1)])]),_:1}),e.createVNode(e.unref(n.Doption),{value:1},{default:e.withCtx(()=>[...t[13]||(t[13]=[e.createTextVNode("模糊搜",-1)])]),_:1})]),default:e.withCtx(()=>[e.createVNode(e.unref(n.Button),null,{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(j.value),1)]),_:1})]),_:1})]),_:1},8,["modelValue"])]),e.createElementVNode("div",X,[e.createVNode(e.unref(n.TreeSelect),{modelValue:o.value.directory_id,"onUpdate:modelValue":t[4]||(t[4]=l=>o.value.directory_id=l),data:e.unref(F),"popup-container":"#resource-filter-pannel",placeholder:"请选择目录","field-names":{title:"alias",key:"id"},"allow-clear":"","allow-search":"","filter-tree-node":(l,a)=>(console.log(a),a.alias?a.alias.toLowerCase().indexOf(l.toLowerCase())>-1:!1)},null,8,["modelValue","data","filter-tree-node"])]),e.createElementVNode("div",Y,[e.createVNode(e.unref(n.Select),{modelValue:o.value.catalog,"onUpdate:modelValue":t[5]||(t[5]=l=>o.value.catalog=l),disabled:e.unref(s)?.mediaTypeStrict,"popup-container":"#resource-filter-pannel","allow-clear":"",placeholder:"类型",multiple:"","max-tag-count":1},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(P),l=>(e.openBlock(),e.createBlock(e.unref(n.Option),{key:l.value,label:l.label,value:l.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue","disabled"])]),e.createElementVNode("div",Z,[e.createVNode(e.unref(n.RangePicker),{modelValue:g.value,"onUpdate:modelValue":t[6]||(t[6]=l=>g.value=l),"allow-clear":"","popup-container":"#resource-filter-pannel"},null,8,["modelValue"])]),e.createElementVNode("div",ee,[e.createVNode(e.unref(n.Select),{modelValue:o.value.source,"onUpdate:modelValue":t[7]||(t[7]=l=>o.value.source=l),"allow-clear":"",placeholder:"来源","popup-container":"#resource-filter-pannel"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(D),l=>(e.openBlock(),e.createBlock(e.unref(n.Option),{key:l.value,label:l.label,value:l.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue"])]),r.disableUploadBy?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",te,[e.createVNode(e.unref(n.Select),{modelValue:o.value.upload_by,"onUpdate:modelValue":t[8]||(t[8]=l=>o.value.upload_by=l),"allow-clear":"",placeholder:"上传人",loading:e.unref(T),"allow-search":"","popup-container":"#resource-filter-pannel",onSearch:e.unref(A),onDropdownReachBottom:e.unref(U)},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(O),l=>(e.openBlock(),e.createBlock(e.unref(n.Option),{key:l.id,label:l.label,value:l.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue","loading","onSearch","onDropdownReachBottom"])]))],512),e.createElementVNode("div",le,[e.withDirectives(e.createElementVNode("div",oe,[r.smallScreen?(e.openBlock(),e.createBlock(e.unref(n.Button),{key:0,type:"text",onClick:f},{icon:e.withCtx(()=>[e.createVNode(e.unref(c.IconRefresh))]),_:1})):(e.openBlock(),e.createBlock(e.unref(n.Button),{key:1,type:"text",onClick:f},{default:e.withCtx(()=>[...t[14]||(t[14]=[e.createTextVNode(" 重置 ",-1)])]),_:1}))],512),[[e.vShow,!q.value]]),r.smallScreen?(e.openBlock(),e.createBlock(e.unref(n.Button),{key:0,type:"primary",onClick:t[9]||(t[9]=l=>d("upload"))},{icon:e.withCtx(()=>[e.createVNode(e.unref(c.IconUpload))]),_:1})):(e.openBlock(),e.createBlock(e.unref(n.Button),{key:1,type:"primary",onClick:t[10]||(t[10]=l=>d("upload"))},{icon:e.withCtx(()=>[e.createVNode(e.unref(c.IconUpload))]),default:e.withCtx(()=>[t[15]||(t[15]=e.createTextVNode(" 上传 ",-1))]),_:1}))])]),v.value?(e.openBlock(),e.createElementBlock("div",re,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref($.keywordsSelection),l=>(e.openBlock(),e.createElementBlock("div",{key:l.value,class:e.normalizeClass(["list-filter-tag",{active:o.value.sf===l.value}]),onClick:a=>o.value.sf=l.value},e.toDisplayString(l.name),11,ne))),128))])):e.createCommentVNode("",!0)]))}});module.exports=ae;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./Filter.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),C=require("@arco-design/web-vue"),z=require("../ListWraper.vue.cjs"),S=require("../../../../hooks/useAttachement.cjs"),x=require("./Filter.vue.cjs"),k=e.defineComponent({__name:"index",props:{activeKey:{}},emits:["change-tab"],setup(c,{emit:p}){const s=c,f=p,g=e.inject("baseAPI"),{list:i,total:d,limit:l,pageIdx:a,loading:h,changeFilter:m,changePage:_,changeSize:v,loadData:y,changeKey:w}=S.default({key:s.activeKey,BASE_API:g});e.watch(()=>s.activeKey,w);const u=e.ref(null),o=e.ref(!1);return e.watch(()=>u.value?.offsetWidth,r=>{o.value=!!(r&&r<600)},{immediate:!0}),e.onMounted(()=>{y()}),(r,n)=>(e.openBlock(),e.createBlock(z,{loading:e.unref(h),"is-empty":e.unref(i).length===0},{"footer-extra":e.withCtx(()=>[e.renderSlot(r.$slots,"footer-extra")]),header:e.withCtx(()=>[e.createVNode(x,{smallScreen:o.value,onChange:e.unref(m),onUpload:n[0]||(n[0]=t=>f("change-tab","local"))},null,8,["smallScreen","onChange"])]),footer:e.withCtx(()=>[e.createVNode(e.unref(C.Pagination),{current:e.unref(a),"onUpdate:current":n[1]||(n[1]=t=>e.isRef(a)?a.value=t:null),total:e.unref(d),"page-size":e.unref(l),"show-total":"","show-page-size":!o.value,"base-size":3,"buffer-size":1,onChange:n[2]||(n[2]=t=>e.unref(_)((t-1)*e.unref(l))),onPageSizeChange:e.unref(v)},null,8,["current","total","page-size","show-page-size","onPageSizeChange"])]),default:e.withCtx(()=>[e.createElementVNode("div",{ref_key:"listWrapper",ref:u,class:"list-item-grid"},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(i),t=>e.renderSlot(r.$slots,"item",{key:t.id,item:t})),128))],512)]),_:3},8,["loading","is-empty"]))}});module.exports=k;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./index.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),n=require("@arco-design/web-vue"),V=require("../../../../utils/filter.cjs"),k=require("../../../../hooks/useSelection.cjs"),h=require("../../../scripts/selectionApis.cjs"),g={class:"list-filter-wrapper"},N={class:"list-filter"},B={class:"filter-list"},S={style:{width:"200px"}},b={class:"filter-item"},E={class:"filter-item",style:{width:"120px"}},x=e.defineComponent({__name:"Filter",emits:["change","changeScen"],setup(O,{emit:d}){const u=d,c=e.inject("baseAPI"),m=e.inject("mediaUseType"),p=V.rateOptions.value,{options:v,loading:f,load:w}=k({labelStr:"scenario_name",valueStr:"classify_id",func:async()=>{if(!c)return Promise.reject(new Error("baseAPI 不存在"));const{code:a,message:l}=await h.getSysRsClassifyList(c,m?.value||1);return a!==0?Promise.reject(new Error(l)):l.classifies}}),s={wh_rate:"",keyword:"",limit:9},r=e.ref(JSON.parse(JSON.stringify(s))),o=e.ref(""),i=()=>u("changeScen",o.value),_=()=>{r.value=JSON.parse(JSON.stringify(s)),o.value="",i()},y=e.computed(()=>Object.keys(r.value).every(a=>r.value[a]===s[a]));return e.watch(()=>r.value,()=>{const a={...r.value};u("change",a)},{deep:!0,immediate:!0}),e.watch(()=>o.value,()=>i()),e.onMounted(()=>{w()}),(a,l)=>(e.openBlock(),e.createElementBlock("div",g,[e.createElementVNode("div",N,[e.createElementVNode("div",B,[e.createElementVNode("div",S,[e.createVNode(e.unref(n.Input),{modelValue:r.value.keyword,"onUpdate:modelValue":l[0]||(l[0]=t=>r.value.keyword=t),"allow-clear":"",placeholder:"请输入关键词"},null,8,["modelValue"])]),e.createElementVNode("div",b,[e.createVNode(e.unref(n.Select),{modelValue:o.value,"onUpdate:modelValue":l[1]||(l[1]=t=>o.value=t),loading:e.unref(f),"allow-clear":"",placeholder:"类型"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(v),t=>(e.openBlock(),e.createBlock(e.unref(n.Option),{key:t.value,label:t.label,value:t.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue","loading"])]),e.createElementVNode("div",E,[e.createVNode(e.unref(n.Select),{modelValue:r.value.wh_rate,"onUpdate:modelValue":l[2]||(l[2]=t=>r.value.wh_rate=t),"allow-clear":"",placeholder:"图片比例"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(p),t=>(e.openBlock(),e.createBlock(e.unref(n.Option),{key:t.value,label:t.label,value:t.value},null,8,["label","value"]))),128))]),_:1},8,["modelValue"])]),y.value?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(n.Button),{key:0,type:"text",onClick:_},{default:e.withCtx(()=>[...l[3]||(l[3]=[e.createTextVNode(" 重置 ",-1)])]),_:1}))])])]))}});module.exports=x;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./Filter.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),d=require("../../../assets/images/sys_load_more.png.cjs"),m=require("../../../../hooks/useAttachement.cjs"),_={class:"list-item-grid"},p=e.defineComponent({__name:"SubList",props:{sceniro:{},outsideFilter:{}},setup(a){const t=a,i=e.inject("baseAPI"),s=e.ref([]),c=e.ref(0),l=e.computed(()=>s.value.length<t.sceniro.count);e.watch(()=>t.sceniro,()=>{s.value=t.sceniro.data,c.value=t.sceniro.count},{deep:!0,immediate:!0});const u=async()=>{const{sceniro:n}=t,{outsideFilter:r}=t,o=await m.getSysRsPage(i,{sys_classify:n.classify_id,sys_tag:n.sys_tag,keyword:r.keyword||"",wh_rate:r.wh_rate||"",limit:10,offset:s.value.length});o.code===0&&(c.value=o.message.count,s.value=s.value.concat(o.message.data))};return(n,r)=>(e.openBlock(),e.createElementBlock("div",_,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(s.value,o=>e.renderSlot(n.$slots,"item",{key:o.classify_id,item:o})),128)),l.value?(e.openBlock(),e.createElementBlock("div",{key:0,class:"item-load-more",onClick:u},[...r[0]||(r[0]=[e.createElementVNode("img",{src:d},null,-1),e.createTextVNode(" 点击加载更多 ",-1)])])):e.createCommentVNode("",!0)]))}});module.exports=p;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./SubList.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),g=require("../ListWraper.vue.cjs"),h=require("./Filter.vue.cjs"),y=require("./SubList.vue.cjs"),C=require("../../../../hooks/useAttachement.cjs"),k={key:0,class:"scen-module"},S={class:"title"},B=e.defineComponent({__name:"index",emits:["confirm"],setup(x,{emit:u}){const d=u,o=e.inject("mediaUseType"),_=e.inject("baseAPI"),a=e.ref([]),l=e.ref(""),i=e.ref(null),r=e.ref(!0),c=async t=>{r.value=!0;try{i.value=t;const n=await C.getSysRsByTag(_,{...t,sys_tag:o?.value});if(n.code!==0)return;a.value=n.message.Results}catch(n){console.log("获取内置素材失败",n)}finally{r.value=!1}},m=t=>{l.value=t},v=t=>{t[0].realUrl=t[0].url,d("confirm",t)},p=e.computed(()=>a.value.length?l.value!==""?a.value.find(n=>n.classify_id===l.value).data===null:!a.value.some(t=>t.data&&t.data.length>0):!0);return e.onMounted(()=>{c({sys_tag:o?.value||1,limit:9})}),(t,n)=>(e.openBlock(),e.createBlock(g,{loading:r.value,"is-empty":p.value},{"footer-extra":e.withCtx(()=>[e.renderSlot(t.$slots,"footer-extra")]),header:e.withCtx(()=>[e.createVNode(h,{onChange:c,onChangeScen:m})]),default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(a.value,s=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:s.classify_id},[s.data&&s.data.length>0?e.withDirectives((e.openBlock(),e.createElementBlock("div",k,[e.createElementVNode("div",S,[n[0]||(n[0]=e.createElementVNode("div",{class:"line"},null,-1)),e.createTextVNode(" "+e.toDisplayString(s.scenario_name),1)]),e.createVNode(y,{"outside-filter":i.value,sceniro:s,onConfirm:v},{item:e.withCtx(({item:f})=>[e.renderSlot(t.$slots,"item",{item:f})]),_:3},8,["outside-filter","sceniro"])],512)),[[e.vShow,[s.classify_id,""].includes(l.value)]]):e.createCommentVNode("",!0)],64))),128))]),_:3},8,["loading","is-empty"]))}});module.exports=B;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./index.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),l=require("../../../../videoThumb.cjs"),s=require("../ListWraper.vue.cjs"),a=e.defineComponent({__name:"index",setup(c){const o=e.inject("videoThumbOptions"),r=e.ref("");function u(){const t=r.value;return[{url:t,alias:t,catalog:"image",thumb:t}]}return(t,n)=>(e.openBlock(),e.createBlock(s,null,{"footer-extra":e.withCtx(()=>[e.renderSlot(t.$slots,"footer-extra",{type:"video",isEmpty:!r.value,onConfirm:u})]),default:e.withCtx(()=>[e.unref(o)?(e.openBlock(),e.createBlock(e.unref(l),e.mergeProps({key:0,value:r.value,"onUpdate:value":n[0]||(n[0]=i=>r.value=i)},e.unref(o),{offset:115}),null,16,["value"])):e.createCommentVNode("",!0)]),_:3}))}});module.exports=a;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./index.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),o=require("@arco-design/web-vue"),r=require("../../../emptyData/component.vue.cjs"),s={class:"resource-list"},l={key:0,class:"resource-list-header"},n={class:"resource-list-content"},c={key:0,class:"resource-list-content-loading"},i={key:1,class:"resource-list-content-empty"},a={class:"resource-list-footer"},d={key:0,class:"footer-right"},u=e.defineComponent({__name:"ListWraper",props:{isEmpty:{type:Boolean},loading:{type:Boolean}},setup(p){return(t,_)=>(e.openBlock(),e.createElementBlock("div",s,[t.$slots.header?(e.openBlock(),e.createElementBlock("div",l,[e.renderSlot(t.$slots,"header")])):e.createCommentVNode("",!0),e.createElementVNode("div",n,[t.loading?(e.openBlock(),e.createElementBlock("div",c,[e.createVNode(e.unref(o.Spin),{tip:"素材加载中",loading:!0})])):t.isEmpty?(e.openBlock(),e.createElementBlock("div",i,[e.createVNode(r,{type:"empty"})])):(e.openBlock(),e.createBlock(e.unref(o.Scrollbar),{key:2,"outer-style":{height:"100%"},style:{height:"100%",overflow:"auto"}},{default:e.withCtx(()=>[e.renderSlot(t.$slots,"default")]),_:3}))]),e.createElementVNode("div",a,[e.renderSlot(t.$slots,"footer"),t.$slots["footer-extra"]?(e.openBlock(),e.createElementBlock("div",d,[e.renderSlot(t.$slots,"footer-extra")])):e.createCommentVNode("",!0)])]))}});module.exports=u;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./ListWraper.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),l=require("@arco-design/web-vue"),r=require("@arco-design/web-vue/es/icon"),u=require("@arco-iconbox/vue-cmstop-icons"),p={class:"list-selected-wrapper"},m={key:0},v={class:"list-panel-header"},k={class:"header-options"},V={class:"list-selected-record"},g={class:"item-thumb"},h={class:"item-tag"},N={class:"item-alias"},f=e.defineComponent({__name:"index",props:{selected:{},maxcount:{}},emits:["remove","clear"],setup(C,{emit:i}){const s=i,a=e.inject("baseAPI"),d=e.computed(()=>`${a}/static/img/music.2ee269c.png`),c=e.ref(!1);return(n,o)=>(e.openBlock(),e.createElementBlock("div",p,[n.maxcount?(e.openBlock(),e.createElementBlock("span",m,"最多选择 "+e.toDisplayString(n.maxcount)+" 个素材, ",1)):e.createCommentVNode("",!0),e.createVNode(e.unref(l.Popover),{"popup-visible":c.value,"onUpdate:popupVisible":o[2]||(o[2]=t=>c.value=t),trigger:"click","content-class":"list-panel-wrapper"},{content:e.withCtx(()=>[e.createElementVNode("div",v,[e.createElementVNode("div",null,"已选择 "+e.toDisplayString(n.selected.length)+" 个素材",1),e.createElementVNode("div",k,[e.createElementVNode("div",{onClick:o[0]||(o[0]=t=>s("clear"))}," 清除 "),e.createElementVNode("div",{onClick:o[1]||(o[1]=t=>c.value=!1)},[e.createVNode(e.unref(r.IconClose),{size:"14"})])])]),e.createElementVNode("div",V,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.selected,t=>(e.openBlock(),e.createElementBlock("div",{key:t.id,class:"list-selected-item"},[e.createElementVNode("div",g,[["image","video"].includes(t.catalog)?(e.openBlock(),e.createBlock(e.unref(l.Image),{key:0,preview:!1,width:"100%",height:"100%",src:t.thumb||t.url},null,8,["src"])):e.createCommentVNode("",!0),["audio"].includes(t.catalog)?(e.openBlock(),e.createBlock(e.unref(l.Image),{key:1,preview:!1,width:"100%",height:"100%",fit:"cover",src:d.value},null,8,["src"])):e.createCommentVNode("",!0),e.createElementVNode("div",h,[t.catalog==="video"?(e.openBlock(),e.createBlock(e.unref(u.IconVideoTag),{key:0})):e.createCommentVNode("",!0)])]),e.createElementVNode("div",N,e.toDisplayString(t.alias),1),e.createVNode(e.unref(l.Button),{type:"text",onClick:_=>s("remove",t)},{icon:e.withCtx(()=>[e.createVNode(e.unref(r.IconClose))]),_:1},8,["onClick"])]))),128))])]),default:e.withCtx(()=>[e.createVNode(e.unref(l.Link),null,{default:e.withCtx(()=>[e.createTextVNode("已选择 "+e.toDisplayString(n.selected.length)+" 个素材",1)]),_:1})]),_:1},8,["popup-visible"])]))}});module.exports=f;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./index.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),d=require("@arco-design/web-vue/es/icon"),l=require("@arco-design/web-vue"),p={class:"resource-select-header"},m=e.defineComponent({__name:"index",props:{modelValue:{},tabList:{},wrap:{}},emits:["update:model-value","change","close"],setup(c,{emit:i}){const a=c,n=i,s=e.computed({get:()=>a.modelValue,set:r=>n("update:model-value",r)}),u=a.wrap==="div";return(r,o)=>(e.openBlock(),e.createElementBlock("div",p,[e.createVNode(e.unref(l.Tabs),{"active-key":s.value,"onUpdate:activeKey":o[1]||(o[1]=t=>s.value=t),onChange:o[2]||(o[2]=t=>n("change",t))},{extra:e.withCtx(()=>[u?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(l.Button),{key:0,type:"text",shape:"round",style:{color:"black",transform:"translateX(-8px)"},onClick:o[0]||(o[0]=t=>n("close"))},{icon:e.withCtx(()=>[e.createVNode(e.unref(d.IconClose))]),_:1}))]),default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(r.tabList,t=>(e.openBlock(),e.createBlock(e.unref(l.TabPane),{key:t.key,title:t.title},null,8,["title"]))),128))]),_:1},8,["active-key"])]))}});module.exports=m;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./index.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("vue"),z=require("../../hooks/usePopper.cjs"),o=e=>{if(!e||typeof e.getClientRects!="function")return{right:0,width:0};const s=e.getClientRects();if(s.length===0)return{right:0,width:0};const r=s[0];return{right:r.right,width:r.width}};function B(e){const s=i.ref(),r=i.ref(),{initPopper:m,show:y,visible:b,hide:x}=z(r,s),E=i.ref(0),v=i.ref(0),a=i.ref([]),g=()=>{E.value=document.body?.clientWidth||0;const t=e.value?.parentElement;t&&(v.value=o(t).right)},L=()=>{window.addEventListener("resize",h)},f=()=>{window.removeEventListener("resize",h)},k=t=>{const{width:n}=o(t);n>0&&e.value?.contains(t)&&(a.value.push({width:n,el:t}),e.value?.removeChild(t),r.value?.insertBefore(t,r.value.firstChild))},C=()=>{if(!a.value.length||!e.value)return;const t=a.value.pop();if(!t)return;const{el:n}=t;r.value?.removeChild(n),e.value?.appendChild(n)},T=()=>{if(!e.value)return-1;const t=v.value,n=e.value.children;let l=o(e.value).right-o(e.value).width;for(let d=n.length-1;d>=0;d--){const c=n[d];if(!c||!c.classList||!c.classList.contains("filter-item"))continue;const u=o(c);u.right>t-400?k(c):l=Math.max(l,u.right)}return l},h=async()=>{if(await i.nextTick(),g(),!e.value||!r.value)return;const t=v.value;let n=T();(n===-1&&e.value.children.length>0||e.value.children.length===0)&&(n=o(e.value).left),await i.nextTick();let l=t-n;for(;a.value.length>0;){const c=a.value[a.value.length-1].width;if(l>c+10){C(),await i.nextTick();const u=Array.from(e.value.children);u.length>0?n=u.reduce((w,p)=>p.classList?.contains("filter-item")?Math.max(w,o(p).right):w,o(e.value).left):n=o(e.value).left,l=t-n}else break}};return i.onMounted(async()=>{L(),m("bottom-start",[0,40]),await i.nextTick(),g(),await i.nextTick(),h()}),i.onUnmounted(()=>{f()}),{moreBtnRef:s,popperPanelRef:r,hiddenElementList:a,visible:b,show:y,hide:x,refreshLayout:h}}exports.useResponsiveFilter=B;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../utils/request.cjs");function i(t,s,r){return e(t,{url:`/poplar/v2/accounts/${s}`,method:"get",params:r})}function o(t,s){return e(t,{url:`/poplar/v3/sys_attachment/scenario_classifies?sys_tag=${s}`,method:"get"})}exports.getAccountList=i;exports.getSysRsClassifyList=o;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),c=require("../../config.cjs");function a(o,t,s){const r=o.BASE_API||c.DEFAULT_BASE_API,u=e.computed(()=>o.wrap==="drawer"?{class:"resource-select-drawer",header:!1,width:"85vw",footer:!1,unmountOnClose:!0}:{bodyClass:"resource-select-modal-body",width:"986px",closable:!1,hideTitle:!1,footer:!1,unmountOnClose:!0});e.provide("baseAPI",r),e.provide("filterOptions",e.computed(()=>o.filterOptions)),e.provide("userInfo",e.computed(()=>o.userInfo)),e.provide("mediaUseType",e.computed(()=>o.mediaUseType)),e.provide("aiThumbList",e.computed(()=>o.aiThumbList)),e.provide("videoThumbOptions",e.computed(()=>o.videoThumbOptions));function i(){t("update:visible",!1),s?.onClose()}return{wrapProps:u,close:i,submit:(n,...d)=>{t("submit",JSON.parse(JSON.stringify(n)),...d),i()}}}module.exports=a;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("vue");function v(c){const e=t.ref([]),o=t.computed(()=>e.value.map(u=>u.id||u.url)),s=t.computed(()=>c.maxcount&&e.value.length>=c.maxcount);function d(u){const{id:a,url:i}=u,n=e.value.findIndex(l=>l.id&&l.id===a||l.url===i);n>-1?e.value.splice(n,1):e.value.push(u)}function r(){e.value=[]}return{selected:e,selectedKeys:o,disableSelect:s,handleSelect:d,handleClear:r}}exports.useResourceSelect=v;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const n=require("vue"),m=require("../components/List/ListVideo/index.vue.cjs"),u=require("../components/List/ListNormal/index.vue.cjs"),y=require("../components/List/ListSystem/index.vue.cjs"),f=require("../components/List/ListLocal/index.vue.cjs"),g=require("../components/List/ListAi/index.vue.cjs");var c=(e=>(e.ALL="all",e.MY="my",e.REMIND="remind",e.LOCAL="local",e.SYSTEM="system",e.AI="ai",e.VIDEO="video",e))(c||{});const h=["all","my","remind","local"],l={all:{title:"全部素材",component:u},my:{title:"我的素材",component:u},remind:{title:"提醒我的",component:u},local:{title:"本地素材",component:f},system:{title:"内置素材",component:y},ai:{title:"正文素材",component:g},video:{title:"视频封面",component:m}};function L(e){const i=n.ref("all"),_=n.computed(()=>l[i.value]),p=n.computed(()=>{const{mediaUseType:o,aiThumbList:s,videoThumbOptions:d}=e,t=JSON.parse(JSON.stringify(h));return o>0&&t.unshift("system"),s&&s.length&&t.unshift("ai"),d&&t.unshift("video"),[i.value]=t,t.map(r=>({key:r,title:l[r].title}))}),a=n.computed(()=>_.value.component);function v(o){i.value=o}return{activeKey:i,activeComponent:a,tabKeyList:p,handelChangeTab:v}}exports.TabEnum=c;exports.default=L;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./selectResourceModal/component.vue.cjs"),s=Object.assign(e,{install:t=>{t.component(e.name,e)}});module.exports=s;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),N=require("@arco-design/web-vue"),C=require("../utils/doc.cjs"),Y=require("../imageCrop/component.vue.cjs"),S=require("./components/card.vue.cjs"),A=require("./components/colorPalette.vue.cjs"),M=require("../config.cjs"),J=require("../utils/index.cjs"),Z=require("../selectResourceModal/component.vue.cjs"),ee={key:0,class:"star"},le={key:1,style:{"margin-left":"10px"},class:"tip"},te={class:"thumbbox"},oe={key:0,class:"thumb-list-view"},ae={key:1,class:"thumb-list-view"},re={style:{"margin-top":"-10px"}},ne={key:0,class:"tip"},ue={class:"thumbbox"},se={key:2,class:"title"},ie={key:0},ce={key:0,class:"star"},me={key:1},pe={key:2,class:"tip",style:{"margin-left":"10px"}},de={class:"thumbbox"},ve={key:0,class:"tip"},fe={key:1,class:"title"},be=e.defineComponent({name:"selectThumb",__name:"component",props:{BASE_API:{default:M.DEFAULT_BASE_API},mode:{},dataValue:{},flex:{type:Boolean,default:!1},offset:{default:"120px"},title:{default:"封面"},titleValid:{type:Boolean,default:!1},topImageTitle:{},topImageTitleValid:{type:Boolean,default:!1},showTitle:{type:Boolean,default:!0},cropper:{type:Boolean,default:!1},cropperRatios:{default:()=>[]},aiImages:{default:()=>[]},series:{},thumbsMax:{default:1},mediaUseType:{},localUpload:{type:Boolean,default:!1}},emits:["update:dataValue","upload","template-change","crop"],setup(R,{emit:P}){const n=R,T=P,y=n.BASE_API||M.DEFAULT_BASE_API,b=e.ref(),p=e.ref(null),o=e.ref({}),i=e.ref("banner"),d=e.ref(!1),E=e.ref(!1),h=e.ref(0),q=e.ref(16/9),z=e.ref([]),w=e.ref([]);n.mediaUseType&&e.provide("mediaUseType",n.mediaUseType);const v=e.computed({get(){return o.value.model?`${o.value.model}`:"4"},set(l){o.value.model=parseInt(l,10),s(o.value)}}),O=e.ref(!0);e.watch(()=>E.value,l=>{l||(O.value=!1,e.nextTick(()=>O.value=!0))});const x=l=>{let t=null;l?n.mode==="smiple"?t={model:3,data:[{url:l,thumb:l}]}:Array.isArray(l)?t={model:99,data:l.map(a=>({url:a}))}:t={...JSON.parse(l)}:t={model:3,data:[{url:"",thumb:""}]},p.value||(p.value={...t}),o.value=t};e.watch(()=>n.dataValue,()=>{x(n.dataValue)},{immediate:!0});const j=e.computed(()=>n.thumbsMax&&c.value.length>=n.thumbsMax?n.thumbsMax:c.value.length+1),s=l=>{const t=JSON.parse(JSON.stringify(l));Array.isArray(t.data)&&(t.data=t.data.map(a=>a||{})),n.mode==="smiple"?T("update:dataValue",t.data[0]?.url||""):(t.data||(t.data=[]),n.mode==="thumbs"?T("update:dataValue",t.data.map(a=>a.url)):T("update:dataValue",JSON.stringify(t)))},f=e.computed(()=>["doc","thumbs"].includes(n.mode)?C.docThumbObjMap[parseInt(v.value,10)]:C.docThumbObjMap[3]),F=e.computed(()=>C.docThumbArrMap().filter(l=>G.value.split(",").includes(l.value))),G=e.computed(()=>{const{series:l}=n;if(l){if(l==="imagetext")return"1,2,3,4";if(l==="svideo")return"2,5";if(l==="video"||l==="atlas"||l==="audio")return"1,2,3,4";if(l==="link"||l==="h5")return"1,2,3,4,7";if(l==="local_live")return"2,3"}return"1,2,3,4,5,7"}),I=e.computed(()=>n.mode!=="doc"?C.docThumbObjMap[3]:F.value.find(l=>l.value===v.value)),c=e.computed({get(){return o.value?.data||[]},set(l){o.value.data=l||[]}}),g=e.computed(()=>c.value.map(l=>l.url)),k=l=>{w.value.push(l),D(w.value)},B=(l,t)=>{w.value=[],i.value=l,h.value=t},V=(l,t)=>{i.value=l||"thumb",h.value=t||0,d.value=!0},_=e.computed(()=>{const{series:l}=n;return["special","special_v3","video_album","audio_album","local_live"].includes(l)}),D=l=>{if(i.value==="pc_banner"&&!_.value)l.map(async t=>{const{width:a,height:r}=await K(t.url);o.value.pc_banner_url=`${t.url}?width=${a}&height=${r}`,o.value.pc_banner_url_info=JSON.stringify({width:a,height:r})});else if(i.value==="thumb"){let t=[];if(v.value==="1"){let r=0;t=JSON.parse(JSON.stringify(o.value.data));for(let u=h.value;u<h.value+l.length;u++){if(u>=3)return;t[u]={url:l[r].url,thumb:l[r].url},r++}}else t=[{url:l[0].url,thumb:l[0].url}];o.value.data=t,o.value.cover_url=l[0].url,J.getThemeColor(y,l[0].url).then(r=>{o.value.cover_colorList=JSON.parse(JSON.stringify(r)),o.value.cover_theme_color=`rgb(${r[1]})`,s(o.value)}).catch(r=>{o.value.banner_theme_color="rgb(255, 255, 255)",s(o.value)})}else i.value==="banner"?(o.value.banner_url=l[0].url,J.getThemeColor(y,l[0].url).then(a=>{o.value.banner_colorList=JSON.parse(JSON.stringify(a)),o.value.banner_theme_color=`rgb(${a[1]})`,s(o.value)}).catch(a=>{o.value.banner_theme_color="rgb(255, 255, 255)",s(o.value)})):(o.value.top_image_url=l[0].url,o.value.pc_banner_url=l[0].url,J.getThemeColor(y,l[0].url).then(a=>{o.value.top_colorList=JSON.parse(JSON.stringify(a)),o.value.top_theme_color=`rgb(${a[1]})`,s(o.value)}).catch(a=>{o.value.top_theme_color="rgb(255, 255, 255)",s(o.value)}));s(o.value),d.value=!1},H=l=>{if(d.value=!1,!!o.value){if(i.value==="banner"&&(o.value.banner_url=l[0].url,o.value.banner_colorList=JSON.parse(JSON.stringify(l[0].banner_theme_color)),o.value.banner_theme_color=`rgb(${l[0].banner_theme_color[1]})`),i.value==="pcBanner"&&_.value&&(o.value.top_image_url=l[0].url,o.value.pc_banner_url=l[0].url,o.value.top_colorList=JSON.parse(JSON.stringify(l[0].banner_theme_color)),o.value.top_theme_color=`rgb(${l[0].banner_theme_color[1]})`),i.value==="thumb"){const t=JSON.parse(JSON.stringify(o.value.data||[]));t[h.value]={url:l[0].url,thumb:l[0].url},o.value.data=t}s(o.value)}},K=l=>new Promise((t,a)=>{const r=new Image;r.src=l,r.onload=()=>{t(r)},r.onerror=a}),Q=()=>{o.value.cover_theme_color="",n.dataValue&&(o.value.model===p.value.model?e.nextTick(()=>{o.value.data=p.value.data,o.value.cover_theme_color=p.value.cover_theme_color,o.value.cover_colorList=p.value.cover_colorList}):o.value.data=[],s(o.value))},U=e.computed({get(){const{banner:l,banner_theme_color:t,banner_url:a}=o.value;return{banner:l,banner_theme_color:t,url:a}},set(l){o.value.banner_url=l.url,o.value.cover_colorList=o.value.banner_colorList}}),W=e.computed({get(){const{cover_theme_color:l}=o.value;return l},set(){}}),m=e.computed({get(){return!!U.value?.banner},set(l){o.value.banner=l,s(o.value)}}),X=e.computed({get(){return!!W.value},set(l){o.value.cover=l,s(o.value)}}),$=e.computed({get(){const{pc_banner_url_info:l,pc_banner_url:t}=o.value;return{pc_banner_url_info:l,url:t}},set(l){o.value.pc_banner_url=l.url}}),L=l=>{s(l)};return e.onMounted(()=>{o.value.cover_url}),(l,t)=>(e.openBlock(),e.createElementBlock("div",{ref_key:"selectThumbRef",ref:b,class:"select-thumb-container"},[e.createElementVNode("div",{class:e.normalizeClass(["banner-view",{flex:l.flex}])},[l.mode!=="smiple"&&l.showTitle?(e.openBlock(),e.createElementBlock("div",{key:0,class:"title",style:e.normalizeStyle({width:l.offset})},[l.titleValid?(e.openBlock(),e.createElementBlock("span",ee,"*")):e.createCommentVNode("",!0),e.createElementVNode("span",null,e.toDisplayString(l.title?l.title:"封面"),1),f.value?.value!=="4"&&!l.flex?(e.openBlock(),e.createElementBlock("span",le," ("+e.toDisplayString(f.value?.alias)+"比例:"+e.toDisplayString(f.value?.ratioStr)+") ",1)):e.createCommentVNode("",!0)],4)):e.createCommentVNode("",!0),e.createElementVNode("div",te,[["thumbs"].includes(l.mode)?(e.openBlock(),e.createElementBlock("div",oe,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(j.value,(a,r)=>(e.openBlock(),e.createBlock(S,{key:r,id:`thumb-card-${r}`,data:c.value[r],"onUpdate:data":u=>c.value[r]=u,parentRef:b.value,idx:r,"preview-list":g.value,"is-popover":l.localUpload,"thumb-model":"thumb",onFileForShowThumb:k,onChangeThumbType:B,onUploadLocal:t[0]||(t[0]=u=>l.$emit("upload",u)),onOpen:u=>V(u,r)},null,8,["id","data","onUpdate:data","parentRef","idx","preview-list","is-popover","onOpen"]))),128))])):I.value?(e.openBlock(),e.createElementBlock("div",ae,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(I.value.maxLength,(a,r)=>(e.openBlock(),e.createBlock(S,{key:r,id:`thumb-card-${r}`,data:c.value[r],"onUpdate:data":u=>c.value[r]=u,parentRef:b.value,model:v.value,idx:r,"preview-list":g.value,"is-popover":l.localUpload,"thumb-model":"thumb",onFileForShowThumb:k,onChangeThumbType:B,onUploadLocal:t[1]||(t[1]=u=>l.$emit("upload",u)),onOpen:u=>V(u,r)},null,8,["id","data","onUpdate:data","parentRef","model","idx","preview-list","is-popover","onOpen"]))),128))])):e.createCommentVNode("",!0),e.createElementVNode("div",re,[f.value?.value!=="4"&&l.flex?(e.openBlock(),e.createElementBlock("span",ne," ("+e.toDisplayString(f.value?.alias)+"比例:"+e.toDisplayString(f.value?.ratioStr)+") ",1)):e.createCommentVNode("",!0)]),["doc"].includes(l.mode)?(e.openBlock(),e.createElementBlock(e.Fragment,{key:2},[e.createVNode(e.unref(N.RadioGroup),{modelValue:v.value,"onUpdate:modelValue":t[2]||(t[2]=a=>v.value=a),size:"small",type:"button",style:{"margin-top":"10px"},onChange:Q},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(F.value,(a,r)=>(e.openBlock(),e.createBlock(e.unref(N.Radio),{key:r,value:a.value},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(a.alias),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue"]),X.value?(e.openBlock(),e.createBlock(A,{key:0,"style-data":o.value,model:"cover",style:{"margin-top":"10px"},onChange:L},null,8,["style-data"])):e.createCommentVNode("",!0)],64)):e.createCommentVNode("",!0)])],2),l.mode==="doc"?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("div",{class:e.normalizeClass(["banner-view",{flex:l.flex}])},[e.createElementVNode("div",{class:"title",style:e.normalizeStyle({width:l.offset})},[t[11]||(t[11]=e.createElementVNode("span",{style:{"margin-right":"10px"}},"独立轮播图",-1)),l.flex?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(N.Switch),{key:0,modelValue:m.value,"onUpdate:modelValue":t[3]||(t[3]=a=>m.value=a),size:"small"},null,8,["modelValue"]))],4),e.createElementVNode("div",ue,[l.flex?(e.openBlock(),e.createBlock(e.unref(N.Switch),{key:0,modelValue:m.value,"onUpdate:modelValue":t[4]||(t[4]=a=>m.value=a),style:{"margin-bottom":"10px"},size:"small"},null,8,["modelValue"])):e.createCommentVNode("",!0),m.value?(e.openBlock(),e.createBlock(S,{key:1,id:"banner-card",data:U.value,"onUpdate:data":t[5]||(t[5]=a=>U.value=a),parentRef:b.value,"preview-list":g.value,"is-popover":l.localUpload,"thumb-model":"banner",onFileForShowThumb:k,onChangeThumbType:B,onUploadLocal:t[6]||(t[6]=a=>l.$emit("upload",a)),onOpen:V},null,8,["data","parentRef","preview-list","is-popover"])):e.createCommentVNode("",!0),m.value&&o.value.banner_theme_color?(e.openBlock(),e.createElementBlock("div",se,[...t[12]||(t[12]=[e.createElementVNode("span",null,"独立轮播图背景颜色",-1)])])):e.createCommentVNode("",!0),m.value?(e.openBlock(),e.createBlock(A,{key:3,"style-data":o.value,model:"banner",onChange:L},null,8,["style-data"])):e.createCommentVNode("",!0)])],2),e.createElementVNode("div",{class:e.normalizeClass(["banner-view",{flex:l.flex}])},[e.createElementVNode("div",{class:"title",style:e.normalizeStyle({width:l.offset})},[_.value?(e.openBlock(),e.createElementBlock("span",ie,[l.topImageTitleValid?(e.openBlock(),e.createElementBlock("span",ce,"*")):e.createCommentVNode("",!0),e.createElementVNode("span",null,e.toDisplayString(l.topImageTitle||"封面头图"),1)])):(e.openBlock(),e.createElementBlock("span",me,"PC封面图")),l.flex?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("span",pe,"(建议尺寸:1242px*662px)"))],4),e.createElementVNode("div",de,[e.createVNode(S,{id:"pc-banner-card",data:$.value,"onUpdate:data":t[7]||(t[7]=a=>$.value=a),parentRef:b.value,previewList:g.value,"is-popover":l.localUpload,thumbModel:"pcBanner",onFileForShowThumb:k,onChangeThumbType:B,onUploadLocal:t[8]||(t[8]=a=>l.$emit("upload",a)),onOpen:V},null,8,["data","parentRef","previewList","is-popover"]),l.flex?(e.openBlock(),e.createElementBlock("span",ve,"(建议尺寸:1242px*662px)")):e.createCommentVNode("",!0),_.value&&o.value.top_theme_color?(e.openBlock(),e.createElementBlock("div",fe,[...t[13]||(t[13]=[e.createElementVNode("span",null,"图片背景颜色",-1)])])):e.createCommentVNode("",!0),_.value?(e.openBlock(),e.createBlock(A,{key:2,model:"top",styleData:o.value,onChange:L},null,8,["styleData"])):e.createCommentVNode("",!0)])],2)],64)):e.createCommentVNode("",!0),d.value?(e.openBlock(),e.createBlock(Z,{key:1,visible:d.value,"onUpdate:visible":t[9]||(t[9]=a=>d.value=a),maxcount:1,"media-use-type":l.mediaUseType,userInfo:{domain_id:1,repository_id:4},filterOptions:{mediaType:"image",mediaTypeStrict:!0},wrap:"modal",onSubmit:D},null,8,["visible","media-use-type"])):e.createCommentVNode("",!0),O.value?(e.openBlock(),e.createBlock(Y,{key:2,visible:E.value,"onUpdate:visible":t[10]||(t[10]=a=>E.value=a),"aspect-ratio-prop":q.value,BASE_API:e.unref(y),"corp-data":z.value,"generate-assets":!1,onConfirm:H},null,8,["visible","aspect-ratio-prop","BASE_API","corp-data"])):e.createCommentVNode("",!0)],512))}});module.exports=be;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./component.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),r=require("@arco-design/web-vue"),c=require("@arco-design/web-vue/es/icon"),h=require("../../config.cjs"),f={class:"thumb-card-container-wrap"},v={key:0,class:"img-v"},g={key:0,class:"img-v"},B=e.defineComponent({name:"thumbCard",__name:"card",props:{data:{},previewList:{},thumbModel:{},parentRef:{},idx:{},along:{type:Boolean},model:{},isPopover:{type:Boolean}},emits:["open","remove","change","changeThumbType","fileForShowThumb","uploadLocal","update:data"],setup(u,{emit:p}){const s=`${h.DEFAULT_BASE_API}/static/images/waterBg.png`,o=u,n=p,i=e.computed(()=>o.model?{[`model-${o.model}`]:o.data?.url&&o.model}:{}),d=()=>{o.along&&t()},k=()=>{n("changeThumbType",o.thumbModel,o.idx||0),n("uploadLocal",a=>{let{data:l}=o;a&&(l||(l={}),l.url=a.url,n("fileForShowThumb",l))})},t=()=>{n("open",o.thumbModel)},m=()=>{n("remove")};return(a,l)=>(e.openBlock(),e.createElementBlock("div",f,[a.isPopover?(e.openBlock(),e.createBlock(e.unref(r.Popover),{key:0,trigger:"hover",position:"bottom","popup-container":o.parentRef},{content:e.withCtx(()=>[e.createElementVNode("div",{onClick:t},"素材库选择"),e.createElementVNode("div",{onClick:k},"本地上传")]),default:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass(["thumb-card-container",i.value])},[o.data?.url?(e.openBlock(),e.createElementBlock("div",v,[e.createVNode(e.unref(r.Image),{class:"item",fit:"cover",src:o.data.url,"show-loader":""},null,8,["src"]),e.createVNode(e.Transition,{name:"fade"},{default:e.withCtx(()=>[e.createElementVNode("div",{class:"mask",onClick:d},[e.createElementVNode("span",{class:"half",onClick:e.withModifiers(t,["stop"])},[e.createVNode(e.unref(c.IconEdit))]),a.along?(e.openBlock(),e.createElementBlock("span",{key:0,class:"half",onClick:e.withModifiers(m,["stop"])},[e.createVNode(e.unref(c.IconDelete))])):e.createCommentVNode("",!0)])]),_:1})])):(e.openBlock(),e.createElementBlock("div",{key:1,class:"item add-thumb",style:e.normalizeStyle({backgroundImage:`url(${s})`}),onClick:t},[e.createVNode(e.unref(c.IconPlus))],4))],2)]),_:1},8,["popup-container"])):(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["thumb-card-container",i.value])},[o.data?.url?(e.openBlock(),e.createElementBlock("div",g,[e.createVNode(e.unref(r.Image),{class:"item",fit:"cover",src:o.data.url,"show-loader":""},null,8,["src"]),e.createVNode(e.Transition,{name:"fade"},{default:e.withCtx(()=>[e.createElementVNode("div",{class:"mask",onClick:d},[e.createElementVNode("span",{class:"half",onClick:e.withModifiers(t,["stop"])},[e.createVNode(e.unref(c.IconEdit))]),a.along?(e.openBlock(),e.createElementBlock("span",{key:0,class:"half",onClick:e.withModifiers(m,["stop"])},[e.createVNode(e.unref(c.IconDelete))])):e.createCommentVNode("",!0)])]),_:1})])):(e.openBlock(),e.createElementBlock("div",{key:1,class:"item add-thumb",style:e.normalizeStyle({backgroundImage:`url(${s})`}),onClick:t},[e.createVNode(e.unref(c.IconPlus))],4))],2))]))}});module.exports=B;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./card.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),c=require("@arco-design/web-vue"),v=require("./colorPicker.vue.cjs"),g={key:0,class:"color-palette-container"},y=e.defineComponent({__name:"colorPalette",props:{styleData:{},model:{}},emits:["change"],setup(i,{emit:m}){const r=i,d=m,a=e.ref("rgb(101,121,109)"),n=e.ref([]),u=l=>{if(l){a.value=l.replace(/\s+/g,"");const t=JSON.parse(JSON.stringify(r.styleData));t[`${r.model}_theme_color`]=a.value,d("change",t)}},p=l=>{if(l.includes("rgb"))return l;const t=parseInt(l.slice(1,3),16),o=parseInt(l.slice(3,5),16),s=parseInt(l.slice(5,7),16);return`rgb(${t},${o},${s})`};return e.watch(()=>r.styleData,()=>{if(r.styleData){const l=r.styleData[`${r.model}_theme_color`]||"";a.value=p(l);const t=r.styleData[`${r.model}_colorList`];t?.length?n.value=t.map(o=>`rgb(${o})`):a.value&&(n.value=[a.value])}},{immediate:!0}),(l,t)=>n.value&&n.value.length?(e.openBlock(),e.createElementBlock("div",g,[e.createVNode(e.unref(c.RadioGroup),{modelValue:a.value,"onUpdate:modelValue":t[1]||(t[1]=o=>a.value=o),class:"color-radio-group",type:"button",onChange:u},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(n.value,(o,s)=>(e.openBlock(),e.createBlock(e.unref(c.Radio),{key:s,style:e.normalizeStyle({background:`${o} !important`}),value:o},null,8,["style","value"]))),128)),e.createVNode(v,{modelValue:a.value,"onUpdate:modelValue":t[0]||(t[0]=o=>a.value=o),onChange:u},null,8,["modelValue"])]),_:1},8,["modelValue"])])):e.createCommentVNode("",!0)}});module.exports=y;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./colorPalette.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const o=require("vue"),d=["value"],f=o.defineComponent({__name:"colorPicker",props:{modelValue:String},emits:["update:modelValue","change"],setup(a,{emit:s}){const c=a,u=s,r=o.ref(c.modelValue||"#ffffff");o.watch(()=>c.modelValue,()=>{c.modelValue&&(r.value=m(c.modelValue))},{immediate:!0}),o.watch(r,e=>{u("update:modelValue",e),u("change",e)});const i=e=>{const t=e.target.value,n=p(t);r.value=n};function p(e){const t=parseInt(e.slice(1,3),16),n=parseInt(e.slice(3,5),16),l=parseInt(e.slice(5,7),16);return`rgb(${t}, ${n}, ${l})`}function m(e){if(e.includes("NaN"))return"";if(e.includes("#"))return e;const[t,n,l]=e.match(/\d+/g).map(Number);return`#${((1<<24)+(t<<16)+(n<<8)+l).toString(16).slice(1).toUpperCase()}`}return(e,t)=>(o.openBlock(),o.createElementBlock("input",{class:"color-picker-input",type:"color",value:r.value,onInput:i},null,40,d))}});module.exports=f;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./colorPicker.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./selectThumb/component.vue.cjs"),s=Object.assign(e,{install:t=>{t.component(e.name,e)}});module.exports=s;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t="data:image/png;base64,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";module.exports=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),a=require("@arco-iconbox/vue-cmstop-icons"),y=require("@arco-design/web-vue"),f=require("./assets/magic.png.cjs"),l=require("../config.cjs"),v=require("../utils/index.cjs"),A=require("./components/ThumbUploading/index.vue.cjs"),_={key:2,class:"thumb-select-tag"},b=["onClick"],E=e.defineComponent({name:"ThumbCard",__name:"component",props:{BASE_API:{default:l.DEFAULT_BASE_API},url:{},thumb:{},useMask:{type:Boolean,default:!1},options:{},meta:{},catalog:{},handlersKey:{},handlersAlways:{type:Boolean,default:!1}},emits:["handle","edit"],setup(s,{emit:r}){const o=s,c=r;e.useSlots();const u=o.BASE_API||l.DEFAULT_BASE_API,i=f,m=e.computed(()=>o.meta?.progress!=null),d=e.computed(()=>["image","video"].includes(o.catalog||"")?o.thumb||o.url||"":`${u}/static/img/music.2ee269c.png`),p=e.computed(()=>{const t={};return o.useMask&&(t.backgroundImage=`url(${i})`),t}),k=e.computed(()=>{const t=[];return o.useMask||t.push("thumb-no-mask"),t}),h=e.computed(()=>{const t=[];return o.handlersAlways&&t.push("thumb-handler-always"),t}),g=e.computed(()=>({fit:"contain",preview:!1,width:"100%",height:"100%",...o.options}));function B(t){c("handle",{key:t,item:o.meta})}return(t,C)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["thumb-select-wrapper",k.value]),style:e.normalizeStyle(p.value)},[m.value?(e.openBlock(),e.createBlock(A,{key:0,meta:t.meta},null,8,["meta"])):t.catalog&&t.url?(e.openBlock(),e.createElementBlock(e.Fragment,{key:1},[t.catalog?(e.openBlock(),e.createBlock(e.unref(y.Image),e.mergeProps({key:0,class:"thumb-image",src:d.value},g.value),null,16,["src"])):e.createCommentVNode("",!0)],64)):e.createCommentVNode("",!0),["video","audio"].includes(t.catalog)&&t.meta?(e.openBlock(),e.createElementBlock("div",_,[t.catalog==="video"?(e.openBlock(),e.createBlock(e.unref(a.IconVideoTag),{key:0})):(e.openBlock(),e.createBlock(e.unref(a.IconAudioTag),{key:1})),e.createTextVNode(" "+e.toDisplayString(e.unref(v.mediaTime)(t.meta?.length)),1)])):e.createCommentVNode("",!0),e.createElementVNode("div",{class:e.normalizeClass(["thumb-handler-list",h.value])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.handlersKey,n=>(e.openBlock(),e.createElementBlock("div",{key:n.key,class:"handler-item",onClick:e.withModifiers(()=>B(n.key),["stop"])},e.toDisplayString(n.label),9,b))),128)),e.renderSlot(t.$slots,"handlers")],2)],6))}});module.exports=E;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./component.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),c=require("@arco-design/web-vue"),a={class:"thumb-upload-loading"},l=e.defineComponent({__name:"index",props:{meta:{}},setup(o){const s=o,r=e.computed(()=>[2,3].includes(s.meta.status)),u=e.computed(()=>[0].includes(s.meta.status)),n=e.computed(()=>r.value?"thumb-upload-text-error":u.value?"thumb-upload-text-success":"");return(t,m)=>(e.openBlock(),e.createElementBlock("div",a,[r.value?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(c.Progress),{key:0,type:"circle",percent:t.meta?.progress},null,8,["percent"])),t.meta.msg?(e.openBlock(),e.createElementBlock("div",{key:1,class:e.normalizeClass(["thumb-upload-text",n.value])},e.toDisplayString(t.meta?.msg),3)):e.createCommentVNode("",!0)]))}});module.exports=l;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./index.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("./thumbCard/component.vue.cjs"),n=Object.assign(t,{install:e=>{e.component(t.name,t)}});module.exports=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),c=require("@arco-iconbox/vue-cmstop-icons"),r={class:"type-icons-container"},p=e.defineComponent({name:"typeIcons",__name:"component",props:{type:{},doc:{type:Boolean,default:!1},resource:{type:Boolean,default:!1}},emits:["click","hover"],setup(n,{expose:t,emit:l}){const o=n;return e.useSlots(),t(),(k,a)=>(e.openBlock(),e.createElementBlock("div",r,[o.doc&&o.type==="imagetext"?(e.openBlock(),e.createBlock(e.unref(c.IconXinwen),{key:0})):o.doc&&o.type==="video"?(e.openBlock(),e.createBlock(e.unref(c.IconShipin),{key:1})):o.doc&&o.type==="audio"?(e.openBlock(),e.createBlock(e.unref(c.IconYinyue),{key:2})):o.doc&&o.type==="atlas"?(e.openBlock(),e.createBlock(e.unref(c.IconTuji),{key:3})):o.doc&&o.type==="svideo"?(e.openBlock(),e.createBlock(e.unref(c.IconXiaoshipin),{key:4})):o.doc&&o.type==="special_v3"?(e.openBlock(),e.createBlock(e.unref(c.IconZhuanti),{key:5})):o.doc&&o.type==="audio_album"?(e.openBlock(),e.createBlock(e.unref(c.IconYinpinji),{key:6,style:{color:"#1fb7c2"}})):o.doc&&o.type==="video_album"?(e.openBlock(),e.createBlock(e.unref(c.IconShipinji),{key:7,style:{color:"#f05050"}})):o.doc&&o.type==="mini_program"?(e.openBlock(),e.createBlock(e.unref(c.IconMiniprogram),{key:8})):o.doc&&o.type==="h5"?(e.openBlock(),e.createBlock(e.unref(c.IconH5),{key:9})):o.doc&&o.type==="live"?(e.openBlock(),e.createBlock(e.unref(c.IconZhibo),{key:10})):o.doc&&o.type==="sp_topic"?(e.openBlock(),e.createBlock(e.unref(c.IconSpTopic),{key:11})):o.doc&&o.type==="local_live"?(e.openBlock(),e.createBlock(e.unref(c.IconLocalLive),{key:12})):o.resource&&o.type==="image"?(e.openBlock(),e.createBlock(e.unref(c.IconPicture),{key:13})):o.type==="mpdoc"?(e.openBlock(),e.createBlock(e.unref(c.IconGongzhonghao),{key:14})):o.type==="ilive"?(e.openBlock(),e.createBlock(e.unref(c.IconZhibo),{key:15})):o.type==="group"?(e.openBlock(),e.createBlock(e.unref(c.IconSelectGroupoverview),{key:16})):o.type==="nav"?(e.openBlock(),e.createBlock(e.unref(c.IconSelectVersion),{key:17})):o.type==="course"?(e.openBlock(),e.createBlock(e.unref(c.IconBook),{key:18})):o.type==="funhd"?(e.openBlock(),e.createBlock(e.unref(c.IconEvent),{key:19})):(e.openBlock(),e.createBlock(e.unref(c.IconGaojian),{key:20}))]))}});module.exports=p;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./component.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./typeIcons/component.vue.cjs"),n=Object.assign(e,{install:t=>{t.component(e.name,e)}});module.exports=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("vue"),y=require("./script/fileTypeAdapter.cjs"),p=require("./script/fileUpload.cjs"),S=require("./components/UploadForClick.vue.cjs"),T=require("./components/UploadBefore.vue.cjs"),c=require("../config.cjs"),f=require("../hooks/toggle.cjs"),R=require("../utils/index.cjs"),_=require("./script/uploadHooks.cjs"),C=t.defineComponent({name:"uploadBefore",__name:"component",props:{BASE_API:{default:c.DEFAULT_BASE_API},uploadMethod:{},image_ratio:{}},emits:["onProgress","onListReady","after-choose","confirm"],setup(A,{emit:v}){const{state:r,open:g}=f.useToggle(),{state:m,open:P}=f.useToggle(),B=A,n=v,u=t.ref(B.BASE_API||c.DEFAULT_BASE_API),{preOptionsList:i,uploadFileToShowFileTrans:U}=_.usePreUploadOptions(),{fileList:q,uploadFileAdd:F}=_.useUplaodList(),L=o=>{const e=y.fileAdapter(o);e&&(F(e),U(e),!r.value&&g())},E=o=>{n("onListReady",o),!m.value&&P();for(const e of q.value)I(e,o)};async function I(o,e){o.id;const s=o.dirId||o.id,[h,a]=await R.to(p.uploadFile(o.file,l=>n("onProgress",s,l,0)));if(h||!a||!a.url)return n("onProgress",s,0,-1);n("onProgress",s,100,2);const d=e.find(l=>l.id===s);return d?(p.uploadAddRequest(d,{rid:4,dirId:0,url:a.url},u.value,l=>{}),!0):!1}return(o,e)=>(t.openBlock(),t.createElementBlock(t.Fragment,null,[t.createVNode(S,{"upload-method":o.uploadMethod,onAfterChoose:L},null,8,["upload-method"]),t.createVNode(T,{visable:t.unref(r),"onUpdate:visable":e[0]||(e[0]=s=>t.isRef(r)?r.value=s:null),"file-list":t.unref(i),"onUpdate:fileList":e[1]||(e[1]=s=>t.isRef(i)?i.value=s:null),BASE_API:u.value,onConfirm:E},null,8,["visable","file-list","BASE_API"])],64))}});module.exports=C;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./component.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),n=require("@arco-design/web-vue"),f=require("../script/api.cjs"),b={class:"table_wrp"},A={key:1},U={key:1},L={key:1},M=e.defineComponent({__name:"UploadBefore",props:{visable:{type:Boolean},fileList:{},BASE_API:{}},emits:["confirm","update:visable","update:file-list"],setup(T,{emit:C}){const s=T,m=C,k=e.toRef(s,"visable"),v=e.toRef(s,"fileList"),N=[{title:"文件名称",dataIndex:"name",ellipsis:!0,tooltip:!0,width:200},{title:"文件类型",dataIndex:"typeCN",width:100},{title:"文件大小",dataIndex:"sizeCN",width:120},{title:"智能编目",slotName:"analize",width:100},{title:"水印选择",slotName:"watermark",width:180},{title:"视频转码模版组选择",slotName:"vTransTemp",width:180},{title:"音频转码模版组选择",slotName:"aTransTemp",width:180}],x={y:"100%"},u=e.ref([]),r=e.ref([]),d=e.ref([]),c=e.ref([]),h=e.ref([]),w=e.ref([]),B=e.ref([]),p=new Map,V=e.ref(),g=e.ref(),y=e.ref();e.watch(()=>v.value,o=>{o.forEach(l=>{u.value.push(!1),r.value.push(["dir","image"].includes(l.type)?V.value:""),d.value.push(["dir","video"].includes(l.type)?g.value:""),c.value.push(["dir","audio"].includes(l.type)?y.value:"")})},{deep:!0});const E=async()=>{try{let o=[];const l=await f.getWaterMark(s.BASE_API);l.code===0&&(h.value=l.message.images,V.value=l.message.default,o=o.concat(l.message.images));const t=await f.getVideoTransTemplate(s.BASE_API);t.code===0&&(w.value=t.message.templates,g.value=t.message.default,o=o.concat(t.message.templates));const i=await f.getAudioTransTrempalte(s.BASE_API);i.code===0&&(B.value=i.message.templates,y.value=i.message.default,o=o.concat(i.message.templates)),o.forEach(a=>{p.set(a.id,a)})}catch{}},_=()=>{m("update:visable",!1),m("update:file-list",[])},S=()=>{const o=JSON.parse(JSON.stringify(v.value));m("confirm",o.map((l,t)=>({...l,isAnalize:u.value[t]?1:0,watermark:p.get(r.value[t]),videotemp:p.get(d.value[t]),audiotemp:p.get(c.value[t])}))),_()};return e.onMounted(()=>{E()}),(o,l)=>(e.openBlock(),e.createBlock(e.unref(n.Modal),{visible:k.value,"onUpdate:visible":l[0]||(l[0]=t=>k.value=t),width:"80%",onOk:S,onCancel:_},{title:e.withCtx(()=>[...l[1]||(l[1]=[e.createTextVNode("上传配置",-1)])]),default:e.withCtx(()=>[e.createElementVNode("div",b,[e.createVNode(e.unref(n.Table),{columns:N,data:v.value,hoverable:!1,bordered:!1,pagination:!1,scroll:x},{analize:e.withCtx(({rowIndex:t})=>[e.createVNode(e.unref(n.Switch),{modelValue:u.value[t],"onUpdate:modelValue":i=>u.value[t]=i},null,8,["modelValue","onUpdate:modelValue"])]),watermark:e.withCtx(({rowIndex:t,record:i})=>[["dir","image"].includes(i.type)?(e.openBlock(),e.createBlock(e.unref(n.Select),{key:0,modelValue:r.value[t],"onUpdate:modelValue":a=>r.value[t]=a,placeholder:"请选择水印","value-key":"id","allow-clear":""},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(h.value,a=>(e.openBlock(),e.createBlock(e.unref(n.Option),{key:a.id,value:a.id},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(a.title),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue","onUpdate:modelValue"])):(e.openBlock(),e.createElementBlock("div",A,"— —"))]),vTransTemp:e.withCtx(({rowIndex:t,record:i})=>[["dir","video"].includes(i.type)?(e.openBlock(),e.createBlock(e.unref(n.Select),{key:0,modelValue:d.value[t],"onUpdate:modelValue":a=>d.value[t]=a,placeholder:"请选择转码模版","value-key":"id","allow-clear":""},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(w.value,a=>(e.openBlock(),e.createBlock(e.unref(n.Option),{key:a.id,value:a.id},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(a.title),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue","onUpdate:modelValue"])):(e.openBlock(),e.createElementBlock("div",U,"— —"))]),aTransTemp:e.withCtx(({record:t,rowIndex:i})=>[["dir","audio"].includes(t.type)?(e.openBlock(),e.createBlock(e.unref(n.Select),{key:0,modelValue:c.value[i],"onUpdate:modelValue":a=>c.value[i]=a,placeholder:"请选择转码模版","value-key":"id","allow-clear":""},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(B.value,a=>(e.openBlock(),e.createBlock(e.unref(n.Option),{key:a.id,value:a.id},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(a.title),1)]),_:2},1032,["value"]))),128))]),_:1},8,["modelValue","onUpdate:modelValue"])):(e.openBlock(),e.createElementBlock("div",L,"— —"))]),_:1},8,["data"])])]),_:1},8,["visible"]))}});module.exports=M;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./UploadBefore.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),n=require("@arco-design/web-vue"),u=e.defineComponent({__name:"UploadForClick",props:{uploadMethod:{}},emits:["after-choose"],setup(i,{emit:s}){const r=s,c=t=>{const{fileItem:o}=t;return r("after-choose",o),{abort(){}}};return(t,o)=>(e.openBlock(),e.createBlock(e.unref(n.Upload),{multiple:"","show-file-list":!1,"custom-request":c}))}});module.exports=u;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./UploadForClick.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../../utils/request.cjs");function r(e){return t(e,{url:"/poplar/v2/material/image/watermark",method:"get"})}function o(e){return t(e,{url:"/poplar/v2/material/video/templates",method:"get"})}function d(e){return t(e,{url:"/poplar/v2/material/audio/templates",method:"get"})}function i(e,a){return t(e,{url:"/poplar/v2/media/add",method:"post",data:a})}exports.addMedia=i;exports.getAudioTransTrempalte=d;exports.getVideoTransTemplate=o;exports.getWaterMark=r;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("../../utils/index.cjs");function u(e){let i=null;if(e instanceof File)i={file:e,id:n.generateUUID()};else if(o(e,"uid")){if(!e.file)return;i={file:e.file,id:e.uid}}if(i)return{...i,url:""}}function o(e,i){return e[i]!==void 0}function d(e){const i=t(e);return i==="image"||i==="video"||i==="audio"?"图片":i==="dir"?"目录":"其他"}function t(e){return e?e.split("/")[0]:""}function f(e){if(!e)return"";let i=-1;const r=[" KB"," MB"," GB"," TB"," PB"," EB"," ZB"," YB"];do e/=1024,i++;while(e>1024);return e.toFixed(2)+r[i]}exports.checkType=d;exports.fileAdapter=u;exports.getMediaType=t;exports.getSize=f;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("../../utils/tusUpload.cjs"),u=require("./api.cjs");async function n(e,t){try{return await s.uploadByTUS(e,(o,a)=>{t(parseFloat((o/a*100).toFixed(2)))})}catch{return!1}}async function c(e,t,d,o){const a={url:t.url,alias:e.name,catalog:e.type,repository_id:t.rid,directory_id:t.dirId,size:e.size};e.isAnalize!==void 0&&(a.enable_ai_catalog=e.isAnalize),e.watermark&&(a.watermark=e.watermark),e.videotemp&&(a.video_transcode_template=e.videotemp),e.audiotemp&&(a.audio_transcode_template=e.audiotemp);try{const{code:r,message:i}=await u.addMedia(d,a);if(r!==0)return;o&&o(i)}catch(r){console.log(r)}}exports.uploadAddRequest=c;exports.uploadFile=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const n=require("vue"),s=require("./fileTypeAdapter.cjs");function o(){const t=n.ref([]);function i(e){e.dirId||t.value.push({id:e.id,name:e.file.name,size:e.file.size,sizeCN:s.getSize(e.file.size),type:s.getMediaType(e.file.type),typeCN:s.checkType(e.file.type)})}return{preOptionsList:t,uploadFileToShowFileTrans:i}}function u(){const t=n.ref([]);function i(e){t.value.push(e)}return{fileList:t,uploadFileAdd:i}}exports.usePreUploadOptions=o;exports.useUplaodList=u;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./uploadBefore/component.vue.cjs"),n=Object.assign(e,{install:t=>{t.component(e.name,e)}});module.exports=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),l=require("@arco-design/web-vue/es/icon"),u=require("@arco-design/web-vue"),w=require("../typeIcons/component.vue.cjs"),v=require("../hooks/toggle.cjs"),x=require("../config.cjs"),I={class:"panel_header"},b={class:"title"},D={class:"opt"},A={class:"panel_column flex-3"},R={class:"media_alias ellips"},T={class:"panel_column percent flex-1"};var d=(n=>(n[n.UPLOADING=3]="UPLOADING",n[n.WATING=5]="WATING",n[n.SUCCESS=2]="SUCCESS",n[n.ERROR=-1]="ERROR",n))(d||{});const L=e.defineComponent({name:"uploadStep",__name:"component",props:{BASE_API:{default:x.DEFAULT_BASE_API},fileList:{},visable:{type:Boolean,default:!1},global:{type:Boolean,default:!1}},emits:["update:visable","upload-complete","file-state-change"],setup(n,{emit:_}){const f={UPLOADING:"normal",WATING:"normal",SUCCESS:"success",ERROR:"danger"},k={UPLOADING:"上传中",WATING:"排队中",SUCCESS:"上传完成",ERROR:"上传失败"},y=n,S=_,r=e.toRef(y,"fileList"),{state:s,toggle:i}=v.useToggle(!0),{state:c,toggle:p}=v.useToggle(),N=e.computed(()=>s.value?{}:{padding:0}),h=e.computed(()=>m.value?"正在处理":"处理完成"),C=e.computed(()=>r.value.filter(t=>!g(t.state)).length),m=e.computed(()=>!r.value.some(t=>!g(t.state)));e.watch(()=>c.value,t=>t&&!s.value&&i());const E=()=>S("update:visable"),B=t=>k[d[t]],V=t=>f[d[t]],g=t=>[3,5].includes(t);return(t,a)=>e.withDirectives((e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["panel_wrp",{global:t.global}])},[e.createVNode(e.unref(u.Card),{hoverable:"",class:e.normalizeClass(["panel_card",{expend:e.unref(c)}]),"body-style":N.value},{cover:e.withCtx(()=>[e.createElementVNode("div",I,[e.createElementVNode("div",b,e.toDisplayString(h.value)+"("+e.toDisplayString(C.value)+"/"+e.toDisplayString(r.value.length)+")",1),e.createElementVNode("div",D,[e.createElementVNode("div",{class:"bar",onClick:a[0]||(a[0]=(...o)=>e.unref(i)&&e.unref(i)(...o))},[e.unref(s)?(e.openBlock(),e.createBlock(e.unref(l.IconDown),{key:0})):(e.openBlock(),e.createBlock(e.unref(l.IconUp),{key:1}))]),e.createElementVNode("div",{class:"bar",onClick:a[1]||(a[1]=(...o)=>e.unref(p)&&e.unref(p)(...o))},[e.unref(c)?(e.openBlock(),e.createBlock(e.unref(l.IconShrink),{key:0})):(e.openBlock(),e.createBlock(e.unref(l.IconExpand),{key:1}))]),m.value?e.createCommentVNode("",!0):(e.openBlock(),e.createElementBlock("div",{key:0,class:"bar",onClick:E},[e.createVNode(e.unref(l.IconClose))]))])])]),default:e.withCtx(()=>[e.createElementVNode("div",{class:e.normalizeClass(["panel_list",{un_expend:!e.unref(s)}])},[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.fileList,o=>(e.openBlock(),e.createElementBlock("div",{key:o.id,class:"panel_item"},[e.createElementVNode("div",A,[e.createVNode(w,{doc:!0,resource:!0,type:o.type},null,8,["type"]),e.createVNode(e.unref(u.Tooltip),{content:o.name},{default:e.withCtx(()=>[e.createElementVNode("span",R,e.toDisplayString(o.name),1)]),_:2},1032,["content"])]),e.withDirectives(e.createElementVNode("div",{class:"panel_column flex-1"},e.toDisplayString(B(o.state)),513),[[e.vShow,e.unref(c)]]),e.createElementVNode("div",T,[e.createTextVNode(e.toDisplayString([2,0].includes(o.state)?100:o.percent*100)+" % ",1),e.createVNode(e.unref(u.Progress),{size:"small",type:"circle",width:20,"stroke-width":1,percent:o.percent,status:V(o.state),"show-text":![3,5].includes(o.state)},null,8,["percent","status","show-text"])])]))),128))],2)]),_:1},8,["class","body-style"])],2)),[[e.vShow,t.visable]])}});module.exports=L;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./component.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./uploadStep/component.vue.cjs"),n=Object.assign(e,{install:t=>{t.component(e.name,e)}});module.exports=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),s=require("@arco-design/web-vue"),E=require("@arco-design/web-vue/es/icon"),c=require("../config.cjs"),d=require("./script/api.cjs"),w={class:"user-avater-container"},h=["src"],y={key:1},N={class:"user-avater-content-info"},D={class:"avatar"},T=["src"],V={class:"nick-name"},x={class:"user-name"},U={class:"user-email"},O={key:0,class:"org-alias"},L={class:"b_info_bottom"},P=e.defineComponent({name:"userAvater",__name:"component",props:{BASE_API:{default:c.DEFAULT_BASE_API},BASE_ACCOUNT_HOST:{default:c.DEFAULT_BASE_ACCOUNT_HOST},userStore:{}},emits:["user-info-update","domain-change","logout","profile-click"],setup(v,{expose:_,emit:p}){const i=v,r=p;e.useSlots(),_();const u=i.BASE_API||c.DEFAULT_BASE_API,l=i.BASE_ACCOUNT_HOST||c.DEFAULT_BASE_ACCOUNT_HOST,f=!!e.useSlots().reference,t=e.ref(null),g=async()=>{const o=await S();if(o.code===0&&o.message){const n=o.message;m(n)}},m=async o=>{const n=await d.getUserDetails(u,{id:o.id,domainid:o.domain_id});if(n.code===0&&n.message){o.domains=n.message.domains;for(const a in o.domains)o.domains[a].id===o.domain_id&&(o.currentDomain=o.domains[a].alias);t.value=o,r("user-info-update",t.value)}},k=async()=>{r("logout"),await d.accountLogout(l),window.location.href=l},B=()=>{r("profile-click"),window.open(`${u}/foowz/#/account`,"_blank")},C=async o=>{r("domain-change",o);const n=await d.domainSelect(l,o.id);n.code===0&&n.message&&(window.location.href=n.message)},S=()=>t.value;return e.onMounted(()=>{i.userStore?(t.value=i.userStore,m(t.value)):g()}),(o,n)=>(e.openBlock(),e.createElementBlock("div",w,[t.value?(e.openBlock(),e.createBlock(e.unref(s.Popover),{key:0,trigger:"hover",position:"bottom","arrow-style":{display:"none"},"content-style":{padding:0}},{content:e.withCtx(()=>[e.createElementVNode("div",N,[e.createElementVNode("div",D,[e.createVNode(e.unref(s.Avatar),{"trigger-type":"mask",onClick:n[0]||(n[0]=e.withModifiers(a=>B(),["stop"]))},{"trigger-icon":e.withCtx(()=>[e.createVNode(e.unref(E.IconEdit))]),default:e.withCtx(()=>[e.createElementVNode("img",{alt:"avatar",src:t.value.avatar},null,8,T)]),_:1})]),e.createElementVNode("div",V,e.toDisplayString(t.value.alias||"暂无"),1),e.createElementVNode("div",x,e.toDisplayString(t.value.name),1),e.createElementVNode("div",U,e.toDisplayString(t.value.mail||"暂无邮箱"),1),t.value.domains?.length===1&&t.value.currentDomain?(e.openBlock(),e.createElementBlock("div",O,e.toDisplayString(t.value.currentDomain),1)):e.createCommentVNode("",!0),t.value.domains?.length>1?(e.openBlock(),e.createBlock(e.unref(s.Dropdown),{key:1},{content:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.value.domains,(a,A)=>(e.openBlock(),e.createBlock(e.unref(s.Doption),{key:A,onClick:e.withModifiers(b=>C(a),["stop"])},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(a.alias),1)]),_:2},1032,["onClick"]))),128))]),default:e.withCtx(()=>[e.createVNode(e.unref(s.Button),{long:""},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.value.currentDomain),1)]),_:1})]),_:1})):e.createCommentVNode("",!0),e.createElementVNode("div",L,[e.createVNode(e.unref(s.Button),{type:"text",onClick:n[1]||(n[1]=a=>k())},{default:e.withCtx(()=>[...n[2]||(n[2]=[e.createTextVNode("退出",-1)])]),_:1})])])]),default:e.withCtx(()=>[f?e.renderSlot(o.$slots,"reference",{key:0}):(e.openBlock(),e.createBlock(e.unref(s.Avatar),{key:1},{default:e.withCtx(()=>[t.value.avatar?(e.openBlock(),e.createElementBlock("img",{key:0,alt:"avatar",src:t.value.avatar},null,8,h)):(e.openBlock(),e.createElementBlock("span",y,e.toDisplayString(t.value.name),1))]),_:1}))]),_:3})):e.createCommentVNode("",!0)]))}});module.exports=P;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./component.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("../../utils/request.cjs");function n(t,e){return o(t,{url:"/poplar/v2/account/info",method:"get",params:e})}function u(t,e){return o(t,{url:"/poplar/v2/account/detail",method:"get",params:e})}function r(t,e){return o(t,{url:"/sandy/v1/account/domain/select",method:"post",data:{domain_id:e}})}function c(t,e){return o(t,{url:"/sandy/v1/account/logout",method:"post",params:e})}exports.accountLogout=c;exports.domainSelect=r;exports.getUserDetails=u;exports.getUserInfo=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./userAvater/component.vue.cjs"),s=Object.assign(e,{install:t=>{t.component(e.name,e)}});module.exports=s;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),a=require("@arco-design/web-vue"),D=require("@arco-design/web-vue/es/icon"),m=require("../config.cjs"),I=require("./components/userTree.vue.cjs"),c=require("./script/api.cjs"),T={class:"user-select-content"},O={class:"user-select-left"},q={class:"user-select-right"},R={class:"user-select-right-title"},F={class:"left"},P={class:"alias"},$={class:"action"},z=e.defineComponent({name:"userDirector",__name:"component",props:{BASE_API:{default:m.DEFAULT_BASE_API},domainId:{},repositoryId:{},defaultData:{default:()=>[]},visible:{type:Boolean},title:{default:"选择用户"}},emits:["update:visible","submit"],setup(y,{emit:k}){const o=y,_=k,i=o.BASE_API||m.DEFAULT_BASE_API,v=e.ref([]),l=e.ref([]),w=()=>{l.value=[]},E=async t=>{const r=await c.getRoleAllUser(i,{id:t});return r.code===0?r.message.map(s=>(s.node_key=`role_${t}_${s.uid}`,s.isUser=!0,s.isLeaf=!0,s)):[]},g=async t=>{const r=t&&t.id||0;console.log("loadUserTreeData",r);let s=[];const n=await c.getDepartChildren(i,{id:r});n.code===0&&(s=s.concat(n.message.map(p=>({...p,isDepart:!0,isLeaf:!1}))));const f=await c.getDepartUserList(i,{});f.code===0&&(s=s.concat(f.message.map(p=>({...p,isUser:!0,isLeaf:!0})))),r===0?v.value=s:t.children=s},L=async t=>{const r=await c.getDepartUserList(i,{pid:t});return r.code===0?r.message.map(s=>(s.node_key=`depart_${t}_${s.uid}`,s.isUser=!0,s.isLeaf=!0,s)):[]},d=e.ref([]),N=async()=>{const t=await c.getRepoUserList(i,{id:o.repositoryId});t.code===0&&(d.value=t.message)},U=t=>{const r=d.value.find(s=>s.uid===t);r&&u(r)},V=t=>{const r={...t},s=[].concat(l.value);for(const n of s)if(r.id===n.id)return!1;return r},b=async t=>{t.isUser&&u(t),t.isRole&&(await E(t.id)).forEach(s=>{u(s,!1)}),t.isDepart&&(await L(t.id)).forEach(s=>{u(s,!1)})},u=(t,r=!0)=>{t=V(t),t?(t.rtype="user",l.value.push(t)):r&&a.Message.warning("成员已存在")},B=t=>{l.value.splice(t,1)},S=()=>{o.defaultData&&(l.value=[].concat(o.defaultData||[]))};e.onMounted(()=>{N(),g()});const A=e.computed({get(){return o.visible},set(t){h(t)}}),h=t=>{_("update:visible",t)},C=()=>{_("submit",JSON.parse(JSON.stringify(l.value)))},x=()=>{h(!1)};return(t,r)=>(e.openBlock(),e.createBlock(e.unref(a.Modal),{visible:A.value,width:"700px","mask-closable":!1,"title-align":"start","body-class":"user-director-modal-body","unmount-on-close":"",onOpen:S,onOk:C,onCancel:x},{title:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.title?o.title:"选择用户"),1)]),default:e.withCtx(()=>[e.createElementVNode("div",T,[e.createElementVNode("div",O,[e.createVNode(e.unref(a.Select),{placeholder:"搜索姓名、用户名","allow-search":"",size:"large",onChange:U},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,s=>(e.openBlock(),e.createBlock(e.unref(a.Option),{key:s.uid,value:s.uid,label:s.alias},null,8,["value","label"]))),128))]),_:1}),e.createVNode(e.unref(a.Scrollbar),{"outer-class":"scroll",style:{height:"100%",overflow:"auto"}},{default:e.withCtx(()=>[e.createVNode(I,{list:v.value,onLoad:g,onAdd:b},null,8,["list"])]),_:1})]),e.createElementVNode("div",q,[e.createElementVNode("div",R,[e.createElementVNode("span",null,"已选成员("+e.toDisplayString(l.value.length)+"人)",1),e.createVNode(e.unref(a.Button),{type:"text",size:"mini",onClick:w},{default:e.withCtx(()=>[...r[0]||(r[0]=[e.createTextVNode("全部清除",-1)])]),_:1})]),e.createVNode(e.unref(a.Scrollbar),{"outer-class":"scroll",style:{height:"100%",overflow:"auto"}},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.value,(s,n)=>(e.openBlock(),e.createElementBlock("div",{key:s.uid,class:"user-item padding"},[e.createElementVNode("div",F,[e.createVNode(e.unref(a.Avatar),{class:"avatar",size:32,"image-url":s.avatar},null,8,["image-url"]),e.createElementVNode("div",P,e.toDisplayString(s.alias||s.name),1)]),e.createElementVNode("div",$,[e.createVNode(e.unref(a.Button),{type:"primary",size:"mini",shape:"circle",onClick:f=>B(n)},{default:e.withCtx(()=>[e.createVNode(e.unref(D.IconDelete))]),_:1},8,["onClick"])])]))),128))]),_:1})])])]),_:1},8,["visible"]))}});module.exports=z;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./component.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),a=require("@arco-design/web-vue"),r=require("@arco-design/web-vue/es/icon"),_={class:"user-item"},f={class:"left"},x=e.defineComponent({__name:"userTree",props:{list:{}},emits:["select","expand","add","load"],setup(s,{emit:i}){const o=i,l=s,d=t=>o("load",t),u={children:"children",title:"alias",key:"node_key"},m=(t,c)=>{o("select",t,c)},p=(t,c)=>{o("expand",t,c)},k=t=>{o("add",t)};return(t,c)=>(e.openBlock(),e.createBlock(e.unref(a.Tree),{data:l.list,"load-more":d,"block-node":"",size:"large","field-names":u,"action-on-node-click":"expand",onSelect:m,onExpand:p},{icon:e.withCtx(n=>[n.isLeaf?e.createCommentVNode("",!0):(e.openBlock(),e.createBlock(e.unref(r.IconUserGroup),{key:0}))]),title:e.withCtx(n=>[e.createElementVNode("div",_,[e.createElementVNode("div",f,[n.isUser?(e.openBlock(),e.createBlock(e.unref(a.Avatar),{key:0,class:"avatar",size:22,"image-url":n.avatar},null,8,["image-url"])):e.createCommentVNode("",!0),e.createElementVNode("span",null,e.toDisplayString(n.alias),1)])])]),extra:e.withCtx(n=>[e.createVNode(e.unref(a.Button),{class:"tree-action",type:"primary",size:"mini",shape:"circle",onClick:h=>k(n)},{default:e.withCtx(()=>[e.createVNode(e.unref(r.IconPlus))]),_:1},8,["onClick"])]),_:1},8,["data"]))}});module.exports=x;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./userTree.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../../utils/request.cjs");function o(e,t){return r(e,{url:`/poplar/v2/role/${t.id}/user`,method:"get"})}function l(e,t){return r(e,{url:`/poplar/v2/department/${t.pid}/user`,method:"get"})}function i(e,t){return r(e,{url:`/poplar/v2/repository/${t.id}/user`,method:"get"})}function n(e,t){return r(e,{url:`/poplar/v2/department/${t.id}/children`,method:"get"})}exports.getDepartChildren=n;exports.getDepartUserList=l;exports.getRepoUserList=i;exports.getRoleAllUser=o;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./userDirector/component.vue.cjs"),s=Object.assign(e,{install:t=>{t.component(e.name,e)}});module.exports=s;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e="cmstop_admin_template_token",t="cmstop_admin_template_rid";function n(){return window.sessionStorage.getItem(e)}function o(){return window.sessionStorage.getItem(t)}exports.getRID=o;exports.getToken=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function r(t){return t>=0&&t<10?`0${t}`:`${t}`}function o(t,n){return t?r(t)+n:""}function f(t){const a=new Date().getTime(),c=new Date(t).getTime();let e=Math.floor((c-a)/1e3);if(e<=0)return 0;const i=Math.floor(e/86400);e%=86400;const s=Math.floor(e/3600);e%=3600;const u=Math.floor(e/60);return e%=60,`${o(i,"天")+o(s,"小时")+o(u,"分钟")+r(e)}秒`}exports.getSpaceDate=f;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const u={0:"草稿",10:"审核中",12:"审核中",13:"被驳回",14:"已发布",15:"已发布",16:"已下线",17:"已删除",19:"定时发布",22:"已下线"},e={"14|15|19":"已发布","16|22":"已下线",17:"已删除"},s=()=>{const t=Object.keys(e).map(a=>({value:a,label:e[a]}));return[{value:"",label:"全部"},...t]},r={1:{alias:"三图",maxLength:3,value:"1",ratioStr:"4:3",ratio:4/3},2:{alias:"大图",maxLength:1,value:"2",ratioStr:"16:9",ratio:16/9},3:{alias:"单图",maxLength:1,value:"3",ratioStr:"4:3 ",ratio:4/3},4:{alias:"无图",maxLength:0,value:"4",ratioStr:"",ratio:1},5:{alias:"竖图",maxLength:1,value:"5",ratioStr:"3:4",ratio:3/4},7:{alias:"窄图",maxLength:1,value:"7",ratioStr:"4:1",ratio:4/1}},l=()=>Object.values(r),c=()=>{const t={};return Object.keys(r).map(a=>(t[a]=r[a].alias,{})),t},n=()=>{const t=Object.keys(r).map(a=>({value:a,label:r[a].alias}));return[{value:"",label:"全部"},...t]},o={imagetext:"文章稿件",atlas:"图集稿件",video:"视频稿件",video_album:"视频集稿件",svideo:"小视频稿件",audio:"音频稿件",audio_album:"音频集稿件",h5:"H5稿件",special_v3:"专题稿件",mini_program:"小程序稿件",sp_topic:"9466专题稿件",local_live:"直播稿件"},p=()=>Object.keys(o).map(a=>({value:a,label:o[a].replace("稿件","")})),i=t=>t.approval_status&&t.approval_status.current_processes?t.approval_status:null;function b(t){if(t.preview_url)return t.preview_url;if(t.style){let{style:a}=t;return typeof a=="string"&&(a=JSON.parse(a)),a.data&&a.data[0]&&a.data[0].thumb}return t.cover&&t.cover.data&&t.cover.data[0]&&t.cover.data[0].thumb}exports.approvalItem=i;exports.docPubStateMap=e;exports.docSeries=o;exports.docStateMap=u;exports.docThumbArrMap=l;exports.docThumbMap=c;exports.docThumbObjMap=r;exports.docThumbTypeMap=n;exports.getDocThumb=b;exports.stateOptions=s;exports.typeOptions=p;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("vue"),n=a.ref([{label:"16:9",value:"16:9"},{label:"4:3",value:"4:3"},{label:"4:1",value:"4:1"},{label:"3:4",value:"3:4"},{label:"其他",value:"others"}]),r=a.ref([{name:"全部结果",value:""},{name:"标题",value:"alias"},{name:"手动标签",value:"tags"},{name:"人脸",value:"ai_figure"},{name:"场景",value:"ai_scenario"},{name:"实体(图像)",value:"ai_entity"},{name:"Logo",value:"ai_logo"},{name:"文本(OCR)",value:"ai_ocr_keywords"},{name:"语音",value:"ai_speech_keywords"},{name:"知识图谱",value:"ai_knowledge_graph"}]),o=a.computed(()=>t=>{if(t===0||!t)return"--";typeof t=="number"&&String(t).length===10&&(t*=1e3);const e=new Date(t);return`${e.getFullYear()}-${e.getMonth()+1}-${e.getDate()} ${e.getHours()<10?`0${e.getHours()}`:e.getHours()}:${e.getMinutes()<10?`0${e.getMinutes()}`:e.getMinutes()}`});exports.keywordsSelection=r;exports.rateOptions=n;exports.timeFormat=o;
|