@genesislcap/foundation-header 14.461.1 → 14.461.2-GENC-1346.2
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 +155 -155
- package/package.json +23 -23
|
@@ -255,161 +255,6 @@
|
|
|
255
255
|
}
|
|
256
256
|
]
|
|
257
257
|
},
|
|
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 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 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
258
|
{
|
|
414
259
|
"kind": "javascript-module",
|
|
415
260
|
"path": "src/main/index.ts",
|
|
@@ -4060,6 +3905,161 @@
|
|
|
4060
3905
|
"declarations": [],
|
|
4061
3906
|
"exports": []
|
|
4062
3907
|
},
|
|
3908
|
+
{
|
|
3909
|
+
"kind": "javascript-module",
|
|
3910
|
+
"path": "src/config/config.ts",
|
|
3911
|
+
"declarations": [
|
|
3912
|
+
{
|
|
3913
|
+
"kind": "variable",
|
|
3914
|
+
"name": "defaultHeaderConfig",
|
|
3915
|
+
"type": {
|
|
3916
|
+
"text": "HeaderConfig"
|
|
3917
|
+
},
|
|
3918
|
+
"default": "{\n name: 'foundation-header',\n templateOptions: defaultTemplateOptions,\n}",
|
|
3919
|
+
"description": "Default HeaderConfig DI implementation.",
|
|
3920
|
+
"privacy": "public"
|
|
3921
|
+
}
|
|
3922
|
+
],
|
|
3923
|
+
"exports": [
|
|
3924
|
+
{
|
|
3925
|
+
"kind": "js",
|
|
3926
|
+
"name": "defaultHeaderConfig",
|
|
3927
|
+
"declaration": {
|
|
3928
|
+
"name": "defaultHeaderConfig",
|
|
3929
|
+
"module": "src/config/config.ts"
|
|
3930
|
+
}
|
|
3931
|
+
}
|
|
3932
|
+
]
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
"kind": "javascript-module",
|
|
3936
|
+
"path": "src/config/configure.ts",
|
|
3937
|
+
"declarations": [
|
|
3938
|
+
{
|
|
3939
|
+
"kind": "function",
|
|
3940
|
+
"name": "configure",
|
|
3941
|
+
"parameters": [
|
|
3942
|
+
{
|
|
3943
|
+
"name": "config",
|
|
3944
|
+
"type": {
|
|
3945
|
+
"text": "Partial<HeaderConfig>"
|
|
3946
|
+
},
|
|
3947
|
+
"description": "A partial HeaderConfig."
|
|
3948
|
+
}
|
|
3949
|
+
],
|
|
3950
|
+
"description": "A function that allows configuring the header micro-frontend with name and templateOptions.",
|
|
3951
|
+
"privacy": "public"
|
|
3952
|
+
}
|
|
3953
|
+
],
|
|
3954
|
+
"exports": [
|
|
3955
|
+
{
|
|
3956
|
+
"kind": "js",
|
|
3957
|
+
"name": "configure",
|
|
3958
|
+
"declaration": {
|
|
3959
|
+
"name": "configure",
|
|
3960
|
+
"module": "src/config/configure.ts"
|
|
3961
|
+
}
|
|
3962
|
+
}
|
|
3963
|
+
]
|
|
3964
|
+
},
|
|
3965
|
+
{
|
|
3966
|
+
"kind": "javascript-module",
|
|
3967
|
+
"path": "src/config/index.ts",
|
|
3968
|
+
"declarations": [],
|
|
3969
|
+
"exports": [
|
|
3970
|
+
{
|
|
3971
|
+
"kind": "js",
|
|
3972
|
+
"name": "*",
|
|
3973
|
+
"declaration": {
|
|
3974
|
+
"name": "*",
|
|
3975
|
+
"package": "./config"
|
|
3976
|
+
}
|
|
3977
|
+
},
|
|
3978
|
+
{
|
|
3979
|
+
"kind": "js",
|
|
3980
|
+
"name": "*",
|
|
3981
|
+
"declaration": {
|
|
3982
|
+
"name": "*",
|
|
3983
|
+
"package": "./configure"
|
|
3984
|
+
}
|
|
3985
|
+
},
|
|
3986
|
+
{
|
|
3987
|
+
"kind": "js",
|
|
3988
|
+
"name": "*",
|
|
3989
|
+
"declaration": {
|
|
3990
|
+
"name": "*",
|
|
3991
|
+
"package": "./targetId"
|
|
3992
|
+
}
|
|
3993
|
+
}
|
|
3994
|
+
]
|
|
3995
|
+
},
|
|
3996
|
+
{
|
|
3997
|
+
"kind": "javascript-module",
|
|
3998
|
+
"path": "src/config/targetId.ts",
|
|
3999
|
+
"declarations": [],
|
|
4000
|
+
"exports": []
|
|
4001
|
+
},
|
|
4002
|
+
{
|
|
4003
|
+
"kind": "javascript-module",
|
|
4004
|
+
"path": "src/config/templates.ts",
|
|
4005
|
+
"declarations": [
|
|
4006
|
+
{
|
|
4007
|
+
"kind": "variable",
|
|
4008
|
+
"name": "templateOptionsByDesiginSystemPrefix",
|
|
4009
|
+
"type": {
|
|
4010
|
+
"text": "Record<string, TemplateComponents>"
|
|
4011
|
+
},
|
|
4012
|
+
"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 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 flyout: 'rapid-flyout',\n provider: 'rapid-design-system-provider',\n },\n}",
|
|
4013
|
+
"description": "templateOptionsByDesiginSystemPrefix.",
|
|
4014
|
+
"privacy": "public"
|
|
4015
|
+
},
|
|
4016
|
+
{
|
|
4017
|
+
"kind": "variable",
|
|
4018
|
+
"name": "defaultTemplateOptions",
|
|
4019
|
+
"type": {
|
|
4020
|
+
"text": "TemplateOptions"
|
|
4021
|
+
},
|
|
4022
|
+
"description": "defaultTemplateOptions.",
|
|
4023
|
+
"deprecated": "- Use `rapidTemplateOptions` instead.",
|
|
4024
|
+
"privacy": "public"
|
|
4025
|
+
},
|
|
4026
|
+
{
|
|
4027
|
+
"kind": "variable",
|
|
4028
|
+
"name": "rapidTemplateOptions",
|
|
4029
|
+
"type": {
|
|
4030
|
+
"text": "TemplateOptions"
|
|
4031
|
+
},
|
|
4032
|
+
"description": "rapidTemplateOptions.",
|
|
4033
|
+
"privacy": "public"
|
|
4034
|
+
}
|
|
4035
|
+
],
|
|
4036
|
+
"exports": [
|
|
4037
|
+
{
|
|
4038
|
+
"kind": "js",
|
|
4039
|
+
"name": "templateOptionsByDesiginSystemPrefix",
|
|
4040
|
+
"declaration": {
|
|
4041
|
+
"name": "templateOptionsByDesiginSystemPrefix",
|
|
4042
|
+
"module": "src/config/templates.ts"
|
|
4043
|
+
}
|
|
4044
|
+
},
|
|
4045
|
+
{
|
|
4046
|
+
"kind": "js",
|
|
4047
|
+
"name": "defaultTemplateOptions",
|
|
4048
|
+
"declaration": {
|
|
4049
|
+
"name": "defaultTemplateOptions",
|
|
4050
|
+
"module": "src/config/templates.ts"
|
|
4051
|
+
}
|
|
4052
|
+
},
|
|
4053
|
+
{
|
|
4054
|
+
"kind": "js",
|
|
4055
|
+
"name": "rapidTemplateOptions",
|
|
4056
|
+
"declaration": {
|
|
4057
|
+
"name": "rapidTemplateOptions",
|
|
4058
|
+
"module": "src/config/templates.ts"
|
|
4059
|
+
}
|
|
4060
|
+
}
|
|
4061
|
+
]
|
|
4062
|
+
},
|
|
4063
4063
|
{
|
|
4064
4064
|
"kind": "javascript-module",
|
|
4065
4065
|
"path": "src/templates/rapid.template.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-header",
|
|
3
3
|
"description": "Genesis Foundation Header",
|
|
4
|
-
"version": "14.461.
|
|
4
|
+
"version": "14.461.2-GENC-1346.2",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -84,29 +84,29 @@
|
|
|
84
84
|
}
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
|
-
"@genesislcap/foundation-testing": "14.461.
|
|
88
|
-
"@genesislcap/genx": "14.461.
|
|
89
|
-
"@genesislcap/rollup-builder": "14.461.
|
|
90
|
-
"@genesislcap/ts-builder": "14.461.
|
|
91
|
-
"@genesislcap/uvu-playwright-builder": "14.461.
|
|
92
|
-
"@genesislcap/vite-builder": "14.461.
|
|
93
|
-
"@genesislcap/webpack-builder": "14.461.
|
|
87
|
+
"@genesislcap/foundation-testing": "14.461.2-GENC-1346.2",
|
|
88
|
+
"@genesislcap/genx": "14.461.2-GENC-1346.2",
|
|
89
|
+
"@genesislcap/rollup-builder": "14.461.2-GENC-1346.2",
|
|
90
|
+
"@genesislcap/ts-builder": "14.461.2-GENC-1346.2",
|
|
91
|
+
"@genesislcap/uvu-playwright-builder": "14.461.2-GENC-1346.2",
|
|
92
|
+
"@genesislcap/vite-builder": "14.461.2-GENC-1346.2",
|
|
93
|
+
"@genesislcap/webpack-builder": "14.461.2-GENC-1346.2"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@genesislcap/foundation-ai": "14.461.
|
|
97
|
-
"@genesislcap/foundation-auth": "14.461.
|
|
98
|
-
"@genesislcap/foundation-comms": "14.461.
|
|
99
|
-
"@genesislcap/foundation-events": "14.461.
|
|
100
|
-
"@genesislcap/foundation-i18n": "14.461.
|
|
101
|
-
"@genesislcap/foundation-logger": "14.461.
|
|
102
|
-
"@genesislcap/foundation-login": "14.461.
|
|
103
|
-
"@genesislcap/foundation-shell": "14.461.
|
|
104
|
-
"@genesislcap/foundation-ui": "14.461.
|
|
105
|
-
"@genesislcap/foundation-user": "14.461.
|
|
106
|
-
"@genesislcap/foundation-utils": "14.461.
|
|
107
|
-
"@genesislcap/foundation-zero": "14.461.
|
|
108
|
-
"@genesislcap/rapid-design-system": "14.461.
|
|
109
|
-
"@genesislcap/web-core": "14.461.
|
|
96
|
+
"@genesislcap/foundation-ai": "14.461.2-GENC-1346.2",
|
|
97
|
+
"@genesislcap/foundation-auth": "14.461.2-GENC-1346.2",
|
|
98
|
+
"@genesislcap/foundation-comms": "14.461.2-GENC-1346.2",
|
|
99
|
+
"@genesislcap/foundation-events": "14.461.2-GENC-1346.2",
|
|
100
|
+
"@genesislcap/foundation-i18n": "14.461.2-GENC-1346.2",
|
|
101
|
+
"@genesislcap/foundation-logger": "14.461.2-GENC-1346.2",
|
|
102
|
+
"@genesislcap/foundation-login": "14.461.2-GENC-1346.2",
|
|
103
|
+
"@genesislcap/foundation-shell": "14.461.2-GENC-1346.2",
|
|
104
|
+
"@genesislcap/foundation-ui": "14.461.2-GENC-1346.2",
|
|
105
|
+
"@genesislcap/foundation-user": "14.461.2-GENC-1346.2",
|
|
106
|
+
"@genesislcap/foundation-utils": "14.461.2-GENC-1346.2",
|
|
107
|
+
"@genesislcap/foundation-zero": "14.461.2-GENC-1346.2",
|
|
108
|
+
"@genesislcap/rapid-design-system": "14.461.2-GENC-1346.2",
|
|
109
|
+
"@genesislcap/web-core": "14.461.2-GENC-1346.2"
|
|
110
110
|
},
|
|
111
111
|
"repository": {
|
|
112
112
|
"type": "git",
|
|
@@ -117,5 +117,5 @@
|
|
|
117
117
|
"access": "public"
|
|
118
118
|
},
|
|
119
119
|
"customElements": "dist/custom-elements.json",
|
|
120
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "3ec878a6b7ebccb132dd854250ca5abe8e4a337e"
|
|
121
121
|
}
|