@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.
Files changed (153) hide show
  1. package/es/assets/applied-intelligence-frame.mjs +315 -0
  2. package/es/assets/applied-intelligence-nebula.mjs +400 -0
  3. package/es/assets/aurora-mesh.mjs +350 -0
  4. package/es/assets/botanical-paper.mjs +60 -0
  5. package/es/assets/brutal-concrete.mjs +51 -0
  6. package/es/assets/cockpit-brutal-steel.mjs +300 -0
  7. package/es/assets/cockpit-liquid-ink.mjs +329 -0
  8. package/es/assets/cockpit-mono-paper.mjs +238 -0
  9. package/es/assets/cockpit-neural-field.mjs +339 -0
  10. package/es/assets/compact-rail.mjs +105 -0
  11. package/es/assets/console-horizon.mjs +98 -0
  12. package/es/assets/contrast.mjs +3 -1
  13. package/es/assets/copilot-calm.mjs +59 -0
  14. package/es/assets/copilot-stage.mjs +110 -0
  15. package/es/assets/coral-reef.mjs +60 -0
  16. package/es/assets/cyber.mjs +3 -1
  17. package/es/assets/dragon-vermilion.mjs +450 -0
  18. package/es/assets/film-grade.mjs +252 -0
  19. package/es/assets/glass.mjs +3 -1
  20. package/es/assets/graphite-mono.mjs +51 -0
  21. package/es/assets/gugong.mjs +3 -1
  22. package/es/assets/ink.mjs +3 -1
  23. package/es/assets/neon-set.mjs +316 -0
  24. package/es/assets/nordic-fjord.mjs +58 -0
  25. package/es/assets/perspective-deck.mjs +229 -0
  26. package/es/assets/quantum-ai.mjs +255 -0
  27. package/es/assets/sandstone-editorial.mjs +60 -0
  28. package/es/assets/starfield-cosmos.mjs +352 -0
  29. package/es/assets/studio-ink.mjs +308 -0
  30. package/es/assets/studio-triptych.mjs +115 -0
  31. package/es/assets/sunset-amber.mjs +61 -0
  32. package/es/assets/synapse-grid.mjs +275 -0
  33. package/es/assets/terminal-phosphor.mjs +240 -0
  34. package/es/assets/velvet-noir.mjs +60 -0
  35. package/es/chunks/CockpitShellBase.vue_vue_type_script_setup_true_lang-B6k0Utzz.mjs +238 -0
  36. package/es/chunks/FrameShellBase.vue_vue_type_script_setup_true_lang-sr56H_8-.mjs +57 -0
  37. package/es/chunks/HeaderNavMenu.vue_vue_type_script_setup_true_lang-Dfv8_Muy.mjs +31 -0
  38. package/es/chunks/_plugin-vue_export-helper-CHgC5LLL.mjs +9 -0
  39. package/es/chunks/use-frame-geometry-DPWBVziK.mjs +45 -0
  40. package/es/style.css +1 -0
  41. package/lib/assets/applied-intelligence-frame.cjs +1 -0
  42. package/lib/assets/applied-intelligence-nebula.cjs +1 -0
  43. package/lib/assets/aurora-mesh.cjs +1 -0
  44. package/lib/assets/botanical-paper.cjs +1 -0
  45. package/lib/assets/brutal-concrete.cjs +1 -0
  46. package/lib/assets/cockpit-brutal-steel.cjs +4 -0
  47. package/lib/assets/cockpit-liquid-ink.cjs +1 -0
  48. package/lib/assets/cockpit-mono-paper.cjs +1 -0
  49. package/lib/assets/cockpit-neural-field.cjs +1 -0
  50. package/lib/assets/compact-rail.cjs +1 -0
  51. package/lib/assets/console-horizon.cjs +1 -0
  52. package/lib/assets/contrast.cjs +1 -1
  53. package/lib/assets/copilot-calm.cjs +1 -0
  54. package/lib/assets/copilot-stage.cjs +1 -0
  55. package/lib/assets/coral-reef.cjs +1 -0
  56. package/lib/assets/cyber.cjs +1 -1
  57. package/lib/assets/dragon-vermilion.cjs +1 -0
  58. package/lib/assets/film-grade.cjs +1 -0
  59. package/lib/assets/glass.cjs +1 -1
  60. package/lib/assets/graphite-mono.cjs +1 -0
  61. package/lib/assets/gugong.cjs +1 -1
  62. package/lib/assets/ink.cjs +1 -1
  63. package/lib/assets/neon-set.cjs +1 -0
  64. package/lib/assets/nordic-fjord.cjs +1 -0
  65. package/lib/assets/perspective-deck.cjs +1 -0
  66. package/lib/assets/quantum-ai.cjs +1 -0
  67. package/lib/assets/sandstone-editorial.cjs +1 -0
  68. package/lib/assets/starfield-cosmos.cjs +1 -0
  69. package/lib/assets/studio-ink.cjs +1 -0
  70. package/lib/assets/studio-triptych.cjs +1 -0
  71. package/lib/assets/sunset-amber.cjs +1 -0
  72. package/lib/assets/synapse-grid.cjs +1 -0
  73. package/lib/assets/terminal-phosphor.cjs +1 -0
  74. package/lib/assets/velvet-noir.cjs +1 -0
  75. package/lib/chunks/CockpitShellBase.vue_vue_type_script_setup_true_lang-D2LEvqm8.cjs +1 -0
  76. package/lib/chunks/FrameShellBase.vue_vue_type_script_setup_true_lang-C-mttf00.cjs +1 -0
  77. package/lib/chunks/HeaderNavMenu.vue_vue_type_script_setup_true_lang-LJ3mDZkH.cjs +1 -0
  78. package/lib/chunks/_plugin-vue_export-helper-BHFhmbuH.cjs +1 -0
  79. package/lib/chunks/use-frame-geometry-5WRLC-WU.cjs +1 -0
  80. package/lib/style.css +1 -0
  81. package/package.json +3 -3
  82. package/types/assets/applied-intelligence-frame.d.ts +15 -0
  83. package/types/assets/applied-intelligence-nebula.d.ts +14 -0
  84. package/types/assets/aurora-mesh.d.ts +9 -0
  85. package/types/assets/botanical-paper.d.ts +10 -0
  86. package/types/assets/brutal-concrete.d.ts +10 -0
  87. package/types/assets/cockpit-brutal-steel.d.ts +3 -0
  88. package/types/assets/cockpit-liquid-ink.d.ts +14 -0
  89. package/types/assets/cockpit-mono-paper.d.ts +12 -0
  90. package/types/assets/cockpit-neural-field.d.ts +11 -0
  91. package/types/assets/compact-rail.d.ts +9 -0
  92. package/types/assets/console-horizon.d.ts +9 -0
  93. package/types/assets/copilot-calm.d.ts +10 -0
  94. package/types/assets/copilot-stage.d.ts +9 -0
  95. package/types/assets/coral-reef.d.ts +10 -0
  96. package/types/assets/dragon-vermilion.d.ts +9 -0
  97. package/types/assets/film-grade.d.ts +12 -0
  98. package/types/assets/graphite-mono.d.ts +10 -0
  99. package/types/assets/neon-set.d.ts +12 -0
  100. package/types/assets/nordic-fjord.d.ts +9 -0
  101. package/types/assets/perspective-deck.d.ts +10 -0
  102. package/types/assets/quantum-ai.d.ts +9 -0
  103. package/types/assets/sandstone-editorial.d.ts +10 -0
  104. package/types/assets/starfield-cosmos.d.ts +10 -0
  105. package/types/assets/studio-ink.d.ts +12 -0
  106. package/types/assets/studio-triptych.d.ts +9 -0
  107. package/types/assets/sunset-amber.d.ts +10 -0
  108. package/types/assets/synapse-grid.d.ts +9 -0
  109. package/types/assets/terminal-phosphor.d.ts +9 -0
  110. package/types/assets/velvet-noir.d.ts +10 -0
  111. package/types/shells/AppliedIntelligenceFrameShell.vue.d.ts +27 -0
  112. package/types/shells/AppliedIntelligenceNebulaShell.vue.d.ts +27 -0
  113. package/types/shells/AuroraMeshShell.vue.d.ts +26 -0
  114. package/types/shells/BrutalSteelCockpitShell.vue.d.ts +27 -0
  115. package/types/shells/CockpitShellBase.vue.d.ts +28 -0
  116. package/types/shells/CockpitStatusBar.vue.d.ts +2 -0
  117. package/types/shells/CoilingDragonShell.vue.d.ts +26 -0
  118. package/types/shells/CosmosShell.vue.d.ts +26 -0
  119. package/types/shells/FilmGradeShell.vue.d.ts +26 -0
  120. package/types/shells/FrameShellBase.vue.d.ts +28 -0
  121. package/types/shells/HeaderNavMenu.vue.d.ts +4 -0
  122. package/types/shells/IconRailShell.vue.d.ts +26 -0
  123. package/types/shells/LiquidInkCockpitShell.vue.d.ts +27 -0
  124. package/types/shells/MonoPaperCockpitShell.vue.d.ts +27 -0
  125. package/types/shells/NeonSetShell.vue.d.ts +27 -0
  126. package/types/shells/NeuralFieldCockpitShell.vue.d.ts +27 -0
  127. package/types/shells/PerspectiveDeckShell.vue.d.ts +26 -0
  128. package/types/shells/QuantumOrbitShell.vue.d.ts +26 -0
  129. package/types/shells/ScanlineShell.vue.d.ts +26 -0
  130. package/types/shells/StageChatShell.vue.d.ts +27 -0
  131. package/types/shells/StudioInkShell.vue.d.ts +27 -0
  132. package/types/shells/SynapseGridShell.vue.d.ts +26 -0
  133. package/types/shells/TopNavShell.vue.d.ts +26 -0
  134. package/types/shells/TriColumnShell.vue.d.ts +27 -0
  135. package/types/shells/decor/AuroraFrameDecor.vue.d.ts +2 -0
  136. package/types/shells/decor/AuroraMeshDecor.vue.d.ts +2 -0
  137. package/types/shells/decor/AuroraNebulaDecor.vue.d.ts +2 -0
  138. package/types/shells/decor/BrutalSteelCockpitDecor.vue.d.ts +2 -0
  139. package/types/shells/decor/CockpitFrameMatte.vue.d.ts +2 -0
  140. package/types/shells/decor/CoilingDragonDecor.vue.d.ts +2 -0
  141. package/types/shells/decor/FilmGradeDecor.vue.d.ts +2 -0
  142. package/types/shells/decor/LiquidInkCockpitDecor.vue.d.ts +2 -0
  143. package/types/shells/decor/MonoPaperCockpitDecor.vue.d.ts +2 -0
  144. package/types/shells/decor/NeonStageDecor.vue.d.ts +2 -0
  145. package/types/shells/decor/NeuralFieldCockpitDecor.vue.d.ts +2 -0
  146. package/types/shells/decor/PerspectiveDeckDecor.vue.d.ts +4 -0
  147. package/types/shells/decor/QuantumOrbitDecor.vue.d.ts +2 -0
  148. package/types/shells/decor/ScanlineDecor.vue.d.ts +2 -0
  149. package/types/shells/decor/StarfieldDecor.vue.d.ts +2 -0
  150. package/types/shells/decor/StudioGlowDecor.vue.d.ts +2 -0
  151. package/types/shells/decor/SynapseGridDecor.vue.d.ts +2 -0
  152. package/types/shells/decor/use-frame-geometry.d.ts +31 -0
  153. package/types/types.d.ts +33 -11
