@cmstops/pro-compo 0.3.77 → 0.3.79

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 (165) hide show
  1. package/dist/index.css +7 -0
  2. package/dist/index.min.css +1 -1
  3. package/es/appCenter/script/api.d.ts +5 -5
  4. package/es/baseFilter/components/FilterGroup.js +1 -1
  5. package/es/baseFilter/useCalcWidth.d.ts +2 -2
  6. package/es/contentDetailList/components/Content/DocItem/index.js +12 -14
  7. package/es/contentDetailList/components/Content/LiveItem/index.js +5 -6
  8. package/es/contentDetailList/components/Content/courseItem/index.js +7 -8
  9. package/es/contentDetailList/components/Content/funhdItem/index.js +7 -8
  10. package/es/contentDetailList/components/Content/index.js +2 -2
  11. package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +10 -11
  12. package/es/contentDetailList/script/api.d.ts +2 -2
  13. package/es/contentModal/component.js +14 -14
  14. package/es/contentModal/components/MpContentList/MediaFilter/index.js +3 -4
  15. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +1 -1
  16. package/es/contentModal/components/storeBox/index.js +4 -4
  17. package/es/contentModal/script/api.d.ts +9 -9
  18. package/es/dataTags/component.js +10 -10
  19. package/es/docHistory/component.js +2 -2
  20. package/es/docHistory/scripts/useDocHistory.d.ts +5 -5
  21. package/es/docPreview/component.js +47 -56
  22. package/es/docPreview/components/PreviewIframe.js +9 -10
  23. package/es/docPreview/scripts/api.d.ts +1 -1
  24. package/es/docPreview/scripts/hook.d.ts +17 -7
  25. package/es/editMetaInfo/components/metaInfoForm.js +4 -4
  26. package/es/editMetaInfo/script/api.d.ts +2 -2
  27. package/es/emptyData/svg/acount.js +3 -5
  28. package/es/emptyData/svg/add.js +3 -5
  29. package/es/emptyData/svg/analize.js +3 -5
  30. package/es/emptyData/svg/analize_fail.js +3 -5
  31. package/es/emptyData/svg/empty.js +3 -5
  32. package/es/emptyData/svg/file.js +3 -5
  33. package/es/emptyData/svg/manager.js +3 -5
  34. package/es/emptyData/svg/message.js +14 -17
  35. package/es/emptyData/svg/noanalize.js +3 -5
  36. package/es/emptyData/svg/null.js +3 -5
  37. package/es/emptyData/svg/search.js +3 -5
  38. package/es/emptyData/svg/star.js +3 -5
  39. package/es/emptyData/svg/trash.js +3 -5
  40. package/es/emptyData/svg/user.js +3 -5
  41. package/es/hooks/assets.d.ts +1 -1
  42. package/es/hooks/batch.d.ts +1 -1
  43. package/es/hooks/dialogVisible.d.ts +1 -1
  44. package/es/hooks/source.d.ts +2 -2
  45. package/es/hooks/toggle.d.ts +1 -1
  46. package/es/hooks/useAttachement.d.ts +12 -12
  47. package/es/hooks/useMediaContext.d.ts +5 -5
  48. package/es/hooks/usePopper.d.ts +1 -1
  49. package/es/hooks/useSelection.d.ts +9 -2
  50. package/es/hooks/useUpload.d.ts +5 -5
  51. package/es/hooks/user.d.ts +2 -2
  52. package/es/imageCrop/component.js +4 -4
  53. package/es/imageCrop/script/api.d.ts +1 -1
  54. package/es/index.css +7 -0
  55. package/es/mediaFilter/components/DocFilter.js +1 -1
  56. package/es/mediaFilter/components/FilterGroup.js +1 -1
  57. package/es/mediaView/component.js +3 -5
  58. package/es/messageBox/component.js +2 -2
  59. package/es/messageBox/script/api.d.ts +2 -2
  60. package/es/previousVersion/component.js +3 -4
  61. package/es/previousVersion/script/api.d.ts +4 -4
  62. package/es/resourceGridList/component.js +15 -18
  63. package/es/resourceModal/component.js +2 -2
  64. package/es/resourceModal/components/MediaPreviewer/index.js +7 -10
  65. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +15 -17
  66. package/es/resourceModal/components/MediaSelection/MainContent/index.js +20 -24
  67. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +2 -2
  68. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -4
  69. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +9 -13
  70. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -2
  71. package/es/resourceModal/script/api.d.ts +11 -11
  72. package/es/selectGategory/component.js +3 -4
  73. package/es/selectGategory/script/api.d.ts +2 -2
  74. package/es/selectResourceModal/component.js +10 -10
  75. package/es/selectResourceModal/components/List/ListAi/index.js +7 -8
  76. package/es/selectResourceModal/components/List/ListCardWrapper.js +6 -8
  77. package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  78. package/es/selectResourceModal/components/List/ListNormal/Filter.js +7 -7
  79. package/es/selectResourceModal/components/List/ListSystem/Filter.js +2 -2
  80. package/es/selectResourceModal/components/List/ListSystem/SubList.js +3 -4
  81. package/es/selectResourceModal/components/List/ListSystem/index.js +1 -2
  82. package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -2
  83. package/es/selectResourceModal/scripts/useResourceSelect.d.ts +1 -1
  84. package/es/selectResourceModal/scripts/useTabFilter.d.ts +1 -1
  85. package/es/selectThumb/component.js +27 -31
  86. package/es/uploadBefore/components/UploadBefore.js +2 -2
  87. package/es/uploadBefore/script/api.d.ts +4 -4
  88. package/es/uploadBefore/script/uploadHooks.d.ts +42 -1
  89. package/es/userAvater/component.js +2 -2
  90. package/es/userAvater/script/api.d.ts +4 -4
  91. package/es/userDirector/component.js +2 -2
  92. package/es/userDirector/script/api.d.ts +6 -6
  93. package/es/utils/filter.d.ts +12 -0
  94. package/es/utils/request.d.ts +1 -1
  95. package/es/utils/transcodeMedia.d.ts +1 -1
  96. package/es/videoThumb/component.js +47 -35
  97. package/es/videoThumb/scripts/api.d.ts +1 -1
  98. package/es/videoThumb/scripts/useVideoThumbs.d.ts +4 -3
  99. package/es/videoThumb/scripts/useVideoThumbs.js +1 -0
  100. package/es/videoThumb/style/index.css +7 -0
  101. package/es/videoThumb/style/index.less +8 -0
  102. package/lib/baseFilter/components/FilterGroup.js +1 -1
  103. package/lib/contentDetailList/components/Content/DocItem/index.js +12 -14
  104. package/lib/contentDetailList/components/Content/LiveItem/index.js +5 -6
  105. package/lib/contentDetailList/components/Content/courseItem/index.js +7 -8
  106. package/lib/contentDetailList/components/Content/funhdItem/index.js +7 -8
  107. package/lib/contentDetailList/components/Content/index.js +2 -2
  108. package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +10 -11
  109. package/lib/contentModal/component.js +14 -14
  110. package/lib/contentModal/components/MpContentList/MediaFilter/index.js +3 -4
  111. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +1 -1
  112. package/lib/contentModal/components/storeBox/index.js +4 -4
  113. package/lib/dataTags/component.js +10 -10
  114. package/lib/docHistory/component.js +2 -2
  115. package/lib/docPreview/component.js +47 -56
  116. package/lib/docPreview/components/PreviewIframe.js +9 -10
  117. package/lib/editMetaInfo/components/metaInfoForm.js +4 -4
  118. package/lib/emptyData/svg/acount.js +3 -5
  119. package/lib/emptyData/svg/add.js +3 -5
  120. package/lib/emptyData/svg/analize.js +3 -5
  121. package/lib/emptyData/svg/analize_fail.js +3 -5
  122. package/lib/emptyData/svg/empty.js +3 -5
  123. package/lib/emptyData/svg/file.js +3 -5
  124. package/lib/emptyData/svg/manager.js +3 -5
  125. package/lib/emptyData/svg/message.js +14 -17
  126. package/lib/emptyData/svg/noanalize.js +3 -5
  127. package/lib/emptyData/svg/null.js +3 -5
  128. package/lib/emptyData/svg/search.js +3 -5
  129. package/lib/emptyData/svg/star.js +3 -5
  130. package/lib/emptyData/svg/trash.js +3 -5
  131. package/lib/emptyData/svg/user.js +3 -5
  132. package/lib/imageCrop/component.js +4 -4
  133. package/lib/index.css +7 -0
  134. package/lib/mediaFilter/components/DocFilter.js +1 -1
  135. package/lib/mediaFilter/components/FilterGroup.js +1 -1
  136. package/lib/mediaView/component.js +3 -5
  137. package/lib/messageBox/component.js +2 -2
  138. package/lib/previousVersion/component.js +3 -4
  139. package/lib/resourceGridList/component.js +15 -18
  140. package/lib/resourceModal/component.js +2 -2
  141. package/lib/resourceModal/components/MediaPreviewer/index.js +7 -10
  142. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +15 -17
  143. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +20 -24
  144. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +2 -2
  145. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -4
  146. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +9 -13
  147. package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -2
  148. package/lib/selectGategory/component.js +3 -4
  149. package/lib/selectResourceModal/component.js +10 -10
  150. package/lib/selectResourceModal/components/List/ListAi/index.js +6 -7
  151. package/lib/selectResourceModal/components/List/ListCardWrapper.js +6 -8
  152. package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  153. package/lib/selectResourceModal/components/List/ListNormal/Filter.js +7 -7
  154. package/lib/selectResourceModal/components/List/ListSystem/Filter.js +2 -2
  155. package/lib/selectResourceModal/components/List/ListSystem/SubList.js +3 -4
  156. package/lib/selectResourceModal/components/List/ListSystem/index.js +1 -2
  157. package/lib/selectThumb/component.js +27 -31
  158. package/lib/uploadBefore/components/UploadBefore.js +2 -2
  159. package/lib/userAvater/component.js +2 -2
  160. package/lib/userDirector/component.js +2 -2
  161. package/lib/videoThumb/component.js +46 -34
  162. package/lib/videoThumb/scripts/useVideoThumbs.js +1 -0
  163. package/lib/videoThumb/style/index.css +7 -0
  164. package/lib/videoThumb/style/index.less +8 -0
  165. package/package.json +1 -1
