@cmstops/pro-compo 0.1.31 → 0.1.33

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 (66) hide show
  1. package/dist/index.css +190 -15
  2. package/dist/index.min.css +1 -1
  3. package/es/contentModal/component.js +35 -35
  4. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +53 -22
  5. package/es/contentModal/components/ViewAllColumn/columnTree/index.js +67 -18
  6. package/es/contentModal/components/ViewAllColumn/index.js +91 -44
  7. package/es/contentModal/components/storeBox/index.js +6 -6
  8. package/es/contentModal/images/pic-thumb.js +2 -0
  9. package/es/contentModal/style/MediaFilter.less +35 -5
  10. package/es/contentModal/style/ViewAllColumn.less +11 -0
  11. package/es/contentModal/style/columnTree.less +25 -5
  12. package/es/contentModal/style/index.css +56 -11
  13. package/es/contentModal/style/storeBox.less +16 -6
  14. package/es/editMetaInfo/components/metaInfoForm.js +84 -81
  15. package/es/index.css +190 -15
  16. package/es/resourceModal/assets/images/sys_load_more.js +2 -0
  17. package/es/resourceModal/component.js +9 -2
  18. package/es/resourceModal/components/MediaSelection/MainContent/index.js +1 -1
  19. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.d.ts +0 -0
  20. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +139 -0
  21. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.d.ts +0 -0
  22. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +103 -0
  23. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.d.ts +0 -0
  24. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +103 -0
  25. package/es/resourceModal/components/MediaSelection/index.js +16 -7
  26. package/es/resourceModal/script/api.d.ts +17 -0
  27. package/es/resourceModal/script/api.js +21 -1
  28. package/es/resourceModal/script/mediaSelection.d.ts +4 -0
  29. package/es/resourceModal/script/mediaSelection.js +8 -0
  30. package/es/resourceModal/style/DocAiMediaSelected.less +2 -3
  31. package/es/resourceModal/style/MainContent.less +5 -3
  32. package/es/resourceModal/style/SystemResourceSelected.less +138 -0
  33. package/es/resourceModal/style/ToolbarSearch.less +13 -0
  34. package/es/resourceModal/style/index.css +135 -5
  35. package/es/resourceModal/style/index.less +1 -0
  36. package/es/selectThumb/component.js +6 -2
  37. package/lib/contentModal/component.js +35 -35
  38. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +51 -20
  39. package/lib/contentModal/components/ViewAllColumn/columnTree/index.js +65 -16
  40. package/lib/contentModal/components/ViewAllColumn/index.js +90 -43
  41. package/lib/contentModal/components/storeBox/index.js +6 -6
  42. package/lib/contentModal/images/pic-thumb.js +3 -0
  43. package/lib/contentModal/style/MediaFilter.less +35 -5
  44. package/lib/contentModal/style/ViewAllColumn.less +11 -0
  45. package/lib/contentModal/style/columnTree.less +25 -5
  46. package/lib/contentModal/style/index.css +56 -11
  47. package/lib/contentModal/style/storeBox.less +16 -6
  48. package/lib/editMetaInfo/components/metaInfoForm.js +83 -80
  49. package/lib/index.css +190 -15
  50. package/lib/resourceModal/assets/images/sys_load_more.js +3 -0
  51. package/lib/resourceModal/component.js +8 -1
  52. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +2 -2
  53. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +140 -0
  54. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +104 -0
  55. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +104 -0
  56. package/lib/resourceModal/components/MediaSelection/index.js +15 -6
  57. package/lib/resourceModal/script/api.js +23 -0
  58. package/lib/resourceModal/script/mediaSelection.js +10 -0
  59. package/lib/resourceModal/style/DocAiMediaSelected.less +2 -3
  60. package/lib/resourceModal/style/MainContent.less +5 -3
  61. package/lib/resourceModal/style/SystemResourceSelected.less +138 -0
  62. package/lib/resourceModal/style/ToolbarSearch.less +13 -0
  63. package/lib/resourceModal/style/index.css +135 -5
  64. package/lib/resourceModal/style/index.less +1 -0
  65. package/lib/selectThumb/component.js +5 -1
  66. package/package.json +1 -1
@@ -1,4 +1,5 @@
1
- import { defineComponent, ref, computed, watch, onMounted, openBlock, createElementBlock, createVNode, createElementVNode, unref, withCtx, withModifiers, createBlock, toDisplayString, renderSlot, withDirectives, vShow } from "vue";
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 = { class: "title-span" };
12
- const _hoisted_4 = ["onClick"];
13
- const _hoisted_5 = { class: "title" };
14
- const _hoisted_6 = { class: "bottom-view" };
15
- const _hoisted_7 = { class: "left" };
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",
@@ -55,18 +64,21 @@ const _sfc_main = defineComponent({
55
64
  });
