|
193 | 193 | }, |
194 | 194 | "tagName": "ui5-ai-button", |
195 | 195 | "customElement": true, |
196 | | - "_ui5experimental": "The Button and ButtonState web components are availabe since 2.0 under an experimental flag and their API and behaviour are subject to change.", |
| 196 | + "_ui5experimental": "The **@ui5/webcomponents-ai** package (including Button and ButtonState) is under active development and considered experimental. Component APIs are subject to change.\nFurthermore, the package supports **Horizon** themes only.", |
197 | 197 | "_ui5since": "2.0.0", |
198 | 198 | "_ui5privacy": "public" |
199 | 199 | } |
|
332 | 332 | }, |
333 | 333 | "tagName": "ui5-ai-button-state", |
334 | 334 | "customElement": true, |
335 | | - "_ui5experimental": "The Button and ButtonState web components are available since 2.0 under an experimental flag and their API and behaviour are subject to change.", |
| 335 | + "_ui5experimental": "The **@ui5/webcomponents-ai** package (including ButtonState) is under active development and considered experimental. Component APIs are subject to change.\nFurthermore, the package supports **Horizon** themes only.", |
336 | 336 | "_ui5since": "2.0.0", |
337 | 337 | "_ui5privacy": "public", |
338 | 338 | "_ui5abstract": true |
|
640 | 640 | "description": "Defines whether the suggestions picker is open.\nThe picker will not open if the `showSuggestions` property is set to `false`, the input is disabled or the input is readonly.\nThe picker will close automatically and `close` event will be fired if the input is not in the viewport.", |
641 | 641 | "privacy": "public", |
642 | 642 | "_ui5since": "2.0.0" |
| 643 | + }, |
| 644 | + { |
| 645 | + "kind": "field", |
| 646 | + "name": "filter", |
| 647 | + "type": { |
| 648 | + "text": "InputSuggestionsFilter", |
| 649 | + "references": [ |
| 650 | + { |
| 651 | + "name": "InputSuggestionsFilter", |
| 652 | + "package": "@ui5/webcomponents", |
| 653 | + "module": "dist/types/InputSuggestionsFilter.js" |
| 654 | + } |
| 655 | + ] |
| 656 | + }, |
| 657 | + "description": "Defines the filter type of the component.", |
| 658 | + "default": "\"None\"", |
| 659 | + "privacy": "public", |
| 660 | + "_ui5since": "2.19.0" |
643 | 661 | } |
644 | 662 | ], |
645 | 663 | "events": [ |
|
658 | 676 | "name": "item-click", |
659 | 677 | "_ui5privacy": "public", |
660 | 678 | "type": { |
661 | | - "text": "CustomEvent" |
| 679 | + "text": "CustomEvent<InputItemClickEventDetail>", |
| 680 | + "references": [ |
| 681 | + { |
| 682 | + "name": "InputItemClickEventDetail", |
| 683 | + "package": "@ui5/webcomponents-ai", |
| 684 | + "module": "dist/Input.js" |
| 685 | + } |
| 686 | + ] |
662 | 687 | }, |
663 | 688 | "description": "Fired when an item from the AI actions menu is clicked.", |
664 | 689 | "_ui5Cancelable": false, |
665 | 690 | "_ui5allowPreventDefault": false, |
666 | | - "_ui5Bubbles": false |
| 691 | + "_ui5Bubbles": false, |
| 692 | + "_ui5parameters": [ |
| 693 | + { |
| 694 | + "type": { |
| 695 | + "text": "HTMLElement" |
| 696 | + }, |
| 697 | + "name": "item", |
| 698 | + "_ui5privacy": "public", |
| 699 | + "description": "The currently clicked menu item." |
| 700 | + }, |
| 701 | + { |
| 702 | + "type": { |
| 703 | + "text": "string" |
| 704 | + }, |
| 705 | + "name": "text", |
| 706 | + "_ui5privacy": "public", |
| 707 | + "description": "The text of the currently clicked menu item." |
| 708 | + } |
| 709 | + ] |
667 | 710 | }, |
668 | 711 | { |
669 | 712 | "name": "stop-generation", |
|
828 | 871 | }, |
829 | 872 | "tagName": "ui5-ai-input", |
830 | 873 | "customElement": true, |
831 | | - "_ui5experimental": "The **@ui5/webcomponents-ai** package is under active development and considered experimental. Component APIs are subject to change.", |
| 874 | + "_ui5experimental": "The **@ui5/webcomponents-ai** package is under active development and considered experimental. Component APIs are subject to change.\nFurthermore, the package supports **Horizon** themes only.", |
832 | 875 | "_ui5since": "2.16.0", |
833 | 876 | "_ui5privacy": "public", |
834 | 877 | "cssParts": [ |
|
1156 | 1199 | }, |
1157 | 1200 | "tagName": "ui5-ai-prompt-input", |
1158 | 1201 | "customElement": true, |
1159 | | - "_ui5experimental": "The **@ui5/webcomponents-ai** package is under development and considered experimental - components' APIs are subject to change.", |
| 1202 | + "_ui5experimental": "The **@ui5/webcomponents-ai** package is under development and considered experimental - components' APIs are subject to change.\nFurthermore, the package supports **Horizon** themes only.", |
1160 | 1203 | "_ui5privacy": "public" |
1161 | 1204 | } |
1162 | 1205 | ], |
|
1573 | 1616 | }, |
1574 | 1617 | "tagName": "ui5-ai-textarea", |
1575 | 1618 | "customElement": true, |
1576 | | - "_ui5experimental": "The **@ui5/webcomponents-ai** package is under development and considered experimental - components' APIs are subject to change.", |
| 1619 | + "_ui5experimental": "The **@ui5/webcomponents-ai** package is under development and considered experimental - components' APIs are subject to change.\nFurthermore, the package supports **Horizon** themes only.", |
1577 | 1620 | "_ui5since": "2.16.0", |
1578 | 1621 | "_ui5privacy": "public", |
1579 | 1622 | "cssParts": [ |
|
0 commit comments