You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/ai/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,7 @@
5
5
Provides web components implementing AI-related visual and interaction.
6
6
7
7
8
-
**Note:** The package is available since 2.0 and experimental
9
-
8
+
**Note:** The package is available since 2.0. It's under active development and considered experimental. Component APIs are subject to change. Furthermore, the package supports **Horizon** themes only.
10
9
11
10
## Provided components
12
11
@@ -23,7 +22,7 @@ Provides web components implementing AI-related visual and interaction.
23
22
24
23
| Assets | Module | Notes
25
24
|------------|-----------|-----------
26
-
| `i18n`, `themes` | `@ui5/webcomponents-ai/dist/Assets.js` | Theming parameters and translations for the components
25
+
| `i18n`, `themes` | `@ui5/webcomponents-ai/dist/Assets.js` | Theming parameters (Horizon themes only) and translations for the components
Copy file name to clipboardExpand all lines: packages/ai/src/Button.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,8 @@ type AIButtonAccessibilityAttributes = { root?: AIButtonRootAccessibilityAttribu
57
57
* @extends UI5Element
58
58
* @since 2.0.0
59
59
* @public
60
-
* @experimental The Button and ButtonState web components are availabe since 2.0 under an experimental flag and their API and behaviour are subject to change.
60
+
* @experimental The **@ui5/webcomponents-ai** package (including Button and ButtonState) is under active development and considered experimental. Component APIs are subject to change.
61
+
* Furthermore, the package supports **Horizon** themes only.
Copy file name to clipboardExpand all lines: packages/ai/src/ButtonState.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ import property from "@ui5/webcomponents-base/dist/decorators/property.js";
22
22
* @abstract
23
23
* @since 2.0.0
24
24
* @public
25
-
* @experimental The Button and ButtonState web components are available since 2.0 under an experimental flag and their API and behaviour are subject to change.
25
+
* @experimental The **@ui5/webcomponents-ai** package (including ButtonState) is under active development and considered experimental. Component APIs are subject to change.
26
+
* Furthermore, the package supports **Horizon** themes only.
Copy file name to clipboardExpand all lines: packages/ai/src/TextArea.ts
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ type TextAreaVersionChangeEventDetail = {
44
44
* @constructor
45
45
* @extends BaseTextArea
46
46
* @experimental The **@ui5/webcomponents-ai** package is under development and considered experimental - components' APIs are subject to change.
47
+
* Furthermore, the package supports **Horizon** themes only.
47
48
* @since 2.16.0
48
49
* @public
49
50
* @slot {HTMLElement} menu Defines a slot for `ui5-menu` integration. This slot allows you to pass a `ui5-menu` instance that will be associated with the assistant.
0 commit comments