@cmstops/pro-compo 0.3.77 → 0.3.78
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/appCenter/script/api.d.ts +5 -5
- package/es/baseFilter/components/FilterGroup.js +1 -1
- package/es/baseFilter/useCalcWidth.d.ts +2 -2
- package/es/contentDetailList/components/Content/DocItem/index.js +12 -14
- package/es/contentDetailList/components/Content/LiveItem/index.js +5 -6
- package/es/contentDetailList/components/Content/courseItem/index.js +7 -8
- package/es/contentDetailList/components/Content/funhdItem/index.js +7 -8
- package/es/contentDetailList/components/Content/index.js +2 -2
- package/es/contentDetailList/components/ShowQRCode/QrcodeView/index.js +10 -11
- package/es/contentDetailList/script/api.d.ts +2 -2
- package/es/contentModal/component.js +14 -14
- package/es/contentModal/components/MpContentList/MediaFilter/index.js +3 -4
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +1 -1
- package/es/contentModal/components/storeBox/index.js +4 -4
- package/es/contentModal/script/api.d.ts +9 -9
- package/es/dataTags/component.js +10 -10
- package/es/docHistory/component.js +2 -2
- package/es/docHistory/scripts/useDocHistory.d.ts +5 -5
- package/es/docPreview/component.js +47 -56
- package/es/docPreview/components/PreviewIframe.js +9 -10
- package/es/docPreview/scripts/api.d.ts +1 -1
- package/es/docPreview/scripts/hook.d.ts +17 -7
- package/es/editMetaInfo/components/metaInfoForm.js +4 -4
- package/es/editMetaInfo/script/api.d.ts +2 -2
- package/es/emptyData/svg/acount.js +3 -5
- package/es/emptyData/svg/add.js +3 -5
- package/es/emptyData/svg/analize.js +3 -5
- package/es/emptyData/svg/analize_fail.js +3 -5
- package/es/emptyData/svg/empty.js +3 -5
- package/es/emptyData/svg/file.js +3 -5
- package/es/emptyData/svg/manager.js +3 -5
- package/es/emptyData/svg/message.js +14 -17
- package/es/emptyData/svg/noanalize.js +3 -5
- package/es/emptyData/svg/null.js +3 -5
- package/es/emptyData/svg/search.js +3 -5
- package/es/emptyData/svg/star.js +3 -5
- package/es/emptyData/svg/trash.js +3 -5
- package/es/emptyData/svg/user.js +3 -5
- package/es/hooks/assets.d.ts +1 -1
- package/es/hooks/batch.d.ts +1 -1
- package/es/hooks/dialogVisible.d.ts +1 -1
- package/es/hooks/source.d.ts +2 -2
- package/es/hooks/toggle.d.ts +1 -1
- package/es/hooks/useAttachement.d.ts +12 -12
- package/es/hooks/useMediaContext.d.ts +5 -5
- package/es/hooks/usePopper.d.ts +1 -1
- package/es/hooks/useSelection.d.ts +9 -2
- package/es/hooks/useUpload.d.ts +5 -5
- package/es/hooks/user.d.ts +2 -2
- package/es/imageCrop/component.js +4 -4
- package/es/imageCrop/script/api.d.ts +1 -1
- package/es/mediaFilter/components/DocFilter.js +1 -1
- package/es/mediaFilter/components/FilterGroup.js +1 -1
- package/es/mediaView/component.js +3 -5
- package/es/messageBox/component.js +2 -2
- package/es/messageBox/script/api.d.ts +2 -2
- package/es/previousVersion/component.js +3 -4
- package/es/previousVersion/script/api.d.ts +4 -4
- package/es/resourceGridList/component.js +15 -18
- package/es/resourceModal/component.js +2 -2
- package/es/resourceModal/components/MediaPreviewer/index.js +7 -10
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +15 -17
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +20 -24
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +2 -2
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -4
- package/es/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +9 -13
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -2
- package/es/resourceModal/script/api.d.ts +11 -11
- package/es/selectGategory/component.js +3 -4
- package/es/selectGategory/script/api.d.ts +2 -2
- package/es/selectResourceModal/component.js +10 -10
- package/es/selectResourceModal/components/List/ListAi/index.js +7 -8
- package/es/selectResourceModal/components/List/ListCardWrapper.js +6 -8
- 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 +3 -4
- package/es/selectResourceModal/components/List/ListSystem/index.js +1 -2
- package/es/selectResourceModal/scripts/selectionApis.d.ts +2 -2
- package/es/selectResourceModal/scripts/useResourceSelect.d.ts +1 -1
- package/es/selectResourceModal/scripts/useTabFilter.d.ts +1 -1
- package/es/selectThumb/component.js +27 -31
- package/es/uploadBefore/components/UploadBefore.js +2 -2
- package/es/uploadBefore/script/api.d.ts +4 -4
- package/es/uploadBefore/script/uploadHooks.d.ts +42 -1
- package/es/userAvater/component.js +2 -2
- package/es/userAvater/script/api.d.ts +4 -4
- package/es/userDirector/component.js +2 -2
- package/es/userDirector/script/api.d.ts +6 -6
- package/es/utils/filter.d.ts +12 -0
- package/es/utils/request.d.ts +1 -1
- package/es/utils/transcodeMedia.d.ts +1 -1
- package/es/videoThumb/scripts/api.d.ts +1 -1
- package/es/videoThumb/scripts/useVideoThumbs.d.ts +3 -3
- package/lib/baseFilter/components/FilterGroup.js +1 -1
- package/lib/contentDetailList/components/Content/DocItem/index.js +12 -14
- package/lib/contentDetailList/components/Content/LiveItem/index.js +5 -6
- package/lib/contentDetailList/components/Content/courseItem/index.js +7 -8
- package/lib/contentDetailList/components/Content/funhdItem/index.js +7 -8
- package/lib/contentDetailList/components/Content/index.js +2 -2
- package/lib/contentDetailList/components/ShowQRCode/QrcodeView/index.js +10 -11
- package/lib/contentModal/component.js +14 -14
- package/lib/contentModal/components/MpContentList/MediaFilter/index.js +3 -4
- 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 +47 -56
- package/lib/docPreview/components/PreviewIframe.js +9 -10
- package/lib/editMetaInfo/components/metaInfoForm.js +4 -4
- package/lib/emptyData/svg/acount.js +3 -5
- package/lib/emptyData/svg/add.js +3 -5
- package/lib/emptyData/svg/analize.js +3 -5
- package/lib/emptyData/svg/analize_fail.js +3 -5
- package/lib/emptyData/svg/empty.js +3 -5
- package/lib/emptyData/svg/file.js +3 -5
- package/lib/emptyData/svg/manager.js +3 -5
- package/lib/emptyData/svg/message.js +14 -17
- package/lib/emptyData/svg/noanalize.js +3 -5
- package/lib/emptyData/svg/null.js +3 -5
- package/lib/emptyData/svg/search.js +3 -5
- package/lib/emptyData/svg/star.js +3 -5
- package/lib/emptyData/svg/trash.js +3 -5
- package/lib/emptyData/svg/user.js +3 -5
- package/lib/imageCrop/component.js +4 -4
- package/lib/mediaFilter/components/DocFilter.js +1 -1
- package/lib/mediaFilter/components/FilterGroup.js +1 -1
- package/lib/mediaView/component.js +3 -5
- package/lib/messageBox/component.js +2 -2
- package/lib/previousVersion/component.js +3 -4
- package/lib/resourceGridList/component.js +15 -18
- package/lib/resourceModal/component.js +2 -2
- package/lib/resourceModal/components/MediaPreviewer/index.js +7 -10
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +15 -17
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +20 -24
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceFilter.js +2 -2
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/components/SystemResourceList.js +3 -4
- package/lib/resourceModal/components/MediaSelection/SystemResourceSelected/index.js +9 -13
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +2 -2
- package/lib/selectGategory/component.js +3 -4
- package/lib/selectResourceModal/component.js +10 -10
- package/lib/selectResourceModal/components/List/ListAi/index.js +6 -7
- package/lib/selectResourceModal/components/List/ListCardWrapper.js +6 -8
- 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 +3 -4
- package/lib/selectResourceModal/components/List/ListSystem/index.js +1 -2
- package/lib/selectThumb/component.js +27 -31
- package/lib/uploadBefore/components/UploadBefore.js +2 -2
- package/lib/userAvater/component.js +2 -2
- package/lib/userDirector/component.js +2 -2
- package/package.json +1 -1
|
@@ -4,7 +4,6 @@ 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);
|
|
8
7
|
const _sfc_main = vue.defineComponent({
|
|
9
8
|
...{ name: "selectGategory" },
|
|
10
9
|
__name: "component",
|
|
@@ -58,9 +57,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
58
57
|
onOk: handleOk,
|
|
59
58
|
onCancel: handleCancel
|
|
60
59
|
}, {
|
|
61
|
-
title: vue.withCtx(() => [
|
|
60
|
+
title: vue.withCtx(() => _cache[2] || (_cache[2] = [
|
|
62
61
|
vue.createTextVNode("\u53D1\u5E03\u81F3")
|
|
63
|
-
]),
|
|
62
|
+
])),
|
|
64
63
|
default: vue.withCtx(() => [
|
|
65
64
|
vue.createElementVNode("div", _hoisted_1, [
|
|
66
65
|
vue.createVNode(index, {
|
|
@@ -70,7 +69,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
70
69
|
repository_id: _ctx.repository_id,
|
|
71
70
|
BASE_API: vue.unref(BASE_API)
|
|
72
71
|
}, null, 8, ["selectColumnData", "repository_id", "BASE_API"]),
|
|
73
|
-
|
|
72
|
+
_cache[3] || (_cache[3] = vue.createElementVNode("div", { class: "item-title big" }, "\u540C\u65F6\u53D1\u5E03\u81F3", -1)),
|
|
74
73
|
vue.createVNode(index, {
|
|
75
74
|
selectColumnWithData: selectColumnWithData.value,
|
|
76
75
|
"onUpdate:selectColumnWithData": _cache[1] || (_cache[1] = ($event) => selectColumnWithData.value = $event),
|
|
@@ -121,44 +121,44 @@ const _sfc_main = vue.defineComponent({
|
|
|
121
121
|
onClear: vue.unref(handleClear)
|
|
122
122
|
}, null, 8, ["maxcount", "selected", "onRemove", "onClear"]),
|
|
123
123
|
vue.createVNode(vue.unref(webVue.Button), { onClick: vue.unref(close) }, {
|
|
124
|
-
default: vue.withCtx(() => [
|
|
124
|
+
default: vue.withCtx(() => _cache[1] || (_cache[1] = [
|
|
125
125
|
vue.createTextVNode("\u53D6\u6D88")
|
|
126
|
-
]),
|
|
126
|
+
])),
|
|
127
127
|
_: 1
|
|
128
128
|
}, 8, ["onClick"]),
|
|
129
129
|
vue.createVNode(vue.unref(webVue.Button), {
|
|
130
130
|
type: "primary",
|
|
131
131
|
onClick: confirm
|
|
132
132
|
}, {
|
|
133
|
-
default: vue.withCtx(() => [
|
|
133
|
+
default: vue.withCtx(() => _cache[2] || (_cache[2] = [
|
|
134
134
|
vue.createTextVNode(" \u786E\u5B9A ")
|
|
135
|
-
]),
|
|
135
|
+
])),
|
|
136
136
|
_: 1
|
|
137
137
|
})
|
|
138
138
|
], 64)) : vue.createCommentVNode("v-if", true)
|
|
139
139
|
], 64)) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
140
140
|
vue.createVNode(vue.unref(webVue.Button), { onClick: vue.unref(close) }, {
|
|
141
|
-
default: vue.withCtx(() => [
|
|
141
|
+
default: vue.withCtx(() => _cache[3] || (_cache[3] = [
|
|
142
142
|
vue.createTextVNode("\u53D6\u6D88")
|
|
143
|
-
]),
|
|
143
|
+
])),
|
|
144
144
|
_: 1
|
|
145
145
|
}, 8, ["onClick"]),
|
|
146
146
|
vue.createVNode(vue.unref(webVue.Button), {
|
|
147
147
|
type: "primary",
|
|
148
148
|
onClick: ($event) => confirm("crop", onConfirm)
|
|
149
149
|
}, {
|
|
150
|
-
default: vue.withCtx(() => [
|
|
150
|
+
default: vue.withCtx(() => _cache[4] || (_cache[4] = [
|
|
151
151
|
vue.createTextVNode(" \u88C1\u526A ")
|
|
152
|
-
]),
|
|
152
|
+
])),
|
|
153
153
|
_: 2
|
|
154
154
|
}, 1032, ["onClick"]),
|
|
155
155
|
vue.createVNode(vue.unref(webVue.Button), {
|
|
156
156
|
type: "primary",
|
|
157
157
|
onClick: ($event) => confirm("use", onConfirm)
|
|
158
158
|
}, {
|
|
159
|
-
default: vue.withCtx(() => [
|
|
159
|
+
default: vue.withCtx(() => _cache[5] || (_cache[5] = [
|
|
160
160
|
vue.createTextVNode(" \u4F7F\u7528 ")
|
|
161
|
-
]),
|
|
161
|
+
])),
|
|
162
162
|
_: 2
|
|
163
163
|
}, 1032, ["onClick"])
|
|
164
164
|
], 64))
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var vue = require("vue");
|
|
3
3
|
var ListWraper = require("../ListWraper.js");
|
|
4
|
-
const _hoisted_1 =
|
|
5
|
-
/* @__PURE__ */ vue.createElementVNode("div", { class: "line" }),
|
|
6
|
-
/* @__PURE__ */ vue.createTextVNode(" \u5C01\u9762\u56FE ")
|
|
7
|
-
], -1);
|
|
8
|
-
const _hoisted_2 = { class: "list-item-grid" };
|
|
4
|
+
const _hoisted_1 = { class: "list-item-grid" };
|
|
9
5
|
const _sfc_main = vue.defineComponent({
|
|
10
6
|
__name: "index",
|
|
11
7
|
setup(__props) {
|
|
@@ -35,8 +31,11 @@ const _sfc_main = vue.defineComponent({
|
|
|
35
31
|
]),
|
|
36
32
|
default: vue.withCtx(() => [
|
|
37
33
|
aiThumbListReal.value.length ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
|
|
38
|
-
|
|
39
|
-
|
|
34
|
+
_cache[0] || (_cache[0] = vue.createElementVNode("div", { class: "title" }, [
|
|
35
|
+
vue.createElementVNode("div", { class: "line" }),
|
|
36
|
+
vue.createTextVNode(" \u5C01\u9762\u56FE ")
|
|
37
|
+
], -1)),
|
|
38
|
+
vue.createElementVNode("div", _hoisted_1, [
|
|
40
39
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(aiThumbListReal.value, (item) => {
|
|
41
40
|
return vue.renderSlot(_ctx.$slots, "item", {
|
|
42
41
|
key: item.url,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var vue = require("vue");
|
|
3
3
|
var index = require("../../../thumbCard/index.js");
|
|
4
|
-
const _hoisted_1 =
|
|
5
|
-
const _hoisted_2 = {
|
|
6
|
-
const _hoisted_3 = {
|
|
4
|
+
const _hoisted_1 = { class: "card-alias" };
|
|
5
|
+
const _hoisted_2 = {
|
|
7
6
|
key: 0,
|
|
8
7
|
class: "check-box active"
|
|
9
8
|
};
|
|
10
|
-
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("div", { class: "check-box" }, null, -1);
|
|
11
9
|
const _sfc_main = vue.defineComponent({
|
|
12
10
|
__name: "ListCardWrapper",
|
|
13
11
|
props: {
|
|
@@ -83,17 +81,17 @@ const _sfc_main = vue.defineComponent({
|
|
|
83
81
|
"handlers-key": handlersKey.value,
|
|
84
82
|
onHandle: _cache[0] || (_cache[0] = (e) => emits("options", e))
|
|
85
83
|
}, null, 8, ["url", "thumb", "catalog", "meta", "options", "handlers-key"]),
|
|
86
|
-
|
|
84
|
+
_cache[1] || (_cache[1] = vue.createElementVNode("div", { class: "mask" }, null, -1))
|
|
87
85
|
], 2),
|
|
88
|
-
vue.createElementVNode("div",
|
|
86
|
+
vue.createElementVNode("div", _hoisted_1, vue.toDisplayString(_ctx.item.alias), 1),
|
|
89
87
|
vue.createElementVNode("div", {
|
|
90
88
|
class: "check-box-wrapper",
|
|
91
89
|
onClick: vue.withModifiers(handleCheck, ["stop"])
|
|
92
90
|
}, [
|
|
93
91
|
vue.createCommentVNode(" \u5DF2\u9009 "),
|
|
94
|
-
selectedOrder.value[resourceKey.value] ? (vue.openBlock(), vue.createElementBlock("div",
|
|
92
|
+
selectedOrder.value[resourceKey.value] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, vue.toDisplayString(selectedOrder.value[resourceKey.value]), 1)) : canIUse.value ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
95
93
|
vue.createCommentVNode(" \u662F\u5426\u53EF\u4EE5\u9009\u62E9 "),
|
|
96
|
-
|
|
94
|
+
_cache[2] || (_cache[2] = vue.createElementVNode("div", { class: "check-box" }, null, -1))
|
|
97
95
|
], 64)) : vue.createCommentVNode("v-if", true)
|
|
98
96
|
])
|
|
99
97
|
]);
|
|
@@ -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
|
-
vue.createTextVNode(" \u672C\u5730\u4E0A\u4F20 ")
|
|
49
|
+
_cache[0] || (_cache[0] = 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(() => _cache[7] || (_cache[7] = [
|
|
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(() => _cache[8] || (_cache[8] = [
|
|
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(() => _cache[9] || (_cache[9] = [
|
|
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
|
-
vue.createTextVNode(" \u4E0A\u4F20 ")
|
|
297
|
+
_cache[10] || (_cache[10] = 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(() => _cache[3] || (_cache[3] = [
|
|
132
132
|
vue.createTextVNode(" \u91CD\u7F6E ")
|
|
133
|
-
]),
|
|
133
|
+
])),
|
|
134
134
|
_: 1
|
|
135
135
|
})) : vue.createCommentVNode("v-if", true)
|
|
136
136
|
])
|
|
@@ -3,7 +3,6 @@ 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);
|
|
7
6
|
const _sfc_main = vue.defineComponent({
|
|
8
7
|
__name: "SubList",
|
|
9
8
|
props: {
|
|
@@ -56,10 +55,10 @@ const _sfc_main = vue.defineComponent({
|
|
|
56
55
|
key: 0,
|
|
57
56
|
class: "item-load-more",
|
|
58
57
|
onClick: loadMore
|
|
59
|
-
}, [
|
|
60
|
-
|
|
58
|
+
}, _cache[0] || (_cache[0] = [
|
|
59
|
+
vue.createElementVNode("img", { src: sys_load_more }, null, -1),
|
|
61
60
|
vue.createTextVNode(" \u70B9\u51FB\u52A0\u8F7D\u66F4\u591A ")
|
|
62
|
-
])) : vue.createCommentVNode("v-if", true)
|
|
61
|
+
]))) : vue.createCommentVNode("v-if", true)
|
|
63
62
|
])
|
|
64
63
|
], 2112);
|
|
65
64
|
};
|
|
@@ -9,7 +9,6 @@ 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);
|
|
13
12
|
const _sfc_main = vue.defineComponent({
|
|
14
13
|
__name: "index",
|
|
15
14
|
emits: ["confirm"],
|
|
@@ -81,7 +80,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
81
80
|
}, [
|
|
82
81
|
sceniro.data && sceniro.data.length > 0 ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
83
82
|
vue.createElementVNode("div", _hoisted_2, [
|
|
84
|
-
|
|
83
|
+
_cache[0] || (_cache[0] = vue.createElementVNode("div", { class: "line" }, null, -1)),
|
|
85
84
|
vue.createTextVNode(" " + vue.toDisplayString(sceniro.scenario_name), 1)
|
|
86
85
|
]),
|
|
87
86
|
vue.createCommentVNode(" \u5185\u7F6E\u7D20\u6750 - \u573A\u666F\u5217\u8868 "),
|
|
@@ -28,40 +28,31 @@ const _hoisted_7 = {
|
|
|
28
28
|
key: 0,
|
|
29
29
|
class: "tip"
|
|
30
30
|
};
|
|
31
|
-
const _hoisted_8 =
|
|
32
|
-
const _hoisted_9 = {
|
|
33
|
-
const _hoisted_10 = {
|
|
31
|
+
const _hoisted_8 = { class: "thumbbox" };
|
|
32
|
+
const _hoisted_9 = {
|
|
34
33
|
key: 2,
|
|
35
34
|
class: "title"
|
|
36
35
|
};
|
|
37
|
-
const
|
|
38
|
-
const
|
|
39
|
-
_hoisted_11
|
|
40
|
-
];
|
|
41
|
-
const _hoisted_13 = { key: 0 };
|
|
42
|
-
const _hoisted_14 = {
|
|
36
|
+
const _hoisted_10 = { key: 0 };
|
|
37
|
+
const _hoisted_11 = {
|
|
43
38
|
key: 0,
|
|
44
39
|
class: "star"
|
|
45
40
|
};
|
|
46
|
-
const
|
|
47
|
-
const
|
|
41
|
+
const _hoisted_12 = { key: 1 };
|
|
42
|
+
const _hoisted_13 = {
|
|
48
43
|
key: 2,
|
|
49
44
|
class: "tip",
|
|
50
45
|
style: { "margin-left": "10px" }
|
|
51
46
|
};
|
|
52
|
-
const
|
|
53
|
-
const
|
|
47
|
+
const _hoisted_14 = { class: "thumbbox" };
|
|
48
|
+
const _hoisted_15 = {
|
|
54
49
|
key: 0,
|
|
55
50
|
class: "tip"
|
|
56
51
|
};
|
|
57
|
-
const
|
|
52
|
+
const _hoisted_16 = {
|
|
58
53
|
key: 1,
|
|
59
54
|
class: "title"
|
|
60
55
|
};
|
|
61
|
-
const _hoisted_20 = /* @__PURE__ */ vue.createElementVNode("span", null, "\u56FE\u7247\u80CC\u666F\u989C\u8272", -1);
|
|
62
|
-
const _hoisted_21 = [
|
|
63
|
-
_hoisted_20
|
|
64
|
-
];
|
|
65
56
|
const _sfc_main = vue.defineComponent({
|
|
66
57
|
...{ name: "selectThumb" },
|
|
67
58
|
__name: "component",
|
|
@@ -492,7 +483,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
492
483
|
class: "title",
|
|
493
484
|
style: vue.normalizeStyle({ width: _ctx.offset })
|
|
494
485
|
}, [
|
|
495
|
-
|
|
486
|
+
_cache[11] || (_cache[11] = vue.createElementVNode("span", { style: { "margin-right": "10px" } }, "\u72EC\u7ACB\u8F6E\u64AD\u56FE", -1)),
|
|
496
487
|
vue.createCommentVNode(" \u4E0A\u4E0B\u5E03\u5C40\u5F00\u5173\u5728\u6807\u9898\u540E "),
|
|
497
488
|
!_ctx.flex ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Switch), {
|
|
498
489
|
key: 0,
|
|
@@ -501,7 +492,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
501
492
|
size: "small"
|
|
502
493
|
}, null, 8, ["modelValue"])) : vue.createCommentVNode("v-if", true)
|
|
503
494
|
], 4),
|
|
504
|
-
vue.createElementVNode("div",
|
|
495
|
+
vue.createElementVNode("div", _hoisted_8, [
|
|
505
496
|
vue.createCommentVNode(" \u5DE6\u53F3\u5E03\u5C40\u5F00\u5173\u663E\u793A "),
|
|
506
497
|
_ctx.flex ? (vue.openBlock(), vue.createBlock(vue.unref(webVue.Switch), {
|
|
507
498
|
key: 0,
|
|
@@ -524,7 +515,9 @@ const _sfc_main = vue.defineComponent({
|
|
|
524
515
|
onUploadLocal: _cache[6] || (_cache[6] = (cb) => _ctx.$emit("upload", cb)),
|
|
525
516
|
onOpen: openDialogMediaSelection
|
|
526
517
|
}, null, 8, ["data", "parentRef", "preview-list", "is-popover"])) : vue.createCommentVNode("v-if", true),
|
|
527
|
-
hasBanner.value && styleData.value.banner_theme_color ? (vue.openBlock(), vue.createElementBlock("div",
|
|
518
|
+
hasBanner.value && styleData.value.banner_theme_color ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_9, _cache[12] || (_cache[12] = [
|
|
519
|
+
vue.createElementVNode("span", null, "\u72EC\u7ACB\u8F6E\u64AD\u56FE\u80CC\u666F\u989C\u8272", -1)
|
|
520
|
+
]))) : vue.createCommentVNode("v-if", true),
|
|
528
521
|
vue.createCommentVNode(" banner\u8C03\u8272\u677F "),
|
|
529
522
|
hasBanner.value ? (vue.openBlock(), vue.createBlock(colorPalette, {
|
|
530
523
|
key: 3,
|
|
@@ -542,13 +535,13 @@ const _sfc_main = vue.defineComponent({
|
|
|
542
535
|
class: "title",
|
|
543
536
|
style: vue.normalizeStyle({ width: _ctx.offset })
|
|
544
537
|
}, [
|
|
545
|
-
docSeriesShowTopThemeColor.value ? (vue.openBlock(), vue.createElementBlock("span",
|
|
546
|
-
_ctx.topImageTitleValid ? (vue.openBlock(), vue.createElementBlock("span",
|
|
538
|
+
docSeriesShowTopThemeColor.value ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_10, [
|
|
539
|
+
_ctx.topImageTitleValid ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_11, "*")) : vue.createCommentVNode("v-if", true),
|
|
547
540
|
vue.createElementVNode("span", null, vue.toDisplayString(_ctx.topImageTitle || "\u5C01\u9762\u5934\u56FE"), 1)
|
|
548
|
-
])) : (vue.openBlock(), vue.createElementBlock("span",
|
|
549
|
-
!_ctx.flex ? (vue.openBlock(), vue.createElementBlock("span",
|
|
541
|
+
])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_12, "PC\u5C01\u9762\u56FE")),
|
|
542
|
+
!_ctx.flex ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_13, " (\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px) ")) : vue.createCommentVNode("v-if", true)
|
|
550
543
|
], 4),
|
|
551
|
-
vue.createElementVNode("div",
|
|
544
|
+
vue.createElementVNode("div", _hoisted_14, [
|
|
552
545
|
vue.createVNode(card, {
|
|
553
546
|
id: `pc-banner-card`,
|
|
554
547
|
data: pcBanner.value,
|
|
@@ -562,8 +555,10 @@ const _sfc_main = vue.defineComponent({
|
|
|
562
555
|
onUploadLocal: _cache[8] || (_cache[8] = (cb) => _ctx.$emit("upload", cb)),
|
|
563
556
|
onOpen: openDialogMediaSelection
|
|
564
557
|
}, null, 8, ["data", "parentRef", "previewList", "is-popover"]),
|
|
565
|
-
_ctx.flex ? (vue.openBlock(), vue.createElementBlock("span",
|
|
566
|
-
docSeriesShowTopThemeColor.value && styleData.value.top_theme_color ? (vue.openBlock(), vue.createElementBlock("div",
|
|
558
|
+
_ctx.flex ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_15, "(\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px)")) : vue.createCommentVNode("v-if", true),
|
|
559
|
+
docSeriesShowTopThemeColor.value && styleData.value.top_theme_color ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_16, _cache[13] || (_cache[13] = [
|
|
560
|
+
vue.createElementVNode("span", null, "\u56FE\u7247\u80CC\u666F\u989C\u8272", -1)
|
|
561
|
+
]))) : vue.createCommentVNode("v-if", true),
|
|
567
562
|
docSeriesShowTopThemeColor.value ? (vue.openBlock(), vue.createBlock(colorPalette, {
|
|
568
563
|
key: 2,
|
|
569
564
|
model: "top",
|
|
@@ -573,7 +568,7 @@ const _sfc_main = vue.defineComponent({
|
|
|
573
568
|
])
|
|
574
569
|
], 2)
|
|
575
570
|
], 64)) : vue.createCommentVNode("v-if", true),
|
|
576
|
-
vue.createCommentVNode(" 2024.9.2 dyz\uFF1A\u5F03\u7528\u65E7\u5F39\u7A97 "),
|
|
571
|
+
vue.createCommentVNode(" 2024.9.2 v3.7.0 dyz\uFF1A\u5F03\u7528\u65E7\u5F39\u7A97 "),
|
|
577
572
|
vue.createCommentVNode(` <resourceModal
|
|
578
573
|
v-model:dialogVisible="dialogMediaSelectionShow"
|
|
579
574
|
:preview="false"
|
|
@@ -583,17 +578,18 @@ const _sfc_main = vue.defineComponent({
|
|
|
583
578
|
@submit="submitCallback"
|
|
584
579
|
@upload="(cb) => $emit('upload', cb)"
|
|
585
580
|
/> `),
|
|
586
|
-
vue.createCommentVNode(" 2024.9.2 dyz\uFF1A\u4F7F\u7528\
|
|
581
|
+
vue.createCommentVNode(" 2024.9.2 v3.7.0 dyz\uFF1A\u4F7F\u7528\u65B0\u5F39\u7A97 "),
|
|
587
582
|
dialogMediaSelectionShow.value ? (vue.openBlock(), vue.createBlock(component, {
|
|
588
583
|
key: 1,
|
|
589
584
|
visible: dialogMediaSelectionShow.value,
|
|
590
585
|
"onUpdate:visible": _cache[9] || (_cache[9] = ($event) => dialogMediaSelectionShow.value = $event),
|
|
591
586
|
maxcount: 1,
|
|
587
|
+
"media-use-type": _ctx.mediaUseType,
|
|
592
588
|
userInfo: { domain_id: 1, repository_id: 4 },
|
|
593
589
|
filterOptions: { mediaType: "image", mediaTypeStrict: true },
|
|
594
590
|
wrap: "modal",
|
|
595
591
|
onSubmit: submitCallback
|
|
596
|
-
}, null, 8, ["visible"])) : vue.createCommentVNode("v-if", true),
|
|
592
|
+
}, null, 8, ["visible", "media-use-type"])) : vue.createCommentVNode("v-if", true),
|
|
597
593
|
refreshCrop.value ? (vue.openBlock(), vue.createBlock(component$1, {
|
|
598
594
|
key: 2,
|
|
599
595
|
visible: dialogCropperShow.value,
|
|
@@ -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(() => _cache[1] || (_cache[1] = [
|
|
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(() => _cache[2] || (_cache[2] = [
|
|
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(() => _cache[0] || (_cache[0] = [
|
|
230
230
|
vue.createTextVNode("\u5168\u90E8\u6E05\u9664")
|
|
231
|
-
]),
|
|
231
|
+
])),
|
|
232
232
|
_: 1
|
|
233
233
|
})
|
|
234
234
|
]),
|