@@ -1,11 +1,16 @@
1
- import { defineComponent, ref, computed, watch, onMounted, openBlock, createElementBlock, createElementVNode, unref, createCommentVNode, Fragment, renderList, normalizeClass } from "vue";
1
+ import { defineComponent, ref, computed, watch, onMounted, openBlock, createElementBlock, unref, createVNode, Fragment, createElementVNode, createCommentVNode, renderList, normalizeClass } from "vue";
2
+ import { Spin } from "@arco-design/web-vue";
2
3
  import { DEFAULT_BASE_API } from "../config.js";
3
4
  import { useVideoThumbs, useDragger } from "./scripts/useVideoThumbs.js";
4
5
  const _hoisted_1 = { class: "video-thumb" };
5
- const _hoisted_2 = { class: "video-player-container" };
6
- const _hoisted_3 = ["src"];
7
- const _hoisted_4 = ["onClick"];
8
- const _hoisted_5 = ["src"];
6
+ const _hoisted_2 = {
7
+ key: 0,
8
+ class: "video-thumb-loading"
9
+ };
10
+ const _hoisted_3 = { class: "video-player-container" };
11
+ const _hoisted_4 = ["src"];
12
+ const _hoisted_5 = ["onClick"];
13
+ const _hoisted_6 = ["src"];
9
14
  const _sfc_main = defineComponent({
10
15
  ...{ name: "videoThumb" },
11
16
  __name: "component",
@@ -21,7 +26,7 @@ const _sfc_main = defineComponent({
21
26
  const props = __props;
22
27
  const emit = __emit;
23
28
  const BASE_API = props.BASE_API || DEFAULT_BASE_API;
24
- const { thumbs, curThumb, getVideoThumbs, handleSelectThumb } = useVideoThumbs();
29
+ const { thumbs, loading, curThumb, getVideoThumbs, handleSelectThumb } = useVideoThumbs();
25
30
  const videoThumbRef = ref();
26
31
  const videoThumbDrager = ref();
27
32
  const width = computed(() => {
@@ -69,35 +74,42 @@ const _sfc_main = defineComponent({
69
74
  });
70
75
  return (_ctx, _cache) => {
71
76
  return openBlock(), createElementBlock("div", _hoisted_1, [
72
- createElementVNode("div", _hoisted_2, [
73
- createElementVNode("img", { src: unref(curThumb) }, null, 8, _hoisted_3)
74
- ]),
75
- createCommentVNode(" \u5C01\u9762\u56FE "),
76
- createElementVNode("div", {
77
- ref_key: "videoThumbRef",
78
- ref: videoThumbRef,
79
- class: "video-thumb-list"
80
- }, [
81
- unref(thumbs).length > 0 ? (openBlock(), createElementBlock("div", {
82
- key: 0,
83
- ref_key: "videoThumbDrager",
84
- ref: videoThumbDrager,
85
- class: "video-thumb-list-drager",
86
- onMousedown: _cache[0] || (_cache[0] = (...args) => unref(handleMousedown) && unref(handleMousedown)(...args))
87
- }, null, 544)) : createCommentVNode("v-if", true),
88
- (openBlock(true), createElementBlock(Fragment, null, renderList(unref(thumbs), (thumb, idx) => {
89
- return openBlock(), createElementBlock("div", {
90
- key: thumb,
91
- class: normalizeClass(["video-thumb-list-item", { active: unref(curThumb) === thumb }]),
92
- onClick: ($event) => handleSelect(idx)
93
- }, [
94
- createElementVNode("img", {
95
- src: thumb,
96
- alt: ""
97
- }, null, 8, _hoisted_5)
98
- ], 10, _hoisted_4);
99
- }), 128))
100
- ], 512)
77
+ unref(loading) ? (openBlock(), createElementBlock("div", _hoisted_2, [
78
+ createVNode(unref(Spin), {
79
+ loading: unref(loading),
80
+ tip: "\u751F\u6210\u89C6\u9891\u5C01\u9762\u4E2D..."
81
+ }, null, 8, ["loading"])
82
+ ])) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
83
+ createElementVNode("div", _hoisted_3, [
84
+ createElementVNode("img", { src: unref(curThumb) }, null, 8, _hoisted_4)
85
+ ]),
86
+ createCommentVNode(" \u5C01\u9762\u56FE "),
87
+ createElementVNode("div", {
88
+ ref_key: "videoThumbRef",
89
+ ref: videoThumbRef,
90
+ class: "video-thumb-list"
91
+ }, [
92
+ unref(thumbs).length > 0 ? (openBlock(), createElementBlock("div", {
93
+ key: 0,
94
+ ref_key: "videoThumbDrager",
95
+ ref: videoThumbDrager,
96
+ class: "video-thumb-list-drager",
97
+ onMousedown: _cache[0] || (_cache[0] = (...args) => unref(handleMousedown) && unref(handleMousedown)(...args))
98
+ }, null, 544)) : createCommentVNode("v-if", true),
99
+ (openBlock(true), createElementBlock(Fragment, null, renderList(unref(thumbs), (thumb, idx) => {
100
+ return openBlock(), createElementBlock("div", {
101
+ key: thumb,
102
+ class: normalizeClass(["video-thumb-list-item", { active: unref(curThumb) === thumb }]),
103
+ onClick: ($event) => handleSelect(idx)
104
+ }, [
105
+ createElementVNode("img", {
106
+ src: thumb,
107
+ alt: ""
108
+ }, null, 8, _hoisted_6)
109
+ ], 10, _hoisted_5);
110
+ }), 128))
111
+ ], 512)
112
+ ], 64))
101
113
  ]);
102
114
  };
103
115
  }
@@ -5,5 +5,5 @@ declare type EditThumbParams = {
5
5
  end: number;
6
6
  search: string;
7
7
  };
8
- export declare function editthumb(BASE_URL: string, params: EditThumbParams): import("axios").AxiosPromise<any>;
8
+ export declare function editthumb(BASE_URL: string, params: EditThumbParams): Promise<import("axios").AxiosResponse<any, any>>;
9
9
  export {};
@@ -1,11 +1,12 @@
1
1
  export declare function getHMSF(time: string): string;
2
2
  export declare function useVideoThumbs(): {
3
- thumbs: import("vue").Ref<any[]>;
4
- curThumb: import("vue").Ref<string | undefined>;
3
+ loading: import("vue").Ref<boolean, boolean>;
4
+ thumbs: import("vue").Ref<any[], any[]>;
5
+ curThumb: import("vue").Ref<string | undefined, string | undefined>;
5
6
  getVideoThumbs: (BASE_API: string, url: string, duration: number) => Promise<void>;
6
7
  handleSelectThumb: (idx: number) => void;
7
8
  };
8
9
  export declare function useDragger(moveCallback: any, upCallback: any, downCallback: any): {
9
- isDrag: import("vue").Ref<boolean>;
10
+ isDrag: import("vue").Ref<boolean, boolean>;
10
11
  handleMousedown: (e: MouseEvent) => void;
11
12
  };
@@ -39,6 +39,7 @@ function useVideoThumbs() {
39
39
  curThumb.value = thumbs.value[idx];
40
40
  }
41
41
  return {
42
+ loading,
42
43
  thumbs,
43
44
  curThumb,
44
45
  getVideoThumbs,
@@ -54,3 +54,10 @@
54
54
  .video-thumb .video-thumb-list .video-thumb-list-drager:hover {
55
55
  transform: scale(1.05);
56
56
  }
57
+ .video-thumb-loading {
58
+ display: flex;
59
+ align-items: center;
60
+ justify-content: center;
61
+ width: 100%;
62
+ height: 100%;
63
+ }
@@ -66,4 +66,12 @@
66
66
  }
67
67
  }
68
68
  }
