@cmstops/pro-compo 0.1.9 → 0.1.11

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 (268) hide show
  1. package/dist/index.css +949 -0
  2. package/dist/index.min.css +1 -1
  3. package/es/_virtual/plugin-vue_export-helper.js +7 -0
  4. package/es/config.d.ts +2 -0
  5. package/es/config.js +5 -3
  6. package/es/contentDetailList/component.d.ts +0 -0
  7. package/es/contentDetailList/component.js +89 -0
  8. package/es/contentDetailList/components/Content/CompoItem/index.d.ts +0 -0
  9. package/es/contentDetailList/components/Content/CompoItem/index.js +76 -0
  10. package/es/contentDetailList/components/Content/ContentListItem/index.d.ts +0 -0
  11. package/es/contentDetailList/components/Content/ContentListItem/index.js +99 -0
  12. package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.d.ts +0 -0
  13. package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +71 -0
  14. package/es/contentDetailList/components/Content/DocItem/index.d.ts +0 -0
  15. package/es/contentDetailList/components/Content/DocItem/index.js +199 -0
  16. package/es/contentDetailList/components/Content/KongoNavItem/DocTags/index.d.ts +0 -0
  17. package/es/contentDetailList/components/Content/KongoNavItem/DocTags/index.js +184 -0
  18. package/es/contentDetailList/components/Content/KongoNavItem/index.d.ts +0 -0
  19. package/es/contentDetailList/components/Content/KongoNavItem/index.js +131 -0
  20. package/es/contentDetailList/components/Content/LiveItem/index.d.ts +0 -0
  21. package/es/contentDetailList/components/Content/LiveItem/index.js +82 -0
  22. package/es/contentDetailList/components/Content/MaccountItem/index.d.ts +0 -0
  23. package/es/contentDetailList/components/Content/MaccountItem/index.js +84 -0
  24. package/es/contentDetailList/components/Content/MaccountItem/temp/user.js +2 -0
  25. package/es/contentDetailList/components/Content/index.d.ts +0 -0
  26. package/es/contentDetailList/components/Content/index.js +308 -0
  27. package/es/contentDetailList/components/Doc/index.d.ts +0 -0
  28. package/es/contentDetailList/components/Doc/index.js +58 -0
  29. package/es/contentDetailList/index.d.ts +2 -0
  30. package/es/contentDetailList/index.js +7 -0
  31. package/es/contentDetailList/scripts/data.d.ts +254 -0
  32. package/es/contentDetailList/scripts/index.d.ts +58 -0
  33. package/es/contentDetailList/scripts/index.js +137 -0
  34. package/es/contentDetailList/style/ComoItem.less +106 -0
  35. package/es/contentDetailList/style/Content.less +49 -0
  36. package/es/contentDetailList/style/ContentListItem.less +131 -0
  37. package/es/contentDetailList/style/Doc.less +8 -0
  38. package/es/contentDetailList/style/DocItem.less +145 -0
  39. package/es/contentDetailList/style/DocTags.less +63 -0
  40. package/es/contentDetailList/style/KongoNavItem.less +110 -0
  41. package/es/contentDetailList/style/LiveItem.less +115 -0
  42. package/es/contentDetailList/style/MaccountItem.less +114 -0
  43. package/es/contentDetailList/style/css.js +1 -0
  44. package/es/contentDetailList/style/index.css +683 -0
  45. package/es/contentDetailList/style/index.d.ts +1 -0
  46. package/es/contentDetailList/style/index.js +1 -0
  47. package/es/contentDetailList/style/index.less +9 -0
  48. package/es/contentModal/component.js +2 -1
  49. package/es/contentModal/components/CompoList/CompoFilter/index.js +3 -2
  50. package/es/contentModal/components/CompoList/index.js +3 -2
  51. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +2 -1
  52. package/es/contentModal/components/ViewAllColumn/columnTree/index.js +2 -1
  53. package/es/contentModal/components/ViewAllColumn/index.js +2 -1
  54. package/es/contentModal/components/storeBox/index.js +2 -1
  55. package/es/emptyData/component.d.ts +0 -0
  56. package/es/emptyData/component.js +48 -0
  57. package/es/emptyData/index.d.ts +2 -0
  58. package/es/emptyData/index.js +7 -0
  59. package/es/emptyData/style/css.js +1 -0
  60. package/es/emptyData/style/index.css +26 -0
  61. package/es/emptyData/style/index.d.ts +1 -0
  62. package/es/emptyData/style/index.js +1 -0
  63. package/es/emptyData/style/index.less +30 -0
  64. package/es/hooks/toggle.d.ts +6 -0
  65. package/es/hooks/toggle.js +9 -0
  66. package/es/hooks/user.js +2 -0
  67. package/es/index.css +949 -0
  68. package/es/index.d.ts +6 -0
  69. package/es/index.js +6 -0
  70. package/es/index.less +6 -0
  71. package/es/mediaFilter/component.d.ts +0 -0
  72. package/es/mediaFilter/component.js +41 -0
  73. package/es/mediaFilter/components/DocFilter.d.ts +0 -0
  74. package/es/mediaFilter/components/DocFilter.js +251 -0
  75. package/es/mediaFilter/components/DocFilter.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  76. package/es/mediaFilter/components/FilterGroup.d.ts +0 -0
  77. package/es/mediaFilter/components/FilterGroup.js +187 -0
  78. package/es/mediaFilter/components/FilterGroup.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  79. package/es/mediaFilter/components/FilterItem.d.ts +0 -0
  80. package/es/mediaFilter/components/FilterItem.js +116 -0
  81. package/es/mediaFilter/components/FilterItem.vue_vue_type_style_index_0_scoped_true_lang.js +2 -0
  82. package/es/mediaFilter/components/MediaFilter.js +8 -0
  83. package/es/mediaFilter/components/MpAccountFilter.js +8 -0
  84. package/es/mediaFilter/components/MpContentFilter.js +8 -0
  85. package/es/mediaFilter/index.d.ts +2 -0
  86. package/es/mediaFilter/index.js +7 -0
  87. package/es/mediaFilter/script/optionsGetter.d.ts +26 -0
  88. package/es/mediaFilter/script/optionsGetter.js +82 -0
  89. package/es/mediaFilter/style/css.js +1 -0
  90. package/es/mediaFilter/style/index.css +4 -0
  91. package/es/mediaFilter/style/index.d.ts +1 -0
  92. package/es/mediaFilter/style/index.js +1 -0
  93. package/es/mediaFilter/style/index.less +4 -0
  94. package/es/messageBox/list.js +2 -1
  95. package/es/previousVersion/component.js +2 -1
  96. package/es/previousVersion/style/index.less +1 -0
  97. package/es/resourceModal/component.js +2 -1
  98. package/es/resourceModal/components/MediaPreviewer/index.js +2 -1
  99. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +2 -1
  100. package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +5 -3
  101. package/es/resourceModal/components/MediaSelection/MainContent/index.js +4 -2
  102. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -1
  103. package/es/resourceModal/components/MediaSelection/index.js +3 -2
  104. package/es/resourceModal/script/filter.d.ts +1 -0
  105. package/es/resourceModal/script/filter.js +15 -2
  106. package/es/selectAvatarList/component.d.ts +0 -0
  107. package/es/selectAvatarList/component.js +77 -0
  108. package/es/selectAvatarList/index.d.ts +2 -0
  109. package/es/selectAvatarList/index.js +7 -0
  110. package/es/selectAvatarList/style/css.js +1 -0
  111. package/es/selectAvatarList/style/index.css +4 -0
  112. package/es/selectAvatarList/style/index.d.ts +1 -0
  113. package/es/selectAvatarList/style/index.js +1 -0
  114. package/es/selectAvatarList/style/index.less +4 -0
  115. package/es/selectGategory/component.js +5 -12
  116. package/es/selectGategory/components/ColumnSelection/index.js +5 -1
  117. package/es/style.css +89 -0
  118. package/es/uploadBefore/component.d.ts +0 -0
  119. package/es/uploadBefore/component.js +81 -0
  120. package/es/uploadBefore/components/UploadBefore.d.ts +0 -0
  121. package/es/uploadBefore/components/UploadBefore.js +228 -0
  122. package/es/uploadBefore/components/UploadForClick.d.ts +0 -0
  123. package/es/uploadBefore/components/UploadForClick.js +28 -0
  124. package/es/uploadBefore/index.d.ts +2 -0
  125. package/es/uploadBefore/index.js +7 -0
  126. package/es/uploadBefore/script/api.d.ts +16 -0
  127. package/es/uploadBefore/script/api.js +27 -0
  128. package/es/uploadBefore/script/fileTypeAdapter.d.ts +39 -0
  129. package/es/uploadBefore/script/fileTypeAdapter.js +48 -0
  130. package/es/uploadBefore/script/fileUpload.d.ts +7 -0
  131. package/es/uploadBefore/script/fileUpload.js +39 -0
  132. package/es/uploadBefore/script/uploadHooks.d.ts +55 -0
  133. package/es/uploadBefore/script/uploadHooks.js +33 -0
  134. package/es/uploadBefore/style/css.js +1 -0
  135. package/es/uploadBefore/style/index.css +111 -0
  136. package/es/uploadBefore/style/index.d.ts +1 -0
  137. package/es/uploadBefore/style/index.js +1 -0
  138. package/es/uploadBefore/style/index.less +144 -0
  139. package/es/uploadBefore/utils/dragUploadEvent.d.ts +0 -0
  140. package/es/uploadStep/component.js +139 -4
  141. package/es/uploadStep/script/fileTypeAdapter.d.ts +20 -0
  142. package/es/uploadStep/style/index.css +113 -0
  143. package/es/uploadStep/style/index.less +148 -0
  144. package/es/userDirector/component.d.ts +0 -0
  145. package/es/userDirector/component.js +200 -0
  146. package/es/userDirector/index.d.ts +2 -0
  147. package/es/userDirector/index.js +7 -0
  148. package/es/userDirector/script/api.d.ts +9 -0
  149. package/es/userDirector/script/api.js +32 -0
  150. package/es/userDirector/style/css.js +1 -0
  151. package/es/userDirector/style/index.css +8 -0
  152. package/es/userDirector/style/index.d.ts +1 -0
  153. package/es/userDirector/style/index.js +1 -0
  154. package/es/userDirector/style/index.less +8 -0
  155. package/es/utils/doc.d.ts +18 -16
  156. package/es/utils/doc.js +52 -0
  157. package/es/utils/index.d.ts +8 -0
  158. package/es/utils/index.js +22 -1
  159. package/es/utils/tusUpload.d.ts +8 -0
  160. package/es/utils/tusUpload.js +52 -0
  161. package/lib/_virtual/plugin-vue_export-helper.js +8 -0
  162. package/lib/config.js +6 -2
  163. package/lib/contentDetailList/component.js +90 -0
  164. package/lib/contentDetailList/components/Content/CompoItem/index.js +77 -0
  165. package/lib/contentDetailList/components/Content/ContentListItem/index.js +100 -0
  166. package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +72 -0
  167. package/lib/contentDetailList/components/Content/DocItem/index.js +200 -0
  168. package/lib/contentDetailList/components/Content/KongoNavItem/DocTags/index.js +185 -0
  169. package/lib/contentDetailList/components/Content/KongoNavItem/index.js +132 -0
  170. package/lib/contentDetailList/components/Content/LiveItem/index.js +83 -0
  171. package/lib/contentDetailList/components/Content/MaccountItem/index.js +85 -0
  172. package/lib/contentDetailList/components/Content/MaccountItem/temp/user.js +3 -0
  173. package/lib/contentDetailList/components/Content/index.js +313 -0
  174. package/lib/contentDetailList/components/Doc/index.js +59 -0
  175. package/lib/contentDetailList/index.js +8 -0
  176. package/lib/contentDetailList/scripts/index.js +153 -0
  177. package/lib/contentDetailList/style/ComoItem.less +106 -0
  178. package/lib/contentDetailList/style/Content.less +49 -0
  179. package/lib/contentDetailList/style/ContentListItem.less +131 -0
  180. package/lib/contentDetailList/style/Doc.less +8 -0
  181. package/lib/contentDetailList/style/DocItem.less +145 -0
  182. package/lib/contentDetailList/style/DocTags.less +63 -0
  183. package/lib/contentDetailList/style/KongoNavItem.less +110 -0
  184. package/lib/contentDetailList/style/LiveItem.less +115 -0
  185. package/lib/contentDetailList/style/MaccountItem.less +114 -0
  186. package/lib/contentDetailList/style/css.js +2 -0
  187. package/lib/contentDetailList/style/index.css +683 -0
  188. package/lib/contentDetailList/style/index.js +2 -0
  189. package/lib/contentDetailList/style/index.less +9 -0
  190. package/lib/contentModal/component.js +2 -1
  191. package/lib/contentModal/components/CompoList/CompoFilter/index.js +3 -2
  192. package/lib/contentModal/components/CompoList/index.js +3 -2
  193. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +2 -1
  194. package/lib/contentModal/components/ViewAllColumn/columnTree/index.js +2 -1
  195. package/lib/contentModal/components/ViewAllColumn/index.js +2 -1
  196. package/lib/contentModal/components/storeBox/index.js +2 -1
  197. package/lib/emptyData/component.js +49 -0
  198. package/lib/emptyData/index.js +8 -0
  199. package/lib/emptyData/style/css.js +2 -0
  200. package/lib/emptyData/style/index.css +26 -0
  201. package/lib/emptyData/style/index.js +2 -0
  202. package/lib/emptyData/style/index.less +30 -0
  203. package/lib/hooks/toggle.js +11 -0
  204. package/lib/hooks/user.js +2 -0
  205. package/lib/index.css +949 -0
  206. package/lib/index.js +12 -0
  207. package/lib/index.less +6 -0
  208. package/lib/mediaFilter/component.js +42 -0
  209. package/lib/mediaFilter/components/DocFilter.js +252 -0
  210. package/lib/mediaFilter/components/DocFilter.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  211. package/lib/mediaFilter/components/FilterGroup.js +188 -0
  212. package/lib/mediaFilter/components/FilterGroup.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  213. package/lib/mediaFilter/components/FilterItem.js +117 -0
  214. package/lib/mediaFilter/components/FilterItem.vue_vue_type_style_index_0_scoped_true_lang.js +3 -0
  215. package/lib/mediaFilter/components/MediaFilter.js +9 -0
  216. package/lib/mediaFilter/components/MpAccountFilter.js +9 -0
  217. package/lib/mediaFilter/components/MpContentFilter.js +9 -0
  218. package/lib/mediaFilter/index.js +8 -0
  219. package/lib/mediaFilter/script/optionsGetter.js +88 -0
  220. package/lib/mediaFilter/style/css.js +2 -0
  221. package/lib/mediaFilter/style/index.css +4 -0
  222. package/lib/mediaFilter/style/index.js +2 -0
  223. package/lib/mediaFilter/style/index.less +4 -0
  224. package/lib/messageBox/list.js +2 -1
  225. package/lib/previousVersion/component.js +2 -1
  226. package/lib/previousVersion/style/index.less +1 -0
  227. package/lib/resourceModal/component.js +2 -1
  228. package/lib/resourceModal/components/MediaPreviewer/index.js +2 -1
  229. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +2 -1
  230. package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +5 -3
  231. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +4 -2
  232. package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -1
  233. package/lib/resourceModal/components/MediaSelection/index.js +3 -2
  234. package/lib/resourceModal/script/filter.js +14 -0
  235. package/lib/selectAvatarList/component.js +78 -0
  236. package/lib/selectAvatarList/index.js +8 -0
  237. package/lib/selectAvatarList/style/css.js +2 -0
  238. package/lib/selectAvatarList/style/index.css +4 -0
  239. package/lib/selectAvatarList/style/index.js +2 -0
  240. package/lib/selectAvatarList/style/index.less +4 -0
  241. package/lib/selectGategory/component.js +4 -11
  242. package/lib/selectGategory/components/ColumnSelection/index.js +5 -1
  243. package/lib/uploadBefore/component.js +82 -0
  244. package/lib/uploadBefore/components/UploadBefore.js +229 -0
  245. package/lib/uploadBefore/components/UploadForClick.js +29 -0
  246. package/lib/uploadBefore/index.js +8 -0
  247. package/lib/uploadBefore/script/api.js +32 -0
  248. package/lib/uploadBefore/script/fileTypeAdapter.js +53 -0
  249. package/lib/uploadBefore/script/fileUpload.js +42 -0
  250. package/lib/uploadBefore/script/uploadHooks.js +36 -0
  251. package/lib/uploadBefore/style/css.js +2 -0
  252. package/lib/uploadBefore/style/index.css +111 -0
  253. package/lib/uploadBefore/style/index.js +2 -0
  254. package/lib/uploadBefore/style/index.less +144 -0
  255. package/lib/uploadStep/component.js +138 -3
  256. package/lib/uploadStep/style/index.css +113 -0
  257. package/lib/uploadStep/style/index.less +148 -0
  258. package/lib/userDirector/component.js +201 -0
  259. package/lib/userDirector/index.js +8 -0
  260. package/lib/userDirector/script/api.js +38 -0
  261. package/lib/userDirector/style/css.js +2 -0
  262. package/lib/userDirector/style/index.css +8 -0
  263. package/lib/userDirector/style/index.js +2 -0
  264. package/lib/userDirector/style/index.less +8 -0
  265. package/lib/utils/doc.js +59 -0
  266. package/lib/utils/index.js +23 -0
  267. package/lib/utils/tusUpload.js +75 -0
  268. package/package.json +8 -1
