@genesislcap/foundation-header 14.374.2-alpha-0edcc93.0 → 14.375.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 +155 -155
- 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 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 environmentIndicator: 'rapid-environment-indicator',\n select: 'rapid-select',\n option: 'rapid-option',\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 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 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
413
|
{
|
|
414
414
|
"kind": "javascript-module",
|
|
415
415
|
"path": "src/main/index.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.
|
|
4
|
+
"version": "14.375.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -77,28 +77,28 @@
|
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@genesislcap/foundation-testing": "14.
|
|
81
|
-
"@genesislcap/genx": "14.
|
|
82
|
-
"@genesislcap/rollup-builder": "14.
|
|
83
|
-
"@genesislcap/ts-builder": "14.
|
|
84
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
85
|
-
"@genesislcap/vite-builder": "14.
|
|
86
|
-
"@genesislcap/webpack-builder": "14.
|
|
80
|
+
"@genesislcap/foundation-testing": "14.375.0",
|
|
81
|
+
"@genesislcap/genx": "14.375.0",
|
|
82
|
+
"@genesislcap/rollup-builder": "14.375.0",
|
|
83
|
+
"@genesislcap/ts-builder": "14.375.0",
|
|
84
|
+
"@genesislcap/uvu-playwright-builder": "14.375.0",
|
|
85
|
+
"@genesislcap/vite-builder": "14.375.0",
|
|
86
|
+
"@genesislcap/webpack-builder": "14.375.0"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@genesislcap/foundation-auth": "14.
|
|
90
|
-
"@genesislcap/foundation-comms": "14.
|
|
91
|
-
"@genesislcap/foundation-events": "14.
|
|
92
|
-
"@genesislcap/foundation-i18n": "14.
|
|
93
|
-
"@genesislcap/foundation-logger": "14.
|
|
94
|
-
"@genesislcap/foundation-login": "14.
|
|
95
|
-
"@genesislcap/foundation-shell": "14.
|
|
96
|
-
"@genesislcap/foundation-ui": "14.
|
|
97
|
-
"@genesislcap/foundation-user": "14.
|
|
98
|
-
"@genesislcap/foundation-utils": "14.
|
|
99
|
-
"@genesislcap/foundation-zero": "14.
|
|
100
|
-
"@genesislcap/rapid-design-system": "14.
|
|
101
|
-
"@genesislcap/web-core": "14.
|
|
89
|
+
"@genesislcap/foundation-auth": "14.375.0",
|
|
90
|
+
"@genesislcap/foundation-comms": "14.375.0",
|
|
91
|
+
"@genesislcap/foundation-events": "14.375.0",
|
|
92
|
+
"@genesislcap/foundation-i18n": "14.375.0",
|
|
93
|
+
"@genesislcap/foundation-logger": "14.375.0",
|
|
94
|
+
"@genesislcap/foundation-login": "14.375.0",
|
|
95
|
+
"@genesislcap/foundation-shell": "14.375.0",
|
|
96
|
+
"@genesislcap/foundation-ui": "14.375.0",
|
|
97
|
+
"@genesislcap/foundation-user": "14.375.0",
|
|
98
|
+
"@genesislcap/foundation-utils": "14.375.0",
|
|
99
|
+
"@genesislcap/foundation-zero": "14.375.0",
|
|
100
|
+
"@genesislcap/rapid-design-system": "14.375.0",
|
|
101
|
+
"@genesislcap/web-core": "14.375.0"
|
|
102
102
|
},
|
|
103
103
|
"repository": {
|
|
104
104
|
"type": "git",
|
|
@@ -109,5 +109,5 @@
|
|
|
109
109
|
"access": "public"
|
|
110
110
|
},
|
|
111
111
|
"customElements": "dist/custom-elements.json",
|
|
112
|
-
"gitHead": "
|
|
112
|
+
"gitHead": "08b47a11ea26fb21fb0ad3ad8b6206ba881d7ad3"
|
|
113
113
|
}
|