69
+
70
+ &-loading {
71
+ display: flex;
72
+ align-items: center;
73
+ justify-content: center;
74
+ width: 100%;
75
+ height: 100%;
76
+ }
69
77
  }
@@ -116,7 +116,7 @@ const _sfc_main = vue.defineComponent({
116
116
  }, {
117
117
  default: vue.withCtx(() => [
118
118
  vue.createElementVNode("span", _hoisted_3, [
119
- vue.createTextVNode(" \u66F4\u591A\u7B5B\u9009 "),
119
+ _cache[1] || (_cache[1] = vue.createTextVNode(" \u66F4\u591A\u7B5B\u9009 ")),
120
120
  vue.createVNode(vue.unref(icon.IconCaretDown))
121
121
  ])
122
122
  ]),
@@ -20,16 +20,14 @@ const _hoisted_6 = { class: "abttrite-v" };
20
20
  const _hoisted_7 = { class: "left" };
21
21
  const _hoisted_8 = { class: "tags" };
22
22
  const _hoisted_9 = { key: 0 };
23
- const _hoisted_10 = /* @__PURE__ */ vue.createElementVNode("span", null, "\u5BA1\u6838\u72B6\u6001: ", -1);
24
- const _hoisted_11 = { key: 1 };
25
- const _hoisted_12 = { class: "abttr" };
26
- const _hoisted_13 = { style: { "font-size": "14px", "margin-bottom": "5px", "font-weight": "bold" } };
27
- const _hoisted_14 = /* @__PURE__ */ vue.createElementVNode("span", { style: { "font-size": "10px" } }, "\u540C\u65F6\u53D1\u5E03\u5230:", -1);
28
- const _hoisted_15 = {
23
+ const _hoisted_10 = { key: 1 };
24
+ const _hoisted_11 = { class: "abttr" };
25
+ const _hoisted_12 = { style: { "font-size": "14px", "margin-bottom": "5px", "font-weight": "bold" } };
26
+ const _hoisted_13 = {
29
27
  key: 1,
30
28
  style: { "font-size": "10px" }
31
29
  };
32
- const _hoisted_16 = { class: "right" };
30
+ const _hoisted_14 = { class: "right" };
33
31
  const _sfc_main = vue.defineComponent({
34
32
  __name: "index",
35
33
  props: {
@@ -147,14 +145,14 @@ const _sfc_main = vue.defineComponent({
147
145
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: i }, [
148
146
  vue.createCommentVNode(" \u5BA1\u6838\u72B6\u6001 "),
149
147
  column.key === "approval_status" ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_9, [
150
- _hoisted_10,
148
+ _cache[2] || (_cache[2] = vue.createElementVNode("span", null, "\u5BA1\u6838\u72B6\u6001: ", -1)),
151
149
  vue.unref(doc.approvalItem)(_ctx.item) ? (vue.openBlock(), vue.createBlock(index$2, {
152
150
  key: 0,
153
151
  item: vue.unref(doc.approvalItem)(_ctx.item)
154
- }, null, 8, ["item"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_11, "--"))
152
+ }, null, 8, ["item"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_10, "--"))
155
153
  ])) : column.key === "state" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
156
154
  vue.createCommentVNode(" \u72B6\u6001 "),
157
- vue.createElementVNode("span", _hoisted_12, [
155
+ vue.createElementVNode("span", _hoisted_11, [
158
156
  vue.createVNode(vue.unref(webVue.Tooltip), {
159
157
  content: `\u72B6\u6001: ${vue.unref(doc.docStateMap)[_ctx.item.state]}`,
160
158
  position: "top"
@@ -174,12 +172,12 @@ const _sfc_main = vue.defineComponent({
174
172
  }, {
175
173
  content: vue.withCtx(() => [
176
174
  _ctx.item.other_categories ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
177
- vue.createElementVNode("div", _hoisted_13, "\u680F\u76EE: " + vue.toDisplayString(_ctx.item.primary_category || "--"), 1),
175
+ vue.createElementVNode("div", _hoisted_12, "\u680F\u76EE: " + vue.toDisplayString(_ctx.item.primary_category || "--"), 1),
178
176
  vue.createElementVNode("span", null, [
179
- _hoisted_14,
177
+ _cache[3] || (_cache[3] = vue.createElementVNode("span", { style: { "font-size": "10px" } }, "\u540C\u65F6\u53D1\u5E03\u5230:", -1)),
180
178
  vue.createTextVNode(" " + vue.toDisplayString(_ctx.item.other_categories.join("\u3001")), 1)
181
179
  ])
182
- ], 64)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_15, "\u680F\u76EE: " + vue.toDisplayString(_ctx.item.primary_category || "--"), 1))
180
+ ], 64)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_13, "\u680F\u76EE: " + vue.toDisplayString(_ctx.item.primary_category || "--"), 1))
183
181
  ]),
184
182
  default: vue.withCtx(() => [
185
183
  vue.createVNode(vue.unref(webVue.Button), {
@@ -231,7 +229,7 @@ const _sfc_main = vue.defineComponent({
231
229
  ], 64);
232
230
  }), 128))
233
231
  ]),
234
- vue.createElementVNode("div", _hoisted_16, [
232
+ vue.createElementVNode("div", _hoisted_14, [
235
233
  vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
236
234
  ])
237
235
  ])
@@ -13,9 +13,8 @@ const _hoisted_4 = { class: "info-view" };
13
13
  const _hoisted_5 = { class: "title_i" };
14
14
  const _hoisted_6 = { class: "abttrite-v" };
15
15
  const _hoisted_7 = { class: "left" };
16
- const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("span", { class: "abttr tags" }, null, -1);
17
- const _hoisted_9 = { class: "abttr time" };
18
- const _hoisted_10 = { class: "right" };
16
+ const _hoisted_8 = { class: "abttr time" };
17
+ const _hoisted_9 = { class: "right" };
19
18
  const _sfc_main = vue.defineComponent({
20
19
  __name: "index",
21
20
  props: {
@@ -85,10 +84,10 @@ const _sfc_main = vue.defineComponent({
85
84
  type: _ctx.item.series
86
85
  }, null, 8, ["type"]),
87
86
  vue.renderSlot(_ctx.$slots, "tip"),
88
- _hoisted_8,
89
- vue.createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
87
+ _cache[2] || (_cache[2] = vue.createElementVNode("span", { class: "abttr tags" }, null, -1)),
88
+ vue.createElementVNode("span", _hoisted_8, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
90
89
  ]),
91
- vue.createElementVNode("div", _hoisted_10, [
90
+ vue.createElementVNode("div", _hoisted_9, [
92
91
  vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
93
92
  ])
94
93
  ])
@@ -13,10 +13,9 @@ const _hoisted_4 = { class: "info-view" };
13
13
  const _hoisted_5 = { class: "title_i" };
14
14
  const _hoisted_6 = { class: "abttrite-v" };
15
15
  const _hoisted_7 = { class: "left" };
16
- const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("span", { class: "abttr tags" }, "\u8BFE\u7A0B", -1);
17
- const _hoisted_9 = { class: "abttr tags" };
18
- const _hoisted_10 = { class: "abttr time" };
19
- const _hoisted_11 = { class: "right" };
16
+ const _hoisted_8 = { class: "abttr tags" };
17
+ const _hoisted_9 = { class: "abttr time" };
18
+ const _hoisted_10 = { class: "right" };
20
19
  const _sfc_main = vue.defineComponent({
21
20
  __name: "index",
22
21
  props: {
@@ -86,19 +85,19 @@ const _sfc_main = vue.defineComponent({
86
85
  type: "course"
87
86
  }),
88
87
  vue.renderSlot(_ctx.$slots, "tip"),
89
- _hoisted_8,
88
+ _cache[2] || (_cache[2] = vue.createElementVNode("span", { class: "abttr tags" }, "\u8BFE\u7A0B", -1)),
90
89
  vue.createVNode(vue.unref(webVue.Tooltip), {
91
90
  content: `\u8BFE\u7A0B\u521B\u5EFA\u4EBA: ${_ctx.item.pub_user_alias}`,
92
91
  position: "top"
93
92
  }, {
94
93
  default: vue.withCtx(() => [
95
- vue.createElementVNode("span", _hoisted_9, vue.toDisplayString(_ctx.item.pub_user_alias), 1)
94
+ vue.createElementVNode("span", _hoisted_8, vue.toDisplayString(_ctx.item.pub_user_alias), 1)
96
95
  ]),
97
96
  _: 1
98
97
  }, 8, ["content"]),
99
- vue.createElementVNode("span", _hoisted_10, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
98
+ vue.createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
100
99
  ]),
101
- vue.createElementVNode("div", _hoisted_11, [
100
+ vue.createElementVNode("div", _hoisted_10, [
102
101
  vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
103
102
  ])
104
103
  ])
@@ -13,10 +13,9 @@ const _hoisted_4 = { class: "info-view" };
13
13
  const _hoisted_5 = { class: "title_i" };
14
14
  const _hoisted_6 = { class: "abttrite-v" };
15
15
  const _hoisted_7 = { class: "left" };
16
- const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("span", { class: "abttr tags" }, "\u6D3B\u52A8", -1);
17
- const _hoisted_9 = { class: "abttr tags" };
18
- const _hoisted_10 = { class: "abttr time" };
19
- const _hoisted_11 = { class: "right" };
16
+ const _hoisted_8 = { class: "abttr tags" };
17
+ const _hoisted_9 = { class: "abttr time" };
18
+ const _hoisted_10 = { class: "right" };
20
19
  const _sfc_main = vue.defineComponent({
21
20
  __name: "index",
22
21
  props: {
@@ -86,19 +85,19 @@ const _sfc_main = vue.defineComponent({
86
85
  type: "funhd"
87
86
  }),
88
87
  vue.renderSlot(_ctx.$slots, "tip"),
89
- _hoisted_8,
88
+ _cache[2] || (_cache[2] = vue.createElementVNode("span", { class: "abttr tags" }, "\u6D3B\u52A8", -1)),
90
89
  vue.createVNode(vue.unref(webVue.Tooltip), {
91
90
  content: `\u6D3B\u52A8\u521B\u5EFA\u4EBA: ${_ctx.item.pub_user_alias}`,
92
91
  position: "top"
93
92
  }, {
94
93
  default: vue.withCtx(() => [
95
- vue.createElementVNode("span", _hoisted_9, vue.toDisplayString(_ctx.item.pub_user_alias), 1)
94
+ vue.createElementVNode("span", _hoisted_8, vue.toDisplayString(_ctx.item.pub_user_alias), 1)
96
95
  ]),
97
96
  _: 1
98
97
  }, 8, ["content"]),
99
- vue.createElementVNode("span", _hoisted_10, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
98
+ vue.createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
100
99
  ]),
101
- vue.createElementVNode("div", _hoisted_11, [
100
+ vue.createElementVNode("div", _hoisted_10, [
102
101
  vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
103
102
  ])
104
103
  ])
@@ -471,11 +471,11 @@ const _sfc_main = vue.defineComponent({
471
471
  onCellMouseEnter: cellMouseEnter,
472
472
  onCellMouseLeave: cellMouseLeave
473
473
  }, {
474
- batch: vue.withCtx(() => []),
474
+ batch: vue.withCtx(() => _cache[0] || (_cache[0] = [])),
475
475
  index: vue.withCtx(() => [
476
476
  vue.createElementVNode("span", _hoisted_37, vue.toDisplayString(_ctx.index + 1), 1)
477
477
  ]),
478
- tip: vue.withCtx(() => []),
478
+ tip: vue.withCtx(() => _cache[1] || (_cache[1] = [])),
479
479
  option: vue.withCtx(() => [
480
480
  vue.renderSlot(_ctx.$slots, "option", {
481
481
  row: _ctx.item,
@@ -29,16 +29,15 @@ const _hoisted_8 = {
29
29
  key: 3,
30
30
  class: "setting"
31
31
  };
32
- const _hoisted_9 = /* @__PURE__ */ vue.createElementVNode("span", { class: "label" }, "\u94FE\u63A5\u6709\u6548\u65F6\u957F", -1);
33
- const _hoisted_10 = {
32
+ const _hoisted_9 = {
34
33
  key: 4,
35
34
  class: "time-go"
36
35
  };
37
- const _hoisted_11 = {
36
+ const _hoisted_10 = {
38
37
  key: 5,
39
38
  class: "time-go"
40
39
  };
41
- const _hoisted_12 = { class: "btns" };
40
+ const _hoisted_11 = { class: "btns" };
42
41
  const _sfc_main = vue.defineComponent({
43
42
  __name: "index",
44
43
  props: {
@@ -222,7 +221,7 @@ const _sfc_main = vue.defineComponent({
222
221
  ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_6, "\u6682\u65E0\u4E8C\u7EF4\u7801"))
223
222
  ], 64)),
224
223
  is_share.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7, "\u626B\u63CF\u4E8C\u7EF4\u7801\u8BBF\u95EE")) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_8, [
225
- _hoisted_9,
224
+ _cache[4] || (_cache[4] = vue.createElementVNode("span", { class: "label" }, "\u94FE\u63A5\u6709\u6548\u65F6\u957F", -1)),
226
225
  vue.createElementVNode("span", null, [
227
226
  vue.createVNode(vue.unref(webVue.Select), {
228
227
  modelValue: expiration.value,
@@ -243,17 +242,17 @@ const _sfc_main = vue.defineComponent({
243
242
  }, 8, ["modelValue"])
244
243
  ])
245
244
  ])),
246
- is_share.value && time.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10, " \u94FE\u63A5\u5269\u4F59\u65F6\u95F4: " + vue.toDisplayString(time.value), 1)) : is_share.value && time.value === 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_11, "\u94FE\u63A5\u5DF2\u8FC7\u671F")) : vue.createCommentVNode("v-if", true),
247
- vue.createElementVNode("div", _hoisted_12, [
245
+ is_share.value && time.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9, " \u94FE\u63A5\u5269\u4F59\u65F6\u95F4: " + vue.toDisplayString(time.value), 1)) : is_share.value && time.value === 0 ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10, "\u94FE\u63A5\u5DF2\u8FC7\u671F")) : vue.createCommentVNode("v-if", true),
246
+ vue.createElementVNode("div", _hoisted_11, [
248
247
  showGetLink.value ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Button), {
249
248
  key: 0,
250
249
  type: "primary",
251
250
  light: "",
252
251
  onClick: _cache[1] || (_cache[1] = ($event) => genTimeLink(expiration.value))
253
252
  }, {
254
- default: vue.withCtx(() => [
253
+ default: vue.withCtx(() => _cache[5] || (_cache[5] = [
255
254
  vue.createTextVNode(" \u751F\u6210\u9884\u89C8\u94FE\u63A5 ")
256
- ]),
255
+ ])),
257
256
  _: 1
258
257
  })) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
259
258
  vue.createVNode(vue.unref(webVue.Button), {
@@ -261,9 +260,9 @@ const _sfc_main = vue.defineComponent({
261
260
  light: "",
262
261
  onClick: _cache[2] || (_cache[2] = ($event) => clipUrl("img"))
263
262
  }, {
264
- default: vue.withCtx(() => [
263
+ default: vue.withCtx(() => _cache[6] || (_cache[6] = [
265
264
  vue.createTextVNode(" \u590D\u5236\u4E8C\u7EF4\u7801 ")
266
- ]),
265
+ ])),
267
266
  _: 1
268
267
  }),
269
268
  vue.createVNode(vue.unref(webVue.Button), {
@@ -131,9 +131,9 @@ const _sfc_main = vue.defineComponent({
131
131
  type: "primary",
132
132
  onClick: comfirm
133
133
  }, {
134
- default: vue.withCtx(() => [
134
+ default: vue.withCtx(() => _cache[7] || (_cache[7] = [
135
135
  vue.createTextVNode("\u6DFB\u52A0 ")
136
- ]),
136
+ ])),
137
137
  _: 1
138
138
  }, 8, ["disabled"])
139
139
  ]),
@@ -170,9 +170,9 @@ const _sfc_main = vue.defineComponent({
170
170
  type: "primary",
171
171
  onClick: comfirm
172
172
  }, {
173
- default: vue.withCtx(() => [
173
+ default: vue.withCtx(() => _cache[8] || (_cache[8] = [
174
174
  vue.createTextVNode(" \u6DFB\u52A0 ")
175
- ]),
175
+ ])),
176
176
  _: 1
177
177
  }, 8, ["disabled"])
178
178
  ]),
@@ -210,9 +210,9 @@ const _sfc_main = vue.defineComponent({
210
210
  type: "primary",
211
211
  onClick: comfirm
212
212
  }, {
213
- default: vue.withCtx(() => [
213
+ default: vue.withCtx(() => _cache[9] || (_cache[9] = [
214
214
  vue.createTextVNode(" \u6DFB\u52A0 ")
215
- ]),
215
+ ])),
216
216
  _: 1
217
217
  }, 8, ["disabled"])
218
218
  ]),
@@ -249,9 +249,9 @@ const _sfc_main = vue.defineComponent({
249
249
  type: "primary",
250
250
  onClick: comfirm
251
251
  }, {
252
- default: vue.withCtx(() => [
252
+ default: vue.withCtx(() => _cache[10] || (_cache[10] = [
253
253
  vue.createTextVNode(" \u6DFB\u52A0 ")
254
- ]),
254
+ ])),
255
255
  _: 1
256
256
  }, 8, ["disabled"])
257
257
  ]),
@@ -288,9 +288,9 @@ const _sfc_main = vue.defineComponent({
288
288
  type: "primary",
289
289
  onClick: comfirm
290
290
  }, {
291
- default: vue.withCtx(() => [
291
+ default: vue.withCtx(() => _cache[11] || (_cache[11] = [
292
292
  vue.createTextVNode(" \u6DFB\u52A0 ")
293
- ]),
293
+ ])),
294
294
  _: 1
295
295
  }, 8, ["disabled"])
296
296
  ]),
@@ -327,9 +327,9 @@ const _sfc_main = vue.defineComponent({
327
327
  type: "primary",
328
328
  onClick: comfirm
329
329
  }, {
330
- default: vue.withCtx(() => [
330
+ default: vue.withCtx(() => _cache[12] || (_cache[12] = [
331
331
  vue.createTextVNode(" \u6DFB\u52A0 ")
332
- ]),
332
+ ])),
333
333
  _: 1
334
334
  }, 8, ["disabled"])
335
335
  ]),
