@genesislcap/foundation-header 15.6.2 → 15.7.0-ts7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +182 -182
- package/dist/dts/components/control-panel.d.ts.map +1 -1
- package/dist/dts/config/configure.d.ts +1 -1
- package/dist/dts/config/configure.d.ts.map +1 -1
- package/dist/dts/main/feature-flags-nav.d.ts.map +1 -1
- package/dist/dts/main/main.d.ts +162 -157
- package/dist/dts/main/main.d.ts.map +1 -1
- package/dist/dts/main/main.template.d.ts.map +1 -1
- package/dist/dts/styles/colors.d.ts.map +1 -1
- package/dist/dts/styles/styles.d.ts.map +1 -1
- package/dist/dts/tags/tags.d.ts.map +1 -1
- package/dist/esm/main/feature-flags-nav.js +1 -1
- package/dist/esm/main/main.js +5 -3
- package/dist/foundation-header.api.json +1 -1
- package/dist/foundation-header.d.ts +164 -158
- package/package.json +22 -22
|
@@ -33,6 +33,161 @@
|
|
|
33
33
|
}
|
|
34
34
|
]
|
|
35
35
|
},
|
|
36
|
+
{
|
|
37
|
+
"kind": "javascript-module",
|
|
38
|
+
"path": "src/config/config.ts",
|
|
39
|
+
"declarations": [
|
|
40
|
+
{
|
|
41
|
+
"kind": "variable",
|
|
42
|
+
"name": "defaultHeaderConfig",
|
|
43
|
+
"type": {
|
|
44
|
+
"text": "HeaderConfig"
|
|
45
|
+
},
|
|
46
|
+
"default": "{\n name: 'foundation-header',\n templateOptions: defaultTemplateOptions,\n}",
|
|
47
|
+
"description": "Default HeaderConfig DI implementation.",
|
|
48
|
+
"privacy": "public"
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"exports": [
|
|
52
|
+
{
|
|
53
|
+
"kind": "js",
|
|
54
|
+
"name": "defaultHeaderConfig",
|
|
55
|
+
"declaration": {
|
|
56
|
+
"name": "defaultHeaderConfig",
|
|
57
|
+
"module": "src/config/config.ts"
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"kind": "javascript-module",
|
|
64
|
+
"path": "src/config/configure.ts",
|
|
65
|
+
"declarations": [
|
|
66
|
+
{
|
|
67
|
+
"kind": "function",
|
|
68
|
+
"name": "configure",
|
|
69
|
+
"parameters": [
|
|
70
|
+
{
|
|
71
|
+
"name": "config",
|
|
72
|
+
"type": {
|
|
73
|
+
"text": "Partial<HeaderConfig>"
|
|
74
|
+
},
|
|
75
|
+
"description": "A partial HeaderConfig."
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"description": "A function that allows configuring the header micro-frontend with name and templateOptions.",
|
|
79
|
+
"privacy": "public"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"exports": [
|
|
83
|
+
{
|
|
84
|
+
"kind": "js",
|
|
85
|
+
"name": "configure",
|
|
86
|
+
"declaration": {
|
|
87
|
+
"name": "configure",
|
|
88
|
+
"module": "src/config/configure.ts"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"kind": "javascript-module",
|
|
95
|
+
"path": "src/config/index.ts",
|
|
96
|
+
"declarations": [],
|
|
97
|
+
"exports": [
|
|
98
|
+
{
|
|
99
|
+
"kind": "js",
|
|
100
|
+
"name": "*",
|
|
101
|
+
"declaration": {
|
|
102
|
+
"name": "*",
|
|
103
|
+
"package": "./config"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"kind": "js",
|
|
108
|
+
"name": "*",
|
|
109
|
+
"declaration": {
|
|
110
|
+
"name": "*",
|
|
111
|
+
"package": "./configure"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"kind": "js",
|
|
116
|
+
"name": "*",
|
|
117
|
+
"declaration": {
|
|
118
|
+
"name": "*",
|
|
119
|
+
"package": "./targetId"
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
"kind": "javascript-module",
|
|
126
|
+
"path": "src/config/targetId.ts",
|
|
127
|
+
"declarations": [],
|
|
128
|
+
"exports": []
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"kind": "javascript-module",
|
|
132
|
+
"path": "src/config/templates.ts",
|
|
133
|
+
"declarations": [
|
|
134
|
+
{
|
|
135
|
+
"kind": "variable",
|
|
136
|
+
"name": "templateOptionsByDesiginSystemPrefix",
|
|
137
|
+
"type": {
|
|
138
|
+
"text": "Record<string, TemplateComponents>"
|
|
139
|
+
},
|
|
140
|
+
"default": "{\n zero: {\n icon: 'zero-icon',\n button: 'zero-button',\n connectionIndicator: 'zero-connection-indicator',\n aiIndicator: 'zero-ai-indicator',\n environmentIndicator: 'zero-environment-indicator',\n select: 'zero-select',\n option: 'zero-option',\n multiselect: 'zero-multiselect',\n flyout: 'zero-flyout',\n provider: 'zero-design-system-provider',\n },\n rapid: {\n icon: 'rapid-icon',\n button: 'rapid-button',\n connectionIndicator: 'rapid-connection-indicator',\n aiIndicator: 'rapid-ai-indicator',\n environmentIndicator: 'rapid-environment-indicator',\n select: 'rapid-select',\n option: 'rapid-option',\n multiselect: 'rapid-multiselect',\n flyout: 'rapid-flyout',\n provider: 'rapid-design-system-provider',\n },\n}",
|
|
141
|
+
"description": "templateOptionsByDesiginSystemPrefix.",
|
|
142
|
+
"privacy": "public"
|
|
143
|
+
},
|
|
144
|
+
{
|
|
145
|
+
"kind": "variable",
|
|
146
|
+
"name": "defaultTemplateOptions",
|
|
147
|
+
"type": {
|
|
148
|
+
"text": "TemplateOptions"
|
|
149
|
+
},
|
|
150
|
+
"description": "defaultTemplateOptions.",
|
|
151
|
+
"deprecated": "- Use `rapidTemplateOptions` instead.",
|
|
152
|
+
"privacy": "public"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"kind": "variable",
|
|
156
|
+
"name": "rapidTemplateOptions",
|
|
157
|
+
"type": {
|
|
158
|
+
"text": "TemplateOptions"
|
|
159
|
+
},
|
|
160
|
+
"description": "rapidTemplateOptions.",
|
|
161
|
+
"privacy": "public"
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"exports": [
|
|
165
|
+
{
|
|
166
|
+
"kind": "js",
|
|
167
|
+
"name": "templateOptionsByDesiginSystemPrefix",
|
|
168
|
+
"declaration": {
|
|
169
|
+
"name": "templateOptionsByDesiginSystemPrefix",
|
|
170
|
+
"module": "src/config/templates.ts"
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
"kind": "js",
|
|
175
|
+
"name": "defaultTemplateOptions",
|
|
176
|
+
"declaration": {
|
|
177
|
+
"name": "defaultTemplateOptions",
|
|
178
|
+
"module": "src/config/templates.ts"
|
|
179
|
+
}
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"kind": "js",
|
|
183
|
+
"name": "rapidTemplateOptions",
|
|
184
|
+
"declaration": {
|
|
185
|
+
"name": "rapidTemplateOptions",
|
|
186
|
+
"module": "src/config/templates.ts"
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
]
|
|
190
|
+
},
|
|
36
191
|
{
|
|
37
192
|
"kind": "javascript-module",
|
|
38
193
|
"path": "src/components/control-panel.ts",
|
|
@@ -255,161 +410,6 @@
|
|
|
255
410
|
}
|
|
256
411
|
]
|
|
257
412
|
},
|
|
258
|
-
{
|
|
259
|
-
"kind": "javascript-module",
|
|
260
|
-
"path": "src/config/config.ts",
|
|
261
|
-
"declarations": [
|
|
262
|
-
{
|
|
263
|
-
"kind": "variable",
|
|
264
|
-
"name": "defaultHeaderConfig",
|
|
265
|
-
"type": {
|
|
266
|
-
"text": "HeaderConfig"
|
|
267
|
-
},
|
|
268
|
-
"default": "{\n name: 'foundation-header',\n templateOptions: defaultTemplateOptions,\n}",
|
|
269
|
-
"description": "Default HeaderConfig DI implementation.",
|
|
270
|
-
"privacy": "public"
|
|
271
|
-
}
|
|
272
|
-
],
|
|
273
|
-
"exports": [
|
|
274
|
-
{
|
|
275
|
-
"kind": "js",
|
|
276
|
-
"name": "defaultHeaderConfig",
|
|
277
|
-
"declaration": {
|
|
278
|
-
"name": "defaultHeaderConfig",
|
|
279
|
-
"module": "src/config/config.ts"
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
]
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
"kind": "javascript-module",
|
|
286
|
-
"path": "src/config/configure.ts",
|
|
287
|
-
"declarations": [
|
|
288
|
-
{
|
|
289
|
-
"kind": "function",
|
|
290
|
-
"name": "configure",
|
|
291
|
-
"parameters": [
|
|
292
|
-
{
|
|
293
|
-
"name": "config",
|
|
294
|
-
"type": {
|
|
295
|
-
"text": "Partial<HeaderConfig>"
|
|
296
|
-
},
|
|
297
|
-
"description": "A partial HeaderConfig."
|
|
298
|
-
}
|
|
299
|
-
],
|
|
300
|
-
"description": "A function that allows configuring the header micro-frontend with name and templateOptions.",
|
|
301
|
-
"privacy": "public"
|
|
302
|
-
}
|
|
303
|
-
],
|
|
304
|
-
"exports": [
|
|
305
|
-
{
|
|
306
|
-
"kind": "js",
|
|
307
|
-
"name": "configure",
|
|
308
|
-
"declaration": {
|
|
309
|
-
"name": "configure",
|
|
310
|
-
"module": "src/config/configure.ts"
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
]
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"kind": "javascript-module",
|
|
317
|
-
"path": "src/config/index.ts",
|
|
318
|
-
"declarations": [],
|
|
319
|
-
"exports": [
|
|
320
|
-
{
|
|
321
|
-
"kind": "js",
|
|
322
|
-
"name": "*",
|
|
323
|
-
"declaration": {
|
|
324
|
-
"name": "*",
|
|
325
|
-
"package": "./config"
|
|
326
|
-
}
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
"kind": "js",
|
|
330
|
-
"name": "*",
|
|
331
|
-
"declaration": {
|
|
332
|
-
"name": "*",
|
|
333
|
-
"package": "./configure"
|
|
334
|
-
}
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
"kind": "js",
|
|
338
|
-
"name": "*",
|
|
339
|
-
"declaration": {
|
|
340
|
-
"name": "*",
|
|
341
|
-
"package": "./targetId"
|
|
342
|
-
}
|
|
343
|
-
}
|
|
344
|
-
]
|
|
345
|
-
},
|
|
346
|
-
{
|
|
347
|
-
"kind": "javascript-module",
|
|
348
|
-
"path": "src/config/targetId.ts",
|
|
349
|
-
"declarations": [],
|
|
350
|
-
"exports": []
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"kind": "javascript-module",
|
|
354
|
-
"path": "src/config/templates.ts",
|
|
355
|
-
"declarations": [
|
|
356
|
-
{
|
|
357
|
-
"kind": "variable",
|
|
358
|
-
"name": "templateOptionsByDesiginSystemPrefix",
|
|
359
|
-
"type": {
|
|
360
|
-
"text": "Record<string, TemplateComponents>"
|
|
361
|
-
},
|
|
362
|
-
"default": "{\n zero: {\n icon: 'zero-icon',\n button: 'zero-button',\n connectionIndicator: 'zero-connection-indicator',\n aiIndicator: 'zero-ai-indicator',\n environmentIndicator: 'zero-environment-indicator',\n select: 'zero-select',\n option: 'zero-option',\n multiselect: 'zero-multiselect',\n flyout: 'zero-flyout',\n provider: 'zero-design-system-provider',\n },\n rapid: {\n icon: 'rapid-icon',\n button: 'rapid-button',\n connectionIndicator: 'rapid-connection-indicator',\n aiIndicator: 'rapid-ai-indicator',\n environmentIndicator: 'rapid-environment-indicator',\n select: 'rapid-select',\n option: 'rapid-option',\n multiselect: 'rapid-multiselect',\n flyout: 'rapid-flyout',\n provider: 'rapid-design-system-provider',\n },\n}",
|
|
363
|
-
"description": "templateOptionsByDesiginSystemPrefix.",
|
|
364
|
-
"privacy": "public"
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
"kind": "variable",
|
|
368
|
-
"name": "defaultTemplateOptions",
|
|
369
|
-
"type": {
|
|
370
|
-
"text": "TemplateOptions"
|
|
371
|
-
},
|
|
372
|
-
"description": "defaultTemplateOptions.",
|
|
373
|
-
"deprecated": "- Use `rapidTemplateOptions` instead.",
|
|
374
|
-
"privacy": "public"
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"kind": "variable",
|
|
378
|
-
"name": "rapidTemplateOptions",
|
|
379
|
-
"type": {
|
|
380
|
-
"text": "TemplateOptions"
|
|
381
|
-
},
|
|
382
|
-
"description": "rapidTemplateOptions.",
|
|
383
|
-
"privacy": "public"
|
|
384
|
-
}
|
|
385
|
-
],
|
|
386
|
-
"exports": [
|
|
387
|
-
{
|
|
388
|
-
"kind": "js",
|
|
389
|
-
"name": "templateOptionsByDesiginSystemPrefix",
|
|
390
|
-
"declaration": {
|
|
391
|
-
"name": "templateOptionsByDesiginSystemPrefix",
|
|
392
|
-
"module": "src/config/templates.ts"
|
|
393
|
-
}
|
|
394
|
-
},
|
|
395
|
-
{
|
|
396
|
-
"kind": "js",
|
|
397
|
-
"name": "defaultTemplateOptions",
|
|
398
|
-
"declaration": {
|
|
399
|
-
"name": "defaultTemplateOptions",
|
|
400
|
-
"module": "src/config/templates.ts"
|
|
401
|
-
}
|
|
402
|
-
},
|
|
403
|
-
{
|
|
404
|
-
"kind": "js",
|
|
405
|
-
"name": "rapidTemplateOptions",
|
|
406
|
-
"declaration": {
|
|
407
|
-
"name": "rapidTemplateOptions",
|
|
408
|
-
"module": "src/config/templates.ts"
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
]
|
|
412
|
-
},
|
|
413
413
|
{
|
|
414
414
|
"kind": "javascript-module",
|
|
415
415
|
"path": "src/main/feature-flags-nav.ts",
|
|
@@ -4252,6 +4252,33 @@
|
|
|
4252
4252
|
}
|
|
4253
4253
|
]
|
|
4254
4254
|
},
|
|
4255
|
+
{
|
|
4256
|
+
"kind": "javascript-module",
|
|
4257
|
+
"path": "src/tags/index.ts",
|
|
4258
|
+
"declarations": [],
|
|
4259
|
+
"exports": [
|
|
4260
|
+
{
|
|
4261
|
+
"kind": "js",
|
|
4262
|
+
"name": "*",
|
|
4263
|
+
"declaration": {
|
|
4264
|
+
"name": "*",
|
|
4265
|
+
"package": "./tags"
|
|
4266
|
+
}
|
|
4267
|
+
}
|
|
4268
|
+
]
|
|
4269
|
+
},
|
|
4270
|
+
{
|
|
4271
|
+
"kind": "javascript-module",
|
|
4272
|
+
"path": "src/tags/tags.ts",
|
|
4273
|
+
"declarations": [],
|
|
4274
|
+
"exports": []
|
|
4275
|
+
},
|
|
4276
|
+
{
|
|
4277
|
+
"kind": "javascript-module",
|
|
4278
|
+
"path": "src/templates/rapid.template.ts",
|
|
4279
|
+
"declarations": [],
|
|
4280
|
+
"exports": []
|
|
4281
|
+
},
|
|
4255
4282
|
{
|
|
4256
4283
|
"kind": "javascript-module",
|
|
4257
4284
|
"path": "src/styles/colors.ts",
|
|
@@ -4413,33 +4440,6 @@
|
|
|
4413
4440
|
}
|
|
4414
4441
|
]
|
|
4415
4442
|
},
|
|
4416
|
-
{
|
|
4417
|
-
"kind": "javascript-module",
|
|
4418
|
-
"path": "src/tags/index.ts",
|
|
4419
|
-
"declarations": [],
|
|
4420
|
-
"exports": [
|
|
4421
|
-
{
|
|
4422
|
-
"kind": "js",
|
|
4423
|
-
"name": "*",
|
|
4424
|
-
"declaration": {
|
|
4425
|
-
"name": "*",
|
|
4426
|
-
"package": "./tags"
|
|
4427
|
-
}
|
|
4428
|
-
}
|
|
4429
|
-
]
|
|
4430
|
-
},
|
|
4431
|
-
{
|
|
4432
|
-
"kind": "javascript-module",
|
|
4433
|
-
"path": "src/tags/tags.ts",
|
|
4434
|
-
"declarations": [],
|
|
4435
|
-
"exports": []
|
|
4436
|
-
},
|
|
4437
|
-
{
|
|
4438
|
-
"kind": "javascript-module",
|
|
4439
|
-
"path": "src/templates/rapid.template.ts",
|
|
4440
|
-
"declarations": [],
|
|
4441
|
-
"exports": []
|
|
4442
|
-
},
|
|
4443
4443
|
{
|
|
4444
4444
|
"kind": "javascript-module",
|
|
4445
4445
|
"path": "src/utils/index.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"control-panel.d.ts","sourceRoot":"","sources":["../../../src/components/control-panel.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAC;AAEnD,OAAO,EAGL,cAAc,EAMf,MAAM,uBAAuB,CAAC;AAE/B,UAAU,aAAa;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,OAAO,CAAC;CACnB;AAkJD;;;GAGG;AACH,qBAsBa,YAAa,SAAQ,cAAc;IAC9C;;OAEG;IACS,oBAAoB,EAAE,aAAa,EAAE,CAAM;IAEvD;;OAEG;IACS,aAAa,EAAE,aAAa,EAAE,CAAM;IAEhD;;OAEG;IACS,eAAe,EAAE,aAAa,EAAE,CAAM;IAElD;;OAEG;IACS,aAAa,EAAE,aAAa,EAAE,CAAM;IAEhD;;OAEG;IACH,iBAAiB,EAAE,KAAK,CAAC;IAEzB;;OAEG;IACM,OAAO,CAAC,OAAO,CAAU;IAElC;;OAEG;IACQ,OAAO,CAAC,SAAS,CAAY;IAExC;;;OAGG;IACH,IACI,kBAAkB,IAAI,OAAO,CAEhC;IAED;;;OAGG;IACH,IACI,qBAAqB,IAAI,OAAO,CAEnC;IAED;;;OAGG;IACH,IACI,uBAAuB,IAAI,OAAO,CAErC;IAED;;;OAGG;IACH,IACI,yBAAyB,IAAI,OAAO,CAEvC;IAED,iBAAiB;
|
|
1
|
+
{"version":3,"file":"control-panel.d.ts","sourceRoot":"","sources":["../../../src/components/control-panel.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,4BAA4B,CAAC;AAEnD,OAAO,EAGL,cAAc,EAMf,MAAM,uBAAuB,CAAC;AAE/B,UAAU,aAAa;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,OAAO,CAAC;CACnB;AAkJD;;;GAGG;AACH,qBAsBa,YAAa,SAAQ,cAAc;IAC9C;;OAEG;IACS,oBAAoB,EAAE,aAAa,EAAE,CAAM;IAEvD;;OAEG;IACS,aAAa,EAAE,aAAa,EAAE,CAAM;IAEhD;;OAEG;IACS,eAAe,EAAE,aAAa,EAAE,CAAM;IAElD;;OAEG;IACS,aAAa,EAAE,aAAa,EAAE,CAAM;IAEhD;;OAEG;IACH,iBAAiB,EAAE,KAAK,CAAC;IAEzB;;OAEG;IACM,OAAO,CAAC,OAAO,CAAU;IAElC;;OAEG;IACQ,OAAO,CAAC,SAAS,CAAY;IAExC;;;OAGG;IACH,IACI,kBAAkB,IAAI,OAAO,CAEhC;IAED;;;OAGG;IACH,IACI,qBAAqB,IAAI,OAAO,CAEnC;IAED;;;OAGG;IACH,IACI,uBAAuB,IAAI,OAAO,CAErC;IAED;;;OAGG;IACH,IACI,yBAAyB,IAAI,OAAO,CAEvC;IAED,iBAAiB,SAGhB;IAED,oBAAoB,SAGnB;IAED,OAAO,CAAC,aAAa,CAUnB;IAEF,OAAO,CAAC,kBAAkB,CAAiC;IAE3D;;OAEG;IACG,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC,CAMhC;IAED,OAAO,CAAC,eAAe;IAQvB;;OAEG;IACI,qBAAqB,CAAC,GAAG,EAAE,MAAM,QAEvC;IAED;;OAEG;IACI,mBAAmB,CAAC,GAAG,EAAE,MAAM,QAErC;IAED;;OAEG;IACI,0BAA0B,CAAC,GAAG,EAAE,MAAM,QAE5C;IAED;;OAEG;IACI,wBAAwB,CAAC,GAAG,EAAE,MAAM,QAE1C;IAED;;OAEG;IACI,qBAAqB,SAU3B;IAED;;OAEG;IACI,wBAAwB,SAE9B;IAED;;OAEG;IACI,0BAA0B,SAEhC;IAED;;OAEG;IACU,4BAA4B,kBAWxC;IAED,OAAO,CAAC,4BAA4B;IAkBpC,OAAO,CAAC,0BAA0B;IAwBlC,OAAO,CAAC,4BAA4B;IAYpC,OAAO,CAAC,qBAAqB;YAYf,mBAAmB;YAgBnB,uBAAuB;CAQtC"}
|
|
@@ -22,5 +22,5 @@ import { HeaderConfig } from './config';
|
|
|
22
22
|
* @param config - A partial HeaderConfig.
|
|
23
23
|
* @public
|
|
24
24
|
*/
|
|
25
|
-
export declare function configure(config: Partial<HeaderConfig>): Promise<typeof import("
|
|
25
|
+
export declare function configure(config: Partial<HeaderConfig>): Promise<typeof import("..").Navigation>;
|
|
26
26
|
//# sourceMappingURL=configure.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configure.d.ts","sourceRoot":"","sources":["../../../src/config/configure.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAuB,MAAM,UAAU,CAAC;AAE7D;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAsB,SAAS,CAAC,MAAM,EAAE,OAAO,CAAC,YAAY,CAAC,
|
|
1
|
+
{"version":3,"file":"configure.d.ts","sourceRoot":"","sources":["../../../src/config/configure.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAuB,MAAM,UAAU,CAAC;AAE7D;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,wBAAsB,SAAS,CAAC,MAAM,EAAE,OAAO,CAAC,YAAY,CAAC,2CAgC5D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feature-flags-nav.d.ts","sourceRoot":"","sources":["../../../src/main/feature-flags-nav.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,kBAAkB,CAAC,EAAE;QACnB,cAAc,CAAC,EAAE;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,EAAE,CAAC;KACpD,CAAC;CACH,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,wBAAwB,
|
|
1
|
+
{"version":3,"file":"feature-flags-nav.d.ts","sourceRoot":"","sources":["../../../src/main/feature-flags-nav.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,MAAM,mBAAmB,GAAG;IAChC,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,kBAAkB,CAAC,EAAE;QACnB,cAAc,CAAC,EAAE;YAAE,IAAI,EAAE,MAAM,CAAC;YAAC,KAAK,EAAE,MAAM,CAAA;SAAE,EAAE,CAAC;KACpD,CAAC;CACH,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,wBAAwB,SAAU,mBAAmB,KAAG,OAC0B,CAAC"}
|