@done-coding/admin-plugin-theme 0.11.2-alpha.0 → 0.11.3-alpha.0
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/assets/applied-intelligence-frame.mjs +3 -4
- package/es/assets/applied-intelligence-nebula.mjs +4 -5
- package/es/assets/aurora-mesh.mjs +19 -20
- package/es/assets/botanical-paper.mjs +1 -2
- package/es/assets/brutal-concrete.mjs +1 -2
- package/es/assets/cockpit-brutal-steel.mjs +18 -19
- package/es/assets/cockpit-liquid-ink.mjs +4 -5
- package/es/assets/cockpit-mono-paper.mjs +3 -4
- package/es/assets/cockpit-neural-field.mjs +6 -7
- package/es/assets/compact-rail.mjs +7 -8
- package/es/assets/console-horizon.mjs +6 -7
- package/es/assets/copilot-calm.mjs +1 -2
- package/es/assets/copilot-stage.mjs +5 -6
- package/es/assets/coral-reef.mjs +1 -2
- package/es/assets/dragon-vermilion.mjs +9 -10
- package/es/assets/film-grade.mjs +8 -9
- package/es/assets/graphite-mono.mjs +1 -2
- package/es/assets/kitchen-foundry.mjs +22 -23
- package/es/assets/neon-set.mjs +4 -5
- package/es/assets/nordic-fjord.mjs +3 -4
- package/es/assets/perspective-deck.mjs +4 -5
- package/es/assets/quantum-ai.mjs +5 -6
- package/es/assets/sandstone-editorial.mjs +3 -4
- package/es/assets/signal-teal.mjs +9 -10
- package/es/assets/starfield-cosmos.mjs +2 -3
- package/es/assets/studio-ink.mjs +16 -17
- package/es/assets/studio-stage.mjs +5 -6
- package/es/assets/studio-triptych.mjs +3 -4
- package/es/assets/sunset-amber.mjs +1 -2
- package/es/assets/synapse-grid.mjs +15 -16
- package/es/assets/terminal-phosphor.mjs +16 -17
- package/es/assets/velvet-noir.mjs +1 -2
- package/package.json +3 -3
|
@@ -19,13 +19,13 @@ const pe = ["width", "height", "viewBox"], he = {
|
|
|
19
19
|
cx: "50%",
|
|
20
20
|
cy: "50%",
|
|
21
21
|
r: "50%"
|
|
22
|
-
}, xe = ["stop-color"], ke = ["stop-color"], $e = ["transform"], be = ["values"], we = ["d", "stroke"], Ce = ["d", "stroke-width", "filter"], Me = ["d"], Fe = ["d", "filter"], Ee = ["to"], Ge = ["d", "filter"], Le = ["transform"], De = ["d", "filter"], Se = ["dur"], Be = ["d", "stroke"], Ne = ["d", "filter"], He = ["fill", "filter"], Re = ["fill"], Ae = ["stroke"],
|
|
22
|
+
}, xe = ["stop-color"], ke = ["stop-color"], $e = ["transform"], be = ["values"], we = ["d", "stroke"], Ce = ["d", "stroke-width", "filter"], Me = ["d"], Fe = ["d", "filter"], Ee = ["to"], Ge = ["d", "filter"], Le = ["transform"], De = ["d", "filter"], Se = ["dur"], Be = ["d", "stroke"], Ne = ["d", "filter"], He = ["fill", "filter"], Re = ["fill"], Ae = ["stroke"], We = ["fill"], je = {
|
|
23
23
|
key: 0,
|
|
24
24
|
attributeName: "r",
|
|
25
25
|
values: "2.6;3.1;2.6",
|
|
26
26
|
dur: "3.4s",
|
|
27
27
|
repeatCount: "indefinite"
|
|
28
|
-
},
|
|
28
|
+
}, Pe = ["transform"], Te = ["fill"], Oe = {
|
|
29
29
|
key: 0,
|
|
30
30
|
attributeName: "opacity",
|
|
31
31
|
values: "0.3;0.7;0.3",
|
|
@@ -100,8 +100,8 @@ const pe = ["width", "height", "viewBox"], he = {
|
|
|
100
100
|
return [0.18, 0.62].forEach((t) => {
|
|
101
101
|
const n = y(t), s = F(t), h = n.x + s.nx * o, c = n.y + s.ny * o, m = y(t - 0.01), w = y(t + 0.01);
|
|
102
102
|
let g = w.x - m.x, B = w.y - m.y;
|
|
103
|
-
const
|
|
104
|
-
g /=
|
|
103
|
+
const P = Math.hypot(g, B) || 1;
|
|
104
|
+
g /= P, B /= P;
|
|
105
105
|
const D = Math.max(3, p.value * 0.28), ee = [-1, 0, 1].map((T) => {
|
|
106
106
|
const te = h + s.nx * D + g * T * D * 0.9, oe = c + s.ny * D + B * T * D * 0.9;
|
|
107
107
|
return `M${h.toFixed(1)},${c.toFixed(1)} L${te.toFixed(
|
|
@@ -114,7 +114,7 @@ const pe = ["width", "height", "viewBox"], he = {
|
|
|
114
114
|
)} ${ee}`
|
|
115
115
|
);
|
|
116
116
|
}), i;
|
|
117
|
-
}),
|
|
117
|
+
}), W = d(() => F(0).x), j = d(() => F(0).y), K = d(() => W.value + 86), J = d(() => j.value - 5), U = [
|
|
118
118
|
"M 23,-16 C 17,-27 9,-31 -1,-34",
|
|
119
119
|
"M 31,-15 C 28,-28 22,-33 13,-37"
|
|
120
120
|
], q = [
|
|
@@ -243,7 +243,7 @@ const pe = ["width", "height", "viewBox"], he = {
|
|
|
243
243
|
filter: e(a) ? "url(#dragonGlow)" : void 0
|
|
244
244
|
}, null, 8, Ge))), 128)),
|
|
245
245
|
r("g", {
|
|
246
|
-
transform: `translate(${
|
|
246
|
+
transform: `translate(${W.value}, ${j.value})`
|
|
247
247
|
}, [
|
|
248
248
|
(l(), u(E, null, G(q, (t, n) => r("path", {
|
|
249
249
|
key: `w${n}`,
|
|
@@ -309,8 +309,8 @@ const pe = ["width", "height", "viewBox"], he = {
|
|
|
309
309
|
r: "2.6",
|
|
310
310
|
fill: e(a) ? "#fff0c4" : "#7a3b12"
|
|
311
311
|
}, [
|
|
312
|
-
e(_) ? (l(), u("animate",
|
|
313
|
-
], 8,
|
|
312
|
+
e(_) ? (l(), u("animate", je)) : x("", !0)
|
|
313
|
+
], 8, We)
|
|
314
314
|
], 8, Le),
|
|
315
315
|
r("g", {
|
|
316
316
|
transform: `translate(${K.value}, ${J.value})`
|
|
@@ -326,7 +326,7 @@ const pe = ["width", "height", "viewBox"], he = {
|
|
|
326
326
|
r("circle", Ve, [
|
|
327
327
|
e(_) ? (l(), u("animate", Ie)) : x("", !0)
|
|
328
328
|
])
|
|
329
|
-
], 8,
|
|
329
|
+
], 8, Pe)
|
|
330
330
|
], 8, $e)
|
|
331
331
|
], 12, pe)) : x("", !0)
|
|
332
332
|
]));
|
|
@@ -441,7 +441,6 @@ const pe = ["width", "height", "viewBox"], he = {
|
|
|
441
441
|
gap: { size: 0 },
|
|
442
442
|
header: { height: 56 },
|
|
443
443
|
sidebar: { width: 240, collapseWidth: 64 },
|
|
444
|
-
body: { shimPadding: 24 },
|
|
445
444
|
shell: de(Je)
|
|
446
445
|
}
|
|
447
446
|
};
|
package/es/assets/film-grade.mjs
CHANGED
|
@@ -21,7 +21,7 @@ const R = ["width", "height", "viewBox"], N = {
|
|
|
21
21
|
y1: "100%",
|
|
22
22
|
x2: "0%",
|
|
23
23
|
y2: "0%"
|
|
24
|
-
}, W = ["stop-color", "stop-opacity"],
|
|
24
|
+
}, W = ["stop-color", "stop-opacity"], q = ["stop-color"], P = ["width", "height"], U = {
|
|
25
25
|
key: 0,
|
|
26
26
|
attributeName: "opacity",
|
|
27
27
|
values: "0.82;1;0.82",
|
|
@@ -30,7 +30,7 @@ const R = ["width", "height", "viewBox"], N = {
|
|
|
30
30
|
}, X = ["width", "height"], Z = ["width", "height", "y"], j = ["width", "height", "opacity"], J = /* @__PURE__ */ v({
|
|
31
31
|
__name: "FilmGradeDecor",
|
|
32
32
|
setup(a) {
|
|
33
|
-
const { isDark: t, animated:
|
|
33
|
+
const { isDark: t, animated: f, vw: r, vh: s, hasFrame: w } = E(), h = n(() => t.value ? "#2dd4bf" : "#3aa99a"), m = n(() => t.value ? "#fb923c" : "#ea7317"), i = n(() => t.value ? "#000000" : "#1c2420"), u = n(() => Number(Math.min(s.value * 0.07, 64).toFixed(1)));
|
|
34
34
|
return (Y, g) => (d(), x(C, { to: "body" }, [
|
|
35
35
|
e(w) ? (d(), p("svg", {
|
|
36
36
|
key: 0,
|
|
@@ -52,12 +52,12 @@ const R = ["width", "height", "viewBox"], N = {
|
|
|
52
52
|
o("linearGradient", N, [
|
|
53
53
|
o("stop", {
|
|
54
54
|
offset: "0%",
|
|
55
|
-
"stop-color":
|
|
55
|
+
"stop-color": h.value,
|
|
56
56
|
"stop-opacity": e(t) ? 0.22 : 0.1
|
|
57
57
|
}, null, 8, S),
|
|
58
58
|
o("stop", {
|
|
59
59
|
offset: "50%",
|
|
60
|
-
"stop-color":
|
|
60
|
+
"stop-color": h.value,
|
|
61
61
|
"stop-opacity": "0"
|
|
62
62
|
}, null, 8, A),
|
|
63
63
|
o("stop", {
|
|
@@ -93,7 +93,7 @@ const R = ["width", "height", "viewBox"], N = {
|
|
|
93
93
|
offset: "100%",
|
|
94
94
|
"stop-color": i.value,
|
|
95
95
|
"stop-opacity": "0"
|
|
96
|
-
}, null, 8,
|
|
96
|
+
}, null, 8, q)
|
|
97
97
|
]),
|
|
98
98
|
g[0] || (g[0] = o("filter", { id: "fgGrain" }, [
|
|
99
99
|
o("feTurbulence", {
|
|
@@ -113,8 +113,8 @@ const R = ["width", "height", "viewBox"], N = {
|
|
|
113
113
|
height: e(s),
|
|
114
114
|
fill: "url(#fgSplit)"
|
|
115
115
|
}, [
|
|
116
|
-
e(
|
|
117
|
-
], 8,
|
|
116
|
+
e(f) ? (d(), p("animate", U)) : y("", !0)
|
|
117
|
+
], 8, P),
|
|
118
118
|
o("rect", {
|
|
119
119
|
width: e(r),
|
|
120
120
|
height: u.value,
|
|
@@ -153,7 +153,7 @@ const R = ["width", "height", "viewBox"], N = {
|
|
|
153
153
|
sidebarAboveHeader: { type: Boolean }
|
|
154
154
|
},
|
|
155
155
|
setup(a) {
|
|
156
|
-
return (t,
|
|
156
|
+
return (t, f) => (d(), p(F, null, [
|
|
157
157
|
l(t.$slots, "default", { Footer: e(L) }),
|
|
158
158
|
c(e(T), {
|
|
159
159
|
show: a.showHeader,
|
|
@@ -243,7 +243,6 @@ const R = ["width", "height", "viewBox"], N = {
|
|
|
243
243
|
},
|
|
244
244
|
// 无左栏:sidebar 宽 0(FilmGradeShell 不渲染 AppSidebar)。
|
|
245
245
|
sidebar: { width: 0, collapseWidth: 0 },
|
|
246
|
-
body: { shimPadding: 18 },
|
|
247
246
|
shell: M(Q)
|
|
248
247
|
}
|
|
249
248
|
};
|
|
@@ -16,22 +16,22 @@ const Q = {
|
|
|
16
16
|
const { animated: r } = W(), c = P(V), C = d(() => {
|
|
17
17
|
const p = (c == null ? void 0 : c.themeStyle.value) ?? "";
|
|
18
18
|
return (c == null ? void 0 : c.theme.labelOf(p)) || p || "编排熔炉";
|
|
19
|
-
}),
|
|
19
|
+
}), m = d(() => c == null ? void 0 : c.APP_LAYOUT_FOOTER_CONFIG), R = ["检索", "推理", "工具", "汇总"], n = ["done", "done", "now", "pending", "pending"], u = d(() => {
|
|
20
20
|
var p, l, v;
|
|
21
21
|
return {
|
|
22
|
-
...((p =
|
|
22
|
+
...((p = m.value) == null ? void 0 : p.style) ?? {},
|
|
23
23
|
display: "flex",
|
|
24
24
|
alignItems: "center",
|
|
25
25
|
justifyContent: "space-between",
|
|
26
26
|
gap: "16px",
|
|
27
27
|
width: "100%",
|
|
28
|
-
height: `${((l =
|
|
28
|
+
height: `${((l = m.value) == null ? void 0 : l.height) ?? 44}px`,
|
|
29
29
|
padding: "0 16px",
|
|
30
30
|
fontSize: "12px",
|
|
31
31
|
lineHeight: "1",
|
|
32
32
|
fontFamily: "ui-monospace, SFMono-Regular, Menlo, Consolas, monospace",
|
|
33
33
|
color: "var(--dc-core-base-color, var(--el-text-color-regular))",
|
|
34
|
-
background: ((v =
|
|
34
|
+
background: ((v = m.value) == null ? void 0 : v.background) ?? "var(--dc-core-surface, var(--el-bg-color-overlay))",
|
|
35
35
|
userSelect: "none",
|
|
36
36
|
overflow: "hidden",
|
|
37
37
|
whiteSpace: "nowrap",
|
|
@@ -135,17 +135,17 @@ const Q = {
|
|
|
135
135
|
l[2] || (l[2] = o("span", { style: { opacity: 0.66 } }, "编排待命", -1))
|
|
136
136
|
]),
|
|
137
137
|
o("div", { style: g }, [
|
|
138
|
-
(i(), s(w, null, S(R, (v,
|
|
138
|
+
(i(), s(w, null, S(R, (v, x) => o("span", {
|
|
139
139
|
key: v,
|
|
140
140
|
style: A
|
|
141
141
|
}, [
|
|
142
|
-
o("span", { style: I }, B(
|
|
142
|
+
o("span", { style: I }, B(x + 1), 1),
|
|
143
143
|
Y(" " + B(v), 1)
|
|
144
144
|
])), 64))
|
|
145
145
|
]),
|
|
146
146
|
o("div", { style: $ }, [
|
|
147
|
-
(i(), s(w, null, S(n, (v,
|
|
148
|
-
key:
|
|
147
|
+
(i(), s(w, null, S(n, (v, x) => o("i", {
|
|
148
|
+
key: x,
|
|
149
149
|
style: H(E(v))
|
|
150
150
|
}, null, 4)), 64))
|
|
151
151
|
])
|
|
@@ -163,14 +163,14 @@ const Q = {
|
|
|
163
163
|
height: "7",
|
|
164
164
|
patternUnits: "userSpaceOnUse",
|
|
165
165
|
patternTransform: "rotate(45)"
|
|
166
|
-
}, ie = ["stroke"], se = { id: "kfRingMask" }, ce = ["width", "height"], de = ["x", "y", "width", "height"], ue = { mask: "url(#kfRingMask)" }, pe = ["stroke", "opacity"], he = ["x1", "y1", "x2", "y2"], ye = ["stroke", "opacity"], fe = ["x1", "y1", "x2", "y2"], ve = ["x1", "y1", "x2", "y2"],
|
|
166
|
+
}, ie = ["stroke"], se = { id: "kfRingMask" }, ce = ["width", "height"], de = ["x", "y", "width", "height"], ue = { mask: "url(#kfRingMask)" }, pe = ["stroke", "opacity"], he = ["x1", "y1", "x2", "y2"], ye = ["stroke", "opacity"], fe = ["x1", "y1", "x2", "y2"], ve = ["x1", "y1", "x2", "y2"], xe = ["x", "y", "width", "fill", "opacity"], me = ["x", "y", "height", "opacity"], ge = ["x", "y", "width", "fill", "opacity"], be = ["x", "y", "opacity"], we = ["values"], ke = ["stroke", "opacity"], _e = ["x1", "y1", "x2", "y2"], F = 24, Ce = /* @__PURE__ */ D({
|
|
167
167
|
__name: "KitchenFoundryDecor",
|
|
168
168
|
setup(t) {
|
|
169
169
|
const {
|
|
170
170
|
isDark: r,
|
|
171
171
|
animated: c,
|
|
172
172
|
vw: C,
|
|
173
|
-
vh:
|
|
173
|
+
vh: m,
|
|
174
174
|
hasFrame: R,
|
|
175
175
|
hollowX: n,
|
|
176
176
|
hollowY: u,
|
|
@@ -179,23 +179,23 @@ const Q = {
|
|
|
179
179
|
} = W(), M = d(() => r.value ? "#3a4a5e" : "#9fb0c2"), g = d(() => r.value ? "#ff8a3c" : "#d4702a"), A = d(() => r.value ? "#ff5070" : "#d83048"), I = d(
|
|
180
180
|
() => Array.from(
|
|
181
181
|
{ length: Math.floor(h.value / F) },
|
|
182
|
-
(
|
|
182
|
+
(x, b) => u.value + b * F
|
|
183
183
|
)
|
|
184
184
|
), $ = d(
|
|
185
185
|
() => Array.from(
|
|
186
186
|
{ length: Math.floor(f.value / F) },
|
|
187
|
-
(
|
|
187
|
+
(x, b) => n.value + b * F
|
|
188
188
|
)
|
|
189
|
-
), E = d(() => Math.max(0, u.value - 9)), p = d(() =>
|
|
190
|
-
const
|
|
189
|
+
), E = d(() => Math.max(0, u.value - 9)), p = d(() => m.value * 0.46), l = d(() => Math.min(100, h.value * 0.17)), v = d(() => {
|
|
190
|
+
const x = n.value, b = u.value, a = n.value + f.value, y = u.value + h.value;
|
|
191
191
|
return [
|
|
192
|
-
{ x
|
|
192
|
+
{ x, y: b },
|
|
193
193
|
{ x: a, y: b },
|
|
194
|
-
{ x
|
|
194
|
+
{ x, y },
|
|
195
195
|
{ x: a, y }
|
|
196
196
|
];
|
|
197
197
|
});
|
|
198
|
-
return (
|
|
198
|
+
return (x, b) => (i(), z(K, { to: "body" }, [
|
|
199
199
|
e(R) ? (i(), s("svg", {
|
|
200
200
|
key: 0,
|
|
201
201
|
class: "kitchen-foundry-decor",
|
|
@@ -208,8 +208,8 @@ const Q = {
|
|
|
208
208
|
opacity: e(r) ? 1 : 0.7
|
|
209
209
|
}),
|
|
210
210
|
width: e(C),
|
|
211
|
-
height: e(
|
|
212
|
-
viewBox: `0 0 ${e(C)} ${e(
|
|
211
|
+
height: e(m),
|
|
212
|
+
viewBox: `0 0 ${e(C)} ${e(m)}`,
|
|
213
213
|
"aria-hidden": "true"
|
|
214
214
|
}, [
|
|
215
215
|
o("defs", null, [
|
|
@@ -245,7 +245,7 @@ const Q = {
|
|
|
245
245
|
x: "0",
|
|
246
246
|
y: "0",
|
|
247
247
|
width: e(C),
|
|
248
|
-
height: e(
|
|
248
|
+
height: e(m),
|
|
249
249
|
fill: "white"
|
|
250
250
|
}, null, 8, ce),
|
|
251
251
|
o("rect", {
|
|
@@ -301,7 +301,7 @@ const Q = {
|
|
|
301
301
|
height: "2",
|
|
302
302
|
fill: g.value,
|
|
303
303
|
opacity: e(r) ? 0.34 : 0.2
|
|
304
|
-
}, null, 8,
|
|
304
|
+
}, null, 8, xe),
|
|
305
305
|
o("rect", {
|
|
306
306
|
x: e(n) + e(f) + 6,
|
|
307
307
|
y: p.value,
|
|
@@ -310,7 +310,7 @@ const Q = {
|
|
|
310
310
|
rx: "1",
|
|
311
311
|
fill: "url(#kfHatch)",
|
|
312
312
|
opacity: e(r) ? 0.6 : 0.36
|
|
313
|
-
}, null, 8,
|
|
313
|
+
}, null, 8, me),
|
|
314
314
|
o("rect", {
|
|
315
315
|
x: e(n),
|
|
316
316
|
y: e(u) + e(h) + 7,
|
|
@@ -499,7 +499,6 @@ const Le = {
|
|
|
499
499
|
style: { borderRadius: "6px" }
|
|
500
500
|
},
|
|
501
501
|
breadcrumb: { height: 40 },
|
|
502
|
-
body: { shimPadding: 18 },
|
|
503
502
|
shell: j(Me)
|
|
504
503
|
},
|
|
505
504
|
// 生命周期钩子(榨干点):激活注入等宽 + 大写模块导航氛围,切走 / 注销清理。
|
package/es/assets/neon-set.mjs
CHANGED
|
@@ -13,13 +13,13 @@ const S = ["width", "height", "viewBox"], G = {
|
|
|
13
13
|
cx: "50%",
|
|
14
14
|
cy: "50%",
|
|
15
15
|
r: "50%"
|
|
16
|
-
}, V = ["stop-color", "stop-opacity"], z = ["stop-color", "stop-opacity"], W = ["stop-color"],
|
|
16
|
+
}, V = ["stop-color", "stop-opacity"], z = ["stop-color", "stop-opacity"], W = ["stop-color"], q = {
|
|
17
17
|
id: "nsBeam",
|
|
18
18
|
x1: "0%",
|
|
19
19
|
y1: "0%",
|
|
20
20
|
x2: "0%",
|
|
21
21
|
y2: "100%"
|
|
22
|
-
},
|
|
22
|
+
}, P = ["stop-color"], X = ["stop-color", "stop-opacity"], Z = ["stop-color"], j = ["cx", "cy", "rx", "ry"], J = ["values"], K = ["values"], Q = ["values"], U = ["cx", "cy", "rx", "ry"], Y = ["values"], ee = ["values"], te = ["values"], oe = ["width", "height"], ae = ["values"], se = ["width", "height", "opacity"], re = /* @__PURE__ */ x({
|
|
23
23
|
__name: "NeonStageDecor",
|
|
24
24
|
setup(r) {
|
|
25
25
|
const { isDark: o, animated: d, vw: s, vh: n, hasFrame: w } = L(), f = y(() => o.value ? "#ff3d9a" : "#e84aa0"), h = y(() => o.value ? "#22d3ee" : "#3fc8e0"), m = y(() => o.value ? "#d8e8ff" : "#9fb6d6");
|
|
@@ -78,12 +78,12 @@ const S = ["width", "height", "viewBox"], G = {
|
|
|
78
78
|
"stop-opacity": "0"
|
|
79
79
|
}, null, 8, W)
|
|
80
80
|
]),
|
|
81
|
-
t("linearGradient",
|
|
81
|
+
t("linearGradient", q, [
|
|
82
82
|
t("stop", {
|
|
83
83
|
offset: "0%",
|
|
84
84
|
"stop-color": m.value,
|
|
85
85
|
"stop-opacity": "0"
|
|
86
|
-
}, null, 8,
|
|
86
|
+
}, null, 8, P),
|
|
87
87
|
t("stop", {
|
|
88
88
|
offset: "50%",
|
|
89
89
|
"stop-color": m.value,
|
|
@@ -307,7 +307,6 @@ const S = ["width", "height", "viewBox"], G = {
|
|
|
307
307
|
background: "var(--dc-core-surface, var(--el-bg-color-overlay))",
|
|
308
308
|
style: { borderRadius: "12px" }
|
|
309
309
|
},
|
|
310
|
-
body: { shimPadding: 18 },
|
|
311
310
|
shell: F(ie)
|
|
312
311
|
}
|
|
313
312
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const r = {
|
|
2
2
|
id: "nordic-fjord",
|
|
3
3
|
label: "北欧峡湾",
|
|
4
4
|
description: {
|
|
@@ -49,10 +49,9 @@ const o = {
|
|
|
49
49
|
collapseWidth: 64,
|
|
50
50
|
background: "var(--dc-core-surface, var(--el-bg-color-overlay))",
|
|
51
51
|
style: { borderRadius: "12px" }
|
|
52
|
-
}
|
|
53
|
-
body: { shimPadding: 24 }
|
|
52
|
+
}
|
|
54
53
|
}
|
|
55
54
|
};
|
|
56
55
|
export {
|
|
57
|
-
|
|
56
|
+
r as default
|
|
58
57
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as A, computed as i, shallowRef as
|
|
1
|
+
import { defineComponent as A, computed as i, shallowRef as P, watch as _, onBeforeUnmount as $, openBlock as c, createBlock as b, Teleport as v, unref as e, createElementBlock as E, normalizeStyle as p, createElementVNode as u, createCommentVNode as L, inject as R, Fragment as O, renderSlot as s, createVNode as n, withCtx as f, markRaw as D } from "vue";
|
|
2
2
|
import { ElIcon as S } from "element-plus";
|
|
3
3
|
import { ChatDotRound as T } from "@element-plus/icons-vue";
|
|
4
4
|
import { useActivated as z, CORE_VIEWPORT_DECOR_ZINDEX_BELOW as h, APP_LAYOUT_BRIDGE_KEY as N, AppFooter as V, AppHeader as Y, AppTheme as w } from "@done-coding/admin-core";
|
|
@@ -19,15 +19,15 @@ const W = /* @__PURE__ */ A({
|
|
|
19
19
|
transformOrigin: "top center",
|
|
20
20
|
backgroundPosition: "center top",
|
|
21
21
|
backgroundImage: `repeating-linear-gradient(to right, ${x.value} 0 1px, transparent 1px 44px), repeating-linear-gradient(to bottom, ${x.value} 0 1px, transparent 1px 44px)`
|
|
22
|
-
})), y =
|
|
22
|
+
})), y = P();
|
|
23
23
|
let d;
|
|
24
24
|
const C = () => {
|
|
25
25
|
d == null || d.cancel(), d = void 0;
|
|
26
26
|
}, { isActivated: B } = z();
|
|
27
27
|
return _(
|
|
28
28
|
[y, m, B],
|
|
29
|
-
([g, k,
|
|
30
|
-
C(), g && k &&
|
|
29
|
+
([g, k, F]) => {
|
|
30
|
+
C(), g && k && F && (d = g.animate(
|
|
31
31
|
[{ backgroundPositionY: "0px" }, { backgroundPositionY: "44px" }],
|
|
32
32
|
{ duration: 5500, iterations: 1 / 0, easing: "linear" }
|
|
33
33
|
));
|
|
@@ -220,7 +220,6 @@ const W = /* @__PURE__ */ A({
|
|
|
220
220
|
// 无左栏(PerspectiveDeckShell 不渲染 AppSidebar,导航走 header 横排):
|
|
221
221
|
// 不渲染的模块尺寸 [MUST] 设 0,否则 store 仍按 width 预留 body 左让位 → 空隙。
|
|
222
222
|
sidebar: { width: 0, collapseWidth: 0 },
|
|
223
|
-
body: { shimPadding: 18 },
|
|
224
223
|
shell: D(U)
|
|
225
224
|
}
|
|
226
225
|
};
|
package/es/assets/quantum-ai.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as k, computed as p, openBlock as s, createBlock as $, Teleport as
|
|
1
|
+
import { defineComponent as k, computed as p, openBlock as s, createBlock as $, Teleport as A, unref as r, createElementBlock as d, normalizeStyle as I, createElementVNode as b, createCommentVNode as g, Fragment as N, renderList as O, normalizeProps as P, guardReactiveProps as q, createSlots as F, withCtx as h, createVNode as L, renderSlot as v, markRaw as T } from "vue";
|
|
2
2
|
import { _ as z } from "../chunks/FrameShellBase.vue_vue_type_script_setup_true_lang-sr56H_8-.mjs";
|
|
3
3
|
import { CORE_VIEWPORT_DECOR_ZINDEX_BELOW as G } from "@done-coding/admin-core";
|
|
4
4
|
import { u as V } from "../chunks/use-frame-geometry-CMHrr_gA.mjs";
|
|
@@ -52,11 +52,11 @@ const H = ["width", "height", "viewBox"], Q = ["x", "y", "width", "height"], X =
|
|
|
52
52
|
), D = p(
|
|
53
53
|
() => t.value ? C.value : C.value.slice(0, 3)
|
|
54
54
|
);
|
|
55
|
-
return (i, o) => (s(), $(
|
|
55
|
+
return (i, o) => (s(), $(A, { to: "body" }, [
|
|
56
56
|
r(B) ? (s(), d("svg", {
|
|
57
57
|
key: 0,
|
|
58
58
|
class: "quantum-orbit-decor",
|
|
59
|
-
style:
|
|
59
|
+
style: I({
|
|
60
60
|
position: "fixed",
|
|
61
61
|
left: 0,
|
|
62
62
|
top: 0,
|
|
@@ -93,7 +93,7 @@ const H = ["width", "height", "viewBox"], Q = ["x", "y", "width", "height"], X =
|
|
|
93
93
|
}, [
|
|
94
94
|
r(f) ? (s(), d("animate", X)) : g("", !0)
|
|
95
95
|
], 8, Q),
|
|
96
|
-
(s(!0), d(
|
|
96
|
+
(s(!0), d(N, null, O(D.value, (e, a) => (s(), d("g", {
|
|
97
97
|
key: `q${a}`
|
|
98
98
|
}, [
|
|
99
99
|
b("circle", {
|
|
@@ -141,7 +141,7 @@ const H = ["width", "height", "viewBox"], Q = ["x", "y", "width", "height"], X =
|
|
|
141
141
|
},
|
|
142
142
|
setup(x) {
|
|
143
143
|
const c = x;
|
|
144
|
-
return (t, f) => (s(), $(z,
|
|
144
|
+
return (t, f) => (s(), $(z, P(q(c)), F({
|
|
145
145
|
default: h((u) => [
|
|
146
146
|
v(t.$slots, "default", {
|
|
147
147
|
Footer: u.Footer
|
|
@@ -246,7 +246,6 @@ const H = ["width", "height", "viewBox"], Q = ["x", "y", "width", "height"], X =
|
|
|
246
246
|
background: "var(--dc-core-surface, var(--el-bg-color-overlay))",
|
|
247
247
|
style: { borderRadius: "8px" }
|
|
248
248
|
},
|
|
249
|
-
body: { shimPadding: 18 },
|
|
250
249
|
shell: T(ee)
|
|
251
250
|
}
|
|
252
251
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const
|
|
1
|
+
const r = {
|
|
2
2
|
id: "sandstone-editorial",
|
|
3
3
|
label: "砂岩刊物",
|
|
4
4
|
description: {
|
|
@@ -51,10 +51,9 @@ const o = {
|
|
|
51
51
|
collapseWidth: 64,
|
|
52
52
|
background: "var(--dc-core-surface, var(--el-bg-color-overlay))",
|
|
53
53
|
style: { borderRadius: "10px" }
|
|
54
|
-
}
|
|
55
|
-
body: { shimPadding: 32 }
|
|
54
|
+
}
|
|
56
55
|
}
|
|
57
56
|
};
|
|
58
57
|
export {
|
|
59
|
-
|
|
58
|
+
r as default
|
|
60
59
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { AppFooter as p, AppSidebar as f, AppAside as g, AppHeader as h, AppTheme as
|
|
3
|
-
const v = { class: "signal-teal-user-area" },
|
|
1
|
+
import { defineComponent as d, openBlock as s, createElementBlock as c, Fragment as u, renderSlot as a, unref as r, createVNode as t, withCtx as n, createElementVNode as b, markRaw as m } from "vue";
|
|
2
|
+
import { AppFooter as p, AppSidebar as f, AppAside as g, AppHeader as h, AppTheme as l } from "@done-coding/admin-core";
|
|
3
|
+
const v = { class: "signal-teal-user-area" }, x = /* @__PURE__ */ d({
|
|
4
4
|
__name: "SignalTealShell",
|
|
5
5
|
props: {
|
|
6
6
|
menus: {},
|
|
@@ -47,8 +47,8 @@ const v = { class: "signal-teal-user-area" }, y = /* @__PURE__ */ l({
|
|
|
47
47
|
a(o.$slots, "brand")
|
|
48
48
|
]),
|
|
49
49
|
right: n(() => [
|
|
50
|
-
a(o.$slots, "themeSwitcher", { Default: r(
|
|
51
|
-
t(r(
|
|
50
|
+
a(o.$slots, "themeSwitcher", { Default: r(l) }, () => [
|
|
51
|
+
t(r(l))
|
|
52
52
|
]),
|
|
53
53
|
a(o.$slots, "settings")
|
|
54
54
|
]),
|
|
@@ -57,7 +57,7 @@ const v = { class: "signal-teal-user-area" }, y = /* @__PURE__ */ l({
|
|
|
57
57
|
], 64));
|
|
58
58
|
}
|
|
59
59
|
}), i = "admin-theme-signal-teal";
|
|
60
|
-
function
|
|
60
|
+
function y() {
|
|
61
61
|
if (typeof document > "u" || document.getElementById(i)) return;
|
|
62
62
|
const e = document.createElement("style");
|
|
63
63
|
e.id = i, e.setAttribute("data-dc-theme", "signal-teal"), e.textContent = `
|
|
@@ -122,7 +122,7 @@ const S = {
|
|
|
122
122
|
layout: {
|
|
123
123
|
// 套框 + 悬浮卡片 + 内缝 gap(克制科技感):自定义 SignalTealShell(userEntry 落侧栏底部)。
|
|
124
124
|
// 四边 viewport 框 + 模块圆角卡片(surface 底 + 10px 圆角 + 主题软投影)+ gap 露底色缝。
|
|
125
|
-
shell: m(
|
|
125
|
+
shell: m(x),
|
|
126
126
|
viewport: {
|
|
127
127
|
paddingTop: 14,
|
|
128
128
|
paddingRight: 14,
|
|
@@ -140,12 +140,11 @@ const S = {
|
|
|
140
140
|
height: 52,
|
|
141
141
|
background: "var(--dc-core-surface, var(--el-bg-color-overlay))",
|
|
142
142
|
style: { borderRadius: "10px" }
|
|
143
|
-
}
|
|
144
|
-
body: { shimPadding: 16 }
|
|
143
|
+
}
|
|
145
144
|
},
|
|
146
145
|
// 生命周期钩子(榨干点):激活注入青色激活轨 + 等宽纹理,切走 / 注销清理。
|
|
147
146
|
onActivate() {
|
|
148
|
-
|
|
147
|
+
y();
|
|
149
148
|
},
|
|
150
149
|
onDeactivate() {
|
|
151
150
|
w();
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as D, computed as h, openBlock as f, createBlock as R, Teleport as L, unref as o, createElementBlock as p, normalizeStyle as O, createElementVNode as n, Fragment as C, renderList as k, createCommentVNode as g, normalizeProps as
|
|
1
|
+
import { defineComponent as D, computed as h, openBlock as f, createBlock as R, Teleport as L, unref as o, createElementBlock as p, normalizeStyle as O, createElementVNode as n, Fragment as C, renderList as k, createCommentVNode as g, normalizeProps as V, guardReactiveProps as I, createSlots as P, withCtx as m, createVNode as X, renderSlot as x, markRaw as Y } from "vue";
|
|
2
2
|
import { _ as Z } from "../chunks/FrameShellBase.vue_vue_type_script_setup_true_lang-sr56H_8-.mjs";
|
|
3
3
|
import { CORE_VIEWPORT_DECOR_ZINDEX_BELOW as j } from "@done-coding/admin-core";
|
|
4
4
|
import { u as q } from "../chunks/use-frame-geometry-CMHrr_gA.mjs";
|
|
@@ -242,7 +242,7 @@ const J = ["width", "height", "viewBox"], K = {
|
|
|
242
242
|
},
|
|
243
243
|
setup(N) {
|
|
244
244
|
const u = N;
|
|
245
|
-
return (a, t) => (f(), R(Z,
|
|
245
|
+
return (a, t) => (f(), R(Z, V(I(u)), P({
|
|
246
246
|
default: m((r) => [
|
|
247
247
|
x(a.$slots, "default", {
|
|
248
248
|
Footer: r.Footer
|
|
@@ -343,7 +343,6 @@ const J = ["width", "height", "viewBox"], K = {
|
|
|
343
343
|
background: "var(--dc-core-surface, var(--el-bg-color-overlay))",
|
|
344
344
|
style: { borderRadius: "12px" }
|
|
345
345
|
},
|
|
346
|
-
body: { shimPadding: 18 },
|
|
347
346
|
shell: Y(he)
|
|
348
347
|
}
|
|
349
348
|
};
|
package/es/assets/studio-ink.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as C, computed as m, openBlock as n, createBlock as $, Teleport as M, unref as e, createElementBlock as
|
|
1
|
+
import { defineComponent as C, computed as m, openBlock as n, createBlock as $, Teleport as M, unref as e, createElementBlock as d, normalizeStyle as k, createElementVNode as o, Fragment as y, createCommentVNode as p, renderSlot as i, createVNode as u, withCtx as b, markRaw as F } from "vue";
|
|
2
2
|
import { CORE_VIEWPORT_DECOR_ZINDEX_BELOW as N, AppFooter as A, AppSidebar as B, AppAside as R, AppHeader as S, AppTheme as x } from "@done-coding/admin-core";
|
|
3
3
|
import { u as E } from "../chunks/use-frame-geometry-CMHrr_gA.mjs";
|
|
4
4
|
import { _ as G } from "../chunks/_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
@@ -17,7 +17,7 @@ const L = ["width", "height", "viewBox"], T = {
|
|
|
17
17
|
cx: "50%",
|
|
18
18
|
cy: "50%",
|
|
19
19
|
r: "50%"
|
|
20
|
-
},
|
|
20
|
+
}, q = ["stop-color", "stop-opacity"], P = ["stop-color", "stop-opacity"], X = ["stop-color"], Z = ["cx", "cy", "rx", "ry"], j = ["values"], J = ["values"], K = ["values"], Q = ["cx", "cy", "rx", "ry"], U = ["values"], Y = ["cx", "cy", "rx", "ry"], ee = ["values"], oe = ["values"], te = ["width", "height", "opacity"], se = /* @__PURE__ */ C({
|
|
21
21
|
__name: "StudioGlowDecor",
|
|
22
22
|
setup(a) {
|
|
23
23
|
const { isDark: s, animated: c, vw: r, vh: l, hasFrame: w } = E(), f = m(() => s.value ? "#2dd4bf" : "#5ec7bb"), v = m(() => s.value ? "#5b7da8" : "#8fa6c4"), h = m(() => s.value ? "#f5a524" : "#f0b352");
|
|
@@ -25,7 +25,7 @@ const L = ["width", "height", "viewBox"], T = {
|
|
|
25
25
|
return Number((Math.min(r.value, l.value) * g).toFixed(1));
|
|
26
26
|
}
|
|
27
27
|
return (g, _) => (n(), $(M, { to: "body" }, [
|
|
28
|
-
e(w) ? (n(),
|
|
28
|
+
e(w) ? (n(), d("svg", {
|
|
29
29
|
key: 0,
|
|
30
30
|
class: "studio-glow-decor",
|
|
31
31
|
style: k({
|
|
@@ -76,12 +76,12 @@ const L = ["width", "height", "viewBox"], T = {
|
|
|
76
76
|
offset: "0%",
|
|
77
77
|
"stop-color": h.value,
|
|
78
78
|
"stop-opacity": e(s) ? 0.38 : 0.16
|
|
79
|
-
}, null, 8,
|
|
79
|
+
}, null, 8, q),
|
|
80
80
|
o("stop", {
|
|
81
81
|
offset: "55%",
|
|
82
82
|
"stop-color": h.value,
|
|
83
83
|
"stop-opacity": e(s) ? 0.1 : 0.04
|
|
84
|
-
}, null, 8,
|
|
84
|
+
}, null, 8, P),
|
|
85
85
|
o("stop", {
|
|
86
86
|
offset: "100%",
|
|
87
87
|
"stop-color": h.value,
|
|
@@ -108,7 +108,7 @@ const L = ["width", "height", "viewBox"], T = {
|
|
|
108
108
|
ry: t(0.32),
|
|
109
109
|
fill: "url(#sgCool)"
|
|
110
110
|
}, [
|
|
111
|
-
e(c) ? (n(),
|
|
111
|
+
e(c) ? (n(), d(y, { key: 0 }, [
|
|
112
112
|
o("animate", {
|
|
113
113
|
attributeName: "rx",
|
|
114
114
|
values: `${t(0.4)};${t(0.48)};${t(0.4)}`,
|
|
@@ -137,7 +137,7 @@ const L = ["width", "height", "viewBox"], T = {
|
|
|
137
137
|
ry: t(0.28),
|
|
138
138
|
fill: "url(#sgCool2)"
|
|
139
139
|
}, [
|
|
140
|
-
e(c) ? (n(),
|
|
140
|
+
e(c) ? (n(), d("animate", {
|
|
141
141
|
key: 0,
|
|
142
142
|
attributeName: "rx",
|
|
143
143
|
values: `${t(0.34)};${t(0.42)};${t(0.34)}`,
|
|
@@ -153,7 +153,7 @@ const L = ["width", "height", "viewBox"], T = {
|
|
|
153
153
|
ry: t(0.22),
|
|
154
154
|
fill: "url(#sgWarm)"
|
|
155
155
|
}, [
|
|
156
|
-
e(c) ? (n(),
|
|
156
|
+
e(c) ? (n(), d(y, { key: 0 }, [
|
|
157
157
|
o("animate", {
|
|
158
158
|
attributeName: "rx",
|
|
159
159
|
values: `${t(0.26)};${t(0.32)};${t(0.26)}`,
|
|
@@ -194,21 +194,21 @@ const L = ["width", "height", "viewBox"], T = {
|
|
|
194
194
|
sidebarAboveHeader: { type: Boolean }
|
|
195
195
|
},
|
|
196
196
|
setup(a) {
|
|
197
|
-
return (s, c) => (n(),
|
|
197
|
+
return (s, c) => (n(), d(y, null, [
|
|
198
198
|
i(s.$slots, "default", { Footer: e(A) }),
|
|
199
|
-
|
|
199
|
+
u(e(B), {
|
|
200
200
|
show: a.showSidebar,
|
|
201
201
|
aboveHeader: a.sidebarAboveHeader,
|
|
202
202
|
menus: a.sidebarMenus,
|
|
203
203
|
menuFlatList: a.menuFlatList
|
|
204
204
|
}, null, 8, ["show", "aboveHeader", "menus", "menuFlatList"]),
|
|
205
|
-
|
|
205
|
+
u(e(R), { show: a.showAside }, {
|
|
206
206
|
default: b(() => [
|
|
207
207
|
i(s.$slots, "aside")
|
|
208
208
|
]),
|
|
209
209
|
_: 3
|
|
210
210
|
}, 8, ["show"]),
|
|
211
|
-
|
|
211
|
+
u(e(S), {
|
|
212
212
|
show: a.showHeader,
|
|
213
213
|
menus: a.headerMenus,
|
|
214
214
|
activeMenu: a.activeMenu,
|
|
@@ -220,17 +220,17 @@ const L = ["width", "height", "viewBox"], T = {
|
|
|
220
220
|
]),
|
|
221
221
|
right: b(() => [
|
|
222
222
|
i(s.$slots, "themeSwitcher", { Default: e(x) }, () => [
|
|
223
|
-
|
|
223
|
+
u(e(x))
|
|
224
224
|
]),
|
|
225
225
|
i(s.$slots, "userEntry"),
|
|
226
226
|
i(s.$slots, "settings")
|
|
227
227
|
]),
|
|
228
228
|
_: 3
|
|
229
229
|
}, 8, ["show", "menus", "activeMenu", "activeModuleMenu", "menuFlatList"]),
|
|
230
|
-
|
|
230
|
+
u(ae)
|
|
231
231
|
], 64));
|
|
232
232
|
}
|
|
233
|
-
}),
|
|
233
|
+
}), de = {
|
|
234
234
|
id: "studio-ink",
|
|
235
235
|
label: "影棚墨蓝",
|
|
236
236
|
description: {
|
|
@@ -299,10 +299,9 @@ const L = ["width", "height", "viewBox"], T = {
|
|
|
299
299
|
background: "var(--dc-core-surface, var(--el-bg-color-overlay))",
|
|
300
300
|
style: { borderRadius: "10px" }
|
|
301
301
|
},
|
|
302
|
-
body: { shimPadding: 16 },
|
|
303
302
|
shell: F(re)
|
|
304
303
|
}
|
|
305
304
|
};
|
|
306
305
|
export {
|
|
307
|
-
|
|
306
|
+
de as default
|
|
308
307
|
};
|