@@ -366,9 +366,9 @@ const _sfc_main = vue.defineComponent({
366
366
  type: "primary",
367
367
  onClick: comfirm
368
368
  }, {
369
- default: vue.withCtx(() => [
369
+ default: vue.withCtx(() => _cache[13] || (_cache[13] = [
370
370
  vue.createTextVNode(" \u6DFB\u52A0 ")
371
- ]),
371
+ ])),
372
372
  _: 1
373
373
  }, 8, ["disabled"])
374
374
  ]),
@@ -5,7 +5,6 @@ var icon = require("@arco-design/web-vue/es/icon");
5
5
  var api = require("../../../script/api.js");
6
6
  const _hoisted_1 = { class: "media-filter-container" };
7
7
  const _hoisted_2 = { style: { "margin-right": "10px" } };
8
- const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("span", null, null, -1);
9
8
  const _sfc_main = vue.defineComponent({
10
9
  ...{ name: "MediaFilter" },
11
10
  __name: "index",
@@ -112,9 +111,9 @@ const _sfc_main = vue.defineComponent({
112
111
  ]),
113
112
  vue.createElementVNode("span", null, vue.toDisplayString(data == null ? void 0 : data.label), 1)
114
113
  ]),
115
- "arrow-icon": vue.withCtx(() => [
116
- _hoisted_3
117
- ]),
114
+ "arrow-icon": vue.withCtx(() => _cache[3] || (_cache[3] = [
115
+ vue.createElementVNode("span", null, null, -1)
116
+ ])),
118
117
  default: vue.withCtx(() => [
119
118
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(sortOptions.value, (item) => {
120
119
  return vue.openBlock(), vue.createBlock(vue.unref(webVue.Option), {
@@ -285,7 +285,7 @@ const _sfc_main = vue.defineComponent({
285
285
  }, {
286
286
  default: vue.withCtx(() => [
287
287
  vue.createVNode(vue.unref(icon.IconRefresh), { class: "reset-icon" }),
288
- vue.createTextVNode(" \u91CD\u7F6E ")
288
+ _cache[7] || (_cache[7] = vue.createTextVNode(" \u91CD\u7F6E "))
289
289
  ]),
290
290
  _: 1
291
291
  }, 512), [
@@ -81,9 +81,9 @@ const _sfc_main = vue.defineComponent({
81
81
  type: "text",
82
82
  onClick: clear
83
83
  }, {
84
- default: vue.withCtx(() => [
84
+ default: vue.withCtx(() => _cache[1] || (_cache[1] = [
85
85
  vue.createTextVNode("\u6E05\u7A7A")
86
- ]),
86
+ ])),
87
87
  _: 1
88
88
  })
89
89
  ])
@@ -97,9 +97,9 @@ const _sfc_main = vue.defineComponent({
97
97
  key: 0,
98
98
  class: "button"
99
99
  }, {
100
- default: vue.withCtx(() => [
100
+ default: vue.withCtx(() => _cache[0] || (_cache[0] = [
101
101
  vue.createTextVNode("\u5DF2\u9009\u6570\u636E")
102
- ]),
102
+ ])),
103
103
  _: 1
104
104
  })) : vue.createCommentVNode("v-if", true)
105
105
  ]),
@@ -131,9 +131,9 @@ const _sfc_main = vue.defineComponent({
131
131
  size: "small",
132
132
  class: vue.normalizeClass([{ disabled: _ctx.disabled }, "yuanchuang"])
133
133
  }, {
134
- default: vue.withCtx(() => [
134
+ default: vue.withCtx(() => _cache[1] || (_cache[1] = [
135
135
  vue.createTextVNode("\u539F\u521B")
136
- ]),
136
+ ])),
137
137
  _: 1
138
138
  }, 8, ["class"])
139
139
  ]),
