Skip to content

Commit 7634a40

Browse files
authored
feat: update to UI5 Web Components v2.19.0 (#8180)
1 parent b373821 commit 7634a40

File tree

53 files changed

+1155
-338
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+1155
-338
lines changed

.storybook/custom-element-manifests/ai.json

Lines changed: 50 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@
193193
},
194194
"tagName": "ui5-ai-button",
195195
"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.",
197197
"_ui5since": "2.0.0",
198198
"_ui5privacy": "public"
199199
}
@@ -332,7 +332,7 @@
332332
},
333333
"tagName": "ui5-ai-button-state",
334334
"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.",
336336
"_ui5since": "2.0.0",
337337
"_ui5privacy": "public",
338338
"_ui5abstract": true
@@ -640,6 +640,24 @@
640640
"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.",
641641
"privacy": "public",
642642
"_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"
643661
}
644662
],
645663
"events": [
@@ -658,12 +676,37 @@
658676
"name": "item-click",
659677
"_ui5privacy": "public",
660678
"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+
]
662687
},
663688
"description": "Fired when an item from the AI actions menu is clicked.",
664689
"_ui5Cancelable": false,
665690
"_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+
]
667710
},
668711
{
669712
"name": "stop-generation",
@@ -828,7 +871,7 @@
828871
},
829872
"tagName": "ui5-ai-input",
830873
"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.",
832875
"_ui5since": "2.16.0",
833876
"_ui5privacy": "public",
834877
"cssParts": [
@@ -1156,7 +1199,7 @@
11561199
},
11571200
"tagName": "ui5-ai-prompt-input",
11581201
"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.",
11601203
"_ui5privacy": "public"
11611204
}
11621205
],
@@ -1573,7 +1616,7 @@
15731616
},
15741617
"tagName": "ui5-ai-textarea",
15751618
"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.",
15771620
"_ui5since": "2.16.0",
15781621
"_ui5privacy": "public",
15791622
"cssParts": [

0 commit comments

Comments
 (0)