@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
|
@@ -222,7 +222,7 @@ const _sfc_main = defineComponent({
|
|
|
222
222
|
}, {
|
|
223
223
|
default: withCtx(() => [
|
|
224
224
|
createElementVNode("span", _hoisted_4, [
|
|
225
|
-
_cache[11] || (_cache[11] = createTextVNode(" \u66F4\u591A ")),
|
|
225
|
+
_cache[11] || (_cache[11] = createTextVNode(" \u66F4\u591A ", -1)),
|
|
226
226
|
createVNode(unref(IconCaretDown))
|
|
227
227
|
])
|
|
228
228
|
]),
|
|
@@ -256,14 +256,14 @@ const _sfc_main = defineComponent({
|
|
|
256
256
|
content: withCtx(() => [
|
|
257
257
|
createVNode(unref(Doption), { value: 0 }, {
|
|
258
258
|
default: withCtx(() => _cache[12] || (_cache[12] = [
|
|
259
|
-
createTextVNode("\u7CBE\u51C6\u641C")
|
|
259
|
+
createTextVNode("\u7CBE\u51C6\u641C", -1)
|
|
260
260
|
])),
|
|
261
261
|
_: 1,
|
|
262
262
|
__: [12]
|
|
263
263
|
}),
|
|
264
264
|
createVNode(unref(Doption), { value: 1 }, {
|
|
265
265
|
default: withCtx(() => _cache[13] || (_cache[13] = [
|
|
266
|
-
createTextVNode("\u6A21\u7CCA\u641C")
|
|
266
|
+
createTextVNode("\u6A21\u7CCA\u641C", -1)
|
|
267
267
|
])),
|
|
268
268
|
_: 1,
|
|
269
269
|
__: [13]
|
|
@@ -403,7 +403,7 @@ const _sfc_main = defineComponent({
|
|
|
403
403
|
onClick: handleReset
|
|
404
404
|
}, {
|
|
405
405
|
default: withCtx(() => _cache[14] || (_cache[14] = [
|
|
406
|
-
createTextVNode(" \u91CD\u7F6E ")
|
|
406
|
+
createTextVNode(" \u91CD\u7F6E ", -1)
|
|
407
407
|
])),
|
|
408
408
|
_: 1,
|
|
409
409
|
__: [14]
|
|
@@ -429,7 +429,7 @@ const _sfc_main = defineComponent({
|
|
|
429
429
|
createVNode(unref(IconUpload))
|
|
430
430
|
]),
|
|
431
431
|
default: withCtx(() => [
|
|
432
|
-
_cache[15] || (_cache[15] = createTextVNode(" \u4E0A\u4F20 "))
|
|
432
|
+
_cache[15] || (_cache[15] = createTextVNode(" \u4E0A\u4F20 ", -1))
|
|
433
433
|
]),
|
|
434
434
|
_: 1,
|
|
435
435
|
__: [15]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -56,7 +56,7 @@ const _sfc_main = defineComponent({
|
|
|
56
56
|
onClick: loadMore
|
|
57
57
|
}, _cache[0] || (_cache[0] = [
|
|
58
58
|
createElementVNode("img", { src: _imports_0 }, null, -1),
|
|
59
|
-
createTextVNode(" \u70B9\u51FB\u52A0\u8F7D\u66F4\u591A ")
|
|
59
|
+
createTextVNode(" \u70B9\u51FB\u52A0\u8F7D\u66F4\u591A ", -1)
|
|
60
60
|
]))) : createCommentVNode("v-if", true)
|
|
61
61
|
])
|
|
62
62
|
], 2112);
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { Ref } from 'vue';
|
|
2
|
+
declare type HideElementType = {
|
|
3
|
+
width: number;
|
|
4
|
+
el: HTMLDivElement;
|
|
5
|
+
};
|
|
6
|
+
export declare function useResponsiveFilter(filterItemsRef: Ref<HTMLElement | undefined>): {
|
|
7
|
+
moreBtnRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
8
|
+
popperPanelRef: Ref<HTMLElement | undefined, HTMLElement | undefined>;
|
|
9
|
+
hiddenElementList: Ref<{
|
|
10
|
+
width: number;
|
|
11
|
+
el: HTMLDivElement;
|
|
12
|
+
}[], HideElementType[] | {
|
|
13
|
+
width: number;
|
|
14
|
+
el: HTMLDivElement;
|
|
15
|
+
}[]>;
|
|
16
|
+
visible: Ref<boolean, boolean>;
|
|
17
|
+
show: () => void;
|
|
18
|
+
hide: () => void;
|
|
19
|
+
refreshLayout: () => Promise<void>;
|
|
20
|
+
};
|
|
21
|
+
export {};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare type LifeCycleHandler = {
|
|
2
|
+
onClose: () => void;
|
|
3
|
+
};
|
|
4
|
+
export default function useCompoentLifycycle(props: any, emits: any, handler?: LifeCycleHandler): {
|
|
5
|
+
wrapProps: import("vue").ComputedRef<{
|
|
6
|
+
class: string;
|
|
7
|
+
header: boolean;
|
|
8
|
+
width: string;
|
|
9
|
+
footer: boolean;
|
|
10
|
+
unmountOnClose: boolean;
|
|
11
|
+
bodyClass?: undefined;
|
|
12
|
+
closable?: undefined;
|
|
13
|
+
hideTitle?: undefined;
|
|
14
|
+
} | {
|
|
15
|
+
bodyClass: string;
|
|
16
|
+
width: string;
|
|
17
|
+
closable: boolean;
|
|
18
|
+
hideTitle: boolean;
|
|
19
|
+
footer: boolean;
|
|
20
|
+
unmountOnClose: boolean;
|
|
21
|
+
class?: undefined;
|
|
22
|
+
header?: undefined;
|
|
23
|
+
}>;
|
|
24
|
+
close: () => void;
|
|
25
|
+
submit: (data: any, ...args: any) => void;
|
|
26
|
+
};
|
|
27
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare function useResourceSelect(props: any): {
|
|
2
|
+
selected: import("vue").Ref<any[], any[]>;
|
|
3
|
+
selectedKeys: import("vue").ComputedRef<any[]>;
|
|
4
|
+
disableSelect: import("vue").ComputedRef<any>;
|
|
5
|
+
handleSelect: (params: any) => void;
|
|
6
|
+
handleClear: () => void;
|
|
7
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export declare enum TabEnum {
|
|
2
|
+
ALL = "all",
|
|
3
|
+
MY = "my",
|
|
4
|
+
REMIND = "remind",
|
|
5
|
+
LOCAL = "local",
|
|
6
|
+
SYSTEM = "system",
|
|
7
|
+
AI = "ai",
|
|
8
|
+
VIDEO = "video"
|
|
9
|
+
}
|
|
10
|
+
declare const TAB_DICT: any;
|
|
11
|
+
export declare type TabListType = {
|
|
12
|
+
key: string;
|
|
13
|
+
title: string;
|
|
14
|
+
};
|
|
15
|
+
export declare type TabKeyType = keyof typeof TAB_DICT;
|
|
16
|
+
export default function useTabFilter(props: any): {
|
|
17
|
+
activeKey: import("vue").Ref<string | number | symbol, string | number | symbol>;
|
|
18
|
+
activeComponent: import("vue").ComputedRef<any>;
|
|
19
|
+
tabKeyList: import("vue").ComputedRef<TabListType[]>;
|
|
20
|
+
handelChangeTab: (tabKey: TabEnum) => void;
|
|
21
|
+
};
|
|
22
|
+
export {};
|
|
@@ -4,16 +4,6 @@ import _sfc_main from "../components/List/ListNormal/index.js";
|
|
|
4
4
|
import _sfc_main$2 from "../components/List/ListSystem/index.js";
|
|
5
5
|
import _sfc_main$1 from "../components/List/ListLocal/index.js";
|
|
6
6
|
import _sfc_main$3 from "../components/List/ListAi/index.js";
|
|
7
|
-
var TabEnum = /* @__PURE__ */ ((TabEnum2) => {
|
|
8
|
-
TabEnum2["ALL"] = "all";
|
|
9
|
-
TabEnum2["MY"] = "my";
|
|
10
|
-
TabEnum2["REMIND"] = "remind";
|
|
11
|
-
TabEnum2["LOCAL"] = "local";
|
|
12
|
-
TabEnum2["SYSTEM"] = "system";
|
|
13
|
-
TabEnum2["AI"] = "ai";
|
|
14
|
-
TabEnum2["VIDEO"] = "video";
|
|
15
|
-
return TabEnum2;
|
|
16
|
-
})(TabEnum || {});
|
|
17
7
|
const DEFAULT_TABS = ["all", "my", "remind", "local"];
|
|
18
8
|
const TAB_DICT = {
|
|
19
9
|
["all"]: { title: "\u5168\u90E8\u7D20\u6750", component: _sfc_main },
|
|
@@ -53,4 +43,4 @@ function useTabFilter(props) {
|
|
|
53
43
|
handelChangeTab
|
|
54
44
|
};
|
|
55
45
|
}
|
|
56
|
-
export {
|
|
46
|
+
export { useTabFilter as default };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
File without changes
|
|
File without changes
|
|
@@ -122,7 +122,7 @@ const _sfc_main = defineComponent({
|
|
|
122
122
|
onCancel: handleClose
|
|
123
123
|
}, {
|
|
124
124
|
title: withCtx(() => _cache[1] || (_cache[1] = [
|
|
125
|
-
createTextVNode("\u4E0A\u4F20\u914D\u7F6E")
|
|
125
|
+
createTextVNode("\u4E0A\u4F20\u914D\u7F6E", -1)
|
|
126
126
|
])),
|
|
127
127
|
default: withCtx(() => [
|
|
128
128
|
createElementVNode("div", _hoisted_1, [
|
|
File without changes
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare function getWaterMark(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
|
|
2
|
+
export declare function getVideoTransTemplate(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
|
|
3
|
+
export declare function getAudioTransTrempalte(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
|
|
4
|
+
export declare type TypeAddMediaParam = {
|
|
5
|
+
url: string;
|
|
6
|
+
alias: string;
|
|
7
|
+
catalog: string;
|
|
8
|
+
repository_id: number;
|
|
9
|
+
directory_id: number;
|
|
10
|
+
size: number;
|
|
11
|
+
enable_ai_catalog?: 0 | 1;
|
|
12
|
+
watermark?: any;
|
|
13
|
+
video_transcode_template?: any;
|
|
14
|
+
audio_transcode_template?: any;
|
|
15
|
+
};
|
|
16
|
+
export declare function addMedia(BASE_API: string, params: TypeAddMediaParam): Promise<import("axios").AxiosResponse<any, any>>;
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
/** @description 文件类型适配器 @author LilMartin */
|
|
2
|
+
import type { FileItem } from '@arco-design/web-vue';
|
|
3
|
+
export interface CFileItem {
|
|
4
|
+
file: File;
|
|
5
|
+
id: string;
|
|
6
|
+
url?: string;
|
|
7
|
+
dirId?: string;
|
|
8
|
+
}
|
|
9
|
+
export interface SFileItem {
|
|
10
|
+
name: string;
|
|
11
|
+
size: number;
|
|
12
|
+
sizeCN: string;
|
|
13
|
+
type: string;
|
|
14
|
+
typeCN?: string;
|
|
15
|
+
id: string;
|
|
16
|
+
dirId?: string;
|
|
17
|
+
}
|
|
18
|
+
export interface BFileItem extends SFileItem {
|
|
19
|
+
isAnalize?: 0 | 1;
|
|
20
|
+
watermark?: any;
|
|
21
|
+
videotemp?: any;
|
|
22
|
+
audiotemp?: any;
|
|
23
|
+
}
|
|
24
|
+
export interface LFileItem extends BFileItem {
|
|
25
|
+
percent: number;
|
|
26
|
+
state: number;
|
|
27
|
+
count?: number;
|
|
28
|
+
}
|
|
29
|
+
declare type FileMaybeType = File | FileItem;
|
|
30
|
+
export declare function fileAdapter(fileMeta: FileMaybeType): {
|
|
31
|
+
url: string;
|
|
32
|
+
file: File;
|
|
33
|
+
id: string;
|
|
34
|
+
dirId?: string | undefined;
|
|
35
|
+
} | undefined;
|
|
36
|
+
export declare function checkType(type: string): "图片" | "目录" | "其他";
|
|
37
|
+
export declare function getMediaType(type: string): string;
|
|
38
|
+
export declare function getSize(value: number): string;
|
|
39
|
+
export {};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { BFileItem } from './fileTypeAdapter';
|
|
2
|
+
export declare function uploadFile(file: File, cb: (p: number) => void): Promise<false | import("tus-js-client").Upload>;
|
|
3
|
+
export declare function uploadAddRequest(file: BFileItem, metaData: {
|
|
4
|
+
rid: number;
|
|
5
|
+
dirId: number;
|
|
6
|
+
url: string;
|
|
7
|
+
}, BASE_API: string, cb?: (cbData: any) => void): Promise<void>;
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { BFileItem, CFileItem, LFileItem } from './fileTypeAdapter';
|
|
2
|
+
export declare function usePannelList(): {
|
|
3
|
+
panelList: import("vue").Ref<{
|
|
4
|
+
percent: number;
|
|
5
|
+
state: number;
|
|
6
|
+
count?: number | undefined;
|
|
7
|
+
isAnalize?: 0 | 1 | undefined;
|
|
8
|
+
watermark?: any;
|
|
9
|
+
videotemp?: any;
|
|
10
|
+
audiotemp?: any;
|
|
11
|
+
name: string;
|
|
12
|
+
size: number;
|
|
13
|
+
sizeCN: string;
|
|
14
|
+
type: string;
|
|
15
|
+
typeCN?: string | undefined;
|
|
16
|
+
id: string;
|
|
17
|
+
dirId?: string | undefined;
|
|
18
|
+
}[], LFileItem[] | {
|
|
19
|
+
percent: number;
|
|
20
|
+
state: number;
|
|
21
|
+
count?: number | undefined;
|
|
22
|
+
isAnalize?: 0 | 1 | undefined;
|
|
23
|
+
watermark?: any;
|
|
24
|
+
videotemp?: any;
|
|
25
|
+
audiotemp?: any;
|
|
26
|
+
name: string;
|
|
27
|
+
size: number;
|
|
28
|
+
sizeCN: string;
|
|
29
|
+
type: string;
|
|
30
|
+
typeCN?: string | undefined;
|
|
31
|
+
id: string;
|
|
32
|
+
dirId?: string | undefined;
|
|
33
|
+
}[]>;
|
|
34
|
+
panelFIleAdd: (fileMetaData: LFileItem) => void;
|
|
35
|
+
panelFileStatusChange: (id: string, p: number, s: number) => void;
|
|
36
|
+
};
|
|
37
|
+
export declare function usePreUploadOptions(): {
|
|
38
|
+
preOptionsList: import("vue").Ref<{
|
|
39
|
+
isAnalize?: 0 | 1 | undefined;
|
|
40
|
+
watermark?: any;
|
|
41
|
+
videotemp?: any;
|
|
42
|
+
audiotemp?: any;
|
|
43
|
+
name: string;
|
|
44
|
+
size: number;
|
|
45
|
+
sizeCN: string;
|
|
46
|
+
type: string;
|
|
47
|
+
typeCN?: string | undefined;
|
|
48
|
+
id: string;
|
|
49
|
+
dirId?: string | undefined;
|
|
50
|
+
}[], BFileItem[] | {
|
|
51
|
+
isAnalize?: 0 | 1 | undefined;
|
|
52
|
+
watermark?: any;
|
|
53
|
+
videotemp?: any;
|
|
54
|
+
audiotemp?: any;
|
|
55
|
+
name: string;
|
|
56
|
+
size: number;
|
|
57
|
+
sizeCN: string;
|
|
58
|
+
type: string;
|
|
59
|
+
typeCN?: string | undefined;
|
|
60
|
+
id: string;
|
|
61
|
+
dirId?: string | undefined;
|
|
62
|
+
}[]>;
|
|
63
|
+
uploadFileToShowFileTrans: (file: CFileItem) => void;
|
|
64
|
+
};
|
|
65
|
+
export declare function useUplaodList(): {
|
|
66
|
+
fileList: import("vue").Ref<{
|
|
67
|
+
file: {
|
|
68
|
+
readonly lastModified: number;
|
|
69
|
+
readonly name: string;
|
|
70
|
+
readonly size: number;
|
|
71
|
+
readonly type: string;
|
|
72
|
+
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
73
|
+
slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
|
|
74
|
+
stream: () => ReadableStream<any>;
|
|
75
|
+
text: () => Promise<string>;
|
|
76
|
+
};
|
|
77
|
+
id: string;
|
|
78
|
+
url?: string | undefined;
|
|
79
|
+
dirId?: string | undefined;
|
|
80
|
+
}[], CFileItem[] | {
|
|
81
|
+
file: {
|
|
82
|
+
readonly lastModified: number;
|
|
83
|
+
readonly name: string;
|
|
84
|
+
readonly size: number;
|
|
85
|
+
readonly type: string;
|
|
86
|
+
arrayBuffer: () => Promise<ArrayBuffer>;
|
|
87
|
+
slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
|
|
88
|
+
stream: () => ReadableStream<any>;
|
|
89
|
+
text: () => Promise<string>;
|
|
90
|
+
};
|
|
91
|
+
id: string;
|
|
92
|
+
url?: string | undefined;
|
|
93
|
+
dirId?: string | undefined;
|
|
94
|
+
}[]>;
|
|
95
|
+
uploadFileAdd: (file: CFileItem) => void;
|
|
96
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
File without changes
|
|
File without changes
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
export interface CFileItem {
|
|
2
|
+
file: File;
|
|
3
|
+
id: string;
|
|
4
|
+
url?: string;
|
|
5
|
+
dirId?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface SFileItem {
|
|
8
|
+
name: string;
|
|
9
|
+
size: number;
|
|
10
|
+
sizeCN: string;
|
|
11
|
+
type: string;
|
|
12
|
+
typeCN?: string;
|
|
13
|
+
id: string;
|
|
14
|
+
dirId?: string;
|
|
15
|
+
}
|
|
16
|
+
export interface LFileItem extends SFileItem {
|
|
17
|
+
percent: number;
|
|
18
|
+
state: number;
|
|
19
|
+
count?: number;
|
|
20
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
File without changes
|
|
@@ -138,7 +138,7 @@ const _sfc_main = defineComponent({
|
|
|
138
138
|
onClick: _cache[1] || (_cache[1] = ($event) => loginOut())
|
|
139
139
|
}, {
|
|
140
140
|
default: withCtx(() => _cache[2] || (_cache[2] = [
|
|
141
|
-
createTextVNode("\u9000\u51FA")
|
|
141
|
+
createTextVNode("\u9000\u51FA", -1)
|
|
142
142
|
])),
|
|
143
143
|
_: 1,
|
|
144
144
|
__: [2]
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
interface Params {
|
|
2
|
+
[key: string]: any;
|
|
3
|
+
}
|
|
4
|
+
export declare function getUserInfo(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
5
|
+
export declare function getUserDetails(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
6
|
+
export declare function domainSelect(BASE_API: string, did: number): Promise<import("axios").AxiosResponse<any, any>>;
|
|
7
|
+
export declare function accountLogout(BASE_API: string, params?: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
8
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
File without changes
|
|
@@ -226,7 +226,7 @@ const _sfc_main = defineComponent({
|
|
|
226
226
|
onClick: clearUserSelectedList
|
|
227
227
|
}, {
|
|
228
228
|
default: withCtx(() => _cache[0] || (_cache[0] = [
|
|
229
|
-
createTextVNode("\u5168\u90E8\u6E05\u9664")
|
|
229
|
+
createTextVNode("\u5168\u90E8\u6E05\u9664", -1)
|
|
230
230
|
])),
|
|
231
231
|
_: 1,
|
|
232
232
|
__: [0]
|
|
File without changes
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
interface Params {
|
|
2
|
+
[key: string]: any;
|
|
3
|
+
}
|
|
4
|
+
export declare function getRepoRoleList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
5
|
+
export declare function getRoleAllUser(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
6
|
+
export declare function getDepartList(BASE_API: string): Promise<import("axios").AxiosResponse<any, any>>;
|
|
7
|
+
export declare function getDepartUserList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
8
|
+
export declare function getRepoUserList(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
9
|
+
export declare function getDepartChildren(BASE_API: string, params: Params): Promise<import("axios").AxiosResponse<any, any>>;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
declare type KeyValue = {
|
|
2
|
+
[key: string]: string;
|
|
3
|
+
};
|
|
4
|
+
export declare const docStateMap: {
|
|
5
|
+
0: string;
|
|
6
|
+
10: string;
|
|
7
|
+
12: string;
|
|
8
|
+
13: string;
|
|
9
|
+
14: string;
|
|
10
|
+
15: string;
|
|
11
|
+
16: string;
|
|
12
|
+
17: string;
|
|
13
|
+
19: string;
|
|
14
|
+
22: string;
|
|
15
|
+
};
|
|
16
|
+
export declare const docPubStateMap: KeyValue;
|
|
17
|
+
export declare const stateOptions: () => {
|
|
18
|
+
value: string;
|
|
19
|
+
label: string;
|
|
20
|
+
}[];
|
|
21
|
+
export declare const docThumbObjMap: any;
|
|
22
|
+
export declare const docThumbRatioMap: () => any;
|
|
23
|
+
export declare const docThumbArrMap: () => unknown[];
|
|
24
|
+
export declare const docThumbOptions: () => {
|
|
25
|
+
label: any;
|
|
26
|
+
value: string;
|
|
27
|
+
}[];
|
|
28
|
+
export declare const docThumbMap: () => any;
|
|
29
|
+
export declare const docThumbTypeMap: () => {
|
|
30
|
+
value: string;
|
|
31
|
+
label: any;
|
|
32
|
+
}[];
|
|
33
|
+
export declare const docSeries: KeyValue;
|
|
34
|
+
export declare const typeOptions: () => {
|
|
35
|
+
value: string;
|
|
36
|
+
label: string;
|
|
37
|
+
}[];
|
|
38
|
+
export declare const otherSeries: {
|
|
39
|
+
wechat: string;
|
|
40
|
+
ad: string;
|
|
41
|
+
activity: string;
|
|
42
|
+
booklink: string;
|
|
43
|
+
vote_activity: string;
|
|
44
|
+
vote: string;
|
|
45
|
+
cloud_lottery: string;
|
|
46
|
+
cloud_form: string;
|
|
47
|
+
};
|
|
48
|
+
export declare const editDocTypeToRouteMap: {
|
|
49
|
+
imagetext: string;
|
|
50
|
+
atlas: string;
|
|
51
|
+
video: string;
|
|
52
|
+
video_album: string;
|
|
53
|
+
svideo: string;
|
|
54
|
+
audio: string;
|
|
55
|
+
audio_album: string;
|
|
56
|
+
special_v3: string;
|
|
57
|
+
h5: string;
|
|
58
|
+
mini_program: string;
|
|
59
|
+
sp_topic: string;
|
|
60
|
+
local_live: string;
|
|
61
|
+
};
|
|
62
|
+
export declare const approvalItem: (item: any) => any;
|
|
63
|
+
export declare const getPublishParmas: (categories: any[], categories_with: any[], docData: any) => {
|
|
64
|
+
category: {
|
|
65
|
+
id: any;
|
|
66
|
+
repo_id: any;
|
|
67
|
+
};
|
|
68
|
+
category_with: {
|
|
69
|
+
id: any;
|
|
70
|
+
repo_id: any;
|
|
71
|
+
}[];
|
|
72
|
+
clean_offline_time: boolean;
|
|
73
|
+
id: any;
|
|
74
|
+
};
|
|
75
|
+
export declare function getDocThumb(item: any): any;
|
|
76
|
+
export {};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
export declare const rateOptions: import("vue").Ref<{
|
|
2
|
+
label: string;
|
|
3
|
+
value: string;
|
|
4
|
+
}[], {
|
|
5
|
+
label: string;
|
|
6
|
+
value: string;
|
|
7
|
+
}[] | {
|
|
8
|
+
label: string;
|
|
9
|
+
value: string;
|
|
10
|
+
}[]>;
|
|
11
|
+
export declare const keywordsSelection: import("vue").Ref<{
|
|
12
|
+
name: string;
|
|
13
|
+
value: string;
|
|
14
|
+
}[], {
|
|
15
|
+
name: string;
|
|
16
|
+
value: string;
|
|
17
|
+
}[] | {
|
|
18
|
+
name: string;
|
|
19
|
+
value: string;
|
|
20
|
+
}[]>;
|
|
21
|
+
export declare const timeFormat: import("vue").ComputedRef<(value: any) => string>;
|