@@ -0,0 +1,27 @@
1
+ import { AppShellProps } from '@done-coding/admin-core';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {
6
+ Footer: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
7
+ }): any;
8
+ aside?(_: {}): any;
9
+ brand?(_: {}): any;
10
+ themeSwitcher?(_: {
11
+ Default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
+ }): any;
13
+ userEntry?(_: {}): any;
14
+ settings?(_: {}): any;
15
+ };
16
+ refs: {};
17
+ rootEl: any;
18
+ };
19
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
+ declare const __VLS_component: import('vue').DefineComponent<AppShellProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AppShellProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
+ export default _default;
23
+ type __VLS_WithTemplateSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
@@ -0,0 +1,27 @@
1
+ import { AppShellProps } from '@done-coding/admin-core';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {
6
+ Footer: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
7
+ }): any;
8
+ aside?(_: {}): any;
9
+ brand?(_: {}): any;
10
+ themeSwitcher?(_: {
11
+ Default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
+ }): any;
13
+ userEntry?(_: {}): any;
14
+ settings?(_: {}): any;
15
+ };
16
+ refs: {};
17
+ rootEl: any;
18
+ };
19
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
+ declare const __VLS_component: import('vue').DefineComponent<AppShellProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AppShellProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
+ export default _default;
23
+ type __VLS_WithTemplateSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
@@ -0,0 +1,26 @@
1
+ import { AppShellProps } from '@done-coding/admin-core';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {
6
+ Footer: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
7
+ }): any;
8
+ brand?(_: {}): any;
9
+ themeSwitcher?(_: {
10
+ Default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ }): any;
12
+ userEntry?(_: {}): any;
13
+ settings?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ rootEl: any;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<AppShellProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AppShellProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ export default _default;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,26 @@
1
+ import { AppShellProps } from '@done-coding/admin-core';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {
6
+ Footer: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
7
+ }): any;
8
+ brand?(_: {}): any;
9
+ themeSwitcher?(_: {
10
+ Default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ }): any;
12
+ userEntry?(_: {}): any;
13
+ settings?(_: {}): any;
14
+ };
15
+ refs: {};
16
+ rootEl: any;
17
+ };
18
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
19
+ declare const __VLS_component: import('vue').DefineComponent<AppShellProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AppShellProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
20
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
+ export default _default;
22
+ type __VLS_WithTemplateSlots<T, S> = T & {
23
+ new (): {
24
+ $slots: S;
25
+ };
26
+ };
@@ -0,0 +1,27 @@
1
+ import { AppShellProps } from '@done-coding/admin-core';
2
+ declare function __VLS_template(): {
3
+ attrs: Partial<{}>;
4
+ slots: {
5
+ default?(_: {
6
+ Footer: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
7
+ }): any;
8
+ aside?(_: {}): any;
9
+ brand?(_: {}): any;
10
+ themeSwitcher?(_: {
11
+ Default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
12
+ }): any;
13
+ userEntry?(_: {}): any;
14
+ settings?(_: {}): any;
15
+ };
16
+ refs: {};
17
+ rootEl: any;
18
+ };
19
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
20
+ declare const __VLS_component: import('vue').DefineComponent<AppShellProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<AppShellProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
21
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
22
+ export default _default;
23
+ type __VLS_WithTemplateSlots<T, S> = T & {
24
+ new (): {
25
+ $slots: S;
26
+ };
27
+ };
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,4 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
2
+ gridEl: HTMLDivElement;
3
+ }, any>;
4
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,31 @@
1
+ /**
2
+ * 装饰 SVG 的几何 + 主题态共享读取(5 套动画 shell 的 decor 复用)。
3
+ *
4
+ * - viewport 四边套框配置:经 `inject(APP_LAYOUT_BRIDGE_KEY)` 取 bridge slice 的
5
+ * `APP_LAYOUT_VIEWPORT_CONFIG`(响应式,切主题时四边 padding 自更新)。plugin shell
6
+ * [MUST NOT] import app 的 `@/config`,配置只能经此焊缝 inject 取。
7
+ * - 明暗态:slice.themeIsDark(响应式只读 Ref)——decor 按之切换「暗场启用动效 /
8
+ * 亮场静态淡描边」。
9
+ * - 窗口尺寸:window.innerWidth/Height + resize 监听(SVG 全屏铺底用真实视口尺寸)。
10
+ *
11
+ * 镂空边框圈 = 整屏矩形 减去 viewport 四边 padding 让出的内容矩形;装饰仅在此圈内绘制,
12
+ * [MUST NOT] 蔓延进 body 内容区。
13
+ */
14
+ export declare function useFrameGeometry(): {
15
+ vp: import('vue').ComputedRef<{
16
+ paddingTop: number;
17
+ paddingRight: number;
18
+ paddingBottom: number;
19
+ paddingLeft: number;
20
+ }>;
21
+ isDark: import('vue').ComputedRef<boolean>;
22
+ reducedMotion: import('vue').Ref<boolean, boolean>;
23
+ animated: import('vue').ComputedRef<boolean>;
24
+ vw: import('vue').Ref<number, number>;
25
+ vh: import('vue').Ref<number, number>;
26
+ hasFrame: import('vue').ComputedRef<boolean>;
27
+ hollowX: import('vue').ComputedRef<number>;
28
+ hollowY: import('vue').ComputedRef<number>;
29
+ hollowW: import('vue').ComputedRef<number>;
30
+ hollowH: import('vue').ComputedRef<number>;
31
+ };
package/types/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { AppThemeColor, AppThemeConfig } from '@done-coding/admin-core';
1
+ import { AppThemeColor, AppThemeConfig, AdminConfigDescription, AdminThemePresetLayout, AdminThemeLifecycleHooks, AdminThemeLifecycleContext } from '@done-coding/admin-core';
2
2
  /**
3
3
  * 内置风格主题 id(包内 `assets/` 自带主题的联合)。
4
4
  *
@@ -7,7 +7,7 @@ import { AppThemeColor, AppThemeConfig } from '@done-coding/admin-core';
7
7
  * 一个 style 是完整风格主题(内置 light/dark 两套色);明暗轴归 bridge,
8
8
  * 不存在颜色轴。
9
9
  */
