@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
@@ -8,6 +8,7 @@ const _hoisted_1 = {
8
8
  class: "scen-module"
9
9
  };
10
10
  const _hoisted_2 = { class: "title" };
11
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", { class: "line" }, null, -1);
11
12
  const _sfc_main = defineComponent({
12
13
  __name: "index",
13
14
  emits: ["confirm"],
@@ -79,7 +80,7 @@ const _sfc_main = defineComponent({
79
80
  }, [
80
81
  sceniro.data && sceniro.data.length > 0 ? withDirectives((openBlock(), createElementBlock("div", _hoisted_1, [
81
82
  createElementVNode("div", _hoisted_2, [
82
- _cache[0] || (_cache[0] = createElementVNode("div", { class: "line" }, null, -1)),
83
+ _hoisted_3,
83
84
  createTextVNode(" " + toDisplayString(sceniro.scenario_name), 1)
84
85
  ]),
85
86
  createCommentVNode(" \u5185\u7F6E\u7D20\u6750 - \u573A\u666F\u5217\u8868 "),
@@ -1,5 +1,5 @@
1
1
  export declare function useResourceSelect(props: any): {
2
- selected: import("vue").Ref<any[], any[]>;
2
+ selected: import("vue").Ref<any[]>;
3
3
  selectedKeys: import("vue").ComputedRef<any[]>;
4
4
  disableSelect: import("vue").ComputedRef<any>;
5
5
  handleSelect: (params: any) => void;
@@ -14,7 +14,7 @@ export declare type TabListType = {
14
14
  };
15
15
  export declare type TabKeyType = keyof typeof TAB_DICT;
16
16
  export default function useTabFilter(props: any): {
17
- activeKey: import("vue").Ref<string | number | symbol, string | number | symbol>;
17
+ activeKey: import("vue").Ref<string | number | symbol>;
18
18
  activeComponent: import("vue").ComputedRef<any>;
19
19
  tabKeyList: import("vue").ComputedRef<TabListType[]>;
20
20
  handelChangeTab: (tabKey: TabEnum) => void;
@@ -27,31 +27,40 @@ const _hoisted_7 = {
27
27
  key: 0,
28
28
  class: "tip"
29
29
  };
30
- const _hoisted_8 = { class: "thumbbox" };
31
- const _hoisted_9 = {
30
+ const _hoisted_8 = /* @__PURE__ */ createElementVNode("span", { style: { "margin-right": "10px" } }, "\u72EC\u7ACB\u8F6E\u64AD\u56FE", -1);
31
+ const _hoisted_9 = { class: "thumbbox" };
32
+ const _hoisted_10 = {
32
33
  key: 2,
33
34
  class: "title"
34
35
  };
35
- const _hoisted_10 = { key: 0 };
36
- const _hoisted_11 = {
36
+ const _hoisted_11 = /* @__PURE__ */ createElementVNode("span", null, "\u72EC\u7ACB\u8F6E\u64AD\u56FE\u80CC\u666F\u989C\u8272", -1);
37
+ const _hoisted_12 = [
38
+ _hoisted_11
39
+ ];
40
+ const _hoisted_13 = { key: 0 };
41
+ const _hoisted_14 = {
37
42
  key: 0,
38
43
  class: "star"
39
44
  };
40
- const _hoisted_12 = { key: 1 };
41
- const _hoisted_13 = {
45
+ const _hoisted_15 = { key: 1 };
46
+ const _hoisted_16 = {
42
47
  key: 2,
43
48
  class: "tip",
44
49
  style: { "margin-left": "10px" }
45
50
  };
46
- const _hoisted_14 = { class: "thumbbox" };
47
- const _hoisted_15 = {
51
+ const _hoisted_17 = { class: "thumbbox" };
52
+ const _hoisted_18 = {
48
53
  key: 0,
49
54
  class: "tip"
50
55
  };
51
- const _hoisted_16 = {
56
+ const _hoisted_19 = {
52
57
  key: 1,
53
58
  class: "title"
54
59
  };
60
+ const _hoisted_20 = /* @__PURE__ */ createElementVNode("span", null, "\u56FE\u7247\u80CC\u666F\u989C\u8272", -1);
61
+ const _hoisted_21 = [
62
+ _hoisted_20
63
+ ];
55
64
  const _sfc_main = defineComponent({
56
65
  ...{ name: "selectThumb" },
57
66
  __name: "component",
@@ -482,7 +491,7 @@ const _sfc_main = defineComponent({
482
491
  class: "title",
483
492
  style: normalizeStyle({ width: _ctx.offset })
484
493
  }, [
485
- _cache[11] || (_cache[11] = createElementVNode("span", { style: { "margin-right": "10px" } }, "\u72EC\u7ACB\u8F6E\u64AD\u56FE", -1)),
494
+ _hoisted_8,
486
495
  createCommentVNode(" \u4E0A\u4E0B\u5E03\u5C40\u5F00\u5173\u5728\u6807\u9898\u540E "),
487
496
  !_ctx.flex ? (openBlock(), createBlock(unref(Switch), {
488
497
  key: 0,
@@ -491,7 +500,7 @@ const _sfc_main = defineComponent({
491
500
  size: "small"
492
501
  }, null, 8, ["modelValue"])) : createCommentVNode("v-if", true)
493
502
  ], 4),
494
- createElementVNode("div", _hoisted_8, [
503
+ createElementVNode("div", _hoisted_9, [
495
504
  createCommentVNode(" \u5DE6\u53F3\u5E03\u5C40\u5F00\u5173\u663E\u793A "),
496
505
  _ctx.flex ? (openBlock(), createBlock(unref(Switch), {
497
506
  key: 0,
@@ -514,9 +523,7 @@ const _sfc_main = defineComponent({
514
523
  onUploadLocal: _cache[6] || (_cache[6] = (cb) => _ctx.$emit("upload", cb)),
515
524
  onOpen: openDialogMediaSelection
516
525
  }, null, 8, ["data", "parentRef", "preview-list", "is-popover"])) : createCommentVNode("v-if", true),
517
- hasBanner.value && styleData.value.banner_theme_color ? (openBlock(), createElementBlock("div", _hoisted_9, _cache[12] || (_cache[12] = [
518
- createElementVNode("span", null, "\u72EC\u7ACB\u8F6E\u64AD\u56FE\u80CC\u666F\u989C\u8272", -1)
519
- ]))) : createCommentVNode("v-if", true),
526
+ hasBanner.value && styleData.value.banner_theme_color ? (openBlock(), createElementBlock("div", _hoisted_10, _hoisted_12)) : createCommentVNode("v-if", true),
520
527
  createCommentVNode(" banner\u8C03\u8272\u677F "),
521
528
  hasBanner.value ? (openBlock(), createBlock(_sfc_main$2, {
522
529
  key: 3,
@@ -534,13 +541,13 @@ const _sfc_main = defineComponent({
534
541
  class: "title",
535
542
  style: normalizeStyle({ width: _ctx.offset })
536
543
  }, [
537
- docSeriesShowTopThemeColor.value ? (openBlock(), createElementBlock("span", _hoisted_10, [
538
- _ctx.topImageTitleValid ? (openBlock(), createElementBlock("span", _hoisted_11, "*")) : createCommentVNode("v-if", true),
544
+ docSeriesShowTopThemeColor.value ? (openBlock(), createElementBlock("span", _hoisted_13, [
545
+ _ctx.topImageTitleValid ? (openBlock(), createElementBlock("span", _hoisted_14, "*")) : createCommentVNode("v-if", true),
539
546
  createElementVNode("span", null, toDisplayString(_ctx.topImageTitle || "\u5C01\u9762\u5934\u56FE"), 1)
540
- ])) : (openBlock(), createElementBlock("span", _hoisted_12, "PC\u5C01\u9762\u56FE")),
541
- !_ctx.flex ? (openBlock(), createElementBlock("span", _hoisted_13, " (\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px) ")) : createCommentVNode("v-if", true)
547
+ ])) : (openBlock(), createElementBlock("span", _hoisted_15, "PC\u5C01\u9762\u56FE")),
548
+ !_ctx.flex ? (openBlock(), createElementBlock("span", _hoisted_16, " (\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px) ")) : createCommentVNode("v-if", true)
542
549
  ], 4),
543
- createElementVNode("div", _hoisted_14, [
550
+ createElementVNode("div", _hoisted_17, [
544
551
  createVNode(_sfc_main$1, {
545
552
  id: `pc-banner-card`,
546
553
  data: pcBanner.value,
@@ -554,10 +561,8 @@ const _sfc_main = defineComponent({
554
561
  onUploadLocal: _cache[8] || (_cache[8] = (cb) => _ctx.$emit("upload", cb)),
555
562
  onOpen: openDialogMediaSelection
556
563
  }, null, 8, ["data", "parentRef", "previewList", "is-popover"]),
557
- _ctx.flex ? (openBlock(), createElementBlock("span", _hoisted_15, "(\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px)")) : createCommentVNode("v-if", true),
558
- docSeriesShowTopThemeColor.value && styleData.value.top_theme_color ? (openBlock(), createElementBlock("div", _hoisted_16, _cache[13] || (_cache[13] = [
559
- createElementVNode("span", null, "\u56FE\u7247\u80CC\u666F\u989C\u8272", -1)
560
- ]))) : createCommentVNode("v-if", true),
564
+ _ctx.flex ? (openBlock(), createElementBlock("span", _hoisted_18, "(\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px)")) : createCommentVNode("v-if", true),
565
+ docSeriesShowTopThemeColor.value && styleData.value.top_theme_color ? (openBlock(), createElementBlock("div", _hoisted_19, _hoisted_21)) : createCommentVNode("v-if", true),
561
566
  docSeriesShowTopThemeColor.value ? (openBlock(), createBlock(_sfc_main$2, {
562
567
  key: 2,
563
568
  model: "top",
@@ -121,9 +121,9 @@ const _sfc_main = defineComponent({
121
121
  onOk: handleOk,
122
122
  onCancel: handleClose
123
123
  }, {
124
- title: withCtx(() => _cache[1] || (_cache[1] = [
124
+ title: withCtx(() => [
125
125
  createTextVNode("\u4E0A\u4F20\u914D\u7F6E")
126
- ])),
126
+ ]),
127
127
  default: withCtx(() => [
128
128
  createElementVNode("div", _hoisted_1, [
129
129
  createVNode(unref(Table), {
@@ -1,4 +1,4 @@
1
- import { BFileItem, CFileItem, LFileItem } from './fileTypeAdapter';
1
+ import { CFileItem, LFileItem } from './fileTypeAdapter';
2
2
  export declare function usePannelList(): {
3
3
  panelList: import("vue").Ref<{
4
4
  percent: number;
@@ -15,21 +15,6 @@ export declare function usePannelList(): {
15
15
  typeCN?: string | undefined;
16
16
  id: string;
17
17
  dirId?: string | undefined;
18
- }[], LFileItem[] | {
19
- percent: number;
20
- state: number;
21
- count?: number | undefined;
22
- isAnalize?: 0 | 1 | undefined;
23
- watermark?: any;
24
- videotemp?: any;
25
- audiotemp?: any;
26
- name: string;
27
- size: number;
28
- sizeCN: string;
29
- type: string;
30
- typeCN?: string | undefined;
31
- id: string;
32
- dirId?: string | undefined;
33
18
  }[]>;
34
19
  panelFIleAdd: (fileMetaData: LFileItem) => void;
35
20
  panelFileStatusChange: (id: string, p: number, s: number) => void;
@@ -47,18 +32,6 @@ export declare function usePreUploadOptions(): {
47
32
  typeCN?: string | undefined;
48
33
  id: string;
49
34
  dirId?: string | undefined;
50
- }[], BFileItem[] | {
51
- isAnalize?: 0 | 1 | undefined;
52
- watermark?: any;
53
- videotemp?: any;
54
- audiotemp?: any;
55
- name: string;
56
- size: number;
57
- sizeCN: string;
58
- type: string;
59
- typeCN?: string | undefined;
60
- id: string;
61
- dirId?: string | undefined;
62
35
  }[]>;
63
36
  uploadFileToShowFileTrans: (file: CFileItem) => void;
64
37
  };
@@ -77,20 +50,6 @@ export declare function useUplaodList(): {
77
50
  id: string;
78
51
  url?: string | undefined;
79
52
  dirId?: string | undefined;
80
- }[], CFileItem[] | {
81
- file: {
82
- readonly lastModified: number;
83
- readonly name: string;
84
- readonly size: number;
85
- readonly type: string;
86
- arrayBuffer: () => Promise<ArrayBuffer>;
87
- slice: (start?: number | undefined, end?: number | undefined, contentType?: string | undefined) => Blob;
88
- stream: () => ReadableStream<any>;
89
- text: () => Promise<string>;
90
- };
91
- id: string;
92
- url?: string | undefined;
93
- dirId?: string | undefined;
94
53
  }[]>;
95
54
  uploadFileAdd: (file: CFileItem) => void;
96
55
  };
@@ -137,9 +137,9 @@ const _sfc_main = defineComponent({
137
137
  type: "text",
138
138
  onClick: _cache[1] || (_cache[1] = ($event) => loginOut())
139
139
  }, {
140
- default: withCtx(() => _cache[2] || (_cache[2] = [
140
+ default: withCtx(() => [
141
141
  createTextVNode("\u9000\u51FA")
142
- ])),
142
+ ]),
143
143
  _: 1
144
144
  })
145
145
  ])
@@ -225,9 +225,9 @@ const _sfc_main = defineComponent({
225
225
  size: "mini",
226
226
  onClick: clearUserSelectedList
227
227
  }, {
228
- default: withCtx(() => _cache[0] || (_cache[0] = [
228
+ default: withCtx(() => [
229
229
  createTextVNode("\u5168\u90E8\u6E05\u9664")
230
- ])),
230
+ ]),
231
231
  _: 1
232
232
  })
233
233
  ]),
@@ -1,21 +1,9 @@
1
1
  export declare const rateOptions: import("vue").Ref<{
2
2
  label: string;
3
3
  value: string;
4
- }[], {
5
- label: string;
6
- value: string;
7
- }[] | {
8
- label: string;
9
- value: string;
10
4
  }[]>;
11
5
  export declare const keywordsSelection: import("vue").Ref<{
12
6
  name: string;
13
7
  value: string;
14
- }[], {
15
- name: string;
16
- value: string;
17
- }[] | {
18
- name: string;
19
- value: string;
20
8
  }[]>;
21
9
  export declare const timeFormat: import("vue").ComputedRef<(value: any) => string>;
@@ -1,12 +1,12 @@
1
1
  export declare function getHMSF(time: string): string;
2
2
  export declare function useVideoThumbs(): {
3
- loading: import("vue").Ref<boolean, boolean>;
4
- thumbs: import("vue").Ref<any[], any[]>;
5
- curThumb: import("vue").Ref<string | undefined, string | undefined>;
3
+ loading: import("vue").Ref<boolean>;
4
+ thumbs: import("vue").Ref<any[]>;
5
+ curThumb: import("vue").Ref<string | undefined>;
6
6
  getVideoThumbs: (BASE_API: string, url: string, duration: number) => Promise<void>;
7
7
  handleSelectThumb: (idx: number) => void;
8
8
  };
9
9
  export declare function useDragger(moveCallback: any, upCallback: any, downCallback: any): {
10
- isDrag: import("vue").Ref<boolean, boolean>;
10
+ isDrag: import("vue").Ref<boolean>;
11
11
  handleMousedown: (e: MouseEvent) => void;
12
12
  };
@@ -116,7 +116,7 @@ const _sfc_main = vue.defineComponent({
116
116
  }, {
117
117
  default: vue.withCtx(() => [
118
118
  vue.createElementVNode("span", _hoisted_3, [
119
- _cache[1] || (_cache[1] = vue.createTextVNode(" \u66F4\u591A\u7B5B\u9009 ")),
119
+ vue.createTextVNode(" \u66F4\u591A\u7B5B\u9009 "),
120
120
  vue.createVNode(vue.unref(icon.IconCaretDown))
121
121
  ])
122
122
  ]),
@@ -20,14 +20,16 @@ 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 = { 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 = {
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 = {
27
29
  key: 1,
28
30
  style: { "font-size": "10px" }
29
31
  };
30
- const _hoisted_14 = { class: "right" };
32
+ const _hoisted_16 = { class: "right" };
31
33
  const _sfc_main = vue.defineComponent({
32
34
  __name: "index",
33
35
  props: {
@@ -145,14 +147,14 @@ const _sfc_main = vue.defineComponent({
145
147
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: i }, [
146
148
  vue.createCommentVNode(" \u5BA1\u6838\u72B6\u6001 "),
147
149
  column.key === "approval_status" ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_9, [
148
- _cache[2] || (_cache[2] = vue.createElementVNode("span", null, "\u5BA1\u6838\u72B6\u6001: ", -1)),
150
+ _hoisted_10,
149
151
  vue.unref(doc.approvalItem)(_ctx.item) ? (vue.openBlock(), vue.createBlock(index$2, {
150
152
  key: 0,
151
153
  item: vue.unref(doc.approvalItem)(_ctx.item)
152
- }, null, 8, ["item"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_10, "--"))
154
+ }, null, 8, ["item"])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_11, "--"))
153
155
  ])) : column.key === "state" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
154
156
  vue.createCommentVNode(" \u72B6\u6001 "),
155
- vue.createElementVNode("span", _hoisted_11, [
157
+ vue.createElementVNode("span", _hoisted_12, [
156
158
  vue.createVNode(vue.unref(webVue.Tooltip), {
157
159
  content: `\u72B6\u6001: ${vue.unref(doc.docStateMap)[_ctx.item.state]}`,
158
160
  position: "top"
@@ -172,12 +174,12 @@ const _sfc_main = vue.defineComponent({
172
174
  }, {
173
175
  content: vue.withCtx(() => [
174
176
  _ctx.item.other_categories ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
175
- vue.createElementVNode("div", _hoisted_12, "\u680F\u76EE: " + vue.toDisplayString(_ctx.item.primary_category || "--"), 1),
177
+ vue.createElementVNode("div", _hoisted_13, "\u680F\u76EE: " + vue.toDisplayString(_ctx.item.primary_category || "--"), 1),
176
178
  vue.createElementVNode("span", null, [
177
- _cache[3] || (_cache[3] = vue.createElementVNode("span", { style: { "font-size": "10px" } }, "\u540C\u65F6\u53D1\u5E03\u5230:", -1)),
179
+ _hoisted_14,
178
180
  vue.createTextVNode(" " + vue.toDisplayString(_ctx.item.other_categories.join("\u3001")), 1)
179
181
  ])
180
- ], 64)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_13, "\u680F\u76EE: " + vue.toDisplayString(_ctx.item.primary_category || "--"), 1))
182
+ ], 64)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_15, "\u680F\u76EE: " + vue.toDisplayString(_ctx.item.primary_category || "--"), 1))
181
183
  ]),
182
184
  default: vue.withCtx(() => [
183
185
  vue.createVNode(vue.unref(webVue.Button), {
@@ -229,7 +231,7 @@ const _sfc_main = vue.defineComponent({
229
231
  ], 64);
230
232
  }), 128))
231
233
  ]),
232
- vue.createElementVNode("div", _hoisted_14, [
234
+ vue.createElementVNode("div", _hoisted_16, [
233
235
  vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
234
236
  ])
235
237
  ])
@@ -13,8 +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 = { class: "abttr time" };
17
- const _hoisted_9 = { class: "right" };
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" };
18
19
  const _sfc_main = vue.defineComponent({
19
20
  __name: "index",
20
21
  props: {
@@ -84,10 +85,10 @@ const _sfc_main = vue.defineComponent({
84
85
  type: _ctx.item.series
85
86
  }, null, 8, ["type"]),
86
87
  vue.renderSlot(_ctx.$slots, "tip"),
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)
88
+ _hoisted_8,
89
+ vue.createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
89
90
  ]),
90
- vue.createElementVNode("div", _hoisted_9, [
91
+ vue.createElementVNode("div", _hoisted_10, [
91
92
  vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
92
93
  ])
93
94
  ])
@@ -13,9 +13,10 @@ 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 = { class: "abttr tags" };
17
- const _hoisted_9 = { class: "abttr time" };
18
- const _hoisted_10 = { class: "right" };
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" };
19
20
  const _sfc_main = vue.defineComponent({
20
21
  __name: "index",
21
22
  props: {
@@ -85,19 +86,19 @@ const _sfc_main = vue.defineComponent({
85
86
  type: "course"
86
87
  }),
87
88
  vue.renderSlot(_ctx.$slots, "tip"),
88
- _cache[2] || (_cache[2] = vue.createElementVNode("span", { class: "abttr tags" }, "\u8BFE\u7A0B", -1)),
89
+ _hoisted_8,
89
90
  vue.createVNode(vue.unref(webVue.Tooltip), {
90
91
  content: `\u8BFE\u7A0B\u521B\u5EFA\u4EBA: ${_ctx.item.pub_user_alias}`,
91
92
  position: "top"
92
93
  }, {
93
94
  default: vue.withCtx(() => [
94
- vue.createElementVNode("span", _hoisted_8, vue.toDisplayString(_ctx.item.pub_user_alias), 1)
95
+ vue.createElementVNode("span", _hoisted_9, vue.toDisplayString(_ctx.item.pub_user_alias), 1)
95
96
  ]),
96
97
  _: 1
97
98
  }, 8, ["content"]),
98
- vue.createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
99
+ vue.createElementVNode("span", _hoisted_10, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
99
100
  ]),
100
- vue.createElementVNode("div", _hoisted_10, [
101
+ vue.createElementVNode("div", _hoisted_11, [
101
102
  vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
102
103
  ])
103
104
  ])
@@ -13,9 +13,10 @@ 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 = { class: "abttr tags" };
17
- const _hoisted_9 = { class: "abttr time" };
18
- const _hoisted_10 = { class: "right" };
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" };
19
20
  const _sfc_main = vue.defineComponent({
20
21
  __name: "index",
21
22
  props: {
@@ -85,19 +86,19 @@ const _sfc_main = vue.defineComponent({
85
86
  type: "funhd"
86
87
  }),
87
88
  vue.renderSlot(_ctx.$slots, "tip"),
88
- _cache[2] || (_cache[2] = vue.createElementVNode("span", { class: "abttr tags" }, "\u6D3B\u52A8", -1)),
89
+ _hoisted_8,
89
90
  vue.createVNode(vue.unref(webVue.Tooltip), {
90
91
  content: `\u6D3B\u52A8\u521B\u5EFA\u4EBA: ${_ctx.item.pub_user_alias}`,
91
92
  position: "top"
92
93
  }, {
93
94
  default: vue.withCtx(() => [
94
- vue.createElementVNode("span", _hoisted_8, vue.toDisplayString(_ctx.item.pub_user_alias), 1)
95
+ vue.createElementVNode("span", _hoisted_9, vue.toDisplayString(_ctx.item.pub_user_alias), 1)
95
96
  ]),
96
97
  _: 1
97
98
  }, 8, ["content"]),
98
- vue.createElementVNode("span", _hoisted_9, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
99
+ vue.createElementVNode("span", _hoisted_10, "\u53D1\u5E03\u65F6\u95F4: " + vue.toDisplayString(vue.unref(index.timeFormat)(_ctx.item.pub_time)), 1)
99
100
  ]),
100
- vue.createElementVNode("div", _hoisted_10, [
101
+ vue.createElementVNode("div", _hoisted_11, [
101
102
  vue.renderSlot(_ctx.$slots, "option", { row: _ctx.item })
102
103
  ])
103
104
  ])
@@ -471,11 +471,11 @@ const _sfc_main = vue.defineComponent({
471
471
  onCellMouseEnter: cellMouseEnter,
472
472
  onCellMouseLeave: cellMouseLeave
473
473
  }, {
474
- batch: vue.withCtx(() => _cache[0] || (_cache[0] = [])),
474
+ batch: vue.withCtx(() => []),
475
475
  index: vue.withCtx(() => [
476
476
  vue.createElementVNode("span", _hoisted_37, vue.toDisplayString(_ctx.index + 1), 1)
477
477
  ]),
478
- tip: vue.withCtx(() => _cache[1] || (_cache[1] = [])),
478
+ tip: vue.withCtx(() => []),
479
479
  option: vue.withCtx(() => [
480
480
  vue.renderSlot(_ctx.$slots, "option", {
481
481
  row: _ctx.item,
@@ -29,15 +29,16 @@ const _hoisted_8 = {
29
29
  key: 3,
30
30
  class: "setting"
31
31
  };
32
- const _hoisted_9 = {
32
+ const _hoisted_9 = /* @__PURE__ */ vue.createElementVNode("span", { class: "label" }, "\u94FE\u63A5\u6709\u6548\u65F6\u957F", -1);
33
+ const _hoisted_10 = {
33
34
  key: 4,
34
35
  class: "time-go"
35
36
  };
36
- const _hoisted_10 = {
37
+ const _hoisted_11 = {
37
38
  key: 5,
38
39
  class: "time-go"
39
40
  };
40
- const _hoisted_11 = { class: "btns" };
41
+ const _hoisted_12 = { class: "btns" };
41
42
  const _sfc_main = vue.defineComponent({
42
43
  __name: "index",
43
44
  props: {
@@ -221,7 +222,7 @@ const _sfc_main = vue.defineComponent({
221
222
  ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_6, "\u6682\u65E0\u4E8C\u7EF4\u7801"))
222
223
  ], 64)),
223
224
  is_share.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7, "\u626B\u63CF\u4E8C\u7EF4\u7801\u8BBF\u95EE")) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_8, [
224
- _cache[4] || (_cache[4] = vue.createElementVNode("span", { class: "label" }, "\u94FE\u63A5\u6709\u6548\u65F6\u957F", -1)),
225
+ _hoisted_9,
225
226
  vue.createElementVNode("span", null, [
226
227
  vue.createVNode(vue.unref(webVue.Select), {
227
228
  modelValue: expiration.value,
@@ -242,17 +243,17 @@ const _sfc_main = vue.defineComponent({
242
243
  }, 8, ["modelValue"])
243
244
  ])
244
245
  ])),
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, [
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, [
247
248
  showGetLink.value ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Button), {
248
249
  key: 0,
249
250
  type: "primary",
250
251
  light: "",
251
252
  onClick: _cache[1] || (_cache[1] = ($event) => genTimeLink(expiration.value))
252
253
  }, {
253
- default: vue.withCtx(() => _cache[5] || (_cache[5] = [
254
+ default: vue.withCtx(() => [
254
255
  vue.createTextVNode(" \u751F\u6210\u9884\u89C8\u94FE\u63A5 ")
255
- ])),
256
+ ]),
256
257
  _: 1
257
258
  })) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
258
259
  vue.createVNode(vue.unref(webVue.Button), {
@@ -260,9 +261,9 @@ const _sfc_main = vue.defineComponent({
260
261
  light: "",
261
262
  onClick: _cache[2] || (_cache[2] = ($event) => clipUrl("img"))
262
263
  }, {
263
- default: vue.withCtx(() => _cache[6] || (_cache[6] = [
264
+ default: vue.withCtx(() => [
264
265
  vue.createTextVNode(" \u590D\u5236\u4E8C\u7EF4\u7801 ")
265
- ])),
266
+ ]),
266
267
  _: 1
267
268
  }),
268
269
  vue.createVNode(vue.unref(webVue.Button), {