@cmstops/pro-compo 3.9.1-rc.3 → 3.9.1-rc.5
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 +45 -4
- package/dist/index.min.css +1 -1
- package/es/appCenter/component.d.ts +0 -0
- 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/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/contentDetailList/__demo__/matrix/platform.d.ts +36 -0
- package/es/contentDetailList/component.d.ts +0 -0
- package/es/contentDetailList/component.js +24 -0
- package/es/contentDetailList/components/Content/CompoItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/ContentListItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/DocMpItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/GroupPieceItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/KongoNavItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/LiveItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/MaccountItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/courseItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/funhdItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/index.js +2 -1
- 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 +6 -0
- package/es/contentDetailList/components/Records/MatrixItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Records/index.d.ts +0 -0
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.d.ts +0 -0
- package/es/contentDetailList/components/ShowQRCode/index.d.ts +0 -0
- package/es/contentDetailList/index.d.ts +2 -0
- package/es/contentDetailList/script/api.d.ts +6 -0
- package/es/contentDetailList/style/index.d.ts +1 -0
- package/es/contentModal/component.d.ts +0 -0
- package/es/contentModal/components/CompoList/CompoFilter/index.d.ts +0 -0
- package/es/contentModal/components/CompoList/index.d.ts +0 -0
- package/es/contentModal/components/ContentList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/ContentList/index.d.ts +0 -0
- package/es/contentModal/components/Dejin/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/Dejin/index.d.ts +0 -0
- package/es/contentModal/components/EqxiuList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/EqxiuList/index.d.ts +0 -0
- package/es/contentModal/components/LiveList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/LiveList/index.d.ts +0 -0
- package/es/contentModal/components/MpAccountList/MpAccountFilter/index.d.ts +0 -0
- package/es/contentModal/components/MpAccountList/index.d.ts +0 -0
- package/es/contentModal/components/MpContentList/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/MpContentList/index.d.ts +0 -0
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
- package/es/contentModal/components/ViewAllColumn/columnTree/index.d.ts +0 -0
- package/es/contentModal/components/ViewAllColumn/index.d.ts +0 -0
- package/es/contentModal/components/storeBox/index.d.ts +0 -0
- 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/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/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/components/PreviewIframe.d.ts +0 -0
- package/es/docPreview/index.d.ts +2 -0
- package/es/docPreview/scripts/api.d.ts +1 -0
- package/es/docPreview/scripts/hook.d.ts +33 -0
- package/es/docPreview/style/index.d.ts +1 -0
- package/es/editMetaInfo/component.d.ts +0 -0
- package/es/editMetaInfo/components/metaInfoForm.d.ts +0 -0
- 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/usePopper.js +3 -3
- package/es/hooks/useSelection.d.ts +30 -0
- package/es/hooks/useUpload.d.ts +30 -0
- package/es/hooks/user.d.ts +9 -0
- package/es/imageCrop/component.d.ts +0 -0
- 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/index.d.ts +2 -0
- package/es/importData/style/index.d.ts +1 -0
- package/es/index.css +45 -4
- package/es/index.d.ts +30 -0
- package/es/mediaFilter/component.d.ts +0 -0
- package/es/mediaFilter/components/DocFilter.d.ts +0 -0
- package/es/mediaFilter/components/FilterGroup.d.ts +0 -0
- package/es/mediaFilter/components/FilterItem.d.ts +0 -0
- package/es/mediaFilter/components/MpAccountFilter.d.ts +0 -0
- package/es/mediaFilter/components/MpContentFilter.d.ts +0 -0
- package/es/mediaFilter/index.d.ts +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/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/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/components/MediaPreviewer/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/MainContent/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/index.d.ts +0 -0
- package/es/resourceModal/index.d.ts +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/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/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 +268 -0
- package/es/selectResourceModal/__demo__/module/basic.d.ts +299 -0
- package/es/selectResourceModal/component.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListAi/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListCardWrapper.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListLocal/Upload.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListLocal/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListNormal/Filter.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListNormal/Filter.js +192 -90
- package/es/selectResourceModal/components/List/ListNormal/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListNormal/index.js +23 -7
- package/es/selectResourceModal/components/List/ListSystem/Filter.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/SubList.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListSystem/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListVideo/index.d.ts +0 -0
- package/es/selectResourceModal/components/List/ListWraper.d.ts +0 -0
- package/es/selectResourceModal/components/ListSelected/index.d.ts +0 -0
- package/es/selectResourceModal/components/ListTabs/index.d.ts +0 -0
- package/es/selectResourceModal/hooks/useResponsiveFilter.d.ts +21 -0
- package/es/selectResourceModal/hooks/useResponsiveFilter.js +142 -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/style/index.css +45 -4
- package/es/selectResourceModal/style/index.d.ts +1 -0
- package/es/selectResourceModal/style/index.less +14 -0
- package/es/selectResourceModal/style/list.less +40 -4
- 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/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/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/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/index.js +6 -6
- 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/contentDetailList/component.js +24 -0
- package/lib/contentDetailList/components/Content/index.js +2 -1
- package/lib/contentDetailList/components/Doc/index.js +6 -0
- package/lib/hooks/usePopper.js +3 -3
- package/lib/index.css +45 -4
- package/lib/selectResourceModal/components/List/ListNormal/Filter.js +189 -87
- package/lib/selectResourceModal/components/List/ListNormal/index.js +22 -6
- package/lib/selectResourceModal/hooks/useResponsiveFilter.js +144 -0
- package/lib/selectResourceModal/style/index.css +45 -4
- package/lib/selectResourceModal/style/index.less +14 -0
- package/lib/selectResourceModal/style/list.less +40 -4
- package/lib/utils/index.js +6 -6
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
File without changes
|
|
@@ -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
|
|
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>;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare const dateYYYYDDMMHHmm: (date: any) => string;
|
|
2
|
+
export declare const generateUUID: () => string;
|
|
3
|
+
/**
|
|
4
|
+
* @description await 回调处理
|
|
5
|
+
* @param { Promise } promise
|
|
6
|
+
* @param { Object= } errorExt - Additional Information you can pass to the err object
|
|
7
|
+
* @return { Promise }
|
|
8
|
+
*/
|
|
9
|
+
export declare const to: <T, U = Error>(promise: Promise<T>, errorExt?: any) => Promise<[U, undefined] | [null, T]>;
|
|
10
|
+
export declare function replaceSuffix(str: string, insert: string): string;
|
|
11
|
+
export declare const noCoverText: (item: any) => any;
|
|
12
|
+
export declare const timeFormat: (value: any) => string;
|
|
13
|
+
export declare const validateForm: (formRef: any) => Promise<unknown>;
|
|
14
|
+
export declare function getRealUrl(BASE_API: string, url: string): Promise<unknown>;
|
|
15
|
+
export declare function getThemeColor(BASE_API: string, src: string): Promise<unknown>;
|
|
16
|
+
export declare function copyContent(content: string | Blob): Promise<boolean>;
|
|
17
|
+
export declare function mediaTime(v: number): string;
|
package/es/utils/index.js
CHANGED
|
@@ -137,13 +137,13 @@ async function copyContent(content) {
|
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
function mediaTime(v) {
|
|
140
|
-
const h = Math.floor(v /
|
|
141
|
-
const m = Math.floor(
|
|
142
|
-
const s = Math.floor(v
|
|
140
|
+
const h = Math.floor(v / 3600);
|
|
141
|
+
const m = Math.floor(v % 3600 / 60);
|
|
142
|
+
const s = Math.floor(v % 60);
|
|
143
143
|
let ret = "";
|
|
144
|
-
ret += `${h < 10 ? `0${h}` : h
|
|
145
|
-
ret += `${m < 10 ? `0${m}` : m
|
|
146
|
-
ret += s < 10 ? `0${s}` : s
|
|
144
|
+
ret += `${h < 10 ? `0${h}` : h}:`;
|
|
145
|
+
ret += `${m < 10 ? `0${m}` : m}:`;
|
|
146
|
+
ret += s < 10 ? `0${s}` : s;
|
|
147
147
|
return ret;
|
|
148
148
|
}
|
|
149
149
|
export { copyContent, dateYYYYDDMMHHmm, generateUUID, getRealUrl, getThemeColor, mediaTime, noCoverText, replaceSuffix, timeFormat, to, validateForm };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
declare module 'axios' {
|
|
2
|
+
interface AxiosResponse<T = any> {
|
|
3
|
+
code: number;
|
|
4
|
+
data: T;
|
|
5
|
+
message: T;
|
|
6
|
+
}
|
|
7
|
+
function create(config?: AxiosRequestConfig): AxiosInstance;
|
|
8
|
+
}
|
|
9
|
+
export default function (BASE_API: string, options: any): Promise<import("axios").AxiosResponse<any, any>>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export declare function getTranscodingProgress(BASE_API: string, id: number): Promise<import("axios").AxiosResponse<any, any>>;
|
|
2
|
+
/**
|
|
3
|
+
* 转码逻辑
|
|
4
|
+
* @description 转码逻辑抽离,后期所有涉及到转码的地方都可用该方法
|
|
5
|
+
*/
|
|
6
|
+
export declare class TranscodingTask {
|
|
7
|
+
file: any;
|
|
8
|
+
pollCount: number;
|
|
9
|
+
taskInterval: any;
|
|
10
|
+
constructor(file: any);
|
|
11
|
+
start(BASE_API: string, callback: (progress: number) => any): Promise<unknown>;
|
|
12
|
+
abort(): void;
|
|
13
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as TUS from 'tus-js-client';
|
|
2
|
+
/**
|
|
3
|
+
* @description 通过 TUS 实现大文件分片上传
|
|
4
|
+
* @param file 要上传的文件
|
|
5
|
+
* @param progressCallback 上传进度回调函数
|
|
6
|
+
* @returns
|
|
7
|
+
*/
|
|
8
|
+
export declare function uploadByTUS(file: File, progressCallback?: (b: number, t: number) => void): Promise<TUS.Upload>;
|
|
9
|
+
export declare class TusUploadTask {
|
|
10
|
+
file: any;
|
|
11
|
+
upload: any;
|
|
12
|
+
platformKey?: string;
|
|
13
|
+
constructor(file: any, platformKey?: string);
|
|
14
|
+
start(callback: (bytesUploaded: any, bytesTotal: any) => any): Promise<unknown>;
|
|
15
|
+
abort(): any;
|
|
16
|
+
}
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
export declare const docType: {
|
|
2
|
+
blank: string;
|
|
3
|
+
atlas: string;
|
|
4
|
+
video: string;
|
|
5
|
+
video_album: string;
|
|
6
|
+
imagetext: string;
|
|
7
|
+
link: string;
|
|
8
|
+
wechat: string;
|
|
9
|
+
live: string;
|
|
10
|
+
ad: string;
|
|
11
|
+
h5: string;
|
|
12
|
+
special_v3: string;
|
|
13
|
+
activity: string;
|
|
14
|
+
booklink: string;
|
|
15
|
+
svideo: string;
|
|
16
|
+
audio: string;
|
|
17
|
+
audio_album: string;
|
|
18
|
+
vote_activity: string;
|
|
19
|
+
vote: string;
|
|
20
|
+
cloud_form: string;
|
|
21
|
+
};
|
|
22
|
+
export declare const catalogMap: {
|
|
23
|
+
doc: string;
|
|
24
|
+
video: string;
|
|
25
|
+
project: string;
|
|
26
|
+
audio: string;
|
|
27
|
+
image: string;
|
|
28
|
+
pdf: string;
|
|
29
|
+
officeexcel: string;
|
|
30
|
+
officeppt: string;
|
|
31
|
+
officedoc: string;
|
|
32
|
+
rar: string;
|
|
33
|
+
zip: string;
|
|
34
|
+
txt: string;
|
|
35
|
+
html: string;
|
|
36
|
+
exe: string;
|
|
37
|
+
other: string;
|
|
38
|
+
contentList: string;
|
|
39
|
+
column: string;
|
|
40
|
+
link: string;
|
|
41
|
+
banners: string;
|
|
42
|
+
group: string;
|
|
43
|
+
mpGroup: string;
|
|
44
|
+
mpList: string;
|
|
45
|
+
mpAccount: string;
|
|
46
|
+
mpTopic: string;
|
|
47
|
+
mpContent: string;
|
|
48
|
+
};
|
|
49
|
+
export declare const target_type_map: {
|
|
50
|
+
3: string;
|
|
51
|
+
4: string;
|
|
52
|
+
5: string;
|
|
53
|
+
6: string;
|
|
54
|
+
7: string;
|
|
55
|
+
8: string;
|
|
56
|
+
9: string;
|
|
57
|
+
10: string;
|
|
58
|
+
13: string;
|
|
59
|
+
14: any;
|
|
60
|
+
15: string;
|
|
61
|
+
16: string;
|
|
62
|
+
17: string;
|
|
63
|
+
18: string;
|
|
64
|
+
};
|
|
65
|
+
export declare const key_target_type_map: any;
|
|
66
|
+
export declare const approveFlowStatusMap: {
|
|
67
|
+
1: string;
|
|
68
|
+
2: string;
|
|
69
|
+
3: string;
|
|
70
|
+
4: string;
|
|
71
|
+
5: string;
|
|
72
|
+
6: string;
|
|
73
|
+
7: string;
|
|
74
|
+
8: string;
|
|
75
|
+
};
|
|
76
|
+
export declare const groupPieceType: any;
|
|
77
|
+
export declare const componentsColumns: any;
|
|
78
|
+
export declare const compoColumnsWithKeyMap: {
|
|
79
|
+
top: string;
|
|
80
|
+
banner: string;
|
|
81
|
+
newsletters: string;
|
|
82
|
+
svideo: string;
|
|
83
|
+
function: string;
|
|
84
|
+
special: string;
|
|
85
|
+
news_letter: string;
|
|
86
|
+
focus: string;
|
|
87
|
+
horizon_slide: string;
|
|
88
|
+
radio: string;
|
|
89
|
+
tv: string;
|
|
90
|
+
mp_account: string;
|
|
91
|
+
column: string;
|
|
92
|
+
image: string;
|
|
93
|
+
timeline: string;
|
|
94
|
+
rank: string;
|
|
95
|
+
group_list: string;
|
|
96
|
+
};
|
|
97
|
+
export declare const compoColumnsMap: () => any;
|
|
98
|
+
export declare const contentList_list_type_map: {
|
|
99
|
+
1: string;
|
|
100
|
+
2: string;
|
|
101
|
+
3: string;
|
|
102
|
+
4: string;
|
|
103
|
+
5: string;
|
|
104
|
+
6: string;
|
|
105
|
+
7: string;
|
|
106
|
+
};
|
|
107
|
+
export declare const contentList_relation_type_map: {
|
|
108
|
+
0: string;
|
|
109
|
+
1: string;
|
|
110
|
+
2: string;
|
|
111
|
+
3: string;
|
|
112
|
+
4: string;
|
|
113
|
+
10: string;
|
|
114
|
+
};
|
|
115
|
+
export declare const contentList_layout_map: any;
|
|
116
|
+
export declare const mp_type_map: any;
|
|
117
|
+
export declare const mpTypeOptions: () => {
|
|
118
|
+
value: string;
|
|
119
|
+
label: any;
|
|
120
|
+
}[];
|
|
121
|
+
export declare const kongo_source_map: {
|
|
122
|
+
app: string;
|
|
123
|
+
url: string;
|
|
124
|
+
document: string;
|
|
125
|
+
category_list: string;
|
|
126
|
+
service: string;
|
|
127
|
+
political: string;
|
|
128
|
+
applet: string;
|
|
129
|
+
};
|
|
130
|
+
export declare const calcApprovingUser: (data: any) => any;
|
|
131
|
+
export declare const calcApprovingDependent: (data: any) => string;
|
|
132
|
+
export declare const ilive_type_map: {
|
|
133
|
+
1: string;
|
|
134
|
+
2: string;
|
|
135
|
+
3: string;
|
|
136
|
+
};
|
|
137
|
+
export declare const local_live_doc_type: any;
|
|
138
|
+
export declare const local_live_doc_status: {
|
|
139
|
+
value: number;
|
|
140
|
+
label: string;
|
|
141
|
+
bgColor: string;
|
|
142
|
+
}[];
|
|
143
|
+
export declare const matrixPublishStateMap: {
|
|
144
|
+
'-1': string;
|
|
145
|
+
0: string;
|
|
146
|
+
1: string;
|
|
147
|
+
2: string;
|
|
148
|
+
3: string;
|
|
149
|
+
4: string;
|
|
150
|
+
};
|
|
151
|
+
export declare const matrixPublishFormalStateMap: {
|
|
152
|
+
'-1': string;
|
|
153
|
+
0: string;
|
|
154
|
+
1: string;
|
|
155
|
+
2: string;
|
|
156
|
+
3: string;
|
|
157
|
+
4: string;
|
|
158
|
+
5: string;
|
|
159
|
+
6: string;
|
|
160
|
+
7: string;
|
|
161
|
+
8: string;
|
|
162
|
+
9: string;
|
|
163
|
+
10: string;
|
|
164
|
+
11: string;
|
|
165
|
+
12: string;
|
|
166
|
+
13: string;
|
|
167
|
+
};
|
|
168
|
+
export declare const RESOURCE_SOURCE_DICT: {
|
|
169
|
+
ai: string;
|
|
170
|
+
live_rec: string;
|
|
171
|
+
backend: string;
|
|
172
|
+
};
|
|
173
|
+
export declare const RESOURCE_CATALOG_DICT: {
|
|
174
|
+
image: string;
|
|
175
|
+
video: string;
|
|
176
|
+
audio: string;
|
|
177
|
+
};
|
|
178
|
+
export declare const RESOURCE_SOURCE_OPTIONS: {
|
|
179
|
+
value: string;
|
|
180
|
+
label: string;
|
|
181
|
+
}[];
|
|
182
|
+
export declare const RESOURCE_CATALOG_OPTIONS: {
|
|
183
|
+
value: string;
|
|
184
|
+
label: string;
|
|
185
|
+
}[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function checkType(file: any, param: any): any;
|
|
File without changes
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare function getHMSF(time: string): string;
|
|
2
|
+
export declare function useVideoThumbs(): {
|
|
3
|
+
loading: import("vue").Ref<boolean, boolean>;
|
|
4
|
+
thumbs: import("vue").Ref<any[], any[]>;
|
|
5
|
+
curThumb: import("vue").Ref<string | undefined, string | undefined>;
|
|
6
|
+
getVideoThumbs: (BASE_API: string, url: string, duration: number) => Promise<void>;
|
|
7
|
+
handleSelectThumb: (idx: number) => void;
|
|
8
|
+
};
|
|
9
|
+
export declare function useDragger(moveCallback: any, upCallback: any, downCallback: any): {
|
|
10
|
+
isDrag: import("vue").Ref<boolean, boolean>;
|
|
11
|
+
handleMousedown: (e: MouseEvent) => void;
|
|
12
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import './index.less';
|
|
@@ -109,6 +109,12 @@ const _sfc_main = vue.defineComponent({
|
|
|
109
109
|
onCellMouseEnter: tableCellMouseEnter,
|
|
110
110
|
onCellMouseLeave: tableCellMouseLeave
|
|
111
111
|
}, {
|
|
112
|
+
"after-index": vue.withCtx(() => [
|
|
113
|
+
vue.renderSlot(_ctx.$slots, "after-index", {
|
|
114
|
+
row: element,
|
|
115
|
+
index: index$4
|
|
116
|
+
})
|
|
117
|
+
]),
|
|
112
118
|
batch: vue.withCtx(() => [
|
|
113
119
|
vue.renderSlot(_ctx.$slots, "batch", {
|
|
114
120
|
row: element,
|
|
@@ -133,6 +139,12 @@ const _sfc_main = vue.defineComponent({
|
|
|
133
139
|
onCellMouseEnter: tableCellMouseEnter,
|
|
134
140
|
onCellMouseLeave: tableCellMouseLeave
|
|
135
141
|
}, {
|
|
142
|
+
"after-index": vue.withCtx(() => [
|
|
143
|
+
vue.renderSlot(_ctx.$slots, "after-index", {
|
|
144
|
+
row: element,
|
|
145
|
+
index: index$4
|
|
146
|
+
})
|
|
147
|
+
]),
|
|
136
148
|
tip: vue.withCtx(() => [
|
|
137
149
|
vue.renderSlot(_ctx.$slots, "tip", {
|
|
138
150
|
row: element,
|
|
@@ -229,6 +241,12 @@ const _sfc_main = vue.defineComponent({
|
|
|
229
241
|
onCellMouseEnter: tableCellMouseEnter,
|
|
230
242
|
onCellMouseLeave: tableCellMouseLeave
|
|
231
243
|
}, {
|
|
244
|
+
"after-index": vue.withCtx(() => [
|
|
245
|
+
vue.renderSlot(_ctx.$slots, "after-index", {
|
|
246
|
+
row: item,
|
|
247
|
+
index: index$4
|
|
248
|
+
})
|
|
249
|
+
]),
|
|
232
250
|
batch: vue.withCtx(() => [
|
|
233
251
|
vue.renderSlot(_ctx.$slots, "batch", {
|
|
234
252
|
row: item,
|
|
@@ -253,6 +271,12 @@ const _sfc_main = vue.defineComponent({
|
|
|
253
271
|
onCellMouseEnter: tableCellMouseEnter,
|
|
254
272
|
onCellMouseLeave: tableCellMouseLeave
|
|
255
273
|
}, {
|
|
274
|
+
"after-index": vue.withCtx(() => [
|
|
275
|
+
vue.renderSlot(_ctx.$slots, "after-index", {
|
|
276
|
+
row: item,
|
|
277
|
+
index: index$4
|
|
278
|
+
})
|
|
279
|
+
]),
|
|
256
280
|
tip: vue.withCtx(() => [
|
|
257
281
|
vue.renderSlot(_ctx.$slots, "tip", {
|
|
258
282
|
row: item,
|
|
@@ -143,7 +143,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
143
143
|
})
|
|
144
144
|
]),
|
|
145
145
|
index: vue.withCtx(() => [
|
|
146
|
-
vue.createElementVNode("span", _hoisted_1, vue.toDisplayString(_ctx.index + 1), 1)
|
|
146
|
+
vue.createElementVNode("span", _hoisted_1, vue.toDisplayString(_ctx.index + 1), 1),
|
|
147
|
+
vue.renderSlot(_ctx.$slots, "after-index")
|
|
147
148
|
]),
|
|
148
149
|
tip: vue.withCtx(() => [
|
|
149
150
|
vue.createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
|
|
@@ -38,6 +38,12 @@ const _sfc_main = vue.defineComponent({
|
|
|
38
38
|
index: _ctx.index
|
|
39
39
|
})
|
|
40
40
|
]),
|
|
41
|
+
"after-index": vue.withCtx(() => [
|
|
42
|
+
vue.renderSlot(_ctx.$slots, "after-index", {
|
|
43
|
+
row: _ctx.element,
|
|
44
|
+
index: _ctx.index
|
|
45
|
+
})
|
|
46
|
+
]),
|
|
41
47
|
batch: vue.withCtx(() => [
|
|
42
48
|
vue.renderSlot(_ctx.$slots, "batch", {
|
|
43
49
|
row: _ctx.item,
|
package/lib/hooks/usePopper.js
CHANGED
|
@@ -9,16 +9,16 @@ function usePopper(pannel, triggerEl) {
|
|
|
9
9
|
};
|
|
10
10
|
const show = () => {
|
|
11
11
|
visible.value = true;
|
|
12
|
-
window.onclick = (
|
|
12
|
+
window.onclick = () => {
|
|
13
13
|
hide();
|
|
14
14
|
visible.value = false;
|
|
15
15
|
window.onclick = null;
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
|
-
const initPopper = (placement = "bottom-start") => {
|
|
18
|
+
const initPopper = (placement = "bottom-start", of) => {
|
|
19
19
|
if (!pannel.value || !triggerEl.value)
|
|
20
20
|
return;
|
|
21
|
-
const offset = [0, 10];
|
|
21
|
+
const offset = of != null ? of : [0, 10];
|
|
22
22
|
if (window.__POWERED_BY_WUJIE__) {
|
|
23
23
|
offset[1] = -54;
|
|
24
24
|
}
|
package/lib/index.css
CHANGED
|
@@ -4529,11 +4529,13 @@
|
|
|
4529
4529
|
}
|
|
4530
4530
|
.resource-list-footer,
|
|
4531
4531
|
.resource-list-header,
|
|
4532
|
+
.resource-list-content .resource-list-content-empty,
|
|
4532
4533
|
.resource-list-content .arco-scrollbar-container {
|
|
4533
4534
|
padding: 0 40px;
|
|
4534
4535
|
}
|
|
4535
4536
|
.resource-list-footer {
|
|
4536
4537
|
display: flex;
|
|
4538
|
+
flex-wrap: wrap;
|
|
4537
4539
|
justify-content: space-between;
|
|
4538
4540
|
padding-bottom: 20px;
|
|
4539
4541
|
}
|
|
@@ -4543,6 +4545,10 @@
|
|
|
4543
4545
|
gap: 10px;
|
|
4544
4546
|
align-items: center;
|
|
4545
4547
|
justify-content: flex-end;
|
|
4548
|
+
margin-top: 10px;
|
|
4549
|
+
}
|
|
4550
|
+
.resource-list-footer .footer-right .list-selected-wrapper {
|
|
4551
|
+
font-size: 12px;
|
|
4546
4552
|
}
|
|
4547
4553
|
.resource-list-content-loading {
|
|
4548
4554
|
display: flex;
|
|
@@ -4554,7 +4560,7 @@
|
|
|
4554
4560
|
.resource-list .list-item-grid {
|
|
4555
4561
|
display: grid;
|
|
4556
4562
|
grid-gap: 20px;
|
|
4557
|
-
grid-template-columns: repeat(
|
|
4563
|
+
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
|
|
4558
4564
|
}
|
|
4559
4565
|
.resource-list .list-content {
|
|
4560
4566
|
margin-top: 30px;
|
|
@@ -4597,7 +4603,8 @@
|
|
|
4597
4603
|
}
|
|
4598
4604
|
.resource-list .list-filter-wrapper .list-filter-tags {
|
|
4599
4605
|
display: flex;
|
|
4600
|
-
|
|
4606
|
+
flex-wrap: wrap;
|
|
4607
|
+
gap: 10px;
|
|
4601
4608
|
margin-top: 10px;
|
|
4602
4609
|
}
|
|
4603
4610
|
.resource-list .list-filter-wrapper .list-filter-tags .list-filter-tag {
|
|
@@ -4618,16 +4625,41 @@
|
|
|
4618
4625
|
justify-content: space-between;
|
|
4619
4626
|
}
|
|
4620
4627
|
.resource-list .list-filter-wrapper .list-filter .filter-list {
|
|
4628
|
+
position: relative;
|
|
4629
|
+
/** 给 popup 一个参考 */
|
|
4621
4630
|
display: flex;
|
|
4622
|
-
flex-wrap: wrap;
|
|
4623
|
-
gap: 10px;
|
|
4624
4631
|
}
|
|
4625
4632
|
.resource-list .list-filter-wrapper .list-filter .filter-list .filter-item {
|
|
4626
4633
|
width: 100px;
|
|
4634
|
+
margin-right: 10px;
|
|
4635
|
+
}
|
|
4636
|
+
.resource-list .list-filter-wrapper .list-filter .filter-list .arco-trigger-popup {
|
|
4637
|
+
z-index: 100000 !important;
|
|
4627
4638
|
}
|
|
4628
4639
|
.resource-list .list-filter-wrapper .list-filter .arco-input-prepend {
|
|
4629
4640
|
padding: 0;
|
|
4630
4641
|
}
|
|
4642
|
+
.resource-list .list-filter-wrapper .list-filter .more-btn {
|
|
4643
|
+
position: relative;
|
|
4644
|
+
/** 给 poperjs 一个参考 */
|
|
4645
|
+
}
|
|
4646
|
+
.resource-list .list-filter-wrapper .list-filter .more-btn .filter-pannel {
|
|
4647
|
+
inset: 40px auto auto auto !important;
|
|
4648
|
+
}
|
|
4649
|
+
.resource-list .list-filter-wrapper .filter-extra {
|
|
4650
|
+
display: flex;
|
|
4651
|
+
gap: 10px;
|
|
4652
|
+
}
|
|
4653
|
+
.resource-list .list-filter-wrapper .filter-pannel {
|
|
4654
|
+
z-index: 100000;
|
|
4655
|
+
display: flex;
|
|
4656
|
+
flex-direction: column;
|
|
4657
|
+
gap: 10px;
|
|
4658
|
+
padding: 10px;
|
|
4659
|
+
background-color: #fff;
|
|
4660
|
+
border-radius: 4px;
|
|
4661
|
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
4662
|
+
}
|
|
4631
4663
|
.resource-list .title {
|
|
4632
4664
|
display: flex;
|
|
4633
4665
|
gap: 8px;
|
|
@@ -4641,6 +4673,10 @@
|
|
|
4641
4673
|
height: 16px;
|
|
4642
4674
|
background-color: #4886ff;
|
|
4643
4675
|
}
|
|
4676
|
+
.resource-select-wrap {
|
|
4677
|
+
width: 100%;
|
|
4678
|
+
height: 100%;
|
|
4679
|
+
}
|
|
4644
4680
|
.resource-select-modal-body {
|
|
4645
4681
|
height: 80vh;
|
|
4646
4682
|
padding: 0;
|
|
@@ -4669,6 +4705,11 @@
|
|
|
4669
4705
|
.resource-select-container .resource-select-header .arco-tabs-content {
|
|
4670
4706
|
display: none !important;
|
|
4671
4707
|
}
|
|
4708
|
+
.resource-select-container .resource-list-content .resource-list-content-empty {
|
|
4709
|
+
box-sizing: border-box;
|
|
4710
|
+
width: 100%;
|
|
4711
|
+
height: 100%;
|
|
4712
|
+
}
|
|
4672
4713
|
.iframe-container {
|
|
4673
4714
|
position: relative;
|
|
4674
4715
|
height: 95vh;
|