@genesislcap/foundation-header 14.473.1-alpha-d30d297.0 → 14.474.0-canary.TAM-8.26-patch.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 +176 -176
- package/package.json +23 -23
|
@@ -33,161 +33,6 @@
|
|
|
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 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}",
|
|
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
|
-
},
|
|
191
36
|
{
|
|
192
37
|
"kind": "javascript-module",
|
|
193
38
|
"path": "src/components/control-panel.ts",
|
|
@@ -3878,6 +3723,182 @@
|
|
|
3878
3723
|
}
|
|
3879
3724
|
]
|
|
3880
3725
|
},
|
|
3726
|
+
{
|
|
3727
|
+
"kind": "javascript-module",
|
|
3728
|
+
"path": "src/config/config.ts",
|
|
3729
|
+
"declarations": [
|
|
3730
|
+
{
|
|
3731
|
+
"kind": "variable",
|
|
3732
|
+
"name": "defaultHeaderConfig",
|
|
3733
|
+
"type": {
|
|
3734
|
+
"text": "HeaderConfig"
|
|
3735
|
+
},
|
|
3736
|
+
"default": "{\n name: 'foundation-header',\n templateOptions: defaultTemplateOptions,\n}",
|
|
3737
|
+
"description": "Default HeaderConfig DI implementation.",
|
|
3738
|
+
"privacy": "public"
|
|
3739
|
+
}
|
|
3740
|
+
],
|
|
3741
|
+
"exports": [
|
|
3742
|
+
{
|
|
3743
|
+
"kind": "js",
|
|
3744
|
+
"name": "defaultHeaderConfig",
|
|
3745
|
+
"declaration": {
|
|
3746
|
+
"name": "defaultHeaderConfig",
|
|
3747
|
+
"module": "src/config/config.ts"
|
|
3748
|
+
}
|
|
3749
|
+
}
|
|
3750
|
+
]
|
|
3751
|
+
},
|
|
3752
|
+
{
|
|
3753
|
+
"kind": "javascript-module",
|
|
3754
|
+
"path": "src/config/configure.ts",
|
|
3755
|
+
"declarations": [
|
|
3756
|
+
{
|
|
3757
|
+
"kind": "function",
|
|
3758
|
+
"name": "configure",
|
|
3759
|
+
"parameters": [
|
|
3760
|
+
{
|
|
3761
|
+
"name": "config",
|
|
3762
|
+
"type": {
|
|
3763
|
+
"text": "Partial<HeaderConfig>"
|
|
3764
|
+
},
|
|
3765
|
+
"description": "A partial HeaderConfig."
|
|
3766
|
+
}
|
|
3767
|
+
],
|
|
3768
|
+
"description": "A function that allows configuring the header micro-frontend with name and templateOptions.",
|
|
3769
|
+
"privacy": "public"
|
|
3770
|
+
}
|
|
3771
|
+
],
|
|
3772
|
+
"exports": [
|
|
3773
|
+
{
|
|
3774
|
+
"kind": "js",
|
|
3775
|
+
"name": "configure",
|
|
3776
|
+
"declaration": {
|
|
3777
|
+
"name": "configure",
|
|
3778
|
+
"module": "src/config/configure.ts"
|
|
3779
|
+
}
|
|
3780
|
+
}
|
|
3781
|
+
]
|
|
3782
|
+
},
|
|
3783
|
+
{
|
|
3784
|
+
"kind": "javascript-module",
|
|
3785
|
+
"path": "src/config/index.ts",
|
|
3786
|
+
"declarations": [],
|
|
3787
|
+
"exports": [
|
|
3788
|
+
{
|
|
3789
|
+
"kind": "js",
|
|
3790
|
+
"name": "*",
|
|
3791
|
+
"declaration": {
|
|
3792
|
+
"name": "*",
|
|
3793
|
+
"package": "./config"
|
|
3794
|
+
}
|
|
3795
|
+
},
|
|
3796
|
+
{
|
|
3797
|
+
"kind": "js",
|
|
3798
|
+
"name": "*",
|
|
3799
|
+
"declaration": {
|
|
3800
|
+
"name": "*",
|
|
3801
|
+
"package": "./configure"
|
|
3802
|
+
}
|
|
3803
|
+
},
|
|
3804
|
+
{
|
|
3805
|
+
"kind": "js",
|
|
3806
|
+
"name": "*",
|
|
3807
|
+
"declaration": {
|
|
3808
|
+
"name": "*",
|
|
3809
|
+
"package": "./targetId"
|
|
3810
|
+
}
|
|
3811
|
+
}
|
|
3812
|
+
]
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"kind": "javascript-module",
|
|
3816
|
+
"path": "src/config/targetId.ts",
|
|
3817
|
+
"declarations": [],
|
|
3818
|
+
"exports": []
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
"kind": "javascript-module",
|
|
3822
|
+
"path": "src/config/templates.ts",
|
|
3823
|
+
"declarations": [
|
|
3824
|
+
{
|
|
3825
|
+
"kind": "variable",
|
|
3826
|
+
"name": "templateOptionsByDesiginSystemPrefix",
|
|
3827
|
+
"type": {
|
|
3828
|
+
"text": "Record<string, TemplateComponents>"
|
|
3829
|
+
},
|
|
3830
|
+
"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}",
|
|
3831
|
+
"description": "templateOptionsByDesiginSystemPrefix.",
|
|
3832
|
+
"privacy": "public"
|
|
3833
|
+
},
|
|
3834
|
+
{
|
|
3835
|
+
"kind": "variable",
|
|
3836
|
+
"name": "defaultTemplateOptions",
|
|
3837
|
+
"type": {
|
|
3838
|
+
"text": "TemplateOptions"
|
|
3839
|
+
},
|
|
3840
|
+
"description": "defaultTemplateOptions.",
|
|
3841
|
+
"deprecated": "- Use `rapidTemplateOptions` instead.",
|
|
3842
|
+
"privacy": "public"
|
|
3843
|
+
},
|
|
3844
|
+
{
|
|
3845
|
+
"kind": "variable",
|
|
3846
|
+
"name": "rapidTemplateOptions",
|
|
3847
|
+
"type": {
|
|
3848
|
+
"text": "TemplateOptions"
|
|
3849
|
+
},
|
|
3850
|
+
"description": "rapidTemplateOptions.",
|
|
3851
|
+
"privacy": "public"
|
|
3852
|
+
}
|
|
3853
|
+
],
|
|
3854
|
+
"exports": [
|
|
3855
|
+
{
|
|
3856
|
+
"kind": "js",
|
|
3857
|
+
"name": "templateOptionsByDesiginSystemPrefix",
|
|
3858
|
+
"declaration": {
|
|
3859
|
+
"name": "templateOptionsByDesiginSystemPrefix",
|
|
3860
|
+
"module": "src/config/templates.ts"
|
|
3861
|
+
}
|
|
3862
|
+
},
|
|
3863
|
+
{
|
|
3864
|
+
"kind": "js",
|
|
3865
|
+
"name": "defaultTemplateOptions",
|
|
3866
|
+
"declaration": {
|
|
3867
|
+
"name": "defaultTemplateOptions",
|
|
3868
|
+
"module": "src/config/templates.ts"
|
|
3869
|
+
}
|
|
3870
|
+
},
|
|
3871
|
+
{
|
|
3872
|
+
"kind": "js",
|
|
3873
|
+
"name": "rapidTemplateOptions",
|
|
3874
|
+
"declaration": {
|
|
3875
|
+
"name": "rapidTemplateOptions",
|
|
3876
|
+
"module": "src/config/templates.ts"
|
|
3877
|
+
}
|
|
3878
|
+
}
|
|
3879
|
+
]
|
|
3880
|
+
},
|
|
3881
|
+
{
|
|
3882
|
+
"kind": "javascript-module",
|
|
3883
|
+
"path": "src/tags/index.ts",
|
|
3884
|
+
"declarations": [],
|
|
3885
|
+
"exports": [
|
|
3886
|
+
{
|
|
3887
|
+
"kind": "js",
|
|
3888
|
+
"name": "*",
|
|
3889
|
+
"declaration": {
|
|
3890
|
+
"name": "*",
|
|
3891
|
+
"package": "./tags"
|
|
3892
|
+
}
|
|
3893
|
+
}
|
|
3894
|
+
]
|
|
3895
|
+
},
|
|
3896
|
+
{
|
|
3897
|
+
"kind": "javascript-module",
|
|
3898
|
+
"path": "src/tags/tags.ts",
|
|
3899
|
+
"declarations": [],
|
|
3900
|
+
"exports": []
|
|
3901
|
+
},
|
|
3881
3902
|
{
|
|
3882
3903
|
"kind": "javascript-module",
|
|
3883
3904
|
"path": "src/styles/colors.ts",
|
|
@@ -4039,27 +4060,6 @@
|
|
|
4039
4060
|
}
|
|
4040
4061
|
]
|
|
4041
4062
|
},
|
|
4042
|
-
{
|
|
4043
|
-
"kind": "javascript-module",
|
|
4044
|
-
"path": "src/tags/index.ts",
|
|
4045
|
-
"declarations": [],
|
|
4046
|
-
"exports": [
|
|
4047
|
-
{
|
|
4048
|
-
"kind": "js",
|
|
4049
|
-
"name": "*",
|
|
4050
|
-
"declaration": {
|
|
4051
|
-
"name": "*",
|
|
4052
|
-
"package": "./tags"
|
|
4053
|
-
}
|
|
4054
|
-
}
|
|
4055
|
-
]
|
|
4056
|
-
},
|
|
4057
|
-
{
|
|
4058
|
-
"kind": "javascript-module",
|
|
4059
|
-
"path": "src/tags/tags.ts",
|
|
4060
|
-
"declarations": [],
|
|
4061
|
-
"exports": []
|
|
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.
|
|
4
|
+
"version": "14.474.0-canary.TAM-8.26-patch.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.
|
|
88
|
-
"@genesislcap/genx": "14.
|
|
89
|
-
"@genesislcap/rollup-builder": "14.
|
|
90
|
-
"@genesislcap/ts-builder": "14.
|
|
91
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
92
|
-
"@genesislcap/vite-builder": "14.
|
|
93
|
-
"@genesislcap/webpack-builder": "14.
|
|
87
|
+
"@genesislcap/foundation-testing": "14.474.0-canary.TAM-8.26-patch.2",
|
|
88
|
+
"@genesislcap/genx": "14.474.0-canary.TAM-8.26-patch.2",
|
|
89
|
+
"@genesislcap/rollup-builder": "14.474.0-canary.TAM-8.26-patch.2",
|
|
90
|
+
"@genesislcap/ts-builder": "14.474.0-canary.TAM-8.26-patch.2",
|
|
91
|
+
"@genesislcap/uvu-playwright-builder": "14.474.0-canary.TAM-8.26-patch.2",
|
|
92
|
+
"@genesislcap/vite-builder": "14.474.0-canary.TAM-8.26-patch.2",
|
|
93
|
+
"@genesislcap/webpack-builder": "14.474.0-canary.TAM-8.26-patch.2"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@genesislcap/foundation-ai": "14.
|
|
97
|
-
"@genesislcap/foundation-auth": "14.
|
|
98
|
-
"@genesislcap/foundation-comms": "14.
|
|
99
|
-
"@genesislcap/foundation-events": "14.
|
|
100
|
-
"@genesislcap/foundation-i18n": "14.
|
|
101
|
-
"@genesislcap/foundation-logger": "14.
|
|
102
|
-
"@genesislcap/foundation-login": "14.
|
|
103
|
-
"@genesislcap/foundation-shell": "14.
|
|
104
|
-
"@genesislcap/foundation-ui": "14.
|
|
105
|
-
"@genesislcap/foundation-user": "14.
|
|
106
|
-
"@genesislcap/foundation-utils": "14.
|
|
107
|
-
"@genesislcap/foundation-zero": "14.
|
|
108
|
-
"@genesislcap/rapid-design-system": "14.
|
|
109
|
-
"@genesislcap/web-core": "14.
|
|
96
|
+
"@genesislcap/foundation-ai": "14.474.0-canary.TAM-8.26-patch.2",
|
|
97
|
+
"@genesislcap/foundation-auth": "14.474.0-canary.TAM-8.26-patch.2",
|
|
98
|
+
"@genesislcap/foundation-comms": "14.474.0-canary.TAM-8.26-patch.2",
|
|
99
|
+
"@genesislcap/foundation-events": "14.474.0-canary.TAM-8.26-patch.2",
|
|
100
|
+
"@genesislcap/foundation-i18n": "14.474.0-canary.TAM-8.26-patch.2",
|
|
101
|
+
"@genesislcap/foundation-logger": "14.474.0-canary.TAM-8.26-patch.2",
|
|
102
|
+
"@genesislcap/foundation-login": "14.474.0-canary.TAM-8.26-patch.2",
|
|
103
|
+
"@genesislcap/foundation-shell": "14.474.0-canary.TAM-8.26-patch.2",
|
|
104
|
+
"@genesislcap/foundation-ui": "14.474.0-canary.TAM-8.26-patch.2",
|
|
105
|
+
"@genesislcap/foundation-user": "14.474.0-canary.TAM-8.26-patch.2",
|
|
106
|
+
"@genesislcap/foundation-utils": "14.474.0-canary.TAM-8.26-patch.2",
|
|
107
|
+
"@genesislcap/foundation-zero": "14.474.0-canary.TAM-8.26-patch.2",
|
|
108
|
+
"@genesislcap/rapid-design-system": "14.474.0-canary.TAM-8.26-patch.2",
|
|
109
|
+
"@genesislcap/web-core": "14.474.0-canary.TAM-8.26-patch.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": "982c6b4a6f9532461a2f7195af4e0bd41a4519e7"
|
|
121
121
|
}
|