@ojiepermana/angular 21.1.23 → 21.1.25

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 (43) hide show
  1. package/etos/styles/style.css +4 -2
  2. package/fesm2022/ojiepermana-angular-brand-etos.mjs +8 -6
  3. package/fesm2022/ojiepermana-angular-brand-etos.mjs.map +1 -1
  4. package/fesm2022/ojiepermana-angular-component.mjs +602 -8
  5. package/fesm2022/ojiepermana-angular-component.mjs.map +1 -1
  6. package/fesm2022/ojiepermana-angular-layout.mjs +59 -2
  7. package/fesm2022/ojiepermana-angular-layout.mjs.map +1 -1
  8. package/fesm2022/ojiepermana-angular-navigation.mjs +13 -13
  9. package/fesm2022/ojiepermana-angular-navigation.mjs.map +1 -1
  10. package/fesm2022/ojiepermana-angular-theme.mjs +24 -3
  11. package/fesm2022/ojiepermana-angular-theme.mjs.map +1 -1
  12. package/package.json +9 -1
  13. package/theme/styles/themes/library/_components.css +18 -0
  14. package/theme/styles/themes/library/_tokens.css +11 -10
  15. package/theme/styles/themes/library/color/amber.css +24 -11
  16. package/theme/styles/themes/library/color/base.css +36 -0
  17. package/theme/styles/themes/library/color/blue.css +23 -15
  18. package/theme/styles/themes/library/color/cyan.css +31 -0
  19. package/theme/styles/themes/library/color/emerald.css +31 -0
  20. package/theme/styles/themes/library/color/fuchsia.css +31 -0
  21. package/theme/styles/themes/library/color/green.css +23 -10
  22. package/theme/styles/themes/library/color/index.css +15 -2
  23. package/theme/styles/themes/library/color/indigo.css +31 -0
  24. package/theme/styles/themes/library/color/lime.css +31 -0
  25. package/theme/styles/themes/library/color/orange.css +31 -0
  26. package/theme/styles/themes/library/color/pink.css +31 -0
  27. package/theme/styles/themes/library/color/purple.css +23 -10
  28. package/theme/styles/themes/library/color/red.css +23 -10
  29. package/theme/styles/themes/library/color/rose.css +31 -0
  30. package/theme/styles/themes/library/color/sky.css +31 -0
  31. package/theme/styles/themes/library/color/teal.css +31 -0
  32. package/theme/styles/themes/library/color/violet.css +31 -0
  33. package/theme/styles/themes/library/color/yellow.css +31 -0
  34. package/theme/styles/themes/library/style/brutal.css +4 -2
  35. package/theme/styles/themes/library/style/default.css +4 -2
  36. package/theme/styles/themes/library/style/sharp.css +4 -2
  37. package/theme/styles/themes/library/style/soft.css +4 -2
  38. package/theme/styles/themes/tailwind.css +3 -1
  39. package/types/ojiepermana-angular-brand-etos.d.ts +3 -3
  40. package/types/ojiepermana-angular-component.d.ts +215 -6
  41. package/types/ojiepermana-angular-layout.d.ts +16 -1
  42. package/types/ojiepermana-angular-navigation.d.ts +1 -1
  43. package/types/ojiepermana-angular-theme.d.ts +4 -4
