@genesislcap/foundation-header 14.70.6 → 14.70.8
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/dist/custom-elements.json +175 -161
- package/dist/dts/main/main.d.ts +5 -0
- package/dist/dts/main/main.d.ts.map +1 -1
- package/dist/esm/main/main.js +5 -0
- package/dist/foundation-header.api.json +14 -2
- package/dist/foundation-header.d.ts +5 -0
- package/package.json +8 -8
- package/tsdoc.json +4 -0
|
@@ -71,6 +71,167 @@
|
|
|
71
71
|
}
|
|
72
72
|
]
|
|
73
73
|
},
|
|
74
|
+
{
|
|
75
|
+
"kind": "javascript-module",
|
|
76
|
+
"path": "src/styles/colors.ts",
|
|
77
|
+
"declarations": [
|
|
78
|
+
{
|
|
79
|
+
"kind": "function",
|
|
80
|
+
"name": "getWebRGBA",
|
|
81
|
+
"parameters": [
|
|
82
|
+
{
|
|
83
|
+
"name": "rgb",
|
|
84
|
+
"type": {
|
|
85
|
+
"text": "ColorRGBA64"
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"name": "alpha",
|
|
90
|
+
"default": "1.0",
|
|
91
|
+
"type": {
|
|
92
|
+
"text": "number"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"kind": "variable",
|
|
99
|
+
"name": "defaultBackgroundHover"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"kind": "variable",
|
|
103
|
+
"name": "defaultBackgroundItem"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"kind": "variable",
|
|
107
|
+
"name": "backgroundNavOption"
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"exports": [
|
|
111
|
+
{
|
|
112
|
+
"kind": "js",
|
|
113
|
+
"name": "getWebRGBA",
|
|
114
|
+
"declaration": {
|
|
115
|
+
"name": "getWebRGBA",
|
|
116
|
+
"module": "src/styles/colors.ts"
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"kind": "js",
|
|
121
|
+
"name": "defaultBackgroundHover",
|
|
122
|
+
"declaration": {
|
|
123
|
+
"name": "defaultBackgroundHover",
|
|
124
|
+
"module": "src/styles/colors.ts"
|
|
125
|
+
}
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"kind": "js",
|
|
129
|
+
"name": "defaultBackgroundItem",
|
|
130
|
+
"declaration": {
|
|
131
|
+
"name": "defaultBackgroundItem",
|
|
132
|
+
"module": "src/styles/colors.ts"
|
|
133
|
+
}
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"kind": "js",
|
|
137
|
+
"name": "backgroundNavOption",
|
|
138
|
+
"declaration": {
|
|
139
|
+
"name": "backgroundNavOption",
|
|
140
|
+
"module": "src/styles/colors.ts"
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"kind": "javascript-module",
|
|
147
|
+
"path": "src/styles/index.ts",
|
|
148
|
+
"declarations": [],
|
|
149
|
+
"exports": [
|
|
150
|
+
{
|
|
151
|
+
"kind": "js",
|
|
152
|
+
"name": "*",
|
|
153
|
+
"declaration": {
|
|
154
|
+
"name": "*",
|
|
155
|
+
"package": "./colors"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
"kind": "js",
|
|
160
|
+
"name": "*",
|
|
161
|
+
"declaration": {
|
|
162
|
+
"name": "*",
|
|
163
|
+
"package": "./styles"
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
]
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"kind": "javascript-module",
|
|
170
|
+
"path": "src/styles/styles.ts",
|
|
171
|
+
"declarations": [
|
|
172
|
+
{
|
|
173
|
+
"kind": "function",
|
|
174
|
+
"name": "mixinScreen",
|
|
175
|
+
"parameters": [
|
|
176
|
+
{
|
|
177
|
+
"name": "display",
|
|
178
|
+
"default": "'block'",
|
|
179
|
+
"type": {
|
|
180
|
+
"text": "string"
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
],
|
|
184
|
+
"description": "TODO: Bring all the style and typography mixins into the design system package"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"kind": "function",
|
|
188
|
+
"name": "genesisLogo",
|
|
189
|
+
"parameters": [
|
|
190
|
+
{
|
|
191
|
+
"name": "slot",
|
|
192
|
+
"default": "'start'"
|
|
193
|
+
}
|
|
194
|
+
],
|
|
195
|
+
"description": "TODO"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
"kind": "function",
|
|
199
|
+
"name": "settingsIcon",
|
|
200
|
+
"parameters": [
|
|
201
|
+
{
|
|
202
|
+
"name": "slot",
|
|
203
|
+
"default": "'start'"
|
|
204
|
+
}
|
|
205
|
+
]
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"exports": [
|
|
209
|
+
{
|
|
210
|
+
"kind": "js",
|
|
211
|
+
"name": "mixinScreen",
|
|
212
|
+
"declaration": {
|
|
213
|
+
"name": "mixinScreen",
|
|
214
|
+
"module": "src/styles/styles.ts"
|
|
215
|
+
}
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"kind": "js",
|
|
219
|
+
"name": "genesisLogo",
|
|
220
|
+
"declaration": {
|
|
221
|
+
"name": "genesisLogo",
|
|
222
|
+
"module": "src/styles/styles.ts"
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"kind": "js",
|
|
227
|
+
"name": "settingsIcon",
|
|
228
|
+
"declaration": {
|
|
229
|
+
"name": "settingsIcon",
|
|
230
|
+
"module": "src/styles/styles.ts"
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
]
|
|
234
|
+
},
|
|
74
235
|
{
|
|
75
236
|
"kind": "javascript-module",
|
|
76
237
|
"path": "src/main/index.ts",
|
|
@@ -290,6 +451,20 @@
|
|
|
290
451
|
"description": "Changes the route of the current page"
|
|
291
452
|
}
|
|
292
453
|
],
|
|
454
|
+
"events": [
|
|
455
|
+
{
|
|
456
|
+
"description": "Dispatched when the user clicks on the luminance toggle icon in the navigation bar.",
|
|
457
|
+
"name": "luminance-icon-clicked"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"description": "Dispatched when the user clicks on the miscellaneous behaviour icon in the navigation bar.",
|
|
461
|
+
"name": "misc-icon-clicked"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"description": "Dispatched when the user clicks on the notification icon in the navigation bar.",
|
|
465
|
+
"name": "notification-icon-clicked"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
293
468
|
"attributes": [
|
|
294
469
|
{
|
|
295
470
|
"name": "logo-src",
|
|
@@ -378,167 +553,6 @@
|
|
|
378
553
|
}
|
|
379
554
|
]
|
|
380
555
|
},
|
|
381
|
-
{
|
|
382
|
-
"kind": "javascript-module",
|
|
383
|
-
"path": "src/styles/colors.ts",
|
|
384
|
-
"declarations": [
|
|
385
|
-
{
|
|
386
|
-
"kind": "function",
|
|
387
|
-
"name": "getWebRGBA",
|
|
388
|
-
"parameters": [
|
|
389
|
-
{
|
|
390
|
-
"name": "rgb",
|
|
391
|
-
"type": {
|
|
392
|
-
"text": "ColorRGBA64"
|
|
393
|
-
}
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"name": "alpha",
|
|
397
|
-
"default": "1.0",
|
|
398
|
-
"type": {
|
|
399
|
-
"text": "number"
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
]
|
|
403
|
-
},
|
|
404
|
-
{
|
|
405
|
-
"kind": "variable",
|
|
406
|
-
"name": "defaultBackgroundHover"
|
|
407
|
-
},
|
|
408
|
-
{
|
|
409
|
-
"kind": "variable",
|
|
410
|
-
"name": "defaultBackgroundItem"
|
|
411
|
-
},
|
|
412
|
-
{
|
|
413
|
-
"kind": "variable",
|
|
414
|
-
"name": "backgroundNavOption"
|
|
415
|
-
}
|
|
416
|
-
],
|
|
417
|
-
"exports": [
|
|
418
|
-
{
|
|
419
|
-
"kind": "js",
|
|
420
|
-
"name": "getWebRGBA",
|
|
421
|
-
"declaration": {
|
|
422
|
-
"name": "getWebRGBA",
|
|
423
|
-
"module": "src/styles/colors.ts"
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
{
|
|
427
|
-
"kind": "js",
|
|
428
|
-
"name": "defaultBackgroundHover",
|
|
429
|
-
"declaration": {
|
|
430
|
-
"name": "defaultBackgroundHover",
|
|
431
|
-
"module": "src/styles/colors.ts"
|
|
432
|
-
}
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"kind": "js",
|
|
436
|
-
"name": "defaultBackgroundItem",
|
|
437
|
-
"declaration": {
|
|
438
|
-
"name": "defaultBackgroundItem",
|
|
439
|
-
"module": "src/styles/colors.ts"
|
|
440
|
-
}
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"kind": "js",
|
|
444
|
-
"name": "backgroundNavOption",
|
|
445
|
-
"declaration": {
|
|
446
|
-
"name": "backgroundNavOption",
|
|
447
|
-
"module": "src/styles/colors.ts"
|
|
448
|
-
}
|
|
449
|
-
}
|
|
450
|
-
]
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"kind": "javascript-module",
|
|
454
|
-
"path": "src/styles/index.ts",
|
|
455
|
-
"declarations": [],
|
|
456
|
-
"exports": [
|
|
457
|
-
{
|
|
458
|
-
"kind": "js",
|
|
459
|
-
"name": "*",
|
|
460
|
-
"declaration": {
|
|
461
|
-
"name": "*",
|
|
462
|
-
"package": "./colors"
|
|
463
|
-
}
|
|
464
|
-
},
|
|
465
|
-
{
|
|
466
|
-
"kind": "js",
|
|
467
|
-
"name": "*",
|
|
468
|
-
"declaration": {
|
|
469
|
-
"name": "*",
|
|
470
|
-
"package": "./styles"
|
|
471
|
-
}
|
|
472
|
-
}
|
|
473
|
-
]
|
|
474
|
-
},
|
|
475
|
-
{
|
|
476
|
-
"kind": "javascript-module",
|
|
477
|
-
"path": "src/styles/styles.ts",
|
|
478
|
-
"declarations": [
|
|
479
|
-
{
|
|
480
|
-
"kind": "function",
|
|
481
|
-
"name": "mixinScreen",
|
|
482
|
-
"parameters": [
|
|
483
|
-
{
|
|
484
|
-
"name": "display",
|
|
485
|
-
"default": "'block'",
|
|
486
|
-
"type": {
|
|
487
|
-
"text": "string"
|
|
488
|
-
}
|
|
489
|
-
}
|
|
490
|
-
],
|
|
491
|
-
"description": "TODO: Bring all the style and typography mixins into the design system package"
|
|
492
|
-
},
|
|
493
|
-
{
|
|
494
|
-
"kind": "function",
|
|
495
|
-
"name": "genesisLogo",
|
|
496
|
-
"parameters": [
|
|
497
|
-
{
|
|
498
|
-
"name": "slot",
|
|
499
|
-
"default": "'start'"
|
|
500
|
-
}
|
|
501
|
-
],
|
|
502
|
-
"description": "TODO"
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
"kind": "function",
|
|
506
|
-
"name": "settingsIcon",
|
|
507
|
-
"parameters": [
|
|
508
|
-
{
|
|
509
|
-
"name": "slot",
|
|
510
|
-
"default": "'start'"
|
|
511
|
-
}
|
|
512
|
-
]
|
|
513
|
-
}
|
|
514
|
-
],
|
|
515
|
-
"exports": [
|
|
516
|
-
{
|
|
517
|
-
"kind": "js",
|
|
518
|
-
"name": "mixinScreen",
|
|
519
|
-
"declaration": {
|
|
520
|
-
"name": "mixinScreen",
|
|
521
|
-
"module": "src/styles/styles.ts"
|
|
522
|
-
}
|
|
523
|
-
},
|
|
524
|
-
{
|
|
525
|
-
"kind": "js",
|
|
526
|
-
"name": "genesisLogo",
|
|
527
|
-
"declaration": {
|
|
528
|
-
"name": "genesisLogo",
|
|
529
|
-
"module": "src/styles/styles.ts"
|
|
530
|
-
}
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"kind": "js",
|
|
534
|
-
"name": "settingsIcon",
|
|
535
|
-
"declaration": {
|
|
536
|
-
"name": "settingsIcon",
|
|
537
|
-
"module": "src/styles/styles.ts"
|
|
538
|
-
}
|
|
539
|
-
}
|
|
540
|
-
]
|
|
541
|
-
},
|
|
542
556
|
{
|
|
543
557
|
"kind": "javascript-module",
|
|
544
558
|
"path": "src/utils/index.ts",
|
package/dist/dts/main/main.d.ts
CHANGED
|
@@ -33,6 +33,11 @@ declare const Navigation_base: abstract new (...args: any[]) => {
|
|
|
33
33
|
* @param show-misc-toggle-button - Boolean attribute which controls whether the navigation bar will display the show notification icon.
|
|
34
34
|
*
|
|
35
35
|
* @public
|
|
36
|
+
*
|
|
37
|
+
* @fires luminance-icon-clicked - Dispatched when the user clicks on the luminance toggle icon in the navigation bar.
|
|
38
|
+
* @fires misc-icon-clicked - Dispatched when the user clicks on the miscellaneous behaviour icon in the navigation bar.
|
|
39
|
+
* @fires notification-icon-clicked - Dispatched when the user clicks on the notification icon in the navigation bar.
|
|
40
|
+
*
|
|
36
41
|
*/
|
|
37
42
|
export declare class Navigation extends Navigation_base {
|
|
38
43
|
auth: Auth;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAgB,MAAM,+BAA+B,CAAC;AAUtF;;;GAGG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,wBAAwB,EAAE,IAAI,CAAC;IAC/B,mBAAmB,EAAE,IAAI,CAAC;IAC1B,2BAA2B,EAAE,IAAI,CAAC;CACnC,CAAC;;;;;;;;AAKF
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/main/main.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,iBAAiB,EAAgB,MAAM,+BAA+B,CAAC;AAUtF;;;GAGG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,wBAAwB,EAAE,IAAI,CAAC;IAC/B,mBAAmB,EAAE,IAAI,CAAC;IAC1B,2BAA2B,EAAE,IAAI,CAAC;CACnC,CAAC;;;;;;;;AAKF;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,qBAKa,UAAW,SAAQ,eAAmC;IAC3D,IAAI,EAAG,IAAI,CAAC;IACC,iBAAiB,EAAG,iBAAiB,CAAC;IAC7C,KAAK,EAAE,OAAO,CAAS;IAEnC;;OAEG;IACgB,QAAQ,EAAE,MAAM,CAAC;IAExB,WAAW,UAAS;IAEnB,iBAAiB;IAU9B;;;;;;;OAOG;IAC8B,OAAO,EAAE,GAAG,CAAQ;IAErD;;;;;;;OAOG;IAEH,yBAAyB,EAAE,OAAO,CAAC;IAEnC;;;;;;;OAOG;IAC8D,oBAAoB,EAAE,OAAO,CAAC;IAE/F;;;;;;;OAOG;IAEH,uBAAuB,EAAE,OAAO,CAAC;IAEjC;;;;OAIG;IAEH,uBAAuB,EAAE,OAAO,CAAQ;IAExC;;;;OAIG;IAEH,WAAW,EAAE,OAAO,CAAC;IAErB;;OAEG;IACS,YAAY,EAAE,KAAK,CAAC;QAC9B,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC,CAAC;IAEH;;;;;;;;OAQG;IACG,WAAW;IAKjB,cAAc;IAId;;;;;;;;;OASG;IACU,MAAM;IAgBnB;;;;;;;;;;OAUG;IACI,UAAU,CAAC,IAAI,EAAE,MAAM;IAS9B;;;;;;;;;OASG;IACH,mBAAmB;IAInB;;;;;;;;;OASG;IACH,kBAAkB;IAIlB;;;;;;;;;OASG;IACH,aAAa;IAIb;;;;;;;;;OASG;IACH,qBAAqB;CAGtB"}
|
package/dist/esm/main/main.js
CHANGED
|
@@ -26,6 +26,11 @@ import { DynamicTemplate as template, LoadingTemplate, MainTemplate } from './ma
|
|
|
26
26
|
* @param show-misc-toggle-button - Boolean attribute which controls whether the navigation bar will display the show notification icon.
|
|
27
27
|
*
|
|
28
28
|
* @public
|
|
29
|
+
*
|
|
30
|
+
* @fires luminance-icon-clicked - Dispatched when the user clicks on the luminance toggle icon in the navigation bar.
|
|
31
|
+
* @fires misc-icon-clicked - Dispatched when the user clicks on the miscellaneous behaviour icon in the navigation bar.
|
|
32
|
+
* @fires notification-icon-clicked - Dispatched when the user clicks on the notification icon in the navigation bar.
|
|
33
|
+
*
|
|
29
34
|
*/
|
|
30
35
|
let Navigation = class Navigation extends EventEmitter(FASTElement) {
|
|
31
36
|
constructor() {
|
|
@@ -125,6 +125,16 @@
|
|
|
125
125
|
{
|
|
126
126
|
"tagName": "@preapproved",
|
|
127
127
|
"syntaxKind": "modifier"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"tagName": "@tagname",
|
|
131
|
+
"syntaxKind": "block",
|
|
132
|
+
"allowMultiple": true
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"tagName": "@fires",
|
|
136
|
+
"syntaxKind": "block",
|
|
137
|
+
"allowMultiple": true
|
|
128
138
|
}
|
|
129
139
|
],
|
|
130
140
|
"supportForTags": {
|
|
@@ -155,7 +165,9 @@
|
|
|
155
165
|
"@virtual": true,
|
|
156
166
|
"@betaDocumentation": true,
|
|
157
167
|
"@internalRemarks": true,
|
|
158
|
-
"@preapproved": true
|
|
168
|
+
"@preapproved": true,
|
|
169
|
+
"@tagname": true,
|
|
170
|
+
"@fires": true
|
|
159
171
|
},
|
|
160
172
|
"reportUnsupportedHtmlElements": false
|
|
161
173
|
}
|
|
@@ -229,7 +241,7 @@
|
|
|
229
241
|
{
|
|
230
242
|
"kind": "Class",
|
|
231
243
|
"canonicalReference": "@genesislcap/foundation-header!Navigation:class",
|
|
232
|
-
"docComment": "/**\n * Navigation micro-frontend includes navigation bar and flyout menu\n *\n * @remarks\n *\n * `foundation-header` micro-frontend can be added to the project to include a navigation bar and flyout menu. There are multiple ways that the behaviour of the component can be configured - the icon shown on the navigation bar and flyout menu (this shows the Genesis logo by default). - navigation links at the left-hand side of the navigation bar. - the control buttons on the right-hand side of the navigation bar can be shown or hidden, and their behaviour controlled via event listeners - The contents of the flyout menu.\n *\n * @param logo - src - Option attribute which sets the source of the image in the navigation bar and flyout menu. The Genesis logo will be shown if this attribute is not provided.\n *\n * @param show - luminance-toggle-button - Boolean attribute which controls whether the navigation bar will display the luminance toggle icon.\n *\n * @param show - misc-toggle-button - Boolean attribute which controls whether the navigation bar will display the miscellaneous behaviour icon.\n *\n * @param show - misc-toggle-button - Boolean attribute which controls whether the navigation bar will display the show notification icon.\n *\n * @public\n */\n",
|
|
244
|
+
"docComment": "/**\n * Navigation micro-frontend includes navigation bar and flyout menu\n *\n * @remarks\n *\n * `foundation-header` micro-frontend can be added to the project to include a navigation bar and flyout menu. There are multiple ways that the behaviour of the component can be configured - the icon shown on the navigation bar and flyout menu (this shows the Genesis logo by default). - navigation links at the left-hand side of the navigation bar. - the control buttons on the right-hand side of the navigation bar can be shown or hidden, and their behaviour controlled via event listeners - The contents of the flyout menu.\n *\n * @param logo - src - Option attribute which sets the source of the image in the navigation bar and flyout menu. The Genesis logo will be shown if this attribute is not provided.\n *\n * @param show - luminance-toggle-button - Boolean attribute which controls whether the navigation bar will display the luminance toggle icon.\n *\n * @param show - misc-toggle-button - Boolean attribute which controls whether the navigation bar will display the miscellaneous behaviour icon.\n *\n * @param show - misc-toggle-button - Boolean attribute which controls whether the navigation bar will display the show notification icon.\n *\n * @fires\n *\n * luminance-icon-clicked - Dispatched when the user clicks on the luminance toggle icon in the navigation bar.\n *\n * @fires\n *\n * misc-icon-clicked - Dispatched when the user clicks on the miscellaneous behaviour icon in the navigation bar.\n *\n * @fires\n *\n * notification-icon-clicked - Dispatched when the user clicks on the notification icon in the navigation bar.\n *\n * @public\n */\n",
|
|
233
245
|
"excerptTokens": [
|
|
234
246
|
{
|
|
235
247
|
"kind": "Content",
|
|
@@ -43,6 +43,11 @@ export declare type NavEventDetailMap = {
|
|
|
43
43
|
* @param show-misc-toggle-button - Boolean attribute which controls whether the navigation bar will display the show notification icon.
|
|
44
44
|
*
|
|
45
45
|
* @public
|
|
46
|
+
*
|
|
47
|
+
* @fires luminance-icon-clicked - Dispatched when the user clicks on the luminance toggle icon in the navigation bar.
|
|
48
|
+
* @fires misc-icon-clicked - Dispatched when the user clicks on the miscellaneous behaviour icon in the navigation bar.
|
|
49
|
+
* @fires notification-icon-clicked - Dispatched when the user clicks on the notification icon in the navigation bar.
|
|
50
|
+
*
|
|
46
51
|
*/
|
|
47
52
|
export declare class Navigation extends Navigation_base {
|
|
48
53
|
auth: Auth;
|
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.70.
|
|
4
|
+
"version": "14.70.8",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -50,15 +50,15 @@
|
|
|
50
50
|
"test:debug": "genx test --debug"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@genesislcap/foundation-testing": "14.70.
|
|
54
|
-
"@genesislcap/genx": "14.70.
|
|
53
|
+
"@genesislcap/foundation-testing": "14.70.8",
|
|
54
|
+
"@genesislcap/genx": "14.70.8",
|
|
55
55
|
"rimraf": "^3.0.2"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@genesislcap/foundation-comms": "14.70.
|
|
59
|
-
"@genesislcap/foundation-events": "14.70.
|
|
60
|
-
"@genesislcap/foundation-utils": "14.70.
|
|
61
|
-
"@genesislcap/foundation-zero": "14.70.
|
|
58
|
+
"@genesislcap/foundation-comms": "14.70.8",
|
|
59
|
+
"@genesislcap/foundation-events": "14.70.8",
|
|
60
|
+
"@genesislcap/foundation-utils": "14.70.8",
|
|
61
|
+
"@genesislcap/foundation-zero": "14.70.8",
|
|
62
62
|
"@microsoft/fast-colors": "^5.1.4",
|
|
63
63
|
"@microsoft/fast-components": "^2.21.3",
|
|
64
64
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
76
|
"customElements": "dist/custom-elements.json",
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "c040315dbacd807322ec80da100e541e05234b19"
|
|
78
78
|
}
|
package/tsdoc.json
ADDED