@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,315 @@
|
|
|
1
|
+
import { defineComponent as M, computed as b, openBlock as u, createBlock as R, Teleport as z, unref as o, createElementBlock as d, normalizeStyle as L, createElementVNode as i, Fragment as E, renderList as D, createCommentVNode as g, normalizeProps as O, guardReactiveProps as P, createSlots as T, withCtx as v, createVNode as V, renderSlot as y, markRaw as X } from "vue";
|
|
2
|
+
import { _ as Y } from "../chunks/FrameShellBase.vue_vue_type_script_setup_true_lang-sr56H_8-.mjs";
|
|
3
|
+
import { ADMIN_CORE_VIEWPORT_DECOR_ZINDEX_BELOW as Z } from "@done-coding/admin-core";
|
|
4
|
+
import { u as j } from "../chunks/use-frame-geometry-DPWBVziK.mjs";
|
|
5
|
+
import { _ as q } from "../chunks/_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
6
|
+
const J = ["width", "height", "viewBox"], K = {
|
|
7
|
+
id: "aurfWash",
|
|
8
|
+
cx: "50%",
|
|
9
|
+
cy: "42%",
|
|
10
|
+
r: "62%"
|
|
11
|
+
}, Q = ["stop-color", "stop-opacity"], U = ["stop-color"], ee = {
|
|
12
|
+
id: "aurfRing",
|
|
13
|
+
cx: "50%",
|
|
14
|
+
cy: "50%",
|
|
15
|
+
r: "50%"
|
|
16
|
+
}, oe = ["stop-color", "stop-opacity"], te = ["stop-color", "stop-opacity"], re = ["stop-color"], ae = {
|
|
17
|
+
id: "aurfNodeGlow",
|
|
18
|
+
x: "-200%",
|
|
19
|
+
y: "-200%",
|
|
20
|
+
width: "500%",
|
|
21
|
+
height: "500%"
|
|
22
|
+
}, le = ["stdDeviation"], se = ["width", "height"], ie = ["cx", "cy", "rx", "ry"], ne = ["values", "dur", "begin"], ue = ["values", "dur", "begin"], de = ["cx", "cy", "r", "fill", "filter", "opacity"], fe = ["values", "dur", "begin"], ce = /* @__PURE__ */ M({
|
|
23
|
+
__name: "AuroraFrameDecor",
|
|
24
|
+
setup(F) {
|
|
25
|
+
const {
|
|
26
|
+
isDark: t,
|
|
27
|
+
animated: r,
|
|
28
|
+
vw: n,
|
|
29
|
+
vh: l,
|
|
30
|
+
hasFrame: I,
|
|
31
|
+
hollowX: f,
|
|
32
|
+
hollowY: c,
|
|
33
|
+
hollowW: _,
|
|
34
|
+
hollowH: x
|
|
35
|
+
} = j(), N = b(() => t.value ? "#3a4ad8" : "#8f9bf2"), $ = b(() => t.value ? "#6f7dff" : "#7e8bff"), S = b(() => t.value ? "#9aa6ff" : "#5b6bf5"), A = b(() => t.value ? "#c7ceff" : "#4a5af0");
|
|
36
|
+
function s(p) {
|
|
37
|
+
const m = Math.sin(p) * 43758.5453;
|
|
38
|
+
return m - Math.floor(m);
|
|
39
|
+
}
|
|
40
|
+
const G = b(() => {
|
|
41
|
+
if (n.value <= 0 || l.value <= 0) return [];
|
|
42
|
+
const p = Math.min(n.value, l.value);
|
|
43
|
+
return [
|
|
44
|
+
{ fx: 0.04, fy: 0.06, rf: 0.3 },
|
|
45
|
+
// 左上角
|
|
46
|
+
{ fx: 0.96, fy: 0.06, rf: 0.3 },
|
|
47
|
+
// 右上角
|
|
48
|
+
{ fx: 0.04, fy: 0.94, rf: 0.3 },
|
|
49
|
+
// 左下角
|
|
50
|
+
{ fx: 0.96, fy: 0.94, rf: 0.3 },
|
|
51
|
+
// 右下角
|
|
52
|
+
{ fx: 0.5, fy: 0.02, rf: 0.22 },
|
|
53
|
+
// 上中
|
|
54
|
+
{ fx: 0.5, fy: 0.98, rf: 0.22 },
|
|
55
|
+
// 下中
|
|
56
|
+
{ fx: 0.02, fy: 0.5, rf: 0.22 },
|
|
57
|
+
// 左中
|
|
58
|
+
{ fx: 0.98, fy: 0.5, rf: 0.22 }
|
|
59
|
+
// 右中
|
|
60
|
+
].map((e, a) => ({
|
|
61
|
+
x: Number((e.fx * n.value).toFixed(1)),
|
|
62
|
+
y: Number((e.fy * l.value).toFixed(1)),
|
|
63
|
+
r: Number((p * e.rf).toFixed(1)),
|
|
64
|
+
dur: Number((12 + s(a * 3.1) * 8).toFixed(1)),
|
|
65
|
+
begin: Number((s(a * 4.7) * 6).toFixed(1))
|
|
66
|
+
}));
|
|
67
|
+
}), W = b(() => {
|
|
68
|
+
if (n.value <= 0 || l.value <= 0) return [];
|
|
69
|
+
const p = [], m = 26;
|
|
70
|
+
for (let e = 0; e < m; e++) {
|
|
71
|
+
let a = s(e * 1.7 + 0.3) * n.value, h = s(e * 2.9 + 0.7) * l.value;
|
|
72
|
+
if (a > f.value && a < f.value + _.value && h > c.value && h < c.value + x.value && s(e * 8.3) < 0.7) {
|
|
73
|
+
const k = a - f.value, w = f.value + _.value - a, B = h - c.value, H = c.value + x.value - h, C = Math.min(k, w, B, H);
|
|
74
|
+
C === k ? a = f.value * s(e * 2.1) : C === w ? a = f.value + _.value + w * 0 + (n.value - (f.value + _.value)) * s(e * 2.2) : C === B ? h = c.value * s(e * 2.3) : h = c.value + x.value + (l.value - (c.value + x.value)) * s(e * 2.4);
|
|
75
|
+
}
|
|
76
|
+
p.push({
|
|
77
|
+
x: Number(a.toFixed(1)),
|
|
78
|
+
y: Number(h.toFixed(1)),
|
|
79
|
+
hub: s(e * 3.3 + 0.5) > 0.8,
|
|
80
|
+
dur: Number((3 + s(e * 4.1) * 3).toFixed(1)),
|
|
81
|
+
begin: Number((s(e * 5.7) * 4).toFixed(1))
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
return p;
|
|
85
|
+
});
|
|
86
|
+
return (p, m) => (u(), R(z, { to: "body" }, [
|
|
87
|
+
o(I) ? (u(), d("svg", {
|
|
88
|
+
key: 0,
|
|
89
|
+
class: "aurora-frame-decor",
|
|
90
|
+
style: L({
|
|
91
|
+
position: "fixed",
|
|
92
|
+
left: 0,
|
|
93
|
+
top: 0,
|
|
94
|
+
pointerEvents: "none",
|
|
95
|
+
zIndex: o(Z),
|
|
96
|
+
opacity: o(t) ? 1 : 0.7
|
|
97
|
+
}),
|
|
98
|
+
width: o(n),
|
|
99
|
+
height: o(l),
|
|
100
|
+
viewBox: `0 0 ${o(n)} ${o(l)}`,
|
|
101
|
+
"aria-hidden": "true"
|
|
102
|
+
}, [
|
|
103
|
+
i("defs", null, [
|
|
104
|
+
i("radialGradient", K, [
|
|
105
|
+
i("stop", {
|
|
106
|
+
offset: "0%",
|
|
107
|
+
"stop-color": N.value,
|
|
108
|
+
"stop-opacity": o(t) ? 0.14 : 0.06
|
|
109
|
+
}, null, 8, Q),
|
|
110
|
+
i("stop", {
|
|
111
|
+
offset: "100%",
|
|
112
|
+
"stop-color": N.value,
|
|
113
|
+
"stop-opacity": "0"
|
|
114
|
+
}, null, 8, U)
|
|
115
|
+
]),
|
|
116
|
+
i("radialGradient", ee, [
|
|
117
|
+
i("stop", {
|
|
118
|
+
offset: "0%",
|
|
119
|
+
"stop-color": $.value,
|
|
120
|
+
"stop-opacity": o(t) ? 0.55 : 0.24
|
|
121
|
+
}, null, 8, oe),
|
|
122
|
+
i("stop", {
|
|
123
|
+
offset: "55%",
|
|
124
|
+
"stop-color": $.value,
|
|
125
|
+
"stop-opacity": o(t) ? 0.18 : 0.08
|
|
126
|
+
}, null, 8, te),
|
|
127
|
+
i("stop", {
|
|
128
|
+
offset: "100%",
|
|
129
|
+
"stop-color": $.value,
|
|
130
|
+
"stop-opacity": "0"
|
|
131
|
+
}, null, 8, re)
|
|
132
|
+
]),
|
|
133
|
+
i("filter", ae, [
|
|
134
|
+
i("feGaussianBlur", {
|
|
135
|
+
stdDeviation: o(t) ? 2.4 : 1.1
|
|
136
|
+
}, null, 8, le)
|
|
137
|
+
])
|
|
138
|
+
]),
|
|
139
|
+
i("rect", {
|
|
140
|
+
width: o(n),
|
|
141
|
+
height: o(l),
|
|
142
|
+
fill: "url(#aurfWash)"
|
|
143
|
+
}, null, 8, se),
|
|
144
|
+
(u(!0), d(E, null, D(G.value, (e, a) => (u(), d("ellipse", {
|
|
145
|
+
key: `g${a}`,
|
|
146
|
+
cx: e.x,
|
|
147
|
+
cy: e.y,
|
|
148
|
+
rx: e.r,
|
|
149
|
+
ry: e.r,
|
|
150
|
+
fill: "url(#aurfRing)"
|
|
151
|
+
}, [
|
|
152
|
+
o(r) ? (u(), d("animate", {
|
|
153
|
+
key: 0,
|
|
154
|
+
attributeName: "rx",
|
|
155
|
+
values: `${e.r};${e.r * 1.18};${e.r}`,
|
|
156
|
+
dur: `${e.dur}s`,
|
|
157
|
+
begin: `${e.begin}s`,
|
|
158
|
+
repeatCount: "indefinite"
|
|
159
|
+
}, null, 8, ne)) : g("", !0),
|
|
160
|
+
o(r) ? (u(), d("animate", {
|
|
161
|
+
key: 1,
|
|
162
|
+
attributeName: "ry",
|
|
163
|
+
values: `${e.r};${e.r * 1.18};${e.r}`,
|
|
164
|
+
dur: `${e.dur}s`,
|
|
165
|
+
begin: `${e.begin}s`,
|
|
166
|
+
repeatCount: "indefinite"
|
|
167
|
+
}, null, 8, ue)) : g("", !0)
|
|
168
|
+
], 8, ie))), 128)),
|
|
169
|
+
(u(!0), d(E, null, D(W.value, (e, a) => (u(), d("circle", {
|
|
170
|
+
key: `n${a}`,
|
|
171
|
+
cx: e.x,
|
|
172
|
+
cy: e.y,
|
|
173
|
+
r: e.hub ? 2.6 : 1.5,
|
|
174
|
+
fill: e.hub ? A.value : S.value,
|
|
175
|
+
filter: e.hub ? "url(#aurfNodeGlow)" : void 0,
|
|
176
|
+
opacity: o(r) ? void 0 : o(t) ? 0.5 : 0.3
|
|
177
|
+
}, [
|
|
178
|
+
o(r) ? (u(), d("animate", {
|
|
179
|
+
key: 0,
|
|
180
|
+
attributeName: "opacity",
|
|
181
|
+
values: e.hub ? `${o(t) ? 0.4 : 0.22};${o(t) ? 0.95 : 0.5};${o(t) ? 0.4 : 0.22}` : `${o(t) ? 0.22 : 0.12};${o(t) ? 0.62 : 0.32};${o(t) ? 0.22 : 0.12}`,
|
|
182
|
+
dur: `${e.dur}s`,
|
|
183
|
+
begin: `${e.begin}s`,
|
|
184
|
+
repeatCount: "indefinite"
|
|
185
|
+
}, null, 8, fe)) : g("", !0)
|
|
186
|
+
], 8, de))), 128))
|
|
187
|
+
], 12, J)) : g("", !0)
|
|
188
|
+
]));
|
|
189
|
+
}
|
|
190
|
+
}), pe = /* @__PURE__ */ q(ce, [["__scopeId", "data-v-99584d50"]]), he = /* @__PURE__ */ M({
|
|
191
|
+
__name: "AppliedIntelligenceFrameShell",
|
|
192
|
+
props: {
|
|
193
|
+
menus: {},
|
|
194
|
+
menuFlatList: {},
|
|
195
|
+
sidebarMenus: {},
|
|
196
|
+
headerMenus: {},
|
|
197
|
+
activeMenu: {},
|
|
198
|
+
activeModuleMenu: {},
|
|
199
|
+
showHeader: { type: Boolean },
|
|
200
|
+
showSidebar: { type: Boolean },
|
|
201
|
+
showAside: { type: Boolean },
|
|
202
|
+
sidebarAboveHeader: { type: Boolean }
|
|
203
|
+
},
|
|
204
|
+
setup(F) {
|
|
205
|
+
const t = F;
|
|
206
|
+
return (r, n) => (u(), R(Y, O(P(t)), T({
|
|
207
|
+
default: v((l) => [
|
|
208
|
+
y(r.$slots, "default", {
|
|
209
|
+
Footer: l.Footer
|
|
210
|
+
})
|
|
211
|
+
]),
|
|
212
|
+
decor: v(() => [
|
|
213
|
+
V(pe)
|
|
214
|
+
]),
|
|
215
|
+
_: 2
|
|
216
|
+
}, [
|
|
217
|
+
r.$slots.brand ? {
|
|
218
|
+
name: "brand",
|
|
219
|
+
fn: v(() => [
|
|
220
|
+
y(r.$slots, "brand")
|
|
221
|
+
]),
|
|
222
|
+
key: "0"
|
|
223
|
+
} : void 0,
|
|
224
|
+
r.$slots.themeSwitcher ? {
|
|
225
|
+
name: "themeSwitcher",
|
|
226
|
+
fn: v((l) => [
|
|
227
|
+
y(r.$slots, "themeSwitcher", {
|
|
228
|
+
Default: l.Default
|
|
229
|
+
})
|
|
230
|
+
]),
|
|
231
|
+
key: "1"
|
|
232
|
+
} : void 0,
|
|
233
|
+
r.$slots.userEntry ? {
|
|
234
|
+
name: "userEntry",
|
|
235
|
+
fn: v(() => [
|
|
236
|
+
y(r.$slots, "userEntry")
|
|
237
|
+
]),
|
|
238
|
+
key: "2"
|
|
239
|
+
} : void 0,
|
|
240
|
+
r.$slots.settings ? {
|
|
241
|
+
name: "settings",
|
|
242
|
+
fn: v(() => [
|
|
243
|
+
y(r.$slots, "settings")
|
|
244
|
+
]),
|
|
245
|
+
key: "3"
|
|
246
|
+
} : void 0,
|
|
247
|
+
r.$slots.aside ? {
|
|
248
|
+
name: "aside",
|
|
249
|
+
fn: v(() => [
|
|
250
|
+
y(r.$slots, "aside")
|
|
251
|
+
]),
|
|
252
|
+
key: "4"
|
|
253
|
+
} : void 0
|
|
254
|
+
]), 1040));
|
|
255
|
+
}
|
|
256
|
+
}), ge = {
|
|
257
|
+
id: "applied-intelligence-frame",
|
|
258
|
+
label: "应用智能·框光",
|
|
259
|
+
description: {
|
|
260
|
+
suitable: "智能 / AI 产品的管理后台与平台运维台:应用·密钥·权限·用户等场景;想要有智能签名(框边靛蓝辉光带晕住内容)、现代套框、暗场为主的品牌靛蓝,且装饰克制不抢内容。",
|
|
261
|
+
unsuitable: "需极致克制零装饰的纯净后台;老年 / 低视力主用群体;偏好亮场暖色亲和的 C 端后台。"
|
|
262
|
+
},
|
|
263
|
+
config: {
|
|
264
|
+
light: {
|
|
265
|
+
bodyColor: "#f3f5fc",
|
|
266
|
+
baseColor: "#1b2230",
|
|
267
|
+
primaryColor: "#4a5af0",
|
|
268
|
+
successColor: "#16a34a",
|
|
269
|
+
warningColor: "#e89a19",
|
|
270
|
+
dangerColor: "#e8424e",
|
|
271
|
+
errorColor: "#e8424e",
|
|
272
|
+
infoColor: "#6a748c",
|
|
273
|
+
radius: "10px",
|
|
274
|
+
accent: "#4a5af0",
|
|
275
|
+
surface: "#ffffff",
|
|
276
|
+
borderColor: "#e2e6f2",
|
|
277
|
+
glow: "0 0 0 1px rgba(74, 90, 240, 0.14)",
|
|
278
|
+
shadow: "0 8px 26px -16px rgba(27, 34, 48, 0.18)",
|
|
279
|
+
focusRing: "0 0 0 3px rgba(74, 90, 240, 0.22)"
|
|
280
|
+
},
|
|
281
|
+
dark: {
|
|
282
|
+
bodyColor: "#0b0e16",
|
|
283
|
+
baseColor: "#e4e8f2",
|
|
284
|
+
primaryColor: "#7e8bff",
|
|
285
|
+
successColor: "#2fb868",
|
|
286
|
+
warningColor: "#f0a937",
|
|
287
|
+
dangerColor: "#f25864",
|
|
288
|
+
errorColor: "#f25864",
|
|
289
|
+
infoColor: "#8893a8",
|
|
290
|
+
radius: "10px",
|
|
291
|
+
accent: "#9aa6ff",
|
|
292
|
+
surface: "#141826",
|
|
293
|
+
borderColor: "rgba(126, 139, 255, 0.2)",
|
|
294
|
+
glow: "0 0 16px rgba(126, 139, 255, 0.34)",
|
|
295
|
+
shadow: "0 0 0 1px rgba(126, 139, 255, 0.1), 0 18px 44px -20px rgba(0, 0, 0, 0.9)",
|
|
296
|
+
focusRing: "0 0 0 3px rgba(126, 139, 255, 0.45)"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
layout: {
|
|
300
|
+
viewport: {
|
|
301
|
+
paddingTop: 16,
|
|
302
|
+
paddingRight: 16,
|
|
303
|
+
paddingBottom: 16,
|
|
304
|
+
paddingLeft: 16
|
|
305
|
+
},
|
|
306
|
+
gap: { size: 10 },
|
|
307
|
+
header: { height: 56 },
|
|
308
|
+
sidebar: { width: 236, collapseWidth: 60 },
|
|
309
|
+
body: { shimPadding: 16 },
|
|
310
|
+
shell: X(he)
|
|
311
|
+
}
|
|
312
|
+
};
|
|
313
|
+
export {
|
|
314
|
+
ge as default
|
|
315
|
+
};
|