@genesislcap/foundation-header 14.438.1-chore-fix-ag-grid-types-react.1 → 14.438.1-chore-fix-ag-grid-types-react.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
|
@@ -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 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
|
+
},
|
|
36
191
|
{
|
|
37
192
|
"kind": "javascript-module",
|
|
38
193
|
"path": "src/components/control-panel.ts",
|
|
@@ -3723,161 +3878,6 @@
|
|
|
3723
3878
|
}
|
|
3724
3879
|
]
|
|
3725
3880
|
},
|
|
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
3881
|
{
|
|
3882
3882
|
"kind": "javascript-module",
|
|
3883
3883
|
"path": "src/styles/colors.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.438.1-chore-fix-ag-grid-types-react.
|
|
4
|
+
"version": "14.438.1-chore-fix-ag-grid-types-react.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.438.1-chore-fix-ag-grid-types-react.
|
|
88
|
-
"@genesislcap/genx": "14.438.1-chore-fix-ag-grid-types-react.
|
|
89
|
-
"@genesislcap/rollup-builder": "14.438.1-chore-fix-ag-grid-types-react.
|
|
90
|
-
"@genesislcap/ts-builder": "14.438.1-chore-fix-ag-grid-types-react.
|
|
91
|
-
"@genesislcap/uvu-playwright-builder": "14.438.1-chore-fix-ag-grid-types-react.
|
|
92
|
-
"@genesislcap/vite-builder": "14.438.1-chore-fix-ag-grid-types-react.
|
|
93
|
-
"@genesislcap/webpack-builder": "14.438.1-chore-fix-ag-grid-types-react.
|
|
87
|
+
"@genesislcap/foundation-testing": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
88
|
+
"@genesislcap/genx": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
89
|
+
"@genesislcap/rollup-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
90
|
+
"@genesislcap/ts-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
91
|
+
"@genesislcap/uvu-playwright-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
92
|
+
"@genesislcap/vite-builder": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
93
|
+
"@genesislcap/webpack-builder": "14.438.1-chore-fix-ag-grid-types-react.2"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@genesislcap/foundation-ai": "14.438.1-chore-fix-ag-grid-types-react.
|
|
97
|
-
"@genesislcap/foundation-auth": "14.438.1-chore-fix-ag-grid-types-react.
|
|
98
|
-
"@genesislcap/foundation-comms": "14.438.1-chore-fix-ag-grid-types-react.
|
|
99
|
-
"@genesislcap/foundation-events": "14.438.1-chore-fix-ag-grid-types-react.
|
|
100
|
-
"@genesislcap/foundation-i18n": "14.438.1-chore-fix-ag-grid-types-react.
|
|
101
|
-
"@genesislcap/foundation-logger": "14.438.1-chore-fix-ag-grid-types-react.
|
|
102
|
-
"@genesislcap/foundation-login": "14.438.1-chore-fix-ag-grid-types-react.
|
|
103
|
-
"@genesislcap/foundation-shell": "14.438.1-chore-fix-ag-grid-types-react.
|
|
104
|
-
"@genesislcap/foundation-ui": "14.438.1-chore-fix-ag-grid-types-react.
|
|
105
|
-
"@genesislcap/foundation-user": "14.438.1-chore-fix-ag-grid-types-react.
|
|
106
|
-
"@genesislcap/foundation-utils": "14.438.1-chore-fix-ag-grid-types-react.
|
|
107
|
-
"@genesislcap/foundation-zero": "14.438.1-chore-fix-ag-grid-types-react.
|
|
108
|
-
"@genesislcap/rapid-design-system": "14.438.1-chore-fix-ag-grid-types-react.
|
|
109
|
-
"@genesislcap/web-core": "14.438.1-chore-fix-ag-grid-types-react.
|
|
96
|
+
"@genesislcap/foundation-ai": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
97
|
+
"@genesislcap/foundation-auth": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
98
|
+
"@genesislcap/foundation-comms": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
99
|
+
"@genesislcap/foundation-events": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
100
|
+
"@genesislcap/foundation-i18n": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
101
|
+
"@genesislcap/foundation-logger": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
102
|
+
"@genesislcap/foundation-login": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
103
|
+
"@genesislcap/foundation-shell": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
104
|
+
"@genesislcap/foundation-ui": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
105
|
+
"@genesislcap/foundation-user": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
106
|
+
"@genesislcap/foundation-utils": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
107
|
+
"@genesislcap/foundation-zero": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
108
|
+
"@genesislcap/rapid-design-system": "14.438.1-chore-fix-ag-grid-types-react.2",
|
|
109
|
+
"@genesislcap/web-core": "14.438.1-chore-fix-ag-grid-types-react.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": "dcd4c791ebec32a7eeb9183d5568c3361a18f8d0"
|
|
121
121
|
}
|