@aiconomy/aico-components 0.0.82 → 0.0.95
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 +50 -36
- package/dist/aico-components/p-c900f292.entry.js.map +1 -1
- package/dist/cjs/aico-fetch-article-detail.cjs.entry.js.map +1 -1
- package/dist/collection/components/aico-fetch-article-detail/aico-fetch-article-detail.js +2 -2
- package/dist/collection/components/aico-fetch-article-detail/aico-fetch-article-detail.js.map +1 -1
- package/dist/components/aico-fetch-article-detail.js.map +1 -1
- package/dist/esm/aico-fetch-article-detail.entry.js.map +1 -1
- package/dist/types/components/aico-fetch-article-detail/aico-fetch-article-detail.d.ts +2 -4
- package/dist/types/components.d.ts +4 -4
- package/docs/components/aico-article-detail/readme.md +83 -0
- package/docs/components/aico-fetch-article-detail/readme.md +63 -0
- package/docs/components/aico-news-list/readme.md +41 -0
- package/docs/components/aico-news-list-item/readme.md +37 -0
- package/docs/components/aico-special-news-carousel/readme.md +27 -0
- package/docs/components/content/aico-album-content/readme.md +30 -0
- package/docs/components/content/aico-asking-content/readme.md +31 -0
- package/docs/components/content/aico-asking-list-content/readme.md +10 -0
- package/docs/components/content/aico-block-quote-content/readme.md +31 -0
- package/docs/components/content/aico-bullet-content/readme.md +37 -0
- package/docs/components/content/aico-carousel-content/readme.md +38 -0
- package/docs/components/content/aico-collection-content/readme.md +10 -0
- package/docs/components/content/aico-content-card-content/readme.md +37 -0
- package/docs/components/content/aico-divider-content/readme.md +31 -0
- package/docs/components/content/aico-document-content/readme.md +31 -0
- package/docs/components/content/aico-faq-content/readme.md +31 -0
- package/docs/components/content/aico-heading-content/readme.md +37 -0
- package/docs/components/content/aico-html-content/readme.md +31 -0
- package/docs/components/content/aico-link-content/readme.md +31 -0
- package/docs/components/content/aico-news-content/readme.md +37 -0
- package/docs/components/content/aico-no-content/readme.md +23 -0
- package/docs/components/content/aico-page-content/readme.md +38 -0
- package/docs/components/content/aico-table-content/readme.md +37 -0
- package/docs/components/content/aico-testimonial-content/readme.md +30 -0
- package/docs/components/content/aico-text-content/readme.md +37 -0
- package/docs/components/content/aico-title-content/readme.md +52 -0
- package/docs/components/content/aico-upload-content/readme.md +37 -0
- package/docs/components/content/aico-video-content/readme.md +37 -0
- package/package.json +3 -2
|
@@ -0,0 +1,37 @@
|
|
|
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/)*
|
|
@@ -0,0 +1,52 @@
|
|
|
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/)*
|
|
@@ -0,0 +1,37 @@
|
|
|
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/)*
|
|
@@ -0,0 +1,37 @@
|
|
|
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/)*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiconomy/aico-components",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.95",
|
|
4
4
|
"description": "Aiconomy components",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"unpkg": "dist/aico-components/aico-components.esm.js",
|
|
13
13
|
"files": [
|
|
14
14
|
"dist/",
|
|
15
|
-
"loader/"
|
|
15
|
+
"loader/",
|
|
16
|
+
"docs/"
|
|
16
17
|
],
|
|
17
18
|
"scripts": {
|
|
18
19
|
"dev": "npm run stencil & npm run storybook",
|