Skip to content

Commit b48bb39

Browse files
committed
DocGen 26_1 result
1 parent 651bf1a commit b48bb39

8 files changed

Lines changed: 111 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: dxChat.Options.sendButtonOptions
3+
type: SendButtonProperties
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
---
10+
<!-- Description goes here -->
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
id: SendButtonProperties
3+
module: ui/chat
4+
export: SendButtonProperties
5+
type: Object
6+
---
7+
---
8+
##### shortDescription
9+
<!-- Description goes here -->
10+
11+
---
12+
<!-- Description goes here -->
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
id: SendButtonProperties.action
3+
type: Enums.SendButtonAction
4+
default: 'send'
5+
---
6+
---
7+
##### shortDescription
8+
<!-- Description goes here -->
9+
10+
---
11+
<!-- Description goes here -->
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
id: SendButtonProperties.icon
3+
type: String
4+
default: 'arrowright'
5+
---
6+
---
7+
##### shortDescription
8+
<!-- Description goes here -->
9+
10+
---
11+
<!-- Description goes here -->
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
id: SendButtonProperties.onClick
3+
type: function(e)
4+
---
5+
---
6+
##### shortDescription
7+
<!-- Description goes here -->
8+
9+
##### param(e): ui/chat:SendButtonClickEvent
10+
<!-- Description goes here -->
11+
12+
##### field(e.component): {WidgetName}
13+
<!-- Description goes here -->
14+
15+
##### field(e.element): DxElement
16+
<!-- Description goes here -->
17+
18+
##### field(e.event): event
19+
<!-- Description goes here -->
20+
21+
---
22+
<!-- Description goes here -->
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
id: _ui_chat_SendButtonClickEvent
3+
module: ui/chat
4+
export: SendButtonClickEvent
5+
type: Object
6+
inherits: NativeEventInfo
7+
references: SendButtonProperties.onClick
8+
---
9+
---
10+
##### shortDescription
11+
<!-- Description goes here -->
12+
13+
---
14+
<!-- Description goes here -->
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
id: Enums.SendButtonAction
3+
acceptValues: 'send' | 'custom'
4+
type: Union
5+
references: SendButtonProperties.action
6+
---
7+
---
8+
##### shortDescription
9+
<!-- Description goes here -->
10+
11+
---
12+
<!-- Description goes here -->

metadata/syntax-data.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,11 @@
571571
"react": "_ui_chat_OptionChangedEvent",
572572
"vue": "Dx_ui_chat_OptionChangedEvent"
573573
},
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+
},
574579
"_ui_chat_TypingEndEvent": {
575580
"angular": "dxo-ui-chat--typing-end-event",
576581
"react": "_ui_chat_TypingEndEvent",
@@ -10344,6 +10349,9 @@
1034410349
"dxChatOptions.reloadOnChange": {
1034510350
"vue": "reload-on-change"
1034610351
},
10352+
"dxChatOptions.sendButtonOptions": {
10353+
"vue": "send-button-options"
10354+
},
1034710355
"dxChatOptions.showAvatar": {
1034810356
"vue": "show-avatar"
1034910357
},
@@ -21478,6 +21486,9 @@
2147821486
"enums.SelectionSensitivity": {
2147921487
"vue": "selection-sensitivity"
2148021488
},
21489+
"enums.SendButtonAction": {
21490+
"vue": "send-button-action"
21491+
},
2148121492
"enums.SeriesHoverMode": {
2148221493
"vue": "series-hover-mode"
2148321494
},
@@ -23203,6 +23214,14 @@
2320323214
"selectionConfiguration.showCheckBoxesMode": {
2320423215
"vue": "show-check-boxes-mode"
2320523216
},
23217+
"sendButtonProperties": {
23218+
"angular": "dxo-send-button-properties",
23219+
"react": "SendButtonProperties",
23220+
"vue": "DxSendButtonProperties"
23221+
},
23222+
"sendButtonProperties.onClick": {
23223+
"vue": "@click"
23224+
},
2320623225
"smartPasteInfo.aiResult": {
2320723226
"angular": "dxo-ai-result",
2320823227
"react": "AiResult",

0 commit comments

Comments
 (0)