@genesislcap/foundation-header 14.393.1 → 14.393.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 +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",
|
|
@@ -3671,161 +3826,6 @@
|
|
|
3671
3826
|
"declarations": [],
|
|
3672
3827
|
"exports": []
|
|
3673
3828
|
},
|
|
3674
|
-
{
|
|
3675
|
-
"kind": "javascript-module",
|
|
3676
|
-
"path": "src/config/config.ts",
|
|
3677
|
-
"declarations": [
|
|
3678
|
-
{
|
|
3679
|
-
"kind": "variable",
|
|
3680
|
-
"name": "defaultHeaderConfig",
|
|
3681
|
-
"type": {
|
|
3682
|
-
"text": "HeaderConfig"
|
|
3683
|
-
},
|
|
3684
|
-
"default": "{\n name: 'foundation-header',\n templateOptions: defaultTemplateOptions,\n}",
|
|
3685
|
-
"description": "Default HeaderConfig DI implementation.",
|
|
3686
|
-
"privacy": "public"
|
|
3687
|
-
}
|
|
3688
|
-
],
|
|
3689
|
-
"exports": [
|
|
3690
|
-
{
|
|
3691
|
-
"kind": "js",
|
|
3692
|
-
"name": "defaultHeaderConfig",
|
|
3693
|
-
"declaration": {
|
|
3694
|
-
"name": "defaultHeaderConfig",
|
|
3695
|
-
"module": "src/config/config.ts"
|
|
3696
|
-
}
|
|
3697
|
-
}
|
|
3698
|
-
]
|
|
3699
|
-
},
|
|
3700
|
-
{
|
|
3701
|
-
"kind": "javascript-module",
|
|
3702
|
-
"path": "src/config/configure.ts",
|
|
3703
|
-
"declarations": [
|
|
3704
|
-
{
|
|
3705
|
-
"kind": "function",
|
|
3706
|
-
"name": "configure",
|
|
3707
|
-
"parameters": [
|
|
3708
|
-
{
|
|
3709
|
-
"name": "config",
|
|
3710
|
-
"type": {
|
|
3711
|
-
"text": "Partial<HeaderConfig>"
|
|
3712
|
-
},
|
|
3713
|
-
"description": "A partial HeaderConfig."
|
|
3714
|
-
}
|
|
3715
|
-
],
|
|
3716
|
-
"description": "A function that allows configuring the header micro-frontend with name and templateOptions.",
|
|
3717
|
-
"privacy": "public"
|
|
3718
|
-
}
|
|
3719
|
-
],
|
|
3720
|
-
"exports": [
|
|
3721
|
-
{
|
|
3722
|
-
"kind": "js",
|
|
3723
|
-
"name": "configure",
|
|
3724
|
-
"declaration": {
|
|
3725
|
-
"name": "configure",
|
|
3726
|
-
"module": "src/config/configure.ts"
|
|
3727
|
-
}
|
|
3728
|
-
}
|
|
3729
|
-
]
|
|
3730
|
-
},
|
|
3731
|
-
{
|
|
3732
|
-
"kind": "javascript-module",
|
|
3733
|
-
"path": "src/config/index.ts",
|
|
3734
|
-
"declarations": [],
|
|
3735
|
-
"exports": [
|
|
3736
|
-
{
|
|
3737
|
-
"kind": "js",
|
|
3738
|
-
"name": "*",
|
|
3739
|
-
"declaration": {
|
|
3740
|
-
"name": "*",
|
|
3741
|
-
"package": "./config"
|
|
3742
|
-
}
|
|
3743
|
-
},
|
|
3744
|
-
{
|
|
3745
|
-
"kind": "js",
|
|
3746
|
-
"name": "*",
|
|
3747
|
-
"declaration": {
|
|
3748
|
-
"name": "*",
|
|
3749
|
-
"package": "./configure"
|
|
3750
|
-
}
|
|
3751
|
-
},
|
|
3752
|
-
{
|
|
3753
|
-
"kind": "js",
|
|
3754
|
-
"name": "*",
|
|
3755
|
-
"declaration": {
|
|
3756
|
-
"name": "*",
|
|
3757
|
-
"package": "./targetId"
|
|
3758
|
-
}
|
|
3759
|
-
}
|
|
3760
|
-
]
|
|
3761
|
-
},
|
|
3762
|
-
{
|
|
3763
|
-
"kind": "javascript-module",
|
|
3764
|
-
"path": "src/config/targetId.ts",
|
|
3765
|
-
"declarations": [],
|
|
3766
|
-
"exports": []
|
|
3767
|
-
},
|
|
3768
|
-
{
|
|
3769
|
-
"kind": "javascript-module",
|
|
3770
|
-
"path": "src/config/templates.ts",
|
|
3771
|
-
"declarations": [
|
|
3772
|
-
{
|
|
3773
|
-
"kind": "variable",
|
|
3774
|
-
"name": "templateOptionsByDesiginSystemPrefix",
|
|
3775
|
-
"type": {
|
|
3776
|
-
"text": "Record<string, TemplateComponents>"
|
|
3777
|
-
},
|
|
3778
|
-
"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}",
|
|
3779
|
-
"description": "templateOptionsByDesiginSystemPrefix.",
|
|
3780
|
-
"privacy": "public"
|
|
3781
|
-
},
|
|
3782
|
-
{
|
|
3783
|
-
"kind": "variable",
|
|
3784
|
-
"name": "defaultTemplateOptions",
|
|
3785
|
-
"type": {
|
|
3786
|
-
"text": "TemplateOptions"
|
|
3787
|
-
},
|
|
3788
|
-
"description": "defaultTemplateOptions.",
|
|
3789
|
-
"deprecated": "- Use `rapidTemplateOptions` instead.",
|
|
3790
|
-
"privacy": "public"
|
|
3791
|
-
},
|
|
3792
|
-
{
|
|
3793
|
-
"kind": "variable",
|
|
3794
|
-
"name": "rapidTemplateOptions",
|
|
3795
|
-
"type": {
|
|
3796
|
-
"text": "TemplateOptions"
|
|
3797
|
-
},
|
|
3798
|
-
"description": "rapidTemplateOptions.",
|
|
3799
|
-
"privacy": "public"
|
|
3800
|
-
}
|
|
3801
|
-
],
|
|
3802
|
-
"exports": [
|
|
3803
|
-
{
|
|
3804
|
-
"kind": "js",
|
|
3805
|
-
"name": "templateOptionsByDesiginSystemPrefix",
|
|
3806
|
-
"declaration": {
|
|
3807
|
-
"name": "templateOptionsByDesiginSystemPrefix",
|
|
3808
|
-
"module": "src/config/templates.ts"
|
|
3809
|
-
}
|
|
3810
|
-
},
|
|
3811
|
-
{
|
|
3812
|
-
"kind": "js",
|
|
3813
|
-
"name": "defaultTemplateOptions",
|
|
3814
|
-
"declaration": {
|
|
3815
|
-
"name": "defaultTemplateOptions",
|
|
3816
|
-
"module": "src/config/templates.ts"
|
|
3817
|
-
}
|
|
3818
|
-
},
|
|
3819
|
-
{
|
|
3820
|
-
"kind": "js",
|
|
3821
|
-
"name": "rapidTemplateOptions",
|
|
3822
|
-
"declaration": {
|
|
3823
|
-
"name": "rapidTemplateOptions",
|
|
3824
|
-
"module": "src/config/templates.ts"
|
|
3825
|
-
}
|
|
3826
|
-
}
|
|
3827
|
-
]
|
|
3828
|
-
},
|
|
3829
3829
|
{
|
|
3830
3830
|
"kind": "javascript-module",
|
|
3831
3831
|
"path": "src/utils/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.393.
|
|
4
|
+
"version": "14.393.2",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -79,28 +79,28 @@
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@genesislcap/foundation-testing": "14.393.
|
|
83
|
-
"@genesislcap/genx": "14.393.
|
|
84
|
-
"@genesislcap/rollup-builder": "14.393.
|
|
85
|
-
"@genesislcap/ts-builder": "14.393.
|
|
86
|
-
"@genesislcap/uvu-playwright-builder": "14.393.
|
|
87
|
-
"@genesislcap/vite-builder": "14.393.
|
|
88
|
-
"@genesislcap/webpack-builder": "14.393.
|
|
82
|
+
"@genesislcap/foundation-testing": "14.393.2",
|
|
83
|
+
"@genesislcap/genx": "14.393.2",
|
|
84
|
+
"@genesislcap/rollup-builder": "14.393.2",
|
|
85
|
+
"@genesislcap/ts-builder": "14.393.2",
|
|
86
|
+
"@genesislcap/uvu-playwright-builder": "14.393.2",
|
|
87
|
+
"@genesislcap/vite-builder": "14.393.2",
|
|
88
|
+
"@genesislcap/webpack-builder": "14.393.2"
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@genesislcap/foundation-auth": "14.393.
|
|
92
|
-
"@genesislcap/foundation-comms": "14.393.
|
|
93
|
-
"@genesislcap/foundation-events": "14.393.
|
|
94
|
-
"@genesislcap/foundation-i18n": "14.393.
|
|
95
|
-
"@genesislcap/foundation-logger": "14.393.
|
|
96
|
-
"@genesislcap/foundation-login": "14.393.
|
|
97
|
-
"@genesislcap/foundation-shell": "14.393.
|
|
98
|
-
"@genesislcap/foundation-ui": "14.393.
|
|
99
|
-
"@genesislcap/foundation-user": "14.393.
|
|
100
|
-
"@genesislcap/foundation-utils": "14.393.
|
|
101
|
-
"@genesislcap/foundation-zero": "14.393.
|
|
102
|
-
"@genesislcap/rapid-design-system": "14.393.
|
|
103
|
-
"@genesislcap/web-core": "14.393.
|
|
91
|
+
"@genesislcap/foundation-auth": "14.393.2",
|
|
92
|
+
"@genesislcap/foundation-comms": "14.393.2",
|
|
93
|
+
"@genesislcap/foundation-events": "14.393.2",
|
|
94
|
+
"@genesislcap/foundation-i18n": "14.393.2",
|
|
95
|
+
"@genesislcap/foundation-logger": "14.393.2",
|
|
96
|
+
"@genesislcap/foundation-login": "14.393.2",
|
|
97
|
+
"@genesislcap/foundation-shell": "14.393.2",
|
|
98
|
+
"@genesislcap/foundation-ui": "14.393.2",
|
|
99
|
+
"@genesislcap/foundation-user": "14.393.2",
|
|
100
|
+
"@genesislcap/foundation-utils": "14.393.2",
|
|
101
|
+
"@genesislcap/foundation-zero": "14.393.2",
|
|
102
|
+
"@genesislcap/rapid-design-system": "14.393.2",
|
|
103
|
+
"@genesislcap/web-core": "14.393.2"
|
|
104
104
|
},
|
|
105
105
|
"repository": {
|
|
106
106
|
"type": "git",
|
|
@@ -111,5 +111,5 @@
|
|
|
111
111
|
"access": "public"
|
|
112
112
|
},
|
|
113
113
|
"customElements": "dist/custom-elements.json",
|
|
114
|
-
"gitHead": "
|
|
114
|
+
"gitHead": "2448f444f9684f2fd2209843677ccaa342af1234"
|
|
115
115
|
}
|