|
654 | 654 | "_ui5allowPreventDefault": true, |
655 | 655 | "_ui5Bubbles": false |
656 | 656 | }, |
| 657 | + { |
| 658 | + "name": "item-click", |
| 659 | + "_ui5privacy": "public", |
| 660 | + "type": { |
| 661 | + "text": "CustomEvent" |
| 662 | + }, |
| 663 | + "description": "Fired when an item from the AI actions menu is clicked.", |
| 664 | + "_ui5Cancelable": false, |
| 665 | + "_ui5allowPreventDefault": false, |
| 666 | + "_ui5Bubbles": false |
| 667 | + }, |
657 | 668 | { |
658 | 669 | "name": "stop-generation", |
659 | 670 | "_ui5privacy": "public", |
|
669 | 680 | "name": "version-change", |
670 | 681 | "_ui5privacy": "public", |
671 | 682 | "type": { |
672 | | - "text": "CustomEvent<undefined>" |
| 683 | + "text": "CustomEvent<InputVersionChangeEventDetail>", |
| 684 | + "references": [ |
| 685 | + { |
| 686 | + "name": "InputVersionChangeEventDetail", |
| 687 | + "package": "@ui5/webcomponents-ai", |
| 688 | + "module": "dist/Input.js" |
| 689 | + } |
| 690 | + ] |
673 | 691 | }, |
674 | 692 | "description": "Fired when the user selects the version navigation buttons.", |
675 | 693 | "_ui5Cancelable": false, |
|
1410 | 1428 | "name": "version-change", |
1411 | 1429 | "_ui5privacy": "public", |
1412 | 1430 | "type": { |
1413 | | - "text": "CustomEvent" |
| 1431 | + "text": "CustomEvent<TextAreaVersionChangeEventDetail>", |
| 1432 | + "references": [ |
| 1433 | + { |
| 1434 | + "name": "TextAreaVersionChangeEventDetail", |
| 1435 | + "package": "@ui5/webcomponents-ai", |
| 1436 | + "module": "dist/TextArea.js" |
| 1437 | + } |
| 1438 | + ] |
1414 | 1439 | }, |
1415 | 1440 | "description": "Fired when the user clicks on version navigation buttons.", |
1416 | 1441 | "_ui5Cancelable": false, |
1417 | 1442 | "_ui5allowPreventDefault": false, |
1418 | | - "_ui5Bubbles": false |
| 1443 | + "_ui5Bubbles": false, |
| 1444 | + "_ui5parameters": [ |
| 1445 | + { |
| 1446 | + "type": { |
| 1447 | + "text": "boolean" |
| 1448 | + }, |
| 1449 | + "name": "backwards", |
| 1450 | + "_ui5privacy": "public", |
| 1451 | + "description": "Indicates if navigation is backwards (true) or forwards (false, default)." |
| 1452 | + } |
| 1453 | + ] |
1419 | 1454 | }, |
1420 | 1455 | { |
1421 | 1456 | "name": "stop-generation", |
|
0 commit comments