56
65
  const {
57
66
  isItemChecked,
58
- hoverBatchBox,
59
67
  tableCellMouseEnter,
60
68
  tableCellMouseLeave
61
69
  } = useTableBatch();
62
- const clickCheckbox = (e, record) => {
63
- e.stopPropagation();
64
- e.preventDefault();
65
- selectData(record);
66
- };
67
70
  const selectTableCell = (record) => {
68
71
  selectData(record);
69
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
+ };
70
82
  const selectData = (record) => {
71
83
  if (importantBanner.value) {
72
84
  const {
@@ -150,28 +162,45 @@ const _sfc_main = defineComponent({
150
162
  categoryCascaderData.value = arr;
151
163
  }
152
164
  };
153
- 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
+ },
154
179
  {
155
180
  title: "\u6807\u9898",
156
181
  dataIndex: "title",
157
- slotName: "title"
182
+ slotName: "title",
183
+ width: 428
158
184
  },
159
185
  {
160
186
  title: "\u7C7B\u578B",
161
187
  dataIndex: "series",
162
- slotName: "series"
188
+ slotName: "series",
189
+ width: 170
163
190
  },
164
191
  {
165
192
  title: "\u7F16\u8F91",
166
193
  dataIndex: "duty_editor",
167
- slotName: "duty_editor"
194
+ slotName: "duty_editor",
195
+ width: 100
168
196
  },
169
197
  {
170
198
  title: "\u53D1\u5E03\u65F6\u95F4",
171
199
  dataIndex: "pub_time",
172
- slotName: "pub_time"
200
+ slotName: "pub_time",
201
+ width: 150
173
202
  }
174
- ];
203
+ ]);
175
204
  const importantSeries = computed(() => {
176
205
  return props.series !== "all";
177
206
  });
@@ -228,57 +257,75 @@ const _sfc_main = defineComponent({
228
257
  createVNode(_sfc_main$1, {
229
258
  group_id: group_id.value,
230
259
  "onUpdate:group_id": _cache[0] || (_cache[0] = ($event) => group_id.value = $event),
231
- tree: categoryCascaderData.value,
232
- series: props.series,
233
260
  banner: _ctx.banner,
234
261
  height: listMinHeight.value,
262
+ series: props.series,
263
+ tree: categoryCascaderData.value,
235
264
  "user-info": props.userInfo,
236
265
  onSearch: search
237
- }, null, 8, ["group_id", "tree", "series", "banner", "height", "user-info"]),
266
+ }, null, 8, ["group_id", "banner", "height", "series", "tree", "user-info"]),
238
267
  createElementVNode("div", _hoisted_2, [
239
268
  createVNode(unref(Table), {
240
- columns,
241
- scroll: scrollPercent,
242
- pagination: false,
243
269
  bordered: false,
270
+ columns: columns.value,
244
271
  data: mediaFileData.value,
272
+ pagination: false,
273
+ scroll: scrollPercent,
245
274
  onCellMouseEnter: unref(tableCellMouseEnter),
246
275
  onCellMouseLeave: unref(tableCellMouseLeave),
247
276
  onRowClick: selectTableCell
248
277
  }, {
249
- title: withCtx(({ record }) => [
250
- createElementVNode("span", _hoisted_3, [
251
- unref(hoverBatchBox)(selectedData.value, record) ? (openBlock(), createElementBlock("span", {
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", {
252
294
  key: 0,
253
- onClick: withModifiers(($event) => clickCheckbox($event, record), ["stop"])
254
- }, [
255
- createVNode(unref(Checkbox), {
256
- class: "icon",
257
- "model-value": unref(isItemChecked)(selectedData.value, record)
258
- }, null, 8, ["model-value"])
259
- ], 8, _hoisted_4)) : (openBlock(), createBlock(_sfc_main$2, {
260
- key: 1,
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,
261
305
  class: "icon",
262
- doc: "",
263
- type: record.series
264
- }, null, 8, ["type"])),
265
- 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)
266
309
  ])
267
310
  ]),
268
311
  series: withCtx(({ record }) => [
269
312
  createVNode(_sfc_main$3, { item: record }, null, 8, ["item"])
270
313
  ]),
271
314
  duty_editor: withCtx(({ record }) => [
272
- createElementVNode("span", null, toDisplayString(record.duty_editor || "--"), 1)
315
+ createElementVNode("span", _hoisted_7, [
316
+ createElementVNode("span", null, toDisplayString(record.duty_editor || "--"), 1)
317
+ ])
273
318
  ]),
274
319
  pub_time: withCtx(({ record }) => [
275
- createElementVNode("span", null, toDisplayString(unref(timeFormat)(record.pub_time)), 1)
320
+ createElementVNode("span", _hoisted_8, [
321
+ createElementVNode("span", null, toDisplayString(unref(timeFormat)(record.pub_time)), 1)
322
+ ])
276
323
  ]),
277
324
  _: 1
278
- }, 8, ["data", "onCellMouseEnter", "onCellMouseLeave"])
325
+ }, 8, ["columns", "data", "onCellMouseEnter", "onCellMouseLeave"])
279
326
  ]),
