Skip to content

Commit b537843

Browse files
authored
Merge branch 'hotfix/hotfix-v27.1.48' into ES-892736-FiniteDirection
2 parents 06b4a4f + eb6b89c commit b537843

File tree

270 files changed

+11801
-3954
lines changed

Some content is hidden

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

270 files changed

+11801
-3954
lines changed

blazor-toc.html

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,26 @@
600600
</li>
601601
</ul>
602602
</li>
603+
<li>AI AssistView
604+
<ul>
605+
<li>Getting Started
606+
<ul>
607+
<li> <a href="/blazor/ai-assistview/getting-started-webapp">Blazor Web App</a></li>
608+
<li> <a href="/blazor/ai-assistview/getting-started">Blazor Server and WASM App</a></li>
609+
</ul>
610+
</li>
611+
<li><a href="/blazor/ai-assistview/assist-view">Assist view</a></li>
612+
<li><a href="/blazor/ai-assistview/toolbar-items">Toolbar items</a></li>
613+
<li><a href="/blazor/ai-assistview/custom-view">Custom views</a></li>
614+
<li><a href="/blazor/ai-assistview/templates">Templates</a></li>
615+
<li><a href="/blazor/ai-assistview/appearance">Appearance</a></li>
616+
<li><a href="/blazor/ai-assistview/methods">Methods</a></li>
617+
<li><a href="/blazor/ai-assistview/events">Events</a></li>
618+
<li>
619+
<a href="/cr/blazor/Syncfusion.Blazor.InteractiveChat.SfAIAssistView.html"> API Reference</a>
620+
</li>
621+
</ul>
622+
</li>
603623
<li>AppBar
604624
<ul>
605625
<li>Getting Started
@@ -1499,6 +1519,9 @@
14991519
<li>
15001520
<a href="/blazor/color-picker/how-to/render-palette-alone">Render palette alone</a>
15011521
</li>
1522+
<li>
1523+
<a href="/blazor/color-picker/how-to/show-recent-color">Show Recent Color</a>
1524+
</li>
15021525
</ul>
15031526
</li>
15041527
<li>
@@ -2784,6 +2807,7 @@
27842807
<li> <a href="/blazor/file-manager/multiple-file-selection">Multiple File Selection</a></li>
27852808
<li> <a href="/blazor/file-manager/drag-and-drop">Drag and Drop</a></li>
27862809
<li> <a href="/blazor/file-manager/virtualization">Virtualization</a></li>
2810+
<li> <a href="/blazor/file-manager/pagination">Pagination</a></li>
27872811
<li> <a href="/blazor/file-manager/accessibility">Accessibility</a></li>
27882812
<li>How To
27892813
<ul>
@@ -2859,6 +2883,9 @@
28592883
</li>
28602884
<li>Gantt Chart
28612885
<ul>
2886+
<li>
2887+
<a href="/blazor/gantt-chart/overview">Overview</a>
2888+
</li>
28622889
<li>Getting Started
28632890
<ul>
28642891
<li>
@@ -2874,7 +2901,9 @@
28742901
<li> <a href="/blazor/gantt-chart/custom-binding">Custom Binding</a></li>
28752902
</ul>
28762903
</li>
2877-
2904+
<li>
2905+
<a href="/blazor/gantt-chart/performance">Performance Best Practices</a>
2906+
</li>
28782907
<li> <a href="/blazor/gantt-chart/columns">Columns</a>
28792908
<ul>
28802909
<li><a href="/blazor/gantt-chart/column-reordering">Column Rordering</a></li>
@@ -2951,6 +2980,11 @@
29512980
</li>
29522981
<li> <a href="/blazor/gantt-chart/templates">Templates</a></li>
29532982
<li> <a href="/blazor/gantt-chart/excel-export">Excel Export</a></li>
2983+
<li> <a href="/blazor/gantt-chart/pdf-export">PDF Export</a>
2984+
<ul>
2985+
<li> <a href="/blazor/gantt-chart/template-pdf-export">PDF Exporting with Templates</a> </li>
2986+
</ul>
2987+
</li>
29542988
<li> <a href="/blazor/gantt-chart/context-menu">Context Menu</a></li>
29552989
<li> <a href="/blazor/gantt-chart/clipboard">Clipboard</a> </li>
29562990
<li> <a href="/blazor/gantt-chart/webassembly-performance">WebAssembly Performance</a></li>
@@ -3060,6 +3094,7 @@
30603094
<li> <a href="/blazor/image-editor/frame">Frame</a></li>
30613095
<li> <a href="/blazor/image-editor/resize">Resize</a></li>
30623096
<li> <a href="/blazor/image-editor/z-order">Z-Order</a></li>
3097+
<li> <a href="/blazor/image-editor/redact">Redact</a></li>
30633098
<li> <a href="/blazor/image-editor/localization">Localization</a></li>
30643099
<li> <a href="/blazor/image-editor/accessibility">Accessibility</a></li>
30653100
<li>
@@ -3304,6 +3339,7 @@
33043339
<li><a href="/blazor/mention/working-with-data">Working with Data</a></li>
33053340
<li><a href="/blazor/mention/filtering-data">Filtering Data</a></li>
33063341
<li><a href="/blazor/mention/sorting">Sorting</a></li>
3342+
<li> <a href="/blazor/mention/disabled-items">Disabled Items</a></li>
33073343
<li><a href="/blazor/mention/templates">Templates</a></li>
33083344
<li><a href="/blazor/mention/localization">Localization</a></li>
33093345
<li><a href="/blazor/mention/customization">Customization</a></li>
@@ -3360,6 +3396,16 @@
33603396
</li>
33613397
</ul>
33623398
</li>
3399+
<li>Multicolumn ComboBox
3400+
<ul>
3401+
<li>Getting Started
3402+
<ul>
3403+
<li> <a href="/blazor/multicolumn-combobox/getting-started-with-web-app">Blazor Web App</a></li>
3404+
<li> <a href="/blazor/multicolumn-combobox/getting-started">Blazor Server and WASM App</a></li>
3405+
</ul>
3406+
</li>
3407+
</ul>
3408+
</li>
33633409
<li>MultiSelect Dropdown
33643410
<ul>
33653411
<li>Getting Started