@@ -0,0 +1,31 @@
1
+ @layer tokens {
2
+ [data-color='orange'] {
3
+ --primary: 25 100% 50%;
4
+ --primary-foreground: 0 0% 100%;
5
+ --accent: 25 100% 96%;
6
+ --accent-foreground: 18 100% 48%;
7
+ --secondary: 25 30% 96%;
8
+ --secondary-foreground: 18 100% 48%;
9
+ --ring: 25 100% 50%;
10
+ --theme-chart-1: 25 100% 50%;
11
+ --theme-chart-2: 44 100% 50%;
12
+ --theme-chart-3: 357 96% 58%;
13
+ --theme-chart-4: 47 100% 50%;
14
+ --theme-chart-5: 345 100% 56%;
15
+ }
16
+
17
+ [data-mode='dark'][data-color='orange'] {
18
+ --primary: 32 100% 51%;
19
+ --primary-foreground: 13 85% 14%;
20
+ --accent: 32 50% 18%;
21
+ --accent-foreground: 32 100% 51%;
22
+ --secondary: 32 30% 18%;
23
+ --secondary-foreground: 32 100% 51%;
24
+ --ring: 32 100% 51%;
25
+ --theme-chart-1: 32 100% 51%;
26
+ --theme-chart-2: 44 100% 50%;
27
+ --theme-chart-3: 359 100% 70%;
28
+ --theme-chart-4: 47 100% 50%;
29
+ --theme-chart-5: 350 100% 69%;
30
+ }
31
+ }
@@ -0,0 +1,31 @@
1
+ @layer tokens {
2
+ [data-color='pink'] {
3
+ --primary: 329 100% 45%;
4
+ --primary-foreground: 0 0% 100%;
5
+ --accent: 329 100% 96%;
6
+ --accent-foreground: 329 100% 45%;
7
+ --secondary: 329 30% 96%;
8
+ --secondary-foreground: 329 100% 45%;
9
+ --ring: 329 100% 45%;
10
+ --theme-chart-1: 329 100% 45%;
11
+ --theme-chart-2: 345 100% 56%;
12
+ --theme-chart-3: 294 100% 44%;
13
+ --theme-chart-4: 273 100% 64%;
14
+ --theme-chart-5: 357 96% 58%;
15
+ }
16
+
17
+ [data-mode='dark'][data-color='pink'] {
18
+ --primary: 329 100% 45%;
19
+ --primary-foreground: 0 0% 100%;
20
+ --accent: 329 50% 18%;
21
+ --accent-foreground: 327 95% 69%;
22
+ --secondary: 329 30% 18%;
23
+ --secondary-foreground: 327 95% 69%;
24
+ --ring: 329 100% 45%;
25
+ --theme-chart-1: 327 95% 69%;
26
+ --theme-chart-2: 350 100% 69%;
27
+ --theme-chart-3: 293 100% 71%;
28
+ --theme-chart-4: 271 100% 85%;
29
+ --theme-chart-5: 359 100% 70%;
30
+ }
31
+ }
@@ -1,18 +1,31 @@
1
1
  @layer tokens {
2
2
  [data-color='purple'] {
3
- --primary: 271 81% 56%;
3
+ --primary: 273 100% 64%;
4
4
  --primary-foreground: 0 0% 100%;
5
- --accent: 271 81% 96%;
6
- --accent-foreground: 271 81% 35%;
7
- --secondary: 271 30% 95%;
8
- --secondary-foreground: 271 81% 35%;
9
- --ring: 271 81% 56%;
5
+ --accent: 273 100% 96%;
6
+ --accent-foreground: 275 96% 52%;
7
+ --secondary: 273 30% 96%;
8
+ --secondary-foreground: 275 96% 52%;
9
+ --ring: 273 100% 64%;
10
+ --theme-chart-1: 273 100% 64%;
11
+ --theme-chart-2: 261 100% 66%;
12
+ --theme-chart-3: 294 100% 44%;
13
+ --theme-chart-4: 241 100% 69%;
14
+ --theme-chart-5: 329 100% 45%;
10
15
  }
11
16
 
12
17
  [data-mode='dark'][data-color='purple'] {
13
- --accent: 271 50% 20%;
14
- --accent-foreground: 271 81% 80%;
15
- --secondary: 271 30% 20%;
16
- --secondary-foreground: 271 81% 80%;
18
+ --primary: 273 100% 64%;
19
+ --primary-foreground: 0 0% 100%;
20
+ --accent: 273 50% 18%;
21
+ --accent-foreground: 271 100% 85%;
22
+ --secondary: 273 30% 18%;
23
+ --secondary-foreground: 271 100% 85%;
24
+ --ring: 273 100% 64%;
25
+ --theme-chart-1: 271 100% 85%;
26
+ --theme-chart-2: 257 100% 76%;
27
+ --theme-chart-3: 293 100% 71%;
28
+ --theme-chart-4: 230 100% 82%;
29
+ --theme-chart-5: 327 95% 69%;
17
30
  }
18
31
  }
