@cmstops/pro-compo 3.9.2-alpha.25 → 3.9.2-alpha.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +61 -0
- package/dist/index.min.css +1 -1
- package/es/appCenter/component.d.ts +0 -0
- package/es/appCenter/component.js +0 -1
- package/es/appCenter/index.d.ts +2 -0
- package/es/appCenter/script/api.d.ts +11 -0
- package/es/appCenter/script/apps.d.ts +14 -0
- package/es/appCenter/script/permissionMap.d.ts +6 -0
- package/es/appCenter/script/routeMap.d.ts +4 -0
- package/es/appCenter/style/index.d.ts +1 -0
- package/es/baseFilter/component.d.ts +0 -0
- package/es/baseFilter/components/FilterGroup.d.ts +0 -0
- package/es/baseFilter/components/FilterGroup.js +18 -9
- package/es/baseFilter/components/filterItem.d.ts +0 -0
- package/es/baseFilter/index.d.ts +2 -0
- package/es/baseFilter/style/index.d.ts +1 -0
- package/es/baseFilter/useCalcWidth.d.ts +16 -0
- package/es/colorPalette/component.d.ts +0 -0
- package/es/colorPalette/components/colorPicker.d.ts +0 -0
- package/es/colorPalette/index.d.ts +2 -0
- package/es/colorPalette/style/index.d.ts +1 -0
- package/es/components.d.ts +5 -0
- package/es/config.d.ts +4 -0
- package/es/config.js +1 -1
- package/es/contentDetailList/__demo__/matrix/platform.d.ts +36 -0
- package/es/contentDetailList/component.d.ts +0 -0
- package/es/contentDetailList/component.js +6 -3
- package/es/contentDetailList/components/Content/CompoItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/ContentListItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocItem/index.js +46 -24
- package/es/contentDetailList/components/Content/DocMpItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/GroupPieceItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/KongoNavItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/LiveItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/MaccountItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/courseItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/funhdItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/index.d.ts +0 -0
- package/es/contentDetailList/components/CustomWrp/CustomItem.d.ts +0 -0
- package/es/contentDetailList/components/CustomWrp/index.d.ts +0 -0
- package/es/contentDetailList/components/Doc/index.d.ts +0 -0
- package/es/contentDetailList/components/Doc/index.js +5 -2
- package/es/contentDetailList/components/Records/MatrixItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Records/index.d.ts +0 -0
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.d.ts +0 -0
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +2 -2
- package/es/contentDetailList/components/ShowQRCode/index.d.ts +0 -0
- package/es/contentDetailList/index.d.ts +2 -0
- package/es/contentDetailList/script/api.d.ts +6 -0
- package/es/contentDetailList/style/DocItem.less +15 -0
- package/es/contentDetailList/style/index.css +13 -0
- package/es/contentDetailList/style/index.d.ts +1 -0
- package/es/contentModal/component.d.ts +0 -0
- package/es/contentModal/component.js +8 -8
- package/es/contentModal/components/CompoList/CompoFilter/index.d.ts +0 -0
- package/es/contentModal/components/CompoList/index.d.ts +0 -0
- package/es/contentModal/components/ContentList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/ContentList/index.d.ts +0 -0
- package/es/contentModal/components/Dejin/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/Dejin/index.d.ts +0 -0
- package/es/contentModal/components/EqxiuList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/EqxiuList/index.d.ts +0 -0
- package/es/contentModal/components/LiveList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/LiveList/index.d.ts +0 -0
- package/es/contentModal/components/MpAccountList/MpAccountFilter/index.d.ts +0 -0
- package/es/contentModal/components/MpAccountList/index.d.ts +0 -0
- package/es/contentModal/components/MpContentList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/MpContentList/index.d.ts +0 -0
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/ViewAllColumn/columnTree/index.d.ts +0 -0
- package/es/contentModal/components/ViewAllColumn/index.d.ts +0 -0
- package/es/contentModal/components/storeBox/index.d.ts +0 -0
- package/es/contentModal/components/storeBox/index.js +2 -2
- package/es/contentModal/index.d.ts +2 -0
- package/es/contentModal/script/api.d.ts +18 -0
- package/es/contentModal/style/index.d.ts +1 -0
- package/es/dataTags/component.d.ts +0 -0
- package/es/dataTags/component.js +5 -5
- package/es/dataTags/index.d.ts +2 -0
- package/es/dataTags/style/index.d.ts +1 -0
- package/es/docHistory/component.d.ts +0 -0
- package/es/docHistory/component.js +1 -1
- package/es/docHistory/components/DocDiffPanel/index.d.ts +0 -0
- package/es/docHistory/components/DocHistoryList/index.d.ts +0 -0
- package/es/docHistory/index.d.ts +2 -0
- package/es/docHistory/scripts/diff.d.ts +1 -0
- package/es/docHistory/scripts/useDocHistory.d.ts +10 -0
- package/es/docHistory/style/index.d.ts +1 -0
- package/es/docPreview/component.d.ts +0 -0
- package/es/docPreview/component.js +234 -60
- package/es/docPreview/components/PreviewIframe.d.ts +0 -0
- package/es/docPreview/components/PreviewIframe.js +35 -4
- package/es/docPreview/images/pc.js +2 -0
- package/es/docPreview/index.d.ts +2 -0
- package/es/docPreview/scripts/api.d.ts +2 -0
- package/es/docPreview/scripts/hook.d.ts +43 -0
- package/es/docPreview/scripts/hook.js +115 -4
- package/es/docPreview/style/index.css +48 -0
- package/es/docPreview/style/index.d.ts +1 -0
- package/es/docPreview/style/index.less +23 -0
- package/es/docPreview/style/previewIframe.less +31 -0
- package/es/editMetaInfo/component.d.ts +0 -0
- package/es/editMetaInfo/components/metaInfoForm.d.ts +0 -0
- package/es/editMetaInfo/components/metaInfoForm.js +2 -2
- package/es/editMetaInfo/index.d.ts +2 -0
- package/es/editMetaInfo/script/api.d.ts +6 -0
- package/es/editMetaInfo/script/restaurants.d.ts +4 -0
- package/es/editMetaInfo/style/index.d.ts +1 -0
- package/es/emptyData/component.d.ts +0 -0
- package/es/emptyData/index.d.ts +2 -0
- package/es/emptyData/style/index.d.ts +1 -0
- package/es/emptyData/svg/add.d.ts +0 -0
- package/es/hooks/assets.d.ts +1 -0
- package/es/hooks/batch.d.ts +8 -0
- package/es/hooks/dialogVisible.d.ts +8 -0
- package/es/hooks/source.d.ts +9 -0
- package/es/hooks/toggle.d.ts +6 -0
- package/es/hooks/useAttachement.d.ts +53 -0
- package/es/hooks/useLocalStorage.d.ts +10 -0
- package/es/hooks/useMediaContext.d.ts +12 -0
- package/es/hooks/usePopper.d.ts +8 -0
- package/es/hooks/useSelection.d.ts +30 -0
- package/es/hooks/useUpload.d.ts +78 -0
- package/es/hooks/user.d.ts +9 -0
- package/es/imageCrop/component.d.ts +0 -0
- package/es/imageCrop/component.js +2 -2
- package/es/imageCrop/index.d.ts +2 -0
- package/es/imageCrop/script/api.d.ts +1 -0
- package/es/imageCrop/style/index.d.ts +1 -0
- package/es/importData/component.d.ts +0 -0
- package/es/importData/component.js +4 -4
- package/es/importData/index.d.ts +2 -0
- package/es/importData/style/index.d.ts +1 -0
- package/es/index.css +61 -0
- package/es/index.d.ts +31 -0
- package/es/mediaFilter/component.d.ts +0 -0
- package/es/mediaFilter/components/DocFilter.d.ts +0 -0
- package/es/mediaFilter/components/DocFilter.js +1 -1
- package/es/mediaFilter/components/FilterGroup.d.ts +0 -0
- package/es/mediaFilter/components/FilterGroup.js +1 -1
- package/es/mediaFilter/components/FilterItem.d.ts +0 -0
- package/es/mediaFilter/components/MpAccountFilter.d.ts +0 -0
- package/es/mediaFilter/components/MpContentFilter.d.ts +0 -0
- package/es/mediaFilter/index.d.ts +3 -0
- package/es/mediaFilter/script/optionsGetter.d.ts +26 -0
- package/es/mediaFilter/script/types.d.ts +16 -0
- package/es/mediaFilter/style/index.d.ts +1 -0
- package/es/mediaView/component.d.ts +0 -0
- package/es/mediaView/index.d.ts +2 -0
- package/es/mediaView/style/index.d.ts +1 -0
- package/es/messageBox/component.d.ts +0 -0
- package/es/messageBox/component.js +1 -1
- package/es/messageBox/index.d.ts +2 -0
- package/es/messageBox/list.d.ts +0 -0
- package/es/messageBox/script/api.d.ts +6 -0
- package/es/messageBox/style/index.d.ts +1 -0
- package/es/previousVersion/component.d.ts +0 -0
- package/es/previousVersion/index.d.ts +2 -0
- package/es/previousVersion/script/api.d.ts +15 -0
- package/es/previousVersion/script/tool.d.ts +6 -0
- package/es/previousVersion/style/index.d.ts +1 -0
- package/es/resourceGridList/component.d.ts +0 -0
- package/es/resourceGridList/component.js +1 -1
- package/es/resourceGridList/components/FileTypeThumb/index.d.ts +0 -0
- package/es/resourceGridList/index.d.ts +2 -0
- package/es/resourceGridList/style/index.d.ts +1 -0
- package/es/resourceModal/component.d.ts +0 -0
- package/es/resourceModal/component.js +1 -1
- package/es/resourceModal/components/MediaPreviewer/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/MainContent/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +1 -1
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +1 -1
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +1 -1
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +1 -1
- package/es/resourceModal/components/MediaSelection/index.d.ts +0 -0
- package/es/resourceModal/index.d.ts +2 -0
- package/es/resourceModal/script/api.d.ts +25 -0
- package/es/resourceModal/script/mediaSelection.d.ts +14 -0
- package/es/resourceModal/style/index.d.ts +1 -0
- package/es/selectAddTo/component.d.ts +0 -0
- package/es/selectAddTo/components/SelectAddToView.d.ts +0 -0
- package/es/selectAddTo/components/SelectAddToView.js +2 -2
- package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
- package/es/selectAddTo/components/ViewAllColumn/index.d.ts +0 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.d.ts +6 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.d.ts +144 -0
- package/es/selectAddTo/components/ViewAllColumn/types/index.d.ts +55 -0
- package/es/selectAddTo/index.d.ts +2 -0
- package/es/selectAddTo/script/api.d.ts +18 -0
- package/es/selectAddTo/script/index.d.ts +2 -0
- package/es/selectAddTo/script/useSelectAddToState.d.ts +13 -0
- package/es/selectAddTo/style/index.d.ts +1 -0
- package/es/selectAddTo/types/index.d.ts +37 -0
- package/es/selectAvatarList/component.d.ts +0 -0
- package/es/selectAvatarList/index.d.ts +2 -0
- package/es/selectAvatarList/style/index.d.ts +1 -0
- package/es/selectGategory/component.d.ts +0 -0
- package/es/selectGategory/component.js +1 -1
- package/es/selectGategory/components/ColumnSelection/index.d.ts +0 -0
- package/es/selectGategory/index.d.ts +2 -0
- package/es/selectGategory/script/api.d.ts +6 -0
- package/es/selectGategory/style/index.d.ts +1 -0
- package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +261 -0
- package/es/selectResourceModal/__demo__/module/basic.d.ts +292 -0
- package/es/selectResourceModal/component.d.ts +0 -0
- package/es/selectResourceModal/component.js +7 -15
- package/es/selectResourceModal/components/List/ListAi/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListCardWrapper.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListLocal/Upload.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
- package/es/selectResourceModal/components/List/ListLocal/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListNormal/Filter.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListNormal/Filter.js +5 -5
- package/es/selectResourceModal/components/List/ListNormal/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/Filter.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/Filter.js +1 -1
- package/es/selectResourceModal/components/List/ListSystem/SubList.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/SubList.js +1 -1
- package/es/selectResourceModal/components/List/ListSystem/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListVideo/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListWraper.d.ts +0 -0
- package/es/selectResourceModal/components/ListSelected/index.d.ts +0 -0
- package/es/selectResourceModal/components/ListTabs/index.d.ts +0 -0
- package/es/selectResourceModal/hooks/useResponsiveFilter.d.ts +21 -0
- package/es/selectResourceModal/index.d.ts +2 -0
- package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -0
- package/es/selectResourceModal/scripts/useCompoLf.d.ts +27 -0
- package/es/selectResourceModal/scripts/useResourceSelect.d.ts +7 -0
- package/es/selectResourceModal/scripts/useTabFilter.d.ts +22 -0
- package/es/selectResourceModal/scripts/useTabFilter.js +1 -11
- package/es/selectResourceModal/style/index.d.ts +1 -0
- package/es/selectThumb/component.d.ts +0 -0
- package/es/selectThumb/components/card.d.ts +0 -0
- package/es/selectThumb/components/colorPalette.d.ts +0 -0
- package/es/selectThumb/components/colorPicker.d.ts +0 -0
- package/es/selectThumb/index.d.ts +2 -0
- package/es/selectThumb/style/index.d.ts +1 -0
- package/es/thumbCard/component.d.ts +0 -0
- package/es/thumbCard/components/ThumbUploading/index.d.ts +0 -0
- package/es/thumbCard/index.d.ts +2 -0
- package/es/thumbCard/style/index.d.ts +1 -0
- package/es/typeIcons/component.d.ts +0 -0
- package/es/typeIcons/index.d.ts +2 -0
- package/es/typeIcons/style/index.d.ts +1 -0
- package/es/uploadBefore/component.d.ts +0 -0
- package/es/uploadBefore/components/UploadBefore.d.ts +0 -0
- package/es/uploadBefore/components/UploadBefore.js +1 -1
- package/es/uploadBefore/components/UploadForClick.d.ts +0 -0
- package/es/uploadBefore/index.d.ts +2 -0
- package/es/uploadBefore/script/api.d.ts +16 -0
- package/es/uploadBefore/script/fileTypeAdapter.d.ts +39 -0
- package/es/uploadBefore/script/fileUpload.d.ts +7 -0
- package/es/uploadBefore/script/uploadHooks.d.ts +96 -0
- package/es/uploadBefore/style/index.d.ts +1 -0
- package/es/uploadBefore/utils/dragUploadEvent.d.ts +0 -0
- package/es/uploadStep/component.d.ts +0 -0
- package/es/uploadStep/index.d.ts +2 -0
- package/es/uploadStep/script/fileTypeAdapter.d.ts +20 -0
- package/es/uploadStep/style/index.d.ts +1 -0
- package/es/userAvater/component.d.ts +0 -0
- package/es/userAvater/component.js +1 -1
- package/es/userAvater/index.d.ts +2 -0
- package/es/userAvater/script/api.d.ts +8 -0
- package/es/userAvater/style/index.d.ts +1 -0
- package/es/userDirector/component.d.ts +0 -0
- package/es/userDirector/component.js +1 -1
- package/es/userDirector/components/userTree.d.ts +0 -0
- package/es/userDirector/index.d.ts +2 -0
- package/es/userDirector/script/api.d.ts +10 -0
- package/es/userDirector/style/index.d.ts +1 -0
- package/es/utils/auth.d.ts +5 -0
- package/es/utils/date.d.ts +3 -0
- package/es/utils/doc.d.ts +76 -0
- package/es/utils/filter.d.ts +21 -0
- package/es/utils/index.d.ts +17 -0
- package/es/utils/request.d.ts +9 -0
- package/es/utils/resource.d.ts +4 -0
- package/es/utils/transcodeMedia.d.ts +13 -0
- package/es/utils/tusUpload.d.ts +16 -0
- package/es/utils/typeMap.d.ts +185 -0
- package/es/utils/uploadCatalog.d.ts +1 -0
- package/es/videoThumb/component.d.ts +0 -0
- package/es/videoThumb/index.d.ts +2 -0
- package/es/videoThumb/scripts/api.d.ts +9 -0
- package/es/videoThumb/scripts/useVideoThumbs.d.ts +12 -0
- package/es/videoThumb/style/index.d.ts +1 -0
- package/lib/appCenter/component.js +0 -1
- package/lib/baseFilter/components/FilterGroup.js +17 -8
- package/lib/config.js +1 -1
- package/lib/contentDetailList/component.js +6 -3
- package/lib/contentDetailList/components/Content/DocItem/index.js +46 -24
- package/lib/contentDetailList/components/Doc/index.js +5 -2
- package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +2 -2
- package/lib/contentDetailList/style/DocItem.less +15 -0
- package/lib/contentDetailList/style/index.css +13 -0
- package/lib/contentModal/component.js +8 -8
- package/lib/contentModal/components/storeBox/index.js +2 -2
- package/lib/dataTags/component.js +5 -5
- package/lib/docHistory/component.js +1 -1
- package/lib/docPreview/component.js +233 -59
- package/lib/docPreview/components/PreviewIframe.js +35 -4
- package/lib/docPreview/images/pc.js +3 -0
- package/lib/docPreview/scripts/hook.js +115 -3
- package/lib/docPreview/style/index.css +48 -0
- package/lib/docPreview/style/index.less +23 -0
- package/lib/docPreview/style/previewIframe.less +31 -0
- package/lib/editMetaInfo/components/metaInfoForm.js +2 -2
- package/lib/imageCrop/component.js +2 -2
- package/lib/importData/component.js +4 -4
- package/lib/index.css +61 -0
- package/lib/mediaFilter/components/DocFilter.js +1 -1
- package/lib/mediaFilter/components/FilterGroup.js +1 -1
- package/lib/messageBox/component.js +1 -1
- package/lib/resourceGridList/component.js +1 -1
- package/lib/resourceModal/component.js +1 -1
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +1 -1
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +1 -1
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +1 -1
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +1 -1
- package/lib/selectAddTo/components/SelectAddToView.js +2 -2
- package/lib/selectGategory/component.js +1 -1
- package/lib/selectResourceModal/component.js +6 -14
- package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
- package/lib/selectResourceModal/components/List/ListNormal/Filter.js +5 -5
- package/lib/selectResourceModal/components/List/ListSystem/Filter.js +1 -1
- package/lib/selectResourceModal/components/List/ListSystem/SubList.js +1 -1
- package/lib/selectResourceModal/scripts/useTabFilter.js +1 -13
- package/lib/uploadBefore/components/UploadBefore.js +1 -1
- package/lib/userAvater/component.js +1 -1
- package/lib/userDirector/component.js +1 -1
- package/package.json +1 -1
|
File without changes
|
|
File without changes
|
|
@@ -175,7 +175,7 @@ const _sfc_main = defineComponent({
|
|
|
175
175
|
createVNode(unref(IconRefresh))
|
|
176
176
|
]),
|
|
177
177
|
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
178
|
-
createTextVNode("\u91CD\u7F6E\u7B5B\u9009")
|
|
178
|
+
createTextVNode("\u91CD\u7F6E\u7B5B\u9009", -1)
|
|
179
179
|
])),
|
|
180
180
|
_: 1
|
|
181
181
|
}, 512), [
|
|
File without changes
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
interface Params {
|
|
2
|
+
[key: string]: any;
|
|
3
|
+
}
|
|
4
|
+
export declare function getAttachmentsAll(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
5
|
+
export declare function getAttachmentsMy(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
6
|
+
export declare function getDirectories(BASE_API: string, query?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
7
|
+
export declare function getAccountList(BASE_API: string, id: number, query: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
8
|
+
/** @description 系统内置素材部分接口 --- */
|
|
9
|
+
/**
|
|
10
|
+
* ps:
|
|
11
|
+
* 1. 内置素材分类 type:
|
|
12
|
+
* thumb:稿件素材
|
|
13
|
+
* compoIcon:组件 icon
|
|
14
|
+
* pushIcon:品宣 icon
|
|
15
|
+
* navBg:导航背景
|
|
16
|
+
* navIcon:导航 icon
|
|
17
|
+
*/
|
|
18
|
+
export declare function addSysRs(BASE_API: string, data: any, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
19
|
+
export declare function setSysRsClassifyName(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
20
|
+
export declare function getSysRsClassifyList(BASE_API: string, sys_tag: number): Promise<import("axios").AxiosResponse<any, any>>;
|
|
21
|
+
export declare function addSysRsClassify(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
22
|
+
export declare function delSySRsClassify(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
23
|
+
export declare function getSysRsByTag(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
24
|
+
export declare function getSysRsPage(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
25
|
+
export {};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare type BreadCrumbsType = {
|
|
2
|
+
directory_id: number;
|
|
3
|
+
alias: string;
|
|
4
|
+
};
|
|
5
|
+
export declare type FilesQueryParamType = {
|
|
6
|
+
directory_id: number;
|
|
7
|
+
limit: number;
|
|
8
|
+
offset: number;
|
|
9
|
+
catalog: string;
|
|
10
|
+
};
|
|
11
|
+
export declare type MediaUseType = 0 | 1 | 2 | 3 | 4 | 5 | 6;
|
|
12
|
+
export declare const mediaUseEnum: {
|
|
13
|
+
[key: string]: MediaUseType;
|
|
14
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
File without changes
|
|
File without changes
|
|
@@ -49,7 +49,7 @@ const _sfc_main = defineComponent({
|
|
|
49
49
|
onOk: _cache[3] || (_cache[3] = () => emit("ok"))
|
|
50
50
|
}, {
|
|
51
51
|
title: withCtx(() => _cache[4] || (_cache[4] = [
|
|
52
|
-
createTextVNode("\u9009\u62E9\u6DFB\u52A0")
|
|
52
|
+
createTextVNode("\u9009\u62E9\u6DFB\u52A0", -1)
|
|
53
53
|
])),
|
|
54
54
|
default: withCtx(() => [
|
|
55
55
|
_ctx.rid ? (openBlock(), createBlock(ViewAllColumn, {
|
|
@@ -73,7 +73,7 @@ const _sfc_main = defineComponent({
|
|
|
73
73
|
onClick: handleComfirm
|
|
74
74
|
}, {
|
|
75
75
|
default: withCtx(() => _cache[5] || (_cache[5] = [
|
|
76
|
-
createTextVNode(" \u6DFB\u52A0 ")
|
|
76
|
+
createTextVNode(" \u6DFB\u52A0 ", -1)
|
|
77
77
|
])),
|
|
78
78
|
_: 1,
|
|
79
79
|
__: [5]
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
import type { ComponentProps, FilterType, MediaFileType, PageType } from '../types';
|
|
2
|
+
export declare const useViewAllColumnState: (props: ComponentProps, emit: any) => {
|
|
3
|
+
selectedData: import("vue").Ref<{
|
|
4
|
+
id: import("../types").IdType;
|
|
5
|
+
title?: string | undefined;
|
|
6
|
+
alias?: string | undefined;
|
|
7
|
+
name?: string | undefined;
|
|
8
|
+
series: string;
|
|
9
|
+
duty_editor?: string | undefined;
|
|
10
|
+
position?: string | undefined;
|
|
11
|
+
city_alias?: string | undefined;
|
|
12
|
+
pub_time?: string | undefined;
|
|
13
|
+
created_at?: string | undefined;
|
|
14
|
+
updated_at?: string | undefined;
|
|
15
|
+
author_alias?: string | undefined;
|
|
16
|
+
cover?: {
|
|
17
|
+
banner?: boolean | undefined;
|
|
18
|
+
} | undefined;
|
|
19
|
+
catalog: string;
|
|
20
|
+
target_id: import("../types").IdType;
|
|
21
|
+
target_type: number;
|
|
22
|
+
key: import("../types").IdType;
|
|
23
|
+
isLeaf: boolean;
|
|
24
|
+
special_id?: import("../types").IdType | undefined;
|
|
25
|
+
parentName?: string | undefined;
|
|
26
|
+
parentId?: import("../types").IdType | undefined;
|
|
27
|
+
}[], MediaFileType[] | {
|
|
28
|
+
id: import("../types").IdType;
|
|
29
|
+
title?: string | undefined;
|
|
30
|
+
alias?: string | undefined;
|
|
31
|
+
name?: string | undefined;
|
|
32
|
+
series: string;
|
|
33
|
+
duty_editor?: string | undefined;
|
|
34
|
+
position?: string | undefined;
|
|
35
|
+
city_alias?: string | undefined;
|
|
36
|
+
pub_time?: string | undefined;
|
|
37
|
+
created_at?: string | undefined;
|
|
38
|
+
updated_at?: string | undefined;
|
|
39
|
+
author_alias?: string | undefined;
|
|
40
|
+
cover?: {
|
|
41
|
+
banner?: boolean | undefined;
|
|
42
|
+
} | undefined;
|
|
43
|
+
catalog: string;
|
|
44
|
+
target_id: import("../types").IdType;
|
|
45
|
+
target_type: number;
|
|
46
|
+
key: import("../types").IdType;
|
|
47
|
+
isLeaf: boolean;
|
|
48
|
+
special_id?: import("../types").IdType | undefined;
|
|
49
|
+
parentName?: string | undefined;
|
|
50
|
+
parentId?: import("../types").IdType | undefined;
|
|
51
|
+
}[]>;
|
|
52
|
+
mediaFileData: import("vue").Ref<{
|
|
53
|
+
id: import("../types").IdType;
|
|
54
|
+
title?: string | undefined;
|
|
55
|
+
alias?: string | undefined;
|
|
56
|
+
name?: string | undefined;
|
|
57
|
+
series: string;
|
|
58
|
+
duty_editor?: string | undefined;
|
|
59
|
+
position?: string | undefined;
|
|
60
|
+
city_alias?: string | undefined;
|
|
61
|
+
pub_time?: string | undefined;
|
|
62
|
+
created_at?: string | undefined;
|
|
63
|
+
updated_at?: string | undefined;
|
|
64
|
+
author_alias?: string | undefined;
|
|
65
|
+
cover?: {
|
|
66
|
+
banner?: boolean | undefined;
|
|
67
|
+
} | undefined;
|
|
68
|
+
catalog: string;
|
|
69
|
+
target_id: import("../types").IdType;
|
|
70
|
+
target_type: number;
|
|
71
|
+
key: import("../types").IdType;
|
|
72
|
+
isLeaf: boolean;
|
|
73
|
+
special_id?: import("../types").IdType | undefined;
|
|
74
|
+
parentName?: string | undefined;
|
|
75
|
+
parentId?: import("../types").IdType | undefined;
|
|
76
|
+
}[], MediaFileType[] | {
|
|
77
|
+
id: import("../types").IdType;
|
|
78
|
+
title?: string | undefined;
|
|
79
|
+
alias?: string | undefined;
|
|
80
|
+
name?: string | undefined;
|
|
81
|
+
series: string;
|
|
82
|
+
duty_editor?: string | undefined;
|
|
83
|
+
position?: string | undefined;
|
|
84
|
+
city_alias?: string | undefined;
|
|
85
|
+
pub_time?: string | undefined;
|
|
86
|
+
created_at?: string | undefined;
|
|
87
|
+
updated_at?: string | undefined;
|
|
88
|
+
author_alias?: string | undefined;
|
|
89
|
+
cover?: {
|
|
90
|
+
banner?: boolean | undefined;
|
|
91
|
+
} | undefined;
|
|
92
|
+
catalog: string;
|
|
93
|
+
target_id: import("../types").IdType;
|
|
94
|
+
target_type: number;
|
|
95
|
+
key: import("../types").IdType;
|
|
96
|
+
isLeaf: boolean;
|
|
97
|
+
special_id?: import("../types").IdType | undefined;
|
|
98
|
+
parentName?: string | undefined;
|
|
99
|
+
parentId?: import("../types").IdType | undefined;
|
|
100
|
+
}[]>;
|
|
101
|
+
filter: import("vue").Ref<{
|
|
102
|
+
keywords?: string | undefined;
|
|
103
|
+
precise_kw?: string | undefined;
|
|
104
|
+
type?: string | undefined;
|
|
105
|
+
state?: string | undefined;
|
|
106
|
+
cover_type?: string | undefined;
|
|
107
|
+
banner?: string | undefined;
|
|
108
|
+
publish_date?: [number, number] | undefined;
|
|
109
|
+
order?: string | undefined;
|
|
110
|
+
sort?: number | undefined;
|
|
111
|
+
where?: string[] | undefined;
|
|
112
|
+
} | null, FilterType | {
|
|
113
|
+
keywords?: string | undefined;
|
|
114
|
+
precise_kw?: string | undefined;
|
|
115
|
+
type?: string | undefined;
|
|
116
|
+
state?: string | undefined;
|
|
117
|
+
cover_type?: string | undefined;
|
|
118
|
+
banner?: string | undefined;
|
|
119
|
+
publish_date?: [number, number] | undefined;
|
|
120
|
+
order?: string | undefined;
|
|
121
|
+
sort?: number | undefined;
|
|
122
|
+
where?: string[] | undefined;
|
|
123
|
+
} | null>;
|
|
124
|
+
dataLoading: import("vue").Ref<boolean, boolean>;
|
|
125
|
+
group_id: import("vue").Ref<string | number, string | number>;
|
|
126
|
+
page: import("vue").Ref<{
|
|
127
|
+
index: number;
|
|
128
|
+
size: number;
|
|
129
|
+
total: number;
|
|
130
|
+
}, PageType | {
|
|
131
|
+
index: number;
|
|
132
|
+
size: number;
|
|
133
|
+
total: number;
|
|
134
|
+
}>;
|
|
135
|
+
isItemChecked: import("vue").ComputedRef<(selectedData: any, item: any) => any>;
|
|
136
|
+
tableCellMouseEnter: (record: any) => void;
|
|
137
|
+
tableCellMouseLeave: (record: any) => void;
|
|
138
|
+
selectTableCell: (record: MediaFileType) => void;
|
|
139
|
+
selectTableAll: (checked: boolean) => void;
|
|
140
|
+
search: (_filter: FilterType) => void;
|
|
141
|
+
pageChangeHandle: (index: number) => void;
|
|
142
|
+
loadData: () => Promise<void>;
|
|
143
|
+
loadMore: (record: MediaFileType, done: (data: MediaFileType[]) => void) => Promise<void>;
|
|
144
|
+
};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
export declare type IdType = string | number;
|
|
2
|
+
export declare type CascaderDataType = {
|
|
3
|
+
id: IdType;
|
|
4
|
+
alias: string;
|
|
5
|
+
children: CascaderDataType[];
|
|
6
|
+
leaf?: boolean;
|
|
7
|
+
}[];
|
|
8
|
+
export declare type ComponentProps = {
|
|
9
|
+
defaultSelectedData: any[];
|
|
10
|
+
userInfo?: any;
|
|
11
|
+
typeKey: string;
|
|
12
|
+
rid: string | number;
|
|
13
|
+
};
|
|
14
|
+
export declare type FilterType = {
|
|
15
|
+
keywords?: string;
|
|
16
|
+
precise_kw?: string;
|
|
17
|
+
type?: string;
|
|
18
|
+
state?: string;
|
|
19
|
+
cover_type?: string;
|
|
20
|
+
banner?: string;
|
|
21
|
+
publish_date?: [number, number];
|
|
22
|
+
order?: string;
|
|
23
|
+
sort?: number;
|
|
24
|
+
where?: string[];
|
|
25
|
+
};
|
|
26
|
+
export declare type PageType = {
|
|
27
|
+
index: number;
|
|
28
|
+
size: number;
|
|
29
|
+
total: number;
|
|
30
|
+
};
|
|
31
|
+
export declare type MediaFileType = {
|
|
32
|
+
id: IdType;
|
|
33
|
+
title?: string;
|
|
34
|
+
alias?: string;
|
|
35
|
+
name?: string;
|
|
36
|
+
series: string;
|
|
37
|
+
duty_editor?: string;
|
|
38
|
+
position?: string;
|
|
39
|
+
city_alias?: string;
|
|
40
|
+
pub_time?: string;
|
|
41
|
+
created_at?: string;
|
|
42
|
+
updated_at?: string;
|
|
43
|
+
author_alias?: string;
|
|
44
|
+
cover?: {
|
|
45
|
+
banner?: boolean;
|
|
46
|
+
};
|
|
47
|
+
catalog: string;
|
|
48
|
+
target_id: IdType;
|
|
49
|
+
target_type: number;
|
|
50
|
+
key: IdType;
|
|
51
|
+
isLeaf: boolean;
|
|
52
|
+
special_id?: IdType;
|
|
53
|
+
parentName?: string;
|
|
54
|
+
parentId?: IdType;
|
|
55
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
interface Params {
|
|
2
|
+
[key: string]: any;
|
|
3
|
+
}
|
|
4
|
+
export declare function getCategoryCategoriesTree(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
5
|
+
export declare function getCategoryPath(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
6
|
+
export declare function getCategoryMediaNew(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
7
|
+
export declare function checkCommitFulfillment(BASE_API: string, params?: Params): Promise<boolean>;
|
|
8
|
+
export declare function searchMlists(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
9
|
+
export declare function getCategorylistsGroups(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
10
|
+
export declare function searchMpaccount(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
11
|
+
export declare function getBroadcastList(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
12
|
+
export declare function getEqxiuList(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
13
|
+
export declare function getMpContentList(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
14
|
+
export declare function getRevealContent(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
15
|
+
export declare function getPoliticals(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
16
|
+
export declare function getMlists(BASE_API: string, params: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
17
|
+
export declare function getConfigurationNew(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
18
|
+
export {};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { ComponentProps } from '../types';
|
|
2
|
+
export declare const useSelectAddToState: (props: ComponentProps, emit: any) => {
|
|
3
|
+
visible: import("vue").WritableComputedRef<boolean, unknown>;
|
|
4
|
+
title: import("vue").ComputedRef<string>;
|
|
5
|
+
selectedData: import("vue").Ref<any[], any[]>;
|
|
6
|
+
hasSelected: import("vue").ComputedRef<boolean>;
|
|
7
|
+
onSelectedDataChange: (data: any[]) => void;
|
|
8
|
+
onOk: () => void;
|
|
9
|
+
onCancel: () => void;
|
|
10
|
+
onComfirm: () => void;
|
|
11
|
+
onClose: () => void;
|
|
12
|
+
onTabChange: () => void;
|
|
13
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export declare type TypeData = {
|
|
2
|
+
addDoc?: boolean;
|
|
3
|
+
docSeries?: string;
|
|
4
|
+
docBanner?: string;
|
|
5
|
+
addCompo?: boolean;
|
|
6
|
+
compoType?: string;
|
|
7
|
+
addContentList?: boolean;
|
|
8
|
+
contentListType?: string;
|
|
9
|
+
addILive?: boolean;
|
|
10
|
+
iliveType?: string;
|
|
11
|
+
addMpAccount?: boolean;
|
|
12
|
+
MpAccountType?: string;
|
|
13
|
+
addMpContent?: boolean;
|
|
14
|
+
mpContentType?: string;
|
|
15
|
+
addFunhd?: boolean;
|
|
16
|
+
funhdType?: string;
|
|
17
|
+
addCourse?: boolean;
|
|
18
|
+
addDejin?: boolean;
|
|
19
|
+
};
|
|
20
|
+
export interface ComponentProps {
|
|
21
|
+
visible: boolean;
|
|
22
|
+
rid?: string;
|
|
23
|
+
maxSelect?: number;
|
|
24
|
+
userStore?: any;
|
|
25
|
+
BASE_API?: string;
|
|
26
|
+
typeKey?: string;
|
|
27
|
+
}
|
|
28
|
+
export declare type ConfigData = {
|
|
29
|
+
[key: string]: {
|
|
30
|
+
enable: boolean;
|
|
31
|
+
[key: string]: any;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
export declare type UserInfo = {
|
|
35
|
+
BASE_API: string;
|
|
36
|
+
[key: string]: any;
|
|
37
|
+
};
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
File without changes
|
|
@@ -57,7 +57,7 @@ const _sfc_main = defineComponent({
|
|
|
57
57
|
onCancel: handleCancel
|
|
58
58
|
}, {
|
|
59
59
|
title: withCtx(() => _cache[2] || (_cache[2] = [
|
|
60
|
-
createTextVNode("\u53D1\u5E03\u81F3")
|
|
60
|
+
createTextVNode("\u53D1\u5E03\u81F3", -1)
|
|
61
61
|
])),
|
|
62
62
|
default: withCtx(() => [
|
|
63
63
|
createElementVNode("div", _hoisted_1, [
|
|
File without changes
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
interface Params {
|
|
2
|
+
[key: string]: any;
|
|
3
|
+
}
|
|
4
|
+
export declare function getCategoryPath(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
5
|
+
export declare function getCategoryCategoriesTree(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
6
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|