@cmstops/pro-compo 0.3.82 → 0.3.84

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 (164) hide show
  1. package/dist/index.css +40 -0
  2. package/dist/index.min.css +1 -1
  3. package/es/baseFilter/components/FilterGroup.js +1 -1
  4. package/es/baseFilter/useCalcWidth.d.ts +2 -2
  5. package/es/contentDetailList/components/Content/DocItem/index.js +14 -12
  6. package/es/contentDetailList/components/Content/LiveItem/index.js +6 -5
  7. package/es/contentDetailList/components/Content/courseItem/index.js +8 -7
  8. package/es/contentDetailList/components/Content/funhdItem/index.js +8 -7
  9. package/es/contentDetailList/components/Content/index.js +2 -2
  10. package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +11 -10
  11. package/es/contentModal/component.js +39 -16
  12. package/es/contentModal/components/EqxiuList/index.js +38 -31
  13. package/es/contentModal/components/MpContentList/MediaFilter/index.js +4 -3
  14. package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +1 -1
  15. package/es/contentModal/components/storeBox/index.js +4 -4
  16. package/es/contentModal/script/api.d.ts +1 -0
  17. package/es/contentModal/script/api.js +8 -1
  18. package/es/dataTags/component.js +10 -10
  19. package/es/docHistory/component.js +2 -2
  20. package/es/docHistory/scripts/useDocHistory.d.ts +4 -4
  21. package/es/docPreview/component.js +56 -47
  22. package/es/docPreview/components/PreviewIframe.js +10 -9
  23. package/es/docPreview/scripts/hook.d.ts +6 -16
  24. package/es/editMetaInfo/components/metaInfoForm.js +4 -4
  25. package/es/emptyData/svg/acount.js +5 -3
  26. package/es/emptyData/svg/add.js +5 -3
  27. package/es/emptyData/svg/analize.js +5 -3
  28. package/es/emptyData/svg/analize_fail.js +5 -3
  29. package/es/emptyData/svg/empty.js +5 -3
  30. package/es/emptyData/svg/file.js +5 -3
  31. package/es/emptyData/svg/manager.js +5 -3
  32. package/es/emptyData/svg/message.js +17 -14
  33. package/es/emptyData/svg/noanalize.js +5 -3
  34. package/es/emptyData/svg/null.js +5 -3
  35. package/es/emptyData/svg/search.js +5 -3
  36. package/es/emptyData/svg/star.js +5 -3
  37. package/es/emptyData/svg/trash.js +5 -3
  38. package/es/emptyData/svg/user.js +5 -3
  39. package/es/hooks/batch.d.ts +1 -1
  40. package/es/hooks/dialogVisible.d.ts +1 -1
  41. package/es/hooks/source.d.ts +1 -1
  42. package/es/hooks/toggle.d.ts +1 -1
  43. package/es/hooks/useAttachement.d.ts +6 -6
  44. package/es/hooks/useMediaContext.d.ts +5 -5
  45. package/es/hooks/usePopper.d.ts +1 -1
  46. package/es/hooks/useSelection.d.ts +2 -9
  47. package/es/hooks/useUpload.d.ts +2 -2
  48. package/es/hooks/user.d.ts +1 -1
  49. package/es/imageCrop/component.js +4 -4
  50. package/es/importData/component.d.ts +0 -0
  51. package/es/importData/component.js +173 -0
  52. package/es/importData/index.d.ts +2 -0
  53. package/es/importData/index.js +7 -0
  54. package/es/importData/style/css.js +1 -0
  55. package/es/importData/style/index.css +40 -0
  56. package/es/importData/style/index.d.ts +1 -0
  57. package/es/importData/style/index.js +1 -0
  58. package/es/importData/style/index.less +48 -0
  59. package/es/index.css +40 -0
  60. package/es/index.d.ts +1 -0
  61. package/es/index.js +1 -0
  62. package/es/index.less +1 -0
  63. package/es/mediaFilter/components/DocFilter.js +1 -1
  64. package/es/mediaFilter/components/FilterGroup.js +1 -1
  65. package/es/mediaView/component.js +5 -3
  66. package/es/messageBox/component.js +2 -2
  67. package/es/previousVersion/component.js +4 -3
  68. package/es/resourceGridList/component.js +18 -15
  69. package/es/resourceModal/component.js +2 -2
  70. package/es/resourceModal/components/MediaPreviewer/index.js +10 -7
  71. package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +17 -15
  72. package/es/resourceModal/components/MediaSelection/MainContent/index.js +24 -20
  73. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +2 -2
  74. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +4 -3
  75. package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +13 -9
  76. package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -2
  77. package/es/selectGategory/component.js +4 -3
  78. package/es/selectResourceModal/component.js +10 -10
  79. package/es/selectResourceModal/components/List/ListAi/index.js +8 -7
  80. package/es/selectResourceModal/components/List/ListCardWrapper.js +8 -6
  81. package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  82. package/es/selectResourceModal/components/List/ListNormal/Filter.js +7 -7
  83. package/es/selectResourceModal/components/List/ListSystem/Filter.js +2 -2
  84. package/es/selectResourceModal/components/List/ListSystem/SubList.js +4 -3
  85. package/es/selectResourceModal/components/List/ListSystem/index.js +2 -1
  86. package/es/selectResourceModal/scripts/useResourceSelect.d.ts +1 -1
  87. package/es/selectResourceModal/scripts/useTabFilter.d.ts +1 -1
  88. package/es/selectThumb/component.js +28 -23
  89. package/es/uploadBefore/components/UploadBefore.js +2 -2
  90. package/es/uploadBefore/script/uploadHooks.d.ts +1 -42
  91. package/es/userAvater/component.js +2 -2
  92. package/es/userDirector/component.js +2 -2
  93. package/es/utils/filter.d.ts +0 -12
  94. package/es/videoThumb/scripts/useVideoThumbs.d.ts +4 -4
  95. package/lib/baseFilter/components/FilterGroup.js +1 -1
  96. package/lib/contentDetailList/components/Content/DocItem/index.js +14 -12
  97. package/lib/contentDetailList/components/Content/LiveItem/index.js +6 -5
  98. package/lib/contentDetailList/components/Content/courseItem/index.js +8 -7
  99. package/lib/contentDetailList/components/Content/funhdItem/index.js +8 -7
  100. package/lib/contentDetailList/components/Content/index.js +2 -2
  101. package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +11 -10
  102. package/lib/contentModal/component.js +39 -16
  103. package/lib/contentModal/components/EqxiuList/index.js +38 -31
  104. package/lib/contentModal/components/MpContentList/MediaFilter/index.js +4 -3
  105. package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +1 -1
  106. package/lib/contentModal/components/storeBox/index.js +4 -4
  107. package/lib/contentModal/script/api.js +8 -0
  108. package/lib/dataTags/component.js +10 -10
  109. package/lib/docHistory/component.js +2 -2
  110. package/lib/docPreview/component.js +56 -47
  111. package/lib/docPreview/components/PreviewIframe.js +10 -9
  112. package/lib/editMetaInfo/components/metaInfoForm.js +4 -4
  113. package/lib/emptyData/svg/acount.js +5 -3
  114. package/lib/emptyData/svg/add.js +5 -3
  115. package/lib/emptyData/svg/analize.js +5 -3
  116. package/lib/emptyData/svg/analize_fail.js +5 -3
  117. package/lib/emptyData/svg/empty.js +5 -3
  118. package/lib/emptyData/svg/file.js +5 -3
  119. package/lib/emptyData/svg/manager.js +5 -3
  120. package/lib/emptyData/svg/message.js +17 -14
  121. package/lib/emptyData/svg/noanalize.js +5 -3
  122. package/lib/emptyData/svg/null.js +5 -3
  123. package/lib/emptyData/svg/search.js +5 -3
  124. package/lib/emptyData/svg/star.js +5 -3
  125. package/lib/emptyData/svg/trash.js +5 -3
  126. package/lib/emptyData/svg/user.js +5 -3
  127. package/lib/imageCrop/component.js +4 -4
  128. package/lib/importData/component.js +174 -0
  129. package/lib/importData/index.js +8 -0
  130. package/lib/importData/style/css.js +2 -0
  131. package/lib/importData/style/index.css +40 -0
  132. package/lib/importData/style/index.js +2 -0
  133. package/lib/importData/style/index.less +48 -0
  134. package/lib/index.css +40 -0
  135. package/lib/index.js +2 -0
  136. package/lib/index.less +1 -0
  137. package/lib/mediaFilter/components/DocFilter.js +1 -1
  138. package/lib/mediaFilter/components/FilterGroup.js +1 -1
  139. package/lib/mediaView/component.js +5 -3
  140. package/lib/messageBox/component.js +2 -2
  141. package/lib/previousVersion/component.js +4 -3
  142. package/lib/resourceGridList/component.js +18 -15
  143. package/lib/resourceModal/component.js +2 -2
  144. package/lib/resourceModal/components/MediaPreviewer/index.js +10 -7
  145. package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +17 -15
  146. package/lib/resourceModal/components/MediaSelection/MainContent/index.js +24 -20
  147. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +2 -2
  148. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +4 -3
  149. package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +13 -9
  150. package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -2
  151. package/lib/selectGategory/component.js +4 -3
  152. package/lib/selectResourceModal/component.js +10 -10
  153. package/lib/selectResourceModal/components/List/ListAi/index.js +7 -6
  154. package/lib/selectResourceModal/components/List/ListCardWrapper.js +8 -6
  155. package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
  156. package/lib/selectResourceModal/components/List/ListNormal/Filter.js +7 -7
  157. package/lib/selectResourceModal/components/List/ListSystem/Filter.js +2 -2
  158. package/lib/selectResourceModal/components/List/ListSystem/SubList.js +4 -3
  159. package/lib/selectResourceModal/components/List/ListSystem/index.js +2 -1
  160. package/lib/selectThumb/component.js +28 -23
  161. package/lib/uploadBefore/components/UploadBefore.js +2 -2
  162. package/lib/userAvater/component.js +2 -2
  163. package/lib/userDirector/component.js +2 -2
  164. package/package.json +1 -1
