@cmstops/pro-compo 0.3.85 → 0.3.87
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.
- package/es/baseFilter/components/FilterGroup.js +1 -1
- package/es/baseFilter/useCalcWidth.d.ts +2 -2
- package/es/contentDetailList/components/Content/DocItem/index.js +14 -12
- package/es/contentDetailList/components/Content/LiveItem/index.js +6 -5
- package/es/contentDetailList/components/Content/courseItem/index.js +8 -7
- package/es/contentDetailList/components/Content/funhdItem/index.js +8 -7
- package/es/contentDetailList/components/Content/index.js +2 -2
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +11 -10
- package/es/contentModal/component.js +16 -16
- package/es/contentModal/components/MpContentList/MediaFilter/index.js +4 -3
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +1 -1
- package/es/contentModal/components/storeBox/index.js +4 -4
- package/es/dataTags/component.js +10 -10
- package/es/docHistory/component.js +2 -2
- package/es/docHistory/scripts/useDocHistory.d.ts +4 -4
- package/es/docPreview/component.js +56 -47
- package/es/docPreview/components/PreviewIframe.js +10 -9
- package/es/docPreview/scripts/hook.d.ts +6 -16
- package/es/editMetaInfo/components/metaInfoForm.js +4 -4
- package/es/emptyData/svg/acount.js +5 -3
- package/es/emptyData/svg/add.js +5 -3
- package/es/emptyData/svg/analize.js +5 -3
- package/es/emptyData/svg/analize_fail.js +5 -3
- package/es/emptyData/svg/empty.js +5 -3
- package/es/emptyData/svg/file.js +5 -3
- package/es/emptyData/svg/manager.js +5 -3
- package/es/emptyData/svg/message.js +17 -14
- package/es/emptyData/svg/noanalize.js +5 -3
- package/es/emptyData/svg/null.js +5 -3
- package/es/emptyData/svg/search.js +5 -3
- package/es/emptyData/svg/star.js +5 -3
- package/es/emptyData/svg/trash.js +5 -3
- package/es/emptyData/svg/user.js +5 -3
- package/es/hooks/batch.d.ts +1 -1
- package/es/hooks/dialogVisible.d.ts +1 -1
- package/es/hooks/source.d.ts +1 -1
- package/es/hooks/toggle.d.ts +1 -1
- package/es/hooks/useAttachement.d.ts +6 -6
- package/es/hooks/useMediaContext.d.ts +5 -5
- package/es/hooks/usePopper.d.ts +1 -1
- package/es/hooks/useSelection.d.ts +2 -9
- package/es/hooks/useUpload.d.ts +2 -2
- package/es/hooks/user.d.ts +1 -1
- package/es/imageCrop/component.js +4 -4
- package/es/importData/component.js +22 -20
- package/es/mediaFilter/components/DocFilter.js +1 -1
- package/es/mediaFilter/components/FilterGroup.js +1 -1
- package/es/mediaView/component.js +5 -3
- package/es/messageBox/component.js +2 -2
- package/es/previousVersion/component.js +4 -3
- package/es/resourceGridList/component.js +18 -15
- package/es/resourceModal/component.js +2 -2
- package/es/resourceModal/components/MediaPreviewer/index.js +10 -7
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +17 -15
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +24 -20
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +2 -2
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +4 -3
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +13 -9
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -2
- package/es/selectGategory/component.js +4 -3
- package/es/selectResourceModal/component.js +15 -13
- package/es/selectResourceModal/components/List/ListAi/index.js +8 -7
- package/es/selectResourceModal/components/List/ListCardWrapper.js +8 -6
- package/es/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
- package/es/selectResourceModal/components/List/ListNormal/Filter.js +7 -7
- package/es/selectResourceModal/components/List/ListSystem/Filter.js +2 -2
- package/es/selectResourceModal/components/List/ListSystem/SubList.js +4 -3
- package/es/selectResourceModal/components/List/ListSystem/index.js +2 -1
- package/es/selectResourceModal/components/List/ListVideo/index.js +1 -0
- package/es/selectResourceModal/scripts/useResourceSelect.d.ts +1 -1
- package/es/selectResourceModal/scripts/useTabFilter.d.ts +1 -1
- package/es/selectThumb/component.js +28 -23
- package/es/uploadBefore/components/UploadBefore.js +2 -2
- package/es/uploadBefore/script/uploadHooks.d.ts +1 -42
- package/es/userAvater/component.js +2 -2
- package/es/userDirector/component.js +2 -2
- package/es/utils/filter.d.ts +0 -12
- package/es/videoThumb/component.js +8 -5
- package/es/videoThumb/scripts/useVideoThumbs.d.ts +4 -4
- package/lib/baseFilter/components/FilterGroup.js +1 -1
- package/lib/contentDetailList/components/Content/DocItem/index.js +14 -12
- package/lib/contentDetailList/components/Content/LiveItem/index.js +6 -5
- package/lib/contentDetailList/components/Content/courseItem/index.js +8 -7
- package/lib/contentDetailList/components/Content/funhdItem/index.js +8 -7
- package/lib/contentDetailList/components/Content/index.js +2 -2
- package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +11 -10
- package/lib/contentModal/component.js +16 -16
- package/lib/contentModal/components/MpContentList/MediaFilter/index.js +4 -3
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +1 -1
- package/lib/contentModal/components/storeBox/index.js +4 -4
- package/lib/dataTags/component.js +10 -10
- package/lib/docHistory/component.js +2 -2
- package/lib/docPreview/component.js +56 -47
- package/lib/docPreview/components/PreviewIframe.js +10 -9
- package/lib/editMetaInfo/components/metaInfoForm.js +4 -4
- package/lib/emptyData/svg/acount.js +5 -3
- package/lib/emptyData/svg/add.js +5 -3
- package/lib/emptyData/svg/analize.js +5 -3
- package/lib/emptyData/svg/analize_fail.js +5 -3
- package/lib/emptyData/svg/empty.js +5 -3
- package/lib/emptyData/svg/file.js +5 -3
- package/lib/emptyData/svg/manager.js +5 -3
- package/lib/emptyData/svg/message.js +17 -14
- package/lib/emptyData/svg/noanalize.js +5 -3
- package/lib/emptyData/svg/null.js +5 -3
- package/lib/emptyData/svg/search.js +5 -3
- package/lib/emptyData/svg/star.js +5 -3
- package/lib/emptyData/svg/trash.js +5 -3
- package/lib/emptyData/svg/user.js +5 -3
- package/lib/imageCrop/component.js +4 -4
- package/lib/importData/component.js +22 -20
- package/lib/mediaFilter/components/DocFilter.js +1 -1
- package/lib/mediaFilter/components/FilterGroup.js +1 -1
- package/lib/mediaView/component.js +5 -3
- package/lib/messageBox/component.js +2 -2
- package/lib/previousVersion/component.js +4 -3
- package/lib/resourceGridList/component.js +18 -15
- package/lib/resourceModal/component.js +2 -2
- package/lib/resourceModal/components/MediaPreviewer/index.js +10 -7
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +17 -15
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +24 -20
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +2 -2
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +4 -3
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +13 -9
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -2
- package/lib/selectGategory/component.js +4 -3
- package/lib/selectResourceModal/component.js +15 -13
- package/lib/selectResourceModal/components/List/ListAi/index.js +7 -6
- package/lib/selectResourceModal/components/List/ListCardWrapper.js +8 -6
- package/lib/selectResourceModal/components/List/ListLocal/Upload.js +1 -1
- package/lib/selectResourceModal/components/List/ListNormal/Filter.js +7 -7
- package/lib/selectResourceModal/components/List/ListSystem/Filter.js +2 -2
- package/lib/selectResourceModal/components/List/ListSystem/SubList.js +4 -3
- package/lib/selectResourceModal/components/List/ListSystem/index.js +2 -1
- package/lib/selectResourceModal/components/List/ListVideo/index.js +1 -0
- package/lib/selectThumb/component.js +28 -23
- package/lib/uploadBefore/components/UploadBefore.js +2 -2
- package/lib/userAvater/component.js +2 -2
- package/lib/userDirector/component.js +2 -2
- package/lib/videoThumb/component.js +9 -6
- package/package.json +1 -1
|
@@ -12,10 +12,20 @@ const _hoisted_3 = {
|
|
|
12
12
|
class: "scen-module"
|
|
13
13
|
};
|
|
14
14
|
const _hoisted_4 = { class: "title" };
|
|
15
|
-
const _hoisted_5 = {
|
|
15
|
+
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("div", { class: "line" }, null, -1);
|
|
16
|
+
const _hoisted_6 = {
|
|
16
17
|
key: 0,
|
|
17
18
|
class: "null-file"
|
|
18
19
|
};
|
|
20
|
+
const _hoisted_7 = /* @__PURE__ */ vue.createElementVNode("img", {
|
|
21
|
+
class: "null-pic",
|
|
22
|
+
src: _null
|
|
23
|
+
}, null, -1);
|
|
24
|
+
const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1);
|
|
25
|
+
const _hoisted_9 = [
|
|
26
|
+
_hoisted_7,
|
|
27
|
+
_hoisted_8
|
|
28
|
+
];
|
|
19
29
|
const _sfc_main = vue.defineComponent({
|
|
20
30
|
__name: "index",
|
|
21
31
|
emits: ["confirm"],
|
|
@@ -69,7 +79,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
69
79
|
}, [
|
|
70
80
|
sceniro.data && sceniro.data.length > 0 ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", _hoisted_3, [
|
|
71
81
|
vue.createElementVNode("div", _hoisted_4, [
|
|
72
|
-
|
|
82
|
+
_hoisted_5,
|
|
73
83
|
vue.createTextVNode(" " + vue.toDisplayString(sceniro.scenario_name), 1)
|
|
74
84
|
]),
|
|
75
85
|
vue.createVNode(SystemResourceList, {
|
|
@@ -82,13 +92,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
82
92
|
]) : vue.createCommentVNode("v-if", true)
|
|
83
93
|
], 64);
|
|
84
94
|
}), 128)),
|
|
85
|
-
isEmpty.value ? (vue.openBlock(), vue.createElementBlock("div",
|
|
86
|
-
vue.createElementVNode("img", {
|
|
87
|
-
class: "null-pic",
|
|
88
|
-
src: _null
|
|
89
|
-
}, null, -1),
|
|
90
|
-
vue.createElementVNode("p", null, "\u6682\u65E0\u7D20\u6750", -1)
|
|
91
|
-
]))) : vue.createCommentVNode("v-if", true)
|
|
95
|
+
isEmpty.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6, _hoisted_9)) : vue.createCommentVNode("v-if", true)
|
|
92
96
|
]),
|
|
93
97
|
_: 1
|
|
94
98
|
})
|
|
@@ -175,9 +175,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
175
175
|
icon: vue.withCtx(() => [
|
|
176
176
|
vue.createVNode(vue.unref(icon.IconRefresh))
|
|
177
177
|
]),
|
|
178
|
-
default: vue.withCtx(() =>
|
|
178
|
+
default: vue.withCtx(() => [
|
|
179
179
|
vue.createTextVNode("\u91CD\u7F6E\u7B5B\u9009")
|
|
180
|
-
])
|
|
180
|
+
]),
|
|
181
181
|
_: 1
|
|
182
182
|
}, 512), [
|
|
183
183
|
[vue.vShow, showReset.value]
|
|
@@ -4,6 +4,7 @@ var webVue = require("@arco-design/web-vue");
|
|
|
4
4
|
var config = require("../config.js");
|
|
5
5
|
var index = require("./components/ColumnSelection/index.js");
|
|
6
6
|
const _hoisted_1 = { class: "form-view" };
|
|
7
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("div", { class: "item-title big" }, "\u540C\u65F6\u53D1\u5E03\u81F3", -1);
|
|
7
8
|
const _sfc_main = vue.defineComponent({
|
|
8
9
|
...{ name: "selectGategory" },
|
|
9
10
|
__name: "component",
|
|
@@ -57,9 +58,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
57
58
|
onOk: handleOk,
|
|
58
59
|
onCancel: handleCancel
|
|
59
60
|
}, {
|
|
60
|
-
title: vue.withCtx(() =>
|
|
61
|
+
title: vue.withCtx(() => [
|
|
61
62
|
vue.createTextVNode("\u53D1\u5E03\u81F3")
|
|
62
|
-
])
|
|
63
|
+
]),
|
|
63
64
|
default: vue.withCtx(() => [
|
|
64
65
|
vue.createElementVNode("div", _hoisted_1, [
|
|
65
66
|
vue.createVNode(index, {
|
|
@@ -69,7 +70,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
69
70
|
repository_id: _ctx.repository_id,
|
|
70
71
|
BASE_API: vue.unref(BASE_API)
|
|
71
72
|
}, null, 8, ["selectColumnData", "repository_id", "BASE_API"]),
|
|
72
|
-
|
|
73
|
+
_hoisted_2,
|
|
73
74
|
vue.createVNode(index, {
|
|
74
75
|
selectColumnWithData: selectColumnWithData.value,
|
|
75
76
|
"onUpdate:selectColumnWithData": _cache[1] || (_cache[1] = ($event) => selectColumnWithData.value = $event),
|
|
@@ -111,7 +111,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
111
111
|
onOptions: (e) => handleOptions(e, onOptions)
|
|
112
112
|
}, null, 8, ["item", "select-keys", "disable", "onSelect", "onOptions"])
|
|
113
113
|
]),
|
|
114
|
-
"footer-extra": vue.withCtx(({ type, onConfirm }) => [
|
|
114
|
+
"footer-extra": vue.withCtx(({ type, onConfirm, isEmpty }) => [
|
|
115
115
|
vue.createCommentVNode(" \u5982\u679C\u662F\u975E\u89C6\u9891\u5C01\u9762\u7C7B\u578B "),
|
|
116
116
|
type !== "video" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
117
117
|
vue.unref(selected).length ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
@@ -122,18 +122,18 @@ const _sfc_main = vue.defineComponent({
|
|
|
122
122
|
onClear: vue.unref(handleClear)
|
|
123
123
|
}, null, 8, ["maxcount", "selected", "onRemove", "onClear"]),
|
|
124
124
|
vue.createVNode(vue.unref(webVue.Button), { onClick: vue.unref(close) }, {
|
|
125
|
-
default: vue.withCtx(() =>
|
|
125
|
+
default: vue.withCtx(() => [
|
|
126
126
|
vue.createTextVNode("\u53D6\u6D88")
|
|
127
|
-
])
|
|
127
|
+
]),
|
|
128
128
|
_: 1
|
|
129
129
|
}, 8, ["onClick"]),
|
|
130
130
|
vue.createVNode(vue.unref(webVue.Button), {
|
|
131
131
|
type: "primary",
|
|
132
132
|
onClick: confirm
|
|
133
133
|
}, {
|
|
134
|
-
default: vue.withCtx(() =>
|
|
134
|
+
default: vue.withCtx(() => [
|
|
135
135
|
vue.createTextVNode(" \u786E\u5B9A ")
|
|
136
|
-
])
|
|
136
|
+
]),
|
|
137
137
|
_: 1
|
|
138
138
|
})
|
|
139
139
|
], 64)) : vue.createCommentVNode("v-if", true)
|
|
@@ -141,29 +141,31 @@ const _sfc_main = vue.defineComponent({
|
|
|
141
141
|
vue.createCommentVNode(" \u5982\u679C\u662F\u89C6\u9891\u5C01\u9762\u7C7B\u578B "),
|
|
142
142
|
vue.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 "),
|
|
143
143
|
vue.createVNode(vue.unref(webVue.Button), { onClick: vue.unref(close) }, {
|
|
144
|
-
default: vue.withCtx(() =>
|
|
144
|
+
default: vue.withCtx(() => [
|
|
145
145
|
vue.createTextVNode("\u53D6\u6D88")
|
|
146
|
-
])
|
|
146
|
+
]),
|
|
147
147
|
_: 1
|
|
148
148
|
}, 8, ["onClick"]),
|
|
149
149
|
vue.createVNode(vue.unref(webVue.Button), {
|
|
150
|
+
disabled: isEmpty,
|
|
150
151
|
type: "primary",
|
|
151
152
|
onClick: ($event) => confirm("crop", onConfirm)
|
|
152
153
|
}, {
|
|
153
|
-
default: vue.withCtx(() =>
|
|
154
|
+
default: vue.withCtx(() => [
|
|
154
155
|
vue.createTextVNode(" \u7F16\u8F91 ")
|
|
155
|
-
])
|
|
156
|
+
]),
|
|
156
157
|
_: 2
|
|
157
|
-
}, 1032, ["onClick"]),
|
|
158
|
+
}, 1032, ["disabled", "onClick"]),
|
|
158
159
|
vue.createVNode(vue.unref(webVue.Button), {
|
|
160
|
+
disabled: isEmpty,
|
|
159
161
|
type: "primary",
|
|
160
162
|
onClick: ($event) => confirm("use", onConfirm)
|
|
161
163
|
}, {
|
|
162
|
-
default: vue.withCtx(() =>
|
|
164
|
+
default: vue.withCtx(() => [
|
|
163
165
|
vue.createTextVNode(" \u4F7F\u7528 ")
|
|
164
|
-
])
|
|
166
|
+
]),
|
|
165
167
|
_: 2
|
|
166
|
-
}, 1032, ["onClick"])
|
|
168
|
+
}, 1032, ["disabled", "onClick"])
|
|
167
169
|
], 64))
|
|
168
170
|
]),
|
|
169
171
|
_: 1
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var vue = require("vue");
|
|
3
3
|
var ListWraper = require("../ListWraper.js");
|
|
4
|
-
const _hoisted_1 = { class: "
|
|
4
|
+
const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("div", { class: "title" }, [
|
|
5
|
+
/* @__PURE__ */ vue.createElementVNode("div", { class: "line" }),
|
|
6
|
+
/* @__PURE__ */ vue.createTextVNode(" \u5C01\u9762\u56FE ")
|
|
7
|
+
], -1);
|
|
8
|
+
const _hoisted_2 = { class: "list-item-grid" };
|
|
5
9
|
const _sfc_main = vue.defineComponent({
|
|
6
10
|
__name: "index",
|
|
7
11
|
setup(__props) {
|
|
@@ -31,11 +35,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
31
35
|
]),
|
|
32
36
|
default: vue.withCtx(() => [
|
|
33
37
|
aiThumbListReal.value.length ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
vue.createTextVNode(" \u5C01\u9762\u56FE ")
|
|
37
|
-
], -1)),
|
|
38
|
-
vue.createElementVNode("div", _hoisted_1, [
|
|
38
|
+
_hoisted_1,
|
|
39
|
+
vue.createElementVNode("div", _hoisted_2, [
|
|
39
40
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(aiThumbListReal.value, (item) => {
|
|
40
41
|
return vue.renderSlot(_ctx.$slots, "item", {
|
|
41
42
|
key: item.url,
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var vue = require("vue");
|
|
3
3
|
var index = require("../../../thumbCard/index.js");
|
|
4
|
-
const _hoisted_1 = { class: "
|
|
5
|
-
const _hoisted_2 = {
|
|
4
|
+
const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("div", { class: "mask" }, null, -1);
|
|
5
|
+
const _hoisted_2 = { class: "card-alias" };
|
|
6
|
+
const _hoisted_3 = {
|
|
6
7
|
key: 0,
|
|
7
8
|
class: "check-box active"
|
|
8
9
|
};
|
|
10
|
+
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("div", { class: "check-box" }, null, -1);
|
|
9
11
|
const _sfc_main = vue.defineComponent({
|
|
10
12
|
__name: "ListCardWrapper",
|
|
11
13
|
props: {
|
|
@@ -81,17 +83,17 @@ const _sfc_main = vue.defineComponent({
|
|
|
81
83
|
"handlers-key": handlersKey.value,
|
|
82
84
|
onHandle: _cache[0] || (_cache[0] = (e) => emits("options", e))
|
|
83
85
|
}, null, 8, ["url", "thumb", "catalog", "meta", "options", "handlers-key"]),
|
|
84
|
-
|
|
86
|
+
_hoisted_1
|
|
85
87
|
], 2),
|
|
86
|
-
vue.createElementVNode("div",
|
|
88
|
+
vue.createElementVNode("div", _hoisted_2, vue.toDisplayString(_ctx.item.alias), 1),
|
|
87
89
|
vue.createElementVNode("div", {
|
|
88
90
|
class: "check-box-wrapper",
|
|
89
91
|
onClick: vue.withModifiers(handleCheck, ["stop"])
|
|
90
92
|
}, [
|
|
91
93
|
vue.createCommentVNode(" \u5DF2\u9009 "),
|
|
92
|
-
selectedOrder.value[resourceKey.value] ? (vue.openBlock(), vue.createElementBlock("div",
|
|
94
|
+
selectedOrder.value[resourceKey.value] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3, vue.toDisplayString(selectedOrder.value[resourceKey.value]), 1)) : canIUse.value ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
93
95
|
vue.createCommentVNode(" \u662F\u5426\u53EF\u4EE5\u9009\u62E9 "),
|
|
94
|
-
|
|
96
|
+
_hoisted_4
|
|
95
97
|
], 64)) : vue.createCommentVNode("v-if", true)
|
|
96
98
|
])
|
|
97
99
|
]);
|
|
@@ -46,7 +46,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
46
46
|
vue.createVNode(vue.unref(vueCmstopIcons.IconComputer))
|
|
47
47
|
]),
|
|
48
48
|
default: vue.withCtx(() => [
|
|
49
|
-
|
|
49
|
+
vue.createTextVNode(" \u672C\u5730\u4E0A\u4F20 ")
|
|
50
50
|
]),
|
|
51
51
|
_: 1
|
|
52
52
|
})
|
|
@@ -176,15 +176,15 @@ const _sfc_main = vue.defineComponent({
|
|
|
176
176
|
}, {
|
|
177
177
|
content: vue.withCtx(() => [
|
|
178
178
|
vue.createVNode(vue.unref(webVue.Doption), { value: 0 }, {
|
|
179
|
-
default: vue.withCtx(() =>
|
|
179
|
+
default: vue.withCtx(() => [
|
|
180
180
|
vue.createTextVNode("\u7CBE\u51C6\u641C")
|
|
181
|
-
])
|
|
181
|
+
]),
|
|
182
182
|
_: 1
|
|
183
183
|
}),
|
|
184
184
|
vue.createVNode(vue.unref(webVue.Doption), { value: 1 }, {
|
|
185
|
-
default: vue.withCtx(() =>
|
|
185
|
+
default: vue.withCtx(() => [
|
|
186
186
|
vue.createTextVNode("\u6A21\u7CCA\u641C")
|
|
187
|
-
])
|
|
187
|
+
]),
|
|
188
188
|
_: 1
|
|
189
189
|
})
|
|
190
190
|
]),
|
|
@@ -279,9 +279,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
279
279
|
type: "text",
|
|
280
280
|
onClick: handleReset
|
|
281
281
|
}, {
|
|
282
|
-
default: vue.withCtx(() =>
|
|
282
|
+
default: vue.withCtx(() => [
|
|
283
283
|
vue.createTextVNode(" \u91CD\u7F6E ")
|
|
284
|
-
])
|
|
284
|
+
]),
|
|
285
285
|
_: 1
|
|
286
286
|
})) : vue.createCommentVNode("v-if", true)
|
|
287
287
|
]),
|
|
@@ -294,7 +294,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
294
294
|
vue.createVNode(vue.unref(icon.IconUpload))
|
|
295
295
|
]),
|
|
296
296
|
default: vue.withCtx(() => [
|
|
297
|
-
|
|
297
|
+
vue.createTextVNode(" \u4E0A\u4F20 ")
|
|
298
298
|
]),
|
|
299
299
|
_: 1
|
|
300
300
|
})
|
|
@@ -128,9 +128,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
128
128
|
type: "text",
|
|
129
129
|
onClick: handleReset
|
|
130
130
|
}, {
|
|
131
|
-
default: vue.withCtx(() =>
|
|
131
|
+
default: vue.withCtx(() => [
|
|
132
132
|
vue.createTextVNode(" \u91CD\u7F6E ")
|
|
133
|
-
])
|
|
133
|
+
]),
|
|
134
134
|
_: 1
|
|
135
135
|
})) : vue.createCommentVNode("v-if", true)
|
|
136
136
|
])
|
|
@@ -3,6 +3,7 @@ var vue = require("vue");
|
|
|
3
3
|
var sys_load_more = require("../../../assets/images/sys_load_more.js");
|
|
4
4
|
var useAttachement = require("../../../../hooks/useAttachement.js");
|
|
5
5
|
const _hoisted_1 = { class: "list-item-grid" };
|
|
6
|
+
const _hoisted_2 = /* @__PURE__ */ vue.createElementVNode("img", { src: sys_load_more }, null, -1);
|
|
6
7
|
const _sfc_main = vue.defineComponent({
|
|
7
8
|
__name: "SubList",
|
|
8
9
|
props: {
|
|
@@ -55,10 +56,10 @@ const _sfc_main = vue.defineComponent({
|
|
|
55
56
|
key: 0,
|
|
56
57
|
class: "item-load-more",
|
|
57
58
|
onClick: loadMore
|
|
58
|
-
},
|
|
59
|
-
|
|
59
|
+
}, [
|
|
60
|
+
_hoisted_2,
|
|
60
61
|
vue.createTextVNode(" \u70B9\u51FB\u52A0\u8F7D\u66F4\u591A ")
|
|
61
|
-
]))
|
|
62
|
+
])) : vue.createCommentVNode("v-if", true)
|
|
62
63
|
])
|
|
63
64
|
], 2112);
|
|
64
65
|
};
|
|
@@ -9,6 +9,7 @@ const _hoisted_1 = {
|
|
|
9
9
|
class: "scen-module"
|
|
10
10
|
};
|
|
11
11
|
const _hoisted_2 = { class: "title" };
|
|
12
|
+
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("div", { class: "line" }, null, -1);
|
|
12
13
|
const _sfc_main = vue.defineComponent({
|
|
13
14
|
__name: "index",
|
|
14
15
|
emits: ["confirm"],
|
|
@@ -80,7 +81,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
80
81
|
}, [
|
|
81
82
|
sceniro.data && sceniro.data.length > 0 ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
82
83
|
vue.createElementVNode("div", _hoisted_2, [
|
|
83
|
-
|
|
84
|
+
_hoisted_3,
|
|
84
85
|
vue.createTextVNode(" " + vue.toDisplayString(sceniro.scenario_name), 1)
|
|
85
86
|
]),
|
|
86
87
|
vue.createCommentVNode(" \u5185\u7F6E\u7D20\u6750 - \u573A\u666F\u5217\u8868 "),
|
|
@@ -28,31 +28,40 @@ const _hoisted_7 = {
|
|
|
28
28
|
key: 0,
|
|
29
29
|
class: "tip"
|
|
30
30
|
};
|
|
31
|
-
const _hoisted_8 = {
|
|
32
|
-
const _hoisted_9 = {
|
|
31
|
+
const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("span", { style: { "margin-right": "10px" } }, "\u72EC\u7ACB\u8F6E\u64AD\u56FE", -1);
|
|
32
|
+
const _hoisted_9 = { class: "thumbbox" };
|
|
33
|
+
const _hoisted_10 = {
|
|
33
34
|
key: 2,
|
|
34
35
|
class: "title"
|
|
35
36
|
};
|
|
36
|
-
const
|
|
37
|
-
const
|
|
37
|
+
const _hoisted_11 = /* @__PURE__ */ vue.createElementVNode("span", null, "\u72EC\u7ACB\u8F6E\u64AD\u56FE\u80CC\u666F\u989C\u8272", -1);
|
|
38
|
+
const _hoisted_12 = [
|
|
39
|
+
_hoisted_11
|
|
40
|
+
];
|
|
41
|
+
const _hoisted_13 = { key: 0 };
|
|
42
|
+
const _hoisted_14 = {
|
|
38
43
|
key: 0,
|
|
39
44
|
class: "star"
|
|
40
45
|
};
|
|
41
|
-
const
|
|
42
|
-
const
|
|
46
|
+
const _hoisted_15 = { key: 1 };
|
|
47
|
+
const _hoisted_16 = {
|
|
43
48
|
key: 2,
|
|
44
49
|
class: "tip",
|
|
45
50
|
style: { "margin-left": "10px" }
|
|
46
51
|
};
|
|
47
|
-
const
|
|
48
|
-
const
|
|
52
|
+
const _hoisted_17 = { class: "thumbbox" };
|
|
53
|
+
const _hoisted_18 = {
|
|
49
54
|
key: 0,
|
|
50
55
|
class: "tip"
|
|
51
56
|
};
|
|
52
|
-
const
|
|
57
|
+
const _hoisted_19 = {
|
|
53
58
|
key: 1,
|
|
54
59
|
class: "title"
|
|
55
60
|
};
|
|
61
|
+
const _hoisted_20 = /* @__PURE__ */ vue.createElementVNode("span", null, "\u56FE\u7247\u80CC\u666F\u989C\u8272", -1);
|
|
62
|
+
const _hoisted_21 = [
|
|
63
|
+
_hoisted_20
|
|
64
|
+
];
|
|
56
65
|
const _sfc_main = vue.defineComponent({
|
|
57
66
|
...{ name: "selectThumb" },
|
|
58
67
|
__name: "component",
|
|
@@ -483,7 +492,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
483
492
|
class: "title",
|
|
484
493
|
style: vue.normalizeStyle({ width: _ctx.offset })
|
|
485
494
|
}, [
|
|
486
|
-
|
|
495
|
+
_hoisted_8,
|
|
487
496
|
vue.createCommentVNode(" \u4E0A\u4E0B\u5E03\u5C40\u5F00\u5173\u5728\u6807\u9898\u540E "),
|
|
488
497
|
!_ctx.flex ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Switch), {
|
|
489
498
|
key: 0,
|
|
@@ -492,7 +501,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
492
501
|
size: "small"
|
|
493
502
|
}, null, 8, ["modelValue"])) : vue.createCommentVNode("v-if", true)
|
|
494
503
|
], 4),
|
|
495
|
-
vue.createElementVNode("div",
|
|
504
|
+
vue.createElementVNode("div", _hoisted_9, [
|
|
496
505
|
vue.createCommentVNode(" \u5DE6\u53F3\u5E03\u5C40\u5F00\u5173\u663E\u793A "),
|
|
497
506
|
_ctx.flex ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Switch), {
|
|
498
507
|
key: 0,
|
|
@@ -515,9 +524,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
515
524
|
onUploadLocal: _cache[6] || (_cache[6] = (cb) => _ctx.$emit("upload", cb)),
|
|
516
525
|
onOpen: openDialogMediaSelection
|
|
517
526
|
}, null, 8, ["data", "parentRef", "preview-list", "is-popover"])) : vue.createCommentVNode("v-if", true),
|
|
518
|
-
hasBanner.value && styleData.value.banner_theme_color ? (vue.openBlock(), vue.createElementBlock("div",
|
|
519
|
-
vue.createElementVNode("span", null, "\u72EC\u7ACB\u8F6E\u64AD\u56FE\u80CC\u666F\u989C\u8272", -1)
|
|
520
|
-
]))) : vue.createCommentVNode("v-if", true),
|
|
527
|
+
hasBanner.value && styleData.value.banner_theme_color ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10, _hoisted_12)) : vue.createCommentVNode("v-if", true),
|
|
521
528
|
vue.createCommentVNode(" banner\u8C03\u8272\u677F "),
|
|
522
529
|
hasBanner.value ? (vue.openBlock(), vue.createBlock(colorPalette, {
|
|
523
530
|
key: 3,
|
|
@@ -535,13 +542,13 @@ const _sfc_main = vue.defineComponent({
|
|
|
535
542
|
class: "title",
|
|
536
543
|
style: vue.normalizeStyle({ width: _ctx.offset })
|
|
537
544
|
}, [
|
|
538
|
-
docSeriesShowTopThemeColor.value ? (vue.openBlock(), vue.createElementBlock("span",
|
|
539
|
-
_ctx.topImageTitleValid ? (vue.openBlock(), vue.createElementBlock("span",
|
|
545
|
+
docSeriesShowTopThemeColor.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_13, [
|
|
546
|
+
_ctx.topImageTitleValid ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_14, "*")) : vue.createCommentVNode("v-if", true),
|
|
540
547
|
vue.createElementVNode("span", null, vue.toDisplayString(_ctx.topImageTitle || "\u5C01\u9762\u5934\u56FE"), 1)
|
|
541
|
-
])) : (vue.openBlock(), vue.createElementBlock("span",
|
|
542
|
-
!_ctx.flex ? (vue.openBlock(), vue.createElementBlock("span",
|
|
548
|
+
])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_15, "PC\u5C01\u9762\u56FE")),
|
|
549
|
+
!_ctx.flex ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_16, " (\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px) ")) : vue.createCommentVNode("v-if", true)
|
|
543
550
|
], 4),
|
|
544
|
-
vue.createElementVNode("div",
|
|
551
|
+
vue.createElementVNode("div", _hoisted_17, [
|
|
545
552
|
vue.createVNode(card, {
|
|
546
553
|
id: `pc-banner-card`,
|
|
547
554
|
data: pcBanner.value,
|
|
@@ -555,10 +562,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
555
562
|
onUploadLocal: _cache[8] || (_cache[8] = (cb) => _ctx.$emit("upload", cb)),
|
|
556
563
|
onOpen: openDialogMediaSelection
|
|
557
564
|
}, null, 8, ["data", "parentRef", "previewList", "is-popover"]),
|
|
558
|
-
_ctx.flex ? (vue.openBlock(), vue.createElementBlock("span",
|
|
559
|
-
docSeriesShowTopThemeColor.value && styleData.value.top_theme_color ? (vue.openBlock(), vue.createElementBlock("div",
|
|
560
|
-
vue.createElementVNode("span", null, "\u56FE\u7247\u80CC\u666F\u989C\u8272", -1)
|
|
561
|
-
]))) : vue.createCommentVNode("v-if", true),
|
|
565
|
+
_ctx.flex ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_18, "(\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px)")) : vue.createCommentVNode("v-if", true),
|
|
566
|
+
docSeriesShowTopThemeColor.value && styleData.value.top_theme_color ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_19, _hoisted_21)) : vue.createCommentVNode("v-if", true),
|
|
562
567
|
docSeriesShowTopThemeColor.value ? (vue.openBlock(), vue.createBlock(colorPalette, {
|
|
563
568
|
key: 2,
|
|
564
569
|
model: "top",
|
|
@@ -122,9 +122,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
122
122
|
onOk: handleOk,
|
|
123
123
|
onCancel: handleClose
|
|
124
124
|
}, {
|
|
125
|
-
title: vue.withCtx(() =>
|
|
125
|
+
title: vue.withCtx(() => [
|
|
126
126
|
vue.createTextVNode("\u4E0A\u4F20\u914D\u7F6E")
|
|
127
|
-
])
|
|
127
|
+
]),
|
|
128
128
|
default: vue.withCtx(() => [
|
|
129
129
|
vue.createElementVNode("div", _hoisted_1, [
|
|
130
130
|
vue.createVNode(vue.unref(webVue.Table), {
|
|
@@ -138,9 +138,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
138
138
|
type: "text",
|
|
139
139
|
onClick: _cache[1] || (_cache[1] = ($event) => loginOut())
|
|
140
140
|
}, {
|
|
141
|
-
default: vue.withCtx(() =>
|
|
141
|
+
default: vue.withCtx(() => [
|
|
142
142
|
vue.createTextVNode("\u9000\u51FA")
|
|
143
|
-
])
|
|
143
|
+
]),
|
|
144
144
|
_: 1
|
|
145
145
|
})
|
|
146
146
|
])
|
|
@@ -226,9 +226,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
226
226
|
size: "mini",
|
|
227
227
|
onClick: clearUserSelectedList
|
|
228
228
|
}, {
|
|
229
|
-
default: vue.withCtx(() =>
|
|
229
|
+
default: vue.withCtx(() => [
|
|
230
230
|
vue.createTextVNode("\u5168\u90E8\u6E05\u9664")
|
|
231
|
-
])
|
|
231
|
+
]),
|
|
232
232
|
_: 1
|
|
233
233
|
})
|
|
234
234
|
]),
|
|
@@ -3,6 +3,7 @@ var vue = require("vue");
|
|
|
3
3
|
var webVue = require("@arco-design/web-vue");
|
|
4
4
|
var config = require("../config.js");
|
|
5
5
|
var useVideoThumbs = require("./scripts/useVideoThumbs.js");
|
|
6
|
+
var index = require("../emptyData/index.js");
|
|
6
7
|
const _hoisted_1 = { class: "video-thumb" };
|
|
7
8
|
const _hoisted_2 = {
|
|
8
9
|
key: 0,
|
|
@@ -45,8 +46,8 @@ const _sfc_main = vue.defineComponent({
|
|
|
45
46
|
if (pos < 0 || pos > rect.width - 5)
|
|
46
47
|
return;
|
|
47
48
|
videoThumbDrager.value.style.left = `${pos}px`;
|
|
48
|
-
const
|
|
49
|
-
curThumb.value = thumbs.value[
|
|
49
|
+
const index2 = Math.floor(pos / width.value);
|
|
50
|
+
curThumb.value = thumbs.value[index2 < thumbs.value.length ? index2 : thumbs.value.length - 1];
|
|
50
51
|
}
|
|
51
52
|
function upDragger() {
|
|
52
53
|
startPos.value = 0;
|
|
@@ -80,7 +81,10 @@ const _sfc_main = vue.defineComponent({
|
|
|
80
81
|
loading: vue.unref(loading),
|
|
81
82
|
tip: "\u751F\u6210\u89C6\u9891\u5C01\u9762\u4E2D..."
|
|
82
83
|
}, null, 8, ["loading"])
|
|
83
|
-
])) : (vue.openBlock(), vue.
|
|
84
|
+
])) : vue.unref(thumbs).length === 0 ? (vue.openBlock(), vue.createBlock(vue.unref(index), {
|
|
85
|
+
key: 1,
|
|
86
|
+
type: "empty"
|
|
87
|
+
})) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
|
|
84
88
|
vue.createElementVNode("div", _hoisted_3, [
|
|
85
89
|
vue.createElementVNode("img", { src: vue.unref(curThumb) }, null, 8, _hoisted_4)
|
|
86
90
|
]),
|
|
@@ -90,13 +94,12 @@ const _sfc_main = vue.defineComponent({
|
|
|
90
94
|
ref: videoThumbRef,
|
|
91
95
|
class: "video-thumb-list"
|
|
92
96
|
}, [
|
|
93
|
-
vue.
|
|
94
|
-
key: 0,
|
|
97
|
+
vue.createElementVNode("div", {
|
|
95
98
|
ref_key: "videoThumbDrager",
|
|
96
99
|
ref: videoThumbDrager,
|
|
97
100
|
class: "video-thumb-list-drager",
|
|
98
101
|
onMousedown: _cache[0] || (_cache[0] = (...args) => vue.unref(handleMousedown) && vue.unref(handleMousedown)(...args))
|
|
99
|
-
}, null, 544)
|
|
102
|
+
}, null, 544),
|
|
100
103
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(vue.unref(thumbs), (thumb, idx) => {
|
|
101
104
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
102
105
|
key: thumb,
|