@@ -1,18 +1,31 @@
1
1
  @layer tokens {
2
2
  [data-color='red'] {
3
- --primary: 0 72% 51%;
3
+ --primary: 357 96% 58%;
4
4
  --primary-foreground: 0 0% 100%;
5
- --accent: 0 84% 95%;
6
- --accent-foreground: 0 72% 35%;
7
- --secondary: 0 30% 95%;
8
- --secondary-foreground: 0 72% 35%;
9
- --ring: 0 72% 51%;
5
+ --accent: 357 100% 96%;
6
+ --accent-foreground: 357 100% 45%;
7
+ --secondary: 357 30% 96%;
8
+ --secondary-foreground: 357 100% 45%;
9
+ --ring: 357 96% 58%;
10
+ --theme-chart-1: 357 96% 58%;
11
+ --theme-chart-2: 25 100% 50%;
12
+ --theme-chart-3: 44 100% 50%;
13
+ --theme-chart-4: 329 100% 45%;
14
+ --theme-chart-5: 345 100% 56%;
10
15
  }
11
16
 
12
17
  [data-mode='dark'][data-color='red'] {
13
- --accent: 0 50% 20%;
14
- --accent-foreground: 0 91% 80%;
15
- --secondary: 0 30% 20%;
16
- --secondary-foreground: 0 91% 80%;
18
+ --primary: 357 96% 58%;
19
+ --primary-foreground: 0 0% 100%;
20
+ --accent: 357 50% 18%;
21
+ --accent-foreground: 359 100% 70%;
22
+ --secondary: 357 30% 18%;
23
+ --secondary-foreground: 359 100% 70%;
24
+ --ring: 357 96% 58%;
25
+ --theme-chart-1: 359 100% 70%;
26
+ --theme-chart-2: 32 100% 51%;
27
+ --theme-chart-3: 44 100% 50%;
28
+ --theme-chart-4: 327 95% 69%;
29
+ --theme-chart-5: 350 100% 69%;
17
30
  }
18
31
  }