280
- createElementVNode("div", _hoisted_6, [
281
- createElementVNode("div", _hoisted_7, [
327
+ createElementVNode("div", _hoisted_9, [
328
+ createElementVNode("div", _hoisted_10, [
282
329
  renderSlot(_ctx.$slots, "store"),
283
330
  withDirectives(createVNode(unref(Pagination), {
284
331
  current: page.value.index,
@@ -28,10 +28,10 @@ const _sfc_main = defineComponent({
28
28
  return (_ctx, _cache) => {
29
29
  return openBlock(), createElementBlock("div", _hoisted_1, [
30
30
  createVNode(unref(Popover), {
31
- position: "tl",
32
- "content-class": "selected-store-box-popover-content",
33
- "content-style": { width: "290px" },
34
31
  "arrow-style": { display: "none" },
32
+ "content-style": { width: "420px" },
33
+ "content-class": "selected-store-box-popover-content",
34
+ position: "tl",
35
35
  trigger: "click"
36
36
  }, {
37
37
  content: withCtx(() => [
@@ -48,17 +48,17 @@ const _sfc_main = defineComponent({
48
48
  }, [
49
49
  createElementVNode("div", _hoisted_3, [
50
50
  createVNode(_sfc_main$1, {
51
+ type: item.series,
51
52
  class: "icon",
52
- doc: "",
53
- type: item.series
53
+ doc: ""
54
54
  }, null, 8, ["type"]),
55
55
  createElementVNode("span", _hoisted_4, toDisplayString(item.alias || item.title), 1)
56
56
  ]),
57
57
  createVNode(unref(Button), {
58
58
  class: "close-btn",
59
- type: "text",
60
59
  shape: "circle",
61
60
  size: "mini",
61
+ type: "text",
62
62
  onClick: ($event) => remove(item, index)
63
63
  }, {
64
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
- 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 {
@@ -1,9 +1,29 @@
1
1
  .column-selection-container {
2
- padding: 0px 15px;
2
+ padding: 0 15px;
3
3
  }
4
+
4
5
  .column-selection-popover-content {
5
- padding: 0;
6
- .column-outer-scrollbar {
7
- height: 100%;
6
+ .search-column {
7
+ margin-bottom: 4px;
8
+ padding: 4px 8px;
9
+ }
10
+
11
+ .last-search-key {
12
+ height: 32px;
13
+ margin-left: 22px;
14
+ padding-left: 4px;
15
+ color: #165dff;
16
+ line-height: 32px;
17
+ border-radius: var(--border-radius-small);
18
+
19
+ &:hover {
20
+ color: var(--color-text-1);
21
+ background-color: var(--color-fill-2);
22
+ cursor: pointer;
8
23
  }
9
- }
24
+ }
25
+
26
+ .column-outer-scrollbar {
27
+ height: 100%;
28
+ }
29
+ }
@@ -1,47 +1,82 @@
1
1
  .column-selection-container {
2
- padding: 0px 15px;
3
- }
4
- .column-selection-popover-content {
5
- padding: 0;
2
+ padding: 0 15px;
3
+ }
4
+ .column-selection-popover-content .search-column {
5
+ margin-bottom: 4px;
6
+ padding: 4px 8px;
7
+ }
8
+ .column-selection-popover-content .last-search-key {
9
+ height: 32px;
10
+ margin-left: 22px;
11
+ padding-left: 4px;
12
+ color: #165dff;
13
+ line-height: 32px;
14
+ border-radius: var(--border-radius-small);
15
+ }
16
+ .column-selection-popover-content .last-search-key:hover {
17
+ color: var(--color-text-1);
18
+ background-color: var(--color-fill-2);
19
+ cursor: pointer;
6
20
  }
7
21
  .column-selection-popover-content .column-outer-scrollbar {
8
22
  height: 100%;
9
23
  }
10
24
  .media-filter-container {
11
- padding: 10px 15px;
12
25
  display: flex;
13
26
  align-items: center;
27
+ justify-content: space-between;
28
+ padding: 10px 20px;
14
29
  }
15
30
  .media-filter-container .filter-item {
16
31
  width: auto;
17
32
  }
33
+ .media-filter-container .reset-button {
34
+ width: 74px;
35
+ padding: 9px 12px;
36
+ font-size: 14px;
37
+ }
38
+ .media-filter-container .reset-button .reset-icon {
39
+ margin-right: 8px;
40
+ }
41
+ .media-filter-container .sort-button {
42
+ color: #4e5969;
43
+ }
44
+ .media-filter-container .sort-button .filter-item {
45
+ width: 102px;
46
+ }
47
+ .media-filter-container .sort-button .filter-item .arco-select-view-suffix {
48
+ padding-left: 0;
49
+ }
50
+ .media-filter-container .sort-button:hover {
51
+ cursor: pointer;
52
+ }
18
53
  .selected-store-box-popover-content {
19
54
  padding: 0;
20
55
  }
21
56
  .selected-store-box-popover-content .batch-section-popover-main .item {
22
- height: 35px;
23
57
  display: flex;
24
58
  align-items: center;
25
59
  justify-content: space-between;
26
- padding: 5px 10px;
27
60
  box-sizing: border-box;
61
+ height: 42px;
62
+ padding: 5px 10px;
28
63
  }
29
64
  .selected-store-box-popover-content .batch-section-popover-main .item .icon {
65
+ display: inline-block;
30
66
  width: 20px;
31
67
  height: 25px;
32
68
  margin-right: 8px;
33
69
  font-size: 18px;
34
- vertical-align: middle;
35
- display: inline-block;
36
70
  text-align: center;
71
+ vertical-align: middle;
37
72
  }
38
73
  .selected-store-box-popover-content .batch-section-popover-main .item .left {
39
- width: 90%;
40
74
  display: inline-block;
41
75
  align-items: center;
42
- text-overflow: ellipsis;
76
+ width: 90%;
43
77
  overflow: hidden;
44
78
  white-space: nowrap;
79
+ text-overflow: ellipsis;
45
80
  }
46
81
  .selected-store-box-popover-content .batch-section-popover-main .item .close-btn {
47
82
  display: none;
@@ -58,12 +93,22 @@
58
93
  display: flex;
59
94
  align-items: center;
60
95
  justify-content: flex-end;
96
+ height: 42px;
97
+ border-top: 1px solid #f2f3f5;
61
98
  }
62
99
  .view-all-column-container {
63
100
  height: 100%;
64
101
  }
65
102
  .view-all-column-container .content-table-view {
66
103
  height: calc(100% - 110px);
104
+ padding: 0 20px;
105
+ }
106
+ .view-all-column-container .content-table-view .arco-checkbox {
107
+ padding: 0;
108
+ }
109
+ .view-all-column-container .content-table-view .pic-thumb-img {
110
+ width: 60px;
111
+ height: 45px;
67
112
  }
68
113
  .view-all-column-container .content-table-view .title-span,
69
114
  .view-all-column-container .content-table-view .mp_title-span {
@@ -1,45 +1,55 @@
1
1
  .selected-store-box-popover-content {
2
2
  padding: 0;
3
+
3
4
  .batch-section-popover-main {
4
5
  .item {
5
- height: 35px;
6
6
  display: flex;
7
7
  align-items: center;
8
8
  justify-content: space-between;
9
- padding: 5px 10px;
10
9
  box-sizing: border-box;
10
+ height: 42px;
11
+ padding: 5px 10px;
12
+
11
13
  .icon {
14
+ display: inline-block;
12
15
  width: 20px;
13
16
  height: 25px;
14
17
  margin-right: 8px;
15
18
  font-size: 18px;
16
- vertical-align: middle;
17
- display: inline-block;
18
19
  text-align: center;
20
+ vertical-align: middle;
19
21
  }
22
+
20
23
  .left {
21
- width: 90%;
22
24
  display: inline-block;
23
25
  align-items: center;
24
- text-overflow: ellipsis;
26
+ width: 90%;
25
27
  overflow: hidden;
26
28
  white-space: nowrap;
29
+ text-overflow: ellipsis;
27
30
  }
31
+
28
32
  .close-btn {
29
33
  display: none;
30
34
  }
35
+
31
36
  &:hover,
32
37
  &:active {
33
38
  background-color: #f6f6f6;
39
+
34
40
  .close-btn {
35
41
  display: block;
36
42
  }
37
43
  }
38
44
  }
39
45
  }
46
+
40
47
  .options {
41
48
  display: flex;
42
49
  align-items: center;
43
50
  justify-content: flex-end;
51
+ height: 42px;
52
+ border-top: 1px solid #f2f3f5;
53
+ //background-color: red;
44
54
  }
45
55
  }