@cmstops/pro-compo 0.1.30 → 0.1.32
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 +218 -20
- package/dist/index.min.css +1 -1
- package/es/baseFilter/component.js +2 -1
- package/es/contentDetailList/component.js +3 -1
- package/es/contentDetailList/components/Content/CompoItem/index.js +2 -1
- package/es/contentDetailList/components/Content/ContentListItem/index.js +2 -1
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +2 -1
- package/es/contentDetailList/components/Content/DocItem/index.js +2 -1
- package/es/contentDetailList/components/Content/DocMpItem/index.js +2 -1
- package/es/contentDetailList/components/Content/KongoNavItem/index.js +2 -1
- package/es/contentDetailList/components/Content/LiveItem/index.js +2 -1
- package/es/contentDetailList/components/Content/MaccountItem/index.js +2 -1
- package/es/contentDetailList/components/Content/index.js +7 -2
- package/es/contentDetailList/components/Doc/index.js +2 -1
- package/es/contentDetailList/style/DocItem.less +4 -3
- package/es/contentDetailList/style/index.css +3 -3
- package/es/contentModal/component.js +39 -36
- package/es/contentModal/components/CompoList/CompoFilter/index.js +3 -2
- package/es/contentModal/components/CompoList/index.js +10 -3
- package/es/contentModal/components/ContentList/MediaFilter/index.js +2 -1
- package/es/contentModal/components/ContentList/index.js +2 -1
- package/es/contentModal/components/LiveList/MediaFilter/index.js +2 -1
- package/es/contentModal/components/LiveList/index.js +2 -1
- package/es/contentModal/components/MpAccountList/MpAccountFilter/index.js +2 -1
- package/es/contentModal/components/MpAccountList/index.js +2 -1
- package/es/contentModal/components/MpContentList/MediaFilter/index.js +2 -1
- package/es/contentModal/components/MpContentList/index.js +2 -1
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +55 -23
- package/es/contentModal/components/ViewAllColumn/columnTree/index.js +68 -18
- package/es/contentModal/components/ViewAllColumn/index.js +93 -45
- package/es/contentModal/components/storeBox/index.js +8 -7
- package/es/contentModal/images/pic-thumb.js +2 -0
- package/es/contentModal/style/MediaFilter.less +35 -5
- package/es/contentModal/style/ViewAllColumn.less +11 -0
- package/es/contentModal/style/columnTree.less +25 -5
- package/es/contentModal/style/index.css +56 -11
- package/es/contentModal/style/storeBox.less +16 -6
- package/es/dataTags/component.js +26 -5
- package/es/editMetaInfo/component.js +2 -1
- package/es/editMetaInfo/components/metaInfoForm.js +93 -7
- package/es/editMetaInfo/style/index.css +18 -1
- package/es/editMetaInfo/style/index.less +31 -1
- package/es/hooks/source.d.ts +9 -0
- package/es/hooks/source.js +31 -0
- package/es/hooks/user.d.ts +1 -1
- package/es/imageCrop/component.js +16 -9
- package/es/index.css +218 -20
- package/es/mediaFilter/component.js +2 -1
- package/es/mediaFilter/components/DocFilter.js +2 -1
- package/es/mediaFilter/components/FilterGroup.js +1 -1
- package/es/messageBox/list.js +2 -1
- package/es/previousVersion/component.js +2 -1
- package/es/resourceModal/assets/images/sys_load_more.js +2 -0
- package/es/resourceModal/component.js +11 -3
- package/es/resourceModal/components/MediaPreviewer/index.js +2 -1
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +2 -1
- package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +5 -7
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +87 -34
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +139 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +103 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.d.ts +0 -0
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +103 -0
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -1
- package/es/resourceModal/components/MediaSelection/index.js +18 -8
- package/es/resourceModal/script/api.d.ts +17 -0
- package/es/resourceModal/script/api.js +21 -1
- package/es/resourceModal/script/mediaSelection.d.ts +4 -0
- package/es/resourceModal/script/mediaSelection.js +8 -0
- package/es/resourceModal/style/MainContent.less +25 -5
- package/es/resourceModal/style/SystemResourceSelected.less +138 -0
- package/es/resourceModal/style/index.css +142 -6
- package/es/resourceModal/style/index.less +1 -0
- package/es/selectAvatarList/component.js +2 -1
- package/es/selectGategory/component.js +2 -1
- package/es/selectGategory/components/ColumnSelection/index.js +2 -1
- package/es/selectThumb/component.js +8 -3
- package/es/selectThumb/components/card.js +5 -7
- package/es/selectThumb/components/colorPalette.js +2 -1
- package/es/selectThumb/components/colorPicker.js +2 -1
- package/es/typeIcons/component.js +10 -7
- package/es/uploadBefore/component.js +3 -2
- package/es/uploadBefore/components/UploadBefore.js +2 -1
- package/es/uploadBefore/components/UploadForClick.js +2 -1
- package/es/uploadStep/component.js +3 -2
- package/es/userDirector/component.js +2 -1
- package/es/userDirector/components/userTree.js +2 -1
- package/es/utils/doc.d.ts +1 -0
- package/es/utils/doc.js +2 -1
- package/es/utils/typeMap.d.ts +1 -0
- package/es/utils/typeMap.js +2 -1
- package/lib/baseFilter/component.js +2 -1
- package/lib/contentDetailList/component.js +3 -1
- package/lib/contentDetailList/components/Content/CompoItem/index.js +2 -1
- package/lib/contentDetailList/components/Content/ContentListItem/index.js +2 -1
- package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +2 -1
- package/lib/contentDetailList/components/Content/DocItem/index.js +2 -1
- package/lib/contentDetailList/components/Content/DocMpItem/index.js +2 -1
- package/lib/contentDetailList/components/Content/KongoNavItem/index.js +2 -1
- package/lib/contentDetailList/components/Content/LiveItem/index.js +2 -1
- package/lib/contentDetailList/components/Content/MaccountItem/index.js +2 -1
- package/lib/contentDetailList/components/Content/index.js +6 -1
- package/lib/contentDetailList/components/Doc/index.js +2 -1
- package/lib/contentDetailList/style/DocItem.less +4 -3
- package/lib/contentDetailList/style/index.css +3 -3
- package/lib/contentModal/component.js +39 -36
- package/lib/contentModal/components/CompoList/CompoFilter/index.js +3 -2
- package/lib/contentModal/components/CompoList/index.js +10 -3
- package/lib/contentModal/components/ContentList/MediaFilter/index.js +2 -1
- package/lib/contentModal/components/ContentList/index.js +2 -1
- package/lib/contentModal/components/LiveList/MediaFilter/index.js +2 -1
- package/lib/contentModal/components/LiveList/index.js +2 -1
- package/lib/contentModal/components/MpAccountList/MpAccountFilter/index.js +2 -1
- package/lib/contentModal/components/MpAccountList/index.js +2 -1
- package/lib/contentModal/components/MpContentList/MediaFilter/index.js +2 -1
- package/lib/contentModal/components/MpContentList/index.js +2 -1
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +53 -21
- package/lib/contentModal/components/ViewAllColumn/columnTree/index.js +66 -16
- package/lib/contentModal/components/ViewAllColumn/index.js +92 -44
- package/lib/contentModal/components/storeBox/index.js +8 -7
- package/lib/contentModal/images/pic-thumb.js +3 -0
- package/lib/contentModal/style/MediaFilter.less +35 -5
- package/lib/contentModal/style/ViewAllColumn.less +11 -0
- package/lib/contentModal/style/columnTree.less +25 -5
- package/lib/contentModal/style/index.css +56 -11
- package/lib/contentModal/style/storeBox.less +16 -6
- package/lib/dataTags/component.js +25 -4
- package/lib/editMetaInfo/component.js +2 -1
- package/lib/editMetaInfo/components/metaInfoForm.js +91 -5
- package/lib/editMetaInfo/style/index.css +18 -1
- package/lib/editMetaInfo/style/index.less +31 -1
- package/lib/hooks/source.js +34 -0
- package/lib/imageCrop/component.js +16 -9
- package/lib/index.css +218 -20
- package/lib/mediaFilter/component.js +2 -1
- package/lib/mediaFilter/components/DocFilter.js +2 -1
- package/lib/mediaFilter/components/FilterGroup.js +1 -1
- package/lib/messageBox/list.js +2 -1
- package/lib/previousVersion/component.js +2 -1
- package/lib/resourceModal/assets/images/sys_load_more.js +3 -0
- package/lib/resourceModal/component.js +10 -2
- package/lib/resourceModal/components/MediaPreviewer/index.js +2 -1
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +2 -1
- package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +5 -7
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +86 -33
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +140 -0
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +104 -0
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +104 -0
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -1
- package/lib/resourceModal/components/MediaSelection/index.js +17 -7
- package/lib/resourceModal/script/api.js +23 -0
- package/lib/resourceModal/script/mediaSelection.js +10 -0
- package/lib/resourceModal/style/MainContent.less +25 -5
- package/lib/resourceModal/style/SystemResourceSelected.less +138 -0
- package/lib/resourceModal/style/index.css +142 -6
- package/lib/resourceModal/style/index.less +1 -0
- package/lib/selectAvatarList/component.js +2 -1
- package/lib/selectGategory/component.js +2 -1
- package/lib/selectGategory/components/ColumnSelection/index.js +2 -1
- package/lib/selectThumb/component.js +7 -2
- package/lib/selectThumb/components/card.js +5 -7
- package/lib/selectThumb/components/colorPalette.js +2 -1
- package/lib/selectThumb/components/colorPicker.js +2 -1
- package/lib/typeIcons/component.js +9 -6
- package/lib/uploadBefore/component.js +3 -2
- package/lib/uploadBefore/components/UploadBefore.js +2 -1
- package/lib/uploadBefore/components/UploadForClick.js +2 -1
- package/lib/uploadStep/component.js +3 -2
- package/lib/userDirector/component.js +2 -1
- package/lib/userDirector/components/userTree.js +2 -1
- package/lib/utils/doc.js +2 -1
- package/lib/utils/typeMap.js +2 -1
- package/package.json +5 -3
- package/es/editMetaInfo/script/restaurants.js +0 -127
- package/lib/editMetaInfo/script/restaurants.js +0 -128
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, watch, openBlock, createElementBlock, createVNode, unref, withCtx, Fragment, renderList, createBlock, withDirectives, createTextVNode, vShow } from "vue";
|
|
2
|
-
import { Space, Select, Option,
|
|
1
|
+
import { defineComponent, ref, computed, watch, openBlock, createElementBlock, createVNode, unref, withCtx, Fragment, renderList, createBlock, withDirectives, createTextVNode, vShow, createElementVNode } from "vue";
|
|
2
|
+
import { Space, Input, Select, Option, Button } from "@arco-design/web-vue";
|
|
3
|
+
import { IconRefresh } from "@arco-design/web-vue/es/icon";
|
|
3
4
|
import { docSeries, docThumbMap } from "../../../../utils/doc.js";
|
|
4
5
|
import _sfc_main$1 from "../columnTree/index.js";
|
|
5
6
|
const _hoisted_1 = { class: "media-filter-container" };
|
|
@@ -7,7 +8,7 @@ const _sfc_main = defineComponent({
|
|
|
7
8
|
...{ name: "MediaFilter" },
|
|
8
9
|
__name: "index",
|
|
9
10
|
props: {
|
|
10
|
-
|
|
11
|
+
groupId: {},
|
|
11
12
|
tree: { default: () => [] },
|
|
12
13
|
series: { default: "all" },
|
|
13
14
|
banner: { default: "all" },
|
|
@@ -15,9 +16,10 @@ const _sfc_main = defineComponent({
|
|
|
15
16
|
userInfo: {}
|
|
16
17
|
},
|
|
17
18
|
emits: ["update:group_id", "search"],
|
|
18
|
-
setup(__props, { emit }) {
|
|
19
|
+
setup(__props, { emit: __emit }) {
|
|
19
20
|
const props = __props;
|
|
20
21
|
const column_id = ref(0);
|
|
22
|
+
const emit = __emit;
|
|
21
23
|
const filter = ref({
|
|
22
24
|
keywords: "",
|
|
23
25
|
type: "",
|
|
@@ -65,6 +67,12 @@ const _sfc_main = defineComponent({
|
|
|
65
67
|
});
|
|
66
68
|
return [{ value: "", label: "\u5168\u90E8\u5C01\u9762\u7C7B\u578B" }, ...arr];
|
|
67
69
|
});
|
|
70
|
+
const sortOptions = computed(() => {
|
|
71
|
+
return [
|
|
72
|
+
{ value: -1, label: "\u53D1\u5E03\u65F6\u95F4" },
|
|
73
|
+
{ value: 1, label: "\u521B\u5EFA\u65F6\u95F4" }
|
|
74
|
+
];
|
|
75
|
+
});
|
|
68
76
|
const showReset = computed(() => {
|
|
69
77
|
let { banner } = filter.value;
|
|
70
78
|
if (props.banner !== "all") {
|
|
@@ -74,7 +82,7 @@ const _sfc_main = defineComponent({
|
|
|
74
82
|
if (props.series !== "all") {
|
|
75
83
|
series = "";
|
|
76
84
|
}
|
|
77
|
-
return filter.value.keywords || series || filter.value.cover_type || banner;
|
|
85
|
+
return filter.value.keywords || series || filter.value.cover_type || banner || filter.value.sort !== -1;
|
|
78
86
|
});
|
|
79
87
|
const reset = () => {
|
|
80
88
|
filter.value = {
|
|
@@ -99,13 +107,13 @@ const _sfc_main = defineComponent({
|
|
|
99
107
|
};
|
|
100
108
|
watch(
|
|
101
109
|
() => filter.value,
|
|
102
|
-
(
|
|
110
|
+
() => {
|
|
103
111
|
handleSearch();
|
|
104
112
|
},
|
|
105
113
|
{ deep: true }
|
|
106
114
|
);
|
|
107
115
|
watch(
|
|
108
|
-
() => props.
|
|
116
|
+
() => props.groupId,
|
|
109
117
|
(val) => {
|
|
110
118
|
column_id.value = val;
|
|
111
119
|
}
|
|
@@ -118,18 +126,26 @@ const _sfc_main = defineComponent({
|
|
|
118
126
|
);
|
|
119
127
|
return (_ctx, _cache) => {
|
|
120
128
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
121
|
-
createVNode(unref(Space), { size: "
|
|
129
|
+
createVNode(unref(Space), { size: "small" }, {
|
|
122
130
|
default: withCtx(() => [
|
|
131
|
+
createVNode(unref(Input), {
|
|
132
|
+
modelValue: filter.value.keywords,
|
|
133
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => filter.value.keywords = $event),
|
|
134
|
+
"allow-clear": "",
|
|
135
|
+
class: "filter-item",
|
|
136
|
+
placeholder: "\u8BF7\u8F93\u5165\u5185\u5BB9\u6807\u9898",
|
|
137
|
+
onPressEnter: handleSearch
|
|
138
|
+
}, null, 8, ["modelValue"]),
|
|
123
139
|
createVNode(_sfc_main$1, {
|
|
124
140
|
column_id: column_id.value,
|
|
125
|
-
"onUpdate:column_id": _cache[
|
|
141
|
+
"onUpdate:column_id": _cache[1] || (_cache[1] = ($event) => column_id.value = $event),
|
|
126
142
|
height: props.height,
|
|
127
143
|
tree: props.tree,
|
|
128
144
|
"user-info": props.userInfo
|
|
129
145
|
}, null, 8, ["column_id", "height", "tree", "user-info"]),
|
|
130
146
|
createVNode(unref(Select), {
|
|
131
147
|
modelValue: filter.value.type,
|
|
132
|
-
"onUpdate:modelValue": _cache[
|
|
148
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => filter.value.type = $event),
|
|
133
149
|
class: "filter-item",
|
|
134
150
|
placeholder: "\u7C7B\u578B"
|
|
135
151
|
}, {
|
|
@@ -146,7 +162,7 @@ const _sfc_main = defineComponent({
|
|
|
146
162
|
}, 8, ["modelValue"]),
|
|
147
163
|
createVNode(unref(Select), {
|
|
148
164
|
modelValue: filter.value.cover_type,
|
|
149
|
-
"onUpdate:modelValue": _cache[
|
|
165
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => filter.value.cover_type = $event),
|
|
150
166
|
class: "filter-item",
|
|
151
167
|
placeholder: "\u5C01\u9762"
|
|
152
168
|
}, {
|
|
@@ -163,7 +179,7 @@ const _sfc_main = defineComponent({
|
|
|
163
179
|
}, 8, ["modelValue"]),
|
|
164
180
|
createVNode(unref(Select), {
|
|
165
181
|
modelValue: filter.value.banner,
|
|
166
|
-
"onUpdate:modelValue": _cache[
|
|
182
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => filter.value.banner = $event),
|
|
167
183
|
class: "filter-item",
|
|
168
184
|
placeholder: "\u72EC\u7ACB\u8F6E\u64AD"
|
|
169
185
|
}, {
|
|
@@ -178,21 +194,15 @@ const _sfc_main = defineComponent({
|
|
|
178
194
|
]),
|
|
179
195
|
_: 1
|
|
180
196
|
}, 8, ["modelValue"]),
|
|
181
|
-
createVNode(unref(Input), {
|
|
182
|
-
modelValue: filter.value.keywords,
|
|
183
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => filter.value.keywords = $event),
|
|
184
|
-
class: "filter-item",
|
|
185
|
-
"allow-clear": "",
|
|
186
|
-
placeholder: "\u8BF7\u8F93\u5165\u5185\u5BB9\u6807\u9898",
|
|
187
|
-
onPressEnter: handleSearch
|
|
188
|
-
}, null, 8, ["modelValue"]),
|
|
189
197
|
withDirectives(createVNode(unref(Button), {
|
|
190
|
-
|
|
198
|
+
class: "reset-button",
|
|
191
199
|
size: "small",
|
|
200
|
+
type: "text",
|
|
192
201
|
onClick: reset
|
|
193
202
|
}, {
|
|
194
203
|
default: withCtx(() => [
|
|
195
|
-
|
|
204
|
+
createVNode(unref(IconRefresh), { class: "reset-icon" }),
|
|
205
|
+
createTextVNode(" \u91CD\u7F6E ")
|
|
196
206
|
]),
|
|
197
207
|
_: 1
|
|
198
208
|
}, 512), [
|
|
@@ -200,7 +210,29 @@ const _sfc_main = defineComponent({
|
|
|
200
210
|
])
|
|
201
211
|
]),
|
|
202
212
|
_: 1
|
|
203
|
-
})
|
|
213
|
+
}),
|
|
214
|
+
createElementVNode("div", {
|
|
215
|
+
class: "sort-button",
|
|
216
|
+
onClick: reset
|
|
217
|
+
}, [
|
|
218
|
+
createVNode(unref(Select), {
|
|
219
|
+
modelValue: filter.value.sort,
|
|
220
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => filter.value.sort = $event),
|
|
221
|
+
class: "filter-item",
|
|
222
|
+
placeholder: "\u53D1\u5E03\u65F6\u95F4"
|
|
223
|
+
}, {
|
|
224
|
+
default: withCtx(() => [
|
|
225
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(sortOptions.value, (item) => {
|
|
226
|
+
return openBlock(), createBlock(unref(Option), {
|
|
227
|
+
key: item.value,
|
|
228
|
+
label: item.label,
|
|
229
|
+
value: item.value
|
|
230
|
+
}, null, 8, ["label", "value"]);
|
|
231
|
+
}), 128))
|
|
232
|
+
]),
|
|
233
|
+
_: 1
|
|
234
|
+
}, 8, ["modelValue"])
|
|
235
|
+
])
|
|
204
236
|
]);
|
|
205
237
|
};
|
|
206
238
|
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { defineComponent, ref, watch, openBlock, createElementBlock, createVNode, unref, withCtx, createElementVNode, normalizeStyle, createTextVNode, toDisplayString } from "vue";
|
|
2
|
-
import { Popover, Scrollbar, Tree, Button } from "@arco-design/web-vue";
|
|
1
|
+
import { defineComponent, ref, computed, watch, openBlock, createElementBlock, createVNode, unref, withCtx, createElementVNode, createCommentVNode, normalizeStyle, createTextVNode, toDisplayString } from "vue";
|
|
2
|
+
import { Popover, InputSearch, Scrollbar, Tree, Button } from "@arco-design/web-vue";
|
|
3
3
|
import { IconDragDotVertical, IconCaretRight } from "@arco-design/web-vue/es/icon";
|
|
4
4
|
import { getCategoryPath } from "../../../script/api.js";
|
|
5
5
|
const _hoisted_1 = { class: "column-selection-container" };
|
|
6
|
+
const _hoisted_2 = { class: "search-column" };
|
|
6
7
|
const _sfc_main = defineComponent({
|
|
7
8
|
...{ name: "columnTree" },
|
|
8
9
|
__name: "index",
|
|
@@ -13,22 +14,55 @@ const _sfc_main = defineComponent({
|
|
|
13
14
|
userInfo: {}
|
|
14
15
|
},
|
|
15
16
|
emits: ["update:column_id"],
|
|
16
|
-
setup(__props, { emit }) {
|
|
17
|
+
setup(__props, { emit: __emit }) {
|
|
17
18
|
const props = __props;
|
|
18
|
-
const
|
|
19
|
+
const emit = __emit;
|
|
19
20
|
const treeOptions = {
|
|
20
21
|
title: "alias",
|
|
21
22
|
isLeaf: "leaf"
|
|
22
23
|
};
|
|
24
|
+
const selectAlias = ref("\u5168\u90E8\u5185\u5BB9");
|
|
25
|
+
const lastSearchKey = ref(window.localStorage.getItem("lastSearchKey") || "");
|
|
26
|
+
const searchKey = ref("");
|
|
27
|
+
const aTreeRef = ref();
|
|
28
|
+
const treeData = computed(() => {
|
|
29
|
+
if (!searchKey.value)
|
|
30
|
+
return props.tree;
|
|
31
|
+
return searchData(searchKey.value);
|
|
32
|
+
});
|
|
33
|
+
const searchData = (keyword) => {
|
|
34
|
+
const loop = (data) => {
|
|
35
|
+
const result = [];
|
|
36
|
+
data.forEach((item) => {
|
|
37
|
+
var _a;
|
|
38
|
+
if ((_a = item.alias) == null ? void 0 : _a.includes(keyword)) {
|
|
39
|
+
result.push({ ...item });
|
|
40
|
+
} else if (item.children) {
|
|
41
|
+
const filterData = loop(item.children);
|
|
42
|
+
if (filterData.length) {
|
|
43
|
+
result.push({
|
|
44
|
+
...item,
|
|
45
|
+
children: filterData
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
});
|
|
50
|
+
return result;
|
|
51
|
+
};
|
|
52
|
+
return loop(props.tree);
|
|
53
|
+
};
|
|
54
|
+
const clickLastItem = () => {
|
|
55
|
+
aTreeRef.value.selectNode(lastSearchKey.value, true);
|
|
56
|
+
};
|
|
23
57
|
watch(
|
|
24
58
|
() => props.column_id,
|
|
25
59
|
(val) => {
|
|
26
|
-
|
|
60
|
+
setSelectAlias(val);
|
|
27
61
|
}
|
|
28
62
|
);
|
|
29
|
-
const
|
|
63
|
+
const setSelectAlias = async (id) => {
|
|
30
64
|
if (id === "all") {
|
|
31
|
-
|
|
65
|
+
selectAlias.value = "\u5168\u90E8\u5185\u5BB9";
|
|
32
66
|
return;
|
|
33
67
|
}
|
|
34
68
|
const { code, message } = await getCategoryPath(props.userInfo.BASE_API, {
|
|
@@ -40,28 +74,42 @@ const _sfc_main = defineComponent({
|
|
|
40
74
|
for (const i of message) {
|
|
41
75
|
pathArr.push(i.category_alias);
|
|
42
76
|
}
|
|
43
|
-
|
|
77
|
+
selectAlias.value = pathArr.join("/");
|
|
44
78
|
}
|
|
45
79
|
};
|
|
46
80
|
const AddColumnSelected = (selectedKeys, data) => {
|
|
81
|
+
lastSearchKey.value = selectedKeys[0];
|
|
82
|
+
window.localStorage.setItem("lastSearchKey", lastSearchKey.value);
|
|
47
83
|
emit("update:column_id", data.node.id);
|
|
48
84
|
};
|
|
49
85
|
return (_ctx, _cache) => {
|
|
50
86
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
51
87
|
createVNode(unref(Popover), {
|
|
52
|
-
position: "bottom",
|
|
53
|
-
"content-class": "column-selection-popover-content",
|
|
54
88
|
"content-style": { minWidth: "120px" },
|
|
89
|
+
"content-class": "column-selection-popover-content",
|
|
90
|
+
position: "bottom",
|
|
55
91
|
trigger: "click"
|
|
56
92
|
}, {
|
|
57
93
|
content: withCtx(() => [
|
|
94
|
+
createElementVNode("div", _hoisted_2, [
|
|
95
|
+
createVNode(unref(InputSearch), {
|
|
96
|
+
modelValue: searchKey.value,
|
|
97
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => searchKey.value = $event),
|
|
98
|
+
placeholder: "\u8BF7\u8F93\u5165\u680F\u76EE\u540D\u79F0"
|
|
99
|
+
}, null, 8, ["modelValue"])
|
|
100
|
+
]),
|
|
101
|
+
lastSearchKey.value ? (openBlock(), createElementBlock("div", {
|
|
102
|
+
key: 0,
|
|
103
|
+
class: "last-search-key",
|
|
104
|
+
onClick: clickLastItem
|
|
105
|
+
}, "\u4E0A\u4E00\u6B21\u9009\u62E9 ")) : createCommentVNode("v-if", true),
|
|
58
106
|
createElementVNode("div", {
|
|
59
|
-
|
|
60
|
-
|
|
107
|
+
style: normalizeStyle({ minHeight: props.height + "px" }),
|
|
108
|
+
class: "column-selection-main"
|
|
61
109
|
}, [
|
|
62
110
|
createElementVNode("div", {
|
|
63
|
-
|
|
64
|
-
|
|
111
|
+
style: normalizeStyle({ height: props.height + "px" }),
|
|
112
|
+
class: "column-v"
|
|
65
113
|
}, [
|
|
66
114
|
createVNode(unref(Scrollbar), {
|
|
67
115
|
"outer-class": "column-outer-scrollbar",
|
|
@@ -69,11 +117,13 @@ const _sfc_main = defineComponent({
|
|
|
69
117
|
}, {
|
|
70
118
|
default: withCtx(() => [
|
|
71
119
|
createVNode(unref(Tree), {
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
120
|
+
ref_key: "aTreeRef",
|
|
121
|
+
ref: aTreeRef,
|
|
122
|
+
data: treeData.value,
|
|
75
123
|
"default-expand-all": false,
|
|
76
124
|
"field-names": treeOptions,
|
|
125
|
+
"block-node": "",
|
|
126
|
+
"check-strictly": "",
|
|
77
127
|
onSelect: AddColumnSelected
|
|
78
128
|
}, null, 8, ["data"])
|
|
79
129
|
]),
|
|
@@ -86,7 +136,7 @@ const _sfc_main = defineComponent({
|
|
|
86
136
|
createVNode(unref(Button), { class: "button" }, {
|
|
87
137
|
default: withCtx(() => [
|
|
88
138
|
createVNode(unref(IconDragDotVertical)),
|
|
89
|
-
createTextVNode(toDisplayString(
|
|
139
|
+
createTextVNode(" " + toDisplayString(selectAlias.value) + " ", 1),
|
|
90
140
|
createVNode(unref(IconCaretRight))
|
|
91
141
|
]),
|
|
92
142
|
_: 1
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, computed, watch, onMounted, openBlock, createElementBlock, createVNode, createElementVNode, unref, withCtx,
|
|
1
|
+
import { defineComponent, ref, computed, watch, onMounted, openBlock, createElementBlock, createVNode, createElementVNode, unref, withCtx, toDisplayString, renderSlot, withDirectives, vShow } from "vue";
|
|
2
|
+
import _imports_0 from "../../images/pic-thumb.js";
|
|
2
3
|
import { Table, Checkbox, Pagination, Message } from "@arco-design/web-vue";
|
|
3
4
|
import _sfc_main$2 from "../../../typeIcons/component.js";
|
|
4
5
|
import _sfc_main$1 from "./MediaFilter/index.js";
|
|
@@ -8,11 +9,19 @@ import { timeFormat } from "../../../utils/index.js";
|
|
|
8
9
|
import { getCategoryMediaNew, checkCommitFulfillment, getCategoryCategoriesTree } from "../../script/api.js";
|
|
9
10
|
const _hoisted_1 = { class: "view-all-column-container" };
|
|
10
11
|
const _hoisted_2 = { class: "content-table-view" };
|
|
11
|
-
const _hoisted_3 =
|
|
12
|
-
const _hoisted_4 =
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
const _hoisted_3 = ["src"];
|
|
13
|
+
const _hoisted_4 = {
|
|
14
|
+
key: 1,
|
|
15
|
+
alt: "",
|
|
16
|
+
class: "pic-thumb-img",
|
|
17
|
+
src: _imports_0
|
|
18
|
+
};
|
|
19
|
+
const _hoisted_5 = { class: "title-span" };
|
|
20
|
+
const _hoisted_6 = { class: "title" };
|
|
21
|
+
const _hoisted_7 = { class: "title-span" };
|
|
22
|
+
const _hoisted_8 = { class: "title-span" };
|
|
23
|
+
const _hoisted_9 = { class: "bottom-view" };
|
|
24
|
+
const _hoisted_10 = { class: "left" };
|
|
16
25
|
const _sfc_main = defineComponent({
|
|
17
26
|
...{ name: "ViewAllColumn" },
|
|
18
27
|
__name: "index",
|
|
@@ -25,7 +34,8 @@ const _sfc_main = defineComponent({
|
|
|
25
34
|
userInfo: {}
|
|
26
35
|
},
|
|
27
36
|
emits: ["change"],
|
|
28
|
-
setup(__props, { emit }) {
|
|
37
|
+
setup(__props, { emit: __emit }) {
|
|
38
|
+
const emit = __emit;
|
|
29
39
|
const props = __props;
|
|
30
40
|
const _maxSelect = props.maxSelect || 100;
|
|
31
41
|
const selectedData = ref([]);
|
|
@@ -54,18 +64,21 @@ const _sfc_main = defineComponent({
|
|
|
54
64
|
});
|
|
55
65
|
const {
|
|
56
66
|
isItemChecked,
|
|
57
|
-
hoverBatchBox,
|
|
58
67
|
tableCellMouseEnter,
|
|
59
68
|
tableCellMouseLeave
|
|
60
69
|
} = useTableBatch();
|
|
61
|
-
const clickCheckbox = (e, record) => {
|
|
62
|
-
e.stopPropagation();
|
|
63
|
-
e.preventDefault();
|
|
64
|
-
selectData(record);
|
|
65
|
-
};
|
|
66
70
|
const selectTableCell = (record) => {
|
|
67
71
|
selectData(record);
|
|
68
72
|
};
|
|
73
|
+
const selectTableAll = (checked) => {
|
|
74
|
+
if (checked) {
|
|
75
|
+
selectedData.value = [];
|
|
76
|
+
mediaFileData.value.forEach((item) => selectData(item));
|
|
77
|
+
} else {
|
|
78
|
+
selectedData.value = [];
|
|
79
|
+
}
|
|
80
|
+
emitChange();
|
|
81
|
+
};
|
|
69
82
|
const selectData = (record) => {
|
|
70
83
|
if (importantBanner.value) {
|
|
71
84
|
const {
|
|
@@ -149,28 +162,45 @@ const _sfc_main = defineComponent({
|
|
|
149
162
|
categoryCascaderData.value = arr;
|
|
150
163
|
}
|
|
151
164
|
};
|
|
152
|
-
const columns = [
|
|
165
|
+
const columns = ref([
|
|
166
|
+
{
|
|
167
|
+
title: "\u52FE",
|
|
168
|
+
dataIndex: "select",
|
|
169
|
+
slotName: "select",
|
|
170
|
+
width: 40,
|
|
171
|
+
titleSlotName: "selectTitle"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
title: "\u5C01\u9762",
|
|
175
|
+
dataIndex: "cover",
|
|
176
|
+
slotName: "cover",
|
|
177
|
+
width: 92
|
|
178
|
+
},
|
|
153
179
|
{
|
|
154
180
|
title: "\u6807\u9898",
|
|
155
181
|
dataIndex: "title",
|
|
156
|
-
slotName: "title"
|
|
182
|
+
slotName: "title",
|
|
183
|
+
width: 428
|
|
157
184
|
},
|
|
158
185
|
{
|
|
159
186
|
title: "\u7C7B\u578B",
|
|
160
187
|
dataIndex: "series",
|
|
161
|
-
slotName: "series"
|
|
188
|
+
slotName: "series",
|
|
189
|
+
width: 170
|
|
162
190
|
},
|
|
163
191
|
{
|
|
164
192
|
title: "\u7F16\u8F91",
|
|
165
193
|
dataIndex: "duty_editor",
|
|
166
|
-
slotName: "duty_editor"
|
|
194
|
+
slotName: "duty_editor",
|
|
195
|
+
width: 100
|
|
167
196
|
},
|
|
168
197
|
{
|
|
169
198
|
title: "\u53D1\u5E03\u65F6\u95F4",
|
|
170
199
|
dataIndex: "pub_time",
|
|
171
|
-
slotName: "pub_time"
|
|
200
|
+
slotName: "pub_time",
|
|
201
|
+
width: 150
|
|
172
202
|
}
|
|
173
|
-
];
|
|
203
|
+
]);
|
|
174
204
|
const importantSeries = computed(() => {
|
|
175
205
|
return props.series !== "all";
|
|
176
206
|
});
|
|
@@ -227,57 +257,75 @@ const _sfc_main = defineComponent({
|
|
|
227
257
|
createVNode(_sfc_main$1, {
|
|
228
258
|
group_id: group_id.value,
|
|
229
259
|
"onUpdate:group_id": _cache[0] || (_cache[0] = ($event) => group_id.value = $event),
|
|
230
|
-
tree: categoryCascaderData.value,
|
|
231
|
-
series: props.series,
|
|
232
260
|
banner: _ctx.banner,
|
|
233
261
|
height: listMinHeight.value,
|
|
262
|
+
series: props.series,
|
|
263
|
+
tree: categoryCascaderData.value,
|
|
234
264
|
"user-info": props.userInfo,
|
|
235
265
|
onSearch: search
|
|
236
|
-
}, null, 8, ["group_id", "
|
|
266
|
+
}, null, 8, ["group_id", "banner", "height", "series", "tree", "user-info"]),
|
|
237
267
|
createElementVNode("div", _hoisted_2, [
|
|
238
268
|
createVNode(unref(Table), {
|
|
239
|
-
columns,
|
|
240
|
-
scroll: scrollPercent,
|
|
241
|
-
pagination: false,
|
|
242
269
|
bordered: false,
|
|
270
|
+
columns: columns.value,
|
|
243
271
|
data: mediaFileData.value,
|
|
272
|
+
pagination: false,
|
|
273
|
+
scroll: scrollPercent,
|
|
244
274
|
onCellMouseEnter: unref(tableCellMouseEnter),
|
|
245
275
|
onCellMouseLeave: unref(tableCellMouseLeave),
|
|
246
276
|
onRowClick: selectTableCell
|
|
247
277
|
}, {
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
278
|
+
selectTitle: withCtx(() => [
|
|
279
|
+
createVNode(unref(Checkbox), {
|
|
280
|
+
class: "icon",
|
|
281
|
+
onChange: selectTableAll
|
|
282
|
+
})
|
|
283
|
+
]),
|
|
284
|
+
select: withCtx(({ record }) => [
|
|
285
|
+
createVNode(unref(Checkbox), {
|
|
286
|
+
"model-value": unref(isItemChecked)(selectedData.value, record),
|
|
287
|
+
class: "icon"
|
|
288
|
+
}, null, 8, ["model-value"])
|
|
289
|
+
]),
|
|
290
|
+
cover: withCtx(({ record }) => {
|
|
291
|
+
var _a, _b, _c, _d, _e, _f;
|
|
292
|
+
return [
|
|
293
|
+
((_c = (_b = (_a = record.cover) == null ? void 0 : _a.data) == null ? void 0 : _b[0]) == null ? void 0 : _c.thumb) ? (openBlock(), createElementBlock("img", {
|
|
251
294
|
key: 0,
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
295
|
+
src: (_f = (_e = (_d = record.cover) == null ? void 0 : _d.data) == null ? void 0 : _e[0]) == null ? void 0 : _f.thumb,
|
|
296
|
+
alt: "",
|
|
297
|
+
class: "pic-thumb-img"
|
|
298
|
+
}, null, 8, _hoisted_3)) : (openBlock(), createElementBlock("img", _hoisted_4))
|
|
299
|
+
];
|
|
300
|
+
}),
|
|
301
|
+
title: withCtx(({ record }) => [
|
|
302
|
+
createElementVNode("span", _hoisted_5, [
|
|
303
|
+
createVNode(_sfc_main$2, {
|
|
304
|
+
type: record.series,
|
|
260
305
|
class: "icon",
|
|
261
|
-
doc: ""
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
createElementVNode("span", _hoisted_5, toDisplayString(record.title || record.alias || "--"), 1)
|
|
306
|
+
doc: ""
|
|
307
|
+
}, null, 8, ["type"]),
|
|
308
|
+
createElementVNode("span", _hoisted_6, toDisplayString(record.title || record.alias || "--"), 1)
|
|
265
309
|
])
|
|
266
310
|
]),
|
|
267
311
|
series: withCtx(({ record }) => [
|
|
268
312
|
createVNode(_sfc_main$3, { item: record }, null, 8, ["item"])
|
|
269
313
|
]),
|
|
270
314
|
duty_editor: withCtx(({ record }) => [
|
|
271
|
-
createElementVNode("span",
|
|
315
|
+
createElementVNode("span", _hoisted_7, [
|
|
316
|
+
createElementVNode("span", null, toDisplayString(record.duty_editor || "--"), 1)
|
|
317
|
+
])
|
|
272
318
|
]),
|
|
273
319
|
pub_time: withCtx(({ record }) => [
|
|
274
|
-
createElementVNode("span",
|
|
320
|
+
createElementVNode("span", _hoisted_8, [
|
|
321
|
+
createElementVNode("span", null, toDisplayString(unref(timeFormat)(record.pub_time)), 1)
|
|
322
|
+
])
|
|
275
323
|
]),
|
|
276
324
|
_: 1
|
|
277
|
-
}, 8, ["data", "onCellMouseEnter", "onCellMouseLeave"])
|
|
325
|
+
}, 8, ["columns", "data", "onCellMouseEnter", "onCellMouseLeave"])
|
|
278
326
|
]),
|
|
279
|
-
createElementVNode("div",
|
|
280
|
-
createElementVNode("div",
|
|
327
|
+
createElementVNode("div", _hoisted_9, [
|
|
328
|
+
createElementVNode("div", _hoisted_10, [
|
|
281
329
|
renderSlot(_ctx.$slots, "store"),
|
|
282
330
|
withDirectives(createVNode(unref(Pagination), {
|
|
283
331
|
current: page.value.index,
|
|
@@ -14,8 +14,9 @@ const _sfc_main = defineComponent({
|
|
|
14
14
|
selectData: {}
|
|
15
15
|
},
|
|
16
16
|
emits: ["update:selectData"],
|
|
17
|
-
setup(__props, { emit }) {
|
|
17
|
+
setup(__props, { emit: __emit }) {
|
|
18
18
|
const props = __props;
|
|
19
|
+
const emit = __emit;
|
|
19
20
|
const remove = (item, index) => {
|
|
20
21
|
const arr = props.selectData;
|
|
21
22
|
arr.splice(index, 1);
|
|
@@ -27,10 +28,10 @@ const _sfc_main = defineComponent({
|
|
|
27
28
|
return (_ctx, _cache) => {
|
|
28
29
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
29
30
|
createVNode(unref(Popover), {
|
|
30
|
-
position: "tl",
|
|
31
|
-
"content-class": "selected-store-box-popover-content",
|
|
32
|
-
"content-style": { width: "290px" },
|
|
33
31
|
"arrow-style": { display: "none" },
|
|
32
|
+
"content-style": { width: "420px" },
|
|
33
|
+
"content-class": "selected-store-box-popover-content",
|
|
34
|
+
position: "tl",
|
|
34
35
|
trigger: "click"
|
|
35
36
|
}, {
|
|
36
37
|
content: withCtx(() => [
|
|
@@ -47,17 +48,17 @@ const _sfc_main = defineComponent({
|
|
|
47
48
|
}, [
|
|
48
49
|
createElementVNode("div", _hoisted_3, [
|
|
49
50
|
createVNode(_sfc_main$1, {
|
|
51
|
+
type: item.series,
|
|
50
52
|
class: "icon",
|
|
51
|
-
doc: ""
|
|
52
|
-
type: item.series
|
|
53
|
+
doc: ""
|
|
53
54
|
}, null, 8, ["type"]),
|
|
54
55
|
createElementVNode("span", _hoisted_4, toDisplayString(item.alias || item.title), 1)
|
|
55
56
|
]),
|
|
56
57
|
createVNode(unref(Button), {
|
|
57
58
|
class: "close-btn",
|
|
58
|
-
type: "text",
|
|
59
59
|
shape: "circle",
|
|
60
60
|
size: "mini",
|
|
61
|
+
type: "text",
|
|
61
62
|
onClick: ($event) => remove(item, index)
|
|
62
63
|
}, {
|
|
63
64
|
icon: withCtx(() => [
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
var _imports_0 = "data:image/png;base64,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";
|
|
2
|
+
export { _imports_0 as default };
|
|
@@ -1,8 +1,38 @@
|
|
|
1
1
|
.media-filter-container {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
justify-content: space-between;
|
|
5
|
+
padding: 10px 20px;
|
|
6
|
+
|
|
7
|
+
.filter-item {
|
|
8
|
+
width: auto;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
// 重置
|
|
12
|
+
.reset-button {
|
|
13
|
+
width: 74px;
|
|
14
|
+
padding: 9px 12px;
|
|
15
|
+
font-size: 14px;
|
|
16
|
+
|
|
17
|
+
.reset-icon {
|
|
18
|
+
margin-right: 8px;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
//排序
|
|
23
|
+
.sort-button {
|
|
24
|
+
color: #4e5969;
|
|
25
|
+
|
|
5
26
|
.filter-item {
|
|
6
|
-
|
|
27
|
+
width: 102px;
|
|
28
|
+
|
|
29
|
+
.arco-select-view-suffix {
|
|
30
|
+
padding-left: 0;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
&:hover {
|
|
35
|
+
cursor: pointer;
|
|
7
36
|
}
|
|
8
|
-
}
|
|
37
|
+
}
|
|
38
|
+
}
|