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