@@ -149,9 +149,9 @@ const _sfc_main = vue.defineComponent({
149
149
  size: "small",
150
150
  class: vue.normalizeClass([{ disabled: _ctx.disabled }, "star"])
151
151
  }, {
152
- default: vue.withCtx(() => [
152
+ default: vue.withCtx(() => _cache[2] || (_cache[2] = [
153
153
  vue.createTextVNode("\u63A8\u8350")
154
- ]),
154
+ ])),
155
155
  _: 1
156
156
  }, 8, ["class"])
157
157
  ]),
@@ -167,9 +167,9 @@ const _sfc_main = vue.defineComponent({
167
167
  size: "small",
168
168
  class: vue.normalizeClass([{ disabled: _ctx.disabled }, "waring"])
169
169
  }, {
170
- default: vue.withCtx(() => [
170
+ default: vue.withCtx(() => _cache[3] || (_cache[3] = [
171
171
  vue.createTextVNode("\u654F\u611F")
172
- ]),
172
+ ])),
173
173
  _: 1
174
174
  }, 8, ["class"])
175
175
  ]),
@@ -185,9 +185,9 @@ const _sfc_main = vue.defineComponent({
185
185
  size: "small",
186
186
  class: vue.normalizeClass([{ disabled: _ctx.disabled }, "star"])
187
187
  }, {
188
- default: vue.withCtx(() => [
188
+ default: vue.withCtx(() => _cache[4] || (_cache[4] = [
189
189
  vue.createTextVNode("\u5DF2\u63A8\u9001")
190
- ]),
190
+ ])),
191
191
  _: 1
192
192
  }, 8, ["class"])
193
193
  ]),
@@ -221,9 +221,9 @@ const _sfc_main = vue.defineComponent({
221
221
  size: "small",
222
222
  class: vue.normalizeClass([{ disabled: _ctx.disabled }, "matrix"])
223
223
  }, {
224
- default: vue.withCtx(() => [
224
+ default: vue.withCtx(() => _cache[5] || (_cache[5] = [
225
225
  vue.createTextVNode(" \u77E9\u9635\u5206\u53D1 ")
226
- ]),
226
+ ])),
227
227
  _: 1
228
228
  }, 8, ["class"])
229
229
  ]),
@@ -70,9 +70,9 @@ const _sfc_main = vue.defineComponent({
70
70
  disabled: !vue.unref(current),
71
71
  onClick: handeRevert
72
72
  }, {
73
- default: vue.withCtx(() => [
73
+ default: vue.withCtx(() => _cache[1] || (_cache[1] = [
74
74
  vue.createTextVNode(" \u8FD8\u539F\u6B64\u7248\u672C ")
75
- ]),
75
+ ])),
76
76
  _: 1
77
77
  }, 8, ["disabled"])
78
78
  ]),