@done-coding/admin-plugin-theme 0.1.1-alpha.0 → 0.2.1-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 +315 -0
- package/es/assets/applied-intelligence-nebula.mjs +400 -0
- package/es/assets/aurora-mesh.mjs +350 -0
- package/es/assets/botanical-paper.mjs +60 -0
- package/es/assets/brutal-concrete.mjs +51 -0
- package/es/assets/cockpit-brutal-steel.mjs +300 -0
- package/es/assets/cockpit-liquid-ink.mjs +329 -0
- package/es/assets/cockpit-mono-paper.mjs +238 -0
- package/es/assets/cockpit-neural-field.mjs +339 -0
- package/es/assets/compact-rail.mjs +105 -0
- package/es/assets/console-horizon.mjs +98 -0
- package/es/assets/contrast.mjs +3 -1
- package/es/assets/copilot-calm.mjs +59 -0
- package/es/assets/copilot-stage.mjs +110 -0
- package/es/assets/coral-reef.mjs +60 -0
- package/es/assets/cyber.mjs +3 -1
- package/es/assets/dragon-vermilion.mjs +450 -0
- package/es/assets/film-grade.mjs +252 -0
- package/es/assets/glass.mjs +3 -1
- package/es/assets/graphite-mono.mjs +51 -0
- package/es/assets/gugong.mjs +3 -1
- package/es/assets/ink.mjs +3 -1
- package/es/assets/neon-set.mjs +316 -0
- package/es/assets/nordic-fjord.mjs +58 -0
- package/es/assets/perspective-deck.mjs +229 -0
- package/es/assets/quantum-ai.mjs +255 -0
- package/es/assets/sandstone-editorial.mjs +60 -0
- package/es/assets/starfield-cosmos.mjs +352 -0
- package/es/assets/studio-ink.mjs +308 -0
- package/es/assets/studio-triptych.mjs +115 -0
- package/es/assets/sunset-amber.mjs +61 -0
- package/es/assets/synapse-grid.mjs +275 -0
- package/es/assets/terminal-phosphor.mjs +240 -0
- package/es/assets/velvet-noir.mjs +60 -0
- package/es/chunks/CockpitShellBase.vue_vue_type_script_setup_true_lang-B6k0Utzz.mjs +238 -0
- package/es/chunks/FrameShellBase.vue_vue_type_script_setup_true_lang-sr56H_8-.mjs +57 -0
- package/es/chunks/HeaderNavMenu.vue_vue_type_script_setup_true_lang-Dfv8_Muy.mjs +31 -0
- package/es/chunks/_plugin-vue_export-helper-CHgC5LLL.mjs +9 -0
- package/es/chunks/use-frame-geometry-DPWBVziK.mjs +45 -0
- package/es/style.css +1 -0
- package/lib/assets/applied-intelligence-frame.cjs +1 -0
- package/lib/assets/applied-intelligence-nebula.cjs +1 -0
- package/lib/assets/aurora-mesh.cjs +1 -0
- package/lib/assets/botanical-paper.cjs +1 -0
- package/lib/assets/brutal-concrete.cjs +1 -0
- package/lib/assets/cockpit-brutal-steel.cjs +4 -0
- package/lib/assets/cockpit-liquid-ink.cjs +1 -0
- package/lib/assets/cockpit-mono-paper.cjs +1 -0
- package/lib/assets/cockpit-neural-field.cjs +1 -0
- package/lib/assets/compact-rail.cjs +1 -0
- package/lib/assets/console-horizon.cjs +1 -0
- package/lib/assets/contrast.cjs +1 -1
- package/lib/assets/copilot-calm.cjs +1 -0
- package/lib/assets/copilot-stage.cjs +1 -0
- package/lib/assets/coral-reef.cjs +1 -0
- package/lib/assets/cyber.cjs +1 -1
- package/lib/assets/dragon-vermilion.cjs +1 -0
- package/lib/assets/film-grade.cjs +1 -0
- package/lib/assets/glass.cjs +1 -1
- package/lib/assets/graphite-mono.cjs +1 -0
- package/lib/assets/gugong.cjs +1 -1
- package/lib/assets/ink.cjs +1 -1
- package/lib/assets/neon-set.cjs +1 -0
- package/lib/assets/nordic-fjord.cjs +1 -0
- package/lib/assets/perspective-deck.cjs +1 -0
- package/lib/assets/quantum-ai.cjs +1 -0
- package/lib/assets/sandstone-editorial.cjs +1 -0
- package/lib/assets/starfield-cosmos.cjs +1 -0
- package/lib/assets/studio-ink.cjs +1 -0
- package/lib/assets/studio-triptych.cjs +1 -0
- package/lib/assets/sunset-amber.cjs +1 -0
- package/lib/assets/synapse-grid.cjs +1 -0
- package/lib/assets/terminal-phosphor.cjs +1 -0
- package/lib/assets/velvet-noir.cjs +1 -0
- package/lib/chunks/CockpitShellBase.vue_vue_type_script_setup_true_lang-D2LEvqm8.cjs +1 -0
- package/lib/chunks/FrameShellBase.vue_vue_type_script_setup_true_lang-C-mttf00.cjs +1 -0
- package/lib/chunks/HeaderNavMenu.vue_vue_type_script_setup_true_lang-LJ3mDZkH.cjs +1 -0
- package/lib/chunks/_plugin-vue_export-helper-BHFhmbuH.cjs +1 -0
- package/lib/chunks/use-frame-geometry-5WRLC-WU.cjs +1 -0
- package/lib/style.css +1 -0
- package/package.json +3 -3
- package/types/assets/applied-intelligence-frame.d.ts +15 -0
- package/types/assets/applied-intelligence-nebula.d.ts +14 -0
- package/types/assets/aurora-mesh.d.ts +9 -0
- package/types/assets/botanical-paper.d.ts +10 -0
- package/types/assets/brutal-concrete.d.ts +10 -0
- package/types/assets/cockpit-brutal-steel.d.ts +3 -0
- package/types/assets/cockpit-liquid-ink.d.ts +14 -0
- package/types/assets/cockpit-mono-paper.d.ts +12 -0
- package/types/assets/cockpit-neural-field.d.ts +11 -0
- package/types/assets/compact-rail.d.ts +9 -0
- package/types/assets/console-horizon.d.ts +9 -0
- package/types/assets/copilot-calm.d.ts +10 -0
- package/types/assets/copilot-stage.d.ts +9 -0
- package/types/assets/coral-reef.d.ts +10 -0
- package/types/assets/dragon-vermilion.d.ts +9 -0
- package/types/assets/film-grade.d.ts +12 -0
- package/types/assets/graphite-mono.d.ts +10 -0
- package/types/assets/neon-set.d.ts +12 -0
- package/types/assets/nordic-fjord.d.ts +9 -0
- package/types/assets/perspective-deck.d.ts +10 -0
- package/types/assets/quantum-ai.d.ts +9 -0
- package/types/assets/sandstone-editorial.d.ts +10 -0
- package/types/assets/starfield-cosmos.d.ts +10 -0
- package/types/assets/studio-ink.d.ts +12 -0
- package/types/assets/studio-triptych.d.ts +9 -0
- package/types/assets/sunset-amber.d.ts +10 -0
- package/types/assets/synapse-grid.d.ts +9 -0
- package/types/assets/terminal-phosphor.d.ts +9 -0
- package/types/assets/velvet-noir.d.ts +10 -0
- package/types/shells/AppliedIntelligenceFrameShell.vue.d.ts +27 -0
- package/types/shells/AppliedIntelligenceNebulaShell.vue.d.ts +27 -0
- package/types/shells/AuroraMeshShell.vue.d.ts +26 -0
- package/types/shells/BrutalSteelCockpitShell.vue.d.ts +27 -0
- package/types/shells/CockpitShellBase.vue.d.ts +28 -0
- package/types/shells/CockpitStatusBar.vue.d.ts +2 -0
- package/types/shells/CoilingDragonShell.vue.d.ts +26 -0
- package/types/shells/CosmosShell.vue.d.ts +26 -0
- package/types/shells/FilmGradeShell.vue.d.ts +26 -0
- package/types/shells/FrameShellBase.vue.d.ts +28 -0
- package/types/shells/HeaderNavMenu.vue.d.ts +4 -0
- package/types/shells/IconRailShell.vue.d.ts +26 -0
- package/types/shells/LiquidInkCockpitShell.vue.d.ts +27 -0
- package/types/shells/MonoPaperCockpitShell.vue.d.ts +27 -0
- package/types/shells/NeonSetShell.vue.d.ts +27 -0
- package/types/shells/NeuralFieldCockpitShell.vue.d.ts +27 -0
- package/types/shells/PerspectiveDeckShell.vue.d.ts +26 -0
- package/types/shells/QuantumOrbitShell.vue.d.ts +26 -0
- package/types/shells/ScanlineShell.vue.d.ts +26 -0
- package/types/shells/StageChatShell.vue.d.ts +27 -0
- package/types/shells/StudioInkShell.vue.d.ts +27 -0
- package/types/shells/SynapseGridShell.vue.d.ts +26 -0
- package/types/shells/TopNavShell.vue.d.ts +26 -0
- package/types/shells/TriColumnShell.vue.d.ts +27 -0
- package/types/shells/decor/AuroraFrameDecor.vue.d.ts +2 -0
- package/types/shells/decor/AuroraMeshDecor.vue.d.ts +2 -0
- package/types/shells/decor/AuroraNebulaDecor.vue.d.ts +2 -0
- package/types/shells/decor/BrutalSteelCockpitDecor.vue.d.ts +2 -0
- package/types/shells/decor/CockpitFrameMatte.vue.d.ts +2 -0
- package/types/shells/decor/CoilingDragonDecor.vue.d.ts +2 -0
- package/types/shells/decor/FilmGradeDecor.vue.d.ts +2 -0
- package/types/shells/decor/LiquidInkCockpitDecor.vue.d.ts +2 -0
- package/types/shells/decor/MonoPaperCockpitDecor.vue.d.ts +2 -0
- package/types/shells/decor/NeonStageDecor.vue.d.ts +2 -0
- package/types/shells/decor/NeuralFieldCockpitDecor.vue.d.ts +2 -0
- package/types/shells/decor/PerspectiveDeckDecor.vue.d.ts +4 -0
- package/types/shells/decor/QuantumOrbitDecor.vue.d.ts +2 -0
- package/types/shells/decor/ScanlineDecor.vue.d.ts +2 -0
- package/types/shells/decor/StarfieldDecor.vue.d.ts +2 -0
- package/types/shells/decor/StudioGlowDecor.vue.d.ts +2 -0
- package/types/shells/decor/SynapseGridDecor.vue.d.ts +2 -0
- package/types/shells/decor/use-frame-geometry.d.ts +31 -0
- package/types/types.d.ts +33 -11
|
@@ -0,0 +1,350 @@
|
|
|
1
|
+
import { defineComponent as w, computed as u, openBlock as t, createBlock as k, Teleport as N, unref as o, createElementBlock as s, normalizeStyle as G, createElementVNode as e, createCommentVNode as i, normalizeProps as E, guardReactiveProps as R, createSlots as D, withCtx as f, createVNode as A, renderSlot as c, markRaw as I } from "vue";
|
|
2
|
+
import { _ as S } from "../chunks/FrameShellBase.vue_vue_type_script_setup_true_lang-sr56H_8-.mjs";
|
|
3
|
+
import { ADMIN_CORE_VIEWPORT_DECOR_ZINDEX_BELOW as P } from "@done-coding/admin-core";
|
|
4
|
+
import { u as W } from "../chunks/use-frame-geometry-DPWBVziK.mjs";
|
|
5
|
+
import { _ as F } from "../chunks/_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
6
|
+
const T = ["width", "height", "viewBox"], z = {
|
|
7
|
+
id: "auroraMeshGrad1",
|
|
8
|
+
x1: "0",
|
|
9
|
+
y1: "0",
|
|
10
|
+
x2: "1",
|
|
11
|
+
y2: "1"
|
|
12
|
+
}, H = {
|
|
13
|
+
offset: "0%",
|
|
14
|
+
"stop-color": "#5b8cff"
|
|
15
|
+
}, L = {
|
|
16
|
+
key: 0,
|
|
17
|
+
attributeName: "stop-color",
|
|
18
|
+
values: "#5b8cff;#8b6cff;#3fd8e0;#5b8cff",
|
|
19
|
+
dur: "14s",
|
|
20
|
+
repeatCount: "indefinite"
|
|
21
|
+
}, O = {
|
|
22
|
+
offset: "100%",
|
|
23
|
+
"stop-color": "#8b6cff"
|
|
24
|
+
}, V = {
|
|
25
|
+
key: 0,
|
|
26
|
+
attributeName: "stop-color",
|
|
27
|
+
values: "#8b6cff;#3fd8e0;#5b8cff;#8b6cff",
|
|
28
|
+
dur: "14s",
|
|
29
|
+
repeatCount: "indefinite"
|
|
30
|
+
}, X = {
|
|
31
|
+
id: "auroraMeshGrad2",
|
|
32
|
+
x1: "1",
|
|
33
|
+
y1: "0",
|
|
34
|
+
x2: "0",
|
|
35
|
+
y2: "1"
|
|
36
|
+
}, Z = {
|
|
37
|
+
offset: "0%",
|
|
38
|
+
"stop-color": "#8b6cff"
|
|
39
|
+
}, U = {
|
|
40
|
+
key: 0,
|
|
41
|
+
attributeName: "stop-color",
|
|
42
|
+
values: "#8b6cff;#3fd8e0;#5b8cff;#8b6cff",
|
|
43
|
+
dur: "18s",
|
|
44
|
+
repeatCount: "indefinite"
|
|
45
|
+
}, Y = {
|
|
46
|
+
offset: "100%",
|
|
47
|
+
"stop-color": "#3fd8e0"
|
|
48
|
+
}, j = {
|
|
49
|
+
key: 0,
|
|
50
|
+
attributeName: "stop-color",
|
|
51
|
+
values: "#3fd8e0;#5b8cff;#8b6cff;#3fd8e0",
|
|
52
|
+
dur: "18s",
|
|
53
|
+
repeatCount: "indefinite"
|
|
54
|
+
}, q = {
|
|
55
|
+
id: "auroraMeshGrad3",
|
|
56
|
+
x1: "0",
|
|
57
|
+
y1: "1",
|
|
58
|
+
x2: "1",
|
|
59
|
+
y2: "0"
|
|
60
|
+
}, J = {
|
|
61
|
+
offset: "0%",
|
|
62
|
+
"stop-color": "#3fd8e0"
|
|
63
|
+
}, K = {
|
|
64
|
+
key: 0,
|
|
65
|
+
attributeName: "stop-color",
|
|
66
|
+
values: "#3fd8e0;#5b8cff;#8b6cff;#3fd8e0",
|
|
67
|
+
dur: "22s",
|
|
68
|
+
repeatCount: "indefinite"
|
|
69
|
+
}, Q = {
|
|
70
|
+
offset: "100%",
|
|
71
|
+
"stop-color": "#5b8cff"
|
|
72
|
+
}, ee = {
|
|
73
|
+
key: 0,
|
|
74
|
+
attributeName: "stop-color",
|
|
75
|
+
values: "#5b8cff;#8b6cff;#3fd8e0;#5b8cff",
|
|
76
|
+
dur: "22s",
|
|
77
|
+
repeatCount: "indefinite"
|
|
78
|
+
}, oe = { filter: "url(#auroraMeshBlur)" }, te = ["x", "y", "width", "height", "stroke-width"], re = ["x", "y", "width", "height", "stroke-width"], ae = ["to"], se = ["x", "y", "width", "height", "stroke-width"], ie = ["from"], ne = {
|
|
79
|
+
key: 0,
|
|
80
|
+
r: "4.5",
|
|
81
|
+
fill: "#d6e4ff"
|
|
82
|
+
}, de = ["path"], le = /* @__PURE__ */ w({
|
|
83
|
+
__name: "AuroraMeshDecor",
|
|
84
|
+
setup(v) {
|
|
85
|
+
const {
|
|
86
|
+
vp: l,
|
|
87
|
+
isDark: r,
|
|
88
|
+
animated: a,
|
|
89
|
+
vw: d,
|
|
90
|
+
vh: m,
|
|
91
|
+
hasFrame: x,
|
|
92
|
+
hollowX: C,
|
|
93
|
+
hollowY: M,
|
|
94
|
+
hollowW: _,
|
|
95
|
+
hollowH: $
|
|
96
|
+
} = W(), n = u(
|
|
97
|
+
() => Math.min(
|
|
98
|
+
l.value.paddingTop,
|
|
99
|
+
l.value.paddingRight,
|
|
100
|
+
l.value.paddingBottom,
|
|
101
|
+
l.value.paddingLeft
|
|
102
|
+
) / 2
|
|
103
|
+
), b = u(() => Math.max(2, n.value * 2)), h = u(() => Math.max(0, d.value - n.value * 2)), p = u(() => Math.max(0, m.value - n.value * 2)), g = u(() => 2 * (h.value + p.value)), B = u(
|
|
104
|
+
() => `M${C.value},${M.value} h${_.value} v${$.value} h${-_.value} Z`
|
|
105
|
+
);
|
|
106
|
+
return (ce, y) => (t(), k(N, { to: "body" }, [
|
|
107
|
+
o(x) ? (t(), s("svg", {
|
|
108
|
+
key: 0,
|
|
109
|
+
class: "aurora-mesh-decor",
|
|
110
|
+
style: G({
|
|
111
|
+
position: "fixed",
|
|
112
|
+
left: 0,
|
|
113
|
+
top: 0,
|
|
114
|
+
pointerEvents: "none",
|
|
115
|
+
zIndex: o(P),
|
|
116
|
+
opacity: o(r) ? 0.5 : 0.1
|
|
117
|
+
}),
|
|
118
|
+
width: o(d),
|
|
119
|
+
height: o(m),
|
|
120
|
+
viewBox: `0 0 ${o(d)} ${o(m)}`,
|
|
121
|
+
"aria-hidden": "true"
|
|
122
|
+
}, [
|
|
123
|
+
e("defs", null, [
|
|
124
|
+
e("linearGradient", z, [
|
|
125
|
+
e("stop", H, [
|
|
126
|
+
o(a) ? (t(), s("animate", L)) : i("", !0)
|
|
127
|
+
]),
|
|
128
|
+
e("stop", O, [
|
|
129
|
+
o(a) ? (t(), s("animate", V)) : i("", !0)
|
|
130
|
+
])
|
|
131
|
+
]),
|
|
132
|
+
e("linearGradient", X, [
|
|
133
|
+
e("stop", Z, [
|
|
134
|
+
o(a) ? (t(), s("animate", U)) : i("", !0)
|
|
135
|
+
]),
|
|
136
|
+
e("stop", Y, [
|
|
137
|
+
o(a) ? (t(), s("animate", j)) : i("", !0)
|
|
138
|
+
])
|
|
139
|
+
]),
|
|
140
|
+
e("linearGradient", q, [
|
|
141
|
+
e("stop", J, [
|
|
142
|
+
o(a) ? (t(), s("animate", K)) : i("", !0)
|
|
143
|
+
]),
|
|
144
|
+
e("stop", Q, [
|
|
145
|
+
o(a) ? (t(), s("animate", ee)) : i("", !0)
|
|
146
|
+
])
|
|
147
|
+
]),
|
|
148
|
+
y[0] || (y[0] = e("filter", {
|
|
149
|
+
id: "auroraMeshBlur",
|
|
150
|
+
x: "-20%",
|
|
151
|
+
y: "-20%",
|
|
152
|
+
width: "140%",
|
|
153
|
+
height: "140%"
|
|
154
|
+
}, [
|
|
155
|
+
e("feGaussianBlur", { stdDeviation: "24" })
|
|
156
|
+
], -1))
|
|
157
|
+
]),
|
|
158
|
+
e("g", oe, [
|
|
159
|
+
e("rect", {
|
|
160
|
+
x: n.value,
|
|
161
|
+
y: n.value,
|
|
162
|
+
width: h.value,
|
|
163
|
+
height: p.value,
|
|
164
|
+
rx: "14",
|
|
165
|
+
fill: "none",
|
|
166
|
+
stroke: "url(#auroraMeshGrad1)",
|
|
167
|
+
"stroke-width": b.value
|
|
168
|
+
}, null, 8, te),
|
|
169
|
+
e("rect", {
|
|
170
|
+
x: n.value,
|
|
171
|
+
y: n.value,
|
|
172
|
+
width: h.value,
|
|
173
|
+
height: p.value,
|
|
174
|
+
rx: "14",
|
|
175
|
+
fill: "none",
|
|
176
|
+
stroke: "url(#auroraMeshGrad2)",
|
|
177
|
+
"stroke-width": b.value * 0.6,
|
|
178
|
+
"stroke-dasharray": "180 120"
|
|
179
|
+
}, [
|
|
180
|
+
o(a) ? (t(), s("animate", {
|
|
181
|
+
key: 0,
|
|
182
|
+
attributeName: "stroke-dashoffset",
|
|
183
|
+
from: "0",
|
|
184
|
+
to: g.value,
|
|
185
|
+
dur: "18s",
|
|
186
|
+
repeatCount: "indefinite"
|
|
187
|
+
}, null, 8, ae)) : i("", !0)
|
|
188
|
+
], 8, re),
|
|
189
|
+
e("rect", {
|
|
190
|
+
x: n.value,
|
|
191
|
+
y: n.value,
|
|
192
|
+
width: h.value,
|
|
193
|
+
height: p.value,
|
|
194
|
+
rx: "14",
|
|
195
|
+
fill: "none",
|
|
196
|
+
stroke: "url(#auroraMeshGrad3)",
|
|
197
|
+
"stroke-width": b.value * 0.4,
|
|
198
|
+
"stroke-dasharray": "90 260"
|
|
199
|
+
}, [
|
|
200
|
+
o(a) ? (t(), s("animate", {
|
|
201
|
+
key: 0,
|
|
202
|
+
attributeName: "stroke-dashoffset",
|
|
203
|
+
from: g.value,
|
|
204
|
+
to: "0",
|
|
205
|
+
dur: "22s",
|
|
206
|
+
repeatCount: "indefinite"
|
|
207
|
+
}, null, 8, ie)) : i("", !0)
|
|
208
|
+
], 8, se)
|
|
209
|
+
]),
|
|
210
|
+
o(a) ? (t(), s("circle", ne, [
|
|
211
|
+
e("animateMotion", {
|
|
212
|
+
dur: "9s",
|
|
213
|
+
repeatCount: "indefinite",
|
|
214
|
+
rotate: "auto",
|
|
215
|
+
path: B.value
|
|
216
|
+
}, null, 8, de)
|
|
217
|
+
])) : i("", !0)
|
|
218
|
+
], 12, T)) : i("", !0)
|
|
219
|
+
]));
|
|
220
|
+
}
|
|
221
|
+
}), ue = /* @__PURE__ */ F(le, [["__scopeId", "data-v-30bd1904"]]), fe = /* @__PURE__ */ w({
|
|
222
|
+
__name: "AuroraMeshShell",
|
|
223
|
+
props: {
|
|
224
|
+
menus: {},
|
|
225
|
+
menuFlatList: {},
|
|
226
|
+
sidebarMenus: {},
|
|
227
|
+
headerMenus: {},
|
|
228
|
+
activeMenu: {},
|
|
229
|
+
activeModuleMenu: {},
|
|
230
|
+
showHeader: { type: Boolean },
|
|
231
|
+
showSidebar: { type: Boolean },
|
|
232
|
+
showAside: { type: Boolean },
|
|
233
|
+
sidebarAboveHeader: { type: Boolean }
|
|
234
|
+
},
|
|
235
|
+
setup(v) {
|
|
236
|
+
const l = v;
|
|
237
|
+
return (r, a) => (t(), k(S, E(R(l)), D({
|
|
238
|
+
default: f((d) => [
|
|
239
|
+
c(r.$slots, "default", {
|
|
240
|
+
Footer: d.Footer
|
|
241
|
+
})
|
|
242
|
+
]),
|
|
243
|
+
decor: f(() => [
|
|
244
|
+
A(ue)
|
|
245
|
+
]),
|
|
246
|
+
_: 2
|
|
247
|
+
}, [
|
|
248
|
+
r.$slots.brand ? {
|
|
249
|
+
name: "brand",
|
|
250
|
+
fn: f(() => [
|
|
251
|
+
c(r.$slots, "brand")
|
|
252
|
+
]),
|
|
253
|
+
key: "0"
|
|
254
|
+
} : void 0,
|
|
255
|
+
r.$slots.themeSwitcher ? {
|
|
256
|
+
name: "themeSwitcher",
|
|
257
|
+
fn: f((d) => [
|
|
258
|
+
c(r.$slots, "themeSwitcher", {
|
|
259
|
+
Default: d.Default
|
|
260
|
+
})
|
|
261
|
+
]),
|
|
262
|
+
key: "1"
|
|
263
|
+
} : void 0,
|
|
264
|
+
r.$slots.userEntry ? {
|
|
265
|
+
name: "userEntry",
|
|
266
|
+
fn: f(() => [
|
|
267
|
+
c(r.$slots, "userEntry")
|
|
268
|
+
]),
|
|
269
|
+
key: "2"
|
|
270
|
+
} : void 0,
|
|
271
|
+
r.$slots.settings ? {
|
|
272
|
+
name: "settings",
|
|
273
|
+
fn: f(() => [
|
|
274
|
+
c(r.$slots, "settings")
|
|
275
|
+
]),
|
|
276
|
+
key: "3"
|
|
277
|
+
} : void 0
|
|
278
|
+
]), 1040));
|
|
279
|
+
}
|
|
280
|
+
}), _e = {
|
|
281
|
+
id: "aurora-mesh",
|
|
282
|
+
label: "极光网格",
|
|
283
|
+
description: {
|
|
284
|
+
suitable: "AI 平台 / 模型编排控制台 / GPU 算力调度台 / 暗场为主的智能监控大屏;想要「未来感但不刺眼」的高端 AI dashboard。",
|
|
285
|
+
unsuitable: "财务 / 政务等需庄重克制的场景;高密度纯表格录入(极光动效会分散注意);强无障碍合规需求(动效+辉光对低视力不友好)。"
|
|
286
|
+
},
|
|
287
|
+
config: {
|
|
288
|
+
light: {
|
|
289
|
+
bodyColor: "#eef1f8",
|
|
290
|
+
baseColor: "#1a1f33",
|
|
291
|
+
primaryColor: "#4f6dff",
|
|
292
|
+
successColor: "#1aa67a",
|
|
293
|
+
warningColor: "#d98a18",
|
|
294
|
+
dangerColor: "#e5484d",
|
|
295
|
+
errorColor: "#e5484d",
|
|
296
|
+
infoColor: "#6b5cff",
|
|
297
|
+
radius: "14px",
|
|
298
|
+
accent: "#8b6cff",
|
|
299
|
+
surface: "#ffffff",
|
|
300
|
+
borderColor: "#dde2f0",
|
|
301
|
+
glow: "0 0 0 1px rgba(79,109,255,0.18)",
|
|
302
|
+
blur: "14px",
|
|
303
|
+
shadow: "0 12px 32px -16px rgba(46,58,120,0.20)",
|
|
304
|
+
focusRing: "0 0 0 3px rgba(79,109,255,0.28)"
|
|
305
|
+
},
|
|
306
|
+
dark: {
|
|
307
|
+
bodyColor: "#070912",
|
|
308
|
+
baseColor: "#d6def5",
|
|
309
|
+
primaryColor: "#5b8cff",
|
|
310
|
+
successColor: "#34d3a6",
|
|
311
|
+
warningColor: "#f0b541",
|
|
312
|
+
dangerColor: "#ff5d63",
|
|
313
|
+
errorColor: "#ff5d63",
|
|
314
|
+
infoColor: "#8b6cff",
|
|
315
|
+
radius: "14px",
|
|
316
|
+
accent: "#3fd8e0",
|
|
317
|
+
surface: "#0f1424",
|
|
318
|
+
borderColor: "rgba(91,140,255,0.22)",
|
|
319
|
+
glow: "0 0 18px rgba(91,140,255,0.30)",
|
|
320
|
+
blur: "18px",
|
|
321
|
+
shadow: "0 0 0 1px rgba(91,140,255,0.12), 0 20px 48px -20px rgba(0,0,0,0.92)",
|
|
322
|
+
focusRing: "0 0 0 3px rgba(91,140,255,0.45)"
|
|
323
|
+
}
|
|
324
|
+
},
|
|
325
|
+
layout: {
|
|
326
|
+
viewport: {
|
|
327
|
+
paddingTop: 16,
|
|
328
|
+
paddingRight: 16,
|
|
329
|
+
paddingBottom: 16,
|
|
330
|
+
paddingLeft: 16
|
|
331
|
+
},
|
|
332
|
+
gap: { size: 8 },
|
|
333
|
+
header: {
|
|
334
|
+
height: 56,
|
|
335
|
+
background: "var(--admin-core-surface, var(--el-bg-color-overlay))",
|
|
336
|
+
style: { borderRadius: "14px" }
|
|
337
|
+
},
|
|
338
|
+
sidebar: {
|
|
339
|
+
width: 248,
|
|
340
|
+
collapseWidth: 64,
|
|
341
|
+
background: "var(--admin-core-surface, var(--el-bg-color-overlay))",
|
|
342
|
+
style: { borderRadius: "14px" }
|
|
343
|
+
},
|
|
344
|
+
body: { shimPadding: 20 },
|
|
345
|
+
shell: I(fe)
|
|
346
|
+
}
|
|
347
|
+
};
|
|
348
|
+
export {
|
|
349
|
+
_e as default
|
|
350
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
const a = {
|
|
2
|
+
id: "botanical-paper",
|
|
3
|
+
label: "草木纸本",
|
|
4
|
+
description: {
|
|
5
|
+
suitable: "教育 / 文创 / 园艺 / 生活方式类后台、追求有机手作纸感温暖自然调性的产品。",
|
|
6
|
+
unsuitable: "科技/数据密集监控;需锐利专业冷调;深色沉浸需求。"
|
|
7
|
+
},
|
|
8
|
+
config: {
|
|
9
|
+
light: {
|
|
10
|
+
bodyColor: "#f1ede1",
|
|
11
|
+
baseColor: "#2b2a20",
|
|
12
|
+
primaryColor: "#5a7b3a",
|
|
13
|
+
successColor: "#5a8a4a",
|
|
14
|
+
warningColor: "#bf8c2a",
|
|
15
|
+
dangerColor: "#bb4f3a",
|
|
16
|
+
errorColor: "#bb4f3a",
|
|
17
|
+
infoColor: "#6a7a6e",
|
|
18
|
+
radius: "16px",
|
|
19
|
+
accent: "#8a6a3e",
|
|
20
|
+
surface: "#f9f5ea",
|
|
21
|
+
borderColor: "#e0d8c5",
|
|
22
|
+
shadow: "0 7px 24px -14px rgba(43, 42, 32, 0.13)",
|
|
23
|
+
focusRing: "0 0 0 3px rgba(90, 123, 58, 0.24)"
|
|
24
|
+
},
|
|
25
|
+
dark: {
|
|
26
|
+
bodyColor: "#15160f",
|
|
27
|
+
baseColor: "#e6e3d4",
|
|
28
|
+
primaryColor: "#8fad62",
|
|
29
|
+
successColor: "#8cae6a",
|
|
30
|
+
warningColor: "#d2a850",
|
|
31
|
+
dangerColor: "#cc6e58",
|
|
32
|
+
errorColor: "#cc6e58",
|
|
33
|
+
infoColor: "#8a978c",
|
|
34
|
+
radius: "16px",
|
|
35
|
+
accent: "#b08a56",
|
|
36
|
+
surface: "#1f2016",
|
|
37
|
+
borderColor: "#2e3022",
|
|
38
|
+
shadow: "0 12px 30px -16px rgba(0, 0, 0, 0.72)",
|
|
39
|
+
focusRing: "0 0 0 3px rgba(143, 173, 98, 0.3)"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
layout: {
|
|
43
|
+
gap: { size: 8 },
|
|
44
|
+
header: {
|
|
45
|
+
height: 58,
|
|
46
|
+
background: "var(--admin-core-surface, var(--el-bg-color-overlay))",
|
|
47
|
+
style: { borderRadius: "16px" }
|
|
48
|
+
},
|
|
49
|
+
sidebar: {
|
|
50
|
+
width: 248,
|
|
51
|
+
collapseWidth: 64,
|
|
52
|
+
background: "var(--admin-core-surface, var(--el-bg-color-overlay))",
|
|
53
|
+
style: { borderRadius: "16px" }
|
|
54
|
+
},
|
|
55
|
+
body: { shimPadding: 26 }
|
|
56
|
+
}
|
|
57
|
+
};
|
|
58
|
+
export {
|
|
59
|
+
a as default
|
|
60
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
const o = {
|
|
2
|
+
id: "brutal-concrete",
|
|
3
|
+
label: "粗野混凝土",
|
|
4
|
+
description: {
|
|
5
|
+
suitable: "开发者工具 / 内部运维台 / 数据工程后台、刻意反精致追求功能透明、想要强烈个性记忆点的 B 端。",
|
|
6
|
+
unsuitable: "C 端消费品牌、需柔和亲和的场景;高龄用户;需大量阴影层次的拟物界面。"
|
|
7
|
+
},
|
|
8
|
+
config: {
|
|
9
|
+
light: {
|
|
10
|
+
bodyColor: "#d9d6cf",
|
|
11
|
+
baseColor: "#121210",
|
|
12
|
+
primaryColor: "#ff5a1f",
|
|
13
|
+
successColor: "#1f7a3d",
|
|
14
|
+
warningColor: "#b8860b",
|
|
15
|
+
dangerColor: "#c81e1e",
|
|
16
|
+
errorColor: "#c81e1e",
|
|
17
|
+
infoColor: "#2b4a8b",
|
|
18
|
+
radius: "0px",
|
|
19
|
+
borderWidth: "2px",
|
|
20
|
+
borderColor: "#121210",
|
|
21
|
+
shadow: "none",
|
|
22
|
+
surface: "#e7e4dd",
|
|
23
|
+
focusRing: "0 0 0 3px #ff5a1f"
|
|
24
|
+
},
|
|
25
|
+
dark: {
|
|
26
|
+
bodyColor: "#161512",
|
|
27
|
+
baseColor: "#ededea",
|
|
28
|
+
primaryColor: "#ff7a45",
|
|
29
|
+
successColor: "#3fa05f",
|
|
30
|
+
warningColor: "#d4a82e",
|
|
31
|
+
dangerColor: "#e64545",
|
|
32
|
+
errorColor: "#e64545",
|
|
33
|
+
infoColor: "#5f86d6",
|
|
34
|
+
radius: "0px",
|
|
35
|
+
borderWidth: "2px",
|
|
36
|
+
borderColor: "#ededea",
|
|
37
|
+
shadow: "none",
|
|
38
|
+
surface: "#201e1a",
|
|
39
|
+
focusRing: "0 0 0 3px #ff7a45"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
layout: {
|
|
43
|
+
gap: { size: 0 },
|
|
44
|
+
header: { height: 52 },
|
|
45
|
+
sidebar: { width: 232, collapseWidth: 56 },
|
|
46
|
+
body: { shimPadding: 20 }
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
export {
|
|
50
|
+
o as default
|
|
51
|
+
};
|