|
571 | 571 | "react": "_ui_chat_OptionChangedEvent", |
572 | 572 | "vue": "Dx_ui_chat_OptionChangedEvent" |
573 | 573 | }, |
| 574 | + "_ui_chat_SendButtonClickEvent": { |
| 575 | + "angular": "dxo-ui-chat--send-button-click-event", |
| 576 | + "react": "_ui_chat_SendButtonClickEvent", |
| 577 | + "vue": "Dx_ui_chat_SendButtonClickEvent" |
| 578 | + }, |
574 | 579 | "_ui_chat_TypingEndEvent": { |
575 | 580 | "angular": "dxo-ui-chat--typing-end-event", |
576 | 581 | "react": "_ui_chat_TypingEndEvent", |
|
10344 | 10349 | "dxChatOptions.reloadOnChange": { |
10345 | 10350 | "vue": "reload-on-change" |
10346 | 10351 | }, |
| 10352 | + "dxChatOptions.sendButtonOptions": { |
| 10353 | + "vue": "send-button-options" |
| 10354 | + }, |
10347 | 10355 | "dxChatOptions.showAvatar": { |
10348 | 10356 | "vue": "show-avatar" |
10349 | 10357 | }, |
|
21478 | 21486 | "enums.SelectionSensitivity": { |
21479 | 21487 | "vue": "selection-sensitivity" |
21480 | 21488 | }, |
| 21489 | + "enums.SendButtonAction": { |
| 21490 | + "vue": "send-button-action" |
| 21491 | + }, |
21481 | 21492 | "enums.SeriesHoverMode": { |
21482 | 21493 | "vue": "series-hover-mode" |
21483 | 21494 | }, |
|
23203 | 23214 | "selectionConfiguration.showCheckBoxesMode": { |
23204 | 23215 | "vue": "show-check-boxes-mode" |
23205 | 23216 | }, |
| 23217 | + "sendButtonProperties": { |
| 23218 | + "angular": "dxo-send-button-properties", |
| 23219 | + "react": "SendButtonProperties", |
| 23220 | + "vue": "DxSendButtonProperties" |
| 23221 | + }, |
| 23222 | + "sendButtonProperties.onClick": { |
| 23223 | + "vue": "@click" |
| 23224 | + }, |
23206 | 23225 | "smartPasteInfo.aiResult": { |
23207 | 23226 | "angular": "dxo-ai-result", |
23208 | 23227 | "react": "AiResult", |
|
0 commit comments