blazor/Release-Notes/27.1.48.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ documentation: ug
77

88
# Essential Studio for Blazor Release Notes
99

10-
{% include release-info.html date="September 17, 2024" version="v27.1.48" %}
10+
{% include release-info.html date="September 18, 2024" version="v27.1.48" %}
1111

1212
{% directory path: _includes/release-notes/v27.1.48 %}
1313

blazor/accumulation-chart/annotation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ The [CoordinateUnits](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Ch
148148
![Blazor Accumulation Chart displays Co-ordinate Units](images/annotation/blazor-accumulation-chart-coordinate-unit.png)
149149
{% previewsample "https://blazorplayground.syncfusion.com/embed/rNVgihWKpyvURKFW?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
150150

151-
N> Refer to the [Blazor Charts](https://www.syncfusion.com/blazor-components/blazor-charts) feature tour page for its groundbreaking feature representations and also explore the [Blazor Accumulation Chart Example](https://blazor.syncfusion.com/demos/chart/pie?theme=bootstrap4) to know about the various features of accumulation charts and how it is used to represent numeric proportional data.
151+
N> Refer to the [Blazor Charts](https://www.syncfusion.com/blazor-components/blazor-charts) feature tour page for its groundbreaking feature representations and also explore the [Blazor Accumulation Chart Example](https://blazor.syncfusion.com/demos/chart/pie?theme=bootstrap5) to know about the various features of accumulation charts and how it is used to represent numeric proportional data.
152152

153153
## See also
154154

blazor/accumulation-chart/grouping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The points that have been grouped together will appear as a single slice with th
166166
![Blazor Accumulation Chart with Group Mode](images/grouping/blazor-accumulation-chart-group-mode.png)
167167
{% previewsample "https://blazorplayground.syncfusion.com/embed/BZrqiViApefsiZXo?appbar=false&editor=false&result=true&errorlist=false&theme=bootstrap5" %}
168168

169-
N> Refer to the [Blazor Charts](https://www.syncfusion.com/blazor-components/blazor-charts) feature tour page for its groundbreaking feature representations and also explore the [Blazor Accumulation Chart Example](https://blazor.syncfusion.com/demos/chart/pie?theme=bootstrap4) to know various features of accumulation charts and how it is used to represent numeric proportional data.
169+
N> Refer to the [Blazor Charts](https://www.syncfusion.com/blazor-components/blazor-charts) feature tour page for its groundbreaking feature representations and also explore the [Blazor Accumulation Chart Example](https://blazor.syncfusion.com/demos/chart/pie?theme=bootstrap5) to know various features of accumulation charts and how it is used to represent numeric proportional data.
170170

171171
* [Data Label](./data-labels)
172172
* [Tooltip](./tool-tip)

blazor/ai-assistview/appearance.md

Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
---
2+
layout: post
3+
title: Appearance in Blazor AI AssistView Component | Syncfusion
4+
description: Checkout and learn here all about Appearance with Syncfusion Blazor AI AssistView component in Blazor Server App and Blazor WebAssembly App.
5+
platform: Blazor
6+
control: AI AssistView
7+
documentation: ug
8+
---
9+
10+
# Appearance in Blazor AI AssistView component
11+
12+
## Setting width
13+
14+
You can use the `Width` property to set the width of the AI AssistView.
15+
16+
```cshtml
17+
18+
@using Syncfusion.Blazor.InteractiveChat
19+
20+
<div class="aiassist-container" style="height: 350px; width: 750px;">
21+
<SfAIAssistView Width="650px" PromptRequested="@PromptRequest"></SfAIAssistView>
22+
</div>
23+
24+
@code {
25+
private async Task PromptRequest(AssistViewPromptRequestedEventArgs args)
26+
{
27+
await Task.Delay(1000);
28+
var defaultResponse = "For real-time prompt processing, connect the AI AssistView component to your preferred AI service, such as OpenAI or Azure Cognitive Services. Ensure you obtain the necessary API credentials to authenticate and enable seamless integration.";
29+
args.Response = defaultResponse;
30+
}
31+
}
32+
33+
```
34+
35+
![Blazor AI AssistView Width](./images/ai-assistview-width.png)
36+
37+
## Setting height
38+
39+
You can use the `Height` property to set the height of the AI AssistView.
40+
41+
> By default, the component `Width` & `Height` will be inherited based on the parent dimensions.
42+
43+
```cshtml
44+
45+
@using Syncfusion.Blazor.InteractiveChat
46+
47+
<div class="aiassist-container" style="height: 450px; width: 650px;">
48+
<SfAIAssistView Height="350px" PromptRequested="@PromptRequest"></SfAIAssistView>
49+
</div>
50+
51+
@code {
52+
private async Task PromptRequest(AssistViewPromptRequestedEventArgs args)
53+
{
54+
await Task.Delay(1000);
55+
var defaultResponse = "For real-time prompt processing, connect the AI AssistView component to your preferred AI service, such as OpenAI or Azure Cognitive Services. Ensure you obtain the necessary API credentials to authenticate and enable seamless integration.";
56+
args.Response = defaultResponse;
57+
}
58+
}
59+
60+
```
61+
62+
![Blazor AI AssistView Height](./images/ai-assistview-height.png)
63+
64+
## CssClass
65+
66+
You can customize the appearance of the AI AssistView component by using the `CssClass` property.
67+
68+
```cshtml
69+
70+
@using Syncfusion.Blazor.InteractiveChat
71+
72+
<div class="aiassist-container" style="height: 350px; width: 650px;">
73+
<SfAIAssistView CssClass="e-custom" PromptRequested="@PromptRequest"></SfAIAssistView>
74+
</div>
75+
76+
@code {
77+
private async Task PromptRequest(AssistViewPromptRequestedEventArgs args)
78+
{
79+
await Task.Delay(1000);
80+
var defaultResponse = "For real-time prompt processing, connect the AI AssistView component to your preferred AI service, such as OpenAI or Azure Cognitive Services. Ensure you obtain the necessary API credentials to authenticate and enable seamless integration.";
81+
args.Response = defaultResponse;
82+
}
83+
}
84+
<style>
85+
.e-aiassistview.e-custom {
86+
border-color: #e0e0e0;
87+
background-color: #f4f4f4;
88+
box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
89+
}
90+
91+
.e-aiassistview.e-custom .e-view-header .e-toolbar,
92+
.e-aiassistview.e-custom .e-view-header .e-toolbar-items {
93+
background: #d5d5d5;
94+
}
95+
96+
.e-aiassistview.e-custom .e-view-content .e-input-group {
97+
border: 3px solid #e0e0e0;
98+
}
99+
</style>
100+
101+
```
102+
103+
![Blazor AI AssistView Custom Class](./images/ai-assistview-custom-class.png)

0 commit comments

Comments
 (0)