10
- export type AdminThemeStyleId = "soft" | "glass" | "gugong" | "cyber" | "contrast" | "ink";
10
+ export type AdminThemeStyleId = "soft" | "glass" | "gugong" | "cyber" | "contrast" | "ink" | "copilot-calm" | "sandstone-editorial" | "brutal-concrete" | "nordic-fjord" | "sunset-amber" | "velvet-noir" | "botanical-paper" | "coral-reef" | "graphite-mono" | "aurora-mesh" | "synapse-grid" | "dragon-vermilion" | "terminal-phosphor" | "quantum-ai";
11
11
  /**
12
12
  * 风格主题 id 输入宽类型:内置 id({@link AdminThemeStyleId},保留 IDE 自动补全)
13
13
  * 或任意业务自定义字符串 id。
@@ -19,19 +19,32 @@ export type AdminThemeStyleInput = AdminThemeStyleId | (string & {});
19
19
  /**
20
20
  * 完整风格主题资产契约(扁平结构)。
21
21
  *
22
- * 期 3 架构反转后插件退化为「风格库」:asset 仅声明风格 id/label + light/dark
23
- * 两套 {@link AppThemeColor}(core 类型,8 必填色 + 9 可选风格字段),由
24
- * `themePlugin.install` 经 `bridge.theme.add(id, preset)` 注册进 bridge 风格 map(label 随之带入)。
25
- * 切换(setStyle/setDark)、持久化、CSS var 挂值与 `.dark` toggle 全部归
26
- * core/bridge——插件不再持 runtime、不写 DOM、不写 CSS var。
22
+ * 期 3 架构反转后插件退化为「风格库」:asset 声明风格 id/label + light/dark
23
+ * 两套 {@link AppThemeColor}(core 类型,8 必填色 + 9 可选风格字段)+ 可选 `layout`
24
+ * 布局维度,由 `themePlugin.install` 经 `bridge.theme.add(id, preset)` 注册进 bridge
25
+ * 风格 map(label/description/layout 随之带入)。切换(setStyle/setDark)、持久化、
26
+ * CSS var 挂值与 `.dark` toggle 全部归 core/bridge——插件不再持 runtime、不写 DOM、不写 CSS var。
27
+ *
28
+ * 结构与 core `AdminThemeEntry` 对齐(config/label/description/layout):`id` 为本包额外
29
+ * 声明字段(透传给 add 作 excess 字段被忽略),故 `install` 可整坨 `add(preset.id, preset)`。
30
+ *
31
+ * 继承 {@link AdminThemeLifecycleHooks}(与 core `AdminThemeEntry` 同源):可选
32
+ * `onActivate` / `onDeactivate` 生命周期钩子,`plugin.ts` 整坨 `add(preset)` 透传后由
33
+ * bridge `setStyle` 触发——主题可在激活时注入 `<style data-admin-theme="<id>">`(preset
34
+ * config 表达不了的氛围 / 字体),切走时 onDeactivate 清理。纯加法,既有 preset 不声明即无副作用。
27
35
  */
