Skip to content

Commit 9640066

Browse files
committed
chor(*): Mcp documentation database update
1 parent ebdbcb3 commit 9640066

890 files changed

Lines changed: 4810 additions & 43368 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Binary file not shown.
632 KB
Binary file not shown.

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/angular/button.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1946,7 +1946,7 @@ Or you can use the universal `--ig-button-size` variable to target all instances
19461946

19471947
```html
19481948
<div class="my-app">
1949-
<button igxButton="contained">Button</button>
1949+
<button igxButton="contained"></button>
19501950
</div>
19511951
```
19521952

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/angular/pivotGrid-pivot-grid.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,9 @@ export class PivotDataSelectorSampleComponent {
9999
```
100100
```html
101101
<div class="pivot-container">
102-
<div style="flex-grow: 1;">
103-
<igx-pivot-grid #grid1 [data]="data" [pivotConfiguration]="pivotConfigHierarchy" [height]="'850px'"
104-
[superCompactMode]="true" [defaultExpandState]='true'>
105-
</igx-pivot-grid>
106-
</div>
102+
<igx-pivot-grid #grid1 [data]="data" [pivotConfiguration]="pivotConfigHierarchy" [height]="'850px'"
103+
[superCompactMode]="true" [defaultExpandState]='true'>
104+
</igx-pivot-grid>
107105
<igx-pivot-data-selector [grid]="grid1"></igx-pivot-data-selector>
108106
</div>
109107
```

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ In it, you can see how to define an accordion and its expansion panels. The samp
8484
}
8585
```
8686

87-
8887
<div class="divider--half"></div>
8988

9089
## Getting Started with Blazor Accordion
@@ -341,7 +340,6 @@ The sample below demonstrates how elaborate filtering options can be implemented
341340
}
342341
```
343342

344-
345343
<div class="divider--half"></div>
346344

347345
### Nested Blazor Accordions Scenario
@@ -453,7 +451,6 @@ In the following Blazor Accordion example is created a complex FAQ section in or
453451
}
454452
```
455453

456-
457454
<div class="divider--half"></div>
458455

459456
## Keyboard Navigation

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/blazor/area-chart.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ public class CountryRenewableElectricity
109109
}
110110
```
111111

112-
113112
<div class="divider--half"></div>
114113

115114
## Area Chart Recommendations
@@ -223,7 +222,6 @@ public class CountryRenewableElectricity
223222
}
224223
```
225224

226-
227225
<div class="divider--half"></div>
228226

229227
## Blazor Area Chart with Multiple Series
@@ -322,7 +320,6 @@ public class CountryRenewableElectricity
322320
}
323321
```
324322

325-
326323
<div class="divider--half"></div>
327324

328325
## Blazor Area Chart Styling
@@ -426,7 +423,6 @@ public class CountryRenewableElectricity
426423
}
427424
```
428425

429-
430426
<div class="divider--half"></div>
431427

432428
## Advanced Types of Area Charts
@@ -532,7 +528,6 @@ public class CountryRenewableElectricity
532528
}
533529
```
534530

535-
536531
<div class="divider--half"></div>
537532

538533
The following sections explain more advanced types of Blazor Area Charts that can be created using the [`IgbDataChart`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbDataChart.html) control instead of [`IgbCategoryChart`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbCategoryChart.html) control with simplified API.
@@ -681,7 +676,6 @@ public class TemperatureRangeData
681676
}
682677
```
683678

684-
685679
<div class="divider--half"></div>
686680

687681
## Blazor Stacked Area Chart
@@ -862,7 +856,6 @@ public class ContinentsBirthRate
862856
}
863857
```
864858

865-
866859
<div class="divider--half"></div>
867860

868861
## Blazor Stacked 100% Area Chart
@@ -1040,7 +1033,6 @@ public class ContinentsBirthRate
10401033
}
10411034
```
10421035

1043-
10441036
<div class="divider--half"></div>
10451037

10461038
## Blazor Stacked Spline Area Chart
@@ -1221,7 +1213,6 @@ public class ContinentsBirthRate
12211213
}
12221214
```
12231215

1224-
12251216
<div class="divider--half"></div>
12261217

12271218
## Blazor Stacked 100% Spline Area Chart
@@ -1398,7 +1389,6 @@ public class ContinentsBirthRate
13981389
}
13991390
```
14001391

1401-
14021392
<div class="divider--half"></div>
14031393

14041394
## Blazor Radial Area Chart
@@ -1547,7 +1537,6 @@ public class FootballPlayerStats
15471537
}
15481538
```
15491539

1550-
15511540
<div class="divider--half"></div>
15521541

15531542
## Blazor Polar Area Chart
@@ -1701,7 +1690,6 @@ public class BoatSailingData
17011690
}
17021691
```
17031692

1704-
17051693
<div class="divider--half"></div>
17061694

17071695
## Blazor Polar Spline Area Chart
@@ -1838,7 +1826,6 @@ public class BoatSailingData
18381826
}
18391827
```
18401828

1841-
18421829
<div class="divider--half"></div>
18431830

18441831
## Additional Resources

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ The Ignite UI for Blazor Avatar helps to display initials, images, or icons in y
4040
}
4141
```
4242

43-
4443
<div class="divider--half"></div>
4544