@@ -0,0 +1,31 @@
1
+ @layer tokens {
2
+ [data-color='rose'] {
3
+ --primary: 345 100% 56%;
4
+ --primary-foreground: 0 0% 100%;
5
+ --accent: 345 100% 96%;
6
+ --accent-foreground: 345 100% 56%;
7
+ --secondary: 345 30% 96%;
8
+ --secondary-foreground: 345 100% 56%;
9
+ --ring: 345 100% 56%;
10
+ --theme-chart-1: 345 100% 56%;
11
+ --theme-chart-2: 357 96% 58%;
12
+ --theme-chart-3: 329 100% 45%;
13
+ --theme-chart-4: 25 100% 50%;
14
+ --theme-chart-5: 294 100% 44%;
15
+ }
16
+
17
+ [data-mode='dark'][data-color='rose'] {
18
+ --primary: 345 100% 56%;
19
+ --primary-foreground: 0 0% 100%;
20
+ --accent: 345 50% 18%;
21
+ --accent-foreground: 350 100% 69%;
22
+ --secondary: 345 30% 18%;
23
+ --secondary-foreground: 350 100% 69%;
24
+ --ring: 345 100% 56%;
25
+ --theme-chart-1: 350 100% 69%;
26
+ --theme-chart-2: 359 100% 70%;
27
+ --theme-chart-3: 327 95% 69%;
28
+ --theme-chart-4: 32 100% 51%;
29
+ --theme-chart-5: 293 100% 71%;
30
+ }
31
+ }
@@ -0,0 +1,31 @@
1
+ @layer tokens {
2
+ [data-color='sky'] {
3
+ --primary: 202 100% 41%;
4
+ --primary-foreground: 0 0% 100%;
5
+ --accent: 202 100% 96%;
6
+ --accent-foreground: 202 100% 41%;
7
+ --secondary: 202 30% 96%;
8
+ --secondary-foreground: 202 100% 41%;
9
+ --ring: 202 100% 41%;
10
+ --theme-chart-1: 202 100% 41%;
11
+ --theme-chart-2: 216 100% 58%;
12
+ --theme-chart-3: 192 100% 36%;
13
+ --theme-chart-4: 241 100% 69%;
14
+ --theme-chart-5: 175 100% 29%;
15
+ }
16
+
17
+ [data-mode='dark'][data-color='sky'] {
18
+ --primary: 202 100% 41%;
19
+ --primary-foreground: 0 0% 100%;
20
+ --accent: 202 50% 18%;
21
+ --accent-foreground: 196 100% 50%;
22
+ --secondary: 202 30% 18%;
23
+ --secondary-foreground: 196 100% 50%;
24
+ --ring: 202 100% 41%;
25
+ --theme-chart-1: 196 100% 50%;
26
+ --theme-chart-2: 212 100% 66%;
27
+ --theme-chart-3: 188 100% 48%;
28
+ --theme-chart-4: 230 100% 82%;
29
+ --theme-chart-5: 173 100% 42%;
30
+ }
31
+ }
@@ -0,0 +1,31 @@
1
+ @layer tokens {
2
+ [data-color='teal'] {
3
+ --primary: 175 100% 29%;
4
+ --primary-foreground: 0 0% 100%;
5
+ --accent: 175 100% 96%;
6
+ --accent-foreground: 175 100% 29%;
7
+ --secondary: 175 30% 96%;
8
+ --secondary-foreground: 175 100% 29%;
9
+ --ring: 175 100% 29%;
10
+ --theme-chart-1: 175 100% 29%;
11
+ --theme-chart-2: 192 100% 36%;
12
+ --theme-chart-3: 160 100% 30%;
13
+ --theme-chart-4: 202 100% 41%;
14
+ --theme-chart-5: 142 100% 33%;
15
+ }
16
+
17
+ [data-mode='dark'][data-color='teal'] {
18
+ --primary: 175 100% 29%;
19
+ --primary-foreground: 0 0% 100%;
20
+ --accent: 175 50% 18%;
21
+ --accent-foreground: 173 100% 42%;
22
+ --secondary: 175 30% 18%;
23
+ --secondary-foreground: 173 100% 42%;
24
+ --ring: 175 100% 29%;
25
+ --theme-chart-1: 173 100% 42%;
26
+ --theme-chart-2: 188 100% 48%;
27
+ --theme-chart-3: 161 100% 42%;
28
+ --theme-chart-4: 196 100% 50%;
29
+ --theme-chart-5: 150 96% 45%;
30
+ }
31
+ }
@@ -0,0 +1,31 @@
1
+ @layer tokens {
2
+ [data-color='violet'] {
3
+ --primary: 261 100% 66%;
4
+ --primary-foreground: 0 0% 100%;
5
+ --accent: 261 100% 96%;
6
+ --accent-foreground: 265 99% 56%;
7
+ --secondary: 261 30% 96%;
8
+ --secondary-foreground: 265 99% 56%;
9
+ --ring: 261 100% 66%;
10
+ --theme-chart-1: 261 100% 66%;
11
+ --theme-chart-2: 273 100% 64%;
12
+ --theme-chart-3: 241 100% 69%;
13
+ --theme-chart-4: 294 100% 44%;
14
+ --theme-chart-5: 216 100% 58%;
15
+ }
16
+
17
+ [data-mode='dark'][data-color='violet'] {
18
+ --primary: 261 100% 66%;
19
+ --primary-foreground: 0 0% 100%;
20
+ --accent: 261 50% 18%;
21
+ --accent-foreground: 257 100% 76%;
22
+ --secondary: 261 30% 18%;
23
+ --secondary-foreground: 257 100% 76%;
24
+ --ring: 261 100% 66%;
25
+ --theme-chart-1: 257 100% 76%;
26
+ --theme-chart-2: 271 100% 85%;
27
+ --theme-chart-3: 230 100% 82%;
28
+ --theme-chart-4: 293 100% 71%;
29
+ --theme-chart-5: 212 100% 66%;
30
+ }
31
+ }
@@ -0,0 +1,31 @@
1
+ @layer tokens {
2
+ [data-color='yellow'] {
3
+ --primary: 47 100% 50%;
4
+ --primary-foreground: 26 88% 14%;
5
+ --accent: 47 100% 96%;
6
+ --accent-foreground: 39 100% 41%;
7
+ --secondary: 47 30% 96%;
8
+ --secondary-foreground: 39 100% 41%;
9
+ --ring: 47 100% 50%;
10
+ --theme-chart-1: 47 100% 50%;
11
+ --theme-chart-2: 44 100% 50%;
12
+ --theme-chart-3: 80 100% 45%;
13
+ --theme-chart-4: 25 100% 50%;
14
+ --theme-chart-5: 142 100% 33%;
15
+ }
16
+
17
+ [data-mode='dark'][data-color='yellow'] {
18
+ --primary: 47 100% 50%;
19
+ --primary-foreground: 26 88% 14%;
20
+ --accent: 47 50% 18%;
21
+ --accent-foreground: 47 100% 50%;
22
+ --secondary: 47 30% 18%;
23
+ --secondary-foreground: 47 100% 50%;
24
+ --ring: 47 100% 50%;
25
+ --theme-chart-1: 47 100% 50%;
26
+ --theme-chart-2: 44 100% 50%;
27
+ --theme-chart-3: 80 100% 45%;
28
+ --theme-chart-4: 32 100% 51%;
29
+ --theme-chart-5: 150 96% 45%;
30
+ }
31
+ }
@@ -1,11 +1,13 @@
1
1
  @layer tokens {
2
2
  [data-style='brutal'] {
3
+ --theme-radius-xs: 0;
3
4
  --theme-radius-base: 0;
4
5
  --theme-radius-sm: 0;
5
6
  --theme-radius-md: 0;
6
7
  --theme-radius-lg: 0;
7
8
 
8
- --radius: 0;
9
+ --radius: var(--theme-radius-md);
10
+ --radius-xs: var(--theme-radius-xs);
9
11
  --radius-sm: 0;
10
12
  --radius-md: 0;
11
13
  --radius-lg: 0;
@@ -30,7 +32,7 @@
30
32
  --font-weight-bold: 700;
31
33
  --theme-text-scale: 1.08;
32
34
  --nav-font-family: var(--font-sans);
33
- --nav-text-size: var(--text-base);
35
+ --nav-text-size: calc(var(--text-base) - 0.125rem);
34
36
  --nav-text-line-height: var(--text-base--line-height);
35
37
  --nav-heading-font-family: var(--font-mono);
36
38
  --nav-heading-size: var(--text-sm);
@@ -4,12 +4,14 @@
4
4
  @layer tokens {
5
5
  :root,
6
6
  [data-style='default'] {
7
+ --theme-radius-xs: 0.125rem;
7
8
  --theme-radius-base: 0.5rem;
8
9
  --theme-radius-sm: calc(var(--theme-radius-base) - 2px);
9
10
  --theme-radius-md: var(--theme-radius-base);
10
11
  --theme-radius-lg: calc(var(--theme-radius-base) + 4px);
11
12
 
12
- --radius: var(--theme-radius-base);
13
+ --radius: var(--theme-radius-md);
14
+ --radius-xs: var(--theme-radius-xs);
13
15
  --radius-sm: var(--theme-radius-sm);
14
16
  --radius-md: var(--theme-radius-md);
15
17
  --radius-lg: var(--theme-radius-lg);
@@ -34,7 +36,7 @@
34
36
  --font-weight-bold: 600;
35
37
  --theme-text-scale: 1;
36
38
  --nav-font-family: var(--font-sans);
37
- --nav-text-size: var(--text-base);
39
+ --nav-text-size: calc(var(--text-base) - 0.125rem);
38
40
  --nav-text-line-height: var(--text-base--line-height);
39
41
  --nav-heading-font-family: var(--font-sans);
40
42
  --nav-heading-size: var(--text-sm);
@@ -1,11 +1,13 @@
1
1
  @layer tokens {
2
2
  [data-style='sharp'] {
3
+ --theme-radius-xs: 0;
3
4
  --theme-radius-base: 0;
4
5
  --theme-radius-sm: 0;
5
6
  --theme-radius-md: 0;
6
7
  --theme-radius-lg: 0;
7
8
 
8
- --radius: 0;
9
+ --radius: var(--theme-radius-md);
10
+ --radius-xs: var(--theme-radius-xs);
9
11
  --radius-sm: 0;
10
12
  --radius-md: 0;
11
13
  --radius-lg: 0;
@@ -30,7 +32,7 @@
30
32
  --font-weight-bold: 600;
31
33
  --theme-text-scale: 0.98;
32
34
  --nav-font-family: var(--font-sans);
33
- --nav-text-size: var(--text-base);
35
+ --nav-text-size: calc(var(--text-base) - 0.125rem);
34
36
  --nav-text-line-height: var(--text-base--line-height);
35
37
  --nav-heading-font-family: var(--font-sans);
36
38
  --nav-heading-size: calc(var(--text-sm) * 0.94);
@@ -1,11 +1,13 @@
1
1
  @layer tokens {
2
2
  [data-style='soft'] {
3
+ --theme-radius-xs: 0.25rem;
3
4
  --theme-radius-base: 1rem;
4
5
  --theme-radius-sm: calc(var(--theme-radius-base) - 4px);
5
6
  --theme-radius-md: var(--theme-radius-base);
6
7
  --theme-radius-lg: calc(var(--theme-radius-base) + 6px);
7
8
 
8
- --radius: var(--theme-radius-base);
9
+ --radius: var(--theme-radius-md);
10
+ --radius-xs: var(--theme-radius-xs);
9
11
  --radius-sm: var(--theme-radius-sm);
10
12
  --radius-md: var(--theme-radius-md);
11
13
  --radius-lg: var(--theme-radius-lg);
@@ -30,7 +32,7 @@
30
32
  --font-weight-bold: 600;
31
33
  --theme-text-scale: 1.05;
32
34
  --nav-font-family: var(--font-sans);
33
- --nav-text-size: var(--text-base);
35
+ --nav-text-size: calc(var(--text-base) - 0.125rem);
34
36
  --nav-text-line-height: var(--text-base--line-height);
35
37
  --nav-heading-font-family: var(--font-sans);
36
38
  --nav-heading-size: var(--text-sm);
@@ -69,6 +69,8 @@
69
69
  --color-sidebar-border: hsl(var(--sidebar-border));
70
70
  --color-sidebar-ring: hsl(var(--sidebar-ring));
71
71
 
72
+ --radius: var(--theme-radius-md);
73
+ --radius-xs: var(--theme-radius-xs);
72
74
  --radius-sm: var(--theme-radius-sm);
73
75
  --radius-md: var(--theme-radius-md);
74
76
  --radius-lg: var(--theme-radius-lg);
@@ -109,4 +111,4 @@
109
111
 
110
112
  --font-sans: var(--theme-font-sans);
111
113
  --font-mono: var(--theme-font-mono);
112
- }
114
+ }
@@ -63,7 +63,7 @@ declare class EtosThemeSwitcherComponent {
63
63
  readonly actionSelected: _angular_core.OutputEmitterRef<string>;
64
64
  protected readonly themeMode: _angular_core.Signal<"light" | "dark">;
65
65
  protected readonly themeScheme: _angular_core.Signal<"light" | "dark" | "system">;
66
- protected readonly layoutMode: _angular_core.Signal<"vertical" | "horizontal" | "empty">;
66
+ protected readonly layoutMode: _angular_core.Signal<"empty" | "horizontal" | "vertical">;
67
67
  protected readonly layoutWidth: _angular_core.Signal<"full" | "container" | "wide">;
68
68
  protected readonly themeSchemeOptions: readonly [{
69
69
  readonly value: "light";
@@ -140,13 +140,13 @@ declare class EtosThemeSwitcherComponent {
140
140
  }
141
141
 
142
142
  declare class EtosLayoutComponent {
143
- readonly mode: _angular_core.InputSignal<"vertical" | "horizontal" | "empty" | null>;
143
+ readonly mode: _angular_core.InputSignal<"empty" | "horizontal" | "vertical" | null>;
144
144
  readonly sidebarHeaderTemplate: _angular_core.InputSignal<TemplateRef<unknown> | null>;
145
145
  readonly sidebarFooterTemplate: _angular_core.InputSignal<TemplateRef<unknown> | null>;
146
146
  readonly layoutBrandTemplate: _angular_core.InputSignal<TemplateRef<unknown> | null>;
147
147
  readonly layoutProfileTemplate: _angular_core.InputSignal<TemplateRef<unknown> | null>;
148
148
  private readonly layout;
149
- protected readonly resolvedMode: _angular_core.Signal<"vertical" | "horizontal" | "empty">;
149
+ protected readonly resolvedMode: _angular_core.Signal<"empty" | "horizontal" | "vertical">;
150
150
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<EtosLayoutComponent, never>;
151
151
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<EtosLayoutComponent, "etos-layout", never, { "mode": { "alias": "mode"; "required": false; "isSignal": true; }; "sidebarHeaderTemplate": { "alias": "sidebarHeaderTemplate"; "required": false; "isSignal": true; }; "sidebarFooterTemplate": { "alias": "sidebarFooterTemplate"; "required": false; "isSignal": true; }; "layoutBrandTemplate": { "alias": "layoutBrandTemplate"; "required": false; "isSignal": true; }; "layoutProfileTemplate": { "alias": "layoutProfileTemplate"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
152
152
  }