@genesislcap/foundation-header 14.408.0 → 14.409.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/README.md +6 -633
- package/dist/custom-elements.json +230 -230
- package/package.json +23 -23
- package/docs/api/foundation-header.configure.md +0 -75
- package/docs/api/foundation-header.defaultheaderconfig.md +0 -13
- package/docs/api/foundation-header.elementtargetid.md +0 -15
- package/docs/api/foundation-header.foundationheader.loadremotes.md +0 -15
- package/docs/api/foundation-header.foundationheader.md +0 -53
- package/docs/api/foundation-header.headerconfig.md +0 -59
- package/docs/api/foundation-header.headerconfig.templateoptions.md +0 -18
- package/docs/api/foundation-header.headertargetid.md +0 -13
- package/docs/api/foundation-header.languageoptions.md +0 -16
- package/docs/api/foundation-header.mainstyles.md +0 -13
- package/docs/api/foundation-header.md +0 -246
- package/docs/api/foundation-header.naveventdetailmap.md +0 -23
- package/docs/api/foundation-header.navigation.authrouting.md +0 -11
- package/docs/api/foundation-header.navigation.changelanguage.md +0 -56
- package/docs/api/foundation-header.navigation.connectedcallback.md +0 -17
- package/docs/api/foundation-header.navigation.container.md +0 -11
- package/docs/api/foundation-header.navigation.controlpanel.md +0 -11
- package/docs/api/foundation-header.navigation.disconnectedcallback.md +0 -17
- package/docs/api/foundation-header.navigation.enableinactivitymonitoring.md +0 -18
- package/docs/api/foundation-header.navigation.handlenavbuttonclick.md +0 -54
- package/docs/api/foundation-header.navigation.hasactivechild.md +0 -56
- package/docs/api/foundation-header.navigation.headerconfig.md +0 -11
- package/docs/api/foundation-header.navigation.hidesidebar.md +0 -13
- package/docs/api/foundation-header.navigation.i18next.md +0 -11
- package/docs/api/foundation-header.navigation.inactivitytimeoutminutes.md +0 -18
- package/docs/api/foundation-header.navigation.inactivitywarningminutes.md +0 -18
- package/docs/api/foundation-header.navigation.islayoutitemactive.md +0 -56
- package/docs/api/foundation-header.navigation.languageoptions.md +0 -13
- package/docs/api/foundation-header.navigation.layoutitemcheck.md +0 -30
- package/docs/api/foundation-header.navigation.loginrouting.md +0 -11
- package/docs/api/foundation-header.navigation.logoalttext.md +0 -18
- package/docs/api/foundation-header.navigation.logosrc.md +0 -18
- package/docs/api/foundation-header.navigation.logout.md +0 -17
- package/docs/api/foundation-header.navigation.logoutbuttonposition.md +0 -18
- package/docs/api/foundation-header.navigation.luminancetoggle.md +0 -11
- package/docs/api/foundation-header.navigation.md +0 -793
- package/docs/api/foundation-header.navigation.navigateto.md +0 -58
- package/docs/api/foundation-header.navigation.pathname.md +0 -13
- package/docs/api/foundation-header.navigation.routebuttons.md +0 -24
- package/docs/api/foundation-header.navigation.routenavitems.md +0 -13
- package/docs/api/foundation-header.navigation.selecttemplate.md +0 -19
- package/docs/api/foundation-header.navigation.setluminance.md +0 -15
- package/docs/api/foundation-header.navigation.shouldshowaccountmenu.md +0 -18
- package/docs/api/foundation-header.navigation.showaccountmenu.md +0 -18
- package/docs/api/foundation-header.navigation.showaiindicator.md +0 -13
- package/docs/api/foundation-header.navigation.showconnectionindicator.md +0 -13
- package/docs/api/foundation-header.navigation.showcontrolpanel.md +0 -13
- package/docs/api/foundation-header.navigation.showenvironmentindicator.md +0 -13
- package/docs/api/foundation-header.navigation.showlanguageselector.md +0 -18
- package/docs/api/foundation-header.navigation.showluminancetogglebutton.md +0 -18
- package/docs/api/foundation-header.navigation.showmisctogglebutton.md +0 -18
- package/docs/api/foundation-header.navigation.shownotificationsbutton.md +0 -23
- package/docs/api/foundation-header.navigation.tolocalisedtext.md +0 -56
- package/docs/api/foundation-header.navigation.user.md +0 -11
- package/docs/api/foundation-header.navigation.username.md +0 -18
- package/docs/api/foundation-header.navtargetid.md +0 -13
- package/docs/api/foundation-header.navtemplate.md +0 -18
- package/docs/api/foundation-header.rapidheader.md +0 -69
- package/docs/api/foundation-header.rapidheader.selecttemplate.md +0 -15
- package/docs/api/foundation-header.sidenavtargetid.md +0 -13
- package/docs/api/foundation-header.styletargetid.md +0 -13
- package/docs/api/index.md +0 -30
- package/docs/api-report.md.api.md +0 -260
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-header](./foundation-header.md) > [FoundationHeader](./foundation-header.foundationheader.md)
|
|
4
|
-
|
|
5
|
-
## FoundationHeader class
|
|
6
|
-
|
|
7
|
-
FoundationHeader.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
export declare class FoundationHeader extends Navigation
|
|
13
|
-
```
|
|
14
|
-
**Extends:** [Navigation](./foundation-header.navigation.md)
|
|
15
|
-
|
|
16
|
-
## Remarks
|
|
17
|
-
|
|
18
|
-
Base MF export used by host application `configure` calls. It does not set up a design system or components. Both are expected to be registered in the host application, which should provide the details of which to the MF via TemplateOptions.
|
|
19
|
-
|
|
20
|
-
See the [configure()](./foundation-header.configure.md) hook for more information on how to set up and use this micro frontend in your application.
|
|
21
|
-
|
|
22
|
-
## Methods
|
|
23
|
-
|
|
24
|
-
<table><thead><tr><th>
|
|
25
|
-
|
|
26
|
-
Method
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
</th><th>
|
|
30
|
-
|
|
31
|
-
Modifiers
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
</th><th>
|
|
35
|
-
|
|
36
|
-
Description
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
</th></tr></thead>
|
|
40
|
-
<tbody><tr><td>
|
|
41
|
-
|
|
42
|
-
[loadRemotes()](./foundation-header.foundationheader.loadremotes.md)
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
</td><td>
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
</td><td>
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
</td></tr>
|
|
52
|
-
</tbody></table>
|
|
53
|
-
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-header](./foundation-header.md) > [HeaderConfig](./foundation-header.headerconfig.md)
|
|
4
|
-
|
|
5
|
-
## HeaderConfig interface
|
|
6
|
-
|
|
7
|
-
HeaderConfig DI interface.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
export interface HeaderConfig extends PartialGenesisElementDefinition
|
|
13
|
-
```
|
|
14
|
-
**Extends:** PartialGenesisElementDefinition
|
|
15
|
-
|
|
16
|
-
## Properties
|
|
17
|
-
|
|
18
|
-
<table><thead><tr><th>
|
|
19
|
-
|
|
20
|
-
Property
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
</th><th>
|
|
24
|
-
|
|
25
|
-
Modifiers
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
</th><th>
|
|
29
|
-
|
|
30
|
-
Type
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
</th><th>
|
|
34
|
-
|
|
35
|
-
Description
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</th></tr></thead>
|
|
39
|
-
<tbody><tr><td>
|
|
40
|
-
|
|
41
|
-
[templateOptions](./foundation-header.headerconfig.templateoptions.md)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
</td><td>
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
</td><td>
|
|
48
|
-
|
|
49
|
-
TemplateOptions
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
</td><td>
|
|
53
|
-
|
|
54
|
-
Template options.
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
</td></tr>
|
|
58
|
-
</tbody></table>
|
|
59
|
-
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-header](./foundation-header.md) > [HeaderConfig](./foundation-header.headerconfig.md) > [templateOptions](./foundation-header.headerconfig.templateoptions.md)
|
|
4
|
-
|
|
5
|
-
## HeaderConfig.templateOptions property
|
|
6
|
-
|
|
7
|
-
Template options.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
templateOptions: TemplateOptions;
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Remarks
|
|
16
|
-
|
|
17
|
-
Used by host applications to assign MF template options and subcomponent tags to align with the host design system.
|
|
18
|
-
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-header](./foundation-header.md) > [HeaderTargetId](./foundation-header.headertargetid.md)
|
|
4
|
-
|
|
5
|
-
## HeaderTargetId type
|
|
6
|
-
|
|
7
|
-
Header integration targets.
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
export type HeaderTargetId = 'header-start' | 'header' | 'header-end';
|
|
13
|
-
```
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-header](./foundation-header.md) > [LanguageOptions](./foundation-header.languageoptions.md)
|
|
4
|
-
|
|
5
|
-
## LanguageOptions type
|
|
6
|
-
|
|
7
|
-
Options for the language selector
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
export type LanguageOptions = {
|
|
13
|
-
availableLanguages: string[];
|
|
14
|
-
selectedLanguage: string;
|
|
15
|
-
};
|
|
16
|
-
```
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-header](./foundation-header.md) > [MainStyles](./foundation-header.mainstyles.md)
|
|
4
|
-
|
|
5
|
-
## MainStyles variable
|
|
6
|
-
|
|
7
|
-
Base styles for the foundation-header
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
MainStyles: import("@microsoft/fast-element").ElementStyles
|
|
13
|
-
```
|
|
@@ -1,246 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-header](./foundation-header.md)
|
|
4
|
-
|
|
5
|
-
## foundation-header package
|
|
6
|
-
|
|
7
|
-
## Classes
|
|
8
|
-
|
|
9
|
-
<table><thead><tr><th>
|
|
10
|
-
|
|
11
|
-
Class
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
</th><th>
|
|
15
|
-
|
|
16
|
-
Description
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
</th></tr></thead>
|
|
20
|
-
<tbody><tr><td>
|
|
21
|
-
|
|
22
|
-
[FoundationHeader](./foundation-header.foundationheader.md)
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
</td><td>
|
|
26
|
-
|
|
27
|
-
FoundationHeader.
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</td></tr>
|
|
31
|
-
<tr><td>
|
|
32
|
-
|
|
33
|
-
[Navigation](./foundation-header.navigation.md)
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
</td><td>
|
|
37
|
-
|
|
38
|
-
Navigation micro-frontend includes navigation bar and flyout menu
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
</td></tr>
|
|
42
|
-
<tr><td>
|
|
43
|
-
|
|
44
|
-
[RapidHeader](./foundation-header.rapidheader.md)
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
</td><td>
|
|
48
|
-
|
|
49
|
-
RapidHeader is a rapid version of the header micro-frontend.
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
</td></tr>
|
|
53
|
-
</tbody></table>
|
|
54
|
-
|
|
55
|
-
## Functions
|
|
56
|
-
|
|
57
|
-
<table><thead><tr><th>
|
|
58
|
-
|
|
59
|
-
Function
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
</th><th>
|
|
63
|
-
|
|
64
|
-
Description
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
</th></tr></thead>
|
|
68
|
-
<tbody><tr><td>
|
|
69
|
-
|
|
70
|
-
[configure(config)](./foundation-header.configure.md)
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
</td><td>
|
|
74
|
-
|
|
75
|
-
A function that allows configuring the header micro-frontend with name and templateOptions.
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
</td></tr>
|
|
79
|
-
</tbody></table>
|
|
80
|
-
|
|
81
|
-
## Interfaces
|
|
82
|
-
|
|
83
|
-
<table><thead><tr><th>
|
|
84
|
-
|
|
85
|
-
Interface
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
</th><th>
|
|
89
|
-
|
|
90
|
-
Description
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
</th></tr></thead>
|
|
94
|
-
<tbody><tr><td>
|
|
95
|
-
|
|
96
|
-
[HeaderConfig](./foundation-header.headerconfig.md)
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
</td><td>
|
|
100
|
-
|
|
101
|
-
HeaderConfig DI interface.
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
</td></tr>
|
|
105
|
-
</tbody></table>
|
|
106
|
-
|
|
107
|
-
## Variables
|
|
108
|
-
|
|
109
|
-
<table><thead><tr><th>
|
|
110
|
-
|
|
111
|
-
Variable
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
</th><th>
|
|
115
|
-
|
|
116
|
-
Description
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
</th></tr></thead>
|
|
120
|
-
<tbody><tr><td>
|
|
121
|
-
|
|
122
|
-
[defaultHeaderConfig](./foundation-header.defaultheaderconfig.md)
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
</td><td>
|
|
126
|
-
|
|
127
|
-
Default HeaderConfig DI implementation.
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
</td></tr>
|
|
131
|
-
<tr><td>
|
|
132
|
-
|
|
133
|
-
[MainStyles](./foundation-header.mainstyles.md)
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
</td><td>
|
|
137
|
-
|
|
138
|
-
Base styles for the foundation-header
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
</td></tr>
|
|
142
|
-
<tr><td>
|
|
143
|
-
|
|
144
|
-
[navTemplate](./foundation-header.navtemplate.md)
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
</td><td>
|
|
148
|
-
|
|
149
|
-
Template for Navigation class
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
</td></tr>
|
|
153
|
-
</tbody></table>
|
|
154
|
-
|
|
155
|
-
## Type Aliases
|
|
156
|
-
|
|
157
|
-
<table><thead><tr><th>
|
|
158
|
-
|
|
159
|
-
Type Alias
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
</th><th>
|
|
163
|
-
|
|
164
|
-
Description
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
</th></tr></thead>
|
|
168
|
-
<tbody><tr><td>
|
|
169
|
-
|
|
170
|
-
[ElementTargetId](./foundation-header.elementtargetid.md)
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
</td><td>
|
|
174
|
-
|
|
175
|
-
Package element integration targets.
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
</td></tr>
|
|
179
|
-
<tr><td>
|
|
180
|
-
|
|
181
|
-
[HeaderTargetId](./foundation-header.headertargetid.md)
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
</td><td>
|
|
185
|
-
|
|
186
|
-
Header integration targets.
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
</td></tr>
|
|
190
|
-
<tr><td>
|
|
191
|
-
|
|
192
|
-
[LanguageOptions](./foundation-header.languageoptions.md)
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
</td><td>
|
|
196
|
-
|
|
197
|
-
Options for the language selector
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
</td></tr>
|
|
201
|
-
<tr><td>
|
|
202
|
-
|
|
203
|
-
[NavEventDetailMap](./foundation-header.naveventdetailmap.md)
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
</td><td>
|
|
207
|
-
|
|
208
|
-
Events dispatched by the navigation control buttons
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
</td></tr>
|
|
212
|
-
<tr><td>
|
|
213
|
-
|
|
214
|
-
[NavTargetId](./foundation-header.navtargetid.md)
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
</td><td>
|
|
218
|
-
|
|
219
|
-
Nav integration targets.
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
</td></tr>
|
|
223
|
-
<tr><td>
|
|
224
|
-
|
|
225
|
-
[SideNavTargetId](./foundation-header.sidenavtargetid.md)
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
</td><td>
|
|
229
|
-
|
|
230
|
-
Side nav integration targets.
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
</td></tr>
|
|
234
|
-
<tr><td>
|
|
235
|
-
|
|
236
|
-
[StyleTargetId](./foundation-header.styletargetid.md)
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
</td><td>
|
|
240
|
-
|
|
241
|
-
Package style integration targets.
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
</td></tr>
|
|
245
|
-
</tbody></table>
|
|
246
|
-
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-header](./foundation-header.md) > [NavEventDetailMap](./foundation-header.naveventdetailmap.md)
|
|
4
|
-
|
|
5
|
-
## NavEventDetailMap type
|
|
6
|
-
|
|
7
|
-
Events dispatched by the navigation control buttons
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
export type NavEventDetailMap = {
|
|
13
|
-
'luminance-icon-clicked': void;
|
|
14
|
-
'logout-clicked': void;
|
|
15
|
-
'misc-icon-clicked': void;
|
|
16
|
-
'notification-icon-clicked': void;
|
|
17
|
-
'language-changed': void;
|
|
18
|
-
'nav-button-clicked': {
|
|
19
|
-
item: FoundationRouteNavItem;
|
|
20
|
-
context: any;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-header](./foundation-header.md) > [Navigation](./foundation-header.navigation.md) > [authRouting](./foundation-header.navigation.authrouting.md)
|
|
4
|
-
|
|
5
|
-
## Navigation.authRouting property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
authRouting: AuthRouting;
|
|
11
|
-
```
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-header](./foundation-header.md) > [Navigation](./foundation-header.navigation.md) > [changeLanguage](./foundation-header.navigation.changelanguage.md)
|
|
4
|
-
|
|
5
|
-
## Navigation.changeLanguage() method
|
|
6
|
-
|
|
7
|
-
Changes the language of the application
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
changeLanguage(e: CustomEvent): void;
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Parameters
|
|
16
|
-
|
|
17
|
-
<table><thead><tr><th>
|
|
18
|
-
|
|
19
|
-
Parameter
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</th><th>
|
|
23
|
-
|
|
24
|
-
Type
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Description
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th></tr></thead>
|
|
33
|
-
<tbody><tr><td>
|
|
34
|
-
|
|
35
|
-
e
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td><td>
|
|
39
|
-
|
|
40
|
-
CustomEvent
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
</td></tr>
|
|
47
|
-
</tbody></table>
|
|
48
|
-
|
|
49
|
-
**Returns:**
|
|
50
|
-
|
|
51
|
-
void
|
|
52
|
-
|
|
53
|
-
## Remarks
|
|
54
|
-
|
|
55
|
-
Activated when the user selects a language from the language selector that uses the I18next service.
|
|
56
|
-
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-header](./foundation-header.md) > [Navigation](./foundation-header.navigation.md) > [connectedCallback](./foundation-header.navigation.connectedcallback.md)
|
|
4
|
-
|
|
5
|
-
## Navigation.connectedCallback() method
|
|
6
|
-
|
|
7
|
-
Called when the component is connected to the DOM
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
connectedCallback(): Promise<void>;
|
|
13
|
-
```
|
|
14
|
-
**Returns:**
|
|
15
|
-
|
|
16
|
-
Promise<void>
|
|
17
|
-
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-header](./foundation-header.md) > [Navigation](./foundation-header.navigation.md) > [container](./foundation-header.navigation.container.md)
|
|
4
|
-
|
|
5
|
-
## Navigation.container property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
container: Container;
|
|
11
|
-
```
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-header](./foundation-header.md) > [Navigation](./foundation-header.navigation.md) > [controlPanel](./foundation-header.navigation.controlpanel.md)
|
|
4
|
-
|
|
5
|
-
## Navigation.controlPanel property
|
|
6
|
-
|
|
7
|
-
**Signature:**
|
|
8
|
-
|
|
9
|
-
```typescript
|
|
10
|
-
controlPanel: ControlPanel;
|
|
11
|
-
```
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-header](./foundation-header.md) > [Navigation](./foundation-header.navigation.md) > [disconnectedCallback](./foundation-header.navigation.disconnectedcallback.md)
|
|
4
|
-
|
|
5
|
-
## Navigation.disconnectedCallback() method
|
|
6
|
-
|
|
7
|
-
Called when the component is disconnected from the DOM
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
disconnectedCallback(): void;
|
|
13
|
-
```
|
|
14
|
-
**Returns:**
|
|
15
|
-
|
|
16
|
-
void
|
|
17
|
-
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-header](./foundation-header.md) > [Navigation](./foundation-header.navigation.md) > [enableInactivityMonitoring](./foundation-header.navigation.enableinactivitymonitoring.md)
|
|
4
|
-
|
|
5
|
-
## Navigation.enableInactivityMonitoring property
|
|
6
|
-
|
|
7
|
-
Boolean attribute which controls whether to enable inactivity monitoring Control via `enable-inactivity-monitoring`
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
enableInactivityMonitoring: boolean;
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Remarks
|
|
16
|
-
|
|
17
|
-
Default is true
|
|
18
|
-
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
2
|
-
|
|
3
|
-
[Home](./index.md) > [@genesislcap/foundation-header](./foundation-header.md) > [Navigation](./foundation-header.navigation.md) > [handleNavButtonClick](./foundation-header.navigation.handlenavbuttonclick.md)
|
|
4
|
-
|
|
5
|
-
## Navigation.handleNavButtonClick() method
|
|
6
|
-
|
|
7
|
-
Handles the click event for a navigation button
|
|
8
|
-
|
|
9
|
-
**Signature:**
|
|
10
|
-
|
|
11
|
-
```typescript
|
|
12
|
-
handleNavButtonClick(routeNavItem: FoundationRouteNavItem): void;
|
|
13
|
-
```
|
|
14
|
-
|
|
15
|
-
## Parameters
|
|
16
|
-
|
|
17
|
-
<table><thead><tr><th>
|
|
18
|
-
|
|
19
|
-
Parameter
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
</th><th>
|
|
23
|
-
|
|
24
|
-
Type
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
</th><th>
|
|
28
|
-
|
|
29
|
-
Description
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
</th></tr></thead>
|
|
33
|
-
<tbody><tr><td>
|
|
34
|
-
|
|
35
|
-
routeNavItem
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
</td><td>
|
|
39
|
-
|
|
40
|
-
FoundationRouteNavItem
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td><td>
|
|
44
|
-
|
|
45
|
-
The navigation item that was clicked
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
</td></tr>
|
|
49
|
-
</tbody></table>
|
|
50
|
-
|
|
51
|
-
**Returns:**
|
|
52
|
-
|
|
53
|
-
void
|
|
54
|
-
|