@genesislcap/foundation-header 9.0.1-alpha-b5c5eb7.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 (141) hide show
  1. package/README.md +246 -0
  2. package/dist/1.0.0.remoteEntry.js +1 -0
  3. package/dist/185.185.1368e7afe95e90687d2d.js +2 -0
  4. package/dist/185.bfe96e990dc6f09220d09b8c95f4b54c.js.map +1 -0
  5. package/dist/31607cf9ccd469a62208.svg +3 -0
  6. package/dist/338.338.6641454ca7888d1fe36e.js +2 -0
  7. package/dist/338.94cb9596c131c99ac58a37f38ad25ce7.js.map +1 -0
  8. package/dist/397.397.6f7ab18105495146ee4c.js +3 -0
  9. package/dist/397.397.6f7ab18105495146ee4c.js.LICENSE.txt +1 -0
  10. package/dist/397.b422a54dd9fd412d4aac2a90b8bb0e7a.js.map +1 -0
  11. package/dist/453.453.81dddb2e35aecdceb722.js +326 -0
  12. package/dist/453.547b1f466caf28aca7644e9032ba33d9.js.map +1 -0
  13. package/dist/506.216099078d895d583f069d47bbbbc118.js.map +1 -0
  14. package/dist/506.506.2df96cfa49403c056e18.js +3 -0
  15. package/dist/506.506.2df96cfa49403c056e18.js.LICENSE.txt +4 -0
  16. package/dist/540.540.16a5312961af053a4ac4.js +2 -0
  17. package/dist/540.6abb416013642069288d5369cb3126c7.js.map +1 -0
  18. package/dist/641.5d1b071000ebacbeffeb45846633c4ce.js.map +1 -0
  19. package/dist/641.641.0d19c60ce5b96cee96e9.js +3 -0
  20. package/dist/641.641.0d19c60ce5b96cee96e9.js.LICENSE.txt +4 -0
  21. package/dist/667.667.76a963874a8ced0ba03f.js +2 -0
  22. package/dist/667.e80f70ba5418c8fd00213d1c8ef97b86.js.map +1 -0
  23. package/dist/853.234215e17d31fe35e24b3b9241a6b6fd.js.map +1 -0
  24. package/dist/853.853.2cdc8d94fdad1718e016.js +2 -0
  25. package/dist/868.7e2669623e2fa4a4774231b5d97cd4a4.js.map +1 -0
  26. package/dist/868.868.db0184ec09b3ab0761a3.js +3405 -0
  27. package/dist/dashboard.json +1 -0
  28. package/dist/dts/components/components.d.ts +9 -0
  29. package/dist/dts/components/components.d.ts.map +1 -0
  30. package/dist/dts/components/index.d.ts +2 -0
  31. package/dist/dts/components/index.d.ts.map +1 -0
  32. package/dist/dts/index.d.ts +2 -0
  33. package/dist/dts/index.d.ts.map +1 -0
  34. package/dist/dts/index.federated.d.ts +1 -0
  35. package/dist/dts/index.federated.d.ts.map +1 -0
  36. package/dist/dts/main/index.d.ts +4 -0
  37. package/dist/dts/main/index.d.ts.map +1 -0
  38. package/dist/dts/main/main.d.ts +488 -0
  39. package/dist/dts/main/main.d.ts.map +1 -0
  40. package/dist/dts/main/main.styles.d.ts +10 -0
  41. package/dist/dts/main/main.styles.d.ts.map +1 -0
  42. package/dist/dts/main/main.template.d.ts +59 -0
  43. package/dist/dts/main/main.template.d.ts.map +1 -0
  44. package/dist/dts/styles/colors.d.ts +19 -0
  45. package/dist/dts/styles/colors.d.ts.map +1 -0
  46. package/dist/dts/styles/index.d.ts +3 -0
  47. package/dist/dts/styles/index.d.ts.map +1 -0
  48. package/dist/dts/styles/styles.d.ts +10 -0
  49. package/dist/dts/styles/styles.d.ts.map +1 -0
  50. package/dist/dts/styles/typography.d.ts +5 -0
  51. package/dist/dts/styles/typography.d.ts.map +1 -0
  52. package/dist/dts/tsdoc-metadata.json +11 -0
  53. package/dist/dts/utils/index.d.ts +2 -0
  54. package/dist/dts/utils/index.d.ts.map +1 -0
  55. package/dist/dts/utils/logger.d.ts +2 -0
  56. package/dist/dts/utils/logger.d.ts.map +1 -0
  57. package/dist/esm/assets/logo.svg +3 -0
  58. package/dist/esm/components/components.js +43 -0
  59. package/dist/esm/components/components.js.map +1 -0
  60. package/dist/esm/components/index.js +2 -0
  61. package/dist/esm/components/index.js.map +1 -0
  62. package/dist/esm/index.federated.js +2 -0
  63. package/dist/esm/index.federated.js.map +1 -0
  64. package/dist/esm/index.js +2 -0
  65. package/dist/esm/index.js.map +1 -0
  66. package/dist/esm/main/index.js +4 -0
  67. package/dist/esm/main/index.js.map +1 -0
  68. package/dist/esm/main/main.css +13 -0
  69. package/dist/esm/main/main.js +222 -0
  70. package/dist/esm/main/main.js.map +1 -0
  71. package/dist/esm/main/main.styles.js +250 -0
  72. package/dist/esm/main/main.styles.js.map +1 -0
  73. package/dist/esm/main/main.template.js +149 -0
  74. package/dist/esm/main/main.template.js.map +1 -0
  75. package/dist/esm/styles/colors.js +27 -0
  76. package/dist/esm/styles/colors.js.map +1 -0
  77. package/dist/esm/styles/index.js +3 -0
  78. package/dist/esm/styles/index.js.map +1 -0
  79. package/dist/esm/styles/styles.js +24 -0
  80. package/dist/esm/styles/styles.js.map +1 -0
  81. package/dist/esm/styles/typography.js +20 -0
  82. package/dist/esm/styles/typography.js.map +1 -0
  83. package/dist/esm/utils/index.js +2 -0
  84. package/dist/esm/utils/index.js.map +1 -0
  85. package/dist/esm/utils/logger.js +3 -0
  86. package/dist/esm/utils/logger.js.map +1 -0
  87. package/dist/favicon.ico +0 -0
  88. package/dist/foundation-header.api.json +837 -0
  89. package/dist/foundation-header.d.ts +521 -0
  90. package/dist/foundationHeader.d2a8e8744f9fd401e01219ffc10795af.js.map +1 -0
  91. package/dist/index.ejs +23 -0
  92. package/dist/index.html +10 -0
  93. package/dist/info.ejs +13 -0
  94. package/dist/info.html +19 -0
  95. package/dist/main.93fb4f46c19086cd1c10.js +2 -0
  96. package/dist/main.f149477dcf975f5bec20fdc2d0fce637.js.map +1 -0
  97. package/dist/npm.analytics.13d3017bcb2734b958e1c261c7e620d1.js.map +1 -0
  98. package/dist/npm.analytics.343.868701a34bf55591b35e.js +2 -0
  99. package/dist/npm.consola.713.a6a01a645775febbd05a.js +2 -0
  100. package/dist/npm.consola.d0475457692e79d2065981689ecbe6c8.js.map +1 -0
  101. package/dist/npm.dialog-polyfill.39e8a4cd9784ad9e0690d28f17eefeb3.js.map +1 -0
  102. package/dist/npm.dialog-polyfill.47.857e1cc698756a1d4d9f.js +2 -0
  103. package/dist/npm.finos.690.1d362c820f7a29e44178.js +2 -0
  104. package/dist/npm.finos.7eb5017b5506c0dd6de2c2bee763a997.js.map +1 -0
  105. package/dist/npm.fortawesome.104.6fdfed399ac3d4bcd076.js +2 -0
  106. package/dist/npm.fortawesome.96f1e7115d1e111bde725447b64f04a9.js.map +1 -0
  107. package/dist/npm.microsoft.127.63be836a7ee60f2db5e3.js +6406 -0
  108. package/dist/npm.microsoft.127.63be836a7ee60f2db5e3.js.LICENSE.txt +14 -0
  109. package/dist/npm.microsoft.93b16332ce7f1e3a889ad69e0403d652.js.map +1 -0
  110. package/dist/npm.rxjs.271.3c690069442a312eaee2.js +2 -0
  111. package/dist/npm.rxjs.3e4127a7515023cc78b8548028afb653.js.map +1 -0
  112. package/dist/remoteEntry.js +2 -0
  113. package/dist/serve.json +3 -0
  114. package/docs/api/foundation-header.mainstyles.md +13 -0
  115. package/docs/api/foundation-header.md +25 -0
  116. package/docs/api/foundation-header.naveventdetailmap.md +17 -0
  117. package/docs/api/foundation-header.navigation.auth.md +11 -0
  118. package/docs/api/foundation-header.navigation.connectedcallback.md +15 -0
  119. package/docs/api/foundation-header.navigation.credentialmanager.md +11 -0
  120. package/docs/api/foundation-header.navigation.hidesidebar.md +13 -0
  121. package/docs/api/foundation-header.navigation.logosrc.md +18 -0
  122. package/docs/api/foundation-header.navigation.logout.md +21 -0
  123. package/docs/api/foundation-header.navigation.md +45 -0
  124. package/docs/api/foundation-header.navigation.navigateto.md +28 -0
  125. package/docs/api/foundation-header.navigation.provider.md +11 -0
  126. package/docs/api/foundation-header.navigation.ready.md +11 -0
  127. package/docs/api/foundation-header.navigation.routebuttons.md +19 -0
  128. package/docs/api/foundation-header.navigation.selecttemplate.md +15 -0
  129. package/docs/api/foundation-header.navigation.showluminancetogglebutton.md +18 -0
  130. package/docs/api/foundation-header.navigation.showmisctogglebutton.md +18 -0
  131. package/docs/api/foundation-header.navigation.shownotificationsbutton.md +18 -0
  132. package/docs/api/foundation-header.navigation.sidenavopen.md +11 -0
  133. package/docs/api/foundation-header.navigation.username.md +13 -0
  134. package/docs/api/foundation-header.navtemplate.md +18 -0
  135. package/docs/api/index.md +12 -0
  136. package/docs/api-report.md +75 -0
  137. package/docs/img/foundation-header-replaced-img.png +0 -0
  138. package/docs/img/foundation-header-sidebar.png +0 -0
  139. package/docs/img/foundation-header-standard.png +0 -0
  140. package/license.txt +46 -0
  141. package/package.json +82 -0
