@aiconomy/aico-components 0.0.100 → 0.0.120
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/README.md +523 -32
- package/dist/aico-components/aico-components.esm.js +1 -1
- package/dist/aico-components/aico-components.esm.js.map +1 -1
- package/dist/aico-components/p-34bd96ca.js +2 -0
- package/dist/aico-components/p-34bd96ca.js.map +1 -0
- package/dist/aico-components/p-7f6fcb2e.entry.js.map +1 -1
- package/dist/aico-components/p-a4f7ae53.entry.js +2 -0
- package/dist/aico-components/p-a4f7ae53.entry.js.map +1 -0
- package/dist/aico-components/p-b61bc8e9.entry.js +2 -0
- package/dist/aico-components/p-b61bc8e9.entry.js.map +1 -0
- package/dist/aico-components/{p-eee603da.entry.js → p-b9bc0400.entry.js} +3 -3
- package/dist/aico-components/p-b9bc0400.entry.js.map +1 -0
- package/dist/aico-components/{p-368addda.entry.js → p-bf3db54a.entry.js} +2 -2
- package/dist/aico-components/p-bf3db54a.entry.js.map +1 -0
- package/dist/cjs/ConditionalRender-52579540.js +9 -0
- package/dist/cjs/ConditionalRender-52579540.js.map +1 -0
- package/dist/cjs/aico-album-content_19.cjs.entry.js +21 -24
- package/dist/cjs/aico-album-content_19.cjs.entry.js.map +1 -1
- package/dist/cjs/aico-article-detail.cjs.entry.js +11 -1
- package/dist/cjs/aico-article-detail.cjs.entry.js.map +1 -1
- package/dist/cjs/aico-components.cjs.js +1 -1
- package/dist/cjs/aico-fetch-article-detail.cjs.entry.js +3 -1
- package/dist/cjs/aico-fetch-article-detail.cjs.entry.js.map +1 -1
- package/dist/cjs/aico-news-list.cjs.entry.js +1 -1
- package/dist/cjs/aico-news-list.cjs.entry.js.map +1 -1
- package/dist/cjs/aico-special-news-carousel.cjs.entry.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/aico-article-detail/aico-article-detail.js +48 -2
- package/dist/collection/components/aico-article-detail/aico-article-detail.js.map +1 -1
- package/dist/collection/components/aico-fetch-article-detail/aico-fetch-article-detail.js +42 -4
- package/dist/collection/components/aico-fetch-article-detail/aico-fetch-article-detail.js.map +1 -1
- package/dist/collection/components/aico-news-list/aico-news-list.js +28 -10
- package/dist/collection/components/aico-news-list/aico-news-list.js.map +1 -1
- package/dist/collection/components/aico-special-news-carousel/aico-special-news-carousel.js +8 -8
- package/dist/collection/components/aico-special-news-carousel/aico-special-news-carousel.js.map +1 -1
- package/dist/collection/model/Article.js.map +1 -1
- package/dist/collection/model/NewsTag.js +2 -0
- package/dist/collection/model/NewsTag.js.map +1 -0
- package/dist/components/aico-article-detail2.js +14 -2
- package/dist/components/aico-article-detail2.js.map +1 -1
- package/dist/components/aico-fetch-article-detail.js +5 -1
- package/dist/components/aico-fetch-article-detail.js.map +1 -1
- package/dist/components/aico-news-list.js +2 -1
- package/dist/components/aico-news-list.js.map +1 -1
- package/dist/components/aico-special-news-carousel.js.map +1 -1
- package/dist/esm/ConditionalRender-7460c386.js +7 -0
- package/dist/esm/ConditionalRender-7460c386.js.map +1 -0
- package/dist/esm/aico-album-content_19.entry.js +1 -4
- package/dist/esm/aico-album-content_19.entry.js.map +1 -1
- package/dist/esm/aico-article-detail.entry.js +11 -1
- package/dist/esm/aico-article-detail.entry.js.map +1 -1
- package/dist/esm/aico-components.js +1 -1
- package/dist/esm/aico-fetch-article-detail.entry.js +3 -1
- package/dist/esm/aico-fetch-article-detail.entry.js.map +1 -1
- package/dist/esm/aico-news-list.entry.js +1 -1
- package/dist/esm/aico-news-list.entry.js.map +1 -1
- package/dist/esm/aico-special-news-carousel.entry.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/aico-article-detail/aico-article-detail.d.ts +13 -0
- package/dist/types/components/aico-fetch-article-detail/aico-fetch-article-detail.d.ts +19 -0
- package/dist/types/components/aico-news-list/aico-news-list.d.ts +33 -1
- package/dist/types/components/aico-special-news-carousel/aico-special-news-carousel.d.ts +26 -0
- package/dist/types/components.d.ts +160 -0
- package/dist/types/model/Article.d.ts +2 -1
- package/dist/types/model/NewsTag.d.ts +8 -0
- package/package.json +2 -3
- package/dist/aico-components/p-19752961.entry.js +0 -2
- package/dist/aico-components/p-19752961.entry.js.map +0 -1
- package/dist/aico-components/p-368addda.entry.js.map +0 -1
- package/dist/aico-components/p-c69f0ecc.entry.js +0 -2
- package/dist/aico-components/p-c69f0ecc.entry.js.map +0 -1
- package/dist/aico-components/p-eee603da.entry.js.map +0 -1
- package/docs/components/aico-article-detail/readme.md +0 -83
- package/docs/components/aico-fetch-article-detail/readme.md +0 -63
- package/docs/components/aico-news-list/readme.md +0 -44
- package/docs/components/aico-news-list-item/readme.md +0 -37
- package/docs/components/aico-special-news-carousel/readme.md +0 -30
- package/docs/components/content/aico-album-content/readme.md +0 -30
- package/docs/components/content/aico-asking-content/readme.md +0 -31
- package/docs/components/content/aico-asking-list-content/readme.md +0 -10
- package/docs/components/content/aico-block-quote-content/readme.md +0 -31
- package/docs/components/content/aico-bullet-content/readme.md +0 -37
- package/docs/components/content/aico-carousel-content/readme.md +0 -38
- package/docs/components/content/aico-collection-content/readme.md +0 -10
- package/docs/components/content/aico-content-card-content/readme.md +0 -37
- package/docs/components/content/aico-divider-content/readme.md +0 -31
- package/docs/components/content/aico-document-content/readme.md +0 -31
- package/docs/components/content/aico-faq-content/readme.md +0 -31
- package/docs/components/content/aico-heading-content/readme.md +0 -37
- package/docs/components/content/aico-html-content/readme.md +0 -31
- package/docs/components/content/aico-link-content/readme.md +0 -31
- package/docs/components/content/aico-news-content/readme.md +0 -37
- package/docs/components/content/aico-no-content/readme.md +0 -23
- package/docs/components/content/aico-page-content/readme.md +0 -38
- package/docs/components/content/aico-table-content/readme.md +0 -37
- package/docs/components/content/aico-testimonial-content/readme.md +0 -30
- package/docs/components/content/aico-text-content/readme.md +0 -37
- package/docs/components/content/aico-title-content/readme.md +0 -52
- package/docs/components/content/aico-upload-content/readme.md +0 -37
- package/docs/components/content/aico-video-content/readme.md +0 -37
package/README.md
CHANGED
|
@@ -32,7 +32,7 @@ There are three strategies we recommend for using web components built with Sten
|
|
|
32
32
|
- Put the following tags in the head of your `index.html`:
|
|
33
33
|
|
|
34
34
|
```html
|
|
35
|
-
<link rel="stylesheet" href="node_modules/@aiconomy/aico-components/dist/aico-components/aico-components.css"/>
|
|
35
|
+
<link rel="stylesheet" href="node_modules/@aiconomy/aico-components/dist/aico-components/aico-components.css" />
|
|
36
36
|
<script type="module" src="node_modules/@aiconomy/aico-components/dist/aico-components/aico-components.esm.js"></script>
|
|
37
37
|
<script nomodule src="node_modules/@aiconomy/aico-components/dist/esm/aico-components.js"></script>
|
|
38
38
|
```
|
|
@@ -56,44 +56,535 @@ Check the [docs](docs/) directory.
|
|
|
56
56
|
## Additional example
|
|
57
57
|
|
|
58
58
|
```html
|
|
59
|
-
<aico-fetch-article-detail
|
|
60
|
-
aico-url="<url>"
|
|
61
|
-
aico-bearer-token="<token>"
|
|
62
|
-
article-url-handle="<handle>"
|
|
63
|
-
locale="de_CH"
|
|
64
|
-
></aico-fetch-article-detail>
|
|
59
|
+
<aico-fetch-article-detail aico-url="<url>" aico-bearer-token="<token>" article-url-handle="<handle>" locale="de_CH"></aico-fetch-article-detail>
|
|
65
60
|
|
|
66
61
|
<br /><br /><br />
|
|
67
62
|
|
|
68
|
-
<aico-special-news-carousel
|
|
69
|
-
aico-url="<url>"
|
|
70
|
-
aico-bearer-token="<token>"
|
|
71
|
-
></aico-special-news-carousel>
|
|
63
|
+
<aico-special-news-carousel aico-url="<url>" aico-bearer-token="<token>"></aico-special-news-carousel>
|
|
72
64
|
|
|
73
65
|
<br /><br /><br />
|
|
74
66
|
|
|
75
|
-
<aico-news-list
|
|
76
|
-
aico-url="<url>"
|
|
77
|
-
aico-bearer-token="<token>"
|
|
78
|
-
></aico-news-list>
|
|
67
|
+
<aico-news-list aico-url="<url>" aico-bearer-token="<token>"></aico-news-list>
|
|
79
68
|
|
|
80
69
|
<script>
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
70
|
+
function navigateToArticle(article) {
|
|
71
|
+
const url = new URL(window.location.href);
|
|
72
|
+
url.pathname = `pages/news-article/${article.attributes.urlHandle}`;
|
|
73
|
+
window.location.href = url.toString();
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
const newsList = document.querySelector('aico-news-list');
|
|
77
|
+
newsList.addEventListener('articleClick', event => {
|
|
78
|
+
navigateToArticle(event.detail);
|
|
79
|
+
});
|
|
80
|
+
newsList.newsChannels = []; // Add one or more channels
|
|
81
|
+
|
|
82
|
+
const newsCarousel = document.querySelector('aico-special-news-carousel');
|
|
83
|
+
newsCarousel.addEventListener('articleClicked', event => {
|
|
84
|
+
navigateToArticle(event.detail);
|
|
85
|
+
});
|
|
86
|
+
newsCarousel.newsChannels = []; // Add one or more channels
|
|
98
87
|
</script>
|
|
99
88
|
```
|
|
89
|
+
|
|
90
|
+
## Custom styling
|
|
91
|
+
|
|
92
|
+
The components exported are using [scoped styles](https://stenciljs.com/docs/styling#scoped-css). The following selector methods can be used:
|
|
93
|
+
|
|
94
|
+
- **element selector**: Every component in this library is prefixed with `aico-`. Thus, you can select the `aico-news-list` as follows:
|
|
95
|
+
|
|
96
|
+
```css
|
|
97
|
+
aico-news-list-item {
|
|
98
|
+
/* styles for the list item element */
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
aico-news-list-item > div {
|
|
102
|
+
/* styles for all the immediate divs of the list item element */
|
|
103
|
+
}
|
|
104
|
+
```
|
|
105
|
+
|
|
106
|
+
- **class selector**: Due to the scoped component export, each child `html` element has a class with the following pattern `sc-<component_name>` (i.e., for `aico-news-list-item` is `sc-aico-news-list-item`):
|
|
107
|
+
|
|
108
|
+
```css
|
|
109
|
+
div.sc-aico-news-list-item {
|
|
110
|
+
/* styles for all the divs used by the list item */
|
|
111
|
+
}
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
# Available components
|
|
115
|
+
|
|
116
|
+
# aico-article-detail
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
## Properties
|
|
123
|
+
|
|
124
|
+
| Property | Attribute | Description | Type | Default |
|
|
125
|
+
| ---------------------- | ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ----------- |
|
|
126
|
+
| `article` _(required)_ | -- | | `{ id: string; type: string; links: { self: string; }; attributes: ArticleAttributes; }` | `undefined` |
|
|
127
|
+
| `hideCategoryAndTags` | `hide-category-and-tags` | Determines if the article category and tags are shown or not. | `boolean` | `false` |
|
|
128
|
+
| `hideDateAndAuthor` | `hide-date-and-author` | Determines if the article date and author are shown or not. | `boolean` | `false` |
|
|
129
|
+
| `locale` | `locale` | The article translation that will be used to render the content. If the locale specified is not present in the article's translations, most content will not be shown. | `string` | `'de'` |
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
----------------------------------------------
|
|
133
|
+
|
|
134
|
+
# aico-fetch-article-detail
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
## Properties
|
|
141
|
+
|
|
142
|
+
| Property | Attribute | Description | Type | Default |
|
|
143
|
+
| ------------------------------ | ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- | ----------- |
|
|
144
|
+
| `aicoBearerToken` _(required)_ | `aico-bearer-token` | The token used to authenticate against he Aico Api. | `string` | `undefined` |
|
|
145
|
+
| `aicoUrl` _(required)_ | `aico-url` | The url of the Aico Api that will be used to retrieve the article. | `string` | `undefined` |
|
|
146
|
+
| `articleId` | `article-id` | The id will be used to fetch the article. If both the 'articleId' and 'articleUrlHandle' are provided, the latter will be used. If neither are provided, an error is thrown. | `string \| undefined` | `undefined` |
|
|
147
|
+
| `articleUrlHandle` | `article-url-handle` | The url handle will be used to fetch the article. If both the 'articleId' and 'articleUrlHandle' are provided, the latter will be used. If neither are provided, an error is thrown. | `string \| undefined` | `undefined` |
|
|
148
|
+
| `hideCategoryAndTags` | `hide-category-and-tags` | Determines if the article category and tags are shown or not. | `boolean` | `false` |
|
|
149
|
+
| `hideDateAndAuthor` | `hide-date-and-author` | Determines if the article date and author are shown or not. | `boolean` | `false` |
|
|
150
|
+
| `locale` | `locale` | The article translation that will be used to render the content. If the locale specified is not present in the article's translations, most content will not be shown. | `string` | `'de'` |
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
----------------------------------------------
|
|
154
|
+
|
|
155
|
+
# aico-news-list-item
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
## Properties
|
|
162
|
+
|
|
163
|
+
| Property | Attribute | Description | Type | Default |
|
|
164
|
+
| ---------------------- | --------- | ----------- | ---------------------------------------------------------------------------------------- | ----------- |
|
|
165
|
+
| `article` _(required)_ | -- | | `{ id: string; type: string; links: { self: string; }; attributes: ArticleAttributes; }` | `undefined` |
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
## Events
|
|
169
|
+
|
|
170
|
+
| Event | Description | Type |
|
|
171
|
+
| -------------- | ----------- | ----------------------------------------------------------------------------------------------------- |
|
|
172
|
+
| `articleClick` | | `CustomEvent<{ id: string; type: string; links: { self: string; }; attributes: ArticleAttributes; }>` |
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
----------------------------------------------
|
|
176
|
+
|
|
177
|
+
# aico-news-list
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
## Properties
|
|
184
|
+
|
|
185
|
+
| Property | Attribute | Description | Type | Default |
|
|
186
|
+
| ------------------------------ | ---------------------- | ------------------------------------------------------------------ | ---------- | ------------ |
|
|
187
|
+
| `aicoBearerToken` _(required)_ | `aico-bearer-token` | The token used to authenticate against he Aico Api. | `string` | `undefined` |
|
|
188
|
+
| `aicoUrl` _(required)_ | `aico-url` | The url of the Aico Api that will be used to retrieve the article. | `string` | `undefined` |
|
|
189
|
+
| `newsBrandIds` | -- | Brands used to filter the results. | `string[]` | `[]` |
|
|
190
|
+
| `newsChannels` | -- | Channel names used to filter the results. | `string[]` | `[]` |
|
|
191
|
+
| `newsLanguageLocales` | -- | Language locales used to filter the results. | `string[]` | `[]` |
|
|
192
|
+
| `newsSellerIds` | -- | Sellers used to filter the results. | `string[]` | `[]` |
|
|
193
|
+
| `nextButtonText` | `next-button-text` | The text used by the next button in the pagination component. | `string` | `'Next'` |
|
|
194
|
+
| `pageSize` | `page-size` | The page size. Prefer this number to be even. | `number` | `16` |
|
|
195
|
+
| `previousButtonText` | `previous-button-text` | The text used by the previous button in the pagination component. | `string` | `'Previous'` |
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
## Events
|
|
199
|
+
|
|
200
|
+
| Event | Description | Type |
|
|
201
|
+
| -------------- | --------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
|
|
202
|
+
| `articleClick` | Event emitted when a user clicks an article. The handler receives the entire Article entity. | `CustomEvent<{ id: string; type: string; links: { self: string; }; attributes: ArticleAttributes; }>` |
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
----------------------------------------------
|
|
206
|
+
|
|
207
|
+
# aico-special-news-carousel
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
## Properties
|
|
214
|
+
|
|
215
|
+
| Property | Attribute | Description | Type | Default |
|
|
216
|
+
| ------------------------------ | -------------------- | ----------------------------------------------------------------------------- | ---------- | ----------- |
|
|
217
|
+
| `aicoBearerToken` _(required)_ | `aico-bearer-token` | The token used to authenticate against he Aico Api. | `string` | `undefined` |
|
|
218
|
+
| `aicoUrl` _(required)_ | `aico-url` | The url of the Aico Api that will be used to retrieve the article. | `string` | `undefined` |
|
|
219
|
+
| `newsBrandIds` | -- | Brands used to filter the results. | `string[]` | `[]` |
|
|
220
|
+
| `newsChannels` | -- | Channel names used to filter the results. | `string[]` | `[]` |
|
|
221
|
+
| `newsLanguageLocales` | -- | Language locales used to filter the results. | `string[]` | `[]` |
|
|
222
|
+
| `newsSellerIds` | -- | Sellers used to filter the results. | `string[]` | `[]` |
|
|
223
|
+
| `numberOfArticles` | `number-of-articles` | The number of articles shown in the carousel. Prefer this number to be small. | `number` | `6` |
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
## Events
|
|
227
|
+
|
|
228
|
+
| Event | Description | Type |
|
|
229
|
+
| ---------------- | --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------- |
|
|
230
|
+
| `articleClicked` | Event emitted when a user clicks an article title. The handler receives the entire Article entity. | `CustomEvent<{ id: string; type: string; links: { self: string; }; attributes: ArticleAttributes; }>` |
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
----------------------------------------------
|
|
234
|
+
|
|
235
|
+
# aico-album-content
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
## Properties
|
|
242
|
+
|
|
243
|
+
| Property | Attribute | Description | Type | Default |
|
|
244
|
+
| ---------------------- | --------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
|
|
245
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; } & { textColor?: string \| undefined; buttonBackgroundColor?: string \| undefined; backgroundColor?: string \| undefined; buttonHoverColor?: string \| undefined; buttonTextColor?: string \| undefined; borderColor?: string \| undefined; album: { id: string \| number; createdAt: Date; updatedAt: Date; } & { name?: string \| undefined; images: ({ id: string \| number; createdAt: Date; updatedAt: Date; } & { translations: ({ id: string \| number; createdAt: Date; updatedAt: Date; locale: string; text?: string \| null \| undefined; title?: string \| null \| undefined; } & { name?: string \| undefined; alternativeText?: string \| undefined; caption?: string \| undefined; description?: string \| undefined; alternative_text?: string \| undefined; })[]; url?: string \| undefined; type?: string \| undefined; order?: number \| undefined; optimizedImage?: string \| undefined; })[]; }; }` | `undefined` |
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
----------------------------------------------
|
|
249
|
+
|
|
250
|
+
# aico-asking-content
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
## Properties
|
|
257
|
+
|
|
258
|
+
| Property | Attribute | Description | Type | Default |
|
|
259
|
+
| ---------------------- | --------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
260
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; asking: { id: string \| number; createdAt: Date; updatedAt: Date; translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; text?: string \| null \| undefined; title?: string \| null \| undefined; }[]; isActive: boolean; startsAt: Date; startTime: Date; endTime?: Date \| null \| undefined; meetingPoint?: string \| null \| undefined; location?: string \| null \| undefined; recipents?: string \| null \| undefined; clothingEquipment?: string \| null \| undefined; coaching?: string \| null \| undefined; catering?: string \| null \| undefined; description?: string \| null \| undefined; furtherInfo?: string \| null \| undefined; }; }` | `undefined` |
|
|
261
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
----------------------------------------------
|
|
265
|
+
|
|
266
|
+
# aico-asking-list-content
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
----------------------------------------------
|
|
273
|
+
|
|
274
|
+
# aico-block-quote-content
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
## Properties
|
|
281
|
+
|
|
282
|
+
| Property | Attribute | Description | Type | Default |
|
|
283
|
+
| ---------------------- | --------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
284
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; } & { translations: ({ id: string \| number; createdAt: Date; updatedAt: Date; locale: string; text?: string \| null \| undefined; title?: string \| null \| undefined; } & { quoteText: string; quoteAuthorLine: string; })[]; textColor?: string \| undefined; quotesColor?: string \| undefined; authorColor?: string \| undefined; }` | `undefined` |
|
|
285
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
----------------------------------------------
|
|
289
|
+
|
|
290
|
+
# aico-bullet-content
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
## Properties
|
|
297
|
+
|
|
298
|
+
| Property | Attribute | Description | Type | Default |
|
|
299
|
+
| ---------------------- | --------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
300
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; } & { translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; text?: string \| null \| undefined; title?: string \| null \| undefined; }[]; sort: number; titleSize?: string \| undefined; fontSize?: string \| undefined; fontFamily?: string \| undefined; bulletBullets: BulletBullet[]; }` | `undefined` |
|
|
301
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
----------------------------------------------
|
|
305
|
+
|
|
306
|
+
# aico-carousel-content
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
## Properties
|
|
313
|
+
|
|
314
|
+
| Property | Attribute | Description | Type | Default |
|
|
315
|
+
| ---------------------- | ------------ | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
316
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; } & { translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; text?: string \| null \| undefined; title?: string \| null \| undefined; }[]; arrowsBackground?: string \| undefined; contentCarouselImages: CarouselImage[]; }` | `undefined` |
|
|
317
|
+
| `hasArrows` | `has-arrows` | | `boolean` | `true` |
|
|
318
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
----------------------------------------------
|
|
322
|
+
|
|
323
|
+
# aico-collection-content
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
----------------------------------------------
|
|
330
|
+
|
|
331
|
+
# aico-content-card-content
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
## Properties
|
|
338
|
+
|
|
339
|
+
| Property | Attribute | Description | Type | Default |
|
|
340
|
+
| ---------------------- | --------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
341
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; } & { translations: ({ id: string \| number; createdAt: Date; updatedAt: Date; locale: string; text?: string \| null \| undefined; title?: string \| null \| undefined; } & { linkText?: string \| undefined; })[]; picture?: string \| undefined; link?: string \| undefined; titleSize?: string \| undefined; }` | `undefined` |
|
|
342
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
----------------------------------------------
|
|
346
|
+
|
|
347
|
+
# aico-divider-content
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
## Properties
|
|
354
|
+
|
|
355
|
+
| Property | Attribute | Description | Type | Default |
|
|
356
|
+
| ---------------------- | --------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
357
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; } & { translations: ({ id: string \| number; createdAt: Date; updatedAt: Date; locale: string; text?: string \| null \| undefined; title?: string \| null \| undefined; } & { isOnlyMargin: boolean; })[]; isOnlyMargin: boolean; }` | `undefined` |
|
|
358
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
----------------------------------------------
|
|
362
|
+
|
|
363
|
+
# aico-document-content
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
## Properties
|
|
370
|
+
|
|
371
|
+
| Property | Attribute | Description | Type | Default |
|
|
372
|
+
| ---------------------- | --------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
373
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; } & { translations: ({ id: string \| number; createdAt: Date; updatedAt: Date; locale: string; text?: string \| null \| undefined; title?: string \| null \| undefined; } & { document?: string \| undefined; picture?: string \| undefined; })[]; document: null; picture: null; title: null; link?: string \| undefined; isDocumentDisplayedAsButton: boolean; buttonBackgroundColor?: string \| undefined; buttonTextColor?: string \| undefined; buttonHoverColor?: string \| undefined; buttonBorderColor?: string \| undefined; fontSize?: string \| undefined; fontFamily?: string \| undefined; }` | `undefined` |
|
|
374
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
----------------------------------------------
|
|
378
|
+
|
|
379
|
+
# aico-faq-content
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
## Properties
|
|
386
|
+
|
|
387
|
+
| Property | Attribute | Description | Type | Default |
|
|
388
|
+
| ---------------------- | --------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
|
|
389
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; faqItems: { id: string \| number; createdAt: Date; updatedAt: Date; translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; title?: string \| null \| undefined; text?: string \| null \| undefined; question?: string \| null \| undefined; answer?: string \| null \| undefined; }[]; }[]; }` | `undefined` |
|
|
390
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
----------------------------------------------
|
|
394
|
+
|
|
395
|
+
# aico-heading-content
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
## Properties
|
|
402
|
+
|
|
403
|
+
| Property | Attribute | Description | Type | Default |
|
|
404
|
+
| ---------------------- | --------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
405
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; } & { translations: ({ id: string \| number; createdAt: Date; updatedAt: Date; locale: string; text?: string \| null \| undefined; title?: string \| null \| undefined; } & { description?: string \| undefined; })[]; picture?: string \| undefined; titleSize?: string \| undefined; textColor?: string \| undefined; textBackgroundColor: string; isImageHeightHalfSize: boolean; isHeadingAlignedWithText: boolean; isTextAtMiddleOfImage: boolean; fontFamily?: string \| undefined; fontSize?: number \| undefined; }` | `undefined` |
|
|
406
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
----------------------------------------------
|
|
410
|
+
|
|
411
|
+
# aico-html-content
|
|
412
|
+
|
|
413
|
+
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
## Properties
|
|
418
|
+
|
|
419
|
+
| Property | Attribute | Description | Type | Default |
|
|
420
|
+
| ---------------------- | --------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
421
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; } & { translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; text?: string \| null \| undefined; title?: string \| null \| undefined; }[]; }` | `undefined` |
|
|
422
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
----------------------------------------------
|
|
426
|
+
|
|
427
|
+
# aico-link-content
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
|
|
432
|
+
|
|
433
|
+
## Properties
|
|
434
|
+
|
|
435
|
+
| Property | Attribute | Description | Type | Default |
|
|
436
|
+
| ---------------------- | --------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
437
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; } & { translations: ({ id: string \| number; createdAt: Date; updatedAt: Date; locale: string; text?: string \| null \| undefined; title?: string \| null \| undefined; } & { link?: string \| undefined; linkText?: string \| undefined; imageUrl?: string \| undefined; })[]; link?: string \| undefined; linkText?: string \| undefined; title?: string \| undefined; imageUrl?: string \| undefined; pictureSize: string; picturePosition?: string \| undefined; isButtonLink: boolean; isImageFullSize: boolean; isImageLink?: boolean \| undefined; backgroundButtonColor?: string \| undefined; textButtonColor?: string \| undefined; hoverColor?: string \| undefined; fontSize?: number \| undefined; fontFamily?: string \| undefined; }` | `undefined` |
|
|
438
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
----------------------------------------------
|
|
442
|
+
|
|
443
|
+
# aico-news-content
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
## Properties
|
|
450
|
+
|
|
451
|
+
| Property | Attribute | Description | Type | Default |
|
|
452
|
+
| ---------------------- | --------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
453
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; titleSize: string; maxPerRow: number; maxToDisplay: number; aicoShopNews: { id: string \| number; translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; shouldShowTranslation: boolean; title?: string \| null \| undefined; text?: string \| null \| undefined; name?: string \| null \| undefined; description?: string \| null \| undefined; excerpt?: string \| null \| undefined; image?: string \| null \| undefined; optimizedImage?: string \| null \| undefined; portraitImage?: string \| null \| undefined; optimizedPortraitImage?: string \| null \| undefined; optimizedListImage?: string \| null \| undefined; }[]; isActive: boolean; isSpecialArticle: boolean; brandIds: (string \| number)[]; sellerIds: (string \| number)[]; newsCategory: { id: string \| number; createdAt: Date; updatedAt: Date; translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; title?: string \| null \| undefined; text?: string \| null \| undefined; name?: string \| null \| undefined; webName?: string \| null \| undefined; description?: string \| null \| undefined; smallDescription?: string \| null \| undefined; }[]; isActive: boolean; sortingNumber: number; sorting_number: number; is_active: boolean; image?: string \| null \| undefined; }; newsTags: { id: string \| number; createdAt: Date; updatedAt: Date; translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; title?: string \| null \| undefined; text?: string \| null \| undefined; name?: string \| null \| undefined; webName?: string \| null \| undefined; }; }[]; album: { id: string \| number; createdAt: Date; updatedAt: Date; images: { id: string \| number; createdAt: Date; updatedAt: Date; translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; title?: string \| null \| undefined; text?: string \| null \| undefined; name?: string \| null \| undefined; description?: string \| null \| undefined; alternativeText?: string \| null \| undefined; caption?: string \| null \| undefined; alternative_text?: string \| null \| undefined; }[]; url?: string \| null \| undefined; type?: string \| null \| undefined; order?: number \| null \| undefined; optimizedImage?: string \| null \| undefined; }[]; name?: string \| null \| undefined; }; name?: string \| null \| undefined; description?: string \| null \| undefined; pageTitle?: string \| null \| undefined; metaDescription?: string \| null \| undefined; urlHandle?: string \| null \| undefined; excerpt?: string \| null \| undefined; publishDate?: Date \| null \| undefined; author?: string \| null \| undefined; videoUrl?: string \| null \| undefined; image?: string \| null \| undefined; headlineImage?: string \| null \| undefined; portraitImage?: string \| null \| undefined; optimizedPortraitImage?: string \| null \| undefined; optimizedImage?: string \| null \| undefined; optimizedListImage?: string \| null \| undefined; contentBuilder?: any; }[]; landscapePicture?: string \| null \| undefined; portraitPicture?: string \| null \| undefined; title?: string \| null \| undefined; text?: string \| null \| undefined; textColor?: string \| null \| undefined; textBackgroundColor?: string \| null \| undefined; textHoverColor?: string \| null \| undefined; IMPORTANT?: string \| null \| undefined; text_hover_color?: string \| null \| undefined; }` | `undefined` |
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
## Events
|
|
457
|
+
|
|
458
|
+
| Event | Description | Type |
|
|
459
|
+
| -------------------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
460
|
+
| `newsArticleClicked` | | `CustomEvent<{ id: string \| number; translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; shouldShowTranslation: boolean; title?: string \| null \| undefined; text?: string \| null \| undefined; name?: string \| null \| undefined; description?: string \| null \| undefined; excerpt?: string \| null \| undefined; image?: string \| null \| undefined; optimizedImage?: string \| null \| undefined; portraitImage?: string \| null \| undefined; optimizedPortraitImage?: string \| null \| undefined; optimizedListImage?: string \| null \| undefined; }[]; isActive: boolean; isSpecialArticle: boolean; brandIds: (string \| number)[]; sellerIds: (string \| number)[]; newsCategory: { id: string \| number; createdAt: Date; updatedAt: Date; translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; title?: string \| null \| undefined; text?: string \| null \| undefined; name?: string \| null \| undefined; webName?: string \| null \| undefined; description?: string \| null \| undefined; smallDescription?: string \| null \| undefined; }[]; isActive: boolean; sortingNumber: number; sorting_number: number; is_active: boolean; image?: string \| null \| undefined; }; newsTags: { id: string \| number; createdAt: Date; updatedAt: Date; translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; title?: string \| null \| undefined; text?: string \| null \| undefined; name?: string \| null \| undefined; webName?: string \| null \| undefined; }; }[]; album: { id: string \| number; createdAt: Date; updatedAt: Date; images: { id: string \| number; createdAt: Date; updatedAt: Date; translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; title?: string \| null \| undefined; text?: string \| null \| undefined; name?: string \| null \| undefined; description?: string \| null \| undefined; alternativeText?: string \| null \| undefined; caption?: string \| null \| undefined; alternative_text?: string \| null \| undefined; }[]; url?: string \| null \| undefined; type?: string \| null \| undefined; order?: number \| null \| undefined; optimizedImage?: string \| null \| undefined; }[]; name?: string \| null \| undefined; }; name?: string \| null \| undefined; description?: string \| null \| undefined; pageTitle?: string \| null \| undefined; metaDescription?: string \| null \| undefined; urlHandle?: string \| null \| undefined; excerpt?: string \| null \| undefined; publishDate?: Date \| null \| undefined; author?: string \| null \| undefined; videoUrl?: string \| null \| undefined; image?: string \| null \| undefined; headlineImage?: string \| null \| undefined; portraitImage?: string \| null \| undefined; optimizedPortraitImage?: string \| null \| undefined; optimizedImage?: string \| null \| undefined; optimizedListImage?: string \| null \| undefined; contentBuilder?: any; }>` |
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
----------------------------------------------
|
|
464
|
+
|
|
465
|
+
# aico-no-content
|
|
466
|
+
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
----------------------------------------------
|
|
472
|
+
|
|
473
|
+
# aico-page-content
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
## Properties
|
|
480
|
+
|
|
481
|
+
| Property | Attribute | Description | Type | Default |
|
|
482
|
+
| ---------------------- | --------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
483
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; openExternalLink: boolean; isImageZoomedIn: boolean; landingPage: { id: string \| number; createdAt: Date; updatedAt: Date; translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; title?: string \| null \| undefined; text?: string \| null \| undefined; name?: string \| null \| undefined; imageAlt?: string \| null \| undefined; excerpt?: string \| null \| undefined; buttonText?: string \| null \| undefined; }[]; isTemplate: boolean; isPublic: boolean; lastSyncAt?: Date \| null \| undefined; pageTitle?: string \| null \| undefined; metaDescription?: string \| null \| undefined; urlHandle?: string \| null \| undefined; image?: string \| null \| undefined; focusXCoordinate?: number \| null \| undefined; focusYCoordinate?: number \| null \| undefined; focusXPercentage?: number \| null \| undefined; focusYPercentage?: number \| null \| undefined; }; buttonBackgroundColor?: string \| null \| undefined; buttonTextColor?: string \| null \| undefined; textColor?: string \| null \| undefined; backgroundColor?: string \| null \| undefined; externalLink?: string \| null \| undefined; fontType?: string \| null \| undefined; fontSize?: number \| null \| undefined; borderColor?: string \| null \| undefined; titleColor?: string \| null \| undefined; }` | `undefined` |
|
|
484
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
## Events
|
|
488
|
+
|
|
489
|
+
| Event | Description | Type |
|
|
490
|
+
| ------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
491
|
+
| `pageClicked` | | `CustomEvent<{ id: string \| number; createdAt: Date; updatedAt: Date; openExternalLink: boolean; isImageZoomedIn: boolean; landingPage: { id: string \| number; createdAt: Date; updatedAt: Date; translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; title?: string \| null \| undefined; text?: string \| null \| undefined; name?: string \| null \| undefined; imageAlt?: string \| null \| undefined; excerpt?: string \| null \| undefined; buttonText?: string \| null \| undefined; }[]; isTemplate: boolean; isPublic: boolean; lastSyncAt?: Date \| null \| undefined; pageTitle?: string \| null \| undefined; metaDescription?: string \| null \| undefined; urlHandle?: string \| null \| undefined; image?: string \| null \| undefined; focusXCoordinate?: number \| null \| undefined; focusYCoordinate?: number \| null \| undefined; focusXPercentage?: number \| null \| undefined; focusYPercentage?: number \| null \| undefined; }; buttonBackgroundColor?: string \| null \| undefined; buttonTextColor?: string \| null \| undefined; textColor?: string \| null \| undefined; backgroundColor?: string \| null \| undefined; externalLink?: string \| null \| undefined; fontType?: string \| null \| undefined; fontSize?: number \| null \| undefined; borderColor?: string \| null \| undefined; titleColor?: string \| null \| undefined; }>` |
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
----------------------------------------------
|
|
495
|
+
|
|
496
|
+
# aico-table-content
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
## Properties
|
|
503
|
+
|
|
504
|
+
| Property | Attribute | Description | Type | Default |
|
|
505
|
+
| ---------------------- | --------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
506
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; } & { translations: ({ id: string \| number; createdAt: Date; updatedAt: Date; locale: string; text?: string \| null \| undefined; title?: string \| null \| undefined; } & { additionalText?: string \| undefined; })[]; sort: number; titleSize?: string \| undefined; firstColor?: string \| undefined; secondColor?: string \| undefined; tableRows: TableContentRow[]; IMPORTANT?: string \| undefined; bulletBullets?: object[] \| undefined; }` | `undefined` |
|
|
507
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
----------------------------------------------
|
|
511
|
+
|
|
512
|
+
# aico-testimonial-content
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
## Properties
|
|
519
|
+
|
|
520
|
+
| Property | Attribute | Description | Type | Default |
|
|
521
|
+
| ---------------------- | --------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
522
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; } & { testimonial: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; text?: string \| null \| undefined; title?: string \| null \| undefined; } & { image?: string \| undefined; link?: string \| undefined; rating?: number \| undefined; }; }` | `undefined` |
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
----------------------------------------------
|
|
526
|
+
|
|
527
|
+
# aico-text-content
|
|
528
|
+
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
## Properties
|
|
534
|
+
|
|
535
|
+
| Property | Attribute | Description | Type | Default |
|
|
536
|
+
| ---------------------- | --------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
537
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; } & { translations: TextContentTranslation[]; sort?: number \| undefined; picturePosition?: string \| undefined; pictureSize?: string \| undefined; pictureLabelPosition?: string \| undefined; titleSize?: string \| undefined; fontSize?: string \| undefined; fontFamily?: string \| undefined; verticalAlign: string; alignmentEnabled: boolean; hasBackgroundColor: boolean; backgroundColor?: string \| undefined; shouldJustifyText: boolean; textColor?: string \| undefined; isButtonRightUnderText: boolean; isContentDisplayedAsPrompt: boolean; pictureFontOption: string; addBorder: boolean; borderColor?: string \| undefined; focusXCoordinate?: number \| undefined; focusYCoordinate?: number \| undefined; focusXPercentage?: number \| undefined; focusYPercentage?: number \| undefined; promptText?: string \| undefined; link?: string \| undefined; picture?: string \| undefined; IMPORTANT?: string \| undefined; }` | `undefined` |
|
|
538
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
----------------------------------------------
|
|
542
|
+
|
|
543
|
+
# aico-title-content
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
## Properties
|
|
550
|
+
|
|
551
|
+
| Property | Attribute | Description | Type | Default |
|
|
552
|
+
| ---------------------- | --------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
553
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; } & { translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; text?: string \| null \| undefined; title?: string \| null \| undefined; }[]; size?: string \| undefined; hasUnderscore: boolean; underscoreColor?: string \| undefined; titleColor?: string \| undefined; }` | `undefined` |
|
|
554
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
----------------------------------------------
|
|
558
|
+
|
|
559
|
+
# aico-upload-content
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
## Properties
|
|
566
|
+
|
|
567
|
+
| Property | Attribute | Description | Type | Default |
|
|
568
|
+
| ---------------------- | --------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
569
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; translations: { id: string \| number; createdAt: Date; updatedAt: Date; locale: string; text?: string \| null \| undefined; title?: string \| null \| undefined; }[]; shouldHideFile: boolean; uploads: { name?: string \| null \| undefined; path?: string \| null \| undefined; }[]; videoUrl?: string \| null \| undefined; }` | `undefined` |
|
|
570
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
----------------------------------------------
|
|
574
|
+
|
|
575
|
+
# aico-video-content
|
|
576
|
+
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
## Properties
|
|
582
|
+
|
|
583
|
+
| Property | Attribute | Description | Type | Default |
|
|
584
|
+
| ---------------------- | --------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
|
|
585
|
+
| `content` _(required)_ | -- | | `{ id: string \| number; createdAt: Date; updatedAt: Date; } & { translations: ({ id: string \| number; createdAt: Date; updatedAt: Date; locale: string; text?: string \| null \| undefined; title?: string \| null \| undefined; } & { videoUrl?: string \| undefined; })[]; sort?: number \| undefined; titleSize?: string \| undefined; isVideoMinimized: boolean; localVideoUrl?: string \| undefined; IMPORTANT?: string \| undefined; videoUrl?: string \| undefined; video?: string \| undefined; }` | `undefined` |
|
|
586
|
+
| `locale` | `locale` | | `string` | `'de'` |
|
|
587
|
+
|
|
588
|
+
|
|
589
|
+
----------------------------------------------
|
|
590
|
+
|