@@ -0,0 +1,132 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var webVue = require("@arco-design/web-vue");
4
+ var component = require("../../../../typeIcons/component.js");
5
+ var index$1 = require("./DocTags/index.js");
6
+ var index = require("../../../scripts/index.js");
7
+ const _hoisted_1 = { class: "cover-view" };
8
+ const _hoisted_2 = {
9
+ key: 1,
10
+ class: "no-img"
11
+ };
12
+ const _hoisted_3 = { class: "info-view" };
13
+ const _hoisted_4 = { class: "title_i" };
14
+ const _hoisted_5 = { class: "abttrite-v" };
15
+ const _hoisted_6 = { class: "left" };
16
+ const _hoisted_7 = { class: "tags" };
17
+ const _hoisted_8 = { class: "abttr value" };
18
+ const _hoisted_9 = { class: "abttr time" };
19
+ const _hoisted_10 = { class: "abttr time" };
20
+ const _hoisted_11 = { class: "right" };
21
+ const _sfc_main = vue.defineComponent({
22
+ __name: "index",
23
+ props: {
24
+ item: {}
25
+ },
26
+ emits: ["clickTitle"],
27
+ setup(__props, { emit: __emit }) {
28
+ const props = __props;
29
+ const emit = __emit;
30
+ const hide = vue.computed(() => {
31
+ const { hide: hide2 } = props.item;
32
+ return hide2 === 7 || hide2 === 6;
33
+ });
34
+ const thumb = vue.computed(() => {
35
+ if (props.item.preview_url || props.item.cover || props.item.pc_cover)
36
+ return props.item.preview_url || props.item.cover || props.item.pc_cover;
37
+ if (!props.item.style)
38
+ return null;
39
+ const res = JSON.parse(props.item.style);
40
+ if (!res.data.length)
41
+ return null;
42
+ return res.data[0].thumb;
43
+ });
44
+ const showValue = vue.computed(() => {
45
+ if (!props.payload)
46
+ return "";
47
+ if (props.item.series === "category_list")
48
+ return props.payload.rootAlias;
49
+ if (props.item.series === "service")
50
+ return props.payload.label;
51
+ if (props.item.series === "document")
52
+ return props.payload.title;
53
+ if (props.item.series === "url")
54
+ return props.payload.relation_url;
55
+ if (props.item.series === "app")
56
+ return props.payload.label;
57
+ return "";
58
+ });
59
+ vue.computed(() => {
60
+ if (!props.item.payload)
61
+ return null;
62
+ const _payload = typeof props.item.payload === "string" ? JSON.parse(props.item.payload) : props.item.payload;
63
+ return _payload;
64
+ });
65
+ const clickTitle = () => {
66
+ emit("clickTitle", props.item);
67
+ };
68
+ return (_ctx, _cache) => {
69
+ return vue.openBlock(), vue.createElementBlock("div", {
70
+ class: vue.normalizeClass(["medialist-kongo-item-view", { gray_for_hide: hide.value }])
71
+ }, [
72
+ vue.createElementVNode("div", _hoisted_1, [
73
+ thumb.value ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), {
74
+ key: 0,
75
+ src: thumb.value,
76
+ fit: "cover",
77
+ lazy: true
78
+ }, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1))
79
+ ]),
80
+ vue.createElementVNode("div", _hoisted_3, [
81
+ vue.createElementVNode("div", {
82
+ class: "title",
83
+ onClick: clickTitle
84
+ }, [
85
+ vue.renderSlot(_ctx.$slots, "index"),
86
+ vue.createElementVNode("span", _hoisted_4, vue.toDisplayString(_ctx.item.alias || _ctx.item.title), 1)
87
+ ]),
88
+ vue.createElementVNode("div", _hoisted_5, [
89
+ vue.createElementVNode("div", _hoisted_6, [
90
+ vue.createVNode(component, {
91
+ class: "icon",
92
+ doc: _ctx.item.catalog === "doc",
93
+ type: _ctx.item.series
94
+ }, null, 8, ["doc", "type"]),
95
+ vue.createElementVNode("span", _hoisted_7, [
96
+ vue.createVNode(index$1, { item: _ctx.item }, null, 8, ["item"]),
97
+ vue.renderSlot(_ctx.$slots, "tip")
98
+ ]),
99
+ vue.createElementVNode("span", _hoisted_8, vue.toDisplayString(`${showValue.value}`), 1),
100
+ vue.createElementVNode("span", _hoisted_9, [
101
+ vue.createVNode(vue.unref(webVue.Tooltip), {
102
+ content: `\u521B\u5EFA\u65F6\u95F4: ${vue.unref(index.timeFormat)(_ctx.item.pub_time)}`,
103
+ placement: "top"
104
+ }, {
105
+ default: vue.withCtx(() => [
106
+ vue.createElementVNode("span", null, vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
107
+ ]),
108
+ _: 1
109
+ }, 8, ["content"])
110
+ ]),
111
+ vue.createElementVNode("span", _hoisted_10, [
112
+ vue.createVNode(vue.unref(webVue.Tooltip), {
113
+ content: `\u521B\u5EFA\u4EBA: ${_ctx.item.commit_user_name || "--"}`,
114
+ placement: "top"
115
+ }, {
116
+ default: vue.withCtx(() => [
117
+ vue.createElementVNode("span", null, vue.toDisplayString(_ctx.item.commit_user_name || "--"), 1)
118
+ ]),
119
+ _: 1
120
+ }, 8, ["content"])
121
+ ])
122
+ ]),
123
+ vue.createElementVNode("div", _hoisted_11, [
124
+ vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
125
+ ])
126
+ ])
127
+ ])
128
+ ], 2);
129
+ };
130
+ }
131
+ });
132
+ module.exports = _sfc_main;
@@ -0,0 +1,83 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var webVue = require("@arco-design/web-vue");
4
+ var component = require("../../../../typeIcons/component.js");
5
+ var index = require("../../../scripts/index.js");
6
+ const _hoisted_1 = { class: "cover-view" };
7
+ const _hoisted_2 = {
8
+ key: 1,
9
+ class: "no-img"
10
+ };
11
+ const _hoisted_3 = { class: "info-view" };
12
+ const _hoisted_4 = { class: "title_i" };
13
+ const _hoisted_5 = { class: "abttrite-v" };
14
+ const _hoisted_6 = { class: "left" };
15
+ const _hoisted_7 = /* @__PURE__ */ vue.createElementVNode("span", { class: "abttr tags" }, null, -1);
16
+ const _hoisted_8 = { class: "abttr time" };
17
+ const _hoisted_9 = { class: "right" };
18
+ const _sfc_main = vue.defineComponent({
19
+ __name: "index",
20
+ props: {
21
+ item: {}
22
+ },
23
+ emits: ["clickTitle"],
24
+ setup(__props, { emit: __emit }) {
25
+ const props = __props;
26
+ const emit = __emit;
27
+ const hide = vue.computed(() => {
28
+ const { hide: hide2 } = props.item;
29
+ return hide2 === 7 || hide2 === 6;
30
+ });
31
+ const pc_banner = vue.computed(() => {
32
+ if (props.item.preview_url || props.item.cover || props.item.pc_cover)
33
+ return props.item.preview_url || props.item.cover || props.item.pc_cover;
34
+ if (!props.item.style)
35
+ return null;
36
+ const ret = JSON.parse(props.item.style);
37
+ if (!ret.pc_banner_url)
38
+ return null;
39
+ return ret.pc_banner_url;
40
+ });
41
+ const clickTitle = () => {
42
+ emit("clickTitle", props.item);
43
+ };
44
+ return (_ctx, _cache) => {
45
+ return vue.openBlock(), vue.createElementBlock("div", {
46
+ class: vue.normalizeClass(["medialist-ilive-item-view", { gray_for_hide: hide.value }])
47
+ }, [
48
+ vue.createElementVNode("div", _hoisted_1, [
49
+ pc_banner.value ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Image), {
50
+ key: 0,
51
+ src: pc_banner.value,
52
+ fit: "cover"
53
+ }, null, 8, ["src"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, vue.toDisplayString(vue.unref(index.noCoverText)(_ctx.item)), 1))
54
+ ]),
55
+ vue.createElementVNode("div", _hoisted_3, [
56
+ vue.createElementVNode("div", {
57
+ class: "title",
58
+ onClick: clickTitle
59
+ }, [
60
+ vue.renderSlot(_ctx.$slots, "index"),
61
+ vue.createElementVNode("span", _hoisted_4, vue.toDisplayString(_ctx.item.alias || _ctx.item.title), 1)
62
+ ]),
63
+ vue.createElementVNode("div", _hoisted_5, [
64
+ vue.createElementVNode("div", _hoisted_6, [
65
+ vue.createVNode(component, {
66
+ class: "icon",
67
+ doc: _ctx.item.catalog === "doc",
68
+ type: _ctx.item.series
69
+ }, null, 8, ["doc", "type"]),
70
+ vue.renderSlot(_ctx.$slots, "tip"),
71
+ _hoisted_7,
72
+ vue.createElementVNode("span", _hoisted_8, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
73
+ ]),
74
+ vue.createElementVNode("div", _hoisted_9, [
75
+ vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
76
+ ])
77
+ ])
78
+ ])
79
+ ], 2);
80
+ };
81
+ }
82
+ });
83
+ module.exports = _sfc_main;
@@ -0,0 +1,85 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var webVue = require("@arco-design/web-vue");
4
+ var component = require("../../../../typeIcons/component.js");
5
+ var index = require("../KongoNavItem/DocTags/index.js");
6
+ var user = require("./temp/user.js");
7
+ const _hoisted_1 = { class: "cover-view" };
8
+ const _hoisted_2 = { class: "info-view" };
9
+ const _hoisted_3 = { class: "abttrite-v" };
10
+ const _hoisted_4 = { class: "left" };
11
+ const _hoisted_5 = { class: "right" };
12
+ const _sfc_main = vue.defineComponent({
13
+ __name: "index",
14
+ props: {
15
+ item: {},
16
+ abttrites: {}
17
+ },
18
+ emits: ["clickTitle"],
19
+ setup(__props, { emit: __emit }) {
20
+ const props = __props;
21
+ const emit = __emit;
22
+ const hide = vue.computed(() => {
23
+ const { hide: hide2 } = props.item;
24
+ return hide2 === 7 || hide2 === 6;
25
+ });
26
+ const clickTitle = () => {
27
+ emit("clickTitle", props.item);
28
+ };
29
+ return (_ctx, _cache) => {
30
+ return vue.openBlock(), vue.createElementBlock("div", {
31
+ class: vue.normalizeClass(["medialist-account-item-view", { gray_for_hide: hide.value }])
32
+ }, [
33
+ vue.createElementVNode("div", _hoisted_1, [
34
+ vue.createVNode(vue.unref(webVue.Image), {
35
+ src: _ctx.item.mp_logo || vue.unref(user),
36
+ fit: "cover"
37
+ }, null, 8, ["src"])
38
+ ]),
39
+ vue.createElementVNode("div", _hoisted_2, [
40
+ vue.createElementVNode("div", {
41
+ class: "title",
42
+ onClick: clickTitle
43
+ }, [
44
+ vue.renderSlot(_ctx.$slots, "index"),
45
+ vue.createTextVNode(" " + vue.toDisplayString(_ctx.item.mp_name), 1)
46
+ ]),
47
+ vue.createElementVNode("div", _hoisted_3, [
48
+ vue.createElementVNode("div", _hoisted_4, [
49
+ vue.createVNode(component, {
50
+ class: "icon",
51
+ doc: _ctx.item.catalog === "doc",
52
+ type: _ctx.item.series
53
+ }, null, 8, ["doc", "type"]),
54
+ vue.createVNode(index, {
55
+ class: "abttr tags",
56
+ item: _ctx.item
57
+ }, null, 8, ["item"]),
58
+ vue.renderSlot(_ctx.$slots, "tip"),
59
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.abttrites, (column, i) => {
60
+ return vue.openBlock(), vue.createElementBlock("span", {
61
+ key: i,
62
+ class: "abttr"
63
+ }, [
64
+ vue.createVNode(vue.unref(webVue.Tooltip), {
65
+ content: `${column.label}: ${_ctx.item[column.key]}`,
66
+ placement: "top"
67
+ }, {
68
+ default: vue.withCtx(() => [
69
+ vue.createElementVNode("span", null, vue.toDisplayString(_ctx.item[column.key] || "\u2014 \u2014"), 1)
70
+ ]),
71
+ _: 2
72
+ }, 1032, ["content"])
73
+ ]);
74
+ }), 128))
75
+ ]),
76
+ vue.createElementVNode("div", _hoisted_5, [
77
+ vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
78
+ ])
79
+ ])
80
+ ])
81
+ ], 2);
82
+ };
83
+ }
84
+ });
85
+ module.exports = _sfc_main;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ var defaultAvatar = "data:image/png;base64,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";
3
+ module.exports = defaultAvatar;
@@ -0,0 +1,313 @@
1
+ "use strict";
2
+ var vue = require("vue");
3
+ var icon = require("@arco-design/web-vue/es/icon");
4
+ var draggable = require("vuedraggable");
5
+ var index$1 = require("./CompoItem/index.js");
6
+ var index$2 = require("./ContentListItem/index.js");
7
+ var index = require("./DocItem/index.js");
8
+ var index$5 = require("./KongoNavItem/index.js");
9
+ var index$4 = require("./LiveItem/index.js");
10
+ var index$3 = require("./MaccountItem/index.js");
11
+ function _interopDefaultLegacy(e) {
12
+ return e && typeof e === "object" && "default" in e ? e : { "default": e };
13
+ }
14
+ var draggable__default = /* @__PURE__ */ _interopDefaultLegacy(draggable);
15
+ const _hoisted_1 = { class: "content-common-detail-list-container" };
16
+ const _hoisted_2 = { class: "item" };
17
+ const _hoisted_3 = { class: "index" };
18
+ const _hoisted_4 = {
19
+ key: 0,
20
+ class: "add_new"
21
+ };
22
+ const _hoisted_5 = {
23
+ key: 1,
24
+ class: "d_time"
25
+ };
26
+ const _hoisted_6 = {
27
+ key: 2,
28
+ class: "fix_position"
29
+ };
30
+ const _hoisted_7 = { class: "doc-fixed-icon" };
31
+ const _hoisted_8 = { class: "doc-fixed-num" };
32
+ const _hoisted_9 = { class: "index" };
33
+ const _hoisted_10 = {
34
+ key: 0,
35
+ class: "add_new"
36
+ };
37
+ const _hoisted_11 = {
38
+ key: 1,
39
+ class: "d_time"
40
+ };
41
+ const _hoisted_12 = {
42
+ key: 2,
43
+ class: "fix_position"
44
+ };
45
+ const _hoisted_13 = { class: "doc-fixed-icon" };
46
+ const _hoisted_14 = { class: "doc-fixed-num" };
47
+ const _hoisted_15 = { class: "index" };
48
+ const _hoisted_16 = {
49
+ key: 0,
50
+ class: "add_new"
51
+ };
52
+ const _hoisted_17 = {
53
+ key: 1,
54
+ class: "d_time"
55
+ };
56
+ const _hoisted_18 = {
57
+ key: 2,
58
+ class: "fix_position"
59
+ };
60
+ const _hoisted_19 = { class: "doc-fixed-icon" };
61
+ const _hoisted_20 = { class: "doc-fixed-num" };
62
+ const _hoisted_21 = { class: "index" };
63
+ const _hoisted_22 = {
64
+ key: 0,
65
+ class: "add_new"
66
+ };
67
+ const _hoisted_23 = {
68
+ key: 1,
69
+ class: "fix_position"
70
+ };
71
+ const _hoisted_24 = { class: "doc-fixed-icon" };
72
+ const _hoisted_25 = { class: "doc-fixed-num" };
73
+ const _hoisted_26 = { class: "index" };
74
+ const _hoisted_27 = { class: "index" };
75
+ const _hoisted_28 = {
76
+ key: 0,
77
+ class: "add_new"
78
+ };
79
+ const _hoisted_29 = {
80
+ key: 1,
81
+ class: "fix_position"
82
+ };
83
+ const _hoisted_30 = { class: "doc-fixed-icon" };
84
+ const _hoisted_31 = { class: "doc-fixed-num" };
85
+ const _sfc_main = vue.defineComponent({
86
+ __name: "index",
87
+ props: {
88
+ mediaFileData: {},
89
+ disdragalbe: { type: Boolean },
90
+ abttrites: {},
91
+ query: {}
92
+ },
93
+ emits: ["sortChange", "clickTitle", "dragstart"],
94
+ setup(__props, { emit: __emit }) {
95
+ const emit = __emit;
96
+ const sortChange = (e) => {
97
+ emit("sortChange", e);
98
+ };
99
+ const clickTitle = (item) => {
100
+ emit("clickTitle", item);
101
+ };
102
+ return (_ctx, _cache) => {
103
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
104
+ vue.createVNode(vue.unref(draggable__default["default"]), {
105
+ list: _ctx.mediaFileData,
106
+ group: "people_contents",
107
+ "item-key": "id",
108
+ animation: 150,
109
+ sort: _ctx.disdragalbe,
110
+ onChange: sortChange,
111
+ onStart: _cache[0] || (_cache[0] = ($event) => emit("dragstart"))
112
+ }, {
113
+ item: vue.withCtx(({ element, index: index$6 }) => [
114
+ vue.createElementVNode("div", _hoisted_2, [
115
+ vue.createCommentVNode(" \u7A3F\u4EF6 "),
116
+ element.catalog === "doc" ? (vue.openBlock(), vue.createBlock(index, {
117
+ key: element.post_id,
118
+ item: { ...element, index: index$6 },
119
+ abttrites: _ctx.abttrites,
120
+ onClickTitle: clickTitle
121
+ }, {
122
+ index: vue.withCtx(() => [
123
+ vue.createElementVNode("span", _hoisted_3, vue.toDisplayString(index$6 + 1), 1)
124
+ ]),
125
+ tip: vue.withCtx(() => [
126
+ vue.createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
127
+ element._status ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_4, [
128
+ vue.createVNode(vue.unref(icon.IconPenFill), { size: "16" })
129
+ ])) : vue.createCommentVNode("v-if", true),
130
+ vue.createCommentVNode(" \u5B9A\u65F6\u53D1\u5E03 "),
131
+ element.status === 3 ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_5, [
132
+ vue.createVNode(vue.unref(icon.IconClockCircle), { size: "16" })
133
+ ])) : vue.createCommentVNode("v-if", true),
134
+ element.fix_position ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_6, [
135
+ vue.createElementVNode("i", _hoisted_7, [
136
+ vue.createVNode(vue.unref(icon.IconPushpin), { size: "16" })
137
+ ]),
138
+ vue.createElementVNode("span", _hoisted_8, vue.toDisplayString(element.fix_position), 1)
139
+ ])) : vue.createCommentVNode("v-if", true)
140
+ ]),
141
+ option: vue.withCtx(() => [
142
+ vue.renderSlot(_ctx.$slots, "option", {
143
+ row: element,
144
+ index: index$6
145
+ })
146
+ ]),
147
+ _: 2
148
+ }, 1032, ["item", "abttrites"])) : element.catalog === "contentList" && element.list_type === 7 && element.target_type === 6 ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
149
+ vue.createCommentVNode(" \u7EC4\u4EF6 "),
150
+ (vue.openBlock(), vue.createBlock(index$1, {
151
+ key: element.post_id,
152
+ item: { ...element, index: index$6 },
153
+ onClickTitle: clickTitle
154
+ }, {
155
+ index: vue.withCtx(() => [
156
+ vue.createElementVNode("span", _hoisted_9, vue.toDisplayString(index$6 + 1), 1)
157
+ ]),
158
+ tip: vue.withCtx(() => [
159
+ vue.createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
160
+ element._status ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_10, [
161
+ vue.createVNode(vue.unref(icon.IconPenFill), { size: "16" })
162
+ ])) : vue.createCommentVNode("v-if", true),
163
+ vue.createCommentVNode(" \u5B9A\u65F6\u53D1\u5E03 "),
164
+ element.status === 3 ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_11, [
165
+ vue.createVNode(vue.unref(icon.IconClockCircle), { size: "16" })
166
+ ])) : vue.createCommentVNode("v-if", true),
167
+ element.fix_position ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_12, [
168
+ vue.createElementVNode("i", _hoisted_13, [
169
+ vue.createVNode(vue.unref(icon.IconPushpin), { size: "16" })
170
+ ]),
171
+ vue.createElementVNode("span", _hoisted_14, vue.toDisplayString(element.fix_position), 1)
172
+ ])) : vue.createCommentVNode("v-if", true)
173
+ ]),
174
+ option: vue.withCtx(() => [
175
+ vue.renderSlot(_ctx.$slots, "option", {
176
+ row: element,
177
+ index: index$6
178
+ })
179
+ ]),
180
+ _: 2
181
+ }, 1032, ["item"]))
182
+ ], 2112)) : element.catalog === "contentList" && element.list_type === 4 && element.target_type === 6 ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
183
+ vue.createCommentVNode(" \u9891\u9053 "),
184
+ (vue.openBlock(), vue.createBlock(index$2, {
185
+ key: element.post_id,
186
+ item: { ...element, index: index$6 },
187
+ query: _ctx.query,
188
+ onClickTitle: clickTitle
189
+ }, vue.createSlots({
190
+ index: vue.withCtx(() => [
191
+ vue.createElementVNode("span", _hoisted_15, vue.toDisplayString(index$6 + 1), 1)
192
+ ]),
193
+ tip: vue.withCtx(() => [
194
+ vue.createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
195
+ element._status ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_16, [
196
+ vue.createVNode(vue.unref(icon.IconPenFill), { size: "16" })
197
+ ])) : vue.createCommentVNode("v-if", true),
198
+ vue.createCommentVNode(" \u5B9A\u65F6\u53D1\u5E03 "),
199
+ element.status === 3 ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_17, [
200
+ vue.createVNode(vue.unref(icon.IconClockCircle), { size: "16" })
201
+ ])) : vue.createCommentVNode("v-if", true),
202
+ element.fix_position ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_18, [
203
+ vue.createElementVNode("i", _hoisted_19, [
204
+ vue.createVNode(vue.unref(icon.IconPushpin), { size: "16" })
205
+ ]),
206
+ vue.createElementVNode("span", _hoisted_20, vue.toDisplayString(element.fix_position), 1)
207
+ ])) : vue.createCommentVNode("v-if", true)
208
+ ]),
209
+ option: vue.withCtx(() => [
210
+ vue.renderSlot(_ctx.$slots, "option", {
211
+ row: element,
212
+ index: index$6
213
+ })
214
+ ]),
215
+ _: 2
216
+ }, [
217
+ index$6 === 0 && _ctx.query === "lbs" ? {
218
+ name: "tips",
219
+ fn: vue.withCtx(() => [
220
+ vue.createTextVNode(" \u9ED8\u8BA4 ")
221
+ ]),
222
+ key: "0"
223
+ } : void 0
224
+ ]), 1032, ["item", "query"]))
225
+ ], 2112)) : element.catalog === "mp_account" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 3 }, [
226
+ vue.createCommentVNode(" \u516C\u4F17\u53F7 "),
227
+ (vue.openBlock(), vue.createBlock(index$3, {
228
+ key: element.post_id,
229
+ item: { ...element, index: index$6 },
230
+ abttrites: _ctx.abttrites,
231
+ onClickTitle: clickTitle
232
+ }, {
233
+ index: vue.withCtx(() => [
234
+ vue.createElementVNode("span", _hoisted_21, vue.toDisplayString(index$6 + 1), 1)
235
+ ]),
236
+ tip: vue.withCtx(() => [
237
+ vue.createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
238
+ element._status ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_22, [
239
+ vue.createVNode(vue.unref(icon.IconPenFill), { size: "16" })
240
+ ])) : vue.createCommentVNode("v-if", true),
241
+ element.fix_position ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_23, [
242
+ vue.createElementVNode("i", _hoisted_24, [
243
+ vue.createVNode(vue.unref(icon.IconPushpin), { size: "16" })
244
+ ]),
245
+ vue.createElementVNode("span", _hoisted_25, vue.toDisplayString(element.fix_position), 1)
246
+ ])) : vue.createCommentVNode("v-if", true)
247
+ ]),
248
+ option: vue.withCtx(() => [
249
+ vue.renderSlot(_ctx.$slots, "option", {
250
+ row: element,
251
+ index: index$6
252
+ })
253
+ ]),
254
+ _: 2
255
+ }, 1032, ["item", "abttrites"]))
256
+ ], 2112)) : element.catalog === "ilive" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 4 }, [
257
+ vue.createCommentVNode(" \u4E91\u76F4\u64AD "),
258
+ (vue.openBlock(), vue.createBlock(index$4, {
259
+ key: element.post_id,
260
+ item: { ...element, index: index$6 },
261
+ onClickTitle: clickTitle
262
+ }, {
263
+ index: vue.withCtx(() => [
264
+ vue.createElementVNode("span", _hoisted_26, vue.toDisplayString(index$6 + 1), 1)
265
+ ]),
266
+ option: vue.withCtx(() => [
267
+ vue.renderSlot(_ctx.$slots, "option", {
268
+ row: element,
269
+ index: index$6
270
+ })
271
+ ]),
272
+ _: 2
273
+ }, 1032, ["item"]))
274
+ ], 2112)) : element.catalog === "kongo" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 5 }, [
275
+ vue.createCommentVNode(" \u529F\u80FD\u5BFC\u822A "),
276
+ (vue.openBlock(), vue.createBlock(index$5, {
277
+ key: element.post_id,
278
+ item: { ...element, index: index$6 },
279
+ onClickTitle: clickTitle
280
+ }, {
281
+ index: vue.withCtx(() => [
282
+ vue.createElementVNode("span", _hoisted_27, vue.toDisplayString(index$6 + 1), 1)
283
+ ]),
284
+ tip: vue.withCtx(() => [
285
+ vue.createCommentVNode(" \u5148\u6DFB\u52A0\u6587\u4EF6\u8D44\u6E90\uFF0C\u672A\u53D1\u5E03 "),
286
+ element._status ? (vue.openBlock(), vue.createElementBlock("i", _hoisted_28, [
287
+ vue.createVNode(vue.unref(icon.IconPenFill), { size: "16" })
288
+ ])) : vue.createCommentVNode("v-if", true),
289
+ element.fix_position ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_29, [
290
+ vue.createElementVNode("i", _hoisted_30, [
291
+ vue.createVNode(vue.unref(icon.IconPushpin), { size: "16" })
292
+ ]),
293
+ vue.createElementVNode("span", _hoisted_31, vue.toDisplayString(element.fix_position), 1)
294
+ ])) : vue.createCommentVNode("v-if", true)
295
+ ]),
296
+ option: vue.withCtx(() => [
297
+ vue.renderSlot(_ctx.$slots, "option", {
298
+ row: element,
299
+ index: index$6
300
+ })
301
+ ]),
302
+ _: 2
303
+ }, 1032, ["item"]))
304
+ ], 2112)) : vue.createCommentVNode("v-if", true)
305
+ ])
306
+ ]),
307
+ _: 3
308
+ }, 8, ["list", "sort"])
309
+ ]);
310
+ };
311
+ }
312
+ });
313
+ module.exports = _sfc_main;