@genesislcap/foundation-header 14.303.0 → 14.303.1

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.
@@ -2662,6 +2662,33 @@
2662
2662
  }
2663
2663
  ]
2664
2664
  },
2665
+ {
2666
+ "kind": "javascript-module",
2667
+ "path": "src/tags/index.ts",
2668
+ "declarations": [],
2669
+ "exports": [
2670
+ {
2671
+ "kind": "js",
2672
+ "name": "*",
2673
+ "declaration": {
2674
+ "name": "*",
2675
+ "package": "./tags"
2676
+ }
2677
+ }
2678
+ ]
2679
+ },
2680
+ {
2681
+ "kind": "javascript-module",
2682
+ "path": "src/tags/tags.ts",
2683
+ "declarations": [],
2684
+ "exports": []
2685
+ },
2686
+ {
2687
+ "kind": "javascript-module",
2688
+ "path": "src/templates/rapid.template.ts",
2689
+ "declarations": [],
2690
+ "exports": []
2691
+ },
2665
2692
  {
2666
2693
  "kind": "javascript-module",
2667
2694
  "path": "src/styles/colors.ts",
@@ -2823,33 +2850,6 @@
2823
2850
  }
2824
2851
  ]
2825
2852
  },
2826
- {
2827
- "kind": "javascript-module",
2828
- "path": "src/tags/index.ts",
2829
- "declarations": [],
2830
- "exports": [
2831
- {
2832
- "kind": "js",
2833
- "name": "*",
2834
- "declaration": {
2835
- "name": "*",
2836
- "package": "./tags"
2837
- }
2838
- }
2839
- ]
2840
- },
2841
- {
2842
- "kind": "javascript-module",
2843
- "path": "src/tags/tags.ts",
2844
- "declarations": [],
2845
- "exports": []
2846
- },
2847
- {
2848
- "kind": "javascript-module",
2849
- "path": "src/templates/rapid.template.ts",
2850
- "declarations": [],
2851
- "exports": []
2852
- },
2853
2853
  {
2854
2854
  "kind": "javascript-module",
2855
2855
  "path": "src/utils/index.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-header",
3
3
  "description": "Genesis Foundation Header",
4
- "version": "14.303.0",
4
+ "version": "14.303.1",
5
5
  "license": "SEE LICENSE IN license.txt",
6
6
  "main": "dist/esm/index.js",
7
7
  "types": "dist/foundation-header.d.ts",
@@ -77,28 +77,28 @@
77
77
  }
78
78
  },
79
79
  "devDependencies": {
80
- "@genesislcap/foundation-testing": "14.303.0",
81
- "@genesislcap/genx": "14.303.0",
82
- "@genesislcap/rollup-builder": "14.303.0",
83
- "@genesislcap/ts-builder": "14.303.0",
84
- "@genesislcap/uvu-playwright-builder": "14.303.0",
85
- "@genesislcap/vite-builder": "14.303.0",
86
- "@genesislcap/webpack-builder": "14.303.0"
80
+ "@genesislcap/foundation-testing": "14.303.1",
81
+ "@genesislcap/genx": "14.303.1",
82
+ "@genesislcap/rollup-builder": "14.303.1",
83
+ "@genesislcap/ts-builder": "14.303.1",
84
+ "@genesislcap/uvu-playwright-builder": "14.303.1",
85
+ "@genesislcap/vite-builder": "14.303.1",
86
+ "@genesislcap/webpack-builder": "14.303.1"
87
87
  },
88
88
  "dependencies": {
89
- "@genesislcap/foundation-auth": "14.303.0",
90
- "@genesislcap/foundation-comms": "14.303.0",
91
- "@genesislcap/foundation-events": "14.303.0",
92
- "@genesislcap/foundation-i18n": "14.303.0",
93
- "@genesislcap/foundation-logger": "14.303.0",
94
- "@genesislcap/foundation-login": "14.303.0",
95
- "@genesislcap/foundation-shell": "14.303.0",
96
- "@genesislcap/foundation-ui": "14.303.0",
97
- "@genesislcap/foundation-user": "14.303.0",
98
- "@genesislcap/foundation-utils": "14.303.0",
99
- "@genesislcap/foundation-zero": "14.303.0",
100
- "@genesislcap/rapid-design-system": "14.303.0",
101
- "@genesislcap/web-core": "14.303.0"
89
+ "@genesislcap/foundation-auth": "14.303.1",
90
+ "@genesislcap/foundation-comms": "14.303.1",
91
+ "@genesislcap/foundation-events": "14.303.1",
92
+ "@genesislcap/foundation-i18n": "14.303.1",
93
+ "@genesislcap/foundation-logger": "14.303.1",
94
+ "@genesislcap/foundation-login": "14.303.1",
95
+ "@genesislcap/foundation-shell": "14.303.1",
96
+ "@genesislcap/foundation-ui": "14.303.1",
97
+ "@genesislcap/foundation-user": "14.303.1",
98
+ "@genesislcap/foundation-utils": "14.303.1",
99
+ "@genesislcap/foundation-zero": "14.303.1",
100
+ "@genesislcap/rapid-design-system": "14.303.1",
101
+ "@genesislcap/web-core": "14.303.1"
102
102
  },