28
- export interface AdminThemePreset {
36
+ export interface AdminThemePreset extends AdminThemeLifecycleHooks {
29
37
  /** 风格 id(内置 id 或业务自定义字符串 id) */
30
38
  id: AdminThemeStyleInput;
31
39
  /** 风格展示名 */
32
40
  label: string;
33
- /** 风格描述 */
34
- description?: string;
41
+ /**
42
+ * 风格描述(供人 / web agent 选型,分 suitable/unsuitable 两面)。
43
+ *
44
+ * 与 core `AdminThemeEntry.description` 同型({@link AdminConfigDescription});
45
+ * 期 P2 由旧 `string` 收敛为对象,与 core 契约对齐(消除 add 的类型不兼容)。
46
+ */
47
+ description?: AdminConfigDescription;
35
48
  /**
36
49
  * light/dark 两套 {@link AppThemeColor}(core 类型,扁平字段)。
37
50
  *
@@ -40,6 +53,15 @@ export interface AdminThemePreset {
40
53
  * 有则挂、无则不输出对应 CSS var。
41
54
  */
42
55
  config: AppThemeConfig;
56
+ /**
57
+ * 布局维度(可选,焊缝契约 ④;缺省 → 切到该 preset 仅复位布局基线)。
58
+ *
59
+ * 见 core `AdminThemePresetLayout`:gap(内缝悬浮) / viewport(四边套框) /
60
+ * header·sidebar·footer·aside·breadcrumb·body(尺寸 + background + style) /
61
+ * shell(自定义编排组件,可 teleport 动画 SVG) / extractLevel1ToHeader(一级模块提顶栏)。
62
+ * 「带布局变更」的 persona(分离悬浮 / 套框 / 自定义 shell)经此声明。
63
+ */
64
+ layout?: AdminThemePresetLayout;
43
65
  }
44
66
  /**
45
67
  * `themePlugin` 安装 options。
@@ -56,4 +78,4 @@ export interface AdminThemePluginOptions {
56
78
  /** 主题资产输入(至少 1 个);install 遍历经 `bridge.theme.add` 注册 */
57
79
  themes: AdminThemePreset[];
58
80
  }
59
- export type { AppThemeColor, AppThemeConfig };
81
+ export type { AppThemeColor, AppThemeConfig, AdminConfigDescription, AdminThemePresetLayout, AdminThemeLifecycleHooks, AdminThemeLifecycleContext, };