Skip to content

Commit a83cef0

Browse files
Merge pull request #509 from Syncfusion-Content/development
DOCINFRA-2341_merged_using_automation
2 parents 893ac6b + 966c680 commit a83cef0

File tree

156 files changed

+4728
-143
lines changed

Some content is hidden

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

156 files changed

+4728
-143
lines changed

ej2-vue-toc.html

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
<li><a href="/ej2-vue/ai-assistview/accessibility">Accessibility</a></li>
177177
<li><a href="/ej2-vue/ai-assistview/methods">Methods</a></li>
178178
<li><a href="/ej2-vue/ai-assistview/events">Events</a></li>
179-
<li><a href="https://ej2.syncfusion.com/vue/documentation/api/ai-assist-view/">API Reference</a></li>
179+
<li><a href="https://ej2.syncfusion.com/vue/documentation/api/ai-assistview/">API Reference</a></li>
180180
</ul>
181181
</li><li>
182182
Appbar
@@ -509,6 +509,25 @@
509509
</li>
510510
<li><a href="https://ej2.syncfusion.com/vue/documentation/api/chart/">API Reference</a></li>
511511
</ul>
512+
</li><li>
513+
Chat UI
514+
<ul>
515+
<li><a href="/ej2-vue/chat-ui/getting-started">Getting Started</a></li>
516+
<li><a href="/ej2-vue/chat-ui/vue3-getting-started">Getting Started with Vue 3</a></li>
517+
<li><a href="/ej2-vue/chat-ui/messages">Messages</a></li>
518+
<li><a href="/ej2-vue/chat-ui/timebreaks">Time break</a></li>
519+
<li><a href="/ej2-vue/chat-ui/timestamp">Timestamp</a></li>
520+
<li><a href="/ej2-vue/chat-ui/typing-indicator">Typing indicator</a></li>
521+
<li><a href="/ej2-vue/chat-ui/load-on-demand">Load on-demand</a></li>
522+
<li><a href="/ej2-vue/chat-ui/header">Header</a></li>
523+
<li><a href="/ej2-vue/chat-ui/footer">Footer</a></li>
524+
<li><a href="/ej2-vue/chat-ui/templates">Templates</a></li>
525+
<li><a href="/ej2-vue/chat-ui/appearance">Appearance</a></li>
526+
<li><a href="/ej2-vue/chat-ui/globalization">Globalization</a></li>
527+
<li><a href="/ej2-vue/chat-ui/accessibility">Accessibility</a></li>
528+
<li><a href="/ej2-vue/chat-ui/methods">Methods</a></li>
529+
<li><a href="/ej2-vue/chat-ui/events">Events</a></li>
530+
</ul>
512531
</li><li>
513532
CheckBox
514533
<ul>
@@ -1977,6 +1996,9 @@
19771996
<li><a href="/ej2-vue/pdfviewer/how-to/export-as-image">Export As Image in Vue Pdfviewer component</a></li>
19781997
<li><a href="/ej2-vue/pdfviewer/how-to/custom-font-signature-field">Custom fonts for Signature and Initial fields</a></li>
19791998
<li><a href="/ej2-vue/pdfviewer/how-to/custom-fonts">Add custom fonts to the PDF Viewer using the PDF document</a></li>
1999+
<li><a href="/ej2-vue/pdfviewer/how-to/configure-annotation-selector-setting">Configure Annotation selector setting</a></li>
2000+
<li><a href="/ej2-vue/pdfviewer/how-to/convert-pdf-library-bounds-to-pdf-viewer-bounds">Convert Pdf Library Bounds to Pdf viewer bounds</a></li>
2001+
<li><a href="/ej2-vue/pdfviewer/how-to/show-custom-stamp-item">Display custom stamp items in custom stamp</a></li>
19802002
</ul>
19812003
</li>
19822004
<li>Troubleshooting

ej2-vue/ai-assistview/appearance.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ domainurl: ##DomainURL##
1212

1313
## Setting width
1414

