@genesislcap/foundation-header 14.139.2 → 14.141.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/dist/custom-elements.json +690 -160
- package/dist/dts/components/zero-components.d.ts +6 -0
- package/dist/dts/components/zero-components.d.ts.map +1 -0
- package/dist/dts/config/config.d.ts +33 -0
- package/dist/dts/config/config.d.ts.map +1 -0
- package/dist/dts/config/configure.d.ts +27 -0
- package/dist/dts/config/configure.d.ts.map +1 -0
- package/dist/dts/config/index.d.ts +2 -0
- package/dist/dts/config/index.d.ts.map +1 -1
- package/dist/dts/config/templates.d.ts +34 -0
- package/dist/dts/config/templates.d.ts.map +1 -0
- package/dist/dts/main/index.d.ts +1 -1
- package/dist/dts/main/index.d.ts.map +1 -1
- package/dist/dts/main/main.d.ts +53 -24
- package/dist/dts/main/main.d.ts.map +1 -1
- package/dist/dts/main/main.styles.d.ts.map +1 -1
- package/dist/dts/main/main.template.d.ts.map +1 -1
- package/dist/dts/tags/index.d.ts +2 -0
- package/dist/dts/tags/index.d.ts.map +1 -0
- package/dist/dts/tags/tags.d.ts +36 -0
- package/dist/dts/tags/tags.d.ts.map +1 -0
- package/dist/esm/components/zero-components.js +48 -0
- package/dist/esm/config/config.js +18 -0
- package/dist/esm/config/configure.js +56 -0
- package/dist/esm/config/index.js +2 -0
- package/dist/esm/config/templates.js +14 -0
- package/dist/esm/main/index.js +1 -1
- package/dist/esm/main/main.js +58 -23
- package/dist/esm/main/main.styles.js +56 -133
- package/dist/esm/main/main.template.js +32 -28
- package/dist/esm/tags/index.js +1 -0
- package/dist/esm/tags/tags.js +39 -0
- package/dist/foundation-header.api.json +219 -0
- package/dist/foundation-header.d.ts +187 -24
- package/docs/api/foundation-header.configure.md +46 -0
- package/docs/api/foundation-header.defaultheaderconfig.md +13 -0
- package/docs/api/foundation-header.headerconfig.md +21 -0
- package/docs/api/foundation-header.headerconfig.templateoptions.md +18 -0
- package/docs/api/foundation-header.md +14 -0
- package/docs/api/foundation-header.navigation.headerconfig.md +11 -0
- package/docs/api/foundation-header.navigation.md +1 -0
- package/docs/api/foundation-header.zeroheader.md +39 -0
- package/docs/api-report.md +46 -2
- package/package.json +14 -12
- package/dist/dts/components/components.d.ts +0 -9
- package/dist/dts/components/components.d.ts.map +0 -1
- package/dist/dts/components/index.d.ts +0 -2
- package/dist/dts/components/index.d.ts.map +0 -1
- package/dist/esm/components/components.js +0 -42
- package/dist/esm/components/index.js +0 -1
|
@@ -33,55 +33,220 @@
|
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"kind": "javascript-module",
|
|
36
|
-
"path": "src/
|
|
36
|
+
"path": "src/config/config.ts",
|
|
37
37
|
"declarations": [
|
|
38
38
|
{
|
|
39
|
-
"kind": "
|
|
40
|
-
"name": "
|
|
41
|
-
|
|
39
|
+
"kind": "variable",
|
|
40
|
+
"name": "defaultHeaderConfig",
|
|
41
|
+
"type": {
|
|
42
|
+
"text": "HeaderConfig"
|
|
43
|
+
},
|
|
44
|
+
"default": "{\n name: 'foundation-header',\n templateOptions: defaultTemplateOptions,\n}",
|
|
45
|
+
"description": "Default HeaderConfig DI implementation.",
|
|
46
|
+
"privacy": "public"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"exports": [
|
|
50
|
+
{
|
|
51
|
+
"kind": "js",
|
|
52
|
+
"name": "defaultHeaderConfig",
|
|
53
|
+
"declaration": {
|
|
54
|
+
"name": "defaultHeaderConfig",
|
|
55
|
+
"module": "src/config/config.ts"
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"kind": "javascript-module",
|
|
62
|
+
"path": "src/config/configure.ts",
|
|
63
|
+
"declarations": [
|
|
42
64
|
{
|
|
43
65
|
"kind": "function",
|
|
44
|
-
"name": "
|
|
45
|
-
"
|
|
66
|
+
"name": "configure",
|
|
67
|
+
"parameters": [
|
|
68
|
+
{
|
|
69
|
+
"name": "config",
|
|
70
|
+
"type": {
|
|
71
|
+
"text": "Partial<HeaderConfig>"
|
|
72
|
+
},
|
|
73
|
+
"description": "A partial HeaderConfig."
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"description": "A function that allows configuring the header micro-frontend with name and templateOptions.",
|
|
77
|
+
"privacy": "public"
|
|
46
78
|
}
|
|
47
79
|
],
|
|
48
80
|
"exports": [
|
|
49
81
|
{
|
|
50
82
|
"kind": "js",
|
|
51
|
-
"name": "
|
|
83
|
+
"name": "configure",
|
|
84
|
+
"declaration": {
|
|
85
|
+
"name": "configure",
|
|
86
|
+
"module": "src/config/configure.ts"
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"kind": "javascript-module",
|
|
93
|
+
"path": "src/config/index.ts",
|
|
94
|
+
"declarations": [],
|
|
95
|
+
"exports": [
|
|
96
|
+
{
|
|
97
|
+
"kind": "js",
|
|
98
|
+
"name": "*",
|
|
99
|
+
"declaration": {
|
|
100
|
+
"name": "*",
|
|
101
|
+
"package": "./config"
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"kind": "js",
|
|
106
|
+
"name": "*",
|
|
52
107
|
"declaration": {
|
|
53
|
-
"name": "
|
|
54
|
-
"
|
|
108
|
+
"name": "*",
|
|
109
|
+
"package": "./configure"
|
|
55
110
|
}
|
|
56
111
|
},
|
|
57
112
|
{
|
|
58
113
|
"kind": "js",
|
|
59
|
-
"name": "
|
|
114
|
+
"name": "*",
|
|
60
115
|
"declaration": {
|
|
61
|
-
"name": "
|
|
62
|
-
"
|
|
116
|
+
"name": "*",
|
|
117
|
+
"package": "./targetId"
|
|
63
118
|
}
|
|
64
119
|
}
|
|
65
120
|
]
|
|
66
121
|
},
|
|
67
122
|
{
|
|
68
123
|
"kind": "javascript-module",
|
|
69
|
-
"path": "src/
|
|
124
|
+
"path": "src/config/targetId.ts",
|
|
70
125
|
"declarations": [],
|
|
126
|
+
"exports": []
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"kind": "javascript-module",
|
|
130
|
+
"path": "src/config/templates.ts",
|
|
131
|
+
"declarations": [
|
|
132
|
+
{
|
|
133
|
+
"kind": "variable",
|
|
134
|
+
"name": "defaultTemplateOptions",
|
|
135
|
+
"type": {
|
|
136
|
+
"text": "TemplateOptions"
|
|
137
|
+
},
|
|
138
|
+
"default": "{\n icon: 'zero-icon',\n button: 'zero-button',\n connectionIndicator: 'zero-connection-indicator',\n select: 'zero-select',\n option: 'zero-option',\n flyout: 'zero-flyout',\n}",
|
|
139
|
+
"description": "defaultTemplateOptions.",
|
|
140
|
+
"privacy": "public"
|
|
141
|
+
}
|
|
142
|
+
],
|
|
71
143
|
"exports": [
|
|
72
144
|
{
|
|
73
145
|
"kind": "js",
|
|
74
|
-
"name": "
|
|
146
|
+
"name": "defaultTemplateOptions",
|
|
75
147
|
"declaration": {
|
|
76
|
-
"name": "
|
|
77
|
-
"
|
|
148
|
+
"name": "defaultTemplateOptions",
|
|
149
|
+
"module": "src/config/templates.ts"
|
|
78
150
|
}
|
|
79
151
|
}
|
|
80
152
|
]
|
|
81
153
|
},
|
|
82
154
|
{
|
|
83
155
|
"kind": "javascript-module",
|
|
84
|
-
"path": "src/
|
|
156
|
+
"path": "src/components/zero-components.ts",
|
|
157
|
+
"declarations": [
|
|
158
|
+
{
|
|
159
|
+
"kind": "function",
|
|
160
|
+
"name": "registerCommonZeroComponents",
|
|
161
|
+
"description": "registerCommonZeroComponents.",
|
|
162
|
+
"privacy": "public"
|
|
163
|
+
}
|
|
164
|
+
],
|
|
165
|
+
"exports": [
|
|
166
|
+
{
|
|
167
|
+
"kind": "js",
|
|
168
|
+
"name": "registerCommonZeroComponents",
|
|
169
|
+
"declaration": {
|
|
170
|
+
"name": "registerCommonZeroComponents",
|
|
171
|
+
"module": "src/components/zero-components.ts"
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
]
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
"kind": "javascript-module",
|
|
178
|
+
"path": "src/styles/colors.ts",
|
|
179
|
+
"declarations": [
|
|
180
|
+
{
|
|
181
|
+
"kind": "function",
|
|
182
|
+
"name": "getWebRGBA",
|
|
183
|
+
"parameters": [
|
|
184
|
+
{
|
|
185
|
+
"name": "rgb",
|
|
186
|
+
"type": {
|
|
187
|
+
"text": "ColorRGBA64"
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
"name": "alpha",
|
|
192
|
+
"default": "1.0",
|
|
193
|
+
"type": {
|
|
194
|
+
"text": "number"
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
]
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"kind": "variable",
|
|
201
|
+
"name": "defaultBackgroundHover"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
"kind": "variable",
|
|
205
|
+
"name": "defaultBackgroundItem"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
"kind": "variable",
|
|
209
|
+
"name": "backgroundNavOption"
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"exports": [
|
|
213
|
+
{
|
|
214
|
+
"kind": "js",
|
|
215
|
+
"name": "getWebRGBA",
|
|
216
|
+
"declaration": {
|
|
217
|
+
"name": "getWebRGBA",
|
|
218
|
+
"module": "src/styles/colors.ts"
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
"kind": "js",
|
|
223
|
+
"name": "defaultBackgroundHover",
|
|
224
|
+
"declaration": {
|
|
225
|
+
"name": "defaultBackgroundHover",
|
|
226
|
+
"module": "src/styles/colors.ts"
|
|
227
|
+
}
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"kind": "js",
|
|
231
|
+
"name": "defaultBackgroundItem",
|
|
232
|
+
"declaration": {
|
|
233
|
+
"name": "defaultBackgroundItem",
|
|
234
|
+
"module": "src/styles/colors.ts"
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"kind": "js",
|
|
239
|
+
"name": "backgroundNavOption",
|
|
240
|
+
"declaration": {
|
|
241
|
+
"name": "backgroundNavOption",
|
|
242
|
+
"module": "src/styles/colors.ts"
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"kind": "javascript-module",
|
|
249
|
+
"path": "src/styles/index.ts",
|
|
85
250
|
"declarations": [],
|
|
86
251
|
"exports": [
|
|
87
252
|
{
|
|
@@ -89,16 +254,85 @@
|
|
|
89
254
|
"name": "*",
|
|
90
255
|
"declaration": {
|
|
91
256
|
"name": "*",
|
|
92
|
-
"package": "./
|
|
257
|
+
"package": "./colors"
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
"kind": "js",
|
|
262
|
+
"name": "*",
|
|
263
|
+
"declaration": {
|
|
264
|
+
"name": "*",
|
|
265
|
+
"package": "./styles"
|
|
93
266
|
}
|
|
94
267
|
}
|
|
95
268
|
]
|
|
96
269
|
},
|
|
97
270
|
{
|
|
98
271
|
"kind": "javascript-module",
|
|
99
|
-
"path": "src/
|
|
100
|
-
"declarations": [
|
|
101
|
-
|
|
272
|
+
"path": "src/styles/styles.ts",
|
|
273
|
+
"declarations": [
|
|
274
|
+
{
|
|
275
|
+
"kind": "function",
|
|
276
|
+
"name": "mixinScreen",
|
|
277
|
+
"parameters": [
|
|
278
|
+
{
|
|
279
|
+
"name": "display",
|
|
280
|
+
"default": "'block'",
|
|
281
|
+
"type": {
|
|
282
|
+
"text": "string"
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
],
|
|
286
|
+
"description": "TODO: Bring all the style and typography mixins into the design system package"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"kind": "function",
|
|
290
|
+
"name": "genesisLogo",
|
|
291
|
+
"parameters": [
|
|
292
|
+
{
|
|
293
|
+
"name": "slot",
|
|
294
|
+
"default": "'start'"
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
"description": "TODO"
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"kind": "function",
|
|
301
|
+
"name": "settingsIcon",
|
|
302
|
+
"parameters": [
|
|
303
|
+
{
|
|
304
|
+
"name": "slot",
|
|
305
|
+
"default": "'start'"
|
|
306
|
+
}
|
|
307
|
+
]
|
|
308
|
+
}
|
|
309
|
+
],
|
|
310
|
+
"exports": [
|
|
311
|
+
{
|
|
312
|
+
"kind": "js",
|
|
313
|
+
"name": "mixinScreen",
|
|
314
|
+
"declaration": {
|
|
315
|
+
"name": "mixinScreen",
|
|
316
|
+
"module": "src/styles/styles.ts"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"kind": "js",
|
|
321
|
+
"name": "genesisLogo",
|
|
322
|
+
"declaration": {
|
|
323
|
+
"name": "genesisLogo",
|
|
324
|
+
"module": "src/styles/styles.ts"
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"kind": "js",
|
|
329
|
+
"name": "settingsIcon",
|
|
330
|
+
"declaration": {
|
|
331
|
+
"name": "settingsIcon",
|
|
332
|
+
"module": "src/styles/styles.ts"
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
]
|
|
102
336
|
},
|
|
103
337
|
{
|
|
104
338
|
"kind": "javascript-module",
|
|
@@ -115,10 +349,10 @@
|
|
|
115
349
|
},
|
|
116
350
|
{
|
|
117
351
|
"kind": "js",
|
|
118
|
-
"name": "
|
|
352
|
+
"name": "*",
|
|
119
353
|
"declaration": {
|
|
120
|
-
"name": "
|
|
121
|
-
"
|
|
354
|
+
"name": "*",
|
|
355
|
+
"package": "./main.template"
|
|
122
356
|
}
|
|
123
357
|
},
|
|
124
358
|
{
|
|
@@ -165,7 +399,7 @@
|
|
|
165
399
|
{
|
|
166
400
|
"kind": "variable",
|
|
167
401
|
"name": "NavTemplate",
|
|
168
|
-
"default": "html<Navigation>`\n ${when((x) => !x.hideSideBar, sideNavTemplate)}\n <div class=\"nav-listbox\" data-test-id=\"nav-bar\">\n ${app.registerElementsTarget<HeaderTargetId>('header-start')}\n <div class=\"nav-leftside\">\n ${app.registerElementsTarget<NavTargetId>('nav-start')}\n ${when(\n (x) => !x.hideSideBar,\n html<Navigation>`\n <div\n class=\"bars-container\"\n @click=${(x) => x.toggleNavVisibility()}\n data-test-id=\"hamburger-menu\"\n >\n
|
|
402
|
+
"default": "html<Navigation>`\n ${when((x) => !x.hideSideBar, sideNavTemplate)}\n <div class=\"nav-listbox\" data-test-id=\"nav-bar\">\n ${app.registerElementsTarget<HeaderTargetId>('header-start')}\n <div class=\"nav-leftside\">\n ${app.registerElementsTarget<NavTargetId>('nav-start')}\n ${when(\n (x) => !x.hideSideBar,\n html<Navigation>`\n <div\n class=\"bars-container\"\n @click=${(x) => x.toggleNavVisibility()}\n data-test-id=\"hamburger-menu\"\n >\n <${iconTag} name=\"bars\" part=\"nav-visibility-icon\" class=\"nav-visibility-icon\"></${iconTag}>\n </div>\n `,\n )}\n <div class=\"logo-container\" data-test-id=\"nav-bar-logo\">\n <img src=${(x) => x.logoSrc} class=\"logo\" part=\"logo\" />\n </div>\n <slot name=\"routes\" data-test-id=\"route-buttons\">\n ${(x) => (x.routeNavItems ? routeNavItemsTemplate : defaultRouteNavItemsTemplate)}\n </slot>\n ${app.registerElementsTarget<NavTargetId>('nav')}\n </div>\n <div class=\"nav-rightside\">\n ${app.registerElementsTarget<NavTargetId>('nav-end')}\n ${when(\n (x) => x.showLuminanceToggleButton,\n html<Navigation>`\n <div\n class=\"icon-container\"\n data-test-id=\"luminance-toggle-button\"\n part=\"luminance-button\"\n >\n <${iconTag}\n @click=${(x) => x.luminanceIconEvent()}\n variant=\"regular\"\n name=\"moon\"\n part=\"luminance-icon\"\n ></${iconTag}>\n </div>\n `,\n )}\n ${when(\n (x) => x.showMiscToggleButton,\n html<Navigation>`\n <div class=\"icon-container\" data-test-id=\"misc-toggle-button\" part=\"misc-button\">\n <${iconTag} @click=${(x) => x.miscIconEvent()} name=\"th\" part=\"misc-icon\"></${iconTag}>\n </div>\n `,\n )}\n <!-- ${when(\n (x) => x.showNotificationsButton,\n html<Navigation>`\n <div\n class=\"icon-container\"\n data-test-id=\"notifications-button\"\n part=\"notifications-button\"\n >\n <${iconTag}\n variant=\"regular\"\n @click=${(x) => x.notificationIconEvent()}\n name=\"bell\"\n part=\"notifications-icon\"\n ></${iconTag}>\n <slot name=\"notifications-icon-end\"></slot>\n </div>\n `,\n )} -->\n ${when(\n (x) => x.showConnectionIndicator,\n html<Navigation>`\n <div class=\"connection-indicator-container\" data-test-id=\"connection-indicator\">\n <${connectionIndicatorTag} show-label=\"false\"></${connectionIndicatorTag}>\n </div>\n `,\n )}\n ${when(\n (x) => x.showLanguageSelector && x.languageOptions,\n html<Navigation>`\n <${selectTag}\n class=\"language-selector\"\n position=\"below\"\n data-test-id=\"language-selector\"\n part=\"language-selector\"\n @change=\"${(x, c) => x.changeLanguage(c.event as CustomEvent)}\"\n >\n ${repeat(\n (x) => x.languageOptions.availableLanguages,\n html`\n <${optionTag}\n value=\"${(x) => x}\"\n ?selected=\"${(x, c) => x === c.parent.languageOptions.selectedLanguage}\"\n >\n ${(x) => x.toUpperCase()}\n </${optionTag}>\n `,\n )}\n </${selectTag}>\n `,\n )}\n\n <${buttonTag} appearance=\"neutral-grey\" data-test-id=\"user-button\" class=\"nav-button\">\n <${iconTag} name=\"user-circle\"></${iconTag}>\n ${(x) => x.userName}\n </${buttonTag}>\n </div>\n ${app.registerElementsTarget<HeaderTargetId>(['header', 'header-end'])}\n </div>\n`",
|
|
169
403
|
"description": "Template for Navigation class",
|
|
170
404
|
"return": {
|
|
171
405
|
"type": {
|
|
@@ -216,6 +450,13 @@
|
|
|
216
450
|
"text": "I18next"
|
|
217
451
|
}
|
|
218
452
|
},
|
|
453
|
+
{
|
|
454
|
+
"kind": "field",
|
|
455
|
+
"name": "headerConfig",
|
|
456
|
+
"type": {
|
|
457
|
+
"text": "HeaderConfig"
|
|
458
|
+
}
|
|
459
|
+
},
|
|
219
460
|
{
|
|
220
461
|
"kind": "field",
|
|
221
462
|
"name": "ready",
|
|
@@ -476,103 +717,461 @@
|
|
|
476
717
|
"name": "FASTElement",
|
|
477
718
|
"package": "@microsoft/fast-element"
|
|
478
719
|
},
|
|
479
|
-
"tagName": "foundation-header",
|
|
480
720
|
"customElement": true
|
|
481
|
-
}
|
|
482
|
-
],
|
|
483
|
-
"exports": [
|
|
484
|
-
{
|
|
485
|
-
"kind": "js",
|
|
486
|
-
"name": "Navigation",
|
|
487
|
-
"declaration": {
|
|
488
|
-
"name": "Navigation",
|
|
489
|
-
"module": "src/main/main.ts"
|
|
490
|
-
}
|
|
491
721
|
},
|
|
492
722
|
{
|
|
493
|
-
"kind": "
|
|
494
|
-
"
|
|
495
|
-
"
|
|
723
|
+
"kind": "class",
|
|
724
|
+
"description": "ZeroHeader is a zero version of the header micro-frontend.",
|
|
725
|
+
"name": "ZeroHeader",
|
|
726
|
+
"superclass": {
|
|
496
727
|
"name": "Navigation",
|
|
497
728
|
"module": "src/main/main.ts"
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
{
|
|
503
|
-
"kind": "javascript-module",
|
|
504
|
-
"path": "src/styles/colors.ts",
|
|
505
|
-
"declarations": [
|
|
506
|
-
{
|
|
507
|
-
"kind": "function",
|
|
508
|
-
"name": "getWebRGBA",
|
|
509
|
-
"parameters": [
|
|
729
|
+
},
|
|
730
|
+
"tagName": "zero-header",
|
|
731
|
+
"customElement": true,
|
|
732
|
+
"attributes": [
|
|
510
733
|
{
|
|
511
|
-
"name": "
|
|
734
|
+
"name": "logo-src",
|
|
512
735
|
"type": {
|
|
513
|
-
"text": "
|
|
736
|
+
"text": "any"
|
|
737
|
+
},
|
|
738
|
+
"default": "logo",
|
|
739
|
+
"description": "Optional attribute which controls the icon to show on the navigation bar and flyout\nControl via `logo-src`",
|
|
740
|
+
"resolveInitializer": {
|
|
741
|
+
"module": "/src/assets/logo.svg"
|
|
742
|
+
},
|
|
743
|
+
"fieldName": "logoSrc",
|
|
744
|
+
"inheritedFrom": {
|
|
745
|
+
"name": "Navigation",
|
|
746
|
+
"module": "src/main/main.ts"
|
|
514
747
|
}
|
|
515
748
|
},
|
|
516
749
|
{
|
|
517
|
-
"name": "
|
|
518
|
-
"default": "1.0",
|
|
750
|
+
"name": "show-luminance-toggle-button",
|
|
519
751
|
"type": {
|
|
520
|
-
"text": "
|
|
752
|
+
"text": "boolean"
|
|
753
|
+
},
|
|
754
|
+
"description": "Boolean attribute which controls whether to show the luminance (moon) icon on the navigation bar\nControl via`show-luminance-toggle-button`",
|
|
755
|
+
"fieldName": "showLuminanceToggleButton",
|
|
756
|
+
"inheritedFrom": {
|
|
757
|
+
"name": "Navigation",
|
|
758
|
+
"module": "src/main/main.ts"
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "show-misc-toggle-button",
|
|
763
|
+
"type": {
|
|
764
|
+
"text": "boolean"
|
|
765
|
+
},
|
|
766
|
+
"description": "Boolean attribute which controls whether to show the miscellaneous (menu) icon on the navigation bar\nControl via `show-luminance-toggle-button`",
|
|
767
|
+
"fieldName": "showMiscToggleButton",
|
|
768
|
+
"inheritedFrom": {
|
|
769
|
+
"name": "Navigation",
|
|
770
|
+
"module": "src/main/main.ts"
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
"name": "show-notification-button",
|
|
775
|
+
"type": {
|
|
776
|
+
"text": "boolean"
|
|
777
|
+
},
|
|
778
|
+
"description": "Boolean attribute which controls whether to show the notification (bell) icon on the navigation bar\nControl via `show-notification-button`",
|
|
779
|
+
"deprecated": "- Add/Remove PBC Notify via `genx` instead.",
|
|
780
|
+
"fieldName": "showNotificationsButton",
|
|
781
|
+
"inheritedFrom": {
|
|
782
|
+
"name": "Navigation",
|
|
783
|
+
"module": "src/main/main.ts"
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"name": "show-connection-indicator",
|
|
788
|
+
"type": {
|
|
789
|
+
"text": "boolean"
|
|
790
|
+
},
|
|
791
|
+
"default": "true",
|
|
792
|
+
"description": "Boolean attribute which controls whether to show the connection indicator on the navigation bar\nControl via `show-connection-indicator`",
|
|
793
|
+
"fieldName": "showConnectionIndicator",
|
|
794
|
+
"inheritedFrom": {
|
|
795
|
+
"name": "Navigation",
|
|
796
|
+
"module": "src/main/main.ts"
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"name": "show-language-selector",
|
|
801
|
+
"type": {
|
|
802
|
+
"text": "boolean"
|
|
803
|
+
},
|
|
804
|
+
"default": "false",
|
|
805
|
+
"description": "Boolean attribute which controls whether to show the language selector on the navigation bar\nControl via `show-language-selector`",
|
|
806
|
+
"fieldName": "showLanguageSelector",
|
|
807
|
+
"inheritedFrom": {
|
|
808
|
+
"name": "Navigation",
|
|
809
|
+
"module": "src/main/main.ts"
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"name": "hide-side-bar",
|
|
814
|
+
"type": {
|
|
815
|
+
"text": "boolean"
|
|
816
|
+
},
|
|
817
|
+
"description": "Boolean attribute which controls whether to include the sideNav component\nControl via`hide-side-bar`",
|
|
818
|
+
"fieldName": "hideSideBar",
|
|
819
|
+
"inheritedFrom": {
|
|
820
|
+
"name": "Navigation",
|
|
821
|
+
"module": "src/main/main.ts"
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
],
|
|
825
|
+
"members": [
|
|
826
|
+
{
|
|
827
|
+
"kind": "field",
|
|
828
|
+
"name": "auth",
|
|
829
|
+
"type": {
|
|
830
|
+
"text": "Auth"
|
|
831
|
+
},
|
|
832
|
+
"inheritedFrom": {
|
|
833
|
+
"name": "Navigation",
|
|
834
|
+
"module": "src/main/main.ts"
|
|
835
|
+
}
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
"kind": "field",
|
|
839
|
+
"name": "credentialManager",
|
|
840
|
+
"type": {
|
|
841
|
+
"text": "CredentialManager"
|
|
842
|
+
},
|
|
843
|
+
"inheritedFrom": {
|
|
844
|
+
"name": "Navigation",
|
|
845
|
+
"module": "src/main/main.ts"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
"kind": "field",
|
|
850
|
+
"name": "i18next",
|
|
851
|
+
"type": {
|
|
852
|
+
"text": "I18next"
|
|
853
|
+
},
|
|
854
|
+
"inheritedFrom": {
|
|
855
|
+
"name": "Navigation",
|
|
856
|
+
"module": "src/main/main.ts"
|
|
857
|
+
}
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"kind": "field",
|
|
861
|
+
"name": "headerConfig",
|
|
862
|
+
"type": {
|
|
863
|
+
"text": "HeaderConfig"
|
|
864
|
+
},
|
|
865
|
+
"inheritedFrom": {
|
|
866
|
+
"name": "Navigation",
|
|
867
|
+
"module": "src/main/main.ts"
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"kind": "field",
|
|
872
|
+
"name": "ready",
|
|
873
|
+
"type": {
|
|
874
|
+
"text": "boolean"
|
|
875
|
+
},
|
|
876
|
+
"default": "false",
|
|
877
|
+
"inheritedFrom": {
|
|
878
|
+
"name": "Navigation",
|
|
879
|
+
"module": "src/main/main.ts"
|
|
880
|
+
}
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"kind": "field",
|
|
884
|
+
"name": "userName",
|
|
885
|
+
"type": {
|
|
886
|
+
"text": "string"
|
|
887
|
+
},
|
|
888
|
+
"privacy": "public",
|
|
889
|
+
"description": "Username of the logged in user",
|
|
890
|
+
"inheritedFrom": {
|
|
891
|
+
"name": "Navigation",
|
|
892
|
+
"module": "src/main/main.ts"
|
|
893
|
+
}
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
"kind": "field",
|
|
897
|
+
"name": "sideNavOpen",
|
|
898
|
+
"type": {
|
|
899
|
+
"text": "boolean"
|
|
900
|
+
},
|
|
901
|
+
"default": "false",
|
|
902
|
+
"inheritedFrom": {
|
|
903
|
+
"name": "Navigation",
|
|
904
|
+
"module": "src/main/main.ts"
|
|
905
|
+
}
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"kind": "field",
|
|
909
|
+
"name": "logoSrc",
|
|
910
|
+
"type": {
|
|
911
|
+
"text": "any"
|
|
912
|
+
},
|
|
913
|
+
"default": "logo",
|
|
914
|
+
"description": "Optional attribute which controls the icon to show on the navigation bar and flyout\nControl via `logo-src`",
|
|
915
|
+
"inheritedFrom": {
|
|
916
|
+
"name": "Navigation",
|
|
917
|
+
"module": "src/main/main.ts"
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"kind": "field",
|
|
922
|
+
"name": "showLuminanceToggleButton",
|
|
923
|
+
"type": {
|
|
924
|
+
"text": "boolean"
|
|
925
|
+
},
|
|
926
|
+
"description": "Boolean attribute which controls whether to show the luminance (moon) icon on the navigation bar\nControl via`show-luminance-toggle-button`",
|
|
927
|
+
"inheritedFrom": {
|
|
928
|
+
"name": "Navigation",
|
|
929
|
+
"module": "src/main/main.ts"
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
"kind": "field",
|
|
934
|
+
"name": "showMiscToggleButton",
|
|
935
|
+
"type": {
|
|
936
|
+
"text": "boolean"
|
|
937
|
+
},
|
|
938
|
+
"description": "Boolean attribute which controls whether to show the miscellaneous (menu) icon on the navigation bar\nControl via `show-luminance-toggle-button`",
|
|
939
|
+
"inheritedFrom": {
|
|
940
|
+
"name": "Navigation",
|
|
941
|
+
"module": "src/main/main.ts"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"kind": "field",
|
|
946
|
+
"name": "showNotificationsButton",
|
|
947
|
+
"type": {
|
|
948
|
+
"text": "boolean"
|
|
949
|
+
},
|
|
950
|
+
"description": "Boolean attribute which controls whether to show the notification (bell) icon on the navigation bar\nControl via `show-notification-button`",
|
|
951
|
+
"deprecated": "- Add/Remove PBC Notify via `genx` instead.",
|
|
952
|
+
"inheritedFrom": {
|
|
953
|
+
"name": "Navigation",
|
|
954
|
+
"module": "src/main/main.ts"
|
|
955
|
+
}
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
"kind": "field",
|
|
959
|
+
"name": "showConnectionIndicator",
|
|
960
|
+
"type": {
|
|
961
|
+
"text": "boolean"
|
|
962
|
+
},
|
|
963
|
+
"default": "true",
|
|
964
|
+
"description": "Boolean attribute which controls whether to show the connection indicator on the navigation bar\nControl via `show-connection-indicator`",
|
|
965
|
+
"inheritedFrom": {
|
|
966
|
+
"name": "Navigation",
|
|
967
|
+
"module": "src/main/main.ts"
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"kind": "field",
|
|
972
|
+
"name": "showLanguageSelector",
|
|
973
|
+
"type": {
|
|
974
|
+
"text": "boolean"
|
|
975
|
+
},
|
|
976
|
+
"default": "false",
|
|
977
|
+
"description": "Boolean attribute which controls whether to show the language selector on the navigation bar\nControl via `show-language-selector`",
|
|
978
|
+
"inheritedFrom": {
|
|
979
|
+
"name": "Navigation",
|
|
980
|
+
"module": "src/main/main.ts"
|
|
981
|
+
}
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
"kind": "field",
|
|
985
|
+
"name": "languageOptions",
|
|
986
|
+
"type": {
|
|
987
|
+
"text": "LanguageOptions"
|
|
988
|
+
},
|
|
989
|
+
"default": "{\n availableLanguages: Object.keys(this.i18next.config.resources ?? {}),\n selectedLanguage: this.i18next.config.lng,\n }",
|
|
990
|
+
"inheritedFrom": {
|
|
991
|
+
"name": "Navigation",
|
|
992
|
+
"module": "src/main/main.ts"
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
"kind": "field",
|
|
997
|
+
"name": "hideSideBar",
|
|
998
|
+
"type": {
|
|
999
|
+
"text": "boolean"
|
|
1000
|
+
},
|
|
1001
|
+
"description": "Boolean attribute which controls whether to include the sideNav component\nControl via`hide-side-bar`",
|
|
1002
|
+
"inheritedFrom": {
|
|
1003
|
+
"name": "Navigation",
|
|
1004
|
+
"module": "src/main/main.ts"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
"kind": "field",
|
|
1009
|
+
"name": "routeButtons",
|
|
1010
|
+
"type": {
|
|
1011
|
+
"text": "Array<{\n index: number;\n path: string;\n title: string;\n icon: string;\n variant: string;\n }>"
|
|
1012
|
+
},
|
|
1013
|
+
"description": "If present the defined route buttons will be rendered in the header 'routes' slot",
|
|
1014
|
+
"deprecated": "- Use `routeNavItems` instead.",
|
|
1015
|
+
"inheritedFrom": {
|
|
1016
|
+
"name": "Navigation",
|
|
1017
|
+
"module": "src/main/main.ts"
|
|
1018
|
+
}
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"kind": "field",
|
|
1022
|
+
"name": "routeNavItems",
|
|
1023
|
+
"type": {
|
|
1024
|
+
"text": "FoundationRouteNavItem[]"
|
|
1025
|
+
},
|
|
1026
|
+
"description": "If present the defined @genesislcap/foundation-ui#FoundationRouteNavItem | FoundationRouteNavItems will be rendered in the header 'routes' slot",
|
|
1027
|
+
"inheritedFrom": {
|
|
1028
|
+
"name": "Navigation",
|
|
1029
|
+
"module": "src/main/main.ts"
|
|
1030
|
+
}
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
"kind": "method",
|
|
1034
|
+
"name": "selectTemplate",
|
|
1035
|
+
"inheritedFrom": {
|
|
1036
|
+
"name": "Navigation",
|
|
1037
|
+
"module": "src/main/main.ts"
|
|
1038
|
+
}
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
"kind": "method",
|
|
1042
|
+
"name": "logout",
|
|
1043
|
+
"privacy": "public",
|
|
1044
|
+
"description": "Logs the user out of their session",
|
|
1045
|
+
"inheritedFrom": {
|
|
1046
|
+
"name": "Navigation",
|
|
1047
|
+
"module": "src/main/main.ts"
|
|
1048
|
+
}
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"kind": "method",
|
|
1052
|
+
"name": "navigateTo",
|
|
1053
|
+
"privacy": "public",
|
|
1054
|
+
"parameters": [
|
|
1055
|
+
{
|
|
1056
|
+
"name": "path",
|
|
1057
|
+
"type": {
|
|
1058
|
+
"text": "string"
|
|
1059
|
+
},
|
|
1060
|
+
"description": "string represeting the new route to move to"
|
|
1061
|
+
}
|
|
1062
|
+
],
|
|
1063
|
+
"description": "Changes the route of the current page",
|
|
1064
|
+
"inheritedFrom": {
|
|
1065
|
+
"name": "Navigation",
|
|
1066
|
+
"module": "src/main/main.ts"
|
|
1067
|
+
}
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
"kind": "method",
|
|
1071
|
+
"name": "changeLanguage",
|
|
1072
|
+
"parameters": [
|
|
1073
|
+
{
|
|
1074
|
+
"name": "e",
|
|
1075
|
+
"type": {
|
|
1076
|
+
"text": "CustomEvent"
|
|
1077
|
+
}
|
|
1078
|
+
}
|
|
1079
|
+
],
|
|
1080
|
+
"description": "Changes the language of the application",
|
|
1081
|
+
"inheritedFrom": {
|
|
1082
|
+
"name": "Navigation",
|
|
1083
|
+
"module": "src/main/main.ts"
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"kind": "method",
|
|
1088
|
+
"name": "toLocalisedText",
|
|
1089
|
+
"return": {
|
|
1090
|
+
"type": {
|
|
1091
|
+
"text": "string"
|
|
1092
|
+
}
|
|
1093
|
+
},
|
|
1094
|
+
"parameters": [
|
|
1095
|
+
{
|
|
1096
|
+
"name": "text",
|
|
1097
|
+
"type": {
|
|
1098
|
+
"text": "string"
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
],
|
|
1102
|
+
"description": "To localised text",
|
|
1103
|
+
"inheritedFrom": {
|
|
1104
|
+
"name": "Navigation",
|
|
1105
|
+
"module": "src/main/main.ts"
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
],
|
|
1109
|
+
"events": [
|
|
1110
|
+
{
|
|
1111
|
+
"description": "Dispatched when the user clicks on the luminance toggle icon in the navigation bar.",
|
|
1112
|
+
"name": "luminance-icon-clicked",
|
|
1113
|
+
"inheritedFrom": {
|
|
1114
|
+
"name": "Navigation",
|
|
1115
|
+
"module": "src/main/main.ts"
|
|
1116
|
+
}
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
"description": "Dispatched when the user clicks on the miscellaneous behaviour icon in the navigation bar.",
|
|
1120
|
+
"name": "misc-icon-clicked",
|
|
1121
|
+
"inheritedFrom": {
|
|
1122
|
+
"name": "Navigation",
|
|
1123
|
+
"module": "src/main/main.ts"
|
|
1124
|
+
}
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"description": "Dispatched when the user clicks on the notification icon in the navigation bar.",
|
|
1128
|
+
"name": "notification-icon-clicked",
|
|
1129
|
+
"inheritedFrom": {
|
|
1130
|
+
"name": "Navigation",
|
|
1131
|
+
"module": "src/main/main.ts"
|
|
1132
|
+
}
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"description": "Dispatched when the user changes the language in the language selector.",
|
|
1136
|
+
"name": "language-changed",
|
|
1137
|
+
"inheritedFrom": {
|
|
1138
|
+
"name": "Navigation",
|
|
1139
|
+
"module": "src/main/main.ts"
|
|
521
1140
|
}
|
|
522
1141
|
}
|
|
523
1142
|
]
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"kind": "variable",
|
|
527
|
-
"name": "defaultBackgroundHover"
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"kind": "variable",
|
|
531
|
-
"name": "defaultBackgroundItem"
|
|
532
|
-
},
|
|
533
|
-
{
|
|
534
|
-
"kind": "variable",
|
|
535
|
-
"name": "backgroundNavOption"
|
|
536
1143
|
}
|
|
537
1144
|
],
|
|
538
1145
|
"exports": [
|
|
539
1146
|
{
|
|
540
1147
|
"kind": "js",
|
|
541
|
-
"name": "
|
|
542
|
-
"declaration": {
|
|
543
|
-
"name": "getWebRGBA",
|
|
544
|
-
"module": "src/styles/colors.ts"
|
|
545
|
-
}
|
|
546
|
-
},
|
|
547
|
-
{
|
|
548
|
-
"kind": "js",
|
|
549
|
-
"name": "defaultBackgroundHover",
|
|
1148
|
+
"name": "Navigation",
|
|
550
1149
|
"declaration": {
|
|
551
|
-
"name": "
|
|
552
|
-
"module": "src/
|
|
1150
|
+
"name": "Navigation",
|
|
1151
|
+
"module": "src/main/main.ts"
|
|
553
1152
|
}
|
|
554
1153
|
},
|
|
555
1154
|
{
|
|
556
1155
|
"kind": "js",
|
|
557
|
-
"name": "
|
|
1156
|
+
"name": "ZeroHeader",
|
|
558
1157
|
"declaration": {
|
|
559
|
-
"name": "
|
|
560
|
-
"module": "src/
|
|
1158
|
+
"name": "ZeroHeader",
|
|
1159
|
+
"module": "src/main/main.ts"
|
|
561
1160
|
}
|
|
562
1161
|
},
|
|
563
1162
|
{
|
|
564
|
-
"kind": "
|
|
565
|
-
"name": "
|
|
1163
|
+
"kind": "custom-element-definition",
|
|
1164
|
+
"name": "zero-header",
|
|
566
1165
|
"declaration": {
|
|
567
|
-
"name": "
|
|
568
|
-
"module": "src/
|
|
1166
|
+
"name": "ZeroHeader",
|
|
1167
|
+
"module": "src/main/main.ts"
|
|
569
1168
|
}
|
|
570
1169
|
}
|
|
571
1170
|
]
|
|
572
1171
|
},
|
|
573
1172
|
{
|
|
574
1173
|
"kind": "javascript-module",
|
|
575
|
-
"path": "src/
|
|
1174
|
+
"path": "src/tags/index.ts",
|
|
576
1175
|
"declarations": [],
|
|
577
1176
|
"exports": [
|
|
578
1177
|
{
|
|
@@ -580,85 +1179,16 @@
|
|
|
580
1179
|
"name": "*",
|
|
581
1180
|
"declaration": {
|
|
582
1181
|
"name": "*",
|
|
583
|
-
"package": "./
|
|
584
|
-
}
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
"kind": "js",
|
|
588
|
-
"name": "*",
|
|
589
|
-
"declaration": {
|
|
590
|
-
"name": "*",
|
|
591
|
-
"package": "./styles"
|
|
1182
|
+
"package": "./tags"
|
|
592
1183
|
}
|
|
593
1184
|
}
|
|
594
1185
|
]
|
|
595
1186
|
},
|
|
596
1187
|
{
|
|
597
1188
|
"kind": "javascript-module",
|
|
598
|
-
"path": "src/
|
|
599
|
-
"declarations": [
|
|
600
|
-
|
|
601
|
-
"kind": "function",
|
|
602
|
-
"name": "mixinScreen",
|
|
603
|
-
"parameters": [
|
|
604
|
-
{
|
|
605
|
-
"name": "display",
|
|
606
|
-
"default": "'block'",
|
|
607
|
-
"type": {
|
|
608
|
-
"text": "string"
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
|
-
],
|
|
612
|
-
"description": "TODO: Bring all the style and typography mixins into the design system package"
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"kind": "function",
|
|
616
|
-
"name": "genesisLogo",
|
|
617
|
-
"parameters": [
|
|
618
|
-
{
|
|
619
|
-
"name": "slot",
|
|
620
|
-
"default": "'start'"
|
|
621
|
-
}
|
|
622
|
-
],
|
|
623
|
-
"description": "TODO"
|
|
624
|
-
},
|
|
625
|
-
{
|
|
626
|
-
"kind": "function",
|
|
627
|
-
"name": "settingsIcon",
|
|
628
|
-
"parameters": [
|
|
629
|
-
{
|
|
630
|
-
"name": "slot",
|
|
631
|
-
"default": "'start'"
|
|
632
|
-
}
|
|
633
|
-
]
|
|
634
|
-
}
|
|
635
|
-
],
|
|
636
|
-
"exports": [
|
|
637
|
-
{
|
|
638
|
-
"kind": "js",
|
|
639
|
-
"name": "mixinScreen",
|
|
640
|
-
"declaration": {
|
|
641
|
-
"name": "mixinScreen",
|
|
642
|
-
"module": "src/styles/styles.ts"
|
|
643
|
-
}
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"kind": "js",
|
|
647
|
-
"name": "genesisLogo",
|
|
648
|
-
"declaration": {
|
|
649
|
-
"name": "genesisLogo",
|
|
650
|
-
"module": "src/styles/styles.ts"
|
|
651
|
-
}
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"kind": "js",
|
|
655
|
-
"name": "settingsIcon",
|
|
656
|
-
"declaration": {
|
|
657
|
-
"name": "settingsIcon",
|
|
658
|
-
"module": "src/styles/styles.ts"
|
|
659
|
-
}
|
|
660
|
-
}
|
|
661
|
-
]
|
|
1189
|
+
"path": "src/tags/tags.ts",
|
|
1190
|
+
"declarations": [],
|
|
1191
|
+
"exports": []
|
|
662
1192
|
},
|
|
663
1193
|
{
|
|
664
1194
|
"kind": "javascript-module",
|