Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
4d676e0
feat(ui5-ai-textarea): introduce new component
ndeshev Aug 20, 2025
d18dcac
feat(ui5-ai-textarea): introduce new component
ndeshev Sep 1, 2025
8ded4f7
feat(ui5-ai-textarea): introduce new component
ndeshev Sep 1, 2025
4842d6a
feat(ui5-ai-textarea): introduce new component
ndeshev Sep 1, 2025
7fe9641
feat(ui5-ai-textarea): introduce new component
ndeshev Sep 1, 2025
65161cb
feat(ui5-ai-textarea): introduce new component
ndeshev Sep 2, 2025
531abcf
Merge branch 'main' into ai-textarea
ndeshev Sep 2, 2025
89e1cf2
Merge branch 'main' into ai-textarea
ndeshev Sep 2, 2025
4d2c79a
feat(ui5-ai-textarea): introduce new component
ndeshev Sep 2, 2025
84f38f6
Merge branch 'main' into ai-textarea
ndeshev Sep 18, 2025
8b25d8f
feat(ui5-ai-textarea): introduce new component
ndeshev Sep 24, 2025
8cf7379
Merge branch 'main' into ai-textarea
ndeshev Sep 24, 2025
1b26913
Merge branch 'main' into ai-textarea
ndeshev Sep 24, 2025
b8ac3b6
Merge branch 'main' into ai-textarea
ndeshev Sep 26, 2025
6511964
feat(ui5-ai-textarea): introduce new component
ndeshev Sep 29, 2025
78f4ced
feat(ui5-ai-textarea): introduce new component
ndeshev Sep 29, 2025
e6856b7
Merge branch 'main' into ai-textarea
ndeshev Sep 29, 2025
7a9e48d
feat(ui5-ai-textarea): introduce new component
ndeshev Sep 29, 2025
cea2409
Merge branch 'ai-textarea' of https://github.com/SAP/ui5-webcomponent…
ndeshev Sep 29, 2025
37672ff
Merge branch 'main' into ai-textarea
ndeshev Sep 29, 2025
1d7d19c
feat(ui5-ai-textarea): introduce new component
ndeshev Sep 29, 2025
8811b32
Merge branch 'ai-textarea' of https://github.com/SAP/ui5-webcomponent…
ndeshev Sep 29, 2025
ece74f7
feat(ui5-ai-textarea): introduce new component
ndeshev Sep 29, 2025
7b5274c
Merge branch 'main' into ai-textarea
ndeshev Sep 29, 2025
9fa18af
Merge branch 'main' into ai-textarea
ndeshev Sep 29, 2025
c483d45
Merge branch 'main' of https://github.com/SAP/ui5-webcomponents into …
ndeshev Sep 30, 2025
4fd733d
Merge branch 'main' into ai-textarea
ndeshev Sep 30, 2025
d66e7fe
feat(ui5-ai-textarea): introduce new component
ndeshev Sep 30, 2025
988e535
Merge branch 'main' into ai-textarea
ndeshev Sep 30, 2025
4e59f48
feat(ui5-ai-textarea): introduce new component
ndeshev Sep 30, 2025
e9e9432
feat(ui5-ai-textarea): introduce new component
ndeshev Sep 30, 2025
f1e6023
feat(ui5-ai-textarea): introduce new component
ndeshev Sep 30, 2025
83b8c1e
Merge branch 'main' into ai-textarea
ndeshev Oct 2, 2025
d435c83
feat(ui5-ai-textarea): introduce new component
ndeshev Oct 3, 2025
787d306
Merge branch 'main' into ai-textarea
ndeshev Oct 3, 2025
5387e67
feat(ui5-ai-textarea): introduce new component
ndeshev Oct 4, 2025
76637d8
Merge branch 'ai-textarea' of https://github.com/UI5/webcomponents in…
ndeshev Oct 4, 2025
eab3293
Merge branch 'main' into ai-textarea
ndeshev Oct 4, 2025
18e06dc
feat(ui5-ai-textarea): introduce new component
ndeshev Oct 5, 2025
fbae010
feat(ui5-ai-textarea): introduce new component
ndeshev Oct 5, 2025
15445a7
feat(ui5-ai-textarea): introduce new component
ndeshev Oct 5, 2025
8d13930
feat(ui5-ai-textarea): introduce new component
ndeshev Oct 7, 2025
0f066d3
Merge branch 'main' into ai-textarea
ndeshev Oct 7, 2025
c975fa8
Merge branch 'main' into ai-textarea
ndeshev Oct 7, 2025
1a71ed0
feat(ui5-ai-textarea): introduce new component
ndeshev Oct 8, 2025
f54803d
Merge branch 'main' into ai-textarea
ndeshev Oct 8, 2025
5a5c2dd
Merge branch 'ai-textarea' of https://github.com/UI5/webcomponents in…
ndeshev Oct 8, 2025
dcffa6b
Merge branch 'main' into ai-textarea
ndeshev Oct 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Provides web components implementing AI-related visual and interaction.
| Button | `ui5-ai-button` | `import "@ui5/webcomponents-ai/dist/Button.js";` |
| Button State | `ui5-ai-button-state` | comes with `ui5-ai-button` |
| PromptInput | `ui5-ai-prompt-input` | `import "@ui5/webcomponents-ai/dist/PromptInput.js";` |
| TextArea | `ui5-ai-textarea` | `import "@ui5/webcomponents-ai/dist/TextArea.js";` |

## Provided assets

Expand Down
Loading
Loading