15-
You can use the [width](../api/ai-assist-view#width) property to set the width of the AI AssistView. The default value is `100%`.
15+
You can use the [width](../api/ai-assistview#width) property to set the width of the AI AssistView. The default value is `100%`.
1616

1717
{% tabs %}
1818
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -27,7 +27,7 @@ You can use the [width](../api/ai-assist-view#width) property to set the width o
2727

2828
## Setting height
2929

30-
You can use the [height](../api/ai-assist-view#height) property to set the height of the AI AssistView. The default value is `100%`.
30+
You can use the [height](../api/ai-assistview#height) property to set the height of the AI AssistView. The default value is `100%`.
3131

3232
{% tabs %}
3333
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -42,7 +42,7 @@ You can use the [height](../api/ai-assist-view#height) property to set the heigh
4242

4343
## cssClass
4444

45-
You can customize the appearance of the AI AssistView component by using the [cssClass](../api/ai-assist-view#cssclass) property.
45+
You can customize the appearance of the AI AssistView component by using the [cssClass](../api/ai-assistview#cssclass) property.
4646

4747
{% tabs %}
4848
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/ai-assistview/assist-view.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ domainurl: ##DomainURL##
1212

1313
## Setting prompt text
1414

15-
You can use the [prompt](../api/ai-assist-view#prompt) property to define the prompt text for the AI AssistView component.
15+
You can use the [prompt](../api/ai-assistview#prompt) property to define the prompt text for the AI AssistView component.
1616

1717
{% tabs %}
1818
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -27,7 +27,7 @@ You can use the [prompt](../api/ai-assist-view#prompt) property to define the pr
2727

2828
## Setting prompt placeholder
2929

30-
You can use the [promptPlaceholder](../api/ai-assist-view#promptplaceholder) property to set the placeholder text for the prompt textarea. The default value is `Type prompt for assistance...`.
30+
You can use the [promptPlaceholder](../api/ai-assistview#promptplaceholder) property to set the placeholder text for the prompt textarea. The default value is `Type prompt for assistance...`.
3131

3232
{% tabs %}
3333
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -42,9 +42,9 @@ You can use the [promptPlaceholder](../api/ai-assist-view#promptplaceholder) pro
4242

4343
## Prompt-response collection
4444

45-
You can use the [prompts](../api/ai-assist-view#prompts) property to initialize the component with the configured data as a collection of prompts and responses or individual entries.
45+
You can use the [prompts](../api/ai-assistview#prompts) property to initialize the component with the configured data as a collection of prompts and responses or individual entries.
4646

47-
> The [prompts](../api/ai-assist-view#prompts) collection stores all the prompts and responses generated.
47+
> The [prompts](../api/ai-assistview#prompts) collection stores all the prompts and responses generated.
4848
4949
{% tabs %}
5050
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -59,7 +59,7 @@ You can use the [prompts](../api/ai-assist-view#prompts) property to initialize
5959

6060
## Adding prompt suggestions
6161

62-
You can use the [promptSuggestions](../api/ai-assist-view#promptsuggestions) property, to add the suggestions in both initial and on-demand which help users to refine their prompts. Additionally, custom header can be set for suggestions further enhancing the user experience.
62+
You can use the [promptSuggestions](../api/ai-assistview#promptsuggestions) property, to add the suggestions in both initial and on-demand which help users to refine their prompts. Additionally, custom header can be set for suggestions further enhancing the user experience.
6363

6464
{% tabs %}
6565
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -74,7 +74,7 @@ You can use the [promptSuggestions](../api/ai-assist-view#promptsuggestions) pro
7474

7575
### Adding suggestions header
7676

77-
You can use the [promptSuggestionsHeader](../api/ai-assist-view#promptsuggestionsheader) property to set the header text for the prompt suggestions in the AI AssistView.
77+
You can use the [promptSuggestionsHeader](../api/ai-assistview#promptsuggestionsheader) property to set the header text for the prompt suggestions in the AI AssistView.
7878

7979
{% tabs %}
8080
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -89,7 +89,7 @@ You can use the [promptSuggestionsHeader](../api/ai-assist-view#promptsuggestion
8989

9090
## Adding prompt iconCss
9191

92-
You can customize the appearance of the prompter avatar by using the [promptIconCss](../api/ai-assist-view#prompticoncss) property.
92+
You can customize the appearance of the prompter avatar by using the [promptIconCss](../api/ai-assistview#prompticoncss) property.
9393

9494
{% tabs %}
9595
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -104,7 +104,7 @@ You can customize the appearance of the prompter avatar by using the [promptIcon
104104

105105
## Adding response iconCss
106106

107-
You can use the [responseIconCss](../api/ai-assist-view#responseiconcss) property to customize the appearance of the responder avatar. By default, the `e-assistview-icon` class is added as the built-in AI AssistView response icon.
107+
You can use the [responseIconCss](../api/ai-assistview#responseiconcss) property to customize the appearance of the responder avatar. By default, the `e-assistview-icon` class is added as the built-in AI AssistView response icon.
108108

109109
{% tabs %}
110110
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -119,7 +119,7 @@ You can use the [responseIconCss](../api/ai-assist-view#responseiconcss) propert
119119

120120
## Show or hide clear button
121121

122-
You can use the [showClearButton](../api/ai-assist-view#showclearbutton) property to show or hide the clear button. By default, its value is `false`, when the clear button is clicked, the prompt text entered will be cleared.
122+
You can use the [showClearButton](../api/ai-assistview#showclearbutton) property to show or hide the clear button. By default, its value is `false`, when the clear button is clicked, the prompt text entered will be cleared.
123123

124124
{% tabs %}
125125
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/ai-assistview/custom-view.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ By using the `e-views` tag directive you can define the collection of different
1616

1717
### Setting view type
1818

19-
You can set the type of view by using the [type](../api/ai-assist-view/assistViewType) property within the `e-view` tag directive. It accepts two values such as `Assist`, and `Custom`.
19+
You can set the type of view by using the [type](../api/ai-assistview/assistViewType) property within the `e-view` tag directive. It accepts two values such as `Assist`, and `Custom`.
2020

2121
```html
2222

@@ -67,7 +67,7 @@ export default {
6767

6868
### Setting name
6969

70-
You can use the [name](../api/ai-assist-view/assistViewModel/#name) property to specifies the header name of the `Assist` or `Custom` views in the AI AssistView.
70+
You can use the [name](../api/ai-assistview/assistViewModel/#name) property to specifies the header name of the `Assist` or `Custom` views in the AI AssistView.
7171

7272
```html
7373

@@ -118,7 +118,7 @@ export default {
118118

119119
### Setting iconCss
120120

121-
You can customize the view icons by using the [iconCss](../api/ai-assist-view/assistViewModel/#iconcss) property. By default the `e-assistview-icon` class is added as built-in header icon for the AI AssistView.
121+
You can customize the view icons by using the [iconCss](../api/ai-assistview/assistViewModel/#iconcss) property. By default the `e-assistview-icon` class is added as built-in header icon for the AI AssistView.
122122

123123
```html
124124

@@ -182,7 +182,7 @@ The following example illustrates how types, name, and iconCss are used in a AI
182182

183183
### Setting view template
184184

185-
You can use the [viewTemplate](../api/ai-assist-view/assistViewModel/#viewtemplate) property to add the view content of the multiple views added in the AI AssistView.
185+
You can use the [viewTemplate](../api/ai-assistview/assistViewModel/#viewtemplate) property to add the view content of the multiple views added in the AI AssistView.
186186

187187
{% tabs %}
188188
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -197,7 +197,7 @@ You can use the [viewTemplate](../api/ai-assist-view/assistViewModel/#viewtempla
197197

198198
## Setting active view
199199

200-
You can use the [activeView](../api/ai-assist-view#activeview) property to set the active view in the AI AssistView. By default, the value is `0`.
200+
You can use the [activeView](../api/ai-assistview#activeview) property to set the active view in the AI AssistView. By default, the value is `0`.
201201

202202
{% tabs %}
203203
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/ai-assistview/events.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This section describes the AI AssistView events that will be triggered when appr
1414

1515
## created
1616

17-
The AI AssistView component triggers the [created](../api/ai-assist-view#created) event when the component rendering is completed.
17+
The AI AssistView component triggers the [created](../api/ai-assistview#created) event when the component rendering is completed.
1818

1919
{% tabs %}
2020
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -27,7 +27,7 @@ The AI AssistView component triggers the [created](../api/ai-assist-view#created
2727

2828
## promptRequest
2929

30-
The [promptRequest](../api/ai-assist-view#promptrequest) event is triggered when the prompt request is made in the AI AssistView component.
30+
The [promptRequest](../api/ai-assistview#promptrequest) event is triggered when the prompt request is made in the AI AssistView component.
3131

3232
{% tabs %}
3333
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -40,7 +40,7 @@ The [promptRequest](../api/ai-assist-view#promptrequest) event is triggered when
4040

4141
## promptChanged
4242

43-
The [promptChanged](../api/ai-assist-view#promptchanged) event is triggered when the prompt text is changed in the AI AssistView component.
43+
The [promptChanged](../api/ai-assistview#promptchanged) event is triggered when the prompt text is changed in the AI AssistView component.
4444

4545
{% tabs %}
4646
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/ai-assistview/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ yarn run serve
145145

146146
## Configure suggestions and responses
147147

148-
You can use the [promptSuggestions](../api/ai-assist-view#promptsuggestions) property to add prompt suggestions and the [promptRequest](../api/ai-assist-view#promptrequest) event to add responses when the prompt matches the specified prompts data otherwise, the default response will be displayed.
148+
You can use the [promptSuggestions](../api/ai-assistview#promptsuggestions) property to add prompt suggestions and the [promptRequest](../api/ai-assistview#promptrequest) event to add responses when the prompt matches the specified prompts data otherwise, the default response will be displayed.
149149

150150
{% tabs %}
151151
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/ai-assistview/methods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ domainurl: ##DomainURL##
1212

1313
## Adding prompt response
1414

15-
You can use the [addPromptResponse](../api/ai-assist-view#addpromptresponse) public method to add the prompts and responses to the AI AssistView. You can add the it either as a `string` or `object` collection.
15+
You can use the [addPromptResponse](../api/ai-assistview#addpromptresponse) public method to add the prompts and responses to the AI AssistView. You can add the it either as a `string` or `object` collection.
1616

1717
### Adding responses as string.
1818

@@ -46,7 +46,7 @@ You can add object response, by passing the prompt and response as a collection
4646

4747
## Executing prompt
4848

49-
You can use the [executePrompt](../api/ai-assist-view#executeprompt) method to execute the prompts dynamically in the AI AssistView. It accepts prompts as string values, which triggers the [promptRequest](../api/ai-assist-view#promptrequest) event and performs the callback actions.
49+
You can use the [executePrompt](../api/ai-assistview#executeprompt) method to execute the prompts dynamically in the AI AssistView. It accepts prompts as string values, which triggers the [promptRequest](../api/ai-assistview#promptrequest) event and performs the callback actions.
5050

5151
{% tabs %}
5252
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

ej2-vue/ai-assistview/templates.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The AI AssistView provides several template options to customize the banner, pro
1414

1515
## Banner template
1616

17-
You can use the [bannerTemplate](../api/ai-assist-view#bannertemplate) property to display additional information, such as a welcome note, and more in the AI AssistView. This banner is positioned at the top of the prompt and response conversation area within the AI AssistView.
17+
You can use the [bannerTemplate](../api/ai-assistview#bannertemplate) property to display additional information, such as a welcome note, and more in the AI AssistView. This banner is positioned at the top of the prompt and response conversation area within the AI AssistView.
1818

1919
{% tabs %}
2020
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -29,7 +29,7 @@ You can use the [bannerTemplate](../api/ai-assist-view#bannertemplate) property
2929

3030
## Prompt item template
3131

32-
You can use the [promptItemTemplate](../api/ai-assist-view#promptitemtemplate) property to customize the prompt items in the AI AssistView. The template context includes `prompt`, `toolbarItems` and `index` items.
32+
You can use the [promptItemTemplate](../api/ai-assistview#promptitemtemplate) property to customize the prompt items in the AI AssistView. The template context includes `prompt`, `toolbarItems` and `index` items.
3333

3434
{% tabs %}
3535
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -44,7 +44,7 @@ You can use the [promptItemTemplate](../api/ai-assist-view#promptitemtemplate) p
4444

4545
## Response item template
4646

47-
You can use the [responseItemTemplate](../api/ai-assist-view#responseitemtemplate) property to customize response items within the AI AssistView. The template context includes the `prompt`, `response`, `index`, `toolbarItems` and `output` items.
47+
You can use the [responseItemTemplate](../api/ai-assistview#responseitemtemplate) property to customize response items within the AI AssistView. The template context includes the `prompt`, `response`, `index`, `toolbarItems` and `output` items.
4848

4949
{% tabs %}
5050
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -59,7 +59,7 @@ You can use the [responseItemTemplate](../api/ai-assist-view#responseitemtemplat
5959

6060
## Prompt suggestion item template
6161

62-
You can use the [promptSuggestionItemTemplate](../api/ai-assist-view#promptsuggestionitemtemplate) property to customize the prompt suggestion items in the AI AssistView. The template context includes the `index` and `promptSuggestion`.
62+
You can use the [promptSuggestionItemTemplate](../api/ai-assistview#promptsuggestionitemtemplate) property to customize the prompt suggestion items in the AI AssistView. The template context includes the `index` and `promptSuggestion`.
6363

6464
{% tabs %}
6565
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}
@@ -74,7 +74,7 @@ You can use the [promptSuggestionItemTemplate](../api/ai-assist-view#promptsugge
7474

7575
## Footer template
7676

77-
You can use the [footerTemplate](../api/ai-assist-view#footertemplate) property to customize the default footer area and manage prompt request actions in the AI AssistView. This allows users to create unique footers that meet their specific needs.
77+
You can use the [footerTemplate](../api/ai-assistview#footertemplate) property to customize the default footer area and manage prompt request actions in the AI AssistView. This allows users to create unique footers that meet their specific needs.
7878

7979
{% tabs %}
8080
{% highlight html tabtitle="Composition API (~/src/App.vue)" %}

0 commit comments

Comments
 (0)