103
103
  "repository": {
104
104
  "type": "git",
@@ -109,5 +109,5 @@
109
109
  "access": "public"
110
110
  },
111
111
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "1495670cf431019b7a29589f6ab7b80c0ec31945"
112
+ "gitHead": "f1685d21651cfe332605360143595a9bb603b129"
113
113
  }
@@ -1,197 +0,0 @@
1
- ## API Report File for "@genesislcap/foundation-header"
2
-
3
- > Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
4
-
5
- ```ts
6
-
7
- import { AuthRouting } from '@genesislcap/foundation-auth/routing';
8
- import { Container } from '@genesislcap/web-core';
9
- import { Controller } from '@microsoft/fast-element';
10
- import { ElementStyles } from '@microsoft/fast-element';
11
- import { EmitOptions } from '@genesislcap/foundation-events';
12
- import { EmitReturn } from '@genesislcap/foundation-events';
13
- import { FoundationRouteNavItem } from '@genesislcap/foundation-ui';
14
- import { I18next } from '@genesislcap/foundation-i18n';
15
- import { InterfaceSymbol } from '@microsoft/fast-foundation';
16
- import { LoginRouting } from '@genesislcap/foundation-login';
17
- import { PartialGenesisElementDefinition } from '@genesislcap/web-core';
18
- import { SyntheticViewTemplate } from '@genesislcap/web-core';
19
- import { TemplateElementDependency } from '@genesislcap/foundation-ui';
20
- import { User } from '@genesislcap/foundation-user';
21
- import type { ViewTemplate } from '@genesislcap/web-core';
22
-
23
- // @public
24
- export function configure(config: Partial<HeaderConfig>): Promise<Navigation>;
25
-
26
- // @public
27
- export const defaultHeaderConfig: HeaderConfig;
28
-
29
- // Warning: (ae-internal-missing-underscore) The name "dynamicTemplate" should be prefixed with an underscore because the declaration is marked as @internal
30
- //
31
- // @internal
32
- export const dynamicTemplate: ViewTemplate<Navigation>;
33
-
34
- // @public
35
- export type ElementTargetId = HeaderTargetId | NavTargetId | SideNavTargetId;
36
-
37
- // @public
38
- export class FoundationHeader extends Navigation {
39
- // (undocumented)
40
- loadRemotes(): Promise<void>;
41
- }
42
-
43
- // Warning: (ae-internal-missing-underscore) The name "getTemplateByPrefix" should be prefixed with an underscore because the declaration is marked as @internal
44
- //
45
- // @internal
46
- export const getTemplateByPrefix: (prefix: any) => ViewTemplate<any, any>;
47
-
48
- // Warning: (ae-internal-mixed-release-tag) Mixed release tags are not allowed for "HeaderConfig" because one of its declarations is marked as @internal
49
- //
50
- // @public
51
- export interface HeaderConfig extends PartialGenesisElementDefinition {
52
- // Warning: (ae-forgotten-export) The symbol "TemplateOptions" needs to be exported by the entry point index.d.ts
53
- templateOptions: TemplateOptions;
54
- }
55
-
56
- // @internal
57
- export const HeaderConfig: InterfaceSymbol<HeaderConfig>;
58
-
59
- // @public
60
- export type HeaderTargetId = 'header-start' | 'header' | 'header-end';
61
-
62
- // @public
63
- export type LanguageOptions = {
64
- availableLanguages: string[];
65
- selectedLanguage: string;
66
- };
67
-
68
- // Warning: (ae-internal-missing-underscore) The name "LoadingTemplate" should be prefixed with an underscore because the declaration is marked as @internal
69
- //
70
- // @internal
71
- export const LoadingTemplate: ViewTemplate<Navigation>;
72
-
73
- // @public
74
- export const MainStyles: ElementStyles;
75
-
76
- // Warning: (ae-internal-missing-underscore) The name "mainTemplate" should be prefixed with an underscore because the declaration is marked as @internal
77
- //
78
- // @internal
79
- export const mainTemplate: ViewTemplate<Navigation, any>;
80
-
81
- // @public
82
- export type NavEventDetailMap = {
83
- 'luminance-icon-clicked': void;
84
- 'logout-clicked': void;
85
- 'misc-icon-clicked': void;
86
- 'notification-icon-clicked': void;
87
- 'language-changed': void;
88
- 'nav-button-clicked': {
89
- item: FoundationRouteNavItem;
90
- context: any;
91
- };
92
- };
93
-
94
- // Warning: (ae-forgotten-export) The symbol "Navigation_base" needs to be exported by the entry point index.d.ts
95
- //
96
- // @public
97
- export class Navigation extends Navigation_base {
98
- // (undocumented)
99
- authRouting: AuthRouting;
100
- changeLanguage(e: CustomEvent): void;
101
- // @internal
102
- closeNav(): void;
103
- connectedCallback(): Promise<void>;
104
- // (undocumented)
105
- container: Container;
106
- handleNavButtonClick(routeNavItem: FoundationRouteNavItem): void;
107
- // (undocumented)
108
- headerConfig: HeaderConfig;
109
- hideSideBar: boolean;
110
- // (undocumented)
111
- i18next: I18next;
112
- // @internal (undocumented)
113
- isUserPermitted(permission: string): boolean;
114
- languageOptions: LanguageOptions;
115
- // @internal
116
- loadRemotes(): Promise<void>;
117
- // (undocumented)
118
- loginRouting: LoginRouting;
119
- logoAltText: string;
120
- logoSrc: any;
121
- logout(): Promise<void>;
122
- logoutButtonPosition: 'side-nav' | 'account-menu' | 'none';
123
- // @internal
124
- luminanceIconEvent(): void;
125
- // (undocumented)
126
- luminanceToggle: boolean;
127
- // @internal
128
- miscIconEvent(): void;
129
- navigateTo(path: string): void;
130
- // @internal
131
- notificationIconEvent(): void;
132
- // @internal
133
- ready: boolean;
134
- // @deprecated
135
- routeButtons: Array<{
136
- index: number;
137
- path: string;
138
- title: string;
139
- icon: string;
140
- variant: string;
141
- }>;
142
- // @internal (undocumented)
143
- routeButtonsChanged(): void;
144
- routeNavItems: FoundationRouteNavItem[];
145
- selectTemplate(): ViewTemplate<Navigation>;
146
- // (undocumented)
147
- setLuminance(): void;
148
- get shouldShowAccountMenu(): boolean;
149
- showAccountMenu: boolean;
150
- showConnectionIndicator: boolean;
151
- showEnvironmentIndicator: boolean;
152
- showLanguageSelector: boolean;
153
- showLuminanceToggleButton: boolean;
154
- showMiscToggleButton: boolean;
155
- // @deprecated
156
- showNotificationsButton: boolean;
157
- // @internal (undocumented)
158
- showNotificationsButtonChanged(): void;
159
- // @internal
160
- sideNavOpen: boolean;
161
- // @internal
162
- toggleNavVisibility(): void;
163
- toLocalisedText(text: string): string;
164
- // (undocumented)
165
- user: User;
166
- userName: string;
167
- }
168
-
169
- // @public
170
- export type NavTargetId = 'nav-start' | 'nav' | 'nav-end';
171
-
172
- // @public
173
- export const navTemplate: ViewTemplate<Navigation, any>;
174
-
175
- // @public
176
- export class RapidHeader extends Navigation {
177
- // @internal
178
- loadRemotes(): Promise<void>;
179
- // (undocumented)
180
- selectTemplate(): ViewTemplate<Navigation>;
181
- }
182
-
183
- // @public
184
- export type SideNavTargetId = 'side-nav-start' | 'side-nav' | 'side-nav-end';
185
-
186
- // @public
187
- export type StyleTargetId = 'header';
188
-
189
- // Warning: (ae-internal-missing-underscore) The name "ZeroHeader" should be prefixed with an underscore because the declaration is marked as @internal
190
- //
191
- // @internal @deprecated
192
- export class ZeroHeader extends Navigation {
193
- }
194
-
195
- // (No @packageDocumentation comment for this package)
196
-
197
- ```