@@ -97,9 +97,9 @@ const _sfc_main = defineComponent({
97
97
  createVNode(unref(Tabs), null, {
98
98
  default: withCtx(() => [
99
99
  withDirectives((openBlock(), createBlock(unref(TabPane), { key: "1" }, {
100
- title: withCtx(() => _cache[2] || (_cache[2] = [
100
+ title: withCtx(() => [
101
101
  createTextVNode("\u6D88\u606F")
102
- ])),
102
+ ]),
103
103
  default: withCtx(() => [
104
104
  unreadMessages.value.length === 0 ? (openBlock(), createBlock(_sfc_main$1, {
105
105
  key: 0,
@@ -24,7 +24,8 @@ const _hoisted_16 = {
24
24
  key: 0,
25
25
  class: "temp-view"
26
26
  };
27
- const _hoisted_17 = { class: "select-ul" };
27
+ const _hoisted_17 = /* @__PURE__ */ createElementVNode("div", { class: "title" }, "\u5DF2\u9009\u62E9\uFF1A", -1);
28
+ const _hoisted_18 = { class: "select-ul" };
28
29
  const _sfc_main = defineComponent({
29
30
  ...{ name: "previousVersion" },
30
31
  __name: "component",
@@ -346,8 +347,8 @@ const _sfc_main = defineComponent({
346
347
  ])
347
348
  ]),
348
349
  selectList.length > 0 ? (openBlock(), createElementBlock("section", _hoisted_16, [
349
- _cache[1] || (_cache[1] = createElementVNode("div", { class: "title" }, "\u5DF2\u9009\u62E9\uFF1A", -1)),
350
- createElementVNode("div", _hoisted_17, [
350
+ _hoisted_17,
351
+ createElementVNode("div", _hoisted_18, [
351
352
  (openBlock(true), createElementBlock(Fragment, null, renderList(selectList, (select) => {
352
353
  return openBlock(), createElementBlock("div", {
353
354
  key: select.list_id,
@@ -19,18 +19,25 @@ const _hoisted_8 = { class: "folder-more-wrap" };
19
19
  const _hoisted_9 = { class: "file-list clearfix" };
20
20
  const _hoisted_10 = ["onClick"];
21
21
  const _hoisted_11 = { class: "menu-wrap" };
22
- const _hoisted_12 = {
22
+ const _hoisted_12 = /* @__PURE__ */ createElementVNode("div", { class: "transcoding-in-progress grid-mode" }, [
23
+ /* @__PURE__ */ createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
24
+ ], -1);
25
+ const _hoisted_13 = {
23
26
  key: 1,
24
27
  class: "load_more_title"
25
28
  };
26
- const _hoisted_13 = {
29
+ const _hoisted_14 = {
27
30
  key: 1,
28
31
  class: "nomore_tips"
29
32
  };
30
- const _hoisted_14 = {
33
+ const _hoisted_15 = {
31
34
  key: 2,
32
35
  class: "null-file"
33
36
  };
37
+ const _hoisted_16 = /* @__PURE__ */ createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1);
38
+ const _hoisted_17 = [
39
+ _hoisted_16
40
+ ];
34
41
  const _sfc_main = defineComponent({
35
42
  ...{ name: "resourceGridList" },
36
43
  __name: "component",
@@ -199,18 +206,16 @@ const _sfc_main = defineComponent({
199
206
  effect: "dark",
200
207
  placement: "bottom"
201
208
  }, {
202
- default: withCtx(() => _cache[1] || (_cache[1] = [
203
- createElementVNode("div", { class: "transcoding-in-progress grid-mode" }, [
204
- createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
205
- ], -1)
206
- ])),
209
+ default: withCtx(() => [
210
+ _hoisted_12
211
+ ]),
207
212
  _: 1
208
213
  })) : createCommentVNode("v-if", true)
209
214
  ], 10, _hoisted_10)
210
215
  ]);
211
216
  }), 128))
212
217
  ]),
213
- _ctx.fileListCount ? (openBlock(), createElementBlock("div", _hoisted_12, [
218
+ _ctx.fileListCount ? (openBlock(), createElementBlock("div", _hoisted_13, [
214
219
  !_ctx.isOver ? (openBlock(), createBlock(unref(Button), {
215
220
  key: 0,
216
221
  class: "loadmore_tips",
@@ -218,15 +223,13 @@ const _sfc_main = defineComponent({
218
223
  type: "text",
219
224
  onClick: _loadFileMore
220
225
  }, {
221
- default: withCtx(() => _cache[2] || (_cache[2] = [
226
+ default: withCtx(() => [
222
227
  createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ")
223
- ])),
228
+ ]),
224
229
  _: 1
225
- })) : (openBlock(), createElementBlock("div", _hoisted_13, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
230
+ })) : (openBlock(), createElementBlock("div", _hoisted_14, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
226
231
  ])) : createCommentVNode("v-if", true),
227
- !((_d = _ctx.fileList) == null ? void 0 : _d.length) && !((_e = _ctx.folderList) == null ? void 0 : _e.length) ? (openBlock(), createElementBlock("div", _hoisted_14, _cache[3] || (_cache[3] = [
228
- createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1)
229
- ]))) : createCommentVNode("v-if", true)
232
+ !((_d = _ctx.fileList) == null ? void 0 : _d.length) && !((_e = _ctx.folderList) == null ? void 0 : _e.length) ? (openBlock(), createElementBlock("div", _hoisted_15, _hoisted_17)) : createCommentVNode("v-if", true)
230
233
  ])
231
234
  ];
232
235
  }),
@@ -59,9 +59,9 @@ const _sfc_main = defineComponent({
59
59
  onOk: handleOk,
60
60
  onCancel: handleCancel
61
61
  }, {
62
- title: withCtx(() => _cache[1] || (_cache[1] = [
62
+ title: withCtx(() => [
63
63
  createTextVNode("\u9009\u62E9\u7D20\u6750\u6765\u6E90")
64
- ])),
64
+ ]),
65
65
  default: withCtx(() => [
66
66
  createVNode(_sfc_main$1, {
67
67
  "selected-max": selectedMax.value,
@@ -10,6 +10,15 @@ const _hoisted_5 = {
10
10
  key: 2,
11
11
  class: "other"
12
12
  };
13
+ const _hoisted_6 = /* @__PURE__ */ createElementVNode("img", {
14
+ src: _imports_0,
15
+ alt: ""
16
+ }, null, -1);
17
+ const _hoisted_7 = /* @__PURE__ */ createElementVNode("span", { class: "text" }, "\u6682\u4E0D\u652F\u6301\u8BE5\u7C7B\u578B\u6587\u4EF6\u9884\u89C8", -1);
18
+ const _hoisted_8 = [
19
+ _hoisted_6,
20
+ _hoisted_7
21
+ ];
13
22
  const _sfc_main = defineComponent({
14
23
  __name: "index",
15
24
  props: {
@@ -49,13 +58,7 @@ const _sfc_main = defineComponent({
49
58
  class: "audio",
50
59
  controls: "",
51
60
  src: _ctx.url
52
- }, null, 8, _hoisted_4)) : (openBlock(), createElementBlock("div", _hoisted_5, _cache[0] || (_cache[0] = [
53
- createElementVNode("img", {
54
- src: _imports_0,
55
- alt: ""
56
- }, null, -1),
57
- createElementVNode("span", { class: "text" }, "\u6682\u4E0D\u652F\u6301\u8BE5\u7C7B\u578B\u6587\u4EF6\u9884\u89C8", -1)
58
- ])))
61
+ }, null, 8, _hoisted_4)) : (openBlock(), createElementBlock("div", _hoisted_5, _hoisted_8))
59
62
  ])
60
63
  ], 512), [
61
64
  [vShow, _ctx.type !== "image"]
@@ -2,14 +2,19 @@ import { defineComponent, ref, openBlock, createElementBlock, createVNode, unref
2
2
  import { Scrollbar } from "@arco-design/web-vue";
3
3
  import _sfc_main$1 from "../MainContent/FileTypeThumb/index.js";
4
4
  const _hoisted_1 = { class: "doc-ai-media-selected" };
5
- const _hoisted_2 = { class: "thumb-list" };
6
- const _hoisted_3 = { class: "thumb-item" };
7
- const _hoisted_4 = {
5
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("div", { class: "thumb_type" }, "\u5C01\u9762\u56FE", -1);
6
+ const _hoisted_3 = { class: "thumb-list" };
7
+ const _hoisted_4 = { class: "thumb-item" };
8
+ const _hoisted_5 = {
8
9
  key: 0,
9
10
  class: "gif_covers"
10
11
  };
11
- const _hoisted_5 = { class: "thumb-list" };
12
- const _hoisted_6 = { class: "thumb-item" };
12
+ const _hoisted_6 = /* @__PURE__ */ createElementVNode("div", {
13
+ class: "thumb_type",
14
+ style: { "margin-top": "0px" }
15
+ }, "\u5C01\u9762\u52A8\u56FE", -1);
16
+ const _hoisted_7 = { class: "thumb-list" };
17
+ const _hoisted_8 = { class: "thumb-item" };
13
18
  const _sfc_main = defineComponent({
14
19
  __name: "index",
15
20
  props: {
@@ -32,14 +37,14 @@ const _sfc_main = defineComponent({
32
37
  default: withCtx(() => {
33
38
  var _a;
34
39
  return [
35
- _cache[1] || (_cache[1] = createElementVNode("div", { class: "thumb_type" }, "\u5C01\u9762\u56FE", -1)),
36
- createElementVNode("div", _hoisted_2, [
40
+ _hoisted_2,
41
+ createElementVNode("div", _hoisted_3, [
37
42
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.ai_static_covers, (item) => {
38
43
  return openBlock(), createElementBlock("div", {
39
44
  key: item,
40
45
  class: "thumb-wrap"
41
46
  }, [
42
- createElementVNode("div", _hoisted_3, [
47
+ createElementVNode("div", _hoisted_4, [
43
48
  createElementVNode("div", {
44
49
  class: normalizeClass(["pic", { active: selectedUrl.value.includes(item) }])
45
50
  }, [
@@ -59,18 +64,15 @@ const _sfc_main = defineComponent({
59
64
  ]);
60
65
  }), 128))
61
66
  ]),
62
- ((_a = _ctx.ai_gif_covers) == null ? void 0 : _a.length) ? (openBlock(), createElementBlock("div", _hoisted_4, [
63
- _cache[0] || (_cache[0] = createElementVNode("div", {
64
- class: "thumb_type",
65
- style: { "margin-top": "0px" }
66
- }, "\u5C01\u9762\u52A8\u56FE", -1)),
67
- createElementVNode("div", _hoisted_5, [
67
+ ((_a = _ctx.ai_gif_covers) == null ? void 0 : _a.length) ? (openBlock(), createElementBlock("div", _hoisted_5, [
68
+ _hoisted_6,
69
+ createElementVNode("div", _hoisted_7, [
68
70
  (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.ai_gif_covers, (item) => {
69
71
  return openBlock(), createElementBlock("div", {
70
72
  key: item,
71
73
  class: "thumb-wrap"
72
74
  }, [
73
- createElementVNode("div", _hoisted_6, [
75
+ createElementVNode("div", _hoisted_8, [
74
76
  createElementVNode("div", {
75
77
  class: normalizeClass(["pic", { active: selectedUrl.value.includes(item) }])
76
78
  }, [
@@ -16,18 +16,31 @@ const _hoisted_8 = { class: "thumb" };
16
16
  const _hoisted_9 = { class: "folder-more-wrap" };
17
17
  const _hoisted_10 = { class: "file-list clearfix" };
18
18
  const _hoisted_11 = { class: "thumb-wrap" };
19
- const _hoisted_12 = {
19
+ const _hoisted_12 = /* @__PURE__ */ createElementVNode("div", { class: "transcoding-in-progress grid-mode" }, [
20
+ /* @__PURE__ */ createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
21
+ ], -1);
22
+ const _hoisted_13 = {
20
23
  key: 0,
21
24
  class: "load_more_title"
22
25
  };
23
- const _hoisted_13 = {
26
+ const _hoisted_14 = {
24
27
  key: 1,
25
28
  class: "nomore_tips"
26
29
  };
27
- const _hoisted_14 = {
30
+ const _hoisted_15 = {
28
31
  key: 1,
29
32
  class: "null-file"
30
33
  };
34
+ const _hoisted_16 = /* @__PURE__ */ createElementVNode("img", {
35
+ alt: "",
36
+ class: "null-pic",
37
+ src: _imports_0
38
+ }, null, -1);
39
+ const _hoisted_17 = /* @__PURE__ */ createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1);
40
+ const _hoisted_18 = [
41
+ _hoisted_16,
42
+ _hoisted_17
43
+ ];
31
44
  const _sfc_main = defineComponent({
32
45
  __name: "index",
33
46
  props: {
@@ -172,18 +185,16 @@ const _sfc_main = defineComponent({
172
185
  effect: "dark",
173
186
  placement: "bottom"
174
187
  }, {
175
- default: withCtx(() => _cache[1] || (_cache[1] = [
176
- createElementVNode("div", { class: "transcoding-in-progress grid-mode" }, [
177
- createElementVNode("div", { class: "transcoding-progress" }, "\u8F6C\u7801\u4E2D\u2026")
178
- ], -1)
179
- ])),
188
+ default: withCtx(() => [
189
+ _hoisted_12
190
+ ]),
180
191
  _: 1
181
192
  })) : createCommentVNode("v-if", true)
182
193
  ], 2)
183
194
  ]);
184
195
  }), 128))
185
196
  ]),
186
- _ctx.fileListCount ? (openBlock(), createElementBlock("div", _hoisted_12, [
197
+ _ctx.fileListCount ? (openBlock(), createElementBlock("div", _hoisted_13, [
187
198
  !_ctx.isOver ? (openBlock(), createBlock(unref(Button), {
188
199
  key: 0,
189
200
  class: "loadmore_tips",
@@ -191,20 +202,13 @@ const _sfc_main = defineComponent({
191
202
  type: "text",
192
203
  onClick: _ctx.loadFileMore
193
204
  }, {
194
- default: withCtx(() => _cache[2] || (_cache[2] = [
205
+ default: withCtx(() => [
195
206
  createTextVNode("\u52A0\u8F7D\u66F4\u591A\u2026 ")
196
- ])),
207
+ ]),
197
208
  _: 1
198
- }, 8, ["onClick"])) : (openBlock(), createElementBlock("div", _hoisted_13, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
209
+ }, 8, ["onClick"])) : (openBlock(), createElementBlock("div", _hoisted_14, "\u6CA1\u6709\u66F4\u591A\u4E86\u2026"))
199
210
  ])) : createCommentVNode("v-if", true),
200
- !_ctx.fileList.length && !_ctx.folderList.length ? (openBlock(), createElementBlock("div", _hoisted_14, _cache[3] || (_cache[3] = [
201
- createElementVNode("img", {
202
- alt: "",
203
- class: "null-pic",
204
- src: _imports_0
205
- }, null, -1),
206
- createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1)
207
- ]))) : createCommentVNode("v-if", true)
211
+ !_ctx.fileList.length && !_ctx.folderList.length ? (openBlock(), createElementBlock("div", _hoisted_15, _hoisted_18)) : createCommentVNode("v-if", true)
208
212
  ])
209
213
  ]),
210
214
  _: 1
@@ -122,9 +122,9 @@ const _sfc_main = defineComponent({
122
122
  icon: withCtx(() => [
123
123
  createVNode(unref(IconRefresh))
124
124
  ]),
125
- default: withCtx(() => _cache[3] || (_cache[3] = [
125
+ default: withCtx(() => [
126
126
  createTextVNode("\u91CD\u7F6E\u7B5B\u9009")
127
- ])),
127
+ ]),
128
128
  _: 1
129
129
  }, 512), [
130
130
  [vShow, showReset.value]
@@ -5,6 +5,7 @@ import _sfc_main$1 from "../../MainContent/FileTypeThumb/index.js";
5
5
  import { getSysRsPage } from "../../../../script/api.js";
6
6
  const _hoisted_1 = { class: "sys-res-file-list clearfix" };
7
7
  const _hoisted_2 = { class: "thumb-wrap" };
8
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("img", { src: _imports_0 }, null, -1);
8
9
  const _sfc_main = defineComponent({
9
10
  __name: "SystemResourceList",
10
11
  props: {
@@ -90,10 +91,10 @@ const _sfc_main = defineComponent({
90
91
  class: "item-load-more",
91
92
  style: { width: "calc(20% - 20px)" },
92
93
  onClick: loadMore
93
- }, _cache[0] || (_cache[0] = [
94
- createElementVNode("img", { src: _imports_0 }, null, -1),
94
+ }, [
95
+ _hoisted_3,
95
96
  createTextVNode(" \u70B9\u51FB\u52A0\u8F7D\u66F4\u591A ")
96
- ]))) : createCommentVNode("v-if", true)
97
+ ])) : createCommentVNode("v-if", true)
97
98
  ])
98
99
  ], 2112);
99
100
  };
@@ -11,10 +11,20 @@ const _hoisted_3 = {
11
11
  class: "scen-module"
12
12
  };
13
13
  const _hoisted_4 = { class: "title" };
14
- const _hoisted_5 = {
14
+ const _hoisted_5 = /* @__PURE__ */ createElementVNode("div", { class: "line" }, null, -1);
15
+ const _hoisted_6 = {
15
16
  key: 0,
16
17
  class: "null-file"
17
18
  };
19
+ const _hoisted_7 = /* @__PURE__ */ createElementVNode("img", {
20
+ class: "null-pic",
21
+ src: _imports_0
22
+ }, null, -1);
23
+ const _hoisted_8 = /* @__PURE__ */ createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1);
24
+ const _hoisted_9 = [
25
+ _hoisted_7,
26
+ _hoisted_8
27
+ ];
18
28
  const _sfc_main = defineComponent({
19
29
  __name: "index",
20
30
  emits: ["confirm"],
@@ -68,7 +78,7 @@ const _sfc_main = defineComponent({
68
78
  }, [
69
79
  sceniro.data && sceniro.data.length > 0 ? withDirectives((openBlock(), createElementBlock("div", _hoisted_3, [
70
80
  createElementVNode("div", _hoisted_4, [
71
- _cache[0] || (_cache[0] = createElementVNode("div", { class: "line" }, null, -1)),
81
+ _hoisted_5,
72
82
  createTextVNode(" " + toDisplayString(sceniro.scenario_name), 1)
73
83
  ]),
74
84
  createVNode(_sfc_main$2, {
@@ -81,13 +91,7 @@ const _sfc_main = defineComponent({
81
91
  ]) : createCommentVNode("v-if", true)
82
92
  ], 64);
83
93
  }), 128)),
84
- isEmpty.value ? (openBlock(), createElementBlock("div", _hoisted_5, _cache[1] || (_cache[1] = [
85
- createElementVNode("img", {
86
- class: "null-pic",
87
- src: _imports_0
88
- }, null, -1),
89
- createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1)
90
- ]))) : createCommentVNode("v-if", true)
94
+ isEmpty.value ? (openBlock(), createElementBlock("div", _hoisted_6, _hoisted_9)) : createCommentVNode("v-if", true)
91
95
  ]),
92
96
  _: 1
93
97
  })
@@ -174,9 +174,9 @@ const _sfc_main = defineComponent({
174
174
  icon: withCtx(() => [
175
175
  createVNode(unref(IconRefresh))
176
176
  ]),
177
- default: withCtx(() => _cache[5] || (_cache[5] = [
177
+ default: withCtx(() => [
178
178
  createTextVNode("\u91CD\u7F6E\u7B5B\u9009")
179
- ])),
179
+ ]),
180
180
  _: 1
181
181
  }, 512), [
182
182
  [vShow, showReset.value]
@@ -3,6 +3,7 @@ import { Modal, Message } from "@arco-design/web-vue";
3
3
  import { DEFAULT_BASE_API } from "../config.js";
4
4
  import _sfc_main$1 from "./components/ColumnSelection/index.js";
5
5
  const _hoisted_1 = { class: "form-view" };
6
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("div", { class: "item-title big" }, "\u540C\u65F6\u53D1\u5E03\u81F3", -1);
6
7
  const _sfc_main = defineComponent({
7
8
  ...{ name: "selectGategory" },
8
9
  __name: "component",
@@ -56,9 +57,9 @@ const _sfc_main = defineComponent({
56
57
  onOk: handleOk,
57
58
  onCancel: handleCancel
58
59
  }, {
59
- title: withCtx(() => _cache[2] || (_cache[2] = [
60
+ title: withCtx(() => [
60
61
  createTextVNode("\u53D1\u5E03\u81F3")
61
- ])),
62
+ ]),
62
63
  default: withCtx(() => [
63
64
  createElementVNode("div", _hoisted_1, [
64
65
  createVNode(_sfc_main$1, {
@@ -68,7 +69,7 @@ const _sfc_main = defineComponent({
68
69
  repository_id: _ctx.repository_id,
69
70
  BASE_API: unref(BASE_API)
70
71
  }, null, 8, ["selectColumnData", "repository_id", "BASE_API"]),
71
- _cache[3] || (_cache[3] = createElementVNode("div", { class: "item-title big" }, "\u540C\u65F6\u53D1\u5E03\u81F3", -1)),
72
+ _hoisted_2,
72
73
  createVNode(_sfc_main$1, {
73
74
  selectColumnWithData: selectColumnWithData.value,
74
75
  "onUpdate:selectColumnWithData": _cache[1] || (_cache[1] = ($event) => selectColumnWithData.value = $event),
@@ -121,18 +121,18 @@ const _sfc_main = defineComponent({
121
121
  onClear: unref(handleClear)
122
122
  }, null, 8, ["maxcount", "selected", "onRemove", "onClear"]),
123
123
  createVNode(unref(Button), { onClick: unref(close) }, {
124
- default: withCtx(() => _cache[1] || (_cache[1] = [
124
+ default: withCtx(() => [
125
125
  createTextVNode("\u53D6\u6D88")
126
- ])),
126
+ ]),
127
127
  _: 1
128
128
  }, 8, ["onClick"]),
129
129
  createVNode(unref(Button), {
130
130
  type: "primary",
131
131
  onClick: confirm
132
132
  }, {
133
- default: withCtx(() => _cache[2] || (_cache[2] = [
133
+ default: withCtx(() => [
134
134
  createTextVNode(" \u786E\u5B9A ")
135
- ])),
135
+ ]),
136
136
  _: 1
137
137
  })
138
138
  ], 64)) : createCommentVNode("v-if", true)
@@ -140,27 +140,27 @@ const _sfc_main = defineComponent({
140
140
  createCommentVNode(" \u5982\u679C\u662F\u89C6\u9891\u5C01\u9762\u7C7B\u578B "),
141
141
  createCommentVNode(" \u89C6\u9891\u5C01\u9762\u7C7B\u578B\u4E0D\u5B58\u5728\u591A\u9009\u7684\u903B\u8F91\uFF0C\u65E0\u8BBA\u662F\u70B9\u51FB\u88C1\u526A\u8FD8\u662F\u4F7F\u7528\uFF0C\u90FD\u662F\u5355\u9009 "),
142
142
  createVNode(unref(Button), { onClick: unref(close) }, {
143
- default: withCtx(() => _cache[3] || (_cache[3] = [
143
+ default: withCtx(() => [
144
144
  createTextVNode("\u53D6\u6D88")
145
- ])),
145
+ ]),
146
146
  _: 1
147
147
  }, 8, ["onClick"]),
148
148
  createVNode(unref(Button), {
149
149
  type: "primary",
150
150
  onClick: ($event) => confirm("crop", onConfirm)
151
151
  }, {
152
- default: withCtx(() => _cache[4] || (_cache[4] = [
152
+ default: withCtx(() => [
153
153
  createTextVNode(" \u7F16\u8F91 ")
154
- ])),
154
+ ]),
155
155
  _: 2
156
156
  }, 1032, ["onClick"]),
157
157
  createVNode(unref(Button), {
158
158
  type: "primary",
159
159
  onClick: ($event) => confirm("use", onConfirm)
160
160
  }, {
161
- default: withCtx(() => _cache[5] || (_cache[5] = [
161
+ default: withCtx(() => [
162
162
  createTextVNode(" \u4F7F\u7528 ")
163
- ])),
163
+ ]),
164
164
  _: 2
165
165
  }, 1032, ["onClick"])
166
166
  ], 64))
@@ -1,6 +1,10 @@
1
- import { defineComponent, inject, ref, watch, openBlock, createBlock, withCtx, renderSlot, createElementBlock, Fragment, createElementVNode, createTextVNode, renderList, createCommentVNode } from "vue";
1
+ import { defineComponent, inject, ref, watch, openBlock, createBlock, withCtx, renderSlot, createElementBlock, Fragment, createElementVNode, renderList, createCommentVNode, createTextVNode } from "vue";
2
2
  import _sfc_main$1 from "../ListWraper.js";
3
- const _hoisted_1 = { class: "list-item-grid" };
3
+ const _hoisted_1 = /* @__PURE__ */ createElementVNode("div", { class: "title" }, [
4
+ /* @__PURE__ */ createElementVNode("div", { class: "line" }),
5
+ /* @__PURE__ */ createTextVNode(" \u5C01\u9762\u56FE ")
6
+ ], -1);
7
+ const _hoisted_2 = { class: "list-item-grid" };
4
8
  const _sfc_main = defineComponent({
5
9
  __name: "index",
6
10
  setup(__props) {
@@ -30,11 +34,8 @@ const _sfc_main = defineComponent({
30
34
  ]),
31
35
  default: withCtx(() => [
32
36
  aiThumbListReal.value.length ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
33
- _cache[0] || (_cache[0] = createElementVNode("div", { class: "title" }, [
34
- createElementVNode("div", { class: "line" }),
35
- createTextVNode(" \u5C01\u9762\u56FE ")
36
- ], -1)),
37
- createElementVNode("div", _hoisted_1, [
37
+ _hoisted_1,
38
+ createElementVNode("div", _hoisted_2, [
38
39
  (openBlock(true), createElementBlock(Fragment, null, renderList(aiThumbListReal.value, (item) => {
39
40
  return renderSlot(_ctx.$slots, "item", {
40
41
  key: item.url,
@@ -1,10 +1,12 @@
1
1
  import { defineComponent, inject, computed, openBlock, createElementBlock, withModifiers, createElementVNode, normalizeClass, createVNode, unref, toDisplayString, createCommentVNode, Fragment } from "vue";
2
2
  import thumbCard from "../../../thumbCard/index.js";
3
- const _hoisted_1 = { class: "card-alias" };
4
- const _hoisted_2 = {
3
+ const _hoisted_1 = /* @__PURE__ */ createElementVNode("div", { class: "mask" }, null, -1);
4
+ const _hoisted_2 = { class: "card-alias" };
5
+ const _hoisted_3 = {
5
6
  key: 0,
6
7
  class: "check-box active"
7
8
  };
9
+ const _hoisted_4 = /* @__PURE__ */ createElementVNode("div", { class: "check-box" }, null, -1);
8
10
  const _sfc_main = defineComponent({
9
11
  __name: "ListCardWrapper",
10
12
  props: {
@@ -80,17 +82,17 @@ const _sfc_main = defineComponent({
80
82
  "handlers-key": handlersKey.value,
81
83
  onHandle: _cache[0] || (_cache[0] = (e) => emits("options", e))
82
84
  }, null, 8, ["url", "thumb", "catalog", "meta", "options", "handlers-key"]),
83
- _cache[1] || (_cache[1] = createElementVNode("div", { class: "mask" }, null, -1))
85
+ _hoisted_1
84
86
  ], 2),
85
- createElementVNode("div", _hoisted_1, toDisplayString(_ctx.item.alias), 1),
87
+ createElementVNode("div", _hoisted_2, toDisplayString(_ctx.item.alias), 1),
86
88
  createElementVNode("div", {
87
89
  class: "check-box-wrapper",
88
90
  onClick: withModifiers(handleCheck, ["stop"])
89
91
  }, [
90
92
  createCommentVNode(" \u5DF2\u9009 "),
91
- selectedOrder.value[resourceKey.value] ? (openBlock(), createElementBlock("div", _hoisted_2, toDisplayString(selectedOrder.value[resourceKey.value]), 1)) : canIUse.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
93
+ selectedOrder.value[resourceKey.value] ? (openBlock(), createElementBlock("div", _hoisted_3, toDisplayString(selectedOrder.value[resourceKey.value]), 1)) : canIUse.value ? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
92
94
  createCommentVNode(" \u662F\u5426\u53EF\u4EE5\u9009\u62E9 "),
93
- _cache[2] || (_cache[2] = createElementVNode("div", { class: "check-box" }, null, -1))
95
+ _hoisted_4
94
96
  ], 64)) : createCommentVNode("v-if", true)
95
97
  ])
96
98
  ]);
@@ -45,7 +45,7 @@ const _sfc_main = defineComponent({
45
45
  createVNode(unref(IconComputer))
46
46
  ]),
47
47
  default: withCtx(() => [
48
- _cache[0] || (_cache[0] = createTextVNode(" \u672C\u5730\u4E0A\u4F20 "))
48
+ createTextVNode(" \u672C\u5730\u4E0A\u4F20 ")
49
49
  ]),
50
50
  _: 1
51
51
  })
@@ -175,15 +175,15 @@ const _sfc_main = defineComponent({
175
175
  }, {
176
176
  content: withCtx(() => [
177
177
  createVNode(unref(Doption), { value: 0 }, {
178
- default: withCtx(() => _cache[7] || (_cache[7] = [
178
+ default: withCtx(() => [
179
179
  createTextVNode("\u7CBE\u51C6\u641C")
180
- ])),
180
+ ]),
181
181
  _: 1
182
182
  }),
183
183
  createVNode(unref(Doption), { value: 1 }, {
184
- default: withCtx(() => _cache[8] || (_cache[8] = [
184
+ default: withCtx(() => [
185
185
  createTextVNode("\u6A21\u7CCA\u641C")
186
- ])),
186
+ ]),
187
187
  _: 1
188
188
  })
189
189
  ]),
@@ -278,9 +278,9 @@ const _sfc_main = defineComponent({
278
278
  type: "text",
279
279
  onClick: handleReset
280
280
  }, {
281
- default: withCtx(() => _cache[9] || (_cache[9] = [
281
+ default: withCtx(() => [
282
282
  createTextVNode(" \u91CD\u7F6E ")
283
- ])),
283
+ ]),
284
284
  _: 1
285
285
  })) : createCommentVNode("v-if", true)
286
286
  ]),
@@ -293,7 +293,7 @@ const _sfc_main = defineComponent({
293
293
  createVNode(unref(IconUpload))
294
294
  ]),
295
295
  default: withCtx(() => [
296
- _cache[10] || (_cache[10] = createTextVNode(" \u4E0A\u4F20 "))
296
+ createTextVNode(" \u4E0A\u4F20 ")
297
297
  ]),
298
298
  _: 1
299
299
  })
@@ -127,9 +127,9 @@ const _sfc_main = defineComponent({
127
127
  type: "text",
128
128
  onClick: handleReset
129
129
  }, {
130
- default: withCtx(() => _cache[3] || (_cache[3] = [
130
+ default: withCtx(() => [
131
131
  createTextVNode(" \u91CD\u7F6E ")
132
- ])),
132
+ ]),
133
133
  _: 1
134
134
  })) : createCommentVNode("v-if", true)
135
135
  ])
@@ -2,6 +2,7 @@ import { defineComponent, inject, ref, computed, watch, openBlock, createElement
2
2
  import _imports_0 from "../../../assets/images/sys_load_more.js";
3
3
  import { getSysRsPage } from "../../../../hooks/useAttachement.js";
4
4
  const _hoisted_1 = { class: "list-item-grid" };
5
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("img", { src: _imports_0 }, null, -1);
5
6
  const _sfc_main = defineComponent({
6
7
  __name: "SubList",
7
8
  props: {
@@ -54,10 +55,10 @@ const _sfc_main = defineComponent({
54
55
  key: 0,
55
56
  class: "item-load-more",
56
57
  onClick: loadMore
57
- }, _cache[0] || (_cache[0] = [
58
- createElementVNode("img", { src: _imports_0 }, null, -1),
58
+ }, [
59
+ _hoisted_2,
59
60
  createTextVNode(" \u70B9\u51FB\u52A0\u8F7D\u66F4\u591A ")
60
- ]))) : createCommentVNode("v-if", true)
61
+ ])) : createCommentVNode("v-if", true)
61
62
  ])
62
63
  ], 2112);
63
64
  };