@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,400 @@
|
|
|
1
|
+
import { defineComponent as k, computed as b, openBlock as u, createBlock as B, Teleport as G, unref as e, createElementBlock as p, normalizeStyle as R, createElementVNode as o, Fragment as v, createCommentVNode as y, renderList as w, normalizeProps as T, guardReactiveProps as I, createSlots as S, withCtx as h, createVNode as O, renderSlot as m, markRaw as z } from "vue";
|
|
2
|
+
import { _ as L } 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 V } from "../chunks/use-frame-geometry-DPWBVziK.mjs";
|
|
5
|
+
import { _ as W } from "../chunks/_plugin-vue_export-helper-CHgC5LLL.mjs";
|
|
6
|
+
const H = ["width", "height", "viewBox"], q = {
|
|
7
|
+
id: "aurNebA",
|
|
8
|
+
cx: "50%",
|
|
9
|
+
cy: "50%",
|
|
10
|
+
r: "50%"
|
|
11
|
+
}, Q = ["stop-color", "stop-opacity"], X = ["stop-color", "stop-opacity"], Z = ["stop-color"], j = {
|
|
12
|
+
id: "aurNebB",
|
|
13
|
+
cx: "50%",
|
|
14
|
+
cy: "50%",
|
|
15
|
+
r: "50%"
|
|
16
|
+
}, J = ["stop-color", "stop-opacity"], K = ["stop-color", "stop-opacity"], U = ["stop-color"], Y = {
|
|
17
|
+
id: "aurNebC",
|
|
18
|
+
cx: "50%",
|
|
19
|
+
cy: "50%",
|
|
20
|
+
r: "50%"
|
|
21
|
+
}, ee = ["stop-color", "stop-opacity"], te = ["stop-color"], oe = {
|
|
22
|
+
id: "aurNodeGlow",
|
|
23
|
+
x: "-200%",
|
|
24
|
+
y: "-200%",
|
|
25
|
+
width: "500%",
|
|
26
|
+
height: "500%"
|
|
27
|
+
}, re = ["stdDeviation"], ae = ["cx", "cy", "rx", "ry"], se = ["values"], ie = ["values"], ne = ["values"], le = ["cx", "cy", "rx", "ry"], ue = ["values"], de = ["values"], ce = ["values"], pe = ["cx", "cy", "rx", "ry"], fe = ["values"], be = ["width", "height", "opacity"], he = ["cx", "cy", "r", "fill", "filter", "opacity"], ye = ["values", "dur", "begin"], me = ["fill"], _e = ["dur", "begin", "path"], ve = ["dur", "begin"], ge = /* @__PURE__ */ k({
|
|
28
|
+
__name: "AuroraNebulaDecor",
|
|
29
|
+
setup($) {
|
|
30
|
+
const { isDark: r, animated: s, vw: l, vh: i, hasFrame: F } = V(), g = b(() => r.value ? "#4a5af0" : "#6f7df2"), x = b(() => r.value ? "#7e8bff" : "#9aa6ff"), C = b(() => r.value ? "#5b7cff" : "#8fb0ff"), M = b(() => r.value ? "#9aa6ff" : "#5b6bf5"), E = b(() => r.value ? "#c7ceff" : "#4a5af0"), A = b(() => r.value ? "#e0e5ff" : "#5b6bf5");
|
|
31
|
+
function a(n) {
|
|
32
|
+
return Number((Math.min(l.value, i.value) * n).toFixed(1));
|
|
33
|
+
}
|
|
34
|
+
function c(n) {
|
|
35
|
+
const d = Math.sin(n) * 43758.5453;
|
|
36
|
+
return d - Math.floor(d);
|
|
37
|
+
}
|
|
38
|
+
const N = b(() => {
|
|
39
|
+
if (l.value <= 0 || i.value <= 0) return [];
|
|
40
|
+
const n = [], d = 22;
|
|
41
|
+
for (let t = 0; t < d; t++)
|
|
42
|
+
n.push({
|
|
43
|
+
x: Number((c(t * 1.7 + 0.3) * l.value).toFixed(1)),
|
|
44
|
+
y: Number((c(t * 2.9 + 0.7) * i.value).toFixed(1)),
|
|
45
|
+
hub: c(t * 3.3 + 0.5) > 0.8,
|
|
46
|
+
dur: Number((3 + c(t * 4.1) * 3).toFixed(1)),
|
|
47
|
+
begin: Number((c(t * 5.7) * 4).toFixed(1))
|
|
48
|
+
});
|
|
49
|
+
return n;
|
|
50
|
+
}), D = b(() => {
|
|
51
|
+
const n = N.value;
|
|
52
|
+
if (n.length < 2) return [];
|
|
53
|
+
const d = [];
|
|
54
|
+
for (let t = 0; t < 5; t++) {
|
|
55
|
+
const f = n[t * 4 % n.length], _ = n[(t * 4 + 3) % n.length];
|
|
56
|
+
d.push({
|
|
57
|
+
x1: f.x,
|
|
58
|
+
y1: f.y,
|
|
59
|
+
x2: _.x,
|
|
60
|
+
y2: _.y,
|
|
61
|
+
cx: Number(((f.x + _.x) / 2 + (c(t * 9.1) - 0.5) * 80).toFixed(1)),
|
|
62
|
+
cy: Number(((f.y + _.y) / 2 + (c(t * 9.7) - 0.5) * 80).toFixed(1)),
|
|
63
|
+
dur: Number((7 + c(t * 6.3) * 5).toFixed(1)),
|
|
64
|
+
begin: Number((c(t * 7.9) * 6).toFixed(1))
|
|
65
|
+
});
|
|
66
|
+
}
|
|
67
|
+
return d;
|
|
68
|
+
});
|
|
69
|
+
return (n, d) => (u(), B(G, { to: "body" }, [
|
|
70
|
+
e(F) ? (u(), p("svg", {
|
|
71
|
+
key: 0,
|
|
72
|
+
class: "aurora-nebula-decor",
|
|
73
|
+
style: R({
|
|
74
|
+
position: "fixed",
|
|
75
|
+
left: 0,
|
|
76
|
+
top: 0,
|
|
77
|
+
pointerEvents: "none",
|
|
78
|
+
zIndex: e(P),
|
|
79
|
+
opacity: e(r) ? 1 : 0.7
|
|
80
|
+
}),
|
|
81
|
+
width: e(l),
|
|
82
|
+
height: e(i),
|
|
83
|
+
viewBox: `0 0 ${e(l)} ${e(i)}`,
|
|
84
|
+
"aria-hidden": "true"
|
|
85
|
+
}, [
|
|
86
|
+
o("defs", null, [
|
|
87
|
+
o("radialGradient", q, [
|
|
88
|
+
o("stop", {
|
|
89
|
+
offset: "0%",
|
|
90
|
+
"stop-color": g.value,
|
|
91
|
+
"stop-opacity": e(r) ? 0.5 : 0.22
|
|
92
|
+
}, null, 8, Q),
|
|
93
|
+
o("stop", {
|
|
94
|
+
offset: "55%",
|
|
95
|
+
"stop-color": g.value,
|
|
96
|
+
"stop-opacity": e(r) ? 0.16 : 0.07
|
|
97
|
+
}, null, 8, X),
|
|
98
|
+
o("stop", {
|
|
99
|
+
offset: "100%",
|
|
100
|
+
"stop-color": g.value,
|
|
101
|
+
"stop-opacity": "0"
|
|
102
|
+
}, null, 8, Z)
|
|
103
|
+
]),
|
|
104
|
+
o("radialGradient", j, [
|
|
105
|
+
o("stop", {
|
|
106
|
+
offset: "0%",
|
|
107
|
+
"stop-color": x.value,
|
|
108
|
+
"stop-opacity": e(r) ? 0.42 : 0.18
|
|
109
|
+
}, null, 8, J),
|
|
110
|
+
o("stop", {
|
|
111
|
+
offset: "60%",
|
|
112
|
+
"stop-color": x.value,
|
|
113
|
+
"stop-opacity": e(r) ? 0.12 : 0.05
|
|
114
|
+
}, null, 8, K),
|
|
115
|
+
o("stop", {
|
|
116
|
+
offset: "100%",
|
|
117
|
+
"stop-color": x.value,
|
|
118
|
+
"stop-opacity": "0"
|
|
119
|
+
}, null, 8, U)
|
|
120
|
+
]),
|
|
121
|
+
o("radialGradient", Y, [
|
|
122
|
+
o("stop", {
|
|
123
|
+
offset: "0%",
|
|
124
|
+
"stop-color": C.value,
|
|
125
|
+
"stop-opacity": e(r) ? 0.34 : 0.14
|
|
126
|
+
}, null, 8, ee),
|
|
127
|
+
o("stop", {
|
|
128
|
+
offset: "100%",
|
|
129
|
+
"stop-color": C.value,
|
|
130
|
+
"stop-opacity": "0"
|
|
131
|
+
}, null, 8, te)
|
|
132
|
+
]),
|
|
133
|
+
o("filter", oe, [
|
|
134
|
+
o("feGaussianBlur", {
|
|
135
|
+
stdDeviation: e(r) ? 2.6 : 1.2
|
|
136
|
+
}, null, 8, re)
|
|
137
|
+
]),
|
|
138
|
+
d[0] || (d[0] = o("filter", { id: "aurGrain" }, [
|
|
139
|
+
o("feTurbulence", {
|
|
140
|
+
type: "fractalNoise",
|
|
141
|
+
baseFrequency: "0.85",
|
|
142
|
+
numOctaves: "2",
|
|
143
|
+
stitchTiles: "stitch"
|
|
144
|
+
}),
|
|
145
|
+
o("feColorMatrix", {
|
|
146
|
+
type: "saturate",
|
|
147
|
+
values: "0"
|
|
148
|
+
})
|
|
149
|
+
], -1))
|
|
150
|
+
]),
|
|
151
|
+
o("ellipse", {
|
|
152
|
+
cx: e(l) * 0.16,
|
|
153
|
+
cy: e(i) * 0.18,
|
|
154
|
+
rx: a(0.42),
|
|
155
|
+
ry: a(0.34),
|
|
156
|
+
fill: "url(#aurNebA)"
|
|
157
|
+
}, [
|
|
158
|
+
e(s) ? (u(), p(v, { key: 0 }, [
|
|
159
|
+
o("animate", {
|
|
160
|
+
attributeName: "rx",
|
|
161
|
+
values: `${a(0.42)};${a(0.5)};${a(0.42)}`,
|
|
162
|
+
dur: "14s",
|
|
163
|
+
repeatCount: "indefinite"
|
|
164
|
+
}, null, 8, se),
|
|
165
|
+
o("animate", {
|
|
166
|
+
attributeName: "ry",
|
|
167
|
+
values: `${a(0.34)};${a(0.4)};${a(0.34)}`,
|
|
168
|
+
dur: "14s",
|
|
169
|
+
repeatCount: "indefinite"
|
|
170
|
+
}, null, 8, ie),
|
|
171
|
+
o("animateTransform", {
|
|
172
|
+
attributeName: "transform",
|
|
173
|
+
type: "translate",
|
|
174
|
+
values: `0,0; ${e(l) * 0.03},${e(i) * 0.04}; 0,0`,
|
|
175
|
+
dur: "26s",
|
|
176
|
+
repeatCount: "indefinite"
|
|
177
|
+
}, null, 8, ne)
|
|
178
|
+
], 64)) : y("", !0)
|
|
179
|
+
], 8, ae),
|
|
180
|
+
o("ellipse", {
|
|
181
|
+
cx: e(l) * 0.86,
|
|
182
|
+
cy: e(i) * 0.82,
|
|
183
|
+
rx: a(0.4),
|
|
184
|
+
ry: a(0.32),
|
|
185
|
+
fill: "url(#aurNebB)"
|
|
186
|
+
}, [
|
|
187
|
+
e(s) ? (u(), p(v, { key: 0 }, [
|
|
188
|
+
o("animate", {
|
|
189
|
+
attributeName: "rx",
|
|
190
|
+
values: `${a(0.4)};${a(0.48)};${a(0.4)}`,
|
|
191
|
+
dur: "17s",
|
|
192
|
+
begin: "3s",
|
|
193
|
+
repeatCount: "indefinite"
|
|
194
|
+
}, null, 8, ue),
|
|
195
|
+
o("animate", {
|
|
196
|
+
attributeName: "ry",
|
|
197
|
+
values: `${a(0.32)};${a(0.38)};${a(0.32)}`,
|
|
198
|
+
dur: "17s",
|
|
199
|
+
begin: "3s",
|
|
200
|
+
repeatCount: "indefinite"
|
|
201
|
+
}, null, 8, de),
|
|
202
|
+
o("animateTransform", {
|
|
203
|
+
attributeName: "transform",
|
|
204
|
+
type: "translate",
|
|
205
|
+
values: `0,0; ${e(l) * -0.03},${e(i) * -0.03}; 0,0`,
|
|
206
|
+
dur: "31s",
|
|
207
|
+
repeatCount: "indefinite"
|
|
208
|
+
}, null, 8, ce)
|
|
209
|
+
], 64)) : y("", !0)
|
|
210
|
+
], 8, le),
|
|
211
|
+
o("ellipse", {
|
|
212
|
+
cx: e(l) * 0.82,
|
|
213
|
+
cy: e(i) * 0.16,
|
|
214
|
+
rx: a(0.24),
|
|
215
|
+
ry: a(0.2),
|
|
216
|
+
fill: "url(#aurNebC)"
|
|
217
|
+
}, [
|
|
218
|
+
e(s) ? (u(), p("animate", {
|
|
219
|
+
key: 0,
|
|
220
|
+
attributeName: "rx",
|
|
221
|
+
values: `${a(0.24)};${a(0.3)};${a(0.24)}`,
|
|
222
|
+
dur: "11s",
|
|
223
|
+
begin: "1.5s",
|
|
224
|
+
repeatCount: "indefinite"
|
|
225
|
+
}, null, 8, fe)) : y("", !0)
|
|
226
|
+
], 8, pe),
|
|
227
|
+
o("rect", {
|
|
228
|
+
width: e(l),
|
|
229
|
+
height: e(i),
|
|
230
|
+
filter: "url(#aurGrain)",
|
|
231
|
+
opacity: e(r) ? 0.05 : 0.025
|
|
232
|
+
}, null, 8, be),
|
|
233
|
+
(u(!0), p(v, null, w(N.value, (t, f) => (u(), p("circle", {
|
|
234
|
+
key: `n${f}`,
|
|
235
|
+
cx: t.x,
|
|
236
|
+
cy: t.y,
|
|
237
|
+
r: t.hub ? 2.6 : 1.5,
|
|
238
|
+
fill: t.hub ? E.value : M.value,
|
|
239
|
+
filter: t.hub ? "url(#aurNodeGlow)" : void 0,
|
|
240
|
+
opacity: e(s) ? void 0 : e(r) ? 0.5 : 0.3
|
|
241
|
+
}, [
|
|
242
|
+
e(s) ? (u(), p("animate", {
|
|
243
|
+
key: 0,
|
|
244
|
+
attributeName: "opacity",
|
|
245
|
+
values: t.hub ? `${e(r) ? 0.4 : 0.22};${e(r) ? 0.95 : 0.5};${e(r) ? 0.4 : 0.22}` : `${e(r) ? 0.2 : 0.1};${e(r) ? 0.6 : 0.32};${e(r) ? 0.2 : 0.1}`,
|
|
246
|
+
dur: `${t.dur}s`,
|
|
247
|
+
begin: `${t.begin}s`,
|
|
248
|
+
repeatCount: "indefinite"
|
|
249
|
+
}, null, 8, ye)) : y("", !0)
|
|
250
|
+
], 8, he))), 128)),
|
|
251
|
+
e(s) ? (u(!0), p(v, { key: 0 }, w(D.value, (t, f) => (u(), p("circle", {
|
|
252
|
+
key: `p${f}`,
|
|
253
|
+
r: "2",
|
|
254
|
+
fill: A.value,
|
|
255
|
+
filter: "url(#aurNodeGlow)"
|
|
256
|
+
}, [
|
|
257
|
+
o("animateMotion", {
|
|
258
|
+
dur: `${t.dur}s`,
|
|
259
|
+
begin: `${t.begin}s`,
|
|
260
|
+
repeatCount: "indefinite",
|
|
261
|
+
path: `M${t.x1},${t.y1} Q${t.cx},${t.cy} ${t.x2},${t.y2}`
|
|
262
|
+
}, null, 8, _e),
|
|
263
|
+
o("animate", {
|
|
264
|
+
attributeName: "opacity",
|
|
265
|
+
values: "0;0.9;0.9;0",
|
|
266
|
+
keyTimes: "0;0.2;0.8;1",
|
|
267
|
+
dur: `${t.dur}s`,
|
|
268
|
+
begin: `${t.begin}s`,
|
|
269
|
+
repeatCount: "indefinite"
|
|
270
|
+
}, null, 8, ve)
|
|
271
|
+
], 8, me))), 128)) : y("", !0)
|
|
272
|
+
], 12, H)) : y("", !0)
|
|
273
|
+
]));
|
|
274
|
+
}
|
|
275
|
+
}), xe = /* @__PURE__ */ W(ge, [["__scopeId", "data-v-bd06edd0"]]), $e = /* @__PURE__ */ k({
|
|
276
|
+
__name: "AppliedIntelligenceNebulaShell",
|
|
277
|
+
props: {
|
|
278
|
+
menus: {},
|
|
279
|
+
menuFlatList: {},
|
|
280
|
+
sidebarMenus: {},
|
|
281
|
+
headerMenus: {},
|
|
282
|
+
activeMenu: {},
|
|
283
|
+
activeModuleMenu: {},
|
|
284
|
+
showHeader: { type: Boolean },
|
|
285
|
+
showSidebar: { type: Boolean },
|
|
286
|
+
showAside: { type: Boolean },
|
|
287
|
+
sidebarAboveHeader: { type: Boolean }
|
|
288
|
+
},
|
|
289
|
+
setup($) {
|
|
290
|
+
const r = $;
|
|
291
|
+
return (s, l) => (u(), B(L, T(I(r)), S({
|
|
292
|
+
default: h((i) => [
|
|
293
|
+
m(s.$slots, "default", {
|
|
294
|
+
Footer: i.Footer
|
|
295
|
+
})
|
|
296
|
+
]),
|
|
297
|
+
decor: h(() => [
|
|
298
|
+
O(xe)
|
|
299
|
+
]),
|
|
300
|
+
_: 2
|
|
301
|
+
}, [
|
|
302
|
+
s.$slots.brand ? {
|
|
303
|
+
name: "brand",
|
|
304
|
+
fn: h(() => [
|
|
305
|
+
m(s.$slots, "brand")
|
|
306
|
+
]),
|
|
307
|
+
key: "0"
|
|
308
|
+
} : void 0,
|
|
309
|
+
s.$slots.themeSwitcher ? {
|
|
310
|
+
name: "themeSwitcher",
|
|
311
|
+
fn: h((i) => [
|
|
312
|
+
m(s.$slots, "themeSwitcher", {
|
|
313
|
+
Default: i.Default
|
|
314
|
+
})
|
|
315
|
+
]),
|
|
316
|
+
key: "1"
|
|
317
|
+
} : void 0,
|
|
318
|
+
s.$slots.userEntry ? {
|
|
319
|
+
name: "userEntry",
|
|
320
|
+
fn: h(() => [
|
|
321
|
+
m(s.$slots, "userEntry")
|
|
322
|
+
]),
|
|
323
|
+
key: "2"
|
|
324
|
+
} : void 0,
|
|
325
|
+
s.$slots.settings ? {
|
|
326
|
+
name: "settings",
|
|
327
|
+
fn: h(() => [
|
|
328
|
+
m(s.$slots, "settings")
|
|
329
|
+
]),
|
|
330
|
+
key: "3"
|
|
331
|
+
} : void 0,
|
|
332
|
+
s.$slots.aside ? {
|
|
333
|
+
name: "aside",
|
|
334
|
+
fn: h(() => [
|
|
335
|
+
m(s.$slots, "aside")
|
|
336
|
+
]),
|
|
337
|
+
key: "4"
|
|
338
|
+
} : void 0
|
|
339
|
+
]), 1040));
|
|
340
|
+
}
|
|
341
|
+
}), Fe = {
|
|
342
|
+
id: "applied-intelligence-nebula",
|
|
343
|
+
label: "应用智能·星雾",
|
|
344
|
+
description: {
|
|
345
|
+
suitable: "智能 / AI 产品的管理后台与平台运维台:应用·密钥·权限·用户等场景;想要有智能签名(靛蓝光雾星云)、现代套框、暗场为主的品牌靛蓝,且装饰克制不抢内容。",
|
|
346
|
+
unsuitable: "需极致克制零装饰的纯净后台;老年 / 低视力主用群体;偏好亮场暖色亲和的 C 端后台。"
|
|
347
|
+
},
|
|
348
|
+
config: {
|
|
349
|
+
light: {
|
|
350
|
+
bodyColor: "#f3f5fc",
|
|
351
|
+
baseColor: "#1b2230",
|
|
352
|
+
primaryColor: "#4a5af0",
|
|
353
|
+
successColor: "#16a34a",
|
|
354
|
+
warningColor: "#e89a19",
|
|
355
|
+
dangerColor: "#e8424e",
|
|
356
|
+
errorColor: "#e8424e",
|
|
357
|
+
infoColor: "#6a748c",
|
|
358
|
+
radius: "10px",
|
|
359
|
+
accent: "#4a5af0",
|
|
360
|
+
surface: "#ffffff",
|
|
361
|
+
borderColor: "#e2e6f2",
|
|
362
|
+
glow: "0 0 0 1px rgba(74, 90, 240, 0.14)",
|
|
363
|
+
shadow: "0 8px 26px -16px rgba(27, 34, 48, 0.18)",
|
|
364
|
+
focusRing: "0 0 0 3px rgba(74, 90, 240, 0.22)"
|
|
365
|
+
},
|
|
366
|
+
dark: {
|
|
367
|
+
bodyColor: "#0b0e16",
|
|
368
|
+
baseColor: "#e4e8f2",
|
|
369
|
+
primaryColor: "#7e8bff",
|
|
370
|
+
successColor: "#2fb868",
|
|
371
|
+
warningColor: "#f0a937",
|
|
372
|
+
dangerColor: "#f25864",
|
|
373
|
+
errorColor: "#f25864",
|
|
374
|
+
infoColor: "#8893a8",
|
|
375
|
+
radius: "10px",
|
|
376
|
+
accent: "#9aa6ff",
|
|
377
|
+
surface: "#141826",
|
|
378
|
+
borderColor: "rgba(126, 139, 255, 0.2)",
|
|
379
|
+
glow: "0 0 16px rgba(126, 139, 255, 0.34)",
|
|
380
|
+
shadow: "0 0 0 1px rgba(126, 139, 255, 0.1), 0 18px 44px -20px rgba(0, 0, 0, 0.9)",
|
|
381
|
+
focusRing: "0 0 0 3px rgba(126, 139, 255, 0.45)"
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
layout: {
|
|
385
|
+
viewport: {
|
|
386
|
+
paddingTop: 16,
|
|
387
|
+
paddingRight: 16,
|
|
388
|
+
paddingBottom: 16,
|
|
389
|
+
paddingLeft: 16
|
|
390
|
+
},
|
|
391
|
+
gap: { size: 10 },
|
|
392
|
+
header: { height: 56 },
|
|
393
|
+
sidebar: { width: 236, collapseWidth: 60 },
|
|
394
|
+
body: { shimPadding: 16 },
|
|
395
|
+
shell: z($e)
|
|
396
|
+
}
|
|
397
|
+
};
|
|
398
|
+
export {
|
|
399
|
+
Fe as default
|
|
400
|
+
};
|