@cmstops/pro-compo 3.9.2-alpha.9 → 3.10.5-nanning.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +103 -76
- package/dist/index.css +52 -0
- package/dist/index.min.css +1 -1
- package/dist/index.min.js.map +1 -1
- package/es/appCenter/script/api.d.ts +5 -5
- package/es/baseFilter/components/FilterGroup.js +1 -1
- package/es/baseFilter/components/filterItem.js +1 -1
- package/es/colorPalette/component.js +1 -1
- package/es/config.js +1 -1
- package/es/contentDetailList/component.js +9 -9
- package/es/contentDetailList/components/Content/CircleItem/index.d.ts +0 -0
- package/es/contentDetailList/components/Content/CircleItem/index.js +92 -0
- package/es/contentDetailList/components/Content/CompoItem/index.js +12 -12
- package/es/contentDetailList/components/Content/ContentListItem/index.js +15 -15
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
- package/es/contentDetailList/components/Content/DocItem/index.js +27 -27
- package/es/contentDetailList/components/Content/DocMpItem/index.js +13 -13
- package/es/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
- package/es/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
- package/es/contentDetailList/components/Content/LiveItem/index.js +9 -9
- package/es/contentDetailList/components/Content/MaccountItem/index.js +12 -12
- package/es/contentDetailList/components/Content/courseItem/index.js +10 -10
- package/es/contentDetailList/components/Content/funhdItem/index.js +10 -10
- package/es/contentDetailList/components/Content/index.js +169 -117
- package/es/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
- package/es/contentDetailList/components/CustomWrp/index.js +10 -10
- package/es/contentDetailList/components/Doc/index.js +11 -11
- package/es/contentDetailList/components/Records/MatrixItem/index.js +22 -22
- package/es/contentDetailList/components/Records/index.js +8 -8
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
- package/es/contentDetailList/components/ShowQRCode/index.js +1 -1
- package/es/contentDetailList/script/api.d.ts +2 -2
- package/es/contentModal/component.js +40 -40
- package/es/contentModal/components/CompoList/index.js +1 -1
- package/es/contentModal/components/Dejin/index.js +1 -1
- package/es/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
- package/es/contentModal/components/MpContentList/index.js +1 -1
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
- package/es/contentModal/components/ViewAllColumn/index.js +7 -3
- package/es/contentModal/components/storeBox/index.js +8 -8
- package/es/contentModal/script/api.d.ts +13 -13
- package/es/dataTags/component.js +38 -38
- package/es/docHistory/component.js +44 -15
- package/es/docHistory/components/DocDiffPanel/index.js +2 -2
- package/es/docHistory/components/DocHistoryList/index.js +2 -2
- package/es/docHistory/scripts/diff.js +4 -3
- package/es/docHistory/scripts/useDocHistory.d.ts +1 -1
- package/es/docHistory/style/index.css +4 -0
- package/es/docHistory/style/index.less +5 -0
- package/es/docPreview/component.js +228 -60
- package/es/docPreview/components/PreviewIframe.js +37 -6
- package/es/docPreview/images/pc.js +2 -0
- package/es/docPreview/scripts/api.d.ts +2 -1
- package/es/docPreview/scripts/hook.d.ts +11 -1
- package/es/docPreview/scripts/hook.js +115 -4
- package/es/docPreview/style/index.css +48 -0
- package/es/docPreview/style/index.less +23 -0
- package/es/docPreview/style/previewIframe.less +31 -0
- package/es/editMetaInfo/component.js +24 -4
- package/es/editMetaInfo/components/metaInfoForm.js +358 -17
- package/es/editMetaInfo/script/api.d.ts +9 -2
- package/es/editMetaInfo/script/api.js +20 -1
- package/es/emptyData/component.js +4 -4
- package/es/emptyData/svg/acount.js +2 -2
- package/es/emptyData/svg/add.js +2 -2
- package/es/emptyData/svg/analize.js +2 -2
- package/es/emptyData/svg/analize_fail.js +2 -2
- package/es/emptyData/svg/empty.js +2 -2
- package/es/emptyData/svg/file.js +2 -2
- package/es/emptyData/svg/manager.js +2 -2
- package/es/emptyData/svg/message.js +2 -2
- package/es/emptyData/svg/noanalize.js +2 -2
- package/es/emptyData/svg/null.js +2 -2
- package/es/emptyData/svg/search.js +2 -2
- package/es/emptyData/svg/star.js +2 -2
- package/es/emptyData/svg/trash.js +2 -2
- package/es/emptyData/svg/user.js +2 -2
- package/es/hooks/assets.d.ts +1 -1
- package/es/hooks/source.d.ts +1 -1
- package/es/hooks/useAttachement.d.ts +7 -7
- package/es/hooks/useUpload.d.ts +4 -4
- package/es/hooks/user.d.ts +1 -1
- package/es/imageCrop/component.js +11 -11
- package/es/imageCrop/script/api.d.ts +1 -1
- package/es/importData/component.js +13 -13
- package/es/index.css +52 -0
- package/es/index.d.ts +1 -0
- package/es/index.js +1 -0
- package/es/mediaFilter/component.js +4 -4
- package/es/mediaFilter/components/DocFilter.js +1 -1
- package/es/mediaFilter/components/FilterGroup.js +1 -1
- package/es/mediaFilter/components/FilterItem.js +1 -1
- package/es/mediaView/component.js +8 -8
- package/es/messageBox/component.js +3 -3
- package/es/messageBox/script/api.d.ts +2 -2
- package/es/previousVersion/script/api.d.ts +4 -4
- package/es/resourceGridList/component.js +16 -16
- package/es/resourceGridList/components/FileTypeThumb/index.js +6 -6
- package/es/resourceModal/component.js +7 -7
- package/es/resourceModal/components/MediaPreviewer/index.js +8 -8
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
- package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
- package/es/resourceModal/components/MediaSelection/index.js +6 -6
- package/es/resourceModal/script/api.d.ts +11 -11
- package/es/selectAddTo/component.d.ts +0 -0
- package/es/selectAddTo/component.js +47 -0
- package/es/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/selectAddTo/components/SelectAddToView.d.ts +0 -0
- package/es/selectAddTo/components/SelectAddToView.js +90 -0
- package/es/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.d.ts +0 -0
- package/es/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +166 -0
- package/es/selectAddTo/components/ViewAllColumn/index.d.ts +0 -0
- package/es/selectAddTo/components/ViewAllColumn/index.js +212 -0
- package/es/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.d.ts +6 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +102 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.d.ts +144 -0
- package/es/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +182 -0
- package/es/selectAddTo/components/ViewAllColumn/types/index.d.ts +55 -0
- package/es/selectAddTo/index.d.ts +2 -0
- package/es/selectAddTo/index.js +7 -0
- package/es/selectAddTo/script/api.d.ts +18 -0
- package/es/selectAddTo/script/api.js +23 -0
- package/es/selectAddTo/script/index.d.ts +2 -0
- package/es/selectAddTo/script/useSelectAddToState.d.ts +13 -0
- package/es/selectAddTo/script/useSelectAddToState.js +55 -0
- package/es/selectAddTo/style/css.js +1 -0
- package/es/selectAddTo/style/index.css +3 -0
- package/es/selectAddTo/style/index.d.ts +1 -0
- package/es/selectAddTo/style/index.js +1 -0
- package/es/selectAddTo/style/index.less +3 -0
- package/es/selectAddTo/types/index.d.ts +37 -0
- package/es/selectGategory/component.js +5 -5
- package/es/selectGategory/components/ColumnSelection/index.js +6 -6
- package/es/selectGategory/script/api.d.ts +2 -2
- package/es/selectResourceModal/__demo__/module/DivWrapper.d.ts +153 -160
- package/es/selectResourceModal/__demo__/module/basic.d.ts +153 -160
- package/es/selectResourceModal/component.js +26 -34
- package/es/selectResourceModal/components/List/ListCardWrapper.js +6 -6
- package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
- package/es/selectResourceModal/components/List/ListNormal/Filter.js +22 -16
- package/es/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
- package/es/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
- package/es/selectResourceModal/components/List/ListSystem/index.js +2 -2
- package/es/selectResourceModal/components/List/ListWraper.js +2 -2
- package/es/selectResourceModal/components/ListSelected/index.js +6 -6
- package/es/selectResourceModal/components/ListTabs/index.js +1 -1
- package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -2
- package/es/selectResourceModal/scripts/useTabFilter.js +1 -11
- package/es/selectThumb/component.js +45 -56
- package/es/selectThumb/components/card.js +3 -3
- package/es/style.css +63 -0
- package/es/thumbCard/component.js +7 -7
- package/es/thumbCard/components/ThumbUploading/index.js +3 -3
- package/es/typeIcons/component.js +1 -1
- package/es/uploadBefore/component.js +1 -1
- package/es/uploadBefore/components/UploadBefore.js +9 -9
- package/es/uploadBefore/script/api.d.ts +4 -4
- package/es/uploadStep/component.js +3 -3
- package/es/userAvater/component.js +3 -3
- package/es/userAvater/script/api.d.ts +4 -4
- package/es/userDirector/component.js +5 -5
- package/es/userDirector/components/userTree.js +2 -2
- package/es/userDirector/script/api.d.ts +6 -6
- package/es/utils/request.d.ts +1 -1
- package/es/utils/transcodeMedia.d.ts +1 -1
- package/es/videoThumb/scripts/api.d.ts +1 -1
- package/lib/baseFilter/components/FilterGroup.js +1 -1
- package/lib/baseFilter/components/filterItem.js +1 -1
- package/lib/colorPalette/component.js +1 -1
- package/lib/config.js +1 -1
- package/lib/contentDetailList/component.js +9 -9
- package/lib/contentDetailList/components/Content/CircleItem/index.js +93 -0
- package/lib/contentDetailList/components/Content/CompoItem/index.js +12 -12
- package/lib/contentDetailList/components/Content/ContentListItem/index.js +15 -15
- package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +18 -18
- package/lib/contentDetailList/components/Content/DocItem/index.js +27 -27
- package/lib/contentDetailList/components/Content/DocMpItem/index.js +13 -13
- package/lib/contentDetailList/components/Content/GroupPieceItem/index.js +11 -11
- package/lib/contentDetailList/components/Content/KongoNavItem/index.js +14 -14
- package/lib/contentDetailList/components/Content/LiveItem/index.js +9 -9
- package/lib/contentDetailList/components/Content/MaccountItem/index.js +12 -12
- package/lib/contentDetailList/components/Content/courseItem/index.js +10 -10
- package/lib/contentDetailList/components/Content/funhdItem/index.js +10 -10
- package/lib/contentDetailList/components/Content/index.js +169 -117
- package/lib/contentDetailList/components/CustomWrp/CustomItem.js +5 -5
- package/lib/contentDetailList/components/CustomWrp/index.js +10 -10
- package/lib/contentDetailList/components/Doc/index.js +11 -11
- package/lib/contentDetailList/components/Records/MatrixItem/index.js +22 -22
- package/lib/contentDetailList/components/Records/index.js +8 -8
- package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +6 -6
- package/lib/contentDetailList/components/ShowQRCode/index.js +1 -1
- package/lib/contentModal/component.js +40 -40
- package/lib/contentModal/components/CompoList/index.js +1 -1
- package/lib/contentModal/components/Dejin/index.js +1 -1
- package/lib/contentModal/components/MpContentList/MediaFilter/index.js +2 -2
- package/lib/contentModal/components/MpContentList/index.js +1 -1
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +3 -3
- package/lib/contentModal/components/ViewAllColumn/index.js +7 -3
- package/lib/contentModal/components/storeBox/index.js +8 -8
- package/lib/dataTags/component.js +38 -38
- package/lib/docHistory/component.js +42 -13
- package/lib/docHistory/components/DocDiffPanel/index.js +2 -2
- package/lib/docHistory/components/DocHistoryList/index.js +2 -2
- package/lib/docHistory/scripts/diff.js +4 -3
- package/lib/docHistory/style/index.css +4 -0
- package/lib/docHistory/style/index.less +5 -0
- package/lib/docPreview/component.js +227 -59
- package/lib/docPreview/components/PreviewIframe.js +37 -6
- 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/component.js +23 -3
- package/lib/editMetaInfo/components/metaInfoForm.js +356 -15
- package/lib/editMetaInfo/script/api.js +21 -0
- package/lib/emptyData/component.js +4 -4
- package/lib/emptyData/svg/acount.js +2 -2
- package/lib/emptyData/svg/add.js +2 -2
- package/lib/emptyData/svg/analize.js +2 -2
- package/lib/emptyData/svg/analize_fail.js +2 -2
- package/lib/emptyData/svg/empty.js +2 -2
- package/lib/emptyData/svg/file.js +2 -2
- package/lib/emptyData/svg/manager.js +2 -2
- package/lib/emptyData/svg/message.js +2 -2
- package/lib/emptyData/svg/noanalize.js +2 -2
- package/lib/emptyData/svg/null.js +2 -2
- package/lib/emptyData/svg/search.js +2 -2
- package/lib/emptyData/svg/star.js +2 -2
- package/lib/emptyData/svg/trash.js +2 -2
- package/lib/emptyData/svg/user.js +2 -2
- package/lib/imageCrop/component.js +11 -11
- package/lib/importData/component.js +13 -13
- package/lib/index.css +52 -0
- package/lib/index.js +2 -0
- package/lib/mediaFilter/component.js +4 -4
- package/lib/mediaFilter/components/DocFilter.js +1 -1
- package/lib/mediaFilter/components/FilterGroup.js +1 -1
- package/lib/mediaFilter/components/FilterItem.js +1 -1
- package/lib/mediaView/component.js +8 -8
- package/lib/messageBox/component.js +3 -3
- package/lib/resourceGridList/component.js +16 -16
- package/lib/resourceGridList/components/FileTypeThumb/index.js +6 -6
- package/lib/resourceModal/component.js +7 -7
- package/lib/resourceModal/components/MediaPreviewer/index.js +8 -8
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +5 -5
- package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +6 -6
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +18 -18
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +3 -3
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -3
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +2 -2
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +4 -4
- package/lib/resourceModal/components/MediaSelection/index.js +6 -6
- package/lib/selectAddTo/component.js +48 -0
- package/lib/selectAddTo/component.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/selectAddTo/components/SelectAddToView.js +91 -0
- package/lib/selectAddTo/components/SelectAddToView.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/selectAddTo/components/ViewAllColumn/MediaFilter/index.js +167 -0
- package/lib/selectAddTo/components/ViewAllColumn/index.js +213 -0
- package/lib/selectAddTo/components/ViewAllColumn/index.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
- package/lib/selectAddTo/components/ViewAllColumn/script/useTableColumns.js +108 -0
- package/lib/selectAddTo/components/ViewAllColumn/script/useViewAllColumnState.js +184 -0
- package/lib/selectAddTo/index.js +8 -0
- package/lib/selectAddTo/script/api.js +27 -0
- package/lib/selectAddTo/script/useSelectAddToState.js +57 -0
- package/lib/selectAddTo/style/css.js +2 -0
- package/lib/selectAddTo/style/index.css +3 -0
- package/lib/selectAddTo/style/index.js +2 -0
- package/lib/selectAddTo/style/index.less +3 -0
- package/lib/selectGategory/component.js +5 -5
- package/lib/selectGategory/components/ColumnSelection/index.js +6 -6
- package/lib/selectResourceModal/component.js +25 -33
- package/lib/selectResourceModal/components/List/ListCardWrapper.js +6 -6
- package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
- package/lib/selectResourceModal/components/List/ListNormal/Filter.js +22 -16
- package/lib/selectResourceModal/components/List/ListSystem/Filter.js +3 -3
- package/lib/selectResourceModal/components/List/ListSystem/SubList.js +3 -3
- package/lib/selectResourceModal/components/List/ListSystem/index.js +2 -2
- package/lib/selectResourceModal/components/List/ListWraper.js +2 -2
- package/lib/selectResourceModal/components/ListSelected/index.js +6 -6
- package/lib/selectResourceModal/components/ListTabs/index.js +1 -1
- package/lib/selectResourceModal/scripts/useTabFilter.js +1 -13
- package/lib/selectThumb/component.js +45 -56
- package/lib/selectThumb/components/card.js +3 -3
- package/lib/thumbCard/component.js +7 -7
- package/lib/thumbCard/components/ThumbUploading/index.js +3 -3
- package/lib/typeIcons/component.js +1 -1
- package/lib/uploadBefore/component.js +1 -1
- package/lib/uploadBefore/components/UploadBefore.js +9 -9
- package/lib/uploadStep/component.js +3 -3
- package/lib/userAvater/component.js +3 -3
- package/lib/userDirector/component.js +5 -5
- package/lib/userDirector/components/userTree.js +2 -2
- package/package.json +1 -1
|
@@ -92,8 +92,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
92
92
|
item: vue.withCtx(({ item }) => [
|
|
93
93
|
vue.renderSlot(_ctx.$slots, "item", { item })
|
|
94
94
|
]),
|
|
95
|
-
_:
|
|
96
|
-
},
|
|
95
|
+
_: 3
|
|
96
|
+
}, 8, ["outside-filter", "sceniro"])
|
|
97
97
|
], 512)), [
|
|
98
98
|
[vue.vShow, [sceniro.classify_id, ""].includes(choseScen.value)]
|
|
99
99
|
]) : vue.createCommentVNode("v-if", true)
|
|
@@ -34,12 +34,12 @@ const _sfc_main = vue.defineComponent({
|
|
|
34
34
|
vue.renderSlot(_ctx.$slots, "header")
|
|
35
35
|
])) : vue.createCommentVNode("v-if", true),
|
|
36
36
|
vue.createElementVNode("div", _hoisted_3, [
|
|
37
|
-
|
|
37
|
+
__props.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, [
|
|
38
38
|
vue.createVNode(vue.unref(webVue.Spin), {
|
|
39
39
|
tip: "\u7D20\u6750\u52A0\u8F7D\u4E2D",
|
|
40
40
|
loading: true
|
|
41
41
|
})
|
|
42
|
-
])) :
|
|
42
|
+
])) : __props.isEmpty ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5, [
|
|
43
43
|
vue.createVNode(component, { type: "empty" })
|
|
44
44
|
])) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
|
|
45
45
|
vue.createCommentVNode(" \u5185\u5BB9\u6837\u5F0F\u4E00\uFF1A\u6805\u683C\u6837\u5F0F\uFF0C\u5916\u90E8 props \u4F20 list "),
|
|
@@ -27,7 +27,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
27
27
|
const visible = vue.ref(false);
|
|
28
28
|
return (_ctx, _cache) => {
|
|
29
29
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
30
|
-
|
|
30
|
+
__props.maxcount ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, "\u6700\u591A\u9009\u62E9 " + vue.toDisplayString(__props.maxcount) + " \u4E2A\u7D20\u6750\uFF0C ", 1)) : vue.createCommentVNode("v-if", true),
|
|
31
31
|
vue.createVNode(vue.unref(webVue.Popover), {
|
|
32
32
|
"popup-visible": visible.value,
|
|
33
33
|
"onUpdate:popupVisible": _cache[2] || (_cache[2] = ($event) => visible.value = $event),
|
|
@@ -37,7 +37,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
37
37
|
content: vue.withCtx(() => [
|
|
38
38
|
vue.createCommentVNode(" header "),
|
|
39
39
|
vue.createElementVNode("div", _hoisted_3, [
|
|
40
|
-
vue.createElementVNode("div", null, "\u5DF2\u9009\u62E9 " + vue.toDisplayString(
|
|
40
|
+
vue.createElementVNode("div", null, "\u5DF2\u9009\u62E9 " + vue.toDisplayString(__props.selected.length) + " \u4E2A\u7D20\u6750", 1),
|
|
41
41
|
vue.createElementVNode("div", _hoisted_4, [
|
|
42
42
|
vue.createElementVNode("div", {
|
|
43
43
|
onClick: _cache[0] || (_cache[0] = ($event) => emits("clear"))
|
|
@@ -51,7 +51,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
51
51
|
]),
|
|
52
52
|
vue.createCommentVNode(" content "),
|
|
53
53
|
vue.createElementVNode("div", _hoisted_5, [
|
|
54
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(
|
|
54
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.selected, (item) => {
|
|
55
55
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
56
56
|
key: item.id,
|
|
57
57
|
class: "list-selected-item"
|
|
@@ -84,8 +84,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
84
84
|
icon: vue.withCtx(() => [
|
|
85
85
|
vue.createVNode(vue.unref(icon.IconClose))
|
|
86
86
|
]),
|
|
87
|
-
_:
|
|
88
|
-
},
|
|
87
|
+
_: 1
|
|
88
|
+
}, 8, ["onClick"])
|
|
89
89
|
]);
|
|
90
90
|
}), 128))
|
|
91
91
|
])
|
|
@@ -93,7 +93,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
93
93
|
default: vue.withCtx(() => [
|
|
94
94
|
vue.createVNode(vue.unref(webVue.Link), null, {
|
|
95
95
|
default: vue.withCtx(() => [
|
|
96
|
-
vue.createTextVNode("\u5DF2\u9009\u62E9 " + vue.toDisplayString(
|
|
96
|
+
vue.createTextVNode("\u5DF2\u9009\u62E9 " + vue.toDisplayString(__props.selected.length) + " \u4E2A\u7D20\u6750", 1)
|
|
97
97
|
]),
|
|
98
98
|
_: 1
|
|
99
99
|
})
|
|
@@ -41,7 +41,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
41
41
|
})) : vue.createCommentVNode("v-if", true)
|
|
42
42
|
]),
|
|
43
43
|
default: vue.withCtx(() => [
|
|
44
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(
|
|
44
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.tabList, (tab) => {
|
|
45
45
|
return vue.openBlock(), vue.createBlock(vue.unref(webVue.TabPane), {
|
|
46
46
|
key: tab.key,
|
|
47
47
|
title: tab.title
|
|
@@ -1,21 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
|
|
3
2
|
var vue = require("vue");
|
|
4
3
|
var index$4 = require("../components/List/ListVideo/index.js");
|
|
5
4
|
var index = require("../components/List/ListNormal/index.js");
|
|
6
5
|
var index$2 = require("../components/List/ListSystem/index.js");
|
|
7
6
|
var index$1 = require("../components/List/ListLocal/index.js");
|
|
8
7
|
var index$3 = require("../components/List/ListAi/index.js");
|
|
9
|
-
var TabEnum = /* @__PURE__ */ ((TabEnum2) => {
|
|
10
|
-
TabEnum2["ALL"] = "all";
|
|
11
|
-
TabEnum2["MY"] = "my";
|
|
12
|
-
TabEnum2["REMIND"] = "remind";
|
|
13
|
-
TabEnum2["LOCAL"] = "local";
|
|
14
|
-
TabEnum2["SYSTEM"] = "system";
|
|
15
|
-
TabEnum2["AI"] = "ai";
|
|
16
|
-
TabEnum2["VIDEO"] = "video";
|
|
17
|
-
return TabEnum2;
|
|
18
|
-
})(TabEnum || {});
|
|
19
8
|
const DEFAULT_TABS = ["all", "my", "remind", "local"];
|
|
20
9
|
const TAB_DICT = {
|
|
21
10
|
["all"]: { title: "\u5168\u90E8\u7D20\u6750", component: index },
|
|
@@ -55,5 +44,4 @@ function useTabFilter(props) {
|
|
|
55
44
|
handelChangeTab
|
|
56
45
|
};
|
|
57
46
|
}
|
|
58
|
-
exports
|
|
59
|
-
exports["default"] = useTabFilter;
|
|
47
|
+
module.exports = useTabFilter;
|
|
@@ -352,9 +352,11 @@ const _sfc_main = vue.defineComponent({
|
|
|
352
352
|
if (!props.dataValue)
|
|
353
353
|
return;
|
|
354
354
|
if (styleData.value.model === oldData.value.model) {
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
355
|
+
vue.nextTick(() => {
|
|
356
|
+
styleData.value.data = oldData.value.data;
|
|
357
|
+
styleData.value.cover_theme_color = oldData.value.cover_theme_color;
|
|
358
|
+
styleData.value.cover_colorList = oldData.value.cover_colorList;
|
|
359
|
+
});
|
|
358
360
|
} else {
|
|
359
361
|
styleData.value.data = [];
|
|
360
362
|
}
|
|
@@ -410,21 +412,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
410
412
|
callback(styleData2);
|
|
411
413
|
};
|
|
412
414
|
vue.onMounted(() => {
|
|
413
|
-
if (!styleData.value.cover_url)
|
|
414
|
-
|
|
415
|
-
styleData.value.cover_url = styleData.value.data[0].url;
|
|
416
|
-
const getColors = index.getThemeColor(BASE_API, styleData.value.data[0].url);
|
|
417
|
-
getColors.then((themes) => {
|
|
418
|
-
styleData.value.cover_colorList = JSON.parse(JSON.stringify(themes));
|
|
419
|
-
styleData.value.cover_theme_color = `rgb(${themes[1]})`;
|
|
420
|
-
oldData.value = JSON.parse(JSON.stringify(styleData.value));
|
|
421
|
-
callback(styleData.value);
|
|
422
|
-
}).catch((e) => {
|
|
423
|
-
styleData.value.banner_theme_color = `rgb(255, 255, 255)`;
|
|
424
|
-
callback(styleData.value);
|
|
425
|
-
});
|
|
426
|
-
}, 700);
|
|
427
|
-
}
|
|
415
|
+
if (!styleData.value.cover_url)
|
|
416
|
+
;
|
|
428
417
|
});
|
|
429
418
|
return (_ctx, _cache) => {
|
|
430
419
|
var _a, _b, _c, _d, _e, _f;
|
|
@@ -435,20 +424,20 @@ const _sfc_main = vue.defineComponent({
|
|
|
435
424
|
}, [
|
|
436
425
|
vue.createCommentVNode(" \u5C01\u9762\u6807\u9898"),
|
|
437
426
|
vue.createElementVNode("div", {
|
|
438
|
-
class: vue.normalizeClass(["banner-view", { flex:
|
|
427
|
+
class: vue.normalizeClass(["banner-view", { flex: __props.flex }])
|
|
439
428
|
}, [
|
|
440
|
-
|
|
429
|
+
__props.mode !== "smiple" && __props.showTitle ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
441
430
|
key: 0,
|
|
442
431
|
class: "title",
|
|
443
|
-
style: vue.normalizeStyle({ width:
|
|
432
|
+
style: vue.normalizeStyle({ width: __props.offset })
|
|
444
433
|
}, [
|
|
445
|
-
|
|
446
|
-
vue.createElementVNode("span", null, vue.toDisplayString(
|
|
434
|
+
__props.titleValid ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_1, "*")) : vue.createCommentVNode("v-if", true),
|
|
435
|
+
vue.createElementVNode("span", null, vue.toDisplayString(__props.title ? __props.title : "\u5C01\u9762"), 1),
|
|
447
436
|
vue.createCommentVNode(" \u4E0A\u4E0B\u5E03\u5C40\u663E\u793A tip"),
|
|
448
|
-
((_a = curtemplate.value) == null ? void 0 : _a.value) !== "4" && !
|
|
437
|
+
((_a = curtemplate.value) == null ? void 0 : _a.value) !== "4" && !__props.flex ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, " (" + vue.toDisplayString((_b = curtemplate.value) == null ? void 0 : _b.alias) + "\u6BD4\u4F8B\uFF1A" + vue.toDisplayString((_c = curtemplate.value) == null ? void 0 : _c.ratioStr) + ") ", 1)) : vue.createCommentVNode("v-if", true)
|
|
449
438
|
], 4)) : vue.createCommentVNode("v-if", true),
|
|
450
439
|
vue.createElementVNode("div", _hoisted_3, [
|
|
451
|
-
["thumbs"].includes(
|
|
440
|
+
["thumbs"].includes(__props.mode) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, [
|
|
452
441
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(thumbsLengthList.value, (item, index2) => {
|
|
453
442
|
return vue.openBlock(), vue.createBlock(card, {
|
|
454
443
|
key: index2,
|
|
@@ -458,7 +447,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
458
447
|
parentRef: selectThumbRef.value,
|
|
459
448
|
idx: index2,
|
|
460
449
|
"preview-list": previewList.value,
|
|
461
|
-
"is-popover":
|
|
450
|
+
"is-popover": __props.localUpload,
|
|
462
451
|
"thumb-model": "thumb",
|
|
463
452
|
onFileForShowThumb: fileForShowThumb,
|
|
464
453
|
onChangeThumbType: changeThumbType,
|
|
@@ -479,7 +468,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
479
468
|
model: model.value,
|
|
480
469
|
idx: index2,
|
|
481
470
|
"preview-list": previewList.value,
|
|
482
|
-
"is-popover":
|
|
471
|
+
"is-popover": __props.localUpload,
|
|
483
472
|
"thumb-model": "thumb",
|
|
484
473
|
onFileForShowThumb: fileForShowThumb,
|
|
485
474
|
onChangeThumbType: changeThumbType,
|
|
@@ -491,9 +480,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
491
480
|
], 2112)) : vue.createCommentVNode("v-if", true),
|
|
492
481
|
vue.createCommentVNode(" \u5DE6\u53F3\u5E03\u5C40\u663E\u793Atip "),
|
|
493
482
|
vue.createElementVNode("div", _hoisted_6, [
|
|
494
|
-
((_d = curtemplate.value) == null ? void 0 : _d.value) !== "4" &&
|
|
483
|
+
((_d = curtemplate.value) == null ? void 0 : _d.value) !== "4" && __props.flex ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_7, " (" + vue.toDisplayString((_e = curtemplate.value) == null ? void 0 : _e.alias) + "\u6BD4\u4F8B\uFF1A" + vue.toDisplayString((_f = curtemplate.value) == null ? void 0 : _f.ratioStr) + ") ", 1)) : vue.createCommentVNode("v-if", true)
|
|
495
484
|
]),
|
|
496
|
-
["doc"].includes(
|
|
485
|
+
["doc"].includes(__props.mode) ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
|
|
497
486
|
vue.createCommentVNode(" \u9009\u62E9\u5927\u56FE\u3001\u4E09\u56FE\u3001\u5355\u56FE...\u7B49\u6A21\u5F0F "),
|
|
498
487
|
vue.createVNode(vue.unref(webVue.RadioGroup), {
|
|
499
488
|
modelValue: model.value,
|
|
@@ -517,29 +506,29 @@ const _sfc_main = vue.defineComponent({
|
|
|
517
506
|
}), 128))
|
|
518
507
|
]),
|
|
519
508
|
_: 1
|
|
520
|
-
}, 8, ["modelValue"])
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
509
|
+
}, 8, ["modelValue"]),
|
|
510
|
+
hasCover.value ? (vue.openBlock(), vue.createBlock(colorPalette, {
|
|
511
|
+
key: 0,
|
|
512
|
+
"style-data": styleData.value,
|
|
513
|
+
model: "cover",
|
|
514
|
+
style: { "margin-top": "10px" },
|
|
515
|
+
onChange: colorChange
|
|
516
|
+
}, null, 8, ["style-data"])) : vue.createCommentVNode("v-if", true)
|
|
517
|
+
], 64)) : vue.createCommentVNode("v-if", true)
|
|
529
518
|
])
|
|
530
519
|
], 2),
|
|
531
|
-
|
|
520
|
+
__props.mode === "doc" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
532
521
|
vue.createCommentVNode(" \u72EC\u7ACB\u8F6E\u535A\u56FE "),
|
|
533
522
|
vue.createElementVNode("div", {
|
|
534
|
-
class: vue.normalizeClass(["banner-view", { flex:
|
|
523
|
+
class: vue.normalizeClass(["banner-view", { flex: __props.flex }])
|
|
535
524
|
}, [
|
|
536
525
|
vue.createElementVNode("div", {
|
|
537
526
|
class: "title",
|
|
538
|
-
style: vue.normalizeStyle({ width:
|
|
527
|
+
style: vue.normalizeStyle({ width: __props.offset })
|
|
539
528
|
}, [
|
|
540
529
|
_cache[11] || (_cache[11] = vue.createElementVNode("span", { style: { "margin-right": "10px" } }, "\u72EC\u7ACB\u8F6E\u64AD\u56FE", -1)),
|
|
541
530
|
vue.createCommentVNode(" \u4E0A\u4E0B\u5E03\u5C40\u5F00\u5173\u5728\u6807\u9898\u540E "),
|
|
542
|
-
!
|
|
531
|
+
!__props.flex ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Switch), {
|
|
543
532
|
key: 0,
|
|
544
533
|
modelValue: hasBanner.value,
|
|
545
534
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => hasBanner.value = $event),
|
|
@@ -548,7 +537,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
548
537
|
], 4),
|
|
549
538
|
vue.createElementVNode("div", _hoisted_8, [
|
|
550
539
|
vue.createCommentVNode(" \u5DE6\u53F3\u5E03\u5C40\u5F00\u5173\u663E\u793A "),
|
|
551
|
-
|
|
540
|
+
__props.flex ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Switch), {
|
|
552
541
|
key: 0,
|
|
553
542
|
modelValue: hasBanner.value,
|
|
554
543
|
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => hasBanner.value = $event),
|
|
@@ -562,16 +551,16 @@ const _sfc_main = vue.defineComponent({
|
|
|
562
551
|
"onUpdate:data": _cache[5] || (_cache[5] = ($event) => banner.value = $event),
|
|
563
552
|
parentRef: selectThumbRef.value,
|
|
564
553
|
"preview-list": previewList.value,
|
|
565
|
-
"is-popover":
|
|
554
|
+
"is-popover": __props.localUpload,
|
|
566
555
|
"thumb-model": "banner",
|
|
567
556
|
onFileForShowThumb: fileForShowThumb,
|
|
568
557
|
onChangeThumbType: changeThumbType,
|
|
569
558
|
onUploadLocal: _cache[6] || (_cache[6] = (cb) => _ctx.$emit("upload", cb)),
|
|
570
559
|
onOpen: openDialogMediaSelection
|
|
571
560
|
}, null, 8, ["data", "parentRef", "preview-list", "is-popover"])) : vue.createCommentVNode("v-if", true),
|
|
572
|
-
hasBanner.value && styleData.value.banner_theme_color ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9, _cache[12] || (_cache[12] = [
|
|
561
|
+
hasBanner.value && styleData.value.banner_theme_color ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9, [..._cache[12] || (_cache[12] = [
|
|
573
562
|
vue.createElementVNode("span", null, "\u72EC\u7ACB\u8F6E\u64AD\u56FE\u80CC\u666F\u989C\u8272", -1)
|
|
574
|
-
]))) : vue.createCommentVNode("v-if", true),
|
|
563
|
+
])])) : vue.createCommentVNode("v-if", true),
|
|
575
564
|
vue.createCommentVNode(" banner\u8C03\u8272\u677F "),
|
|
576
565
|
hasBanner.value ? (vue.openBlock(), vue.createBlock(colorPalette, {
|
|
577
566
|
key: 3,
|
|
@@ -583,17 +572,17 @@ const _sfc_main = vue.defineComponent({
|
|
|
583
572
|
], 2),
|
|
584
573
|
vue.createCommentVNode(" pc\u5C01\u9762\u56FE\uFF08\u4E13\u9898\u5934\u56FE\u5171\u7528\u4E00\u4E2A\u5B57\u6BB5\uFF09 "),
|
|
585
574
|
vue.createElementVNode("div", {
|
|
586
|
-
class: vue.normalizeClass(["banner-view", { flex:
|
|
575
|
+
class: vue.normalizeClass(["banner-view", { flex: __props.flex }])
|
|
587
576
|
}, [
|
|
588
577
|
vue.createElementVNode("div", {
|
|
589
578
|
class: "title",
|
|
590
|
-
style: vue.normalizeStyle({ width:
|
|
579
|
+
style: vue.normalizeStyle({ width: __props.offset })
|
|
591
580
|
}, [
|
|
592
581
|
docSeriesShowTopThemeColor.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_10, [
|
|
593
|
-
|
|
594
|
-
vue.createElementVNode("span", null, vue.toDisplayString(
|
|
582
|
+
__props.topImageTitleValid ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_11, "*")) : vue.createCommentVNode("v-if", true),
|
|
583
|
+
vue.createElementVNode("span", null, vue.toDisplayString(__props.topImageTitle || "\u5C01\u9762\u5934\u56FE"), 1)
|
|
595
584
|
])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_12, "PC\u5C01\u9762\u56FE")),
|
|
596
|
-
!
|
|
585
|
+
!__props.flex ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_13, " (\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px) ")) : vue.createCommentVNode("v-if", true)
|
|
597
586
|
], 4),
|
|
598
587
|
vue.createElementVNode("div", _hoisted_14, [
|
|
599
588
|
vue.createVNode(card, {
|
|
@@ -602,17 +591,17 @@ const _sfc_main = vue.defineComponent({
|
|
|
602
591
|
"onUpdate:data": _cache[7] || (_cache[7] = ($event) => pcBanner.value = $event),
|
|
603
592
|
parentRef: selectThumbRef.value,
|
|
604
593
|
previewList: previewList.value,
|
|
605
|
-
"is-popover":
|
|
594
|
+
"is-popover": __props.localUpload,
|
|
606
595
|
thumbModel: "pcBanner",
|
|
607
596
|
onFileForShowThumb: fileForShowThumb,
|
|
608
597
|
onChangeThumbType: changeThumbType,
|
|
609
598
|
onUploadLocal: _cache[8] || (_cache[8] = (cb) => _ctx.$emit("upload", cb)),
|
|
610
599
|
onOpen: openDialogMediaSelection
|
|
611
600
|
}, null, 8, ["data", "parentRef", "previewList", "is-popover"]),
|
|
612
|
-
|
|
613
|
-
docSeriesShowTopThemeColor.value && styleData.value.top_theme_color ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_16, _cache[13] || (_cache[13] = [
|
|
601
|
+
__props.flex ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_15, "(\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px)")) : vue.createCommentVNode("v-if", true),
|
|
602
|
+
docSeriesShowTopThemeColor.value && styleData.value.top_theme_color ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_16, [..._cache[13] || (_cache[13] = [
|
|
614
603
|
vue.createElementVNode("span", null, "\u56FE\u7247\u80CC\u666F\u989C\u8272", -1)
|
|
615
|
-
]))) : vue.createCommentVNode("v-if", true),
|
|
604
|
+
])])) : vue.createCommentVNode("v-if", true),
|
|
616
605
|
docSeriesShowTopThemeColor.value ? (vue.openBlock(), vue.createBlock(colorPalette, {
|
|
617
606
|
key: 2,
|
|
618
607
|
model: "top",
|
|
@@ -638,7 +627,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
638
627
|
visible: dialogMediaSelectionShow.value,
|
|
639
628
|
"onUpdate:visible": _cache[9] || (_cache[9] = ($event) => dialogMediaSelectionShow.value = $event),
|
|
640
629
|
maxcount: 1,
|
|
641
|
-
"media-use-type":
|
|
630
|
+
"media-use-type": __props.mediaUseType,
|
|
642
631
|
userInfo: { domain_id: 1, repository_id: 4 },
|
|
643
632
|
filterOptions: { mediaType: "image", mediaTypeStrict: true },
|
|
644
633
|
wrap: "modal",
|
|
@@ -71,7 +71,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
71
71
|
return (_ctx, _cache) => {
|
|
72
72
|
var _a;
|
|
73
73
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
74
|
-
|
|
74
|
+
__props.isPopover ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Popover), {
|
|
75
75
|
key: 0,
|
|
76
76
|
trigger: "hover",
|
|
77
77
|
position: "bottom",
|
|
@@ -106,7 +106,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
106
106
|
}, [
|
|
107
107
|
vue.createVNode(vue.unref(icon.IconEdit))
|
|
108
108
|
]),
|
|
109
|
-
|
|
109
|
+
__props.along ? (vue.openBlock(), vue.createElementBlock("span", {
|
|
110
110
|
key: 0,
|
|
111
111
|
class: "half",
|
|
112
112
|
onClick: vue.withModifiers(remove, ["stop"])
|
|
@@ -152,7 +152,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
152
152
|
}, [
|
|
153
153
|
vue.createVNode(vue.unref(icon.IconEdit))
|
|
154
154
|
]),
|
|
155
|
-
|
|
155
|
+
__props.along ? (vue.openBlock(), vue.createElementBlock("span", {
|
|
156
156
|
key: 0,
|
|
157
157
|
class: "half",
|
|
158
158
|
onClick: vue.withModifiers(remove, ["stop"])
|
|
@@ -82,26 +82,26 @@ const _sfc_main = vue.defineComponent({
|
|
|
82
82
|
}, [
|
|
83
83
|
isUploading.value ? (vue.openBlock(), vue.createBlock(index, {
|
|
84
84
|
key: 0,
|
|
85
|
-
meta:
|
|
86
|
-
}, null, 8, ["meta"])) :
|
|
85
|
+
meta: __props.meta
|
|
86
|
+
}, null, 8, ["meta"])) : __props.catalog && __props.url ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
87
87
|
vue.createCommentVNode(" \u6709\u7C7B\u578B\u7684\u5C01\u9762 "),
|
|
88
88
|
vue.createCommentVNode(" \u56FE\u7247 "),
|
|
89
|
-
|
|
89
|
+
__props.catalog ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), vue.mergeProps({
|
|
90
90
|
key: 0,
|
|
91
91
|
class: "thumb-image",
|
|
92
92
|
src: realThumb.value
|
|
93
93
|
}, aImageAttr.value), null, 16, ["src"])) : vue.createCommentVNode("v-if", true)
|
|
94
94
|
], 64)) : vue.createCommentVNode("v-if", true),
|
|
95
95
|
vue.createCommentVNode(" \u4E00\u4E9B\u6807\u7B7E\uFF08\u56DB\u4E2A\u89D2\uFF09 "),
|
|
96
|
-
["video", "audio"].includes(
|
|
97
|
-
|
|
98
|
-
vue.createTextVNode(" " + vue.toDisplayString(vue.unref(index$1.mediaTime)((_a =
|
|
96
|
+
["video", "audio"].includes(__props.catalog) && __props.meta ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
97
|
+
__props.catalog === "video" ? (vue.openBlock(), vue.createBlock(vue.unref(vueCmstopIcons.IconVideoTag), { key: 0 })) : (vue.openBlock(), vue.createBlock(vue.unref(vueCmstopIcons.IconAudioTag), { key: 1 })),
|
|
98
|
+
vue.createTextVNode(" " + vue.toDisplayString(vue.unref(index$1.mediaTime)((_a = __props.meta) == null ? void 0 : _a.length)), 1)
|
|
99
99
|
])) : vue.createCommentVNode("v-if", true),
|
|
100
100
|
vue.createCommentVNode(" \u5916\u6302\u9009\u9879 "),
|
|
101
101
|
vue.createElementVNode("div", {
|
|
102
102
|
class: vue.normalizeClass(["thumb-handler-list", thumbHandlerClass.value])
|
|
103
103
|
}, [
|
|
104
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(
|
|
104
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.handlersKey, (item) => {
|
|
105
105
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
106
106
|
key: item.key,
|
|
107
107
|
class: "handler-item",
|
|
@@ -30,12 +30,12 @@ const _sfc_main = vue.defineComponent({
|
|
|
30
30
|
!isFaild.value ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Progress), {
|
|
31
31
|
key: 0,
|
|
32
32
|
type: "circle",
|
|
33
|
-
percent: (_a =
|
|
33
|
+
percent: (_a = __props.meta) == null ? void 0 : _a.progress
|
|
34
34
|
}, null, 8, ["percent"])) : vue.createCommentVNode("v-if", true),
|
|
35
|
-
|
|
35
|
+
__props.meta.msg ? (vue.openBlock(), vue.createElementBlock("div", {
|
|
36
36
|
key: 1,
|
|
37
37
|
class: vue.normalizeClass(["thumb-upload-text", textStatusClass.value])
|
|
38
|
-
}, vue.toDisplayString((_b =
|
|
38
|
+
}, vue.toDisplayString((_b = __props.meta) == null ? void 0 : _b.msg), 3)) : vue.createCommentVNode("v-if", true)
|
|
39
39
|
]);
|
|
40
40
|
};
|
|
41
41
|
}
|
|
@@ -36,7 +36,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
36
36
|
vue.createVNode(vue.unref(vueCmstopIcons.IconYinpinji), { style: { "color": "#1fb7c2" } })
|
|
37
37
|
], 2112)) : props.doc && props.type === "video_album" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 7 }, [
|
|
38
38
|
vue.createCommentVNode(" \u89C6\u9891\u96C6 "),
|
|
39
|
-
vue.createVNode(vue.unref(vueCmstopIcons.IconShipinji))
|
|
39
|
+
vue.createVNode(vue.unref(vueCmstopIcons.IconShipinji), { style: { "color": "#f05050" } })
|
|
40
40
|
], 2112)) : props.doc && props.type === "mini_program" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 8 }, [
|
|
41
41
|
vue.createCommentVNode(" \u89C6\u9891\u96C6 "),
|
|
42
42
|
vue.createVNode(vue.unref(vueCmstopIcons.IconMiniprogram))
|
|
@@ -63,7 +63,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
63
63
|
return (_ctx, _cache) => {
|
|
64
64
|
return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
65
65
|
vue.createVNode(UploadForClick, {
|
|
66
|
-
"upload-method":
|
|
66
|
+
"upload-method": __props.uploadMethod,
|
|
67
67
|
onAfterChoose: afterChoose
|
|
68
68
|
}, null, 8, ["upload-method"]),
|
|
69
69
|
vue.createVNode(UploadBefore, {
|
|
@@ -122,9 +122,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
122
122
|
onOk: handleOk,
|
|
123
123
|
onCancel: handleClose
|
|
124
124
|
}, {
|
|
125
|
-
title: vue.withCtx(() => _cache[1] || (_cache[1] = [
|
|
126
|
-
vue.createTextVNode("\u4E0A\u4F20\u914D\u7F6E")
|
|
127
|
-
])),
|
|
125
|
+
title: vue.withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
126
|
+
vue.createTextVNode("\u4E0A\u4F20\u914D\u7F6E", -1)
|
|
127
|
+
])]),
|
|
128
128
|
default: vue.withCtx(() => [
|
|
129
129
|
vue.createElementVNode("div", _hoisted_1, [
|
|
130
130
|
vue.createVNode(vue.unref(webVue.Table), {
|
|
@@ -163,8 +163,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
163
163
|
}, 1032, ["value"]);
|
|
164
164
|
}), 128))
|
|
165
165
|
]),
|
|
166
|
-
_:
|
|
167
|
-
},
|
|
166
|
+
_: 1
|
|
167
|
+
}, 8, ["modelValue", "onUpdate:modelValue"])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, "\u2014 \u2014"))
|
|
168
168
|
]),
|
|
169
169
|
vTransTemp: vue.withCtx(({ rowIndex, record }) => [
|
|
170
170
|
["dir", "video"].includes(record.type) ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Select), {
|
|
@@ -188,8 +188,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
188
188
|
}, 1032, ["value"]);
|
|
189
189
|
}), 128))
|
|
190
190
|
]),
|
|
191
|
-
_:
|
|
192
|
-
},
|
|
191
|
+
_: 1
|
|
192
|
+
}, 8, ["modelValue", "onUpdate:modelValue"])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_3, "\u2014 \u2014"))
|
|
193
193
|
]),
|
|
194
194
|
aTransTemp: vue.withCtx(({ record, rowIndex }) => [
|
|
195
195
|
["dir", "audio"].includes(record.type) ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Select), {
|
|
@@ -213,8 +213,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
213
213
|
}, 1032, ["value"]);
|
|
214
214
|
}), 128))
|
|
215
215
|
]),
|
|
216
|
-
_:
|
|
217
|
-
},
|
|
216
|
+
_: 1
|
|
217
|
+
}, 8, ["modelValue", "onUpdate:modelValue"])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, "\u2014 \u2014"))
|
|
218
218
|
]),
|
|
219
219
|
_: 1
|
|
220
220
|
}, 8, ["data"])
|
|
@@ -63,7 +63,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
63
63
|
const uploadingFilter = (state) => [3, 5].includes(state);
|
|
64
64
|
return (_ctx, _cache) => {
|
|
65
65
|
return vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", {
|
|
66
|
-
class: vue.normalizeClass(["panel_wrp", { global:
|
|
66
|
+
class: vue.normalizeClass(["panel_wrp", { global: __props.global }])
|
|
67
67
|
}, [
|
|
68
68
|
vue.createVNode(vue.unref(webVue.Card), {
|
|
69
69
|
hoverable: "",
|
|
@@ -100,7 +100,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
100
100
|
vue.createElementVNode("div", {
|
|
101
101
|
class: vue.normalizeClass(["panel_list", { un_expend: !vue.unref(expend) }])
|
|
102
102
|
}, [
|
|
103
|
-
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(
|
|
103
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.fileList, (file) => {
|
|
104
104
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
105
105
|
key: file.id,
|
|
106
106
|
class: "panel_item"
|
|
@@ -142,7 +142,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
142
142
|
_: 1
|
|
143
143
|
}, 8, ["class", "body-style"])
|
|
144
144
|
], 2)), [
|
|
145
|
-
[vue.vShow,
|
|
145
|
+
[vue.vShow, __props.visable]
|
|
146
146
|
]);
|
|
147
147
|
};
|
|
148
148
|
}
|
|
@@ -138,9 +138,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
138
138
|
type: "text",
|
|
139
139
|
onClick: _cache[1] || (_cache[1] = ($event) => loginOut())
|
|
140
140
|
}, {
|
|
141
|
-
default: vue.withCtx(() => _cache[2] || (_cache[2] = [
|
|
142
|
-
vue.createTextVNode("\u9000\u51FA")
|
|
143
|
-
])),
|
|
141
|
+
default: vue.withCtx(() => [..._cache[2] || (_cache[2] = [
|
|
142
|
+
vue.createTextVNode("\u9000\u51FA", -1)
|
|
143
|
+
])]),
|
|
144
144
|
_: 1
|
|
145
145
|
})
|
|
146
146
|
])
|
|
@@ -226,9 +226,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
226
226
|
size: "mini",
|
|
227
227
|
onClick: clearUserSelectedList
|
|
228
228
|
}, {
|
|
229
|
-
default: vue.withCtx(() => _cache[0] || (_cache[0] = [
|
|
230
|
-
vue.createTextVNode("\u5168\u90E8\u6E05\u9664")
|
|
231
|
-
])),
|
|
229
|
+
default: vue.withCtx(() => [..._cache[0] || (_cache[0] = [
|
|
230
|
+
vue.createTextVNode("\u5168\u90E8\u6E05\u9664", -1)
|
|
231
|
+
])]),
|
|
232
232
|
_: 1
|
|
233
233
|
})
|
|
234
234
|
]),
|
|
@@ -260,8 +260,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
260
260
|
default: vue.withCtx(() => [
|
|
261
261
|
vue.createVNode(vue.unref(icon.IconDelete))
|
|
262
262
|
]),
|
|
263
|
-
_:
|
|
264
|
-
},
|
|
263
|
+
_: 1
|
|
264
|
+
}, 8, ["onClick"])
|
|
265
265
|
])
|
|
266
266
|
]);
|
|
267
267
|
}), 128))
|