Skip to content

Commit dd18e7f

Browse files
authored
Merge pull request #1591 from IgniteUI/dkalinov/docs_from_vnext
Update documentation for DB build from vNext branches
2 parents 4a83698 + 551c09a commit dd18e7f

File tree

655 files changed

+1297
-8435
lines changed

Some content is hidden

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

655 files changed

+1297
-8435
lines changed
Binary file not shown.
4 KB
Binary file not shown.

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/angular/general-changelog-dv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ All notable changes for each version of Ignite UI for Angular are documented on
2626
| 2189 | IgxDataChart | DataChart skips rendering axis when there are no labels |
2727
| 3055 | IgxDataPieChart | added missing styling properties for the Others Slice |
2828
| 38668 | IgxDataTooltipLayer | TitleTextColor is overridden when chart's TitleTextColor is used |
29-
| 40238 | Excel | fixed Excel Formula parser - Workbook.Load() throwing an Excel.FormulaParseException |
29+
| 40238 | Excel | fixed Excel Formula parser - Workbook.Load() throwing a Excel.FormulaParseException|
3030
| 41167 | Excel | Object's Formulas are not round-tripped - Added Excel support for round tripping the camera tool |
3131
| 41419 | Excel | Saving a VBA Signed Excel file does not keep a signature/certificate. |
3232
| 41594 | IgxDataChart | AssigningCategoryStyle args.GetItems is null or not working to update items in the fragment series. |

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/blazor/accessibility-compliance.md

Lines changed: 72 additions & 72 deletions
Large diffs are not rendered by default.

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/blazor/accordion.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,12 @@ Before using the [`IgbAccordion`](https://www.infragistics.com/blazor/docs/api/a
9797
builder.Services.AddIgniteUIBlazor(typeof(IgbAccordionModule));
9898
```
9999

100-
<!-- Blazor -->
101-
102100
You will also need to link an additional CSS file to apply the styling to the [`IgbAccordion`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbAccordion.html) component. The following needs to be placed in the **wwwroot/index.html** file in a **Blazor Web Assembly** project or the **Pages/\_Host.cshtml** file in a **Blazor Server** project:
103101

104102
```razor
105103
<link href="_content/IgniteUI.Blazor/themes/light/bootstrap.css" rel="stylesheet" />
106104
```
107105

108-
<!-- end: Blazor -->
109-
110106
Now you can start with a basic configuration of the [`IgbAccordion`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbAccordion.html) and its panels.
111107

112108
## Usage
@@ -139,7 +135,7 @@ As demonstrated above, the [`SingleExpand`](https://www.infragistics.com/blazor/
139135

140136
By using the [`HideAll`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbAccordion.html#IgniteUI_Blazor_Controls_IgbAccordion_HideAll) and [`ShowAll`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbAccordion.html#IgniteUI_Blazor_Controls_IgbAccordion_ShowAll) methods you can respectively collapse and expand all [`IgbExpansionPanel`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbExpansionPanel.html)s of the [`IgbAccordion`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbAccordion.html) programmatically.
141137

142-
> \[!Note]
138+
> [!Note]
143139
> If [`SingleExpand`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbAccordion.html#IgniteUI_Blazor_Controls_IgbAccordion_SingleExpand) property is set to **true** calling [`ShowAll`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbAccordion.html#IgniteUI_Blazor_Controls_IgbAccordion_ShowAll) method would expand only the focused panel.
144140
145141
### Blazor Accordion Customization Example

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/blazor/avatar.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ Before using the [`IgbAvatar`](https://www.infragistics.com/blazor/docs/api/api/
5353
builder.Services.AddIgniteUIBlazor(typeof(IgbAvatarModule));
5454
```
5555

56-
<!-- Blazor -->
57-
5856
You will also need to link an additional CSS file to apply the styling to the [`IgbAvatar`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbAvatar.html) component. The following needs to be placed in the **wwwroot/index.html** file in a **Blazor Web Assembly** project or the **Pages/\_Host.cshtml** file in a **Blazor Server** project:
5957

6058
```razor

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/blazor/badge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ The Ignite UI for Blazor Badge is a component used in conjunction with avatars,
3131

3232
## Usage
3333

34-
<!-- Blazor -->
35-
3634
Before using the [`IgbBadge`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbBadge.html), you need to register it as follows:
3735

3836
```razor
@@ -47,6 +45,8 @@ You will also need to link an additional CSS file to apply the styling to the [`
4745
<link href="_content/IgniteUI.Blazor/themes/light/bootstrap.css" rel="stylesheet" />
4846
```
4947

48+
The simplest way to start using the [`IgbBadge`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbBadge.html) is as follows:
49+
5050
```razor
5151
<IgbBadge />
5252
```

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/blazor/banner.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ The Ignite UI for Blazor Banner component provides a way to easily display a pro
109109

110110
## Usage
111111

112-
<!-- Blazor -->
113-
114112
Before using the [`IgbBanner`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbBanner.html), you need to register it as follows:
115113

116114
```razor
@@ -125,8 +123,6 @@ You will also need to link an additional CSS file to apply the styling to the [`
125123
<link href="_content/IgniteUI.Blazor/themes/light/bootstrap.css" rel="stylesheet" />
126124
```
127125

128-
<!-- end: Blazor -->
129-
130126
For a complete introduction to the Ignite UI for Blazor, read the [**Getting Started**](../general-getting-started.md) topic.
131127

132128
### Show Banner
@@ -150,7 +146,7 @@ In order to display the banner component, use its [`Show`](https://www.infragist
150146
}
151147
```
152148

153-
> \[!NOTE]
149+
> [!NOTE]
154150
> The [`IgbBanner`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbBanner.html) includes a default action button `OK`, which closes the banner.
155151
156152
## Examples
@@ -171,7 +167,7 @@ Configuring the message displayed in the banner is easy - just change the conten
171167

172168
An [`IgbIcon`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbIcon.html) can be displayed in the banner by using the banner's `prefix` slot. The icon will always be positioned at the beginning of the banner message.
173169

174-
> \[!NOTE]
170+
> [!NOTE]
175171
> If several [`IgbIcon`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbIcon.html) elements are inserted, the banner will try to position all of them at the beginning. It is strongly advised to pass only one [`IgbIcon`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbIcon.html) directly to the banner.
176172
177173
To pass an [`IgbIcon`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbIcon.html) to your banner, use the `prefix` slot:
@@ -359,7 +355,7 @@ function handleClosing() {
359355
}
360356
```
361357

362-
> \[!NOTE]
358+
> [!NOTE]
363359
> If the changes above are applied, the banner will never close, as the closing event is always cancelled.
364360
365361
## Advanced Example

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/blazor/binding.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ _tocName: Data Binding
1010

1111
# Blazor Grid Lite Data Binding
1212

13-
<!-- Blazor -->
14-
1513
The Grid Lite accepts a `List<T>` as its data source, where `T` is representing your model. Each grid row is the rendered representation of a data record in the array with row cells being controlled by the column configuration.
1614

17-
<!-- end: Blazor -->
18-
1915
When applying data transformations, such as sorting and filtering, the grid does not modify the original data reference. That is to say, data transformations will not be reflected in the original source. The grid does not track changes to the objects inside the data array, so direct modification of the data objects will not be reflected.
2016

2117
## Change the Data Source at Runtime
@@ -35,13 +31,7 @@ The component supports changing its data source at runtime. If the new source ha
3531
}
3632
```
3733

38-
<!-- Blazor -->
39-
40-
If the grid has `AutoGenerate` enabled, it will "*infer*" the new column configuration automatically when the data changes.
41-
42-
<!-- end: Blazor -->
43-
44-
<!-- Blazor -->
34+
If the grid has `AutoGenerate` enabled, it will "_infer_" the new column configuration automatically when the data changes.
4535

4636
```razor
4737
<IgbGridLite Data="data" AutoGenerate="true" />
@@ -52,16 +42,10 @@ If the grid has `AutoGenerate` enabled, it will "*infer*" the new column configu
5242
}
5343
```
5444

55-
<!-- end: Blazor -->
56-
57-
<!-- Blazor -->
58-
59-
> \[!NOTE]
45+
> [!NOTE]
6046
> The sort/filter states of the Grid Lite are kept when changing the data source in this manner.
6147
> Usually you will want to reset them by calling either `ClearSort()` and/or `ClearFilter()`.
6248
63-
<!-- end: Blazor -->
64-
6549
In the sample below, the grid has column auto-generation enabled. When you click on the switch data button,
6650
the column collection is reset, and a new data source is bound to the grid.
6751

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/blazor/button-group.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ The Blazor Button Group component is used to organize [`IgbToggleButton`](https:
7474

7575
## Usage
7676

77-
<!-- Blazor -->
78-
7977
Before using the [`IgbButtonGroup`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbButtonGroup.html), you need to register it as follows:
8078

8179
```razor
@@ -90,8 +88,6 @@ You will also need to link an additional CSS file to apply the styling to the [`
9088
<link href="_content/IgniteUI.Blazor/themes/light/bootstrap.css" rel="stylesheet" />
9189
```
9290

93-
<!-- end: Blazor -->
94-
9591
For a complete introduction to the Ignite UI for Blazor, read the [**Getting Started**](../general-getting-started.md) topic.
9692

9793
Now that you have the Ignite UI for Blazor Button Group imported, you can start with a basic configuration of the [`IgbButtonGroup`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbButtonGroup.html) and its buttons.
@@ -280,7 +276,7 @@ A [`IgbToggleButton`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.
280276
</IgbButtonGroup>
281277
```
282278

283-
> \[!Note]
279+
> [!Note]
284280
> Setting [`IgbToggleButton`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbToggleButton.html) [`Value`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbToggleButton.html#IgniteUI_Blazor_Controls_IgbToggleButton_Value) attribute is mandatory for using the [`SelectedItems`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbButtonGroup.html#IgniteUI_Blazor_Controls_IgbButtonGroup_SelectedItems) property of the [`IgbButtonGroup`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbButtonGroup.html).
285281
286282
### Size

0 commit comments

Comments
 (0)