@@ -0,0 +1,521 @@
1
+ import { Auth } from '@genesislcap/foundation-comms';
2
+ import { Controller } from '@microsoft/fast-element';
3
+ import { CredentialManager } from '@genesislcap/foundation-comms';
4
+ import { ElementStyles } from '@microsoft/fast-element';
5
+ import { EmitOptions } from '@genesislcap/foundation-events';
6
+ import { EmitReturn } from '@genesislcap/foundation-events';
7
+ import { ViewTemplate } from '@microsoft/fast-element';
8
+
9
+ /**
10
+ * Base styles for the foundation-header
11
+ *
12
+ * @returns ElementStyles instance for the foundation-header
13
+ *
14
+ * @public
15
+ */
16
+ export declare const MainStyles: ElementStyles;
17
+
18
+ /**
19
+ * Events dispatched by the navigation control buttons
20
+ * @public
21
+ */
22
+ export declare type NavEventDetailMap = {
23
+ 'luminance-icon-clicked': void;
24
+ 'misc-icon-clicked': void;
25
+ 'notification-icon-clicked': void;
26
+ };
27
+
28
+ /**
29
+ * Navigation micro-frontend includes navigation bar and flyout menu
30
+ *
31
+ * @remarks
32
+ *
33
+ * `foundation-header` micro-frontend can be added to the project to include a navigation bar
34
+ * and flyout menu. There are multiple ways that the behaviour of the component can be configured
35
+ * - the icon shown on the navigation bar and flyout menu (this shows the Genesis logo by default).
36
+ * - navigation links at the left-hand side of the navigation bar.
37
+ * - the control buttons on the right-hand side of the navigation bar can be shown or hidden, and their behaviour controlled via event listeners
38
+ * - The contents of the flyout menu.
39
+ *
40
+ * @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.
41
+ * @param show-luminance-toggle-button - Boolean attribute which controls whether the navigation bar will display the luminance toggle icon.
42
+ * @param show-misc-toggle-button - Boolean attribute which controls whether the navigation bar will display the miscellaneous behaviour icon.
43
+ * @param show-misc-toggle-button - Boolean attribute which controls whether the navigation bar will display the show notification icon.
44
+ *
45
+ * @public
46
+ */
47
+ export declare class Navigation extends Navigation_base {
48
+ auth: Auth;
49
+ credentialManager: CredentialManager;
50
+ provider: any;
51
+ ready: boolean;
52
+ /**
53
+ * Username of the logged in user
54
+ */
55
+ userName: string;
56
+ sideNavOpen: boolean;
57
+ connectedCallback(): Promise<void>;
58
+ /**
59
+ * Optional attribute which controls the icon to show on the navigation bar and flyout
60
+ * Control via `logo-src`
61
+ *
62
+ * @remarks
63
+ *
64
+ * If this attribute is not set then the Genesis logo is shown instead
65
+ */
66
+ logoSrc: any;
67
+ /**
68
+ * Boolean attribute which controls whether to show the luminance (moon) icon on the navigation bar
69
+ * Control via`show-luminance-toggle-button`
70
+ *
71
+ * @remarks
72
+ *
73
+ * If the user clicks the icon when shown then this class will emit the 'luminance-icon-clicked' event
74
+ */
75
+ showLuminanceToggleButton: boolean;
76
+ /**
77
+ * Boolean attribute which controls whether to show the miscellaneous (menu) icon on the navigation bar
78
+ * Control via `show-luminance-toggle-button`
79
+ *
80
+ * @remarks
81
+ *
82
+ * If the user clicks the icon when shown then this class will emit the 'misc-icon-clicked' event
83
+ */
84
+ showMiscToggleButton: boolean;
85
+ /**
86
+ * Boolean attribute which controls whether to show the notification (bell) icon on the navigation bar
87
+ * Control via `show-notification-button`
88
+ *
89
+ * @remarks
90
+ *
91
+ * If the user clicks the icon when shown then this class will emit the 'notification-icon-clicked' event
92
+ */
93
+ showNotificationsButton: boolean;
94
+ /**
95
+ * Boolean attribute which controls whether to include the sideNav component
96
+ * Control via`hide-side-bar`
97
+ *
98
+ */
99
+ hideSideBar: boolean;
100
+ /**
101
+ * If present the defined route buttons will be rendered in the header 'routes' slot
102
+ */
103
+ routeButtons: Array<{
104
+ index: number;
105
+ path: string;
106
+ title: string;
107
+ icon: string;
108
+ variant: string;
109
+ }>;
110
+ /**
111
+ * Load remote components
112
+ *
113
+ * @remarks
114
+ *
115
+ * With regards to module federation
116
+ *
117
+ * @internal
118
+ */
119
+ loadRemotes(): Promise<void>;
120
+ selectTemplate(): ViewTemplate<Navigation, any>;
121
+ /**
122
+ * Logs the user out of their session
123
+ *
124
+ * @remarks
125
+ *
126
+ * Activated when the user clicks on the logout button on the right hand side of the navigation bar. Requires
127
+ * the usage of the auth functionality from {@link @genesislcap/foundation-comms#Auth}.
128
+ *
129
+ * @public
130
+ */
131
+ logout(): Promise<void>;
132
+ /**
133
+ * Changes the route of the current page
134
+ *
135
+ * @remarks
136
+ *
137
+ * Requires setup of the Router and usage of the FAST Router
138
+ *
139
+ * @param path - string represeting the new route to move to
140
+ *
141
+ * @public
142
+ */
143
+ navigateTo(path: string): void;
144
+ /**
145
+ * Opens the flyout menu on the left hand side
146
+ *
147
+ * @remarks
148
+ *
149
+ * Activated when the user clicks on the menu button on the navigation
150
+ * bar left hand side
151
+ *
152
+ * @internal
153
+ */
154
+ toggleNavVisibility(): void;
155
+ /**
156
+ * Emits the event corresponding to the luminance icon being clicked
157
+ *
158
+ * @remarks
159
+ *
160
+ * Activated when the user clicks on the moon icon on the navigation
161
+ * bar right hand side
162
+ *
163
+ * @internal
164
+ */
165
+ luminanceIconEvent(): void;
166
+ /**
167
+ * Emits the event corresponding to the miscellaneous icon being clicked
168
+ *
169
+ * @remarks
170
+ *
171
+ * Activated when the user clicks on the menu icon on the navigation
172
+ * bar right hand side
173
+ *
174
+ * @internal
175
+ */
176
+ miscIconEvent(): void;
177
+ /**
178
+ * Emits the event corresponding to the notification icon being clicked
179
+ *
180
+ * @remarks
181
+ *
182
+ * Activated when the user clicks on the bell icon on the navigation
183
+ * bar right hand side
184
+ *
185
+ * @internal
186
+ */
187
+ notificationIconEvent(): void;
188
+ }
189
+
190
+ declare const Navigation_base: new (...args: any[]) => {
191
+ $emit<K extends "luminance-icon-clicked" | "misc-icon-clicked" | "notification-icon-clicked">(...args: NavEventDetailMap[K] extends void ? [type: K, options?: EmitOptions] : [type: K, detail: NavEventDetailMap[K], options?: EmitOptions]): EmitReturn;
192
+ readonly $fastController: Controller;
193
+ connectedCallback(): void;
194
+ disconnectedCallback(): void;
195
+ attributeChangedCallback(name: string, oldValue: string, newValue: string): void;
196
+ accessKey: string;
197
+ readonly accessKeyLabel: string;
198
+ autocapitalize: string;
199
+ dir: string;
200
+ draggable: boolean;
201
+ hidden: boolean;
202
+ inert: boolean;
203
+ innerText: string;
204
+ lang: string;
205
+ readonly offsetHeight: number;
206
+ readonly offsetLeft: number;
207
+ readonly offsetParent: Element;
208
+ readonly offsetTop: number;
209
+ readonly offsetWidth: number;
210
+ outerText: string;
211
+ spellcheck: boolean;
212
+ title: string;
213
+ translate: boolean;
214
+ attachInternals(): ElementInternals;
215
+ click(): void;
216
+ addEventListener<K_1 extends keyof HTMLElementEventMap>(type: K_1, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_1]) => any, options?: boolean | AddEventListenerOptions): void;
217
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
218
+ removeEventListener<K_2 extends keyof HTMLElementEventMap>(type: K_2, listener: (this: HTMLElement, ev: HTMLElementEventMap[K_2]) => any, options?: boolean | EventListenerOptions): void;
219
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
220
+ readonly attributes: NamedNodeMap;
221
+ readonly classList: DOMTokenList;
222
+ className: string;
223
+ readonly clientHeight: number;
224
+ readonly clientLeft: number;
225
+ readonly clientTop: number;
226
+ readonly clientWidth: number;
227
+ id: string;
228
+ readonly localName: string;
229
+ readonly namespaceURI: string;
230
+ onfullscreenchange: (this: Element, ev: Event) => any;
231
+ onfullscreenerror: (this: Element, ev: Event) => any;
232
+ outerHTML: string;
233
+ readonly ownerDocument: Document;
234
+ readonly part: DOMTokenList;
235
+ readonly prefix: string;
236
+ readonly scrollHeight: number;
237
+ scrollLeft: number;
238
+ scrollTop: number;
239
+ readonly scrollWidth: number;
240
+ readonly shadowRoot: ShadowRoot;
241
+ slot: string;
242
+ readonly tagName: string;
243
+ attachShadow(init: ShadowRootInit): ShadowRoot;
244
+ closest<K_3 extends keyof HTMLElementTagNameMap>(selector: K_3): HTMLElementTagNameMap[K_3];
245
+ closest<K_4 extends keyof SVGElementTagNameMap>(selector: K_4): SVGElementTagNameMap[K_4];
246
+ closest<E extends Element = Element>(selectors: string): E;
247
+ getAttribute(qualifiedName: string): string;
248
+ getAttributeNS(namespace: string, localName: string): string;
249
+ getAttributeNames(): string[];
250
+ getAttributeNode(qualifiedName: string): Attr;
251
+ getAttributeNodeNS(namespace: string, localName: string): Attr;
252
+ getBoundingClientRect(): DOMRect;
253
+ getClientRects(): DOMRectList;
254
+ getElementsByClassName(classNames: string): HTMLCollectionOf<Element>;
255
+ getElementsByTagName<K_5 extends keyof HTMLElementTagNameMap>(qualifiedName: K_5): HTMLCollectionOf<HTMLElementTagNameMap[K_5]>;
256
+ getElementsByTagName<K_6 extends keyof SVGElementTagNameMap>(qualifiedName: K_6): HTMLCollectionOf<SVGElementTagNameMap[K_6]>;
257
+ getElementsByTagName(qualifiedName: string): HTMLCollectionOf<Element>;
258
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/1999/xhtml", localName: string): HTMLCollectionOf<HTMLElement>;
259
+ getElementsByTagNameNS(namespaceURI: "http://www.w3.org/2000/svg", localName: string): HTMLCollectionOf<SVGElement>;
260
+ getElementsByTagNameNS(namespace: string, localName: string): HTMLCollectionOf<Element>;
261
+ hasAttribute(qualifiedName: string): boolean;
262
+ hasAttributeNS(namespace: string, localName: string): boolean;
263
+ hasAttributes(): boolean;
264
+ hasPointerCapture(pointerId: number): boolean;
265
+ insertAdjacentElement(where: InsertPosition, element: Element): Element;
266
+ insertAdjacentHTML(position: InsertPosition, text: string): void;
267
+ insertAdjacentText(where: InsertPosition, data: string): void;
268
+ matches(selectors: string): boolean;
269
+ releasePointerCapture(pointerId: number): void;
270
+ removeAttribute(qualifiedName: string): void;
271
+ removeAttributeNS(namespace: string, localName: string): void;
272
+ removeAttributeNode(attr: Attr): Attr;
273
+ requestFullscreen(options?: FullscreenOptions): Promise<void>;
274
+ requestPointerLock(): void;
275
+ scroll(options?: ScrollToOptions): void;
276
+ scroll(x: number, y: number): void;
277
+ scrollBy(options?: ScrollToOptions): void;
278
+ scrollBy(x: number, y: number): void;
279
+ scrollIntoView(arg?: boolean | ScrollIntoViewOptions): void;
280
+ scrollTo(options?: ScrollToOptions): void;
281
+ scrollTo(x: number, y: number): void;
282
+ setAttribute(qualifiedName: string, value: string): void;
283
+ setAttributeNS(namespace: string, qualifiedName: string, value: string): void;
284
+ setAttributeNode(attr: Attr): Attr;
285
+ setAttributeNodeNS(attr: Attr): Attr;
286
+ setPointerCapture(pointerId: number): void;
287
+ toggleAttribute(qualifiedName: string, force?: boolean): boolean;
288
+ webkitMatchesSelector(selectors: string): boolean;
289
+ readonly baseURI: string;
290
+ readonly childNodes: NodeListOf<ChildNode>;
291
+ readonly firstChild: ChildNode;
292
+ readonly isConnected: boolean;
293
+ readonly lastChild: ChildNode;
294
+ readonly nextSibling: ChildNode;
295
+ readonly nodeName: string;
296
+ readonly nodeType: number;
297
+ nodeValue: string;
298
+ readonly parentElement: HTMLElement;
299
+ readonly parentNode: ParentNode;
300
+ readonly previousSibling: ChildNode;
301
+ textContent: string;
302
+ appendChild<T extends Node>(node: T): T;
303
+ cloneNode(deep?: boolean): Node;
304
+ compareDocumentPosition(other: Node): number;
305
+ contains(other: Node): boolean;
306
+ getRootNode(options?: GetRootNodeOptions): Node;
307
+ hasChildNodes(): boolean;
308
+ insertBefore<T_1 extends Node>(node: T_1, child: Node): T_1;
309
+ isDefaultNamespace(namespace: string): boolean;
310
+ isEqualNode(otherNode: Node): boolean;
311
+ isSameNode(otherNode: Node): boolean;
312
+ lookupNamespaceURI(prefix: string): string;
313
+ lookupPrefix(namespace: string): string;
314
+ normalize(): void;
315
+ removeChild<T_2 extends Node>(child: T_2): T_2;
316
+ replaceChild<T_3 extends Node>(node: Node, child: T_3): T_3;
317
+ readonly ATTRIBUTE_NODE: number;
318
+ readonly CDATA_SECTION_NODE: number;
319
+ readonly COMMENT_NODE: number;
320
+ readonly DOCUMENT_FRAGMENT_NODE: number;
321
+ readonly DOCUMENT_NODE: number;
322
+ readonly DOCUMENT_POSITION_CONTAINED_BY: number;
323
+ readonly DOCUMENT_POSITION_CONTAINS: number;
324
+ readonly DOCUMENT_POSITION_DISCONNECTED: number;
325
+ readonly DOCUMENT_POSITION_FOLLOWING: number;
326
+ readonly DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC: number;
327
+ readonly DOCUMENT_POSITION_PRECEDING: number;
328
+ readonly DOCUMENT_TYPE_NODE: number;
329
+ readonly ELEMENT_NODE: number;
330
+ readonly ENTITY_NODE: number;
331
+ readonly ENTITY_REFERENCE_NODE: number;
332
+ readonly NOTATION_NODE: number;
333
+ readonly PROCESSING_INSTRUCTION_NODE: number;
334
+ readonly TEXT_NODE: number;
335
+ dispatchEvent(event: Event): boolean;
336
+ ariaAtomic: string;
337
+ ariaAutoComplete: string;
338
+ ariaBusy: string;
339
+ ariaChecked: string;
340
+ ariaColCount: string;
341
+ ariaColIndex: string;
342
+ ariaColIndexText: string;
343
+ ariaColSpan: string;
344
+ ariaCurrent: string;
345
+ ariaDisabled: string;
346
+ ariaExpanded: string;
347
+ ariaHasPopup: string;
348
+ ariaHidden: string;
349
+ ariaInvalid: string;
350
+ ariaKeyShortcuts: string;
351
+ ariaLabel: string;
352
+ ariaLevel: string;
353
+ ariaLive: string;
354
+ ariaModal: string;
355
+ ariaMultiLine: string;
356
+ ariaMultiSelectable: string;
357
+ ariaOrientation: string;
358
+ ariaPlaceholder: string;
359
+ ariaPosInSet: string;
360
+ ariaPressed: string;
361
+ ariaReadOnly: string;
362
+ ariaRequired: string;
363
+ ariaRoleDescription: string;
364
+ ariaRowCount: string;
365
+ ariaRowIndex: string;
366
+ ariaRowIndexText: string;
367
+ ariaRowSpan: string;
368
+ ariaSelected: string;
369
+ ariaSetSize: string;
370
+ ariaSort: string;
371
+ ariaValueMax: string;
372
+ ariaValueMin: string;
373
+ ariaValueNow: string;
374
+ ariaValueText: string;
375
+ role: string;
376
+ animate(keyframes: PropertyIndexedKeyframes | Keyframe[], options?: number | KeyframeAnimationOptions): Animation;
377
+ getAnimations(options?: GetAnimationsOptions): Animation[];
378
+ after(...nodes: (string | Node)[]): void;
379
+ before(...nodes: (string | Node)[]): void;
380
+ remove(): void;
381
+ replaceWith(...nodes: (string | Node)[]): void;
382
+ innerHTML: string;
383
+ readonly nextElementSibling: Element;
384
+ readonly previousElementSibling: Element;
385
+ readonly childElementCount: number;
386
+ readonly children: HTMLCollection;
387
+ readonly firstElementChild: Element;
388
+ readonly lastElementChild: Element;
389
+ append(...nodes: (string | Node)[]): void;
390
+ prepend(...nodes: (string | Node)[]): void;
391
+ querySelector<K_7 extends keyof HTMLElementTagNameMap>(selectors: K_7): HTMLElementTagNameMap[K_7];
392
+ querySelector<K_8 extends keyof SVGElementTagNameMap>(selectors: K_8): SVGElementTagNameMap[K_8];
393
+ querySelector<E_1 extends Element = Element>(selectors: string): E_1;
394
+ querySelectorAll<K_9 extends keyof HTMLElementTagNameMap>(selectors: K_9): NodeListOf<HTMLElementTagNameMap[K_9]>;
395
+ querySelectorAll<K_10 extends keyof SVGElementTagNameMap>(selectors: K_10): NodeListOf<SVGElementTagNameMap[K_10]>;
396
+ querySelectorAll<E_2 extends Element = Element>(selectors: string): NodeListOf<E_2>;
397
+ replaceChildren(...nodes: (string | Node)[]): void;
398
+ readonly assignedSlot: HTMLSlotElement;
399
+ oncopy: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
400
+ oncut: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
401
+ onpaste: (this: DocumentAndElementEventHandlers, ev: ClipboardEvent) => any;
402
+ readonly style: CSSStyleDeclaration;
403
+ contentEditable: string;
404
+ enterKeyHint: string;
405
+ inputMode: string;
406
+ readonly isContentEditable: boolean;
407
+ onabort: (this: GlobalEventHandlers, ev: UIEvent) => any;
408
+ onanimationcancel: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
409
+ onanimationend: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
410
+ onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
411
+ onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
412
+ onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
413
+ onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
414
+ onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
415
+ oncancel: (this: GlobalEventHandlers, ev: Event) => any;
416
+ oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
417
+ oncanplaythrough: (this: GlobalEventHandlers, ev: Event) => any;
418
+ onchange: (this: GlobalEventHandlers, ev: Event) => any;
419
+ onclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
420
+ onclose: (this: GlobalEventHandlers, ev: Event) => any;
421
+ oncontextmenu: (this: GlobalEventHandlers, ev: MouseEvent) => any;
422
+ oncuechange: (this: GlobalEventHandlers, ev: Event) => any;
423
+ ondblclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
424
+ ondrag: (this: GlobalEventHandlers, ev: DragEvent) => any;
425
+ ondragend: (this: GlobalEventHandlers, ev: DragEvent) => any;
426
+ ondragenter: (this: GlobalEventHandlers, ev: DragEvent) => any;
427
+ ondragleave: (this: GlobalEventHandlers, ev: DragEvent) => any;
428
+ ondragover: (this: GlobalEventHandlers, ev: DragEvent) => any;
429
+ ondragstart: (this: GlobalEventHandlers, ev: DragEvent) => any;
430
+ ondrop: (this: GlobalEventHandlers, ev: DragEvent) => any;
431
+ ondurationchange: (this: GlobalEventHandlers, ev: Event) => any;
432
+ onemptied: (this: GlobalEventHandlers, ev: Event) => any;
433
+ onended: (this: GlobalEventHandlers, ev: Event) => any;
434
+ onerror: OnErrorEventHandlerNonNull;
435
+ onfocus: (this: GlobalEventHandlers, ev: FocusEvent) => any;
436
+ onformdata: (this: GlobalEventHandlers, ev: FormDataEvent) => any;
437
+ ongotpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
438
+ oninput: (this: GlobalEventHandlers, ev: Event) => any;
439
+ oninvalid: (this: GlobalEventHandlers, ev: Event) => any;
440
+ onkeydown: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
441
+ onkeypress: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
442
+ onkeyup: (this: GlobalEventHandlers, ev: KeyboardEvent) => any;
443
+ onload: (this: GlobalEventHandlers, ev: Event) => any;
444
+ onloadeddata: (this: GlobalEventHandlers, ev: Event) => any;
445
+ onloadedmetadata: (this: GlobalEventHandlers, ev: Event) => any;
446
+ onloadstart: (this: GlobalEventHandlers, ev: Event) => any;
447
+ onlostpointercapture: (this: GlobalEventHandlers, ev: PointerEvent) => any;
448
+ onmousedown: (this: GlobalEventHandlers, ev: MouseEvent) => any;
449
+ onmouseenter: (this: GlobalEventHandlers, ev: MouseEvent) => any;
450
+ onmouseleave: (this: GlobalEventHandlers, ev: MouseEvent) => any;
451
+ onmousemove: (this: GlobalEventHandlers, ev: MouseEvent) => any;
452
+ onmouseout: (this: GlobalEventHandlers, ev: MouseEvent) => any;
453
+ onmouseover: (this: GlobalEventHandlers, ev: MouseEvent) => any;
454
+ onmouseup: (this: GlobalEventHandlers, ev: MouseEvent) => any;
455
+ onpause: (this: GlobalEventHandlers, ev: Event) => any;
456
+ onplay: (this: GlobalEventHandlers, ev: Event) => any;
457
+ onplaying: (this: GlobalEventHandlers, ev: Event) => any;
458
+ onpointercancel: (this: GlobalEventHandlers, ev: PointerEvent) => any;
459
+ onpointerdown: (this: GlobalEventHandlers, ev: PointerEvent) => any;
460
+ onpointerenter: (this: GlobalEventHandlers, ev: PointerEvent) => any;
461
+ onpointerleave: (this: GlobalEventHandlers, ev: PointerEvent) => any;
462
+ onpointermove: (this: GlobalEventHandlers, ev: PointerEvent) => any;
463
+ onpointerout: (this: GlobalEventHandlers, ev: PointerEvent) => any;
464
+ onpointerover: (this: GlobalEventHandlers, ev: PointerEvent) => any;
465
+ onpointerup: (this: GlobalEventHandlers, ev: PointerEvent) => any;
466
+ onprogress: (this: GlobalEventHandlers, ev: ProgressEvent<EventTarget>) => any;
467
+ onratechange: (this: GlobalEventHandlers, ev: Event) => any;
468
+ onreset: (this: GlobalEventHandlers, ev: Event) => any;
469
+ onresize: (this: GlobalEventHandlers, ev: UIEvent) => any;
470
+ onscroll: (this: GlobalEventHandlers, ev: Event) => any;
471
+ onsecuritypolicyviolation: (this: GlobalEventHandlers, ev: SecurityPolicyViolationEvent) => any;
472
+ onseeked: (this: GlobalEventHandlers, ev: Event) => any;
473
+ onseeking: (this: GlobalEventHandlers, ev: Event) => any;
474
+ onselect: (this: GlobalEventHandlers, ev: Event) => any;
475
+ onselectionchange: (this: GlobalEventHandlers, ev: Event) => any;
476
+ onselectstart: (this: GlobalEventHandlers, ev: Event) => any;
477
+ onslotchange: (this: GlobalEventHandlers, ev: Event) => any;
478
+ onstalled: (this: GlobalEventHandlers, ev: Event) => any;
479
+ onsubmit: (this: GlobalEventHandlers, ev: SubmitEvent) => any;
480
+ onsuspend: (this: GlobalEventHandlers, ev: Event) => any;
481
+ ontimeupdate: (this: GlobalEventHandlers, ev: Event) => any;
482
+ ontoggle: (this: GlobalEventHandlers, ev: Event) => any;
483
+ ontouchcancel?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
484
+ ontouchend?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
485
+ ontouchmove?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
486
+ ontouchstart?: (this: GlobalEventHandlers, ev: TouchEvent) => any;
487
+ ontransitioncancel: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
488
+ ontransitionend: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
489
+ ontransitionrun: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
490
+ ontransitionstart: (this: GlobalEventHandlers, ev: TransitionEvent) => any;
491
+ onvolumechange: (this: GlobalEventHandlers, ev: Event) => any;
492
+ onwaiting: (this: GlobalEventHandlers, ev: Event) => any;
493
+ onwebkitanimationend: (this: GlobalEventHandlers, ev: Event) => any;
494
+ onwebkitanimationiteration: (this: GlobalEventHandlers, ev: Event) => any;
495
+ onwebkitanimationstart: (this: GlobalEventHandlers, ev: Event) => any;
496
+ onwebkittransitionend: (this: GlobalEventHandlers, ev: Event) => any;
497
+ onwheel: (this: GlobalEventHandlers, ev: WheelEvent) => any;
498
+ autofocus: boolean;
499
+ readonly dataset: DOMStringMap;
500
+ nonce?: string;
501
+ tabIndex: number;
502
+ blur(): void;
503
+ focus(options?: FocusOptions): void;
504
+ };
505
+
506
+ /**
507
+ * Template for Navigation class
508
+ *
509
+ * @remarks
510
+ *
511
+ * Contains the template for both the sidenav and the navigation bar
512
+ *
513
+ * @typeParam Navigation - Navigation class
514
+ *
515
+ * @returns ViewTemplate instance of the Navigation html
516
+ *
517
+ * @public
518
+ */
519
+ export declare const NavTemplate: ViewTemplate<Navigation, any>;
520
+
521
+ export { }
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["webpack://@genesislcap/foundation-header/webpack/runtime/chunk loaded","webpack://@genesislcap/foundation-header/webpack/runtime/create fake namespace object","webpack://@genesislcap/foundation-header/webpack/runtime/load script","webpack://@genesislcap/foundation-header/webpack/runtime/remotes loading","webpack://@genesislcap/foundation-header/webpack/container-entry","webpack://@genesislcap/foundation-header/external \"foundationZero@http:/localhost:4020/remoteEntry.js\"","webpack://@genesislcap/foundation-header/webpack/bootstrap","webpack://@genesislcap/foundation-header/webpack/runtime/compat get default export","webpack://@genesislcap/foundation-header/webpack/runtime/define property getters","webpack://@genesislcap/foundation-header/webpack/runtime/ensure chunk","webpack://@genesislcap/foundation-header/webpack/runtime/get javascript chunk filename","webpack://@genesislcap/foundation-header/webpack/runtime/get mini-css chunk filename","webpack://@genesislcap/foundation-header/webpack/runtime/global","webpack://@genesislcap/foundation-header/webpack/runtime/hasOwnProperty shorthand","webpack://@genesislcap/foundation-header/webpack/runtime/make namespace object","webpack://@genesislcap/foundation-header/webpack/runtime/sharing","webpack://@genesislcap/foundation-header/webpack/runtime/publicPath","webpack://@genesislcap/foundation-header/webpack/runtime/consumes","webpack://@genesislcap/foundation-header/webpack/runtime/jsonp chunk loading","webpack://@genesislcap/foundation-header/webpack/startup"],"names":["deferred","leafPrototypes","getProto","inProgress","dataWebpackPrefix","chunkMapping","idToExternalAndNameMapping","moduleMap","__webpack_require__","e","then","get","module","getScope","R","o","Promise","resolve","Error","undefined","init","shareScope","initScope","S","oldScope","name","I","d","exports","__webpack_error__","reject","foundationZero","l","event","errorType","type","realSrc","target","src","message","request","__webpack_module_cache__","moduleId","cachedModule","id","threw","__webpack_modules__","call","m","c","O","result","chunkIds","fn","priority","notFulfilled","Infinity","i","length","fulfilled","j","Object","keys","every","key","splice","r","n","getter","__esModule","a","getPrototypeOf","obj","t","value","mode","this","ns","create","def","current","indexOf","getOwnPropertyNames","forEach","definition","defineProperty","enumerable","f","chunkId","all","reduce","promises","u","miniCssF","g","globalThis","Function","window","prop","prototype","hasOwnProperty","url","done","push","script","needAttach","scripts","document","getElementsByTagName","s","getAttribute","createElement","charset","timeout","nc","setAttribute","onScriptComplete","prev","onerror","onload","clearTimeout","doneFns","parentNode","removeChild","setTimeout","bind","head","appendChild","Symbol","toStringTag","remotes","data","p","onError","error","handleFunction","arg1","arg2","next","first","promise","onInitialized","_","external","onFactory","factory","initPromises","initTokens","initToken","scope","uniqueName","register","version","eager","versions","activeVersion","loaded","from","handleError","err","msg","console","warn","initFn","initResult","catch","initExternal","parseVersion","str","split","map","exec","apply","versionLt","b","satisfy","range","pop","findValidVersion","requiredVersion","entry","scopeName","loadStrictVersionCheckFallback","fallback","installedModules","moduleToHandlerMapping","consumes","installedChunks","installedChunkData","test","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","chunkLoadingGlobal","self","__webpack_exports__"],"mappings":"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","file":"remoteEntry.js","sourcesContent":["var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar [chunkIds, fn, priority] = deferred[i];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","var getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__);\nvar leafPrototypes;\n// create a fake namespace object\n// mode & 1: value is a module id, require it\n// mode & 2: merge all properties of value into the ns\n// mode & 4: return value when already ns object\n// mode & 16: return value when it's Promise-like\n// mode & 8|1: behave like require\n__webpack_require__.t = function(value, mode) {\n\tif(mode & 1) value = this(value);\n\tif(mode & 8) return value;\n\tif(typeof value === 'object' && value) {\n\t\tif((mode & 4) && value.__esModule) return value;\n\t\tif((mode & 16) && typeof value.then === 'function') return value;\n\t}\n\tvar ns = Object.create(null);\n\t__webpack_require__.r(ns);\n\tvar def = {};\n\tleafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];\n\tfor(var current = mode & 2 && value; typeof current == 'object' && !~leafPrototypes.indexOf(current); current = getProto(current)) {\n\t\tObject.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key])));\n\t}\n\tdef['default'] = () => (value);\n\t__webpack_require__.d(ns, def);\n\treturn ns;\n};","var inProgress = {};\nvar dataWebpackPrefix = \"@genesislcap/foundation-header:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\t;\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","var chunkMapping = {\n\t\"993\": [\n\t\t2993\n\t]\n};\nvar idToExternalAndNameMapping = {\n\t\"2993\": [\n\t\t\"default\",\n\t\t\"./ZeroDesignSystem\",\n\t\t8973\n\t]\n};\n__webpack_require__.f.remotes = (chunkId, promises) => {\n\tif(__webpack_require__.o(chunkMapping, chunkId)) {\n\t\tchunkMapping[chunkId].forEach((id) => {\n\t\t\tvar getScope = __webpack_require__.R;\n\t\t\tif(!getScope) getScope = [];\n\t\t\tvar data = idToExternalAndNameMapping[id];\n\t\t\tif(getScope.indexOf(data) >= 0) return;\n\t\t\tgetScope.push(data);\n\t\t\tif(data.p) return promises.push(data.p);\n\t\t\tvar onError = (error) => {\n\t\t\t\tif(!error) error = new Error(\"Container missing\");\n\t\t\t\tif(typeof error.message === \"string\")\n\t\t\t\t\terror.message += '\\nwhile loading \"' + data[1] + '\" from ' + data[2];\n\t\t\t\t__webpack_modules__[id] = () => {\n\t\t\t\t\tthrow error;\n\t\t\t\t}\n\t\t\t\tdata.p = 0;\n\t\t\t};\n\t\t\tvar handleFunction = (fn, arg1, arg2, d, next, first) => {\n\t\t\t\ttry {\n\t\t\t\t\tvar promise = fn(arg1, arg2);\n\t\t\t\t\tif(promise && promise.then) {\n\t\t\t\t\t\tvar p = promise.then((result) => (next(result, d)), onError);\n\t\t\t\t\t\tif(first) promises.push(data.p = p); else return p;\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn next(promise, d, first);\n\t\t\t\t\t}\n\t\t\t\t} catch(error) {\n\t\t\t\t\tonError(error);\n\t\t\t\t}\n\t\t\t}\n\t\t\tvar onExternal = (external, _, first) => (external ? handleFunction(__webpack_require__.I, data[0], 0, external, onInitialized, first) : onError());\n\t\t\tvar onInitialized = (_, external, first) => (handleFunction(external.get, data[1], getScope, 0, onFactory, first));\n\t\t\tvar onFactory = (factory) => {\n\t\t\t\tdata.p = 1;\n\t\t\t\t__webpack_modules__[id] = (module) => {\n\t\t\t\t\tmodule.exports = factory();\n\t\t\t\t}\n\t\t\t};\n\t\t\thandleFunction(__webpack_require__, data[2], 0, 0, onExternal, 1);\n\t\t});\n\t}\n}","var moduleMap = {\n\t\"./index\": () => {\n\t\treturn __webpack_require__.e(185).then(() => (() => ((__webpack_require__(2185)))));\n\t}\n};\nvar get = (module, getScope) => {\n\t__webpack_require__.R = getScope;\n\tgetScope = (\n\t\t__webpack_require__.o(moduleMap, module)\n\t\t\t? moduleMap[module]()\n\t\t\t: Promise.resolve().then(() => {\n\t\t\t\tthrow new Error('Module \"' + module + '\" does not exist in container.');\n\t\t\t})\n\t);\n\t__webpack_require__.R = undefined;\n\treturn getScope;\n};\nvar init = (shareScope, initScope) => {\n\tif (!__webpack_require__.S) return;\n\tvar oldScope = __webpack_require__.S[\"default\"];\n\tvar name = \"default\"\n\tif(oldScope && oldScope !== shareScope) throw new Error(\"Container initialization failed as it has already been initialized with a different share scope\");\n\t__webpack_require__.S[name] = shareScope;\n\treturn __webpack_require__.I(name, initScope);\n};\n\n// This exports getters to disallow modifications\n__webpack_require__.d(exports, {\n\tget: () => (get),\n\tinit: () => (init)\n});","var __webpack_error__ = new Error();\nmodule.exports = new Promise((resolve, reject) => {\n\tif(typeof foundationZero !== \"undefined\") return resolve();\n\t__webpack_require__.l(\"http://localhost:4020/remoteEntry.js\", (event) => {\n\t\tif(typeof foundationZero !== \"undefined\") return resolve();\n\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\tvar realSrc = event && event.target && event.target.src;\n\t\t__webpack_error__.message = 'Loading script failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t__webpack_error__.name = 'ScriptExternalLoadError';\n\t\t__webpack_error__.type = errorType;\n\t\t__webpack_error__.request = realSrc;\n\t\treject(__webpack_error__);\n\t}, \"foundationZero\");\n}).then(() => (foundationZero));","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\tvar threw = true;\n\ttry {\n\t\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\t\tthrew = false;\n\t} finally {\n\t\tif(threw) delete __webpack_module_cache__[moduleId];\n\t}\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n// expose the module cache\n__webpack_require__.c = __webpack_module_cache__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + ({\"47\":\"npm.dialog-polyfill\",\"104\":\"npm.fortawesome\",\"127\":\"npm.microsoft\",\"271\":\"npm.rxjs\",\"343\":\"npm.analytics\",\"690\":\"npm.finos\",\"713\":\"npm.consola\"}[chunkId] || chunkId) + \".\" + chunkId + \".\" + {\"47\":\"857e1cc698756a1d4d9f\",\"104\":\"6fdfed399ac3d4bcd076\",\"127\":\"63be836a7ee60f2db5e3\",\"148\":\"8ef75adcbcad95db933f\",\"185\":\"1368e7afe95e90687d2d\",\"264\":\"88b669242d1224c6378f\",\"271\":\"3c690069442a312eaee2\",\"273\":\"3339066cb43ed6e680e0\",\"324\":\"98af09d8fc756fa5370a\",\"338\":\"6641454ca7888d1fe36e\",\"343\":\"868701a34bf55591b35e\",\"373\":\"34a9963d11553d48137f\",\"397\":\"6f7ab18105495146ee4c\",\"453\":\"81dddb2e35aecdceb722\",\"506\":\"2df96cfa49403c056e18\",\"540\":\"16a5312961af053a4ac4\",\"617\":\"c595ab279a6c063fc86f\",\"641\":\"0d19c60ce5b96cee96e9\",\"667\":\"76a963874a8ced0ba03f\",\"690\":\"1d362c820f7a29e44178\",\"711\":\"9828016673759f865d86\",\"713\":\"a6a01a645775febbd05a\",\"853\":\"2cdc8d94fdad1718e016\",\"868\":\"db0184ec09b3ab0761a3\",\"904\":\"c4db91f88d151b888eb0\",\"993\":\"c5b88683662104da422a\"}[chunkId] + \".js\";\n};","// This function allow to reference async chunks\n__webpack_require__.miniCssF = (chunkId) => {\n\t// return url for filenames based on template\n\treturn undefined;\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.S = {};\nvar initPromises = {};\nvar initTokens = {};\n__webpack_require__.I = (name, initScope) => {\n\tif(!initScope) initScope = [];\n\t// handling circular init calls\n\tvar initToken = initTokens[name];\n\tif(!initToken) initToken = initTokens[name] = {};\n\tif(initScope.indexOf(initToken) >= 0) return;\n\tinitScope.push(initToken);\n\t// only runs once\n\tif(initPromises[name]) return initPromises[name];\n\t// creates a new share scope if needed\n\tif(!__webpack_require__.o(__webpack_require__.S, name)) __webpack_require__.S[name] = {};\n\t// runs all init snippets from all modules reachable\n\tvar scope = __webpack_require__.S[name];\n\tvar warn = (msg) => (typeof console !== \"undefined\" && console.warn && console.warn(msg));\n\tvar uniqueName = \"@genesislcap/foundation-header\";\n\tvar register = (name, version, factory, eager) => {\n\t\tvar versions = scope[name] = scope[name] || {};\n\t\tvar activeVersion = versions[version];\n\t\tif(!activeVersion || (!activeVersion.loaded && (!eager != !activeVersion.eager ? eager : uniqueName > activeVersion.from))) versions[version] = { get: factory, from: uniqueName, eager: !!eager };\n\t};\n\tvar initExternal = (id) => {\n\t\tvar handleError = (err) => (warn(\"Initialization of sharing external failed: \" + err));\n\t\ttry {\n\t\t\tvar module = __webpack_require__(id);\n\t\t\tif(!module) return;\n\t\t\tvar initFn = (module) => (module && module.init && module.init(__webpack_require__.S[name], initScope))\n\t\t\tif(module.then) return promises.push(module.then(initFn, handleError));\n\t\t\tvar initResult = initFn(module);\n\t\t\tif(initResult && initResult.then) return promises.push(initResult.catch(handleError));\n\t\t} catch(err) { handleError(err); }\n\t}\n\tvar promises = [];\n\tswitch(name) {\n\t\tcase \"default\": {\n\t\t\tregister(\"@genesislcap/foundation-comms\", \"9.0.0\", () => (Promise.all([__webpack_require__.e(127), __webpack_require__.e(271), __webpack_require__.e(690), __webpack_require__.e(343), __webpack_require__.e(273), __webpack_require__.e(373), __webpack_require__.e(904), __webpack_require__.e(397)]).then(() => (() => (__webpack_require__(4255))))));\n\t\t\tregister(\"@genesislcap/foundation-events\", \"9.0.0\", () => (Promise.all([__webpack_require__.e(127), __webpack_require__.e(273), __webpack_require__.e(540)]).then(() => (() => (__webpack_require__(6540))))));\n\t\t\tregister(\"@genesislcap/foundation-utils\", \"9.0.0\", () => (Promise.all([__webpack_require__.e(127), __webpack_require__.e(713), __webpack_require__.e(273), __webpack_require__.e(711), __webpack_require__.e(373), __webpack_require__.e(617), __webpack_require__.e(853)]).then(() => (() => (__webpack_require__(2453))))));\n\t\t\tregister(\"@genesislcap/foundation-zero\", \"9.0.0\", () => (Promise.all([__webpack_require__.e(127), __webpack_require__.e(104), __webpack_require__.e(47), __webpack_require__.e(273), __webpack_require__.e(711), __webpack_require__.e(373), __webpack_require__.e(617), __webpack_require__.e(904), __webpack_require__.e(868), __webpack_require__.e(148)]).then(() => (() => (__webpack_require__(2585))))));\n\t\t\tregister(\"@microsoft/fast-components\", \"2.30.6\", () => (Promise.all([__webpack_require__.e(127), __webpack_require__.e(273), __webpack_require__.e(711), __webpack_require__.e(324), __webpack_require__.e(506)]).then(() => (() => (__webpack_require__(220))))));\n\t\t\tregister(\"@microsoft/fast-element\", \"1.11.0\", () => (__webpack_require__.e(127).then(() => (() => (__webpack_require__(4179))))));\n\t\t\tregister(\"tslib\", \"1.14.1\", () => (__webpack_require__.e(127).then(() => (() => (__webpack_require__(7651))))));\n\t\t\tregister(\"tslib\", \"1.14.1\", () => (__webpack_require__.e(127).then(() => (() => (__webpack_require__(9040))))));\n\t\t\tregister(\"tslib\", \"2.5.0\", () => (__webpack_require__.e(338).then(() => (() => (__webpack_require__(8338))))));\n\t\t\tinitExternal(8973);\n\t\t}\n\t\tbreak;\n\t}\n\tif(!promises.length) return initPromises[name] = 1;\n\treturn initPromises[name] = Promise.all(promises).then(() => (initPromises[name] = 1));\n};","__webpack_require__.p = \"/\";","var parseVersion = (str) => {\n\t// see webpack/lib/util/semver.js for original code\n\tvar p=p=>{return p.split(\".\").map((p=>{return+p==p?+p:p}))},n=/^([^-+]+)?(?:-([^+]+))?(?:\\+(.+))?$/.exec(str),r=n[1]?p(n[1]):[];return n[2]&&(r.length++,r.push.apply(r,p(n[2]))),n[3]&&(r.push([]),r.push.apply(r,p(n[3]))),r;\n}\nvar versionLt = (a, b) => {\n\t// see webpack/lib/util/semver.js for original code\n\ta=parseVersion(a),b=parseVersion(b);for(var r=0;;){if(r>=a.length)return r<b.length&&\"u\"!=(typeof b[r])[0];var e=a[r],n=(typeof e)[0];if(r>=b.length)return\"u\"==n;var t=b[r],f=(typeof t)[0];if(n!=f)return\"o\"==n&&\"n\"==f||(\"s\"==f||\"u\"==n);if(\"o\"!=n&&\"u\"!=n&&e!=t)return e<t;r++}\n}\nvar rangeToString = (range) => {\n\t// see webpack/lib/util/semver.js for original code\n\tvar r=range[0],n=\"\";if(1===range.length)return\"*\";if(r+.5){n+=0==r?\">=\":-1==r?\"<\":1==r?\"^\":2==r?\"~\":r>0?\"=\":\"!=\";for(var e=1,a=1;a<range.length;a++){e--,n+=\"u\"==(typeof(t=range[a]))[0]?\"-\":(e>0?\".\":\"\")+(e=2,t)}return n}var g=[];for(a=1;a<range.length;a++){var t=range[a];g.push(0===t?\"not(\"+o()+\")\":1===t?\"(\"+o()+\" || \"+o()+\")\":2===t?g.pop()+\" \"+g.pop():rangeToString(t))}return o();function o(){return g.pop().replace(/^\\((.+)\\)$/,\"$1\")}\n}\nvar satisfy = (range, version) => {\n\t// see webpack/lib/util/semver.js for original code\n\tif(0 in range){version=parseVersion(version);var e=range[0],r=e<0;r&&(e=-e-1);for(var n=0,i=1,a=!0;;i++,n++){var f,s,g=i<range.length?(typeof range[i])[0]:\"\";if(n>=version.length||\"o\"==(s=(typeof(f=version[n]))[0]))return!a||(\"u\"==g?i>e&&!r:\"\"==g!=r);if(\"u\"==s){if(!a||\"u\"!=g)return!1}else if(a)if(g==s)if(i<=e){if(f!=range[i])return!1}else{if(r?f>range[i]:f<range[i])return!1;f!=range[i]&&(a=!1)}else if(\"s\"!=g&&\"n\"!=g){if(r||i<=e)return!1;a=!1,i--}else{if(i<=e||s<g!=r)return!1;a=!1}else\"s\"!=g&&\"n\"!=g&&(a=!1,i--)}}var t=[],o=t.pop.bind(t);for(n=1;n<range.length;n++){var u=range[n];t.push(1==u?o()|o():2==u?o()&o():u?satisfy(u,version):!o())}return!!o();\n}\nvar ensureExistence = (scopeName, key) => {\n\tvar scope = __webpack_require__.S[scopeName];\n\tif(!scope || !__webpack_require__.o(scope, key)) throw new Error(\"Shared module \" + key + \" doesn't exist in shared scope \" + scopeName);\n\treturn scope;\n};\nvar findVersion = (scope, key) => {\n\tvar versions = scope[key];\n\tvar key = Object.keys(versions).reduce((a, b) => {\n\t\treturn !a || versionLt(a, b) ? b : a;\n\t}, 0);\n\treturn key && versions[key]\n};\nvar findSingletonVersionKey = (scope, key) => {\n\tvar versions = scope[key];\n\treturn Object.keys(versions).reduce((a, b) => {\n\t\treturn !a || (!versions[a].loaded && versionLt(a, b)) ? b : a;\n\t}, 0);\n};\nvar getInvalidSingletonVersionMessage = (key, version, requiredVersion) => {\n\treturn \"Unsatisfied version \" + version + \" of shared singleton module \" + key + \" (required \" + rangeToString(requiredVersion) + \")\"\n};\nvar getSingletonVersion = (scope, scopeName, key, requiredVersion) => {\n\tvar version = findSingletonVersionKey(scope, key);\n\tif (!satisfy(requiredVersion, version)) typeof console !== \"undefined\" && console.warn && console.warn(getInvalidSingletonVersionMessage(key, version, requiredVersion));\n\treturn get(scope[key][version]);\n};\nvar getStrictSingletonVersion = (scope, scopeName, key, requiredVersion) => {\n\tvar version = findSingletonVersionKey(scope, key);\n\tif (!satisfy(requiredVersion, version)) throw new Error(getInvalidSingletonVersionMessage(key, version, requiredVersion));\n\treturn get(scope[key][version]);\n};\nvar findValidVersion = (scope, key, requiredVersion) => {\n\tvar versions = scope[key];\n\tvar key = Object.keys(versions).reduce((a, b) => {\n\t\tif (!satisfy(requiredVersion, b)) return a;\n\t\treturn !a || versionLt(a, b) ? b : a;\n\t}, 0);\n\treturn key && versions[key]\n};\nvar getInvalidVersionMessage = (scope, scopeName, key, requiredVersion) => {\n\tvar versions = scope[key];\n\treturn \"No satisfying version (\" + rangeToString(requiredVersion) + \") of shared module \" + key + \" found in shared scope \" + scopeName + \".\\n\" +\n\t\t\"Available versions: \" + Object.keys(versions).map((key) => {\n\t\treturn key + \" from \" + versions[key].from;\n\t}).join(\", \");\n};\nvar getValidVersion = (scope, scopeName, key, requiredVersion) => {\n\tvar entry = findValidVersion(scope, key, requiredVersion);\n\tif(entry) return get(entry);\n\tthrow new Error(getInvalidVersionMessage(scope, scopeName, key, requiredVersion));\n};\nvar warnInvalidVersion = (scope, scopeName, key, requiredVersion) => {\n\ttypeof console !== \"undefined\" && console.warn && console.warn(getInvalidVersionMessage(scope, scopeName, key, requiredVersion));\n};\nvar get = (entry) => {\n\tentry.loaded = 1;\n\treturn entry.get()\n};\nvar init = (fn) => (function(scopeName, a, b, c) {\n\tvar promise = __webpack_require__.I(scopeName);\n\tif (promise && promise.then) return promise.then(fn.bind(fn, scopeName, __webpack_require__.S[scopeName], a, b, c));\n\treturn fn(scopeName, __webpack_require__.S[scopeName], a, b, c);\n});\n\nvar load = /*#__PURE__*/ init((scopeName, scope, key) => {\n\tensureExistence(scopeName, key);\n\treturn get(findVersion(scope, key));\n});\nvar loadFallback = /*#__PURE__*/ init((scopeName, scope, key, fallback) => {\n\treturn scope && __webpack_require__.o(scope, key) ? get(findVersion(scope, key)) : fallback();\n});\nvar loadVersionCheck = /*#__PURE__*/ init((scopeName, scope, key, version) => {\n\tensureExistence(scopeName, key);\n\treturn get(findValidVersion(scope, key, version) || warnInvalidVersion(scope, scopeName, key, version) || findVersion(scope, key));\n});\nvar loadSingletonVersionCheck = /*#__PURE__*/ init((scopeName, scope, key, version) => {\n\tensureExistence(scopeName, key);\n\treturn getSingletonVersion(scope, scopeName, key, version);\n});\nvar loadStrictVersionCheck = /*#__PURE__*/ init((scopeName, scope, key, version) => {\n\tensureExistence(scopeName, key);\n\treturn getValidVersion(scope, scopeName, key, version);\n});\nvar loadStrictSingletonVersionCheck = /*#__PURE__*/ init((scopeName, scope, key, version) => {\n\tensureExistence(scopeName, key);\n\treturn getStrictSingletonVersion(scope, scopeName, key, version);\n});\nvar loadVersionCheckFallback = /*#__PURE__*/ init((scopeName, scope, key, version, fallback) => {\n\tif(!scope || !__webpack_require__.o(scope, key)) return fallback();\n\treturn get(findValidVersion(scope, key, version) || warnInvalidVersion(scope, scopeName, key, version) || findVersion(scope, key));\n});\nvar loadSingletonVersionCheckFallback = /*#__PURE__*/ init((scopeName, scope, key, version, fallback) => {\n\tif(!scope || !__webpack_require__.o(scope, key)) return fallback();\n\treturn getSingletonVersion(scope, scopeName, key, version);\n});\nvar loadStrictVersionCheckFallback = /*#__PURE__*/ init((scopeName, scope, key, version, fallback) => {\n\tvar entry = scope && __webpack_require__.o(scope, key) && findValidVersion(scope, key, version);\n\treturn entry ? get(entry) : fallback();\n});\nvar loadStrictSingletonVersionCheckFallback = /*#__PURE__*/ init((scopeName, scope, key, version, fallback) => {\n\tif(!scope || !__webpack_require__.o(scope, key)) return fallback();\n\treturn getStrictSingletonVersion(scope, scopeName, key, version);\n});\nvar installedModules = {};\nvar moduleToHandlerMapping = {\n\t1273: () => (loadStrictVersionCheckFallback(\"default\", \"@microsoft/fast-element\", [1,1,7,0], () => (__webpack_require__.e(127).then(() => (() => (__webpack_require__(4179))))))),\n\t5373: () => (loadStrictVersionCheckFallback(\"default\", \"tslib\", [1,2,3,1], () => (__webpack_require__.e(338).then(() => (() => (__webpack_require__(8338))))))),\n\t5904: () => (loadStrictVersionCheckFallback(\"default\", \"@genesislcap/foundation-utils\", [1,9,0,0], () => (Promise.all([__webpack_require__.e(127), __webpack_require__.e(713), __webpack_require__.e(711), __webpack_require__.e(617), __webpack_require__.e(853)]).then(() => (() => (__webpack_require__(2453))))))),\n\t9711: () => (loadStrictVersionCheckFallback(\"default\", \"tslib\", [1,2,3,1], () => (__webpack_require__.e(127).then(() => (() => (__webpack_require__(9040))))))),\n\t2617: () => (loadStrictVersionCheckFallback(\"default\", \"@microsoft/fast-components\", [1,2,21,3], () => (Promise.all([__webpack_require__.e(127), __webpack_require__.e(711), __webpack_require__.e(324), __webpack_require__.e(641)]).then(() => (() => (__webpack_require__(220))))))),\n\t7148: () => (loadStrictVersionCheckFallback(\"default\", \"@genesislcap/foundation-comms\", [1,9,0,0], () => (Promise.all([__webpack_require__.e(127), __webpack_require__.e(271), __webpack_require__.e(690), __webpack_require__.e(343), __webpack_require__.e(397)]).then(() => (() => (__webpack_require__(4255))))))),\n\t6324: () => (loadStrictVersionCheckFallback(\"default\", \"tslib\", [1,2,3,1], () => (__webpack_require__.e(127).then(() => (() => (__webpack_require__(7651))))))),\n\t4111: () => (loadStrictVersionCheckFallback(\"default\", \"@genesislcap/foundation-events\", [1,9,0,0], () => (Promise.all([__webpack_require__.e(127), __webpack_require__.e(667)]).then(() => (() => (__webpack_require__(6540))))))),\n\t5264: () => (loadStrictVersionCheckFallback(\"default\", \"@genesislcap/foundation-zero\", [1,9,0,0], () => (Promise.all([__webpack_require__.e(127), __webpack_require__.e(104), __webpack_require__.e(47), __webpack_require__.e(711), __webpack_require__.e(868)]).then(() => (() => (__webpack_require__(2585)))))))\n};\n// no consumes in initial chunks\nvar chunkMapping = {\n\t\"148\": [\n\t\t7148\n\t],\n\t\"264\": [\n\t\t5264\n\t],\n\t\"273\": [\n\t\t1273\n\t],\n\t\"324\": [\n\t\t6324\n\t],\n\t\"373\": [\n\t\t5373\n\t],\n\t\"453\": [\n\t\t4111\n\t],\n\t\"617\": [\n\t\t2617\n\t],\n\t\"711\": [\n\t\t9711\n\t],\n\t\"904\": [\n\t\t5904\n\t]\n};\n__webpack_require__.f.consumes = (chunkId, promises) => {\n\tif(__webpack_require__.o(chunkMapping, chunkId)) {\n\t\tchunkMapping[chunkId].forEach((id) => {\n\t\t\tif(__webpack_require__.o(installedModules, id)) return promises.push(installedModules[id]);\n\t\t\tvar onFactory = (factory) => {\n\t\t\t\tinstalledModules[id] = 0;\n\t\t\t\t__webpack_require__.m[id] = (module) => {\n\t\t\t\t\tdelete __webpack_require__.c[id];\n\t\t\t\t\tmodule.exports = factory();\n\t\t\t\t}\n\t\t\t};\n\t\t\tvar onError = (error) => {\n\t\t\t\tdelete installedModules[id];\n\t\t\t\t__webpack_require__.m[id] = (module) => {\n\t\t\t\t\tdelete __webpack_require__.c[id];\n\t\t\t\t\tthrow error;\n\t\t\t\t}\n\t\t\t};\n\t\t\ttry {\n\t\t\t\tvar promise = moduleToHandlerMapping[id]();\n\t\t\t\tif(promise.then) {\n\t\t\t\t\tpromises.push(installedModules[id] = promise.then(onFactory).catch(onError));\n\t\t\t\t} else onFactory(promise);\n\t\t\t} catch(e) { onError(e); }\n\t\t});\n\t}\n}","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t102: 0,\n\t229: 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(!/^(2(29|64|73)|148|324|373|617|711|904|993)$/.test(chunkId)) {\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t} else installedChunks[chunkId] = 0;\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tfor(moduleId in moreModules) {\n\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t}\n\t}\n\tif(runtime) var result = runtime(__webpack_require__);\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkIds[i]] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunk_genesislcap_foundation_header\"] = self[\"webpackChunk_genesislcap_foundation_header\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","// module cache are used so entry inlining is disabled\n// startup\n// Load entry module and return exports\nvar __webpack_exports__ = __webpack_require__.O(undefined, [229], () => (__webpack_require__(8451)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"sourceRoot":""}