@aiconomy/aico-components 0.0.95 → 0.0.114
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 +671 -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 +2 -0
- package/dist/aico-components/p-7f6fcb2e.entry.js.map +1 -0
- 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-7ea04e72.entry.js → p-b9bc0400.entry.js} +3 -3
- package/dist/aico-components/p-b9bc0400.entry.js.map +1 -0
- package/dist/aico-components/p-bf3db54a.entry.js +2 -0
- package/dist/aico-components/p-bf3db54a.entry.js.map +1 -0
- package/dist/aico-components/p-e187bbea.js +2 -0
- package/dist/aico-components/p-e187bbea.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 +22 -25
- 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 +4 -2
- package/dist/cjs/aico-fetch-article-detail.cjs.entry.js.map +1 -1
- package/dist/cjs/aico-news-list.cjs.entry.js +7 -4
- package/dist/cjs/aico-news-list.cjs.entry.js.map +1 -1
- package/dist/cjs/aico-special-news-carousel.cjs.entry.js +6 -3
- package/dist/cjs/aico-special-news-carousel.cjs.entry.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{utils-9ae3486f.js → utils-3d8a97f6.js} +16 -9
- package/dist/cjs/utils-3d8a97f6.js.map +1 -0
- 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 +78 -9
- 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 +58 -7
- 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/collection/utils/utils.js +15 -8
- package/dist/collection/utils/utils.js.map +1 -1
- 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 +10 -3
- package/dist/components/aico-news-list.js.map +1 -1
- package/dist/components/aico-special-news-carousel.js +8 -2
- package/dist/components/aico-special-news-carousel.js.map +1 -1
- package/dist/components/utils.js +15 -8
- package/dist/components/utils.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 +2 -5
- 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 +4 -2
- package/dist/esm/aico-fetch-article-detail.entry.js.map +1 -1
- package/dist/esm/aico-news-list.entry.js +7 -4
- package/dist/esm/aico-news-list.entry.js.map +1 -1
- package/dist/esm/aico-special-news-carousel.entry.js +6 -3
- package/dist/esm/aico-special-news-carousel.entry.js.map +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{utils-25eef7c7.js → utils-f81eb958.js} +16 -9
- package/dist/esm/utils-f81eb958.js.map +1 -0
- 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 +36 -1
- package/dist/types/components/aico-special-news-carousel/aico-special-news-carousel.d.ts +29 -0
- package/dist/types/components.d.ts +172 -0
- package/dist/types/model/Article.d.ts +2 -1
- package/dist/types/model/NewsTag.d.ts +8 -0
- package/dist/types/utils/utils.d.ts +2 -2
- 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-59bfd021.js +0 -2
- package/dist/aico-components/p-59bfd021.js.map +0 -1
- package/dist/aico-components/p-7ea04e72.entry.js.map +0 -1
- package/dist/aico-components/p-80cb133a.entry.js +0 -2
- package/dist/aico-components/p-80cb133a.entry.js.map +0 -1
- package/dist/aico-components/p-918b9928.entry.js +0 -2
- package/dist/aico-components/p-918b9928.entry.js.map +0 -1
- package/dist/aico-components/p-c900f292.entry.js +0 -2
- package/dist/aico-components/p-c900f292.entry.js.map +0 -1
- package/dist/cjs/utils-9ae3486f.js.map +0 -1
- package/dist/esm/utils-25eef7c7.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 -41
- package/docs/components/aico-news-list-item/readme.md +0 -37
- package/docs/components/aico-special-news-carousel/readme.md +0 -27
- 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
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# aico-divider-content
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<!-- Auto Generated Below -->
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Properties
|
|
9
|
-
|
|
10
|
-
| Property | Attribute | Description | Type | Default |
|
|
11
|
-
| ---------------------- | --------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
12
|
-
| `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` |
|
|
13
|
-
| `locale` | `locale` | | `string` | `'de'` |
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## Dependencies
|
|
17
|
-
|
|
18
|
-
### Used by
|
|
19
|
-
|
|
20
|
-
- [aico-article-detail](../../aico-article-detail)
|
|
21
|
-
|
|
22
|
-
### Graph
|
|
23
|
-
```mermaid
|
|
24
|
-
graph TD;
|
|
25
|
-
aico-article-detail --> aico-divider-content
|
|
26
|
-
style aico-divider-content fill:#f9f,stroke:#333,stroke-width:4px
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
----------------------------------------------
|
|
30
|
-
|
|
31
|
-
*Built with [StencilJS](https://stenciljs.com/)*
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# aico-document-content
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<!-- Auto Generated Below -->
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Properties
|
|
9
|
-
|
|
10
|
-
| Property | Attribute | Description | Type | Default |
|
|
11
|
-
| ---------------------- | --------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
12
|
-
| `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` |
|
|
13
|
-
| `locale` | `locale` | | `string` | `'de'` |
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## Dependencies
|
|
17
|
-
|
|
18
|
-
### Used by
|
|
19
|
-
|
|
20
|
-
- [aico-article-detail](../../aico-article-detail)
|
|
21
|
-
|
|
22
|
-
### Graph
|
|
23
|
-
```mermaid
|
|
24
|
-
graph TD;
|
|
25
|
-
aico-article-detail --> aico-document-content
|
|
26
|
-
style aico-document-content fill:#f9f,stroke:#333,stroke-width:4px
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
----------------------------------------------
|
|
30
|
-
|
|
31
|
-
*Built with [StencilJS](https://stenciljs.com/)*
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# aico-faq-content
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<!-- Auto Generated Below -->
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Properties
|
|
9
|
-
|
|
10
|
-
| Property | Attribute | Description | Type | Default |
|
|
11
|
-
| ---------------------- | --------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
|
|
12
|
-
| `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` |
|
|
13
|
-
| `locale` | `locale` | | `string` | `'de'` |
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## Dependencies
|
|
17
|
-
|
|
18
|
-
### Used by
|
|
19
|
-
|
|
20
|
-
- [aico-article-detail](../../aico-article-detail)
|
|
21
|
-
|
|
22
|
-
### Graph
|
|
23
|
-
```mermaid
|
|
24
|
-
graph TD;
|
|
25
|
-
aico-article-detail --> aico-faq-content
|
|
26
|
-
style aico-faq-content fill:#f9f,stroke:#333,stroke-width:4px
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
----------------------------------------------
|
|
30
|
-
|
|
31
|
-
*Built with [StencilJS](https://stenciljs.com/)*
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# aico-heading-content
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<!-- Auto Generated Below -->
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Properties
|
|
9
|
-
|
|
10
|
-
| Property | Attribute | Description | Type | Default |
|
|
11
|
-
| ---------------------- | --------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
12
|
-
| `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` |
|
|
13
|
-
| `locale` | `locale` | | `string` | `'de'` |
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## Dependencies
|
|
17
|
-
|
|
18
|
-
### Used by
|
|
19
|
-
|
|
20
|
-
- [aico-article-detail](../../aico-article-detail)
|
|
21
|
-
|
|
22
|
-
### Depends on
|
|
23
|
-
|
|
24
|
-
- [aico-title-content](../aico-title-content)
|
|
25
|
-
|
|
26
|
-
### Graph
|
|
27
|
-
```mermaid
|
|
28
|
-
graph TD;
|
|
29
|
-
aico-heading-content --> aico-title-content
|
|
30
|
-
aico-title-content --> aico-no-content
|
|
31
|
-
aico-article-detail --> aico-heading-content
|
|
32
|
-
style aico-heading-content fill:#f9f,stroke:#333,stroke-width:4px
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
----------------------------------------------
|
|
36
|
-
|
|
37
|
-
*Built with [StencilJS](https://stenciljs.com/)*
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# aico-html-content
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<!-- Auto Generated Below -->
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Properties
|
|
9
|
-
|
|
10
|
-
| Property | Attribute | Description | Type | Default |
|
|
11
|
-
| ---------------------- | --------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
12
|
-
| `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` |
|
|
13
|
-
| `locale` | `locale` | | `string` | `'de'` |
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## Dependencies
|
|
17
|
-
|
|
18
|
-
### Used by
|
|
19
|
-
|
|
20
|
-
- [aico-article-detail](../../aico-article-detail)
|
|
21
|
-
|
|
22
|
-
### Graph
|
|
23
|
-
```mermaid
|
|
24
|
-
graph TD;
|
|
25
|
-
aico-article-detail --> aico-html-content
|
|
26
|
-
style aico-html-content fill:#f9f,stroke:#333,stroke-width:4px
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
----------------------------------------------
|
|
30
|
-
|
|
31
|
-
*Built with [StencilJS](https://stenciljs.com/)*
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
# aico-link-content
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<!-- Auto Generated Below -->
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Properties
|
|
9
|
-
|
|
10
|
-
| Property | Attribute | Description | Type | Default |
|
|
11
|
-
| ---------------------- | --------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
12
|
-
| `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` |
|
|
13
|
-
| `locale` | `locale` | | `string` | `'de'` |
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## Dependencies
|
|
17
|
-
|
|
18
|
-
### Used by
|
|
19
|
-
|
|
20
|
-
- [aico-article-detail](../../aico-article-detail)
|
|
21
|
-
|
|
22
|
-
### Graph
|
|
23
|
-
```mermaid
|
|
24
|
-
graph TD;
|
|
25
|
-
aico-article-detail --> aico-link-content
|
|
26
|
-
style aico-link-content fill:#f9f,stroke:#333,stroke-width:4px
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
----------------------------------------------
|
|
30
|
-
|
|
31
|
-
*Built with [StencilJS](https://stenciljs.com/)*
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# aico-news-content
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<!-- Auto Generated Below -->
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Properties
|
|
9
|
-
|
|
10
|
-
| Property | Attribute | Description | Type | Default |
|
|
11
|
-
| ---------------------- | --------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
12
|
-
| `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` |
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
## Events
|
|
16
|
-
|
|
17
|
-
| Event | Description | Type |
|
|
18
|
-
| -------------------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
19
|
-
| `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; }>` |
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## Dependencies
|
|
23
|
-
|
|
24
|
-
### Used by
|
|
25
|
-
|
|
26
|
-
- [aico-article-detail](../../aico-article-detail)
|
|
27
|
-
|
|
28
|
-
### Graph
|
|
29
|
-
```mermaid
|
|
30
|
-
graph TD;
|
|
31
|
-
aico-article-detail --> aico-news-content
|
|
32
|
-
style aico-news-content fill:#f9f,stroke:#333,stroke-width:4px
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
----------------------------------------------
|
|
36
|
-
|
|
37
|
-
*Built with [StencilJS](https://stenciljs.com/)*
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
# aico-no-content
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<!-- Auto Generated Below -->
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Dependencies
|
|
9
|
-
|
|
10
|
-
### Used by
|
|
11
|
-
|
|
12
|
-
- [aico-title-content](../aico-title-content)
|
|
13
|
-
|
|
14
|
-
### Graph
|
|
15
|
-
```mermaid
|
|
16
|
-
graph TD;
|
|
17
|
-
aico-title-content --> aico-no-content
|
|
18
|
-
style aico-no-content fill:#f9f,stroke:#333,stroke-width:4px
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
----------------------------------------------
|
|
22
|
-
|
|
23
|
-
*Built with [StencilJS](https://stenciljs.com/)*
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
# aico-page-content
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<!-- Auto Generated Below -->
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Properties
|
|
9
|
-
|
|
10
|
-
| Property | Attribute | Description | Type | Default |
|
|
11
|
-
| ---------------------- | --------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
12
|
-
| `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` |
|
|
13
|
-
| `locale` | `locale` | | `string` | `'de'` |
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## Events
|
|
17
|
-
|
|
18
|
-
| Event | Description | Type |
|
|
19
|
-
| ------------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
20
|
-
| `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; }>` |
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
## Dependencies
|
|
24
|
-
|
|
25
|
-
### Used by
|
|
26
|
-
|
|
27
|
-
- [aico-article-detail](../../aico-article-detail)
|
|
28
|
-
|
|
29
|
-
### Graph
|
|
30
|
-
```mermaid
|
|
31
|
-
graph TD;
|
|
32
|
-
aico-article-detail --> aico-page-content
|
|
33
|
-
style aico-page-content fill:#f9f,stroke:#333,stroke-width:4px
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
----------------------------------------------
|
|
37
|
-
|
|
38
|
-
*Built with [StencilJS](https://stenciljs.com/)*
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# aico-table-content
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<!-- Auto Generated Below -->
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Properties
|
|
9
|
-
|
|
10
|
-
| Property | Attribute | Description | Type | Default |
|
|
11
|
-
| ---------------------- | --------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
12
|
-
| `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` |
|
|
13
|
-
| `locale` | `locale` | | `string` | `'de'` |
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## Dependencies
|
|
17
|
-
|
|
18
|
-
### Used by
|
|
19
|
-
|
|
20
|
-
- [aico-article-detail](../../aico-article-detail)
|
|
21
|
-
|
|
22
|
-
### Depends on
|
|
23
|
-
|
|
24
|
-
- [aico-title-content](../aico-title-content)
|
|
25
|
-
|
|
26
|
-
### Graph
|
|
27
|
-
```mermaid
|
|
28
|
-
graph TD;
|
|
29
|
-
aico-table-content --> aico-title-content
|
|
30
|
-
aico-title-content --> aico-no-content
|
|
31
|
-
aico-article-detail --> aico-table-content
|
|
32
|
-
style aico-table-content fill:#f9f,stroke:#333,stroke-width:4px
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
----------------------------------------------
|
|
36
|
-
|
|
37
|
-
*Built with [StencilJS](https://stenciljs.com/)*
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
# aico-testimonial-content
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<!-- Auto Generated Below -->
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Properties
|
|
9
|
-
|
|
10
|
-
| Property | Attribute | Description | Type | Default |
|
|
11
|
-
| ---------------------- | --------- | ----------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
12
|
-
| `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` |
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
## Dependencies
|
|
16
|
-
|
|
17
|
-
### Used by
|
|
18
|
-
|
|
19
|
-
- [aico-article-detail](../../aico-article-detail)
|
|
20
|
-
|
|
21
|
-
### Graph
|
|
22
|
-
```mermaid
|
|
23
|
-
graph TD;
|
|
24
|
-
aico-article-detail --> aico-testimonial-content
|
|
25
|
-
style aico-testimonial-content fill:#f9f,stroke:#333,stroke-width:4px
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
----------------------------------------------
|
|
29
|
-
|
|
30
|
-
*Built with [StencilJS](https://stenciljs.com/)*
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# aico-text-content
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<!-- Auto Generated Below -->
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Properties
|
|
9
|
-
|
|
10
|
-
| Property | Attribute | Description | Type | Default |
|
|
11
|
-
| ---------------------- | --------- | ----------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
12
|
-
| `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` |
|
|
13
|
-
| `locale` | `locale` | | `string` | `'de'` |
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## Dependencies
|
|
17
|
-
|
|
18
|
-
### Used by
|
|
19
|
-
|
|
20
|
-
- [aico-article-detail](../../aico-article-detail)
|
|
21
|
-
|
|
22
|
-
### Depends on
|
|
23
|
-
|
|
24
|
-
- [aico-title-content](../aico-title-content)
|
|
25
|
-
|
|
26
|
-
### Graph
|
|
27
|
-
```mermaid
|
|
28
|
-
graph TD;
|
|
29
|
-
aico-text-content --> aico-title-content
|
|
30
|
-
aico-title-content --> aico-no-content
|
|
31
|
-
aico-article-detail --> aico-text-content
|
|
32
|
-
style aico-text-content fill:#f9f,stroke:#333,stroke-width:4px
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
----------------------------------------------
|
|
36
|
-
|
|
37
|
-
*Built with [StencilJS](https://stenciljs.com/)*
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
# aico-title-content
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<!-- Auto Generated Below -->
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Properties
|
|
9
|
-
|
|
10
|
-
| Property | Attribute | Description | Type | Default |
|
|
11
|
-
| ---------------------- | --------- | ----------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
12
|
-
| `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` |
|
|
13
|
-
| `locale` | `locale` | | `string` | `'de'` |
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## Dependencies
|
|
17
|
-
|
|
18
|
-
### Used by
|
|
19
|
-
|
|
20
|
-
- [aico-article-detail](../../aico-article-detail)
|
|
21
|
-
- [aico-bullet-content](../aico-bullet-content)
|
|
22
|
-
- [aico-carousel-content](../aico-carousel-content)
|
|
23
|
-
- [aico-content-card-content](../aico-content-card-content)
|
|
24
|
-
- [aico-heading-content](../aico-heading-content)
|
|
25
|
-
- [aico-table-content](../aico-table-content)
|
|
26
|
-
- [aico-text-content](../aico-text-content)
|
|
27
|
-
- [aico-upload-content](../aico-upload-content)
|
|
28
|
-
- [aico-video-content](../aico-video-content)
|
|
29
|
-
|
|
30
|
-
### Depends on
|
|
31
|
-
|
|
32
|
-
- [aico-no-content](../aico-no-content)
|
|
33
|
-
|
|
34
|
-
### Graph
|
|
35
|
-
```mermaid
|
|
36
|
-
graph TD;
|
|
37
|
-
aico-title-content --> aico-no-content
|
|
38
|
-
aico-article-detail --> aico-title-content
|
|
39
|
-
aico-bullet-content --> aico-title-content
|
|
40
|
-
aico-carousel-content --> aico-title-content
|
|
41
|
-
aico-content-card-content --> aico-title-content
|
|
42
|
-
aico-heading-content --> aico-title-content
|
|
43
|
-
aico-table-content --> aico-title-content
|
|
44
|
-
aico-text-content --> aico-title-content
|
|
45
|
-
aico-upload-content --> aico-title-content
|
|
46
|
-
aico-video-content --> aico-title-content
|
|
47
|
-
style aico-title-content fill:#f9f,stroke:#333,stroke-width:4px
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
----------------------------------------------
|
|
51
|
-
|
|
52
|
-
*Built with [StencilJS](https://stenciljs.com/)*
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# aico-upload-content
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<!-- Auto Generated Below -->
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Properties
|
|
9
|
-
|
|
10
|
-
| Property | Attribute | Description | Type | Default |
|
|
11
|
-
| ---------------------- | --------- | ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
|
|
12
|
-
| `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` |
|
|
13
|
-
| `locale` | `locale` | | `string` | `'de'` |
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## Dependencies
|
|
17
|
-
|
|
18
|
-
### Used by
|
|
19
|
-
|
|
20
|
-
- [aico-article-detail](../../aico-article-detail)
|
|
21
|
-
|
|
22
|
-
### Depends on
|
|
23
|
-
|
|
24
|
-
- [aico-title-content](../aico-title-content)
|
|
25
|
-
|
|
26
|
-
### Graph
|
|
27
|
-
```mermaid
|
|
28
|
-
graph TD;
|
|
29
|
-
aico-upload-content --> aico-title-content
|
|
30
|
-
aico-title-content --> aico-no-content
|
|
31
|
-
aico-article-detail --> aico-upload-content
|
|
32
|
-
style aico-upload-content fill:#f9f,stroke:#333,stroke-width:4px
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
----------------------------------------------
|
|
36
|
-
|
|
37
|
-
*Built with [StencilJS](https://stenciljs.com/)*
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# aico-video-content
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
<!-- Auto Generated Below -->
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
## Properties
|
|
9
|
-
|
|
10
|
-
| Property | Attribute | Description | Type | Default |
|
|
11
|
-
| ---------------------- | --------- | ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
|
|
12
|
-
| `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` |
|
|
13
|
-
| `locale` | `locale` | | `string` | `'de'` |
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## Dependencies
|
|
17
|
-
|
|
18
|
-
### Used by
|
|
19
|
-
|
|
20
|
-
- [aico-article-detail](../../aico-article-detail)
|
|
21
|
-
|
|
22
|
-
### Depends on
|
|
23
|
-
|
|
24
|
-
- [aico-title-content](../aico-title-content)
|
|
25
|
-
|
|
26
|
-
### Graph
|
|
27
|
-
```mermaid
|
|
28
|
-
graph TD;
|
|
29
|
-
aico-video-content --> aico-title-content
|
|
30
|
-
aico-title-content --> aico-no-content
|
|
31
|
-
aico-article-detail --> aico-video-content
|
|
32
|
-
style aico-video-content fill:#f9f,stroke:#333,stroke-width:4px
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
----------------------------------------------
|
|
36
|
-
|
|
37
|
-
*Built with [StencilJS](https://stenciljs.com/)*
|