sun-card-design 1.2.2 → 1.2.4
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/dist/mobile/sun-card-design-mobile.es10.js +13 -7
- package/dist/mobile/sun-card-design-mobile.es11.js +19 -12
- package/dist/mobile/sun-card-design-mobile.es12.js +11 -9
- package/dist/mobile/sun-card-design-mobile.es13.js +28 -22
- package/dist/mobile/sun-card-design-mobile.es14.js +13 -7
- package/dist/mobile/sun-card-design-mobile.es15.js +43 -23
- package/dist/mobile/sun-card-design-mobile.es16.js +13 -7
- package/dist/mobile/sun-card-design-mobile.es17.js +14 -8
- package/dist/mobile/sun-card-design-mobile.es18.js +14 -8
- package/dist/mobile/sun-card-design-mobile.es19.js +21 -11
- package/dist/mobile/sun-card-design-mobile.es20.js +45 -17
- package/dist/mobile/sun-card-design-mobile.es21.js +16 -9
- package/dist/mobile/sun-card-design-mobile.es22.js +19 -12
- package/dist/mobile/sun-card-design-mobile.es23.js +16 -9
- package/dist/mobile/sun-card-design-mobile.es24.js +80 -21
- package/dist/mobile/sun-card-design-mobile.es3.js +41 -28
- package/dist/mobile/sun-card-design-mobile.es37.js +19 -18
- package/dist/mobile/sun-card-design-mobile.es4.js +54 -32
- package/dist/mobile/sun-card-design-mobile.es5.js +27 -18
- package/dist/mobile/sun-card-design-mobile.es55.js +26 -29
- package/dist/mobile/sun-card-design-mobile.es56.js +21 -20
- package/dist/mobile/sun-card-design-mobile.es57.js +44 -25
- package/dist/mobile/sun-card-design-mobile.es58.js +43 -23
- package/dist/mobile/sun-card-design-mobile.es59.js +38 -21
- package/dist/mobile/sun-card-design-mobile.es6.js +32 -18
- package/dist/mobile/sun-card-design-mobile.es60.js +38 -21
- package/dist/mobile/sun-card-design-mobile.es65.js +33 -0
- package/dist/mobile/sun-card-design-mobile.es7.js +41 -35
- package/dist/mobile/sun-card-design-mobile.es8.js +28 -22
- package/dist/mobile/sun-card-design-mobile.es9.js +21 -12
- package/dist/pc/sun-card-design-pc.es10.js +13 -7
- package/dist/pc/sun-card-design-pc.es11.js +19 -12
- package/dist/pc/sun-card-design-pc.es12.js +11 -9
- package/dist/pc/sun-card-design-pc.es13.js +28 -22
- package/dist/pc/sun-card-design-pc.es14.js +13 -7
- package/dist/pc/sun-card-design-pc.es15.js +43 -23
- package/dist/pc/sun-card-design-pc.es16.js +13 -7
- package/dist/pc/sun-card-design-pc.es17.js +14 -8
- package/dist/pc/sun-card-design-pc.es18.js +14 -8
- package/dist/pc/sun-card-design-pc.es19.js +21 -11
- package/dist/pc/sun-card-design-pc.es2.js +11 -2
- package/dist/pc/sun-card-design-pc.es20.js +45 -17
- package/dist/pc/sun-card-design-pc.es21.js +16 -9
- package/dist/pc/sun-card-design-pc.es22.js +19 -12
- package/dist/pc/sun-card-design-pc.es23.js +16 -9
- package/dist/pc/sun-card-design-pc.es24.js +80 -21
- package/dist/pc/sun-card-design-pc.es3.js +41 -28
- package/dist/pc/sun-card-design-pc.es37.js +19 -18
- package/dist/pc/sun-card-design-pc.es4.js +54 -32
- package/dist/pc/sun-card-design-pc.es5.js +27 -18
- package/dist/pc/sun-card-design-pc.es55.js +26 -29
- package/dist/pc/sun-card-design-pc.es56.js +21 -20
- package/dist/pc/sun-card-design-pc.es57.js +44 -25
- package/dist/pc/sun-card-design-pc.es58.js +43 -23
- package/dist/pc/sun-card-design-pc.es59.js +38 -21
- package/dist/pc/sun-card-design-pc.es6.js +32 -18
- package/dist/pc/sun-card-design-pc.es60.js +38 -21
- package/dist/pc/sun-card-design-pc.es65.js +33 -0
- package/dist/pc/sun-card-design-pc.es7.js +41 -35
- package/dist/pc/sun-card-design-pc.es8.js +28 -22
- package/dist/pc/sun-card-design-pc.es9.js +21 -12
- package/dist/public/sun-card-design.css +1 -1
- package/package.json +1 -1
- package/dist/mobile/sun-card-design-mobile.es61.js +0 -162
|
@@ -1,14 +1,25 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { useCssVars, computed, ref, watch, resolveComponent, createElementBlock, openBlock, createElementVNode, createVNode, withCtx, TransitionGroup, Fragment, renderList, createBlock, normalizeStyle, Transition, createCommentVNode } from "vue";
|
|
2
2
|
import FormItem from "./sun-card-design-mobile.es25.js";
|
|
3
3
|
/* empty css */
|
|
4
4
|
import _export_sfc from "./sun-card-design-mobile.es28.js";
|
|
5
|
-
const _hoisted_1 = { class: "
|
|
6
|
-
const _hoisted_2 =
|
|
5
|
+
const _hoisted_1 = { class: "main-grid" };
|
|
6
|
+
const _hoisted_2 = { class: "expand-list-container" };
|
|
7
|
+
const _hoisted_3 = ["onClick"];
|
|
7
8
|
const _sfc_main = {
|
|
8
9
|
__name: "multipleLine",
|
|
9
10
|
props: ["record", "recordData", "columnsIndex"],
|
|
10
11
|
emits: ["clickEvent", "clickColumnsEvent", "fileUpdateEvent"],
|
|
11
12
|
setup(__props, { emit: __emit }) {
|
|
13
|
+
useCssVars((_ctx) => ({
|
|
14
|
+
"v4ea7c6cc": mainBackground.value,
|
|
15
|
+
"v717295b4": boxBackground.value,
|
|
16
|
+
"v3ff7e7b2": boxBorder.value,
|
|
17
|
+
"v43b732e4": boxBorderRadius.value,
|
|
18
|
+
"ea198d6a": boxPadding.value,
|
|
19
|
+
"v7ffc2562": boxJustifyContent.value,
|
|
20
|
+
"v037b965a": boxMinHeight.value,
|
|
21
|
+
"v5c8feca6": boxShadow.value
|
|
22
|
+
}));
|
|
12
23
|
const props = __props;
|
|
13
24
|
const emit = __emit;
|
|
14
25
|
const currentDisplayCount = ref(0);
|
|
@@ -66,7 +77,7 @@ const _sfc_main = {
|
|
|
66
77
|
function isGradientColor(color) {
|
|
67
78
|
return /^(linear|radial)-gradient\(.*\)$/.test(color);
|
|
68
79
|
}
|
|
69
|
-
const
|
|
80
|
+
const mainBackground = computed(() => {
|
|
70
81
|
if (!props.recordData?.config?.background) {
|
|
71
82
|
return "transparent";
|
|
72
83
|
}
|
|
@@ -75,14 +86,29 @@ const _sfc_main = {
|
|
|
75
86
|
}
|
|
76
87
|
return props.recordData.config.background;
|
|
77
88
|
});
|
|
89
|
+
const boxBackground = computed(() => props.record.options.style?.background);
|
|
90
|
+
const boxBorder = computed(() => {
|
|
91
|
+
const borderColor = props.record.options.style?.borderColor;
|
|
92
|
+
if (borderColor === "none") return "none";
|
|
93
|
+
return `1px solid ${borderColor || "transparent"}`;
|
|
94
|
+
});
|
|
95
|
+
const boxBorderRadius = computed(() => `${props.record.options.style?.borderRadius}px`);
|
|
96
|
+
const boxPadding = computed(() => {
|
|
97
|
+
const tb = props.record.options.style?.tbPadding;
|
|
98
|
+
const lr = props.record.options.style?.lrPadding;
|
|
99
|
+
return `${tb}px ${lr}px`;
|
|
100
|
+
});
|
|
101
|
+
const boxJustifyContent = computed(() => props.record.options.style?.alignItems || "start");
|
|
102
|
+
const boxMinHeight = computed(() => {
|
|
103
|
+
const minH = props.record.options.style?.minHeight;
|
|
104
|
+
return minH ? `${minH}px` : "48px";
|
|
105
|
+
});
|
|
106
|
+
const boxShadow = computed(() => props.record.options.style?.boxShadow || null);
|
|
78
107
|
return (_ctx, _cache) => {
|
|
79
108
|
const _component_a_col = resolveComponent("a-col");
|
|
80
109
|
const _component_a_row = resolveComponent("a-row");
|
|
81
|
-
return openBlock(), createElementBlock("div",
|
|
82
|
-
|
|
83
|
-
style: normalizeStyle({ background: getBackground.value })
|
|
84
|
-
}, [
|
|
85
|
-
createElementVNode("div", _hoisted_1, [
|
|
110
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
111
|
+
createElementVNode("div", _hoisted_2, [
|
|
86
112
|
createVNode(_component_a_row, {
|
|
87
113
|
gutter: [props.record.options.style.lrGutter, props.record.options.style.tbGutter]
|
|
88
114
|
}, {
|
|
@@ -106,15 +132,6 @@ const _sfc_main = {
|
|
|
106
132
|
default: withCtx(() => [
|
|
107
133
|
createElementVNode("div", {
|
|
108
134
|
class: "box",
|
|
109
|
-
style: normalizeStyle({
|
|
110
|
-
background: props.record.options.style?.background,
|
|
111
|
-
border: props.record.options.style?.borderColor === "none" ? "none" : "1px solid " + (props.record.options.style?.borderColor || "transparent"),
|
|
112
|
-
borderRadius: props.record.options.style?.borderRadius + "px",
|
|
113
|
-
padding: props.record.options.style?.tbPadding + "px " + props.record.options.style?.lrPadding + "px",
|
|
114
|
-
justifyContent: props.record.options.style?.alignItems || "start",
|
|
115
|
-
minHeight: props.record.options.style?.minHeight + "px" || "48px",
|
|
116
|
-
boxShadow: props.record.options.style?.boxShadow || null
|
|
117
|
-
}),
|
|
118
135
|
onClick: ($event) => onClickColumns(item)
|
|
119
136
|
}, [
|
|
120
137
|
(openBlock(true), createElementBlock(Fragment, null, renderList(item.list, (element, index2) => {
|
|
@@ -128,7 +145,7 @@ const _sfc_main = {
|
|
|
128
145
|
onClickColumnsEvent: onClickColumns
|
|
129
146
|
}, null, 8, ["record", "recordData", "columnsIndex"]);
|
|
130
147
|
}), 128))
|
|
131
|
-
],
|
|
148
|
+
], 8, _hoisted_3)
|
|
132
149
|
]),
|
|
133
150
|
_: 2
|
|
134
151
|
}, 1032, ["flex", "style"]);
|
|
@@ -152,11 +169,11 @@ const _sfc_main = {
|
|
|
152
169
|
]),
|
|
153
170
|
_: 1
|
|
154
171
|
})
|
|
155
|
-
]
|
|
172
|
+
]);
|
|
156
173
|
};
|
|
157
174
|
}
|
|
158
175
|
};
|
|
159
|
-
const MultipleLine = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
176
|
+
const MultipleLine = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a2abd56b"]]);
|
|
160
177
|
export {
|
|
161
178
|
MultipleLine as default
|
|
162
179
|
};
|
|
@@ -1,13 +1,24 @@
|
|
|
1
|
-
import { ref, watch, createElementBlock, openBlock,
|
|
1
|
+
import { useCssVars, computed, ref, watch, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
2
|
import { renderTextByVariables } from "./sun-card-design-mobile.es26.js";
|
|
3
3
|
import { IMG } from "./sun-card-design-mobile.es32.js";
|
|
4
4
|
/* empty css */
|
|
5
5
|
import _export_sfc from "./sun-card-design-mobile.es28.js";
|
|
6
|
+
const _hoisted_1 = { class: "main-picture" };
|
|
6
7
|
const _sfc_main = {
|
|
7
8
|
__name: "pictureComp",
|
|
8
9
|
props: ["record", "columnsIndex"],
|
|
9
10
|
emits: ["clickEvent"],
|
|
10
11
|
setup(__props, { emit: __emit }) {
|
|
12
|
+
useCssVars((_ctx) => ({
|
|
13
|
+
"v7d193be8": mainPadding.value,
|
|
14
|
+
"v8d70cd24": mainJustifyContent.value,
|
|
15
|
+
"v4a05b1f0": pictureBorderRadius.value,
|
|
16
|
+
"v72e847f4": pictureWidth.value,
|
|
17
|
+
"v5f5c868e": pictureHeight.value,
|
|
18
|
+
"v07f5297b": pictureBackgroundImage.value,
|
|
19
|
+
"v52dadbe1": pictureBackgroundSize.value,
|
|
20
|
+
"v49268241": pictureAspectRatio.value
|
|
21
|
+
}));
|
|
11
22
|
const props = __props;
|
|
12
23
|
const emit = __emit;
|
|
13
24
|
const currentImageUrl = ref(IMG);
|
|
@@ -27,6 +38,22 @@ const _sfc_main = {
|
|
|
27
38
|
emit("clickEvent", props.record);
|
|
28
39
|
}
|
|
29
40
|
};
|
|
41
|
+
const mainPadding = computed(() => {
|
|
42
|
+
const tb = props.record.options?.style?.tbPadding ?? 0;
|
|
43
|
+
const lr = props.record.options?.style?.lrPadding ?? 0;
|
|
44
|
+
return `${tb}px ${lr}px`;
|
|
45
|
+
});
|
|
46
|
+
const mainJustifyContent = computed(() => props.record.options.style.justifyContent);
|
|
47
|
+
const pictureWidth = computed(
|
|
48
|
+
() => props.record.options.style.mode === "fixed" ? props.record.options.style.width + "px" : "100%"
|
|
49
|
+
);
|
|
50
|
+
const pictureHeight = computed(() => getHeight());
|
|
51
|
+
const pictureBackgroundImage = computed(() => `url(${currentImageUrl.value})`);
|
|
52
|
+
const pictureBackgroundSize = computed(() => props.record.options.style.cuttingMode);
|
|
53
|
+
const pictureAspectRatio = computed(() => getAspectRatio());
|
|
54
|
+
const pictureBorderRadius = computed(
|
|
55
|
+
() => props.record.options.style.borderRadius + "px"
|
|
56
|
+
);
|
|
30
57
|
const getHeight = () => {
|
|
31
58
|
const mode = props.record.options.style.mode;
|
|
32
59
|
const width = props.record.options.style.width;
|
|
@@ -69,29 +96,16 @@ const _sfc_main = {
|
|
|
69
96
|
img.src = url;
|
|
70
97
|
}
|
|
71
98
|
return (_ctx, _cache) => {
|
|
72
|
-
return openBlock(), createElementBlock("div",
|
|
73
|
-
class: "main-picture",
|
|
74
|
-
style: normalizeStyle({ "justify-content": props.record.options.style.justifyContent, padding: `${props.record.options?.style?.tbPadding || 0}px ${props.record.options?.style?.lrPadding || 0}px` })
|
|
75
|
-
}, [
|
|
99
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
76
100
|
createElementVNode("div", {
|
|
77
101
|
class: "picture-container",
|
|
78
|
-
style: normalizeStyle({
|
|
79
|
-
width: props.record.options.style.mode === "fixed" ? props.record.options.style.width + "px" : "100%",
|
|
80
|
-
height: getHeight(),
|
|
81
|
-
backgroundImage: `url(${currentImageUrl.value})`,
|
|
82
|
-
backgroundSize: props.record.options.style.cuttingMode,
|
|
83
|
-
backgroundPosition: "center",
|
|
84
|
-
backgroundRepeat: "no-repeat",
|
|
85
|
-
aspectRatio: getAspectRatio(),
|
|
86
|
-
borderRadius: props.record.options.style.borderRadius + "px"
|
|
87
|
-
}),
|
|
88
102
|
onClick
|
|
89
|
-
}
|
|
90
|
-
]
|
|
103
|
+
})
|
|
104
|
+
]);
|
|
91
105
|
};
|
|
92
106
|
}
|
|
93
107
|
};
|
|
94
|
-
const Picture = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
108
|
+
const Picture = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-3c52305a"]]);
|
|
95
109
|
export {
|
|
96
110
|
Picture as default
|
|
97
111
|
};
|
|
@@ -1,14 +1,25 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { useCssVars, computed, ref, watch, resolveComponent, createElementBlock, openBlock, createElementVNode, createVNode, withCtx, TransitionGroup, Fragment, renderList, createBlock, normalizeStyle, Transition, createCommentVNode } from "vue";
|
|
2
2
|
import FormItem from "./sun-card-design-mobile.es25.js";
|
|
3
3
|
/* empty css */
|
|
4
4
|
import _export_sfc from "./sun-card-design-mobile.es28.js";
|
|
5
|
-
const _hoisted_1 = { class: "
|
|
6
|
-
const _hoisted_2 =
|
|
5
|
+
const _hoisted_1 = { class: "main-grid" };
|
|
6
|
+
const _hoisted_2 = { class: "expand-list-container" };
|
|
7
|
+
const _hoisted_3 = ["onClick"];
|
|
7
8
|
const _sfc_main = {
|
|
8
9
|
__name: "gridList",
|
|
9
10
|
props: ["record", "recordData", "columnsIndex"],
|
|
10
11
|
emits: ["clickEvent", "clickColumnsEvent", "fileUpdateEvent"],
|
|
11
12
|
setup(__props, { emit: __emit }) {
|
|
13
|
+
useCssVars((_ctx) => ({
|
|
14
|
+
"e795ea16": mainBackground.value,
|
|
15
|
+
"v52f0af2a": boxBackground.value,
|
|
16
|
+
"v35f8ede9": boxBorder.value,
|
|
17
|
+
"v905b184a": boxBorderRadius.value,
|
|
18
|
+
"v5512f9f4": boxPadding.value,
|
|
19
|
+
"cb5e66f4": boxJustifyContent.value,
|
|
20
|
+
"v81172188": boxMinHeight.value,
|
|
21
|
+
"v5290f2dd": boxShadow.value
|
|
22
|
+
}));
|
|
12
23
|
const props = __props;
|
|
13
24
|
const emit = __emit;
|
|
14
25
|
const currentDisplayRows = ref(0);
|
|
@@ -66,7 +77,7 @@ const _sfc_main = {
|
|
|
66
77
|
function isGradientColor(color) {
|
|
67
78
|
return /^(linear|radial)-gradient\(.*\)$/.test(color);
|
|
68
79
|
}
|
|
69
|
-
const
|
|
80
|
+
const mainBackground = computed(() => {
|
|
70
81
|
if (!props.recordData?.config?.background) {
|
|
71
82
|
return "transparent";
|
|
72
83
|
}
|
|
@@ -75,14 +86,29 @@ const _sfc_main = {
|
|
|
75
86
|
}
|
|
76
87
|
return props.recordData.config.background;
|
|
77
88
|
});
|
|
89
|
+
const boxBackground = computed(() => props.record.options.style?.background);
|
|
90
|
+
const boxBorder = computed(() => {
|
|
91
|
+
const borderColor = props.record.options.style?.borderColor;
|
|
92
|
+
if (borderColor === "none") return "none";
|
|
93
|
+
return `1px solid ${borderColor || "transparent"}`;
|
|
94
|
+
});
|
|
95
|
+
const boxBorderRadius = computed(() => `${props.record.options.style?.borderRadius}px`);
|
|
96
|
+
const boxPadding = computed(() => {
|
|
97
|
+
const tb = props.record.options.style?.tbPadding;
|
|
98
|
+
const lr = props.record.options.style?.lrPadding;
|
|
99
|
+
return `${tb}px ${lr}px`;
|
|
100
|
+
});
|
|
101
|
+
const boxJustifyContent = computed(() => props.record.options.style?.alignItems || "start");
|
|
102
|
+
const boxMinHeight = computed(() => {
|
|
103
|
+
const minH = props.record.options.style?.minHeight;
|
|
104
|
+
return minH ? `${minH}px` : "48px";
|
|
105
|
+
});
|
|
106
|
+
const boxShadow = computed(() => props.record.options.style?.boxShadow || null);
|
|
78
107
|
return (_ctx, _cache) => {
|
|
79
108
|
const _component_a_col = resolveComponent("a-col");
|
|
80
109
|
const _component_a_row = resolveComponent("a-row");
|
|
81
|
-
return openBlock(), createElementBlock("div",
|
|
82
|
-
|
|
83
|
-
style: normalizeStyle({ background: getBackground.value })
|
|
84
|
-
}, [
|
|
85
|
-
createElementVNode("div", _hoisted_1, [
|
|
110
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
111
|
+
createElementVNode("div", _hoisted_2, [
|
|
86
112
|
createVNode(_component_a_row, {
|
|
87
113
|
gutter: [props.record.options.style.lrGutter, props.record.options.style.tbGutter]
|
|
88
114
|
}, {
|
|
@@ -106,15 +132,6 @@ const _sfc_main = {
|
|
|
106
132
|
default: withCtx(() => [
|
|
107
133
|
createElementVNode("div", {
|
|
108
134
|
class: "box",
|
|
109
|
-
style: normalizeStyle({
|
|
110
|
-
background: props.record.options.style?.background,
|
|
111
|
-
border: props.record.options.style?.borderColor === "none" ? "none" : "1px solid " + (props.record.options.style?.borderColor || "transparent"),
|
|
112
|
-
borderRadius: props.record.options.style?.borderRadius + "px",
|
|
113
|
-
padding: props.record.options.style?.tbPadding + "px " + props.record.options.style?.lrPadding + "px",
|
|
114
|
-
justifyContent: props.record.options.style?.alignItems || "start",
|
|
115
|
-
minHeight: props.record.options.style?.minHeight + "px" || "48px",
|
|
116
|
-
boxShadow: props.record.options.style?.boxShadow || null
|
|
117
|
-
}),
|
|
118
135
|
onClick: ($event) => onClickColumns(item)
|
|
119
136
|
}, [
|
|
120
137
|
(openBlock(true), createElementBlock(Fragment, null, renderList(item.list, (element, index2) => {
|
|
@@ -128,7 +145,7 @@ const _sfc_main = {
|
|
|
128
145
|
onClickColumnsEvent: onClickColumns
|
|
129
146
|
}, null, 8, ["record", "recordData", "columnsIndex"]);
|
|
130
147
|
}), 128))
|
|
131
|
-
],
|
|
148
|
+
], 8, _hoisted_3)
|
|
132
149
|
]),
|
|
133
150
|
_: 2
|
|
134
151
|
}, 1032, ["flex", "span", "style"]);
|
|
@@ -152,11 +169,11 @@ const _sfc_main = {
|
|
|
152
169
|
]),
|
|
153
170
|
_: 1
|
|
154
171
|
})
|
|
155
|
-
]
|
|
172
|
+
]);
|
|
156
173
|
};
|
|
157
174
|
}
|
|
158
175
|
};
|
|
159
|
-
const GridList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
176
|
+
const GridList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-eba68839"]]);
|
|
160
177
|
export {
|
|
161
178
|
GridList as default
|
|
162
179
|
};
|
|
@@ -84,6 +84,39 @@ const customIcon = {
|
|
|
84
84
|
src: "https://lf-coze-web-cdn.coze.cn/obj/coze-web-cn/ui-builder/img/grid2.png"
|
|
85
85
|
}
|
|
86
86
|
])
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
id: "-4",
|
|
90
|
+
name: "X轴-Test4",
|
|
91
|
+
type: "Array",
|
|
92
|
+
defaultValue: JSON.stringify(["水", "木", "火", "土", "金"])
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
id: "-5",
|
|
96
|
+
name: "Y轴-Test5",
|
|
97
|
+
type: "Array",
|
|
98
|
+
defaultValue: JSON.stringify([
|
|
99
|
+
{
|
|
100
|
+
"name": "数据a",
|
|
101
|
+
"data": [
|
|
102
|
+
2,
|
|
103
|
+
4,
|
|
104
|
+
6,
|
|
105
|
+
8,
|
|
106
|
+
9
|
|
107
|
+
]
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"name": "数据b",
|
|
111
|
+
"data": [
|
|
112
|
+
1,
|
|
113
|
+
3,
|
|
114
|
+
5,
|
|
115
|
+
7,
|
|
116
|
+
10
|
|
117
|
+
]
|
|
118
|
+
}
|
|
119
|
+
])
|
|
87
120
|
}
|
|
88
121
|
];
|
|
89
122
|
export {
|
|
@@ -1,14 +1,31 @@
|
|
|
1
|
-
import { resolveComponent, createElementBlock, openBlock,
|
|
1
|
+
import { useCssVars, computed, resolveComponent, createElementBlock, openBlock, createElementVNode, createCommentVNode, unref, normalizeClass, toDisplayString, createVNode, withCtx, createTextVNode } from "vue";
|
|
2
2
|
import { fileIconSvg } from "./sun-card-design-mobile.es34.js";
|
|
3
3
|
import { renderTextByVariables } from "./sun-card-design-mobile.es26.js";
|
|
4
4
|
/* empty css */
|
|
5
5
|
import _export_sfc from "./sun-card-design-mobile.es28.js";
|
|
6
|
-
const _hoisted_1 =
|
|
6
|
+
const _hoisted_1 = { class: "main-title" };
|
|
7
|
+
const _hoisted_2 = ["innerHTML"];
|
|
8
|
+
const _hoisted_3 = {
|
|
9
|
+
key: 0,
|
|
10
|
+
class: "subtitle"
|
|
11
|
+
};
|
|
12
|
+
const _hoisted_4 = { class: "content" };
|
|
7
13
|
const _sfc_main = {
|
|
8
14
|
__name: "fileComp",
|
|
9
15
|
props: ["record", "columnsIndex"],
|
|
10
16
|
emits: ["clickEvent", "fileUpdateEvent"],
|
|
11
17
|
setup(__props, { emit: __emit }) {
|
|
18
|
+
useCssVars((_ctx) => ({
|
|
19
|
+
"v28a3f134": mainPadding.value,
|
|
20
|
+
"c5dc5af4": iconColor.value,
|
|
21
|
+
"v75fd12ff": nameFontSize.value,
|
|
22
|
+
"v1cd0a414": nameFontWeight.value,
|
|
23
|
+
"v397d8fb4": nameColor.value,
|
|
24
|
+
"v2df3358c": subtitleFontSize.value,
|
|
25
|
+
"v3f0c4047": subtitleColor.value,
|
|
26
|
+
"v090d17a5": contentFontSize.value,
|
|
27
|
+
"v511e3cce": contentColor.value
|
|
28
|
+
}));
|
|
12
29
|
const props = __props;
|
|
13
30
|
const emit = __emit;
|
|
14
31
|
const onClick = () => {
|
|
@@ -19,12 +36,22 @@ const _sfc_main = {
|
|
|
19
36
|
};
|
|
20
37
|
const toPx = (v) => typeof v === "number" ? `${v}px` : v || void 0;
|
|
21
38
|
const colorSafe = (v) => v && typeof v === "string" ? v : "#000000";
|
|
39
|
+
const mainPadding = computed(() => {
|
|
40
|
+
const tb = props.record.options?.style?.tbPadding ?? 2;
|
|
41
|
+
const lr = props.record.options?.style?.lrPadding ?? 2;
|
|
42
|
+
return `${tb}px ${lr}px`;
|
|
43
|
+
});
|
|
44
|
+
const iconColor = computed(() => colorSafe(props.record.options.style.iconColor));
|
|
45
|
+
const nameFontSize = computed(() => toPx(props.record.options.style.nameSize));
|
|
46
|
+
const nameFontWeight = computed(() => props.record.options.style.nameWeight);
|
|
47
|
+
const nameColor = computed(() => colorSafe(props.record.options.style.nameColor));
|
|
48
|
+
const subtitleFontSize = computed(() => toPx(props.record.options.style.subtitleSize));
|
|
49
|
+
const subtitleColor = computed(() => colorSafe(props.record.options.style.subtitleColor));
|
|
50
|
+
const contentFontSize = computed(() => toPx(props.record.options.style.contentSize));
|
|
51
|
+
const contentColor = computed(() => colorSafe(props.record.options.style.contentColor));
|
|
22
52
|
return (_ctx, _cache) => {
|
|
23
53
|
const _component_a_button = resolveComponent("a-button");
|
|
24
|
-
return openBlock(), createElementBlock("div",
|
|
25
|
-
class: "main-title",
|
|
26
|
-
style: normalizeStyle({ padding: `${props.record.options?.style?.tbPadding || 2}px ${props.record.options?.style?.lrPadding || 2}px` })
|
|
27
|
-
}, [
|
|
54
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
28
55
|
createElementVNode("div", null, [
|
|
29
56
|
createElementVNode("div", {
|
|
30
57
|
class: "file-box",
|
|
@@ -32,38 +59,17 @@ const _sfc_main = {
|
|
|
32
59
|
}, [
|
|
33
60
|
createElementVNode("div", {
|
|
34
61
|
class: normalizeClass(["file-icon", { "align-center": !props.record.options.subtitle }]),
|
|
35
|
-
style: normalizeStyle({ color: colorSafe(props.record.options.style.iconColor) }),
|
|
36
62
|
innerHTML: unref(fileIconSvg)()
|
|
37
|
-
}, null,
|
|
63
|
+
}, null, 10, _hoisted_2),
|
|
38
64
|
createElementVNode("div", {
|
|
39
|
-
class: normalizeClass(["name", { "align-center": !props.record.options.subtitle }])
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
fontWeight: props.record.options.style.nameWeight,
|
|
43
|
-
color: colorSafe(props.record.options.style.nameColor)
|
|
44
|
-
})
|
|
45
|
-
}, toDisplayString(unref(renderTextByVariables)(props.record.options.defaultValue, props.columnsIndex)), 7),
|
|
46
|
-
props.record.options.subtitle ? (openBlock(), createElementBlock("div", {
|
|
47
|
-
key: 0,
|
|
48
|
-
class: "subtitle",
|
|
49
|
-
style: normalizeStyle({
|
|
50
|
-
fontSize: toPx(props.record.options.style.subtitleSize),
|
|
51
|
-
color: colorSafe(props.record.options.style.subtitleColor)
|
|
52
|
-
})
|
|
53
|
-
}, toDisplayString(unref(renderTextByVariables)(props.record.options.subtitle, props.columnsIndex)), 5)) : createCommentVNode("", true)
|
|
65
|
+
class: normalizeClass(["name", { "align-center": !props.record.options.subtitle }])
|
|
66
|
+
}, toDisplayString(unref(renderTextByVariables)(props.record.options.defaultValue, props.columnsIndex)), 3),
|
|
67
|
+
props.record.options.subtitle ? (openBlock(), createElementBlock("div", _hoisted_3, toDisplayString(unref(renderTextByVariables)(props.record.options.subtitle, props.columnsIndex)), 1)) : createCommentVNode("", true)
|
|
54
68
|
]),
|
|
55
|
-
createElementVNode("div",
|
|
56
|
-
class: "content",
|
|
57
|
-
style: normalizeStyle({
|
|
58
|
-
fontSize: toPx(props.record.options.style.contentSize),
|
|
59
|
-
marginTop: "6px",
|
|
60
|
-
marginLeft: "6px",
|
|
61
|
-
color: colorSafe(props.record.options.style.contentColor)
|
|
62
|
-
})
|
|
63
|
-
}, toDisplayString(unref(renderTextByVariables)(props.record.options.content, props.columnsIndex)), 5),
|
|
69
|
+
createElementVNode("div", _hoisted_4, toDisplayString(unref(renderTextByVariables)(props.record.options.content, props.columnsIndex)), 1),
|
|
64
70
|
props.record.options?.isUpdate ? (openBlock(), createElementBlock("div", {
|
|
65
71
|
key: 0,
|
|
66
|
-
|
|
72
|
+
class: "update-wrapper",
|
|
67
73
|
onClick: onUpdate
|
|
68
74
|
}, [
|
|
69
75
|
createVNode(_component_a_button, {
|
|
@@ -77,11 +83,11 @@ const _sfc_main = {
|
|
|
77
83
|
})
|
|
78
84
|
])) : createCommentVNode("", true)
|
|
79
85
|
])
|
|
80
|
-
]
|
|
86
|
+
]);
|
|
81
87
|
};
|
|
82
88
|
}
|
|
83
89
|
};
|
|
84
|
-
const File = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
90
|
+
const File = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2e5b5c55"]]);
|
|
85
91
|
export {
|
|
86
92
|
File as default
|
|
87
93
|
};
|
|
@@ -1,42 +1,48 @@
|
|
|
1
|
-
import { computed, createElementBlock, openBlock,
|
|
1
|
+
import { useCssVars, computed, createElementBlock, openBlock, createElementVNode } from "vue";
|
|
2
2
|
/* empty css */
|
|
3
3
|
import _export_sfc from "./sun-card-design-mobile.es28.js";
|
|
4
|
-
const _hoisted_1 =
|
|
4
|
+
const _hoisted_1 = { class: "main-video" };
|
|
5
|
+
const _hoisted_2 = ["src"];
|
|
5
6
|
const _sfc_main = {
|
|
6
7
|
__name: "videoComp",
|
|
7
8
|
props: ["record"],
|
|
8
9
|
setup(__props) {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
useCssVars((_ctx) => ({
|
|
11
|
+
"v52484b0f": mainPadding.value,
|
|
12
|
+
"a5745798": videoWidth.value,
|
|
13
|
+
"v3cb48f0e": videoHeight.value
|
|
13
14
|
}));
|
|
14
|
-
const
|
|
15
|
+
const props = __props;
|
|
16
|
+
const mainPadding = computed(() => {
|
|
17
|
+
const tb = props.record.options?.style?.tbPadding ?? 0;
|
|
18
|
+
const lr = props.record.options?.style?.lrPadding ?? 0;
|
|
19
|
+
return `${tb}px ${lr}px`;
|
|
20
|
+
});
|
|
21
|
+
const videoWidth = computed(() => {
|
|
22
|
+
const style = props.record?.options?.style || {};
|
|
23
|
+
if (style.mode === "fixed") {
|
|
24
|
+
return style.width ? `${style.width}px` : "360px";
|
|
25
|
+
}
|
|
26
|
+
return "100%";
|
|
27
|
+
});
|
|
28
|
+
const videoHeight = computed(() => {
|
|
15
29
|
const style = props.record?.options?.style || {};
|
|
16
30
|
if (style.mode === "fixed") {
|
|
17
|
-
|
|
18
|
-
const height = style.height;
|
|
19
|
-
return { width, height };
|
|
31
|
+
return style.height;
|
|
20
32
|
}
|
|
21
|
-
return
|
|
33
|
+
return "auto";
|
|
22
34
|
});
|
|
23
35
|
return (_ctx, _cache) => {
|
|
24
|
-
return openBlock(), createElementBlock("div",
|
|
25
|
-
class: "main-video",
|
|
26
|
-
style: normalizeStyle(wrapperStyle.value)
|
|
27
|
-
}, [
|
|
36
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
28
37
|
createElementVNode("video", {
|
|
29
38
|
class: "custom-video",
|
|
30
|
-
src: props.record.options.src
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
preload: "metadata"
|
|
34
|
-
}, null, 12, _hoisted_1)
|
|
35
|
-
], 4);
|
|
39
|
+
src: props.record.options.src
|
|
40
|
+
}, null, 8, _hoisted_2)
|
|
41
|
+
]);
|
|
36
42
|
};
|
|
37
43
|
}
|
|
38
44
|
};
|
|
39
|
-
const Video = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
45
|
+
const Video = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-0f3451bb"]]);
|
|
40
46
|
export {
|
|
41
47
|
Video as default
|
|
42
48
|
};
|
|
@@ -1,32 +1,41 @@
|
|
|
1
|
-
import { computed, createElementBlock, openBlock,
|
|
1
|
+
import { useCssVars, computed, createElementBlock, openBlock, createVNode } from "vue";
|
|
2
2
|
import Audio$1 from "./sun-card-design-mobile.es37.js";
|
|
3
3
|
/* empty css */
|
|
4
4
|
import _export_sfc from "./sun-card-design-mobile.es28.js";
|
|
5
|
+
const _hoisted_1 = { class: "main-audio" };
|
|
5
6
|
const _sfc_main = {
|
|
6
7
|
__name: "audioComp",
|
|
7
8
|
props: ["record"],
|
|
8
9
|
setup(__props) {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
padding: `${props.record.options?.style?.tbPadding || 0}px ${props.record.options?.style?.lrPadding || 0}px`
|
|
10
|
+
useCssVars((_ctx) => ({
|
|
11
|
+
"v531bdc3e": mainPadding.value,
|
|
12
|
+
"d014cb56": playBtnColor.value,
|
|
13
|
+
"ca40c048": progressColor.value
|
|
14
14
|
}));
|
|
15
|
+
const props = __props;
|
|
16
|
+
const mainPadding = computed(() => {
|
|
17
|
+
const tb = props.record.options?.style?.tbPadding ?? 0;
|
|
18
|
+
const lr = props.record.options?.style?.lrPadding ?? 0;
|
|
19
|
+
return `${tb}px ${lr}px`;
|
|
20
|
+
});
|
|
21
|
+
const playBtnColor = computed(
|
|
22
|
+
() => props.record?.options?.style?.playBtnColor || "#4a6bff"
|
|
23
|
+
);
|
|
24
|
+
const progressColor = computed(
|
|
25
|
+
() => props.record?.options?.style?.progressColor || "#409eff"
|
|
26
|
+
);
|
|
15
27
|
return (_ctx, _cache) => {
|
|
16
|
-
return openBlock(), createElementBlock("div",
|
|
17
|
-
class: "main-audio",
|
|
18
|
-
style: normalizeStyle(wrapperStyle.value)
|
|
19
|
-
}, [
|
|
28
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
20
29
|
createVNode(Audio$1, {
|
|
21
30
|
src: props.record.options.src,
|
|
22
31
|
playBtnColor: props.record?.options?.style?.playBtnColor,
|
|
23
32
|
progressColor: props.record?.options?.style?.progressColor
|
|
24
33
|
}, null, 8, ["src", "playBtnColor", "progressColor"])
|
|
25
|
-
]
|
|
34
|
+
]);
|
|
26
35
|
};
|
|
27
36
|
}
|
|
28
37
|
};
|
|
29
|
-
const Audio = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
38
|
+
const Audio = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-5033a60d"]]);
|
|
30
39
|
export {
|
|
31
40
|
Audio as default
|
|
32
41
|
};
|
|
@@ -1,31 +1,37 @@
|
|
|
1
|
-
import { resolveComponent, createElementBlock, openBlock, createElementVNode,
|
|
1
|
+
import { useCssVars, computed, resolveComponent, createElementBlock, openBlock, createElementVNode, createVNode, unref } from "vue";
|
|
2
2
|
import { renderTextByVariables } from "./sun-card-design-pc.es26.js";
|
|
3
3
|
/* empty css */
|
|
4
4
|
import _export_sfc from "./sun-card-design-pc.es28.js";
|
|
5
|
+
const _hoisted_1 = { class: "main-rate" };
|
|
5
6
|
const _sfc_main = {
|
|
6
7
|
__name: "rateComp",
|
|
7
8
|
props: ["record"],
|
|
8
9
|
setup(__props) {
|
|
10
|
+
useCssVars((_ctx) => ({
|
|
11
|
+
"v328335d6": mainPadding.value
|
|
12
|
+
}));
|
|
9
13
|
const props = __props;
|
|
14
|
+
const mainPadding = computed(() => {
|
|
15
|
+
const tb = props.record.options?.style?.tbPadding ?? 0;
|
|
16
|
+
const lr = props.record.options?.style?.lrPadding ?? 0;
|
|
17
|
+
return `${tb}px ${lr}px`;
|
|
18
|
+
});
|
|
10
19
|
return (_ctx, _cache) => {
|
|
11
20
|
const _component_a_rate = resolveComponent("a-rate");
|
|
12
21
|
return openBlock(), createElementBlock("div", null, [
|
|
13
|
-
createElementVNode("div",
|
|
14
|
-
class: "main-rate",
|
|
15
|
-
style: normalizeStyle({ padding: `${props.record.options?.style?.tbPadding || 0}px ${props.record.options?.style?.lrPadding || 0}px` })
|
|
16
|
-
}, [
|
|
22
|
+
createElementVNode("div", _hoisted_1, [
|
|
17
23
|
createVNode(_component_a_rate, {
|
|
18
24
|
value: unref(renderTextByVariables)(props.record.options.defaultValue) * 1,
|
|
19
25
|
count: props.record.options.count,
|
|
20
26
|
"allow-half": "",
|
|
21
27
|
disabled: ""
|
|
22
28
|
}, null, 8, ["value", "count"])
|
|
23
|
-
]
|
|
29
|
+
])
|
|
24
30
|
]);
|
|
25
31
|
};
|
|
26
32
|
}
|
|
27
33
|
};
|
|
28
|
-
const Rate = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
34
|
+
const Rate = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-560a4494"]]);
|
|
29
35
|
export {
|
|
30
36
|
Rate as default
|
|
31
37
|
};
|