4645
## Usage
@@ -101,7 +100,6 @@ If the [`Initials`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Bl
101100
}
102101
```
103102

104-
105103
### Image
106104

107105
The avatar can also display an image when the [`Src`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbAvatar.html#IgniteUI_Blazor_Controls_IgbAvatar_Src) attribute is assigned a valid URL to a static asset. In that case the [`Initials`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbAvatar.html#IgniteUI_Blazor_Controls_IgbAvatar_Initials) value will be ignored and children elements will not be rendered.
@@ -127,7 +125,6 @@ The avatar can also display an image when the [`Src`](https://www.infragistics.c
127125
}
128126
```
129127

130-
131128
### Shape
132129

133130
The avatar supports three shapes - `circle`, `rounded`, and `square`. The default shape of the avatar is `square` and it can be changed via the `shape` attribute.
@@ -159,7 +156,6 @@ The avatar supports three shapes - `circle`, `rounded`, and `square`. The defaul
159156
}
160157
```
161158

162-
163159
### Size
164160

165161
Apart from the shape, the size of the avatar can also be changed by utilizing the `--ig-size` CSS variable. The supported sizes are `small` (default), `medium`, and `large`. The following code snippet shows how to use a different component size:
@@ -185,7 +181,6 @@ igc-avatar {
185181
}
186182
```
187183

188-
189184
### Styling
190185

191186
The [`IgbAvatar`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbAvatar.html) component exposes several CSS parts, giving you full control over its style:
@@ -227,7 +222,6 @@ igc-avatar::part(base) {
227222
}
228223
```
229224

230-
231225
<div class="divider--half"></div>
232226

233227
## API References

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ The Ignite UI for Blazor Badge is a component used in conjunction with avatars,
2626
}
2727
```
2828

29-
3029
<div class="divider"></div>
3130

3231
## Usage
@@ -80,7 +79,6 @@ The Ignite UI for Blazor badge supports several pre-defined stylistic variants.
8079
}
8180
```
8281

83-
8482
### Shape
8583

8684
The badge component supports `rounded`(default) and `square` shapes. These values can be assigned to the [`Shape`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbBadge.html#IgniteUI_Blazor_Controls_IgbBadge_Shape) attribute.
@@ -102,7 +100,6 @@ The badge component supports `rounded`(default) and `square` shapes. These value
102100
}
103101
```
104102

105-
106103
### Dot
107104

108105
The Ignite UI for Blazor badge component can also render as a minimal dot indicator for notifications by setting its `dot` attribute. Dot badges do not support content, but they can be outlined and can use any of the available dot types (e.g., primary, success, info, etc.).
@@ -113,7 +110,6 @@ The Ignite UI for Blazor badge component can also render as a minimal dot indica
113110

114111

115112

116-
117113
## Styling
118114

119115
The [`IgbBadge`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbBadge.html) component exposes a `base` CSS part that can be used to change all of its style properties.
@@ -138,7 +134,6 @@ igc-badge::part(base) {
138134
}
139135
```
140136

141-
142137
<div class="divider--half"></div>
143138

144139
## API References

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ The Ignite UI for Blazor Banner component provides a way to easily display a pro
106106
}
107107
```
108108

109-
110109
## Usage
111110

112111
Before using the [`IgbBanner`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbBanner.html), you need to register it as follows:
@@ -321,7 +320,6 @@ The [`IgbBanner`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blaz
321320
}
322321
```
323322

324-
325323
### Binding to events
326324

327325
The banner component emits the `Closing` and `Closed` events when being closed. The `Closing` event is cancelable - it uses the [`CustomEvent`](https://developer.mozilla.org/docs/Web/API/CustomEvent) interface and the emitted object has its `cancelable` property set to **true**. If we cancel the `Closing` event, the corresponding end action and event will not be triggered - the banner will not be closed and the `Closed` event will not be emitted.
@@ -571,7 +569,6 @@ Finally, we will add a [`IgbToast`](https://www.infragistics.com/blazor/docs/api
571569
}
572570
```
573571

574-
575572
## Styling
576573

577574
The [`IgbBanner`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbBanner.html) component exposes several CSS parts which give you full control over its style:
@@ -744,7 +741,6 @@ igc-banner::part(content) {
744741
}
745742
```
746743

747-
748744
## API References
749745

750746
- [`IgbBanner`](https://www.infragistics.com/blazor/docs/api/api/IgniteUI.Blazor.Controls.IgbBanner.html)

packages/igniteui-mcp/igniteui-doc-mcp/docs_baseline/blazor/bar-chart.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ public class HighestGrossingMovies
164164
}
165165
```
166166

167-
168167
<div class="divider--half"></div>
169168

170169
## Bar Chart Recommendations
@@ -339,7 +338,6 @@ public class OnlineShoppingSearches
339338
}
340339
```
341340

342-
343341
<div class="divider--half"></div>
344342

345343
## Blazor Bar Chart with Multiple Series
@@ -493,7 +491,6 @@ public class HighestGrossingMovies
493491
}
494492
```
495493

496-
497494
<div class="divider--half"></div>
498495

499496
## Blazor Bar Chart Styling
@@ -635,7 +632,6 @@ public class OnlineShoppingSearches
635632
}
636633
```
637634

638-
639635
<div class="divider--half"></div>
640636

641637
## Blazor Stacked Bar Chart
@@ -807,7 +803,6 @@ public class EnergyRenewableConsumption
807803
}
808804
```
809805

810-
811806
<div class="divider--half"></div>
812807

813808
## Blazor Stacked 100% Bar Chart
@@ -976,7 +971,6 @@ public class EnergyRenewableConsumption
976971
}
977972
```
978973

979-
980974
<div class="divider--half"></div>
981975

982976
## Additional Resources

0 commit comments

Comments
 (0)