@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,96 @@
|
|
|
1
|
+
import { defineComponent as I, ref as h, computed as x, watch as P, onMounted as M, createElementBlock as i, openBlock as r, createBlock as R, unref as t, createVNode as V, Fragment as y, createElementVNode as s, renderList as F, normalizeClass as L } from "vue";
|
|
2
|
+
import { Spin as N } from "@arco-design/web-vue";
|
|
3
|
+
import { DEFAULT_BASE_API as k } from "../config.mjs";
|
|
4
|
+
import { useVideoThumbs as $, useDragger as z } from "./scripts/useVideoThumbs.mjs";
|
|
5
|
+
import U from "../emptyData.mjs";
|
|
6
|
+
const X = { class: "video-thumb" }, j = {
|
|
7
|
+
key: 0,
|
|
8
|
+
class: "video-thumb-loading"
|
|
9
|
+
}, q = { class: "video-player-container" }, G = ["src"], H = ["onClick"], J = ["src"], ee = /* @__PURE__ */ I({
|
|
10
|
+
name: "videoThumb",
|
|
11
|
+
__name: "component",
|
|
12
|
+
props: {
|
|
13
|
+
BASE_API: { default: k },
|
|
14
|
+
value: {},
|
|
15
|
+
src: {},
|
|
16
|
+
duration: {},
|
|
17
|
+
offset: { default: 0 }
|
|
18
|
+
},
|
|
19
|
+
emits: ["select", "update:value"],
|
|
20
|
+
setup(T, { emit: A }) {
|
|
21
|
+
const v = T, p = A, B = v.BASE_API || k, { thumbs: n, loading: g, curThumb: l, getVideoThumbs: D, handleSelectThumb: w } = $(), u = h(), a = h(), m = x(() => {
|
|
22
|
+
if (!u.value) return 0;
|
|
23
|
+
const o = u.value.getBoundingClientRect();
|
|
24
|
+
return parseInt((o.width / n.value.length).toFixed(0), 10);
|
|
25
|
+
}), f = h(0);
|
|
26
|
+
function _(o) {
|
|
27
|
+
if (!a.value || !u.value) return;
|
|
28
|
+
const c = u.value.getBoundingClientRect(), e = f.value + o;
|
|
29
|
+
if (e < 0 || e > c.width - 5) return;
|
|
30
|
+
a.value.style.left = `${e}px`;
|
|
31
|
+
const d = Math.floor(e / m.value);
|
|
32
|
+
l.value = n.value[d < n.value.length ? d : n.value.length - 1];
|
|
33
|
+
}
|
|
34
|
+
function E() {
|
|
35
|
+
f.value = 0;
|
|
36
|
+
}
|
|
37
|
+
function S() {
|
|
38
|
+
if (!a.value) return;
|
|
39
|
+
const o = parseInt(a.value.style.left.replace("px", ""), 10) || 0;
|
|
40
|
+
f.value = o;
|
|
41
|
+
}
|
|
42
|
+
function C(o) {
|
|
43
|
+
w(o), _(o * m.value + m.value / 2);
|
|
44
|
+
}
|
|
45
|
+
const { handleMousedown: b } = z(_, E, S);
|
|
46
|
+
return P(
|
|
47
|
+
() => l.value,
|
|
48
|
+
() => {
|
|
49
|
+
p("select", l.value), p("update:value", l.value);
|
|
50
|
+
},
|
|
51
|
+
{ immediate: !0 }
|
|
52
|
+
), M(() => {
|
|
53
|
+
D(B, v.src, v.duration);
|
|
54
|
+
}), (o, c) => (r(), i("div", X, [
|
|
55
|
+
t(g) ? (r(), i("div", j, [
|
|
56
|
+
V(t(N), {
|
|
57
|
+
loading: t(g),
|
|
58
|
+
tip: "生成视频封面中..."
|
|
59
|
+
}, null, 8, ["loading"])
|
|
60
|
+
])) : t(n).length === 0 ? (r(), R(t(U), {
|
|
61
|
+
key: 1,
|
|
62
|
+
type: "empty"
|
|
63
|
+
})) : (r(), i(y, { key: 2 }, [
|
|
64
|
+
s("div", q, [
|
|
65
|
+
s("img", { src: t(l) }, null, 8, G)
|
|
66
|
+
]),
|
|
67
|
+
s("div", {
|
|
68
|
+
ref_key: "videoThumbRef",
|
|
69
|
+
ref: u,
|
|
70
|
+
class: "video-thumb-list"
|
|
71
|
+
}, [
|
|
72
|
+
s("div", {
|
|
73
|
+
ref_key: "videoThumbDrager",
|
|
74
|
+
ref: a,
|
|
75
|
+
class: "video-thumb-list-drager",
|
|
76
|
+
onMousedown: c[0] || (c[0] = //@ts-ignore
|
|
77
|
+
(...e) => t(b) && t(b)(...e))
|
|
78
|
+
}, null, 544),
|
|
79
|
+
(r(!0), i(y, null, F(t(n), (e, d) => (r(), i("div", {
|
|
80
|
+
key: e,
|
|
81
|
+
class: L(["video-thumb-list-item", { active: t(l) === e }]),
|
|
82
|
+
onClick: (K) => C(d)
|
|
83
|
+
}, [
|
|
84
|
+
s("img", {
|
|
85
|
+
src: e,
|
|
86
|
+
alt: ""
|
|
87
|
+
}, null, 8, J)
|
|
88
|
+
], 10, H))), 128))
|
|
89
|
+
], 512)
|
|
90
|
+
], 64))
|
|
91
|
+
]));
|
|
92
|
+
}
|
|
93
|
+
});
|
|
94
|
+
export {
|
|
95
|
+
ee as default
|
|
96
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import d from "../../utils/request.mjs";
|
|
2
|
+
function p(e, n) {
|
|
3
|
+
const { url: r, count: t, start: o, end: c, search: s } = n, m = encodeURIComponent(r), u = t > 50 ? 50 : t;
|
|
4
|
+
return d(e, {
|
|
5
|
+
url: `/poplar/v2/editthumb?src=${m}&n=${u}&starttime=${o}&endtime=${c}${s}`,
|
|
6
|
+
method: "get"
|
|
7
|
+
});
|
|
8
|
+
}
|
|
9
|
+
export {
|
|
10
|
+
p as editthumb
|
|
11
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import { ref as c } from "vue";
|
|
2
|
+
import { editthumb as h } from "./api.mjs";
|
|
3
|
+
function d(o) {
|
|
4
|
+
let e = Math.log(o / 5) * 10;
|
|
5
|
+
return e = Math.min(e, 50), Math.ceil(e);
|
|
6
|
+
}
|
|
7
|
+
function M() {
|
|
8
|
+
const o = c([]), n = c(!0), u = c();
|
|
9
|
+
async function s(a, l, r) {
|
|
10
|
+
n.value = !0;
|
|
11
|
+
try {
|
|
12
|
+
const { Code: t, Msg: i } = await h(a, {
|
|
13
|
+
url: l,
|
|
14
|
+
count: d(r),
|
|
15
|
+
start: 0,
|
|
16
|
+
end: r,
|
|
17
|
+
search: "&cover=true"
|
|
18
|
+
});
|
|
19
|
+
if (t !== 200) return;
|
|
20
|
+
const { Domain: m, Frames: f } = i;
|
|
21
|
+
o.value = f.map((v) => `${m}/${v}`), [u.value] = o.value;
|
|
22
|
+
} catch (t) {
|
|
23
|
+
console.log("加载封面图失败", t);
|
|
24
|
+
} finally {
|
|
25
|
+
n.value = !1;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
function e(a) {
|
|
29
|
+
u.value = o.value[a];
|
|
30
|
+
}
|
|
31
|
+
return {
|
|
32
|
+
loading: n,
|
|
33
|
+
thumbs: o,
|
|
34
|
+
curThumb: u,
|
|
35
|
+
getVideoThumbs: s,
|
|
36
|
+
handleSelectThumb: e
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
function p(o, n, u) {
|
|
40
|
+
const s = c(0), e = c(!1), a = (t) => {
|
|
41
|
+
e.value = !0, s.value = t.x, window.onmouseup = l, window.onmousemove = r, u && u();
|
|
42
|
+
}, l = () => {
|
|
43
|
+
e.value = !1, s.value = 0, window.onmouseup = null, window.onmousemove = null, n && n();
|
|
44
|
+
}, r = (t) => {
|
|
45
|
+
e.value && o && o(t.x - s.value);
|
|
46
|
+
};
|
|
47
|
+
return {
|
|
48
|
+
isDrag: e,
|
|
49
|
+
handleMousedown: a
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
export {
|
|
53
|
+
p as useDragger,
|
|
54
|
+
M as useVideoThumbs
|
|
55
|
+
};
|
package/es/wechat.png
ADDED
|
Binary file
|
package/es/word.png
ADDED
|
Binary file
|
package/es/zip.png
ADDED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function o(e){throw new Error('Could not dynamically require "'+e+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}exports.commonjsRequire=o;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});function e(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}exports.getDefaultExportFromCjs=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=(t,r)=>{const o=t.__vccOpts||t;for(const[s,c]of r)o[s]=c;return o};module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const i=(r,n,t)=>{const e=r[n];return e?typeof e=="function"?e():Promise.resolve(e):new Promise((s,o)=>{(typeof queueMicrotask=="function"?queueMicrotask:setTimeout)(o.bind(null,new Error("Unknown variable dynamic import: "+n+(n.split("/").length!==t?". Note that variables only represent file names one level deep.":""))))})};module.exports=i;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const r=require("./_commonjsHelpers.cjs"),e=require("../node_modules/.pnpm/gif.js@0.2.0/node_modules/gif.js/dist/gif.cjs");var s=e.__require();const t=r.getDefaultExportFromCjs(s);module.exports=t;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});var e={exports:{}};exports.__module=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),h=require("@arco-design/web-vue"),w=require("./script/routeMap.cjs"),S=require("./script/permissionMap.cjs"),C=require("./script/apps.cjs"),a=require("./script/api.cjs"),L=require("../utils/auth.cjs"),v=require("../config.cjs"),q={key:1,class:"reference-btn"},P={class:"apps-box-popover"},R={key:0,class:"app-title"},I={class:"ul-list"},x=["onClick"],D={class:"wrap_icon"},$={class:"wrap_"},F={class:"icon-logo"},M=["src"],T={class:"icon_title"},U={key:1,class:"app-title"},W={class:"ul-list"},j=["onClick"],z={class:"wrap_icon"},G={class:"wrap_"},H={class:"icon-logo"},J=["src"],K={class:"icon_title"},O=e.defineComponent({name:"appCenter",__name:"component",props:{BASE_API:{default:v.DEFAULT_BASE_API}},setup(g){const k=g,l=e.ref([]),r=e.ref([]),u=e.ref([]),E=!!e.useSlots().reference,i=L.getRID()||"4",c=k.BASE_API||v.DEFAULT_BASE_API,p=e.computed(()=>{const t=[];return l.value.map(s=>(s.actions.map(n=>(!n.icon.includes("http")&&!n.icon.includes("data:image")&&!n.icon.includes(".svg")&&(n.icon=`${c}/static/icon/${n.icon}.svg`),![].includes(n.key)&&(n.type===3||n.subscribed)&&m(n)&&t.push(n),n)),s)),t}),d=e.computed(()=>p.value.filter(t=>r.value.includes(t.id))),B=e.computed(()=>p.value.filter(t=>!r.value.includes(t.id))),_=t=>{m(t)?(A(t),w(c,i,t.key,t)):h.Message.warning({content:"暂无权限,请联系管理员"})},m=t=>S(u.value,t),y=async()=>{const{code:t,message:s}=await a.getUserRepoActs(c);t===0&&s&&(u.value=s||[])},f=async()=>{const{code:t,message:s}=await a.getResentApp(c,{repo_id:i});t===0&&s&&(r.value=s.map(n=>parseInt(n,10)))},A=async t=>{await a.setResentApp(c,{repo_id:i,app_id:t.id})},V=async()=>{const t=await a.getPubApps(c,{rid:i,type:"2,3"});t.code===0&&(l.value=t.data.concat(C),setTimeout(()=>{f(),y()},500))},N=async()=>{const t={slot_key:"head-applist-panel"};a.getBtnSlot(c,t).then(s=>{if(s.code===0&&s.data.buttons&&s.data.buttons["head-applist-panel"]&&s.data.buttons["head-applist-panel"].buttons){const n=s.data.buttons["head-applist-panel"].buttons.map(o=>({alias:o.name,actions:[{alias:o.name,brief:o.name,key:"appSlotBtn",icon:o.app_icon,...o.permission?{real:o.permission}:{},params:o,target_url:"",type:3}]}));l.value.push(...n)}})};return e.onMounted(()=>{V(),N()}),(t,s)=>(e.openBlock(),e.createElementBlock("div",null,[e.createVNode(e.unref(h.Popover),{trigger:"hover",position:"bottom","arrow-style":{display:"none"},"content-style":{padding:0,minWidth:"400px"}},{content:e.withCtx(()=>[e.createElementVNode("div",P,[d.value.length>0?(e.openBlock(),e.createElementBlock("div",R,"最近使用")):e.createCommentVNode("",!0),e.createElementVNode("ul",I,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(d.value,(n,o)=>(e.openBlock(),e.createElementBlock("li",{key:o,class:"li_item"},[e.createElementVNode("div",{onClick:b=>_(n)},[e.createElementVNode("div",D,[e.createElementVNode("div",$,[e.createElementVNode("div",F,[e.createElementVNode("img",{src:n.icon,class:"icon"},null,8,M)]),e.createElementVNode("div",T,e.toDisplayString(n.alias),1)])])],8,x)]))),128))]),d.value.length>0?(e.openBlock(),e.createElementBlock("div",U,"相关应用")):e.createCommentVNode("",!0),e.createElementVNode("ul",W,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(B.value,(n,o)=>(e.openBlock(),e.createElementBlock("li",{key:o,class:"li_item"},[e.createElementVNode("div",{onClick:b=>_(n)},[e.createElementVNode("div",z,[e.createElementVNode("div",G,[e.createElementVNode("div",H,[e.createElementVNode("img",{src:n.icon,class:"icon"},null,8,J)]),e.createElementVNode("div",K,e.toDisplayString(n.alias),1)])])],8,j)]))),128))])])]),default:e.withCtx(()=>[E?e.renderSlot(t.$slots,"reference",{key:0}):(e.openBlock(),e.createElementBlock("button",q,"应用中心"))]),_:3})]))}});module.exports=O;
|
|
@@ -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 p=require("../../utils/request.cjs");function o(e){return p(e,{url:"/poplar/v3/ac/account/rules",method:"get"})}function r(e,t){return p(e,{url:"/leaf/v1/market/apps",method:"get",params:t})}function n(e,t){return p(e,{url:`/poplar/v2/repo/${t.repo_id}/common/apps`,method:"get"})}function u(e,t){return p(e,{url:`/poplar/v2/repo/${t.repo_id}/app/${t.app_id}/access`,method:"post"})}function s(e,t){return p(e,{url:"/poplar/v3/cosmos-center/buttons",method:"get",params:t})}exports.getBtnSlot=s;exports.getPubApps=r;exports.getResentApp=n;exports.getUserRepoActs=o;exports.setResentApp=u;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=[{alias:"运营管理",actions:[]},{alias:"信息管理",actions:[{id:18,key:"systemNotice",alias:"系统公告",brief:"系统公告",real:"appcenter/app-notify:entry",type:3,icon:"xitonggonggao",target_url:""},{id:19,key:"hotsearch",alias:"热词搜索",brief:"热词搜索",real:"appcenter/app-hotword:entry",type:3,icon:"recisousuo",target_url:""},{id:20,key:"usertags",alias:"用户标签",brief:"用户标签",real:"appcenter/app-userlabel:entry",type:3,icon:"yonghubiaoqian",target_url:""}]},{alias:"评论管理",actions:[{id:23,key:"commentList",alias:"评论列表",brief:"评论列表",real:"appcenter/app-comment:entry",type:3,icon:"app_commentList",target_url:""}]},{alias:"举报管理",actions:[{id:25,key:"warningList",alias:"举报列表",brief:"举报列表",real:"appcenter/app-report:entry",type:3,icon:"app_warningList",target_url:""},{id:27,key:"feedbackList",alias:"反馈管理",brief:"反馈管理",real:"appcenter/app-feedback:entry",type:3,icon:"app_feedbackList",target_url:""}]}];module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";function u(e,r,n=[]){return n.includes(r.key)?!1:r.real==="publice"?!0:typeof r.real=="string"?e.includes(r.real):r.real instanceof Array?e.filter(function(t){return r.real.indexOf(t)>-1}).length>0:!0}module.exports=u;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("../../utils/auth.cjs");async function w(i,o=t.getRID(),n,r=null){const e=i;if(n==="activityList"){window.open(`/poplar/v2/activity?rid=${o}`,"_blank");return}if(n==="statistics"){window.open(`/#/operation/statistics?repoID=${o}`,"_blank");return}if(n==="point"){window.open(`/#/operation/point?repoID=${o}`,"_blank");return}if(n==="systemNotice"){window.open(`${e}/foowz/#/systemNotice/${o}`,"_blank");return}if(n==="push"){window.open(`${e}/foowz/#/pushManagement/${o}`,"_blank");return}if(n==="pop"){window.open(`${e}/foowz/#/popManagement/${o}`,"_blank");return}if(n==="hotsearch"){window.open(`${e}/foowz/#/hotsearch/${o}`,"_blank");return}if(n==="usertags"){window.open(`${e}/foowz/#/newUserSetting/${o}`,"_blank");return}if(n==="commentList"){window.open(`${e}/foowz/#/commentList/${o}`,"_blank");return}if(n==="operatingRecord"){window.open(`${e}/foowz/#/operatingRecord/${o}`,"_blank");return}if(n==="warningList"){window.open(`${e}/foowz/#/warningList/${o}`,"_blank");return}if(n==="reportRecord"){window.open(`${e}/foowz/#/reportRecord/${o}`,"_blank");return}if(n==="feedbackList"){window.open(`${e}/foowz/#/feedbackList/${o}`,"_blank");return}if(n==="feedbackRecord"){window.open(`${e}/foowz/#/feedbackRecord/${o}`,"_blank");return}if(r&&r.type===2){if(n==="liveList"){window.open(`/poplar/v2/microservice/redirect?rid=${o}&module=live`,"_blank");return}if(n==="formList"){window.open(`/poplar/v2/microservice/redirect?rid=${o}&module=form`,"_blank");return}if(n==="lotteryList"){window.open(`/poplar/v2/microservice/redirect?rid=${o}&module=lottery`,"_blank");return}if(n==="wzList"){window.open(`/poplar/v2/microservice/redirect?rid=${o}&module=wz`,"_blank");return}if(r.setting){window.open(`/#/microservice/redirect?rid=${o}&module=${n}`,"_blank");return}window.open(`/poplar/v2/microservice/redirect?rid=${o}&module=${n}`,"_blank");return}if(n==="pop"){window.open(`${e}/#/popManagement/${o}`,"_blank");return}window.open(`${e}/#/media/enterprisepublish/${o}`,"_blank")}module.exports=w;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./appCenter/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"),u=require("@arco-design/web-vue"),x=require("./components/filterItem.vue.cjs"),N=require("./components/FilterGroup.vue.cjs"),j=e.defineComponent({name:"baseFilter",__name:"component",props:{BASE_API:{},columns:{},formatQuery:{type:Boolean,default:!1}},emits:["search","selectSearch","selectPopupChange"],setup(g,{expose:y,emit:V}){const p=g,s=V;e.useSlots();const k=e.ref(!1),n=e.ref({}),w=e.computed(()=>p.columns.map(t=>t.key)),d=e.computed(()=>JSON.parse(JSON.stringify(p.columns)).reduce((l,a)=>(l[a.key]=a,l),{})),m=e.computed(()=>{const t=JSON.parse(JSON.stringify(p.columns));let r=t.filter(a=>a.range).map(a=>a.range);r=[...new Set(r)];const l=t.filter(a=>!a.range);return r.forEach(a=>{const o=t.filter(c=>c.range===a);o[0].key=a,l.push(o[0])}),l}),S=e.computed(()=>t=>t.options?t.options:[]),b=e.computed(()=>t=>{if(n.value[t]&&typeof n.value[t]=="object"&&Object.prototype.hasOwnProperty.call(n.value[t],"range"))return n.value[t].range?.length>0;const r=n.value[t]!==d.value[t]?.defaultValue;return console.log("hasValue",t,n.value[t],r),!!(n.value[t]!==""&&r)}),i=t=>typeof t=="object"&&Object.prototype.hasOwnProperty.call(t,"range")?t.width?t.width:"260px":t.width?t.width:"150px",h=()=>{const t={},r={};JSON.parse(JSON.stringify(p.columns)).forEach(a=>{a.range?(r[a.range]||(r[a.range]={range:[]}),a.width&&(r[a.range].width=a.width),r[a.range][a.key]=a.defaultValue||"",t[a.range]=r[a.range]):a.component==="select"?t[a.key]=a.defaultValue||null:a.component==="input-group"?(t[a.selectKey]=a.selectDefaultValue||"",t[a.inputKey]=a.inputDefaultValue||""):a.component&&(t[a.key]=a.defaultValue||"")}),k.value=!0,n.value=t},B=(t,r)=>{t===""&&(n.value[r.key]=null)},C=(t,r)=>{s("selectSearch",{value:t,item:r})},O=(t,r)=>{s("selectPopupChange",{value:t,item:r})},_=()=>{n.value={},h()},v=t=>{Object.keys(t).forEach(l=>{t[l]&&typeof t[l]=="object"&&Object.prototype.hasOwnProperty.call(t[l],"range")&&Object.keys(t[l]).forEach((a,o)=>{const c=t[l]?.range||{};a!=="range"&&a!=="width"&&c[o-1]&&(t[a]=Math.floor(c[o-1]/1e3))})});const r={...t};return Object.keys(r).forEach(l=>{r[l]&&typeof r[l]=="object"&&Object.prototype.hasOwnProperty.call(r[l],"range")&&delete r[l],(r[l]===null||r[l]===void 0)&&delete r[l]}),Object.keys(r).forEach(l=>{r[l]===d.value[l]?.defaultValue&&delete r[l]}),p.formatQuery?Object.keys(r).map(a=>`${a}=${r[a]}`).join("&"):r},f=e.ref();return e.watch(()=>w.value,()=>{h(),e.nextTick(()=>{f.value?.refreshPanel()})},{immediate:!0}),e.watch(()=>n.value,()=>{s("search",v(e.toRaw({...n.value})))},{deep:!0}),y({resetFilter:_,getFormData:()=>n.value,setFormData:t=>{Object.assign(n.value,t)},triggerSearch:()=>{s("search",v(e.toRaw({...n.value})))},refreshPanel:()=>f.value?.refreshPanel()}),(t,r)=>(e.openBlock(),e.createElementBlock(e.Fragment,null,[e.createElementVNode("div",{id:"base-filter-popup-container",style:{position:"relative","z-index":"10000"},onClick:r[0]||(r[0]=e.withModifiers(()=>{},["stop"]))}),e.createVNode(N,{ref_key:"filterGroup",ref:f},{left:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(m.value,(l,a)=>(e.openBlock(),e.createBlock(x,{key:a,active:b.value(l.key)},{default:e.withCtx(()=>[l.slot?e.renderSlot(t.$slots,l.slot,{key:0}):l.component==="input-group"?(e.openBlock(),e.createBlock(e.unref(u.InputGroup),{key:1},{default:e.withCtx(()=>[e.createVNode(e.unref(u.Select),{modelValue:n.value[l.selectKey],"onUpdate:modelValue":o=>n.value[l.selectKey]=o,"default-active-first-option":"",style:{width:"100px"}},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.selectOptions,(o,c)=>(e.openBlock(),e.createBlock(e.unref(u.Option),{key:c,value:o.value},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.label),1)]),_:2},1032,["value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue"]),e.createVNode(e.unref(u.Input),{modelValue:n.value[l.inputKey],"onUpdate:modelValue":o=>n.value[l.inputKey]=o,placeholder:l.placeholder?l.placeholder:`请输入${l.inputLabel}`,style:{width:"180px"}},null,8,["modelValue","onUpdate:modelValue","placeholder"])]),_:2},1024)):l.component==="input"?(e.openBlock(),e.createBlock(e.unref(u.InputSearch),{key:2,modelValue:n.value[l.key],"onUpdate:modelValue":o=>n.value[l.key]=o,style:e.normalizeStyle({width:i(d.value[l.key])}),"allow-clear":"",size:"medium",placeholder:l.placeholder?l.placeholder:`请输入${l.label}`},null,8,["modelValue","onUpdate:modelValue","style","placeholder"])):e.createCommentVNode("",!0),l.component==="select"?(e.openBlock(),e.createBlock(e.unref(u.Select),{key:3,modelValue:n.value[l.key],"onUpdate:modelValue":o=>n.value[l.key]=o,"popup-container":"#base-filter-popup-container","allow-clear":"","allow-search":l.allowSearch,"default-active-first-option":!1,style:e.normalizeStyle({width:i(d.value[l.key])}),placeholder:l.placeholder?l.placeholder:`请选择${l.label}`,onSearch:o=>C(o,l),onPopupVisibleChange:o=>O(o,l),onChange:o=>B(o,l)},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(S.value(l),o=>(e.openBlock(),e.createBlock(e.unref(u.Option),{key:o.value,label:o.label,value:o.value},null,8,["label","value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue","allow-search","style","placeholder","onSearch","onPopupVisibleChange","onChange"])):e.createCommentVNode("",!0),l.component==="range-picker"?(e.openBlock(),e.createBlock(e.unref(u.RangePicker),{key:4,modelValue:n.value[l.key].range,"onUpdate:modelValue":o=>n.value[l.key].range=o,style:e.normalizeStyle({width:i(n.value[l.key])}),"time-picker-props":{defaultValue:["00:00:00","23:59:59"]},"value-format":"timestamp","popup-container":"#base-filter-popup-container",onClick:r[1]||(r[1]=e.withModifiers(()=>{},["stop"]))},null,8,["modelValue","onUpdate:modelValue","style"])):e.createCommentVNode("",!0),l.component==="radio"?(e.openBlock(),e.createBlock(e.unref(u.RadioGroup),{key:5,modelValue:n.value[l.key],"onUpdate:modelValue":o=>n.value[l.key]=o,type:"button"},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(l.options||[],(o,c)=>(e.openBlock(),e.createBlock(e.unref(u.Radio),{key:c,value:o.value},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(o.label),1)]),_:2},1032,["value"]))),128))]),_:2},1032,["modelValue","onUpdate:modelValue"])):e.createCommentVNode("",!0)]),_:2},1032,["active"]))),128))]),right:e.withCtx(()=>[e.renderSlot(t.$slots,"right")]),_:3},512)],64))}});module.exports=j;
|
|
@@ -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"),k=require("@arco-design/web-vue/es/icon"),B=require("../../hooks/usePopper.cjs"),W={class:"filter-view-container"},x={class:"more-btn"},P={class:"right-prefix"},b={class:"filter-content"},q={class:"right"},D={ref:"tempNode",style:{display:"none"}},L=e.defineComponent({__name:"FilterGroup",setup(S,{expose:m}){const c=t=>{const n=t?.getClientRects?.();if(!n||n.length===0)return{right:0,width:0};const{right:r,width:d}=n[0];return{right:r,width:d}},f=e.ref(),l=e.ref(),{initPopper:w,show:_,visible:h,hide:g}=B(l,f),i=e.ref(),v=e.ref(0),N=e.ref(0),u=e.ref(0),p=()=>{v.value=document.body?.clientWidth||0,i.value&&(N.value=i.value.clientWidth||0,u.value=c(i.value)?.right)};let s=null;const E=()=>{s=()=>p(),window.addEventListener("resize",s)},o=e.ref([]),V=t=>{o.value.push({width:c(t).width,el:t}),i.value?.removeChild(t),l.value?.appendChild(t)},R=()=>{if(!o.value.length||!i.value)return;const t=o.value.pop();if(!t)return;const{width:n,el:r}=t;r.style.width=`${n}px`,l.value?.removeChild(r),i.value?.appendChild(r),o.value.splice(-1,0)},y=()=>{if(!i.value)return-1;const t=Array.from(i.value.childNodes);let n=0;return t.forEach(r=>{if(!r.className?.includes("filter-item-view"))return;const{right:d}=c(r);if(d<=u.value){n=d;return}V(r)}),n},a=()=>{const t=y();if(o.value.length&&t!==-1){const n=u.value-t,{width:r}=o.value[o.value.length-1];n>r+20&&R()}};return e.watch(()=>v.value,()=>a()),e.onMounted(()=>{E(),w(),p(),setTimeout(()=>{a()})}),e.onUnmounted(()=>{s&&(window.removeEventListener("resize",s),s=null)}),m({refreshPanel:a}),(t,n)=>(e.openBlock(),e.createElementBlock("div",W,[e.createElementVNode("div",x,[e.createElementVNode("div",{ref_key:"moreBtnRef",ref:f},[e.withDirectives(e.createVNode(e.unref(C.Button),{style:{marginRight:"10px"},onClick:n[0]||(n[0]=e.withModifiers(()=>e.unref(h)?e.unref(g)():e.unref(_)(),["stop"]))},{default:e.withCtx(()=>[e.createElementVNode("span",P,[n[1]||(n[1]=e.createTextVNode(" 更多筛选 ",-1)),e.createVNode(e.unref(k.IconCaretDown))])]),_:1},512),[[e.vShow,o.value.length]])],512),e.withDirectives(e.createElementVNode("div",{id:"dpPannelRef",ref_key:"dpPannelRef",ref:l,class:"filter-pannel"},null,512),[[e.vShow,e.unref(h)]])]),e.createElementVNode("div",b,[e.createElementVNode("div",{ref_key:"filterItemsRef",ref:i,class:"left"},[e.renderSlot(t.$slots,"left")],512),e.createElementVNode("div",q,[e.renderSlot(t.$slots,"right")])]),e.createElementVNode("div",D,null,512)]))}});module.exports=L;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./FilterGroup.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("vue"),o=e.defineComponent({name:"filter-item-view",__name:"filterItem",props:{active:{type:Boolean}},setup(r){return(t,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["filter-item-view",{value:t.active}]),onClick:i[0]||(i[0]=e.withModifiers(()=>{},["stop"]))},[e.renderSlot(t.$slots,"default")],2))}});module.exports=o;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./filterItem.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./baseFilter/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"),i=require("@arco-design/web-vue"),v=require("./components/colorPicker.vue.cjs"),f={key:0,class:"color-palette-container"},b=e.defineComponent({name:"colorPalette",__name:"component",props:{colorList:{default:()=>[]},color:{default:""},mode:{default:"rgb"}},emits:["update:color"],setup(d,{emit:p}){const l=d,m=p,u=l.mode||"rgb",o=e.ref(""),a=t=>{if(t.includes("rgb"))return t;const n=parseInt(t.slice(1,3),16),r=parseInt(t.slice(3,5),16),s=parseInt(t.slice(5,7),16);return`rgb(${n},${r},${s})`},g=e.computed(()=>u==="rgb"?l.colorList.map(t=>a(t)):l.colorList),c=t=>{t&&(u==="rgb"?o.value=a(t.replace(/\s+/g,"")):o.value=t,m("update:color",JSON.parse(JSON.stringify(o.value))))};return e.watch(()=>l.color,()=>{u==="rgb"?o.value=a(l.color):o.value=l.color},{immediate:!0}),(t,n)=>t.colorList&&t.colorList.length?(e.openBlock(),e.createElementBlock("div",f,[e.createVNode(e.unref(i.RadioGroup),{modelValue:o.value,"onUpdate:modelValue":n[1]||(n[1]=r=>o.value=r),class:"color-radio-group",type:"button",onChange:c},{default:e.withCtx(()=>[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(g.value,(r,s)=>(e.openBlock(),e.createBlock(e.unref(i.Radio),{key:s,style:e.normalizeStyle({background:`${r} !important`}),value:r},null,8,["style","value"]))),128)),e.createVNode(v,{modelValue:o.value,"onUpdate:modelValue":n[0]||(n[0]=r=>o.value=r),onChange:c},null,8,["modelValue"])]),_:1},8,["modelValue"])])):e.createCommentVNode("",!0)}});module.exports=b;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./component.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("./colorPalette/component.vue.cjs"),n=Object.assign(e,{install:t=>{t.component(e.name,e)}});module.exports=n;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const s={},n=o=>{for(const t of Object.keys(s))o.use(s[t])},e={...s,install:n};module.exports=e;
|
package/lib/config.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const _=window.situoyun?.env?.BASE_HOST||"https://site.r.cmstop.xyz",A=window.situoyun?.env?.BASE_ACCOUNT_HOST||"https://account.cmstop.xyz",t=window.situoyun?.env?.UPLOAD_CHUNK_SIZE||5242880,o=window.situoyun?.env?.BASE_STATIC_FILE_API||"https://oss.cmstop.xyz/maple/v1";exports.DEFAULT_BASE_ACCOUNT_HOST=A;exports.DEFAULT_BASE_API=_;exports.DEFAULT_UPLOAD_CHUNK_SIZE=t;exports.DEFAULT_UPLOAD_URL=o;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("vue"),y=require("@arco-design/web-vue"),g=require("vuedraggable"),_=require("../config.cjs"),d=require("./components/Content/index.vue.cjs"),A=require("./components/Doc/index.vue.cjs"),k=require("./components/Records/index.vue.cjs"),b=require("./components/CustomWrp/index.vue.cjs"),M={class:"content-detail-list-container"},m={class:"drag-item"},L=t.defineComponent({name:"contentDetailList",__name:"component",props:{height:{default:"100%"},type:{},data:{},parmas:{default:()=>({})},dragalbe:{type:Boolean,default:!1},abttrites:{default:()=>[]},extraAttrs:{},BASE_API:{},showDuration:{type:Boolean,default:!0}},emits:["sortChange","dragstart","clickTitle","cellMouseEnter","cellMouseLeave","update:data","scroll","scrollReachEnd"],setup(S,{expose:f,emit:B}){const s=S,c=B;t.useSlots(),f();const p=s.parmas||{},C=s.dragalbe||!1,l=s.abttrites||[],h=s.BASE_API||_.DEFAULT_BASE_API,$=t.computed(()=>({height:s.height||"100%",overflow:"auto"})),w=t.computed({get(){return s.data},set(e){c("update:data",e)}}),E=e=>{c("scroll",e);const{target:u}=e;u.scrollHeight-u.scrollTop===u.clientHeight&&c("scrollReachEnd")},v=e=>{c("sortChange",e)},a=e=>{c("clickTitle",e)},n=e=>{c("cellMouseEnter",e)},i=e=>{c("cellMouseLeave",e)};return(e,u)=>(t.openBlock(),t.createBlock(t.unref(y.Scrollbar),{class:"mobile-content-list-scrollbar","outer-style":$.value,style:{height:"100%",overflow:"auto"},onScroll:E},{default:t.withCtx(()=>[t.createElementVNode("div",M,[t.unref(C)?(t.openBlock(),t.createBlock(t.unref(g),{key:0,modelValue:w.value,"onUpdate:modelValue":u[0]||(u[0]=o=>w.value=o),animation:150,sort:t.unref(C),"item-key":"id",onChange:v,onStart:u[1]||(u[1]=o=>e.$emit("dragstart"))},{item:t.withCtx(({element:o,index:r})=>[t.createElementVNode("div",m,[s.type==="content"?(t.openBlock(),t.createBlock(d,{key:r,item:o,index:r,parmas:t.unref(p),abttrites:t.unref(l),extraAttrs:e.extraAttrs,BASE_API:t.unref(h),onClickTitle:a,onCellMouseEnter:n,onCellMouseLeave:i},{"after-index":t.withCtx(()=>[t.renderSlot(e.$slots,"after-index",{row:o,index:r})]),batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:o,index:r})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:o,index:r})]),_:2},1032,["item","index","parmas","abttrites","extraAttrs","BASE_API"])):s.type==="doc"?(t.openBlock(),t.createBlock(A,{key:r,item:o,index:r,abttrites:t.unref(l),extraAttrs:e.extraAttrs,BASE_API:t.unref(h),showDuration:s.showDuration,onClickTitle:a,onCellMouseEnter:n,onCellMouseLeave:i},{"after-index":t.withCtx(()=>[t.renderSlot(e.$slots,"after-index",{row:o,index:r})]),tip:t.withCtx(()=>[t.renderSlot(e.$slots,"tip",{row:o,index:r})]),batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:o,index:r})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:o,index:r})]),_:2},1032,["item","index","abttrites","extraAttrs","BASE_API","showDuration"])):s.type==="record"?(t.openBlock(),t.createBlock(k,{key:r,item:o,index:r,parmas:t.unref(p),abttrites:t.unref(l),extraAttrs:e.extraAttrs,onClickTitle:a,onCellMouseEnter:n,onCellMouseLeave:i},{batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:o,index:r})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:o,index:r})]),_:2},1032,["item","index","parmas","abttrites","extraAttrs"])):(t.openBlock(),t.createBlock(b,{key:3,item:o,index:r,abttrites:t.unref(l),extraAttrs:e.extraAttrs,onClickTitle:a,onCellMouseEnter:n,onCellMouseLeave:i},{index:t.withCtx(()=>[t.renderSlot(e.$slots,"index",{row:o,index:r})]),tip:t.withCtx(()=>[t.renderSlot(e.$slots,"tip",{row:o,index:r})]),batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:o,index:r})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:o,index:r})]),_:2},1032,["item","index","abttrites","extraAttrs"]))])]),_:3},8,["modelValue","sort"])):(t.openBlock(!0),t.createElementBlock(t.Fragment,{key:1},t.renderList(w.value,(o,r)=>(t.openBlock(),t.createElementBlock(t.Fragment,{key:r},[s.type==="content"?(t.openBlock(),t.createBlock(d,{key:r,item:o,index:r,parmas:t.unref(p),abttrites:t.unref(l),extraAttrs:e.extraAttrs,BASE_API:t.unref(h),onClickTitle:a,onCellMouseEnter:n,onCellMouseLeave:i},{"after-index":t.withCtx(()=>[t.renderSlot(e.$slots,"after-index",{row:o,index:r})]),batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:o,index:r})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:o,index:r})]),_:2},1032,["item","index","parmas","abttrites","extraAttrs","BASE_API"])):s.type==="doc"?(t.openBlock(),t.createBlock(A,{key:r,item:o,index:r,abttrites:t.unref(l),extraAttrs:e.extraAttrs,BASE_API:t.unref(h),showDuration:s.showDuration,onClickTitle:a,onCellMouseEnter:n,onCellMouseLeave:i},{"after-index":t.withCtx(()=>[t.renderSlot(e.$slots,"after-index",{row:o,index:r})]),tip:t.withCtx(()=>[t.renderSlot(e.$slots,"tip",{row:o,index:r})]),batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:o,index:r})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:o,index:r})]),_:2},1032,["item","index","abttrites","extraAttrs","BASE_API","showDuration"])):s.type==="record"?(t.openBlock(),t.createBlock(k,{key:r,item:o,index:r,parmas:t.unref(p),abttrites:t.unref(l),extraAttrs:e.extraAttrs,onClickTitle:a,onCellMouseEnter:n,onCellMouseLeave:i},{batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:o,index:r})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:o,index:r})]),_:2},1032,["item","index","parmas","abttrites","extraAttrs"])):(t.openBlock(),t.createBlock(b,{key:3,item:o,index:r,abttrites:t.unref(l),extraAttrs:e.extraAttrs,onClickTitle:a,onCellMouseEnter:n,onCellMouseLeave:i},{index:t.withCtx(()=>[t.renderSlot(e.$slots,"index",{row:o,index:r})]),tip:t.withCtx(()=>[t.renderSlot(e.$slots,"tip",{row:o,index:r})]),batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:o,index:r})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:o,index:r})]),_:2},1032,["item","index","abttrites","extraAttrs"]))],64))),128))])]),_:3},8,["outer-style"]))}});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("vue"),h=require("@arco-design/web-vue"),E=require("../../../../typeIcons/component.vue.cjs"),r=require("../../../../utils/index.cjs"),_=require("../../../../utils/typeMap.cjs"),y={class:"cover-view"},V={key:1,class:"no-img"},f={class:"batch-select"},g={class:"info-view"},k={class:"title_i"},N={class:"abttrite-v"},b={class:"left"},M={class:"abttr tags"},S={class:"abttr time"},w={class:"right"},B=e.defineComponent({__name:"index",props:{item:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(l,{emit:a}){const s=l,i=a,c=e.ref(_.compoColumnsMap().value),m=e.computed(()=>{const{hide:t}=s.item;return t===7||t===6}),d=e.computed(()=>s.item&&s.item.mourn_style===1),u=(t,o)=>{i("cellMouseEnter",{row:o,event:t})},p=(t,o)=>{i("cellMouseLeave",{row:o,event:t})},v=()=>{i("clickTitle",s.item)};return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-component-item-view",{"gray-forbidden":m.value,"gray-for-state-hide":d.value}]),onMouseenter:o[0]||(o[0]=n=>u(n,t.item)),onMouseleave:o[1]||(o[1]=n=>p(n,t.item))},[e.createElementVNode("div",y,[t.item.cover&&t.item.cover.data&&t.item.cover.data[0]?(e.openBlock(),e.createBlock(e.unref(h.Image),{key:0,src:t.item.cover.data[0].thumb,preview:!1,fit:"cover",class:"image"},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",V,e.toDisplayString(e.unref(r.noCoverText)(t.item)),1)),e.createElementVNode("div",f,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",g,[e.createElementVNode("div",{class:"title",onClick:v},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",k,e.toDisplayString(t.item.alias||t.item.title),1)]),e.createElementVNode("div",N,[e.createElementVNode("div",b,[e.createVNode(E,{class:"icon",doc:!0,type:t.item.series},null,8,["type"]),e.createElementVNode("span",M,[e.createTextVNode(e.toDisplayString(c.value[t.item.columns])+"组件",1),e.renderSlot(t.$slots,"tip")]),e.createElementVNode("span",S,"发布时间: "+e.toDisplayString(e.unref(r.timeFormat)(t.item.pub_time)),1)]),e.createElementVNode("div",w,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});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"),r=require("@arco-design/web-vue"),h=require("@arco-design/web-vue/es/icon"),y=require("../../../../typeIcons/component.vue.cjs"),l=require("../../../../utils/index.cjs"),a=require("../../../../utils/typeMap.cjs"),f={class:"cover-view"},E={key:1,class:"no-img"},V={class:"batch-select"},N={class:"info-view"},g={class:"title_i"},k={class:"title-tips"},b={key:0,class:"title-tips red"},S={class:"abttrite-v"},w={class:"left"},B={class:"abttr tags"},T={class:"abttr"},C={class:"abttr time"},M={class:"right"},q=e.defineComponent({__name:"index",props:{item:{},parmas:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(c,{emit:m}){const s=c,i=m,d=e.computed(()=>{const{hide:t}=s.item;return t===7||t===6}),p=e.computed(()=>s.item&&s.item.mourn_style===1),u=(t,o)=>{i("cellMouseEnter",{row:o,event:t})},v=(t,o)=>{i("cellMouseLeave",{row:o,event:t})},_=()=>{i("clickTitle",s.item)};return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-component-item-view",{"gray-forbidden":d.value,"gray-for-state-hide":p.value}]),onMouseenter:o[0]||(o[0]=n=>u(n,t.item)),onMouseleave:o[1]||(o[1]=n=>v(n,t.item))},[e.createElementVNode("div",f,[t.item.cover&&t.item.cover.data&&t.item.cover.data[0]?(e.openBlock(),e.createBlock(e.unref(r.Image),{key:0,src:t.item.cover.data[0].thumb,preview:!1,fit:"cover",class:"image"},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",E,e.toDisplayString(e.unref(l.noCoverText)(t.item)),1)),e.createElementVNode("div",V,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",N,[e.createElementVNode("div",{class:"title",onClick:_},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",g,e.toDisplayString(t.item.alias||t.item.title),1),e.createElementVNode("span",k,[e.renderSlot(t.$slots,"tips")]),e.createVNode(e.unref(r.Tooltip),{content:"当前频道暂未绑定地理位置,可点击后方“编辑频道”,为频道匹配地理位置",position:"top",trigger:"hover"},{default:e.withCtx(()=>[t.parmas?.labelTip?.info(t.item)?(e.openBlock(),e.createElementBlock("span",b,[e.createVNode(e.unref(h.IconInfoCircle),{class:"icon",size:"16"}),e.createElementVNode("span",null,e.toDisplayString(t.parmas?.labelTip?.info(t.item)||""),1)])):e.createCommentVNode("",!0)]),_:1})]),e.createElementVNode("div",S,[e.createElementVNode("div",w,[e.createVNode(y,{class:"icon",doc:!0,type:t.item.series},null,8,["type"]),e.createElementVNode("span",B,[e.createTextVNode(e.toDisplayString(e.unref(a.contentList_relation_type_map)[t.item.relation_type])+"频道",1),e.renderSlot(t.$slots,"tip")]),e.createElementVNode("span",T,e.toDisplayString(e.unref(a.contentList_layout_map)[t.item.list_layout||"blank"]),1),e.createElementVNode("span",C,"发布时间: "+e.toDisplayString(e.unref(l.timeFormat)(t.item.pub_time)),1)]),e.createElementVNode("div",M,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=q;
|
|
@@ -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"),t=require("../../../../../utils/typeMap.cjs"),l={key:0,class:"approval-state-view"},p={key:0,class:"checking"},c=e.defineComponent({__name:"index",props:{item:{}},emits:["showUserInfo"],setup(u,{emit:o}){const a=o,r=s=>s.current_processes[0]&&s.current_processes[0].users&&s.current_processes[0].users[0]?s.current_processes[0].users[0].uid==="__smart_robot":!1,i=s=>{a("showUserInfo",s)};return(s,n)=>s.item?(e.openBlock(),e.createElementBlock("span",l,[s.item.status===1?(e.openBlock(),e.createElementBlock("span",p,[s.item.current_processes?(e.openBlock(),e.createElementBlock("span",{key:0,class:e.normalizeClass({"checking-user":!r(s.item),"checking-ai":r(s.item)}),onClick:n[0]||(n[0]=e.withModifiers(m=>i(s.item),["stop"]))},[e.createElementVNode("span",null,e.toDisplayString(e.unref(t.calcApprovingUser)(s.item)),1),e.createElementVNode("span",null,[e.createTextVNode(e.toDisplayString(e.unref(t.approveFlowStatusMap)[s.item.status])+" ",1),e.createElementVNode("span",null,e.toDisplayString(e.unref(t.calcApprovingDependent)(s.item)),1)])],2)):e.createCommentVNode("",!0)])):[2,3].includes(s.item.status)?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass({failure:s.item.status===2,pass:s.item.status===3})},[e.createTextVNode(e.toDisplayString(e.unref(t.approveFlowStatusMap)[s.item.status])+" ",1),e.createElementVNode("span",null,e.toDisplayString(e.unref(t.calcApprovingDependent)(s.item)),1)],2)):(e.openBlock(),e.createElementBlock("span",{key:2,class:e.normalizeClass({revoke:[0,4].includes(s.item.status),pass:s.item.status===5,checking:[6,7].includes(s.item.status)})},e.toDisplayString(e.unref(t.approveFlowStatusMap)[s.item.status]),3))])):e.createCommentVNode("",!0)}});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"),i=require("@arco-design/web-vue"),p=require("../../../../utils/index.cjs"),l=require("../../../../utils/doc.cjs"),E=require("../../../../utils/typeMap.cjs"),S=require("../../ShowQRCode/index.vue.cjs"),N=require("../../../../typeIcons/component.vue.cjs"),V=require("../../../../dataTags/component.vue.cjs"),b=require("./ApprovalStateMap/index.vue.cjs"),w={class:"cover-view"},$={key:1,class:"no-img"},D={class:"batch-select"},C={key:3,class:"duration-overlay"},T={class:"info-view"},A={class:"title"},M={class:"abttrite-v"},q={class:"left"},z={class:"tags"},F={key:0},I={key:1},L={key:1,class:"abttr"},P={style:{"font-size":"14px","margin-bottom":"5px","font-weight":"bold"}},j={key:1,style:{"font-size":"10px"}},J={class:"right"},O=e.defineComponent({__name:"index",props:{item:{},abttrites:{},BASE_API:{},extraAttrs:{},showDuration:{type:Boolean}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(k,{emit:y}){const r=k,c=y,v=e.computed(()=>{const{hide:t}=r.item;return t===7||t===6}),_=e.computed(()=>r.item&&r.item.mourn_style===1),m=e.computed(()=>{if(!r.item)return null;if(r.item.preview_url)return r.item.preview_url;if(r.item.style){let{style:t}=r.item;return typeof t=="string"&&(t=JSON.parse(t)),t.data&&t.data[0]&&t.data[0].thumb}return r.item.cover&&r.item.cover.data&&r.item.cover.data[0]&&r.item.cover.data[0].thumb}),u=e.computed(()=>{if(r.item.series==="local_live"){const t=JSON.parse(r.item.payload||"{}");return t&&[0,1,2].includes(t.status)?E.local_live_doc_status.find(n=>n.value===t.status):null}return null}),f=e.computed(()=>{if(!r.extraAttrs||!r.extraAttrs.doc)return!0;const{showDataTags:t}=r.extraAttrs.doc;return t??!0}),d=e.computed(()=>{const t=r.item.video_len||r.item.duration;if(!t||t<=0)return"";const n=Number(t);if(isNaN(n))return"";const o=Math.floor(n/3600),s=Math.floor(n%3600/60),a=n%60;return o>0?`${o}:${s.toString().padStart(2,"0")}:${a.toString().padStart(2,"0")}`:`${s}:${a.toString().padStart(2,"0")}`}),g=(t,n)=>{c("cellMouseEnter",{row:n,event:t})},B=(t,n)=>{c("cellMouseLeave",{row:n,event:t})},h=()=>{c("clickTitle",r.item)};return(t,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-doc-item-view",{"gray-forbidden":v.value,"gray-for-state-hide":_.value}]),onMouseenter:n[0]||(n[0]=o=>g(o,t.item)),onMouseleave:n[1]||(n[1]=o=>B(o,t.item))},[e.createElementVNode("div",w,[m.value?(e.openBlock(),e.createBlock(e.unref(i.Image),{key:0,preview:!1,src:m.value,class:"image",fit:"cover"},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",$,e.toDisplayString(e.unref(p.noCoverText)(t.item)),1)),e.createElementVNode("div",D,[e.renderSlot(t.$slots,"batch",{row:t.item})]),u.value?(e.openBlock(),e.createElementBlock("div",{key:2,style:e.normalizeStyle({background:u.value.bgColor}),class:"local_live_state"},e.toDisplayString(u.value.label),5)):e.createCommentVNode("",!0),r.showDuration&&d.value?(e.openBlock(),e.createElementBlock("div",C,e.toDisplayString(d.value),1)):e.createCommentVNode("",!0)]),e.createElementVNode("div",T,[e.createElementVNode("div",A,[e.renderSlot(t.$slots,"index"),e.createVNode(S,{item:t.item,BASE_API:t.BASE_API},null,8,["item","BASE_API"]),e.createElementVNode("span",{class:"text",onClick:h},e.toDisplayString(t.item.alias||t.item.title),1)]),e.createElementVNode("div",M,[e.createElementVNode("div",q,[e.createVNode(N,{class:"icon",doc:!0,type:t.item.series},null,8,["type"]),e.createElementVNode("span",z,[f.value?(e.openBlock(),e.createBlock(V,{key:0,item:t.item},null,8,["item"])):e.createCommentVNode("",!0),e.renderSlot(t.$slots,"tip")]),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(t.abttrites,(o,s)=>(e.openBlock(),e.createElementBlock(e.Fragment,{key:s},[o.key==="approval_status"?(e.openBlock(),e.createElementBlock("span",F,[n[2]||(n[2]=e.createElementVNode("span",null,"审核状态:",-1)),e.unref(l.approvalItem)(t.item)?(e.openBlock(),e.createBlock(b,{key:0,item:e.unref(l.approvalItem)(t.item)},null,8,["item"])):(e.openBlock(),e.createElementBlock("span",I,"--"))])):o.key==="state"?(e.openBlock(),e.createElementBlock("span",L,[e.createVNode(e.unref(i.Tooltip),{content:`状态: ${e.unref(l.docStateMap)[t.item.state]}`,position:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(e.unref(l.docStateMap)[t.item.state]),1)]),_:1},8,["content"])])):o.key==="primary_category"?(e.openBlock(),e.createBlock(e.unref(i.Popover),{key:2,position:"top",trigger:"hover",class:"popper-categories abttr"},{content:e.withCtx(()=>[t.item.other_categories?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("div",P," 栏目: "+e.toDisplayString(t.item.primary_category||"--"),1),e.createElementVNode("span",null,[n[3]||(n[3]=e.createElementVNode("span",{style:{"font-size":"10px"}},"同时发布到:",-1)),e.createTextVNode(" "+e.toDisplayString(t.item.other_categories.join("、")),1)])],64)):(e.openBlock(),e.createElementBlock("div",j,"栏目: "+e.toDisplayString(t.item.primary_category||"--"),1))]),default:e.withCtx(()=>[e.createVNode(e.unref(i.Button),{class:"btn",type:"text",size:"mini"},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.item.primary_category||"--"),1)]),_:1})]),_:1})):(e.openBlock(),e.createElementBlock("span",{key:3,class:e.normalizeClass(["abttr",{time:o.time}])},[o.time?(e.openBlock(),e.createBlock(e.unref(i.Tooltip),{key:0,content:`${o.label}: ${e.unref(p.timeFormat)(t.item[o.key])}`,position:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(e.unref(p.timeFormat)(t.item[o.key])),1)]),_:2},1032,["content"])):o.pv?(e.openBlock(),e.createBlock(e.unref(i.Tooltip),{key:o.key,position:"top",content:`${o.label}: ${o.keys.map(a=>t.item[a]||0).join("/")}`},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(o.keys.map(a=>t.item[a]||0).join("/")),1)]),_:2},1032,["content"])):(e.openBlock(),e.createBlock(e.unref(i.Tooltip),{key:2,content:`${o.label}: ${t.item[o.key]||"--"}`,position:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(t.item[o.key]||"--"),1)]),_:2},1032,["content"]))],2))],64))),128))]),e.createElementVNode("div",J,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=O;
|
|
@@ -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"),r=require("@arco-design/web-vue"),h=require("../../../../typeIcons/component.vue.cjs"),N=require("../../../../dataTags/component.vue.cjs"),a=require("../../../../utils/index.cjs"),V={class:"cover-view"},y={key:1,class:"no-img"},E={class:"batch-select"},g={class:"info-view"},b={class:"abttrite-v"},w={class:"left"},k={class:"tags"},S={class:"abttr"},$={class:"abttr time"},T={class:"right"},B=e.defineComponent({__name:"index",props:{item:{},abttrites:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(m,{emit:c}){const o=m,i=c,u=e.computed(()=>{const{hide:t}=o.item;return t===7||t===6}),d=e.computed(()=>o.item&&o.item.mourn_style===1),p=window.situoyun?.config?.oem_config?.mp_name||"公众号",l=e.computed(()=>{if(!o.item)return null;if(o.item.preview_url)return o.item.preview_url;if(o.item.style){let{style:t}=o.item;return typeof t=="string"&&(t=JSON.parse(t)),t.data&&t.data[0]&&t.data[0].thumb}return o.item.cover&&o.item.cover.data&&o.item.cover.data[0]&&o.item.cover.data[0].thumb}),v=(t,n)=>{i("cellMouseEnter",{row:n,event:t})},_=(t,n)=>{i("cellMouseLeave",{row:n,event:t})},f=()=>{i("clickTitle",o.item)};return(t,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-mpdoc-item-view",{"gray-forbidden":u.value,"gray-for-state-hide":d.value}]),onMouseenter:n[0]||(n[0]=s=>v(s,t.item)),onMouseleave:n[1]||(n[1]=s=>_(s,t.item))},[e.createElementVNode("div",V,[l.value?(e.openBlock(),e.createBlock(e.unref(r.Image),{key:0,preview:!1,src:l.value,class:"image",fit:"cover"},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",y,e.toDisplayString(e.unref(a.noCoverText)(t.item)),1)),e.createElementVNode("div",E,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",g,[e.createElementVNode("div",{class:"title",onClick:f},[e.renderSlot(t.$slots,"index"),e.createTextVNode(e.toDisplayString(t.item.alias||t.item.title),1)]),e.createElementVNode("div",b,[e.createElementVNode("div",w,[e.createVNode(h,{class:"icon",doc:!0,type:t.item.series},null,8,["type"]),e.createElementVNode("span",k,[e.createVNode(N,{item:t.item},null,8,["item"]),e.renderSlot(t.$slots,"tip")]),e.createElementVNode("span",S,[e.createVNode(e.unref(r.Tooltip),{position:"top",content:`所属${e.unref(p)}: ${t.item.account_name||t.item.mp_user_name}`},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(t.item.account_name||t.item.mp_user_name),1)]),_:1},8,["content"])]),e.createElementVNode("span",$,[e.createVNode(e.unref(r.Tooltip),{position:"top",content:`发布时间: ${e.unref(a.timeFormat)(t.item.pub_time)}`},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(e.unref(a.timeFormat)(t.item.pub_time)),1)]),_:1},8,["content"])])]),e.createElementVNode("div",T,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});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"),s=require("@arco-design/web-vue"),a=require("../../../../utils/index.cjs"),m=require("../../../../utils/typeMap.cjs"),h={class:"cover-view"},E={key:1,class:"no-img"},N={class:"batch-select"},V={class:"info-view"},g={class:"title_i"},k={class:"abttrite-v"},w={class:"left"},b={class:"tags"},S={class:"abttr time"},T={class:"abttr time"},C={class:"right"},M=e.defineComponent({__name:"index",props:{item:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(u,{emit:d}){const o=u,l=d,p=e.computed(()=>{const{hide:t}=o.item;return t===7||t===6}),v=e.computed(()=>o.item&&o.item.mourn_style===1),c=e.computed(()=>{if(o.item.preview_url||o.item.cover||o.item.pc_cover)return o.item.preview_url||o.item.cover||o.item.pc_cover;if(!o.item.style)return null;const t=JSON.parse(o.item.style);return t.data.length?t.data[0].thumb:null}),i=e.computed(()=>o.item?typeof o.item.payload=="string"?JSON.parse(o.item.payload):o.item.payload:null),_=(t,n)=>{l("cellMouseEnter",{row:n,event:t})},f=(t,n)=>{l("cellMouseLeave",{row:n,event:t})},y=()=>{l("clickTitle",o.item)};return(t,n)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-group_list-item-view",{"gray-forbidden":p.value,"gray-for-state-hide":v.value}]),onMouseenter:n[0]||(n[0]=r=>_(r,t.item)),onMouseleave:n[1]||(n[1]=r=>f(r,t.item))},[e.createElementVNode("div",h,[c.value?(e.openBlock(),e.createBlock(e.unref(s.Image),{key:0,src:c.value,fit:"contain",preview:!1,class:"image",lazy:!0},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",E,e.toDisplayString(e.unref(a.noCoverText)(t.item)),1)),e.createElementVNode("div",N,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",V,[e.createElementVNode("div",{class:"title",onClick:y},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",g,e.toDisplayString(t.item.alias||t.item.title),1)]),e.createElementVNode("div",k,[e.createElementVNode("div",w,[e.createElementVNode("span",b,[e.createVNode(e.unref(s.Tooltip),{content:`${e.unref(m.groupPieceType)[i.value.source]}: ${i.value.alias}`,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,[e.createElementVNode("span",null,e.toDisplayString(e.unref(m.groupPieceType)[i.value.source])+": ",1),e.createElementVNode("span",null,e.toDisplayString(i.value.alias),1)])]),_:1},8,["content"])]),e.createElementVNode("span",S,[e.createVNode(e.unref(s.Tooltip),{content:`创建时间: ${e.unref(a.timeFormat)(t.item.pub_time)}`,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(e.unref(a.timeFormat)(t.item.pub_time)),1)]),_:1},8,["content"])]),e.createElementVNode("span",T,[e.createVNode(e.unref(s.Tooltip),{content:`创建人: ${t.item.commit_user_name||"--"}`,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(t.item.commit_user_name||"--"),1)]),_:1},8,["content"])])]),e.createElementVNode("div",C,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=M;
|
|
@@ -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"),r=require("@arco-design/web-vue"),h=require("../../../../typeIcons/component.vue.cjs"),N=require("../../../../dataTags/component.vue.cjs"),l=require("../../../../utils/index.cjs"),V={class:"cover-view"},g={key:1,class:"no-img"},E={class:"batch-select"},b={class:"info-view"},k={class:"title_i"},w={class:"abttrite-v"},S={class:"left"},$={class:"tags"},B={class:"abttr value"},C={class:"abttr time"},M={class:"abttr time"},T={class:"right"},q=e.defineComponent({__name:"index",props:{item:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(c,{emit:m}){const o=c,s=m,u=e.computed(()=>{const{hide:t}=o.item;return t===7||t===6}),d=e.computed(()=>o.item&&o.item.mourn_style===1),a=e.computed(()=>{if(o.item.preview_url||o.item.cover||o.item.pc_cover)return o.item.preview_url||o.item.cover||o.item.pc_cover;if(!o.item.style)return null;const t=JSON.parse(o.item.style);return t.data.length?t.data[0].thumb:null}),p=e.computed(()=>o.item?typeof o.item.payload=="string"?JSON.parse(o.item.payload):o.item.payload:null),_=e.computed(()=>{const t=p.value;return t?o.item.series==="category_list"?t.rootAlias:o.item.series==="document"?t.title:o.item.series==="url"?t.relation_url:t.label||"":""}),v=(t,i)=>{s("cellMouseEnter",{row:i,event:t})},y=(t,i)=>{s("cellMouseLeave",{row:i,event:t})},f=()=>{s("clickTitle",o.item)};return(t,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-kongo-item-view",{"gray-forbidden":u.value,"gray-for-state-hide":d.value}]),onMouseenter:i[0]||(i[0]=n=>v(n,t.item)),onMouseleave:i[1]||(i[1]=n=>y(n,t.item))},[e.createElementVNode("div",V,[a.value?(e.openBlock(),e.createBlock(e.unref(r.Image),{key:0,src:a.value,fit:"contain",preview:!1,class:"image",lazy:!0},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",g,e.toDisplayString(e.unref(l.noCoverText)(t.item)),1)),e.createElementVNode("div",E,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",b,[e.createElementVNode("div",{class:"title",onClick:f},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",k,e.toDisplayString(t.item.alias||t.item.title),1)]),e.createElementVNode("div",w,[e.createElementVNode("div",S,[e.createVNode(h,{class:"icon",doc:t.item.catalog==="doc",type:t.item.series},null,8,["doc","type"]),e.createElementVNode("span",$,[e.createVNode(N,{item:t.item},null,8,["item"]),e.renderSlot(t.$slots,"tip")]),e.createElementVNode("span",B,e.toDisplayString(`${_.value}`),1),e.createElementVNode("span",C,[e.createVNode(e.unref(r.Tooltip),{content:`创建时间: ${e.unref(l.timeFormat)(t.item.pub_time)}`,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(e.unref(l.timeFormat)(t.item.pub_time)),1)]),_:1},8,["content"])]),e.createElementVNode("span",M,[e.createVNode(e.unref(r.Tooltip),{content:`创建人: ${t.item.commit_user_name||"--"}`,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(t.item.commit_user_name||"--"),1)]),_:1},8,["content"])])]),e.createElementVNode("div",T,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=q;
|
|
@@ -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"),_=require("@arco-design/web-vue"),E=require("../../../../typeIcons/component.vue.cjs"),l=require("../../../../utils/index.cjs"),f={class:"cover-view"},y={key:1,class:"no-img"},k={class:"batch-select"},N={class:"info-view"},V={class:"title_i"},b={class:"abttrite-v"},g={class:"left"},h={class:"abttr time"},w={class:"right"},S=e.defineComponent({__name:"index",props:{item:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(c,{emit:a}){const s=c,o=a,m=e.computed(()=>{const{hide:t}=s.item;return t===7||t===6}),u=e.computed(()=>s.item&&s.item.mourn_style===1),r=e.computed(()=>{if(s.item.preview_url||s.item.cover||s.item.pc_cover)return s.item.preview_url||s.item.cover||s.item.pc_cover;if(!s.item.style)return null;const t=JSON.parse(s.item.style);return t.pc_banner_url?t.pc_banner_url:null}),d=(t,i)=>{o("cellMouseEnter",{row:i,event:t})},p=(t,i)=>{o("cellMouseLeave",{row:i,event:t})},v=()=>{o("clickTitle",s.item)};return(t,i)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-ilive-item-view",{"gray-forbidden":m.value,"gray-for-state-hide":u.value}]),onMouseenter:i[0]||(i[0]=n=>d(n,t.item)),onMouseleave:i[1]||(i[1]=n=>p(n,t.item))},[e.createElementVNode("div",f,[r.value?(e.openBlock(),e.createBlock(e.unref(_.Image),{key:0,src:r.value,preview:!1,class:"image",fit:"cover"},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",y,e.toDisplayString(e.unref(l.noCoverText)(t.item)),1)),e.createElementVNode("div",k,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",N,[e.createElementVNode("div",{class:"title",onClick:v},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",V,e.toDisplayString(t.item.alias||t.item.title),1)]),e.createElementVNode("div",b,[e.createElementVNode("div",g,[e.createVNode(E,{class:"icon",type:t.item.series},null,8,["type"]),e.renderSlot(t.$slots,"tip"),i[2]||(i[2]=e.createElementVNode("span",{class:"abttr tags"},null,-1)),e.createElementVNode("span",h,"发布时间: "+e.toDisplayString(e.unref(l.timeFormat)(t.item.pub_time)),1)]),e.createElementVNode("div",w,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=S;
|
|
@@ -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("@arco-design/web-vue"),_=require("../../../../typeIcons/component.vue.cjs"),v=require("../../../../dataTags/component.vue.cjs"),V={class:"cover-view"},N={class:"batch-select"},E={class:"info-view"},g={class:"abttrite-v"},h={class:"left"},f={class:"abttr"},b={class:"abttr time"},w={class:"right"},y=e.defineComponent({__name:"index",props:{item:{},abttrites:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(r,{emit:a}){const s=r,n=a,c=e.computed(()=>{const{hide:t}=s.item;return t===7||t===6}),m=e.computed(()=>s.item&&s.item.mourn_style===1),d=(t,o)=>{n("cellMouseEnter",{row:o,event:t})},u=(t,o)=>{n("cellMouseLeave",{row:o,event:t})},p=()=>{n("clickTitle",s.item)};return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-account-item-view",{"gray-forbidden":c.value,"gray-for-state-hide":m.value}]),onMouseenter:o[0]||(o[0]=i=>d(i,t.item)),onMouseleave:o[1]||(o[1]=i=>u(i,t.item))},[e.createElementVNode("div",V,[e.createVNode(e.unref(l.Image),{src:t.item.mp_logo,class:"image",preview:!1,fit:"cover"},null,8,["src"]),e.createElementVNode("div",N,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",E,[e.createElementVNode("div",{class:"title",onClick:p},[e.renderSlot(t.$slots,"index"),e.createTextVNode(" "+e.toDisplayString(t.item.mp_name),1)]),e.createElementVNode("div",g,[e.createElementVNode("div",h,[e.createVNode(_,{class:"icon",type:"mpdoc"}),e.createVNode(v,{class:"abttr tags",item:t.item},null,8,["item"]),e.renderSlot(t.$slots,"tip"),e.createElementVNode("span",f,[e.createVNode(e.unref(l.Tooltip),{content:`运营者: ${t.item.mp_user_name}`,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(t.item.mp_user_name||"--"),1)]),_:1},8,["content"])]),e.createElementVNode("span",b,[e.createVNode(e.unref(l.Tooltip),{content:`所属领域: ${t.item.catalog_alias}`,placement:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(t.item.catalog_alias),1)]),_:1},8,["content"])])]),e.createElementVNode("div",w,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=y;
|
|
@@ -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("@arco-design/web-vue"),f=require("../../../../typeIcons/component.vue.cjs"),c=require("../../../../utils/index.cjs"),E={class:"cover-view"},b={key:1,class:"no-img"},N={class:"batch-select"},V={class:"info-view"},g={class:"title_i"},h={class:"abttrite-v"},y={class:"left"},k={class:"abttr tags"},w={class:"abttr time"},S={class:"right"},B=e.defineComponent({__name:"index",props:{item:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(a,{emit:m}){const s=a,i=m,u=e.computed(()=>{const{hide:t}=s.item;return t===7||t===6}),d=e.computed(()=>s.item&&s.item.mourn_style===1),r=e.computed(()=>{if(s.item.preview_url||s.item.cover||s.item.pc_cover)return s.item.preview_url||s.item.cover||s.item.pc_cover;if(!s.item.style)return null;const t=JSON.parse(s.item.style);return t.pc_banner_url?t.pc_banner_url:null}),p=(t,o)=>{i("cellMouseEnter",{row:o,event:t})},v=(t,o)=>{i("cellMouseLeave",{row:o,event:t})},_=()=>{i("clickTitle",s.item)};return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-course-item-view",{"gray-forbidden":u.value,"gray-for-state-hide":d.value}]),onMouseenter:o[0]||(o[0]=n=>p(n,t.item)),onMouseleave:o[1]||(o[1]=n=>v(n,t.item))},[e.createElementVNode("div",E,[r.value?(e.openBlock(),e.createBlock(e.unref(l.Image),{key:0,src:r.value,class:"image",preview:!1,fit:"cover"},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",b,e.toDisplayString(e.unref(c.noCoverText)(t.item)),1)),e.createElementVNode("div",N,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",V,[e.createElementVNode("div",{class:"title",onClick:_},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",g,e.toDisplayString(t.item.alias||t.item.title),1)]),e.createElementVNode("div",h,[e.createElementVNode("div",y,[e.createVNode(f,{class:"icon",type:"course"}),e.renderSlot(t.$slots,"tip"),o[2]||(o[2]=e.createElementVNode("span",{class:"abttr tags"},"课程",-1)),e.createVNode(e.unref(l.Tooltip),{content:`课程创建人: ${t.item.pub_user_alias}`,position:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",k,e.toDisplayString(t.item.pub_user_alias),1)]),_:1},8,["content"]),e.createElementVNode("span",w,"发布时间: "+e.toDisplayString(e.unref(c.timeFormat)(t.item.pub_time)),1)]),e.createElementVNode("div",S,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});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("@arco-design/web-vue"),f=require("../../../../typeIcons/component.vue.cjs"),a=require("../../../../utils/index.cjs"),E={class:"cover-view"},h={key:1,class:"no-img"},b={class:"batch-select"},N={class:"info-view"},V={class:"title_i"},g={class:"abttrite-v"},y={class:"left"},k={class:"abttr tags"},w={class:"abttr time"},S={class:"right"},B=e.defineComponent({__name:"index",props:{item:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(c,{emit:m}){const s=c,i=m,u=e.computed(()=>{const{hide:t}=s.item;return t===7||t===6}),d=e.computed(()=>s.item&&s.item.mourn_style===1),r=e.computed(()=>{if(s.item.preview_url||s.item.cover||s.item.pc_cover)return s.item.preview_url||s.item.cover||s.item.pc_cover;if(!s.item.style)return null;const t=JSON.parse(s.item.style);return t.pc_banner_url?t.pc_banner_url:null}),p=(t,o)=>{i("cellMouseEnter",{row:o,event:t})},v=(t,o)=>{i("cellMouseLeave",{row:o,event:t})},_=()=>{i("clickTitle",s.item)};return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-funhd-item-view",{"gray-forbidden":u.value,"gray-for-state-hide":d.value}]),onMouseenter:o[0]||(o[0]=n=>p(n,t.item)),onMouseleave:o[1]||(o[1]=n=>v(n,t.item))},[e.createElementVNode("div",E,[r.value?(e.openBlock(),e.createBlock(e.unref(l.Image),{key:0,src:r.value,preview:!1,class:"image",fit:"cover"},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",h,e.toDisplayString(e.unref(a.noCoverText)(t.item)),1)),e.createElementVNode("div",b,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",N,[e.createElementVNode("div",{class:"title",onClick:_},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",V,e.toDisplayString(t.item.alias||t.item.title),1)]),e.createElementVNode("div",g,[e.createElementVNode("div",y,[e.createVNode(f,{class:"icon",type:"funhd"}),e.renderSlot(t.$slots,"tip"),o[2]||(o[2]=e.createElementVNode("span",{class:"abttr tags"},"活动",-1)),e.createVNode(e.unref(l.Tooltip),{content:`活动创建人: ${t.item.pub_user_alias}`,position:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",k,e.toDisplayString(t.item.pub_user_alias),1)]),_:1},8,["content"]),e.createElementVNode("span",w,"发布时间: "+e.toDisplayString(e.unref(a.timeFormat)(t.item.pub_time)),1)]),e.createElementVNode("div",S,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});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"),i=require("@arco-design/web-vue/es/icon"),d=require("./CompoItem/index.vue.cjs"),m=require("./ContentListItem/index.vue.cjs"),c=require("./DocItem/index.vue.cjs"),p=require("./KongoNavItem/index.vue.cjs"),u=require("./LiveItem/index.vue.cjs"),h=require("./MaccountItem/index.vue.cjs"),k=require("./DocMpItem/index.vue.cjs"),C=require("./courseItem/index.vue.cjs"),w=require("./funhdItem/index.vue.cjs"),_=require("./GroupPieceItem/index.vue.cjs"),y={class:"index"},B={key:0,class:"add_new"},E={key:1,class:"d_time"},N={key:2,class:"fix_position"},V={class:"doc-fixed-icon"},x={class:"doc-fixed-num"},f={class:"index"},g={key:0,class:"add_new"},S={key:1,class:"d_time"},A={key:2,class:"fix_position"},$={class:"doc-fixed-icon"},v={class:"doc-fixed-num"},b={class:"index"},M={key:0,class:"add_new"},I={key:1,class:"d_time"},D={key:2,class:"fix_position"},P={class:"doc-fixed-icon"},z={class:"doc-fixed-num"},L={class:"index"},T={key:0,class:"add_new"},q={key:1,class:"fix_position"},F={class:"doc-fixed-icon"},j={class:"doc-fixed-num"},G={class:"index"},H={class:"index"},J={key:0,class:"add_new"},K={key:1,class:"fix_position"},O={class:"doc-fixed-icon"},Q={class:"doc-fixed-num"},R={class:"index"},U={key:0,class:"add_new"},W={key:1,class:"fix_position"},X={class:"doc-fixed-icon"},Y={class:"doc-fixed-num"},Z={class:"index"},ee={class:"index"},te={class:"index"},ie=e.defineComponent({__name:"index",props:{item:{},index:{},abttrites:{},extraAttrs:{},parmas:{},BASE_API:{}},emits:["cellMouseEnter","cellMouseLeave","sortChange","clickTitle","dragstart"],setup(oe,{emit:a}){const l=a,o=t=>{l("cellMouseEnter",t)},n=t=>{l("cellMouseLeave",t)},s=t=>{l("clickTitle",t)};return e.onMounted(()=>{}),(t,r)=>t.item.catalog==="doc"?(e.openBlock(),e.createBlock(c,{key:`doc-${t.item.post_id}`,item:{...t.item,index:t.index},abttrites:t.abttrites,extraAttrs:t.extraAttrs,BASE_API:t.BASE_API,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",y,e.toDisplayString(t.index+1),1),e.renderSlot(t.$slots,"after-index")]),tip:e.withCtx(()=>[t.item._status?(e.openBlock(),e.createElementBlock("i",B,[e.createVNode(e.unref(i.IconPenFill),{size:"16"})])):e.createCommentVNode("",!0),t.item.status===3?(e.openBlock(),e.createElementBlock("i",E,[e.createVNode(e.unref(i.IconClockCircle),{size:"16"})])):e.createCommentVNode("",!0),t.item.fix_position?(e.openBlock(),e.createElementBlock("span",N,[e.createElementVNode("i",V,[e.createVNode(e.unref(i.IconPushpin),{size:"16"})]),e.createElementVNode("span",x,e.toDisplayString(t.item.fix_position),1)])):e.createCommentVNode("",!0)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","abttrites","extraAttrs","BASE_API"])):t.item.catalog==="contentList"&&t.item.list_type===7&&t.item.target_type===6?(e.openBlock(),e.createBlock(d,{key:`compo-${t.item.post_id}`,item:{...t.item,index:t.index},extraAttrs:t.extraAttrs,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",f,e.toDisplayString(t.index+1),1)]),tip:e.withCtx(()=>[t.item._status?(e.openBlock(),e.createElementBlock("i",g,[e.createVNode(e.unref(i.IconPenFill),{size:"16"})])):e.createCommentVNode("",!0),t.item.status===3?(e.openBlock(),e.createElementBlock("i",S,[e.createVNode(e.unref(i.IconClockCircle),{size:"16"})])):e.createCommentVNode("",!0),t.item.fix_position?(e.openBlock(),e.createElementBlock("span",A,[e.createElementVNode("i",$,[e.createVNode(e.unref(i.IconPushpin),{size:"16"})]),e.createElementVNode("span",v,e.toDisplayString(t.item.fix_position),1)])):e.createCommentVNode("",!0)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","extraAttrs"])):t.item.catalog==="contentList"&&t.item.list_type===4&&t.item.target_type===6?(e.openBlock(),e.createBlock(m,{key:`contentlist-${t.item.post_id}`,item:{...t.item,index:t.index},parmas:t.parmas,extraAttrs:t.extraAttrs,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",b,e.toDisplayString(t.index+1),1)]),tips:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.parmas?.labelTip?.tips(t.item,t.index)||""),1)]),tip:e.withCtx(()=>[t.item._status?(e.openBlock(),e.createElementBlock("i",M,[e.createVNode(e.unref(i.IconPenFill),{size:"16"})])):e.createCommentVNode("",!0),t.item.status===3?(e.openBlock(),e.createElementBlock("i",I,[e.createVNode(e.unref(i.IconClockCircle),{size:"16"})])):e.createCommentVNode("",!0),t.item.fix_position?(e.openBlock(),e.createElementBlock("span",D,[e.createElementVNode("i",P,[e.createVNode(e.unref(i.IconPushpin),{size:"16"})]),e.createElementVNode("span",z,e.toDisplayString(t.item.fix_position),1)])):e.createCommentVNode("",!0)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","parmas","extraAttrs"])):t.item.catalog==="mp_account"?(e.openBlock(),e.createBlock(h,{key:`maccount-${t.item.post_id}`,item:{...t.item,index:t.index},abttrites:t.abttrites,extraAttrs:t.extraAttrs,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",L,e.toDisplayString(t.index+1),1)]),tip:e.withCtx(()=>[t.item._status?(e.openBlock(),e.createElementBlock("i",T,[e.createVNode(e.unref(i.IconPenFill),{size:"16"})])):e.createCommentVNode("",!0),t.item.fix_position?(e.openBlock(),e.createElementBlock("span",q,[e.createElementVNode("i",F,[e.createVNode(e.unref(i.IconPushpin),{size:"16"})]),e.createElementVNode("span",j,e.toDisplayString(t.item.fix_position),1)])):e.createCommentVNode("",!0)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","abttrites","extraAttrs"])):t.item.catalog==="ilive"?(e.openBlock(),e.createBlock(u,{key:`live-${t.item.post_id}`,item:{...t.item,index:t.index},extraAttrs:t.extraAttrs,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",G,e.toDisplayString(t.index+1),1)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","extraAttrs"])):t.item.catalog==="kongo"?(e.openBlock(),e.createBlock(p,{key:`kongo-${t.item.post_id}`,item:{...t.item,index:t.index},extraAttrs:t.extraAttrs,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",H,e.toDisplayString(t.index+1),1)]),tip:e.withCtx(()=>[t.item._status?(e.openBlock(),e.createElementBlock("i",J,[e.createVNode(e.unref(i.IconPenFill),{size:"16"})])):e.createCommentVNode("",!0),t.item.fix_position?(e.openBlock(),e.createElementBlock("span",K,[e.createElementVNode("i",O,[e.createVNode(e.unref(i.IconPushpin),{size:"16"})]),e.createElementVNode("span",Q,e.toDisplayString(t.item.fix_position),1)])):e.createCommentVNode("",!0)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","extraAttrs"])):t.item.catalog==="mp_content"?(e.openBlock(),e.createBlock(k,{key:`doc-mp-${t.item.post_id}`,abttrites:t.abttrites,extraAttrs:t.extraAttrs,item:{...t.item,index:t.index},onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",R,e.toDisplayString(t.index+1),1)]),tip:e.withCtx(()=>[t.item._status?(e.openBlock(),e.createElementBlock("i",U,[e.createVNode(e.unref(i.IconPenFill),{size:"16"})])):e.createCommentVNode("",!0),t.item.fix_position?(e.openBlock(),e.createElementBlock("span",W,[e.createElementVNode("i",X,[e.createVNode(e.unref(i.IconPushpin),{size:"16"})]),e.createElementVNode("span",Y,e.toDisplayString(t.item.fix_position),1)])):e.createCommentVNode("",!0)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["abttrites","extraAttrs","item"])):t.item.catalog==="funhd"?(e.openBlock(),e.createBlock(w,{key:`funhd-${t.item.post_id}`,item:{...t.item,index:t.index},extraAttrs:t.extraAttrs,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",Z,e.toDisplayString(t.index+1),1)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","extraAttrs"])):t.item.catalog==="course"?(e.openBlock(),e.createBlock(C,{key:`course-${t.item.post_id}`,item:{...t.item,index:t.index},extraAttrs:t.extraAttrs,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[e.renderSlot(t.$slots,"batch",{row:t.item,index:t.index})]),index:e.withCtx(()=>[e.createElementVNode("span",ee,e.toDisplayString(t.index+1),1)]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","extraAttrs"])):t.item.catalog==="group_list"?(e.openBlock(),e.createBlock(_,{key:`group_list-${t.item.post_id}`,item:{...t.item,index:t.index},extraAttrs:t.extraAttrs,onClickTitle:s,onCellMouseEnter:o,onCellMouseLeave:n},{batch:e.withCtx(()=>[...r[0]||(r[0]=[])]),index:e.withCtx(()=>[e.createElementVNode("span",te,e.toDisplayString(t.index+1),1)]),tip:e.withCtx(()=>[...r[1]||(r[1]=[])]),option:e.withCtx(()=>[e.renderSlot(t.$slots,"option",{row:t.item,index:t.index})]),_:3},8,["item","extraAttrs"])):e.createCommentVNode("",!0)}});module.exports=ie;
|
|
@@ -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"),a=require("@arco-design/web-vue"),y=require("@arco-iconbox/vue-cmstop-icons"),V=require("../../../utils/doc.cjs"),g=require("../../../utils/index.cjs"),_={class:"cover-view"},w={key:1,class:"no-img"},B={class:"batch-select"},N={class:"info-view"},C={class:"title-desc"},T={class:"abttrite-v"},S={class:"left"},M={class:"abttr-content"},$={class:"right"},q=e.defineComponent({__name:"CustomItem",props:{item:{},showAttrs:{},thumbKey:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(u,{emit:m}){const o=u,l=m,i=e.computed(()=>{const{alias:t,title:s}=o.item;return t||s}),r=e.computed(()=>o.item?o.thumbKey?o.item[o.thumbKey]:V.getDocThumb(o.item):null),d=e.computed(()=>i.value?"无图":g.noCoverText(o.item)),v=e.computed(()=>{const{hide:t}=o.item;return t===7||t===6}),p=e.computed(()=>o.item&&o.item.mourn_style===1),c=e.ref([]);function h(){o.showAttrs&&(c.value=o.showAttrs.map(t=>{let s="--";return t.key?s=o.item[t.key]||"--":t.getValue&&(s=t.getValue(o.item)||"--"),{value:s,...t}}))}e.watch(()=>o.item,()=>{h()},{deep:!0,immediate:!0});const k=(t,s)=>{l("cellMouseEnter",{row:s,event:t})},f=(t,s)=>{l("cellMouseLeave",{row:s,event:t})},E=()=>{l("clickTitle",o.item)};return(t,s)=>(e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(["medialist-doc-item-view",{"gray-forbidden":v.value,"gray-for-state-hide":p.value}]),onMouseenter:s[0]||(s[0]=n=>k(n,t.item)),onMouseleave:s[1]||(s[1]=n=>f(n,t.item))},[e.createElementVNode("div",_,[r.value?(e.openBlock(),e.createBlock(e.unref(a.Image),{key:0,class:"image",src:r.value,preview:!1,fit:"cover"},null,8,["src"])):(e.openBlock(),e.createElementBlock("span",w,e.toDisplayString(d.value),1)),e.createElementVNode("div",B,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",N,[e.createElementVNode("div",{class:"title",onClick:E},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",C,e.toDisplayString(i.value||"——"),1)]),e.createElementVNode("div",T,[e.createElementVNode("div",S,[e.renderSlot(t.$slots,"tip"),(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(c.value,(n,b)=>(e.openBlock(),e.createElementBlock("span",{key:b,class:"abttr"},[e.createVNode(e.unref(a.Tooltip),{content:`${n.label}: ${n.value}`,position:"tl"},{default:e.withCtx(()=>[e.createElementVNode("div",M,[n.topic&&n.value?(e.openBlock(),e.createBlock(e.unref(y.IconTopic),{key:0})):e.createCommentVNode("",!0),e.createElementVNode("span",null,e.toDisplayString(n.value||"--"),1)])]),_:2},1032,["content"])]))),128))]),e.createElementVNode("div",$,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],34))}});module.exports=q;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./CustomItem.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("vue"),c=require("./CustomItem.vue.cjs"),m=t.defineComponent({__name:"index",props:{abttrites:{},extraAttrs:{},item:{},index:{}},emits:["cellMouseEnter","cellMouseLeave","clickTitle"],setup(i,{emit:n}){const r=i,o=n,s=t.computed(()=>r.extraAttrs.custom||{}),l=e=>{o("cellMouseEnter",e)},u=e=>{o("cellMouseLeave",e)},a=e=>{o("clickTitle",e)};return(e,d)=>(t.openBlock(),t.createBlock(c,{item:e.item,abttrites:e.abttrites,"thumb-key":s.value.thumbKey,"show-attrs":s.value.showAttrs,onCellMouseEnter:l,onCellMouseLeave:u,onClickTitle:a},{index:t.withCtx(()=>[t.renderSlot(e.$slots,"index",{row:e.item,index:e.index})]),tip:t.withCtx(()=>[t.renderSlot(e.$slots,"tip",{row:e.item,index:e.index})]),batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:e.item,index:e.index})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:e.item,index:e.index})]),_:3},8,["item","abttrites","thumb-key","show-attrs"]))}});module.exports=m;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("./index.vue.cjs");module.exports=e;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("vue"),u=require("../Content/DocItem/index.vue.cjs"),d=t.defineComponent({__name:"index",props:{abttrites:{},extraAttrs:{},item:{},index:{},BASE_API:{},showDuration:{type:Boolean}},emits:["cellMouseEnter","cellMouseLeave","clickTitle"],setup(o,{emit:n}){const r=o,i=n,s=e=>{i("cellMouseEnter",e)},l=e=>{i("cellMouseLeave",e)},a=e=>{i("clickTitle",e)};return(e,c)=>(t.openBlock(),t.createBlock(u,{item:e.item,abttrites:e.abttrites,extraAttrs:e.extraAttrs,BASE_API:e.BASE_API,showDuration:r.showDuration,onClickTitle:a,onCellMouseEnter:s,onCellMouseLeave:l},{tip:t.withCtx(()=>[t.renderSlot(e.$slots,"tip",{row:e.item,index:e.index})]),"after-index":t.withCtx(()=>[t.renderSlot(e.$slots,"after-index",{row:e.element,index:e.index})]),batch:t.withCtx(()=>[t.renderSlot(e.$slots,"batch",{row:e.item,index:e.index})]),option:t.withCtx(()=>[t.renderSlot(e.$slots,"option",{row:e.item,index:e.index})]),_:3},8,["item","abttrites","extraAttrs","BASE_API","showDuration"]))}});module.exports=d;
|
|
@@ -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"),p=require("@arco-design/web-vue/es/icon"),g=require("../../../../typeIcons/component.vue.cjs"),a=require("../../../../utils/index.cjs"),c=require("../../../../utils/typeMap.cjs"),k={class:"cover-view"},S={key:1,class:"no-img weixin"},b={key:2,class:"no-img"},T={class:"batch-select"},_={class:"info-view"},B={class:"title_i"},w={class:"abttrite-v"},I={class:"left"},M={class:"abttr tags account"},D={class:"avatar-v"},$={class:"name"},C={key:1},F={key:1},q={class:"abttr user"},A={class:"abttr time"},P={class:"abttr time"},L={class:"right"},z=e.defineComponent({__name:"index",props:{item:{},extraAttrs:{}},emits:["clickTitle","cellMouseEnter","cellMouseLeave"],setup(u,{emit:d}){const s=u,i=d,{matrix:v}=s.extraAttrs||{},{getPlatformInfoById:f}=v||{},m=e.computed(()=>{let t=[];try{t=JSON.parse(s.item.cover||"[]")}catch{}if(t?.length)return t[0];if(s.item.payload){const o=JSON.parse(s.item.payload);return o&&Array.isArray(o)&&o.length?o[0].covers&&o[0].covers[0]:o?.covers&&o?.covers[0]||""}return""}),h=t=>!t.avatar||s.item.platformId===15?r.value.pfIcon:t.avatar,r=e.computed(()=>f(s.item.platformId)),V={Article:"imagetext",Video:"video",MiniVideo:"svideo"},N=(t,o)=>{i("cellMouseEnter",{row:o,event:t})},y=(t,o)=>{i("cellMouseLeave",{row:o,event:t})},E=()=>{i("clickTitle",s.item)};return(t,o)=>(e.openBlock(),e.createElementBlock("div",{class:"matrix-records-item-view",onMouseenter:o[0]||(o[0]=l=>N(l,t.item)),onMouseleave:o[1]||(o[1]=l=>y(l,t.item))},[e.createElementVNode("div",k,[m.value?(e.openBlock(),e.createBlock(e.unref(n.Image),{key:0,src:m.value,preview:!1,fit:"cover",class:"image"},null,8,["src"])):t.item.platformId===20?(e.openBlock(),e.createElementBlock("span",S," 微信组稿 ")):(e.openBlock(),e.createElementBlock("span",b,e.toDisplayString(e.unref(a.noCoverText)(t.item)),1)),e.createElementVNode("div",T,[e.renderSlot(t.$slots,"batch",{row:t.item})])]),e.createElementVNode("div",_,[e.createElementVNode("div",{class:"title",onClick:E},[e.renderSlot(t.$slots,"index"),e.createElementVNode("span",B,e.toDisplayString(t.item.alias||t.item.title||`分发记录${new Date().getTime()}`),1)]),e.createElementVNode("div",w,[e.createElementVNode("div",I,[e.createVNode(g,{class:"icon",doc:!0,type:V[t.item.contentType]},null,8,["type"]),e.renderSlot(t.$slots,"tip"),e.createElementVNode("span",M,[t.item.account?(e.openBlock(),e.createElementBlock(e.Fragment,{key:0},[e.createElementVNode("div",D,[e.createVNode(e.unref(n.Image),{class:"avatar",src:h(t.item.account),preview:!1,fit:"cover"},null,8,["src"]),e.createVNode(e.unref(n.Image),{class:"pla-icon",src:r.value.pfIcon,preview:!1,fit:"cover"},null,8,["src"])]),e.createElementVNode("span",$,e.toDisplayString(t.item.account.name||`用户${new Date().getTime()}`),1)],64)):(e.openBlock(),e.createElementBlock("span",C,"--"))]),e.createElementVNode("span",{class:e.normalizeClass(["abttr state",[`p-state-${t.item.publishState}`]])},[[3,4].includes(t.item.publishState)?(e.openBlock(),e.createBlock(e.unref(n.Tooltip),{key:0,content:`失败原因: ${t.item.errorMsg}`,position:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,e.toDisplayString(e.unref(c.matrixPublishStateMap)[t.item.publishState]),1)]),_:1},8,["content"])):(e.openBlock(),e.createElementBlock("span",F,e.toDisplayString(e.unref(c.matrixPublishStateMap)[t.item.publishState]),1))],2),e.createElementVNode("span",q,e.toDisplayString(t.item.user?.alias||"--"),1),e.createElementVNode("span",A,[e.createVNode(e.unref(n.Tooltip),{content:`发布时间: ${e.unref(a.timeFormat)(t.item.distributeTime)}`,position:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,[e.createVNode(e.unref(p.IconSubscribed)),e.createTextVNode(" "+e.toDisplayString(e.unref(a.timeFormat)(t.item.distributeTime)),1)])]),_:1},8,["content"])]),e.createElementVNode("span",{class:e.normalizeClass(["abttr tags state",[`m-state-${t.item.platformState}`]])},e.toDisplayString(e.unref(c.matrixPublishFormalStateMap)[t.item.platformState]),3),e.createElementVNode("span",P,[e.createVNode(e.unref(n.Tooltip),{content:`分发时间: ${t.item.publishTime?e.unref(a.timeFormat)(t.item.publishTime):"--"}`,position:"top"},{default:e.withCtx(()=>[e.createElementVNode("span",null,[e.createVNode(e.unref(p.IconSend)),e.createTextVNode(" "+e.toDisplayString(t.item.publishTime?e.unref(a.timeFormat)(t.item.publishTime):"--"),1)])]),_:1},8,["content"])])]),e.createElementVNode("div",L,[e.renderSlot(t.$slots,"option",{row:t.item})])])])],32))}});module.exports=z;
|