-{/* Theme Switcher Radios and Labels */}
+{/*Theme Switcher Radios and Labels*/}
@@ -636,7 +636,7 @@ When you modify the `$header-background` and `$content-background` properties, a
| | $date-border-radius | If not specified and `$date-range-border-radius` is set, uses the value of `$date-range-border-radius`. |
-
+
{/* .theme-switcher-wrapper */}
diff --git a/docs/angular/src/content/en/components/charts/features/chart-annotations.mdx b/docs/angular/src/content/en/components/charts/features/chart-annotations.mdx
index c9145fad9d..a1e29fb323 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-annotations.mdx
+++ b/docs/angular/src/content/en/components/charts/features/chart-annotations.mdx
@@ -80,10 +80,6 @@ The following example demonstrates how to style the final value layer annotation
-
-
-
-
## Angular Callout Layer
The displays annotations from existing or new data on the chart control. The annotations appear next to the given data values in the data source.
@@ -126,14 +122,5 @@ The following example demonstrates how to style the callout layer annotations by
-
-
-
-
-
-
-
-
-
## API References
diff --git a/docs/angular/src/content/en/components/charts/features/chart-axis-layouts.mdx b/docs/angular/src/content/en/components/charts/features/chart-axis-layouts.mdx
index c0f90fa9af..19e1aaaf95 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-axis-layouts.mdx
+++ b/docs/angular/src/content/en/components/charts/features/chart-axis-layouts.mdx
@@ -69,7 +69,6 @@ The following example shows a Sin and Cos wave represented by a [Scatter Spline
-
## Additional Resources
You can find more information about related chart features in these topics:
diff --git a/docs/angular/src/content/en/components/charts/features/chart-data-aggregations.mdx b/docs/angular/src/content/en/components/charts/features/chart-data-aggregations.mdx
index 4dcac5eebb..cc3b1cadc5 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-data-aggregations.mdx
+++ b/docs/angular/src/content/en/components/charts/features/chart-data-aggregations.mdx
@@ -37,9 +37,5 @@ Note, the abbreviated functions found within the dropdowns for
diff --git a/docs/angular/src/content/en/components/charts/features/chart-highlight-filter.mdx b/docs/angular/src/content/en/components/charts/features/chart-highlight-filter.mdx
index fd065636f6..30a5a1feef 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-highlight-filter.mdx
+++ b/docs/angular/src/content/en/components/charts/features/chart-highlight-filter.mdx
@@ -61,7 +61,7 @@ The following example demonstrates the usage of the data highlighting overlay fe
-{/* TODO add new section that talks about how this feature also applies to Range, Financial series and the HighlightedValueMemberPath property corresponds to:
+{/*TODO add new section that talks about how this feature also applies to Range, Financial series and the HighlightedValueMemberPath property corresponds to:
HighlightedHighMemberPath and HighlightedLowMemberPath in Range Series
HighlightedHighMemberPath, HighlightedLowMemberPath, HighlightedOpenMemberPath, HighlightedCloseMemberPath in Financial Series*/}
diff --git a/docs/angular/src/content/en/components/charts/features/chart-legends.mdx b/docs/angular/src/content/en/components/charts/features/chart-legends.mdx
index c3ec0bcdcf..a56fd222c8 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-legends.mdx
+++ b/docs/angular/src/content/en/components/charts/features/chart-legends.mdx
@@ -9,18 +9,18 @@ namespace: Infragistics.Controls.Charts
## Angular Legend Types
-{/* TODO info/example of regular Legend with options to change orientation */}
+{/*TODO info/example of regular Legend with options to change orientation*/}
-{/* TODO info/example of ItemLegend with options to change orientation */}
+{/*TODO info/example of ItemLegend with options to change orientation*/}
-{/* TODO info/example of ScaleLegend with BubbleSeries */}
+{/*TODO info/example of ScaleLegend with BubbleSeries*/}
## Angular Legend Layouts
-{/* TODO info/example of multiple Legends */}
+{/*TODO info/example of multiple Legends*/}
-{/* TODO info/example of Legend layouts: outside of plot area, inside of plot area*/}
+{/*TODO info/example of Legend layouts: outside of plot area, inside of plot area*/}
## Angular Legend Customization
-{/* TODO info/example of customizing Legend items */}
+{/*TODO info/example of customizing Legend items*/}
diff --git a/docs/angular/src/content/en/components/charts/features/chart-overlays.mdx b/docs/angular/src/content/en/components/charts/features/chart-overlays.mdx
index 72bbe20a12..5ab1198d76 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-overlays.mdx
+++ b/docs/angular/src/content/en/components/charts/features/chart-overlays.mdx
@@ -82,7 +82,6 @@ the , and the
@@ -214,9 +211,6 @@ This code snippet shows how to ordinal/category x-axis in the based on range of your data. Therefore, you should avoid setting axis interval especially to a small value to prevent rendering of too many of axis gridlines and axis labels. Also, you might want to consider increasing property to a larger value than the automatically calculated axis interval if you do not need many axis gridlines or axis labels.
@@ -230,7 +224,6 @@ This code snippet shows how to set axis major interval in the Angular charts.
-
```html
@@ -245,9 +238,6 @@ This code snippet shows how to set axis major interval in the Angular charts.
-
-
-
### Axis Scale
Setting the property to false is recommended for higher performance, as fewer operations are needed than calculating axis range and values of axis labels in logarithmic scale.
@@ -261,7 +251,6 @@ This code snippet shows how to hide axis labels in the Angular charts.
-
```html
@@ -278,9 +267,6 @@ This code snippet shows how to hide axis labels in the Angular charts.
-
-
-
### Axis Labels Abbreviation
Although, the Angular charts support abbreviation of large numbers (e.g. 10,000+) displayed in axis labels when is set to true. We recommend, instead pre-processing large values in your data items by dividing them a common factor and then setting to a string that represents factor used used to abbreviate your data values.
@@ -290,7 +276,6 @@ This code snippet shows how to set axis title in the Angular charts.
-
```html
@@ -304,9 +289,6 @@ This code snippet shows how to set axis title in the Angular charts.
-
-
-
### Axis Labels Extent
At runtime, the Angular charts adjust extent of labels on y-axis based on a label with longest value. This might decrease chart performance if range of data changes and labels need to be updated often. Therefore, it is recommended to set label extent at design time in order to improve chart performance.
@@ -316,7 +298,6 @@ The following code snippet shows how to set a fixed extent for labels on y-axis
-
```html
@@ -331,9 +312,6 @@ The following code snippet shows how to set a fixed extent for labels on y-axis
-
-
-
### Axis Other Visuals
Enabling additional axis visuals (e.g. axis titles) or changing their default values might decrease performance in the Angular charts.
diff --git a/docs/angular/src/content/en/components/charts/types/composite-chart.mdx b/docs/angular/src/content/en/components/charts/types/composite-chart.mdx
index 4bbc17fa6a..62876af6ba 100644
--- a/docs/angular/src/content/en/components/charts/types/composite-chart.mdx
+++ b/docs/angular/src/content/en/components/charts/types/composite-chart.mdx
@@ -28,7 +28,7 @@ The following example demonstrates how to create Composite Chart using
diff --git a/docs/angular/src/content/en/components/date-picker.mdx b/docs/angular/src/content/en/components/date-picker.mdx
index 8bfbd2b61d..3d7a6a097d 100644
--- a/docs/angular/src/content/en/components/date-picker.mdx
+++ b/docs/angular/src/content/en/components/date-picker.mdx
@@ -19,7 +19,7 @@ The Ignite UI for Angular Date Picker Component lets users pick a single date th
Below you can see a sample that demonstrates how the Angular Date Picker works when users are enabled to pick a date through a manual text input and click on the calendar icon on the left to navigate to it. See how to render it.
-{/* TODO: date picker sample with several options enabled */}
+{/*TODO: date picker sample with several options enabled*/}
diff --git a/docs/angular/src/content/en/components/drop-down.mdx b/docs/angular/src/content/en/components/drop-down.mdx
index 1b5b2b07f8..cb92f12a11 100644
--- a/docs/angular/src/content/en/components/drop-down.mdx
+++ b/docs/angular/src/content/en/components/drop-down.mdx
@@ -12,7 +12,7 @@ import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
# Angular Drop Down Component Overview
-The Ignite UI for Angular Drop Down is a component, which displays a toggleable list of predefined values and allows users to easily select a single option item with a click. It can be quickly configured to act as a drop down menu or you can simply use it to deliver more useful visual information by grouping data. With grouping you can use both flat and hierarchical data. Drop Down component allows declarative binding, which makes it possible for you to embed additional content and links. This also leaves room for further UI customization and styling of the Angular drop down list appearance. In addition to this, it is packed with key features like keyboard dropdown navigation and virtualization.
+The Ignite UI for Angular Drop Down is a component, which displays a toggleable list of predefined values and allows users to easily select a single option item with a click. It can be quickly configured to act as a drop down menu or you can simply use it to deliver more useful visual information by grouping data. With grouping you can use both flat and hierarchical data. Drop Down component allows declarative binding, which makes it possible for you to embed additional content and links. This also leaves room for further UI customization and styling of the Angular drop down list appearance. In addition to this, it is packed with key features like keyboard dropdown navigation and virtualization.
## Angular Drop Down Example
diff --git a/docs/angular/src/content/en/components/excel-library-using-cells.mdx b/docs/angular/src/content/en/components/excel-library-using-cells.mdx
index 6f3bc6ee60..6cf11feaef 100644
--- a/docs/angular/src/content/en/components/excel-library-using-cells.mdx
+++ b/docs/angular/src/content/en/components/excel-library-using-cells.mdx
@@ -24,7 +24,6 @@ The objects in an
-
## References
The following code shows the imports needed to use the code-snippets below:
diff --git a/docs/angular/src/content/en/components/excel-library-using-worksheets.mdx b/docs/angular/src/content/en/components/excel-library-using-worksheets.mdx
index cabf1fffef..2b1f22a109 100644
--- a/docs/angular/src/content/en/components/excel-library-using-worksheets.mdx
+++ b/docs/angular/src/content/en/components/excel-library-using-worksheets.mdx
@@ -24,8 +24,6 @@ The Infragistics Angular Excel Engine's .
-
In order to load and save objects, you can utilize the save method of the actual object, as well as its static `Load` method.
```ts
@@ -139,7 +130,6 @@ ExcelUtility.save(workbook, "fileName");
-
## Managing Heap
Due to the size of the Excel Library, it's recommended to disable the source map generation.
diff --git a/docs/angular/src/content/en/components/excel-utility.mdx b/docs/angular/src/content/en/components/excel-utility.mdx
index 7a3a530b1e..02701e9c74 100644
--- a/docs/angular/src/content/en/components/excel-utility.mdx
+++ b/docs/angular/src/content/en/components/excel-utility.mdx
@@ -116,15 +116,6 @@ export class ExcelUtility {
-
-
-
-
-
-
-
-
-
## API References
diff --git a/docs/angular/src/content/en/components/general-breaking-changes-dv.mdx b/docs/angular/src/content/en/components/general-breaking-changes-dv.mdx
index 75d301d54a..4d80319b95 100644
--- a/docs/angular/src/content/en/components/general-breaking-changes-dv.mdx
+++ b/docs/angular/src/content/en/components/general-breaking-changes-dv.mdx
@@ -61,7 +61,7 @@ These breaking changes were introduce in version **11.2.0** of these packages an
-{/* Angular, React, WebComponents */}
+{/*Angular, React, WebComponents*/}
## Changed Import Statements
@@ -134,4 +134,4 @@ import { IgxGeographicMapComponent } from "igniteui-webcomponents-maps/ES5/igx-g
import { IgxGeographicMapModule } from "igniteui-webcomponents-maps/ES5/igx-geographic-map-module";
```
-{/* end: Angular, React, WebComponents */}
+{/*end: Angular, React, WebComponents*/}
diff --git a/docs/angular/src/content/en/components/geo-map-binding-data-csv.mdx b/docs/angular/src/content/en/components/geo-map-binding-data-csv.mdx
index 7870d7eedc..1df8faca07 100644
--- a/docs/angular/src/content/en/components/geo-map-binding-data-csv.mdx
+++ b/docs/angular/src/content/en/components/geo-map-binding-data-csv.mdx
@@ -65,9 +65,6 @@ The following code loads and binds
diff --git a/docs/angular/src/content/en/components/geo-map-binding-data-json-points.mdx b/docs/angular/src/content/en/components/geo-map-binding-data-json-points.mdx
index 69e9790e8c..9535d653e6 100644
--- a/docs/angular/src/content/en/components/geo-map-binding-data-json-points.mdx
+++ b/docs/angular/src/content/en/components/geo-map-binding-data-json-points.mdx
@@ -59,9 +59,6 @@ The following code loads and binds
diff --git a/docs/angular/src/content/en/components/geo-map-binding-data-model.mdx b/docs/angular/src/content/en/components/geo-map-binding-data-model.mdx
index 7b0bb3a5c7..7fd64ce3a0 100644
--- a/docs/angular/src/content/en/components/geo-map-binding-data-model.mdx
+++ b/docs/angular/src/content/en/components/geo-map-binding-data-model.mdx
@@ -72,9 +72,6 @@ The following code shows how to bind the
diff --git a/docs/angular/src/content/en/components/geo-map-binding-multiple-shapes.mdx b/docs/angular/src/content/en/components/geo-map-binding-multiple-shapes.mdx
index 27992be2b3..04cdcf8652 100644
--- a/docs/angular/src/content/en/components/geo-map-binding-multiple-shapes.mdx
+++ b/docs/angular/src/content/en/components/geo-map-binding-multiple-shapes.mdx
@@ -37,9 +37,6 @@ First, let's import required components and modules:
-
-
-
```ts
import { IgxGeographicMapComponent } from 'igniteui-angular-maps';
import { IgxGeographicPolylineSeriesComponent } from 'igniteui-angular-maps';
@@ -51,7 +48,6 @@ import { IgxShapeDataSource } from 'igniteui-angular-core';
-
## Creating Series
Next, we need to create a map with a few Geographic Series that will later load different type of shapefile.
@@ -116,11 +112,6 @@ Next, we need to create a map with a few Geographic Series that will later load
-
-
-
-
-
## Loading Shapefiles
Next, in constructor of your page, add a for each shapefile that you want to display in the geographic map component.
@@ -128,7 +119,6 @@ Next, in constructor of your page, add a with of countries of the world and assign it to object.
@@ -414,7 +395,6 @@ public onPointsLoaded(sds: IgcShapeDataSource, e: any) {
-
## Map Background
Also, you might want to hide geographic imagery from the map background content if your shape files provided sufficient geographic context (e.g. shape of countries) for your application.
@@ -422,7 +402,6 @@ Also, you might want to hide geographic imagery from the map background content
-
```ts
public geoMap: IgxGeographicMapComponent;
// ...
@@ -433,9 +412,6 @@ this.geoMap.backgroundContent = {};
-
-
-
## Summary
For your convenience, all above code snippets are combined into one code block below that you can easily copy to your project.
@@ -573,12 +549,6 @@ export class MapBindingMultipleShapesComponent implements AfterViewInit {
-
-
-
-
-
-
## API References
diff --git a/docs/angular/src/content/en/components/geo-map-binding-multiple-sources.mdx b/docs/angular/src/content/en/components/geo-map-binding-multiple-sources.mdx
index 747240cd14..68f2f75300 100644
--- a/docs/angular/src/content/en/components/geo-map-binding-multiple-sources.mdx
+++ b/docs/angular/src/content/en/components/geo-map-binding-multiple-sources.mdx
@@ -86,9 +86,6 @@ Create data sources for all geographic series that you want to display in the Ig
-
-
-
## Overlaying Flights
Create first object with flight connections between major airports and add it to the Series collection of the Ignite UI for Angular map.
@@ -108,9 +105,6 @@ Create first object with
-
-
-
## Overlaying Gridlines
Create second object with geographic gridlines and add it to the Series collection of the Ignite UI for Angular map.
@@ -131,9 +125,6 @@ Create second object with
-
-
-
## Overlaying Airports
Create object with airport points and add it to the Series collection of the geographic Ignite UI for Angular map.
@@ -154,9 +145,6 @@ Create object with airport
-
-
-
## Summary
For your convenience, all above code snippets are combined into one code block below that you can easily copy to your project.
@@ -241,8 +229,6 @@ export class MapBindingMultipleSourcesComponent implements AfterViewInit {
-
-
## API References
diff --git a/docs/angular/src/content/en/components/geo-map-binding-shp-file.mdx b/docs/angular/src/content/en/components/geo-map-binding-shp-file.mdx
index 22cb6c5fc6..c465f006c7 100644
--- a/docs/angular/src/content/en/components/geo-map-binding-shp-file.mdx
+++ b/docs/angular/src/content/en/components/geo-map-binding-shp-file.mdx
@@ -30,8 +30,8 @@ The following table explains properties of the object’s ImportAsync method is invoked which in return performs fetching and reading the shape files and finally doing the conversion. After this operation is complete, the is populated with `IgxShapefileRecord` objects and the `ImportCompleted` event is raised in order to notify about completed process of loading and converting geo-spatial data from shape files.
@@ -41,7 +41,6 @@ The following code creates an instance of the is an example such array because it contains a list of `IgxShapefileRecord` objects.
@@ -85,9 +84,6 @@ The following code binds
-
-
-
```ts
import { AfterViewInit, Component, TemplateRef, ViewChild } from "@angular/core";
import { IgxShapeDataSource } from 'igniteui-angular-core';
@@ -150,12 +146,6 @@ export class MapBindingShapefilePolylinesComponent implements AfterViewInit {
-
-
-
-
-
-
## API References
diff --git a/docs/angular/src/content/en/components/geo-map-display-azure-imagery.mdx b/docs/angular/src/content/en/components/geo-map-display-azure-imagery.mdx
index 2c5ca5ea70..fdbf61d5a0 100644
--- a/docs/angular/src/content/en/components/geo-map-display-azure-imagery.mdx
+++ b/docs/angular/src/content/en/components/geo-map-display-azure-imagery.mdx
@@ -43,7 +43,6 @@ The following code snippet shows how to display geographic imagery tiles from Az
-
```ts
import { IgxGeographicMapComponent } from 'igniteui-angular-maps';
import { IgxAzureMapsImagery } from 'igniteui-angular-maps';
@@ -60,11 +59,6 @@ this.map.backgroundContent = tileSource;
-
-
-
-
-
## Angular Overlaying Imagery from Azure Maps - Overview
When working with the , you can combine **overlays** (traffic, weather, labels) on top of a **base map style** such as eg. **Satellite**, **Road**, or **DarkGrey**. Using **TerraOverlay** with eg. **Satellite** to visualize terrain.
@@ -95,7 +89,6 @@ The following code snippet shows how to display geographic imagery tiles on top
-
```ts
export class AppComponent implements AfterViewInit {
@ViewChild('map', { static: true }) public map!: IgxGeographicMapComponent;
@@ -123,13 +116,6 @@ export class AppComponent implements AfterViewInit {
-
-
-
-
-
-
-
## Properties
The following table summarizes properties of the class:
diff --git a/docs/angular/src/content/en/components/geo-map-display-bing-imagery.mdx b/docs/angular/src/content/en/components/geo-map-display-bing-imagery.mdx
index f176fc8a3f..39902fe13b 100644
--- a/docs/angular/src/content/en/components/geo-map-display-bing-imagery.mdx
+++ b/docs/angular/src/content/en/components/geo-map-display-bing-imagery.mdx
@@ -24,7 +24,7 @@ The Angular is g
## Angular Displaying Imagery from Bing Maps Example
-{/* */}
+{/**/}
@@ -45,7 +45,6 @@ The following code snippet shows how to display geographic imagery tiles from Bi
-
```ts
import { IgxGeographicMapComponent } from 'igniteui-angular-maps';
import { IgxBingMapsMapImagery } from 'igniteui-angular-maps';
@@ -72,7 +71,6 @@ this.map.backgroundContent = tileSource;
-
## Properties
The following table summarized properties of the class:
diff --git a/docs/angular/src/content/en/components/geo-map-display-esri-imagery.mdx b/docs/angular/src/content/en/components/geo-map-display-esri-imagery.mdx
index 91226dc82f..87ddff5521 100644
--- a/docs/angular/src/content/en/components/geo-map-display-esri-imagery.mdx
+++ b/docs/angular/src/content/en/components/geo-map-display-esri-imagery.mdx
@@ -37,7 +37,6 @@ The following code snippet shows how to display Angular geographic imagery tiles
-
```ts
import { IgxGeographicMapComponent } from 'igniteui-angular-maps';
import { IgxArcGISOnlineMapImagery } from 'igniteui-angular-maps';
@@ -53,11 +52,6 @@ this.geoMap.backgroundContent = tileSource;
-
-
-
-
-
## Esri Utility
Alternatively, you can use the [EsriUtility](geo-map-resources-esri.md) which defines all styles provided by Esri imagery servers.
@@ -79,12 +73,6 @@ this.geoMap.backgroundContent = tileSource;
-
-
-
-
-
-
## API References
diff --git a/docs/angular/src/content/en/components/geo-map-display-heat-imagery.mdx b/docs/angular/src/content/en/components/geo-map-display-heat-imagery.mdx
index f8a989f969..5ffd514501 100644
--- a/docs/angular/src/content/en/components/geo-map-display-heat-imagery.mdx
+++ b/docs/angular/src/content/en/components/geo-map-display-heat-imagery.mdx
@@ -53,20 +53,6 @@ export default {} as typeof Worker & (new () => Worker);
-
-
-
-
-
-
-
-
-
-
-
-
-
-
```ts
import { IgxHeatTileGenerator } from 'igniteui-angular-core';
import { IgxShapeDataSource } from 'igniteui-angular-core';
@@ -77,9 +63,6 @@ import { IgxTileGeneratorMapImagery } from 'igniteui-angular-maps';
-
-
-
## Creating Heatmap
The following code snippet shows how to display a population based heat-map in the Ignite UI for Angular map component:
@@ -87,9 +70,6 @@ The following code snippet shows how to display a population based heat-map in t
-
-
-
```html
@@ -99,7 +79,6 @@ The following code snippet shows how to display a population based heat-map in t
-
```ts
@ViewChild("map", { static: true })
public map: IgxGeographicMapComponent;
@@ -167,15 +146,6 @@ constructor() {
-
-
-
-
-
-
-
-
-
## API References
diff --git a/docs/angular/src/content/en/components/geo-map-display-imagery-types.mdx b/docs/angular/src/content/en/components/geo-map-display-imagery-types.mdx
index 2aafd2019d..56311116c9 100644
--- a/docs/angular/src/content/en/components/geo-map-display-imagery-types.mdx
+++ b/docs/angular/src/content/en/components/geo-map-display-imagery-types.mdx
@@ -21,7 +21,7 @@ The following table summarizes supported and custom geographic imagery sources f
| Open Street Maps | Provides geographic imagery from Open Street Maps service with an option to display a road map style only in one coloring theme. |
| Bing Maps |Provides geographic imagery from Bing Maps service with configurable options to display the following map styles:
Satellite Map Style
Satellite Map with Labels Style
Road Map Style
|
-{/* | Map Quest |Provides custom geographic imagery from Map Quest service with configurable options to display the following map styles:
Satellite Map Style
Road Map Style
*/}
+{/*| Map Quest |Provides custom geographic imagery from Map Quest service with configurable options to display the following map styles:
Satellite Map Style
Road Map Style
*/}
## Map Background Content
The map component's property is used to display all supported types of geographic imagery sources. For each imagery source, there is an imagery class used for rendering corresponding geographic imagery tiles.
diff --git a/docs/angular/src/content/en/components/geo-map-display-osm-imagery.mdx b/docs/angular/src/content/en/components/geo-map-display-osm-imagery.mdx
index 0d2b7c9543..63a92115e1 100644
--- a/docs/angular/src/content/en/components/geo-map-display-osm-imagery.mdx
+++ b/docs/angular/src/content/en/components/geo-map-display-osm-imagery.mdx
@@ -38,7 +38,6 @@ This code example explicitly sets
diff --git a/docs/angular/src/content/en/components/geo-map-navigation.mdx b/docs/angular/src/content/en/components/geo-map-navigation.mdx
index 029b50be6a..04b24120f5 100644
--- a/docs/angular/src/content/en/components/geo-map-navigation.mdx
+++ b/docs/angular/src/content/en/components/geo-map-navigation.mdx
@@ -32,7 +32,6 @@ This code snippet shows how navigate the map using geographic coordinates:
-
## Window Coordinates
Also, you can navigate map content within window rectangle bound by these relative coordinates:
@@ -44,7 +43,6 @@ This code snippet shows how navigate the map using relative window coordinates:
-
## Properties
The following table summarizes properties that can be used in navigation of the control:
diff --git a/docs/angular/src/content/en/components/geo-map-resources-shape-styling-utility.mdx b/docs/angular/src/content/en/components/geo-map-resources-shape-styling-utility.mdx
index 78efdde975..2006ac10e0 100644
--- a/docs/angular/src/content/en/components/geo-map-resources-shape-styling-utility.mdx
+++ b/docs/angular/src/content/en/components/geo-map-resources-shape-styling-utility.mdx
@@ -23,9 +23,6 @@ import { Style } from 'igniteui-angular-core';
-
-
-
## Utility Implementation
```ts
diff --git a/docs/angular/src/content/en/components/geo-map-shape-styling.mdx b/docs/angular/src/content/en/components/geo-map-shape-styling.mdx
index fcee564af2..3a012a8b7e 100644
--- a/docs/angular/src/content/en/components/geo-map-shape-styling.mdx
+++ b/docs/angular/src/content/en/components/geo-map-shape-styling.mdx
@@ -37,9 +37,6 @@ import { IgxShapefileRecord } from 'igniteui-angular-core';
-
-
-
Note that the following code examples are using the [Shape Styling Utility](geo-map-resources-shape-styling-utility.md) file that provides four different ways of styling shapes:
- [Shape Comparison Styling](#shape-comparison-styling)
- [Shape Random Styling](#shape-random-styling)
@@ -76,9 +73,6 @@ public onStylingShape(s: IgxGeographicShapeSeries, args: IgxStyleShapeEventArgs)
-
-
-
## Shape Scale Styling
This code snippet creates instances of **ShapeScaleStyling** that will assign fill colors to shape of countries based on population scaled on logarithmic scale.
@@ -113,9 +107,6 @@ public onStylingShape(s: IgxGeographicShapeSeries, args: IgxStyleShapeEventArgs)
-
-
-
## Shape Range Styling
This code snippet creates instances of **ShapeRangeStyling** that will assign colors to shape of countries based on ranges of population.
@@ -151,9 +142,6 @@ public onStylingShape(s: IgxGeographicShapeSeries, args: IgxStyleShapeEventArgs)
-
-
-
## Shape Comparison Styling
This code snippet creates instances of **ShapeComparisonStyling** that will assign colors to countries based on their region name in the world.
@@ -204,10 +192,6 @@ public onStylingShape(s: IgxGeographicShapeSeries, args: IgxStyleShapeEventArgs)
-
-
-
-
## API References
diff --git a/docs/angular/src/content/en/components/geo-map-type-scatter-area-series.mdx b/docs/angular/src/content/en/components/geo-map-type-scatter-area-series.mdx
index 32a18fbab6..c7d9eca31c 100644
--- a/docs/angular/src/content/en/components/geo-map-type-scatter-area-series.mdx
+++ b/docs/angular/src/content/en/components/geo-map-type-scatter-area-series.mdx
@@ -60,15 +60,6 @@ The following code shows how to bind the
diff --git a/docs/angular/src/content/en/components/geo-map-type-scatter-bubble-series.mdx b/docs/angular/src/content/en/components/geo-map-type-scatter-bubble-series.mdx
index 925c5f5557..864583a740 100644
--- a/docs/angular/src/content/en/components/geo-map-type-scatter-bubble-series.mdx
+++ b/docs/angular/src/content/en/components/geo-map-type-scatter-bubble-series.mdx
@@ -44,16 +44,6 @@ The following table summarizes the GeographicHighDensityScatterSeries series pro
-
-
-
-
-
-
-
-
-
-
```html
diff --git a/docs/angular/src/content/en/components/geo-map-type-scatter-contour-series.mdx b/docs/angular/src/content/en/components/geo-map-type-scatter-contour-series.mdx
index 8163bf42a6..fda49462c2 100644
--- a/docs/angular/src/content/en/components/geo-map-type-scatter-contour-series.mdx
+++ b/docs/angular/src/content/en/components/geo-map-type-scatter-contour-series.mdx
@@ -60,14 +60,6 @@ The following code shows how to bind the
diff --git a/docs/angular/src/content/en/components/geo-map-type-scatter-density-series.mdx b/docs/angular/src/content/en/components/geo-map-type-scatter-density-series.mdx
index 3142e52ed2..77fa63cc57 100644
--- a/docs/angular/src/content/en/components/geo-map-type-scatter-density-series.mdx
+++ b/docs/angular/src/content/en/components/geo-map-type-scatter-density-series.mdx
@@ -54,15 +54,6 @@ The following code demonstrates how set the
diff --git a/docs/angular/src/content/en/components/geo-map-type-scatter-symbol-series.mdx b/docs/angular/src/content/en/components/geo-map-type-scatter-symbol-series.mdx
index d03abc17c7..0b0f8144e1 100644
--- a/docs/angular/src/content/en/components/geo-map-type-scatter-symbol-series.mdx
+++ b/docs/angular/src/content/en/components/geo-map-type-scatter-symbol-series.mdx
@@ -30,15 +30,6 @@ The following code shows how to bind the
diff --git a/docs/angular/src/content/en/components/geo-map-type-shape-polygon-series.mdx b/docs/angular/src/content/en/components/geo-map-type-shape-polygon-series.mdx
index b998df2ee8..5e3330c2d0 100644
--- a/docs/angular/src/content/en/components/geo-map-type-shape-polygon-series.mdx
+++ b/docs/angular/src/content/en/components/geo-map-type-shape-polygon-series.mdx
@@ -32,15 +32,6 @@ The following code demonstrates how to bind the
diff --git a/docs/angular/src/content/en/components/geo-map-type-shape-polyline-series.mdx b/docs/angular/src/content/en/components/geo-map-type-shape-polyline-series.mdx
index cdb541ac45..1899c6a615 100644
--- a/docs/angular/src/content/en/components/geo-map-type-shape-polyline-series.mdx
+++ b/docs/angular/src/content/en/components/geo-map-type-shape-polyline-series.mdx
@@ -32,15 +32,6 @@ The following code shows how to bind the
@@ -67,7 +58,6 @@ The following code shows how to bind the
diff --git a/docs/angular/src/content/en/components/geo-map.mdx b/docs/angular/src/content/en/components/geo-map.mdx
index a43e0a2f4c..957835d443 100644
--- a/docs/angular/src/content/en/components/geo-map.mdx
+++ b/docs/angular/src/content/en/components/geo-map.mdx
@@ -36,7 +36,6 @@ For more details please visit:
-
## Dependencies
The Angular geographic map component, you need to first install these packages:
@@ -57,7 +56,6 @@ The requires the following modules,
-
```ts
// app.module.ts
import { IgxGeographicMapModule } from 'igniteui-angular-maps';
@@ -77,7 +75,6 @@ export class AppModule {}
-
```ts
import { AfterViewInit, Component, ViewChild } from "@angular/core";
import { IgxGeographicMapComponent } from 'igniteui-angular-maps';
@@ -101,15 +98,6 @@ export class MapOverviewComponent implements AfterViewInit {
}
```
-
-
-
-
-
-
-
-
-
## Usage
Now that the map module is imported, next step is to create geographic map. The following code demonstrates how to do this and enable zooming in the map.
@@ -126,21 +114,12 @@ Now that the map module is imported, next step is to create geographic map. The
```
-
-
-
-
-
-
-
-
-
## Additional Resources
You can find more information about related Angular map features in these topics:
- [Geographic Map Navigation](geo-map-navigation.md)
-{/* - [Geographic Map Imagery](geo-map-display-imagery-types.md) */}
+{/*- [Geographic Map Imagery](geo-map-display-imagery-types.md)*/}
- [Using Scatter Symbol Series](geo-map-type-scatter-symbol-series.md)
- [Using Scatter Proportional Series](geo-map-type-scatter-bubble-series.md)
- [Using Scatter Contour Series](geo-map-type-scatter-contour-series.md)
diff --git a/docs/angular/src/content/en/components/grid-lite/cell-template.mdx b/docs/angular/src/content/en/components/grid-lite/cell-template.mdx
index 7deda360b7..38bd38c8c4 100644
--- a/docs/angular/src/content/en/components/grid-lite/cell-template.mdx
+++ b/docs/angular/src/content/en/components/grid-lite/cell-template.mdx
@@ -56,8 +56,8 @@ protected formatCurrency = (value: number) => {
```
You can combine values different fields from the data source as well.
-{/* TODO:
-Refer to the API documentation for **`GridLiteCellContext`** for more information. */}
+{/*TODO:
+Refer to the API documentation for **`GridLiteCellContext`** for more information.*/}
```typescript
public formatter = new Intl.NumberFormat('en-150', {
diff --git a/docs/angular/src/content/en/components/grids-and-lists.mdx b/docs/angular/src/content/en/components/grids-and-lists.mdx
index e558ec8418..124136cd74 100644
--- a/docs/angular/src/content/en/components/grids-and-lists.mdx
+++ b/docs/angular/src/content/en/components/grids-and-lists.mdx
@@ -64,7 +64,6 @@ This example demonstrates a few of the data grid’s key features:
### Data Virtualization and Performance
Seamlessly scroll through unlimited rows and columns in your Angular grid, with the data grid’s column and row level virtualization. With support for local or remote data sources, you get the best performance no matter where your data lives. Your users will experience Excel-like scrolling, with enterprise speed — no lag, screen flicker, or visual delay — giving you the best user experience (UX) without compromising performance.
-
-
+
diff --git a/docs/angular/src/content/en/components/input-group.mdx b/docs/angular/src/content/en/components/input-group.mdx
index da37b551ed..16162ad84f 100644
--- a/docs/angular/src/content/en/components/input-group.mdx
+++ b/docs/angular/src/content/en/components/input-group.mdx
@@ -445,7 +445,7 @@ When you modify a primary property, all related dependent properties are updated
- {/* Theme Switcher Radios and Labels */}
+ {/*Theme Switcher Radios and Labels*/}
diff --git a/docs/angular/src/content/en/components/inputs/color-editor.mdx b/docs/angular/src/content/en/components/inputs/color-editor.mdx
index c5b1a0c220..9b23ad9ae2 100644
--- a/docs/angular/src/content/en/components/inputs/color-editor.mdx
+++ b/docs/angular/src/content/en/components/inputs/color-editor.mdx
@@ -36,15 +36,6 @@ Before using the `ColorEditor`, you need to register the following modules as fo
-
-
-
-
-
-
-
-
-
## Usage
The simplest way to start using the `ColorEditor` is as follows:
@@ -52,7 +43,6 @@ The simplest way to start using the `ColorEditor` is as follows:
-
```html
{
-
-
-
-
-
diff --git a/docs/angular/src/content/en/components/interactivity/accessibility-compliance.mdx b/docs/angular/src/content/en/components/interactivity/accessibility-compliance.mdx
index c89c8c78fa..101202d896 100644
--- a/docs/angular/src/content/en/components/interactivity/accessibility-compliance.mdx
+++ b/docs/angular/src/content/en/components/interactivity/accessibility-compliance.mdx
@@ -35,11 +35,11 @@ The matrix below provides a high-level outline of the accessibility support prov
|**Component/Principle**| (a) |(b) |(c) |(d) |(e) |(f) |(g) |(h) |(i) |(j) |(k) |(l) |(m) |(n) |(o) |(p) |
|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|
-|__Grids__|||||||||||||||||
+|**Grids**|||||||||||||||||
| - Grid||||||||||*|||||||
| - HierarchicalGrid||||||||||*|||||||
| - TreeGrid||||||||||*|||||||
-|__Other__||||||||||*|||||||
+|**Other**||||||||||*|||||||
| - Avatar|||||||||||||||||
| - Badge|||||||||||||||||
| - Bottom navigation||||||||||*|||||||
@@ -114,11 +114,11 @@ The table above is relevant only to the **Default theme** of Ignite UI for Angul
|**Component/Guideline**|1.1 |1.2 |1.3 |1.4 |2.1 |2.2 |2.3 |2.4 |2.5 |3.1 |3.2 |3.3 |4.1 |
|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|
-|__Grids__||||||||||||||
+|**Grids**||||||||||||||
| - Grid|||||||*||||*|||
| - HierarchicalGrid|||||||*||||*|||
| - TreeGrid|||||||*||||*|||
-|__Other__|||||||*|||||||
+|**Other**|||||||*|||||||
| - Avatar|||||||||||*|||
| - Badge|||||||||||*|||
| - Banner||||||*|*||||*|||
diff --git a/docs/angular/src/content/en/components/linear-gauge.mdx b/docs/angular/src/content/en/components/linear-gauge.mdx
index 8fd0653f26..549d34ed33 100644
--- a/docs/angular/src/content/en/components/linear-gauge.mdx
+++ b/docs/angular/src/content/en/components/linear-gauge.mdx
@@ -26,7 +26,6 @@ The following sample demonstrates how setting multiple properties on the same requires the following modules:
-
-
```ts
// app.module.ts
import { IgxLinearGaugeModule } from 'igniteui-angular-gauges';
@@ -62,14 +59,6 @@ import { IgxLinearGaugeModule } from 'igniteui-angular-gauges';
export class AppModule {}
```
-
-
-
-
-
-
-
-
## Usage
The following code demonstrates how create a linear gauge containing a needle and three comparative ranges on the scale.
@@ -97,15 +86,6 @@ The following code demonstrates how create a linear gauge containing a needle an
```
-
-
-
-
-
-
-
-
-
## Needle
This is the primary measure displayed by the linear gauge component and is visualized as a bar or you can customize it to show almost any shape as is demonstrated below.
@@ -138,12 +118,6 @@ This is the primary measure displayed by the linear gauge component and is visua
-
-
-
-
-
-
@@ -176,11 +150,6 @@ The linear gauge can be modified to show a second needle. This will make the mai
-
-
-
-
-
@@ -213,12 +182,6 @@ The ranges are visual elements that highlight a specified range of values on a s
-
-
-
-
-
-
@@ -256,11 +219,6 @@ Minor tick marks – The minor tick marks represent helper tick marks, which mig
-
-
-
-
-
@@ -288,12 +246,6 @@ The labels indicate the measures on the scale.
-
-
-
-
-
-
@@ -320,12 +272,6 @@ The backing element represents background and border of the linear gauge compone
-
-
-
-
-
-
@@ -355,12 +301,6 @@ The scale is a visual element that highlights the full range of values in the li
-
-
-
-
-
-
@@ -444,16 +384,6 @@ For your convenience, all above code snippets are combined into one code block b
```
-
-
-
-
-
-
-
-
-
-
## API References
diff --git a/docs/angular/src/content/en/components/menus/toolbar.mdx b/docs/angular/src/content/en/components/menus/toolbar.mdx
index 00c95a2b5d..f53f59165c 100644
--- a/docs/angular/src/content/en/components/menus/toolbar.mdx
+++ b/docs/angular/src/content/en/components/menus/toolbar.mdx
@@ -54,18 +54,6 @@ import { IgxDataChartToolbarModule, IgxDataChartCoreModule, IgxDataChartCategory
export class AppModule {}
```
-
-
-
-
-
-
-
-
-
-
-
-
## Usage
### Tool Actions
@@ -97,7 +85,6 @@ The Angular Toolbar contains a items and menus become available when the is linked with the Toolbar. Here is a list of the built-in Angular Tool Actions and their associated :
Zooming Actions
@@ -217,7 +196,6 @@ public toolbarCustomIconOnViewInit(): void {
-
### Vertical Orientation
By default the Angular Toolbar is shown horizontally, but it also has the ability to shown vertically by setting the property.
@@ -231,11 +209,6 @@ By default the Angular Toolbar is shown horizontally, but it also has the abilit
-
-
-
-
-
The following example demonstrates the vertical orientation of the Angular Toolbar.
@@ -262,11 +235,6 @@ You can add a custom color editor tool to the the Angular Toolbar, which will al
-
-
-
-
-
The following example demonstrates styling the Angular Data Chart series brush with the Color Editor tool.
@@ -285,12 +253,7 @@ The icon component can be styled by using it's
*/}
diff --git a/docs/angular/src/content/en/components/multi-column-combobox.mdx b/docs/angular/src/content/en/components/multi-column-combobox.mdx
index 4beb19719f..c60f4b1db9 100644
--- a/docs/angular/src/content/en/components/multi-column-combobox.mdx
+++ b/docs/angular/src/content/en/components/multi-column-combobox.mdx
@@ -22,7 +22,7 @@ The Multi-Column Combo Box automatically generates columns for properties on the
-{/* Angular, React, WebComponents */}
+{/*Angular, React, WebComponents*/}
## Dependencies
@@ -33,7 +33,7 @@ npm install --save igniteui-angular-core
npm install --save igniteui-angular-inputs
-{/* end: Angular, React, WebComponents */}
+{/*end: Angular, React, WebComponents*/}
## Required Modules
diff --git a/docs/angular/src/content/en/components/pie-chart.mdx b/docs/angular/src/content/en/components/pie-chart.mdx
index fedc6789e2..1fb640a5a5 100644
--- a/docs/angular/src/content/en/components/pie-chart.mdx
+++ b/docs/angular/src/content/en/components/pie-chart.mdx
@@ -21,7 +21,7 @@ This control is used for representing categorical data. It is most effective whe
-{/* Angular, React, WebComponents */}
+{/*Angular, React, WebComponents*/}
## Dependencies
@@ -32,7 +32,7 @@ npm install --save igniteui-angular-core
npm install --save igniteui-angular-charts
-{/* end: Angular, React, WebComponents */}
+{/*end: Angular, React, WebComponents*/}
## Required Modules
diff --git a/docs/angular/src/content/en/components/radial-gauge.mdx b/docs/angular/src/content/en/components/radial-gauge.mdx
index 5baa155415..d6a455fd7a 100644
--- a/docs/angular/src/content/en/components/radial-gauge.mdx
+++ b/docs/angular/src/content/en/components/radial-gauge.mdx
@@ -27,7 +27,6 @@ The following sample demonstrates how setting multiple properties on the same requires the following modules:
@@ -51,8 +46,6 @@ The requires the following modules:
-
-
```ts
// app.module.ts
import { IgxRadialGaugeModule } from 'igniteui-angular-gauges';
@@ -67,15 +60,6 @@ import { IgxRadialGaugeModule } from 'igniteui-angular-gauges';
export class AppModule {}
```
-
-
-
-
-
-
-
-
-
## Usage
The following code demonstrates how create a radial gauge containing a needle and three comparative ranges on the scale.
@@ -103,15 +87,6 @@ The following code demonstrates how create a radial gauge containing a needle an
```
-
-
-
-
-
-
-
-
-
## Backing
The radial gauge component comes with a backing shape drawn behind the scale that acts as a background for the radial gauge.
@@ -142,12 +117,6 @@ The backing can be circular or fitted. A circular shape creates a 360 degree cir
-
-
-
-
-
-
@@ -177,12 +146,6 @@ The scale is visual element that highlights full range of values in the gauge wh
-
-
-
-
-
-
@@ -210,12 +173,6 @@ Each of these labels for the needle have various styling attributes you can appl
-
-
-
-
-
-
@@ -237,11 +194,6 @@ If the highlight needle is shown, as explained below, then custom text can be sh
-
-
-
-
-
## Optical Scaling
The radial gauge's labels and titles can change it's scaling. To enable this, first set to true. Then you can set which manages the size at which labels have 100% optical scaling. Labels will have larger fonts when gauge's size is larger. For example, labels will have a 200% larger font size when this property is set to 500 and the gauge px size is doubled to eg. 1000.
@@ -275,12 +227,6 @@ Tick marks are thin lines radiating from the center of the radial gauge. There a
-
-
-
-
-
-
@@ -313,12 +259,6 @@ A range highlights a set of continuous values bound by a specified
@@ -357,11 +297,6 @@ You can enable an interactive mode of the gauge (using
@@ -389,11 +324,6 @@ The radial gauge can be modified to show a second needle. This will make the mai
-
-
-
-
-
@@ -474,12 +404,6 @@ For your convenience, all above code snippets are combined into one code block b
-
-
-
-
-
-
## API References
diff --git a/docs/angular/src/content/en/components/radio-button.mdx b/docs/angular/src/content/en/components/radio-button.mdx
index d13f04d4ee..80bf4b35e4 100644
--- a/docs/angular/src/content/en/components/radio-button.mdx
+++ b/docs/angular/src/content/en/components/radio-button.mdx
@@ -239,7 +239,7 @@ At the end your radio button should look like this:
## Radio Group
-The Ignite UI for Angular Radio Group directive provides a grouping container that allows better control over the child radio components and supports template-driven and reactive forms.
+The Ignite UI for Angular Radio Group directive provides a grouping container that allows better control over the child radio components and supports template-driven and reactive forms.
### Demo
diff --git a/docs/angular/src/content/en/components/sparkline.mdx b/docs/angular/src/content/en/components/sparkline.mdx
index f332826de2..0cb702531d 100644
--- a/docs/angular/src/content/en/components/sparkline.mdx
+++ b/docs/angular/src/content/en/components/sparkline.mdx
@@ -24,7 +24,7 @@ The sparkline control has several visual elements and corresponding features tha
-{/* Angular, React, WebComponents */}
+{/*Angular, React, WebComponents*/}
## Dependencies
@@ -35,7 +35,7 @@ npm install --save igniteui-angular-core
npm install --save igniteui-angular-charts
-{/* end: Angular, React, WebComponents */}
+{/*end: Angular, React, WebComponents*/}
The Angular sparkline component requires the import of the following modules:
diff --git a/docs/angular/src/content/en/components/spreadsheet-chart-adapter.mdx b/docs/angular/src/content/en/components/spreadsheet-chart-adapter.mdx
index 5925239757..daf68fa305 100644
--- a/docs/angular/src/content/en/components/spreadsheet-chart-adapter.mdx
+++ b/docs/angular/src/content/en/components/spreadsheet-chart-adapter.mdx
@@ -106,9 +106,6 @@ import { WorksheetCell } from 'igniteui-angular-excel';
-
-
-
## Code Snippet
The following code snippet demonstrates how to add charts to the currently viewed worksheet in the control:
diff --git a/docs/angular/src/content/en/components/spreadsheet-clipboard.mdx b/docs/angular/src/content/en/components/spreadsheet-clipboard.mdx
index 87543ac470..240e6ab6f0 100644
--- a/docs/angular/src/content/en/components/spreadsheet-clipboard.mdx
+++ b/docs/angular/src/content/en/components/spreadsheet-clipboard.mdx
@@ -36,9 +36,6 @@ import { SpreadsheetAction } from 'igniteui-angular-spreadsheet';
-
-
-
diff --git a/docs/angular/src/content/en/components/spreadsheet-commands.mdx b/docs/angular/src/content/en/components/spreadsheet-commands.mdx
index ebb1bdb32f..03ab832fde 100644
--- a/docs/angular/src/content/en/components/spreadsheet-commands.mdx
+++ b/docs/angular/src/content/en/components/spreadsheet-commands.mdx
@@ -36,9 +36,6 @@ import { SpreadsheetAction } from 'igniteui-angular-spreadsheet';
-
-
-
@@ -66,10 +63,6 @@ public zoomOut(): void {
-
-
-
-
## API References
`SpreadsheetAction`
diff --git a/docs/angular/src/content/en/components/spreadsheet-conditional-formatting.mdx b/docs/angular/src/content/en/components/spreadsheet-conditional-formatting.mdx
index d8e1be1540..bb2624774e 100644
--- a/docs/angular/src/content/en/components/spreadsheet-conditional-formatting.mdx
+++ b/docs/angular/src/content/en/components/spreadsheet-conditional-formatting.mdx
@@ -72,7 +72,3 @@ import { WorkbookColorInfo } from 'igniteui-angular-excel';
-
-
-
-
diff --git a/docs/angular/src/content/en/components/spreadsheet-configuring.mdx b/docs/angular/src/content/en/components/spreadsheet-configuring.mdx
index c149040edc..e90a7c1785 100644
--- a/docs/angular/src/content/en/components/spreadsheet-configuring.mdx
+++ b/docs/angular/src/content/en/components/spreadsheet-configuring.mdx
@@ -43,13 +43,6 @@ The following code snippets demonstrate the above:
-
-
-
-
-
-
-
```ts
this.spreadsheet.isEnterKeyNavigationEnabled = true;
this.spreadsheet.enterKeyNavigationDirection = SpreadsheetEnterKeyNavigationDirection.Left;
@@ -70,9 +63,6 @@ The following code snippets demonstrate the above:
-
-
-
```ts
this.spreadsheet.isFormulaBarVisible = true;
```
@@ -92,9 +82,6 @@ The following code snippets demonstrate the above:
-
-
-
```ts
this.spreadsheet.areGridlinesVisible = true;
```
@@ -114,9 +101,6 @@ The following code snippets demonstrate the above:
-
-
-
```ts
this.spreadsheet.areHeadersVisible = false;
```
@@ -140,9 +124,6 @@ The following code snippets demonstrate the above, in that the
-
diff --git a/docs/angular/src/content/en/components/spreadsheet-hyperlinks.mdx b/docs/angular/src/content/en/components/spreadsheet-hyperlinks.mdx
index 4785820430..e087340331 100644
--- a/docs/angular/src/content/en/components/spreadsheet-hyperlinks.mdx
+++ b/docs/angular/src/content/en/components/spreadsheet-hyperlinks.mdx
@@ -37,7 +37,3 @@ import { WorksheetHyperlink } from 'igniteui-angular-excel';
-
-
-
-
diff --git a/docs/angular/src/content/en/components/spreadsheet-overview.mdx b/docs/angular/src/content/en/components/spreadsheet-overview.mdx
index e8b12b6e59..5b0b2221ba 100644
--- a/docs/angular/src/content/en/components/spreadsheet-overview.mdx
+++ b/docs/angular/src/content/en/components/spreadsheet-overview.mdx
@@ -17,9 +17,6 @@ The Angular Spreadsheet (Excel viewer) component is lightweight, feature-rich a
-
-
-
## Functionality
@@ -64,16 +61,10 @@ npm install --save igniteui-angular-excel
npm install --save igniteui-angular-spreadsheet
```
-
## Component Modules
The requires the following modules:
-
-
-
-
-
```ts
import { IgxExcelModule } from 'igniteui-angular-excel';
import { IgxSpreadsheetModule } from 'igniteui-angular-spreadsheet';
@@ -89,38 +80,23 @@ import { IgxSpreadsheetModule } from 'igniteui-angular-spreadsheet';
export class AppModule {}
```
-
-
-
-
-
-
## Usage
Now that the Angular spreadsheet module is imported, next is the basic configuration of the spreadsheet.
-
-
```html
```
-
-
-
-
-
In the following code snippet, an external [ExcelUtility](excel-utility.md) class is used to save and load a .
The following demonstrates how to load a workbook into the Angular spreadsheet
-
-
```ts
import { IgxSpreadsheetComponent } from 'igniteui-angular-spreadsheet';
import { ExcelUtility } from 'ExcelUtility';
@@ -138,13 +114,6 @@ ngOnInit() {
}
```
-
-
-
-
-
-
-
## API References
diff --git a/docs/angular/src/content/en/components/switch.mdx b/docs/angular/src/content/en/components/switch.mdx
index fb53a78893..7cd3972d59 100644
--- a/docs/angular/src/content/en/components/switch.mdx
+++ b/docs/angular/src/content/en/components/switch.mdx
@@ -138,7 +138,7 @@ When you modify a primary property, all related dependent properties are automat
- {/* Theme Switcher Radios and Labels */}
+ {/*Theme Switcher Radios and Labels*/}
diff --git a/docs/angular/src/content/en/components/themes/misc/tailwind-classes.mdx b/docs/angular/src/content/en/components/themes/misc/tailwind-classes.mdx
index e9dccd9ab0..03cd2390d8 100644
--- a/docs/angular/src/content/en/components/themes/misc/tailwind-classes.mdx
+++ b/docs/angular/src/content/en/components/themes/misc/tailwind-classes.mdx
@@ -23,6 +23,7 @@ This guide assumes you already have **Ignite UI for Angular** installed. If not,
```cmd
ng add igniteui-angular
```
+
### 1. Install Tailwind
diff --git a/docs/angular/src/content/en/components/tree.mdx b/docs/angular/src/content/en/components/tree.mdx
index 3e7255b859..3df407ad9f 100644
--- a/docs/angular/src/content/en/components/tree.mdx
+++ b/docs/angular/src/content/en/components/tree.mdx
@@ -278,7 +278,7 @@ To create a reusable template for your nodes, declare `` **within `
{{ data.CompanyName }}
-
+
diff --git a/docs/angular/src/content/en/components/zoomslider-overview.mdx b/docs/angular/src/content/en/components/zoomslider-overview.mdx
index bc8b0d615f..b876cd94fd 100644
--- a/docs/angular/src/content/en/components/zoomslider-overview.mdx
+++ b/docs/angular/src/content/en/components/zoomslider-overview.mdx
@@ -36,8 +36,6 @@ The following sample demonstrates how to use requires the following modules:
-
```ts
import { IgxZoomSliderModule } from 'igniteui-angular-charts';
import { IgxZoomSliderComponent } from 'igniteui-angular-charts';
@@ -75,9 +72,6 @@ export class AppModule {}
-
-
-
## Code Snippet
The following code demonstrates how to setup the ZoomSlider.
@@ -91,14 +85,6 @@ The following code demonstrates how to setup the ZoomSlider.
```
-
-
-
-
-
-
-
-
## Additional Resources
You can find more information about charts in [Chart Features](charts/chart-features.md) topic.
diff --git a/docs/angular/src/content/en/grids_templates/cell-editing.mdx b/docs/angular/src/content/en/grids_templates/cell-editing.mdx
index 733ce2f529..e21ded3302 100644
--- a/docs/angular/src/content/en/grids_templates/cell-editing.mdx
+++ b/docs/angular/src/content/en/grids_templates/cell-editing.mdx
@@ -651,5 +651,5 @@ _
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-* [Searching](search)
+- [Searching](search)
diff --git a/docs/angular/src/content/en/grids_templates/clipboard-interactions.mdx b/docs/angular/src/content/en/grids_templates/clipboard-interactions.mdx
index 8daebc6949..af91bd65c0 100644
--- a/docs/angular/src/content/en/grids_templates/clipboard-interactions.mdx
+++ b/docs/angular/src/content/en/grids_templates/clipboard-interactions.mdx
@@ -84,7 +84,7 @@ We expose Emitted when a copy operation is executed. Fired only if copy behavior is enabled through the
+- Emitted when a copy operation is executed. Fired only if copy behavior is enabled through the
## Additional Resources
diff --git a/docs/angular/src/content/en/grids_templates/column-hiding.mdx b/docs/angular/src/content/en/grids_templates/column-hiding.mdx
index d6a1895ca2..038f1601e3 100644
--- a/docs/angular/src/content/en/grids_templates/column-hiding.mdx
+++ b/docs/angular/src/content/en/grids_templates/column-hiding.mdx
@@ -604,7 +604,7 @@ Styles:
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-* [Searching](/{igPath}/search)
+- [Searching](/{igPath}/search)
Our community is active and always welcoming to new ideas.
diff --git a/docs/angular/src/content/en/grids_templates/column-moving.mdx b/docs/angular/src/content/en/grids_templates/column-moving.mdx
index 5117fb04c4..231fa9971d 100644
--- a/docs/angular/src/content/en/grids_templates/column-moving.mdx
+++ b/docs/angular/src/content/en/grids_templates/column-moving.mdx
@@ -265,7 +265,7 @@ The sample will not be affected by the selected global theme from `Change Theme`
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-* [Searching](/{igPath}/search)
+- [Searching](/{igPath}/search)
Our community is active and always welcoming to new ideas.
diff --git a/docs/angular/src/content/en/grids_templates/conditional-cell-styling.mdx b/docs/angular/src/content/en/grids_templates/conditional-cell-styling.mdx
index 43bf18b9f5..a0726308a4 100644
--- a/docs/angular/src/content/en/grids_templates/conditional-cell-styling.mdx
+++ b/docs/angular/src/content/en/grids_templates/conditional-cell-styling.mdx
@@ -452,7 +452,7 @@ Use **`::ng-deep`** or **`ViewEncapsulation.None`** to force the custom styles d
-{/* TODO */}
+{/*TODO*/}
- By using the input which accepts an object literal where the keys are style properties and the values are expressions for evaluation.
@@ -665,7 +665,7 @@ Define a `popin` animation
-{/* TODO */}
+{/*TODO*/}
## Known issues and limitations
diff --git a/docs/angular/src/content/en/grids_templates/display-density.mdx b/docs/angular/src/content/en/grids_templates/display-density.mdx
index bfe4b67991..4e03c55c7e 100644
--- a/docs/angular/src/content/en/grids_templates/display-density.mdx
+++ b/docs/angular/src/content/en/grids_templates/display-density.mdx
@@ -315,7 +315,7 @@ And now we can extend our sample and add
-* [Searching](/{igPath}/search)
+- [Searching](/{igPath}/search)
diff --git a/docs/angular/src/content/en/grids_templates/editing.mdx b/docs/angular/src/content/en/grids_templates/editing.mdx
index 16a236ab33..45fc6e0fcf 100644
--- a/docs/angular/src/content/en/grids_templates/editing.mdx
+++ b/docs/angular/src/content/en/grids_templates/editing.mdx
@@ -195,5 +195,5 @@ _
- [Column Resizing](column-resizing)
- [Selection](selection)
-* [Searching](search)
+- [Searching](search)
diff --git a/docs/angular/src/content/en/grids_templates/keyboard-navigation.mdx b/docs/angular/src/content/en/grids_templates/keyboard-navigation.mdx
index efb54a2a34..1b0885f8d9 100644
--- a/docs/angular/src/content/en/grids_templates/keyboard-navigation.mdx
+++ b/docs/angular/src/content/en/grids_templates/keyboard-navigation.mdx
@@ -79,7 +79,7 @@ When the **{ComponentName}** header container is focused, the following key comb
- Ctrl + Arrow Down sorts the active column header in DSC order. If the column is already sorted in DSC, sorting state is cleared
- Space selects the column; If the column is already selected, selection is cleared
- - Shift + Alt + Arrow Left groups the column, if the column is marked as groupable
+- Shift + Alt + Arrow Left groups the column, if the column is marked as groupable
- Shift + Alt + Arrow Right ungroups the column, if the column is marked as groupable
- Alt + Arrow Left or Alt + Arrow Up collapses the column group header, if the header is not already collapsed
- Alt + Arrow Right or Alt + Arrow Down expands the column group header, if the header is not already expanded
@@ -201,7 +201,7 @@ Overriding the default behavior for a certain key or keys combination is one of
Both and are
-availabe for the current level and cannot access cells from upper or lower level.
+available for the current level and cannot access cells from upper or lower level.
diff --git a/docs/angular/src/content/en/grids_templates/multi-column-headers.mdx b/docs/angular/src/content/en/grids_templates/multi-column-headers.mdx
index ef34c5503b..84aefc751e 100644
--- a/docs/angular/src/content/en/grids_templates/multi-column-headers.mdx
+++ b/docs/angular/src/content/en/grids_templates/multi-column-headers.mdx
@@ -350,7 +350,7 @@ The sample will not be affected by the selected global theme from `Change Theme`
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-* [Group by](/{igPath}/groupby)
+- [Group by](/{igPath}/groupby)
diff --git a/docs/angular/src/content/en/grids_templates/remote-data-operations.mdx b/docs/angular/src/content/en/grids_templates/remote-data-operations.mdx
index 88afd6bb8f..f673dad47c 100644
--- a/docs/angular/src/content/en/grids_templates/remote-data-operations.mdx
+++ b/docs/angular/src/content/en/grids_templates/remote-data-operations.mdx
@@ -56,7 +56,7 @@ The Ignite UI for Angular {ComponentTitle} supports remote data operations such
-{/* TODO */}
+{/*TODO*/}
By default, the {ComponentTitle} uses its own logic for performing data operations.
@@ -289,7 +289,7 @@ You can see the result of the code from above at the beginning of this article i
-{/* TODO */}
+{/*TODO*/}
## Unique Column Values Strategy
diff --git a/docs/angular/src/content/en/grids_templates/search.mdx b/docs/angular/src/content/en/grids_templates/search.mdx
index 536c6effb4..e736af3251 100644
--- a/docs/angular/src/content/en/grids_templates/search.mdx
+++ b/docs/angular/src/content/en/grids_templates/search.mdx
@@ -54,7 +54,7 @@ The following example represents {ComponentTitle} with search input box that all
-{/* TODO */}
+{/*TODO*/}
## Angular Search Usage
@@ -96,7 +96,7 @@ Let's start by creating our grid and binding it to our data. We will also add so
-{/* TODO */}
+{/*TODO*/}
@@ -128,7 +128,7 @@ Let's start by creating our grid and binding it to our data. We will also add so
-{/* TODO */}
+{/*TODO*/}
Great, and now let's prepare for the search API of our {ComponentTitle}! We can create a few properties, which can be used for storing the currently searched text and whether the search is case sensitive and/or by an exact match.
diff --git a/docs/angular/src/content/en/grids_templates/selection.mdx b/docs/angular/src/content/en/grids_templates/selection.mdx
index e969b64700..81df351069 100644
--- a/docs/angular/src/content/en/grids_templates/selection.mdx
+++ b/docs/angular/src/content/en/grids_templates/selection.mdx
@@ -69,7 +69,7 @@ Property enab
- none - Row selection would be disabled for the {ComponentTitle}
- single - Selection of only one row within the {ComponentTitle} would be available
-- multiple - Multi-row selection would be available by using the `Row selectors`, with a key combination like ctrl + click, or by pressing the space key once a cell is focused
+- multiple - Multi-row selection would be available by using the `Row selectors`, with a key combination like ctrl + click, or by pressing the space key once a cell is focused
- multipleCascade - This is a mode for cascading selection, resulting in the selection of all children in the tree below the record that the user selects with user interaction. In this mode a parent's selection state entirely depends on the selection state of its children.
@@ -237,7 +237,7 @@ _
- [Column Moving](/{igPath}/column-moving)
- [Virtualization and Performance](/{igPath}/virtualization)
-* [Selection-based Aggregates](selection-based-aggregates)
+- [Selection-based Aggregates](selection-based-aggregates)
Our community is active and always welcoming to new ideas.
diff --git a/docs/angular/src/content/en/grids_templates/summaries.mdx b/docs/angular/src/content/en/grids_templates/summaries.mdx
index bfe52cd5e7..aec2048296 100644
--- a/docs/angular/src/content/en/grids_templates/summaries.mdx
+++ b/docs/angular/src/content/en/grids_templates/summaries.mdx
@@ -808,7 +808,7 @@ If the component is using an [`Emulated`](/themes/sass/component-themes#view-enc
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-* [Selection-based Aggregates](selection-based-aggregates)
+- [Selection-based Aggregates](selection-based-aggregates)
Our community is active and always welcoming to new ideas.
diff --git a/docs/angular/src/content/jp/components/accordion.mdx b/docs/angular/src/content/jp/components/accordion.mdx
index 1918b5200c..33589fa2e1 100644
--- a/docs/angular/src/content/jp/components/accordion.mdx
+++ b/docs/angular/src/content/jp/components/accordion.mdx
@@ -209,11 +209,11 @@ export class AccordionComponent {
Angular を使用すると、ヘッダーとコンテンツ パネルの外観をカスタマイズできます。
以下のサンプルは、 の組み込みテンプレート機能を使用して詳細なフィルタリング オプションを実装する方法を示しています。
-
+
-### ネストされた Angular Accoridon のシナリオ
+### ネストされた Angular Accordion のシナリオ
以下の Angular Accordion 例では、この一般的なアプリケーション シナリオを説明するために、複雑な FAQ セクションを作成します。サンプルでネストされた は、の本体内に を追加することによって実現されます。
diff --git a/docs/angular/src/content/jp/components/bullet-graph.mdx b/docs/angular/src/content/jp/components/bullet-graph.mdx
index ea45a2a999..272795f406 100644
--- a/docs/angular/src/content/jp/components/bullet-graph.mdx
+++ b/docs/angular/src/content/jp/components/bullet-graph.mdx
@@ -33,7 +33,6 @@ Angular Bullet Graph コンポーネントは、目盛り上でメジャーの
-
## 依存関係
gauge パッケージのインストール時に core パッケージもインストールする必要があります。
@@ -52,7 +51,6 @@ npm install --save igniteui-angular-gauges
-
```ts
// app.module.ts
import { IgxBulletGraphModule } from 'igniteui-angular-gauges';
@@ -67,14 +65,6 @@ import { IgxBulletGraphModule } from 'igniteui-angular-gauges';
export class AppModule {}
```
-
-
-
-
-
-
-
-
## 使用方法
以下のコードは、ブレット グラフ コンポーネントを作成し、パフォ―マンス バーと比較目盛マーカー、および 3 つの比較範囲をスケールに構成します。
@@ -104,15 +94,6 @@ export class AppModule {}
```
-
-
-
-
-
-
-
-
-
## 比較メジャー
ブレットグラフは、パフォーマンス値とターゲット値の 2 つのメジャーを表示できます。
@@ -143,12 +124,6 @@ export class AppModule {}
-
-
-
-
-
-
@@ -180,11 +155,6 @@ export class AppModule {}
-
-
-
-
-
@@ -221,12 +191,6 @@ export class AppModule {}
-
-
-
-
-
-
@@ -261,12 +225,6 @@ export class AppModule {}
-
-
-
-
-
-
@@ -293,12 +251,6 @@ export class AppModule {}
-
-
-
-
-
-
@@ -324,12 +276,6 @@ export class AppModule {}
-
-
-
-
-
-
@@ -356,11 +302,6 @@ export class AppModule {}
-
-
-
-
-
@@ -445,12 +386,6 @@ export class AppModule {}
-
-
-
-
-
-
## API リファレンス
diff --git a/docs/angular/src/content/jp/components/calendar.mdx b/docs/angular/src/content/jp/components/calendar.mdx
index 787f548eb9..b8e0b8b3a9 100644
--- a/docs/angular/src/content/jp/components/calendar.mdx
+++ b/docs/angular/src/content/jp/components/calendar.mdx
@@ -149,7 +149,7 @@ Ignite UI for Angular Calendar モジュールまたはディレクティブを
```
-すべてのプロパティ値が AppCоmponent ファイルに設定されます。
+すべてのプロパティ値が AppComponent ファイルに設定されます。
```typescript
// app.component.ts
@@ -463,7 +463,7 @@ export class CalendarSample9Component {
-The Ignite UI for Angular Drop Down is a component, which displays a toggleable list of predefined values and allows users to easily select a single option item with a click. It can be quickly configured to act as a drop down menu or you can simply use it to deliver more useful visual information by grouping data. With grouping you can use both flat and hierarchical data. Drop Down component allows declarative binding, which makes it possible for you to embed additional content and links. This also leaves room for further UI customization and styling of the Angular drop down list appearance. In addition to this, it is packed with key features like keyboard dropdown navigation and virtualization.
+The Ignite UI for Angular Drop Down is a component, which displays a toggleable list of predefined values and allows users to easily select a single option item with a click. It can be quickly configured to act as a drop down menu or you can simply use it to deliver more useful visual information by grouping data. With grouping you can use both flat and hierarchical data. Drop Down component allows declarative binding, which makes it possible for you to embed additional content and links. This also leaves room for further UI customization and styling of the Angular drop down list appearance. In addition to this, it is packed with key features like keyboard dropdown navigation and virtualization.
| プライマリ プロパティ | 依存プロパティ | 説明 |
| --- | --- | --- |
diff --git a/docs/angular/src/content/jp/components/inputs/color-editor.mdx b/docs/angular/src/content/jp/components/inputs/color-editor.mdx
index 28bc7c2c1d..140380d6b4 100644
--- a/docs/angular/src/content/jp/components/inputs/color-editor.mdx
+++ b/docs/angular/src/content/jp/components/inputs/color-editor.mdx
@@ -37,15 +37,6 @@ npm install igniteui-angular-inputs
-
-
-
-
-
-
-
-
-
## 使用方法
`ColorEditor` の使用を開始する最も簡単な方法は次のとおりです:
@@ -53,7 +44,6 @@ npm install igniteui-angular-inputs
-
```html
```
-
-
-
-
-
-
-
-
-
-
-
-
## イベントにバインド
Color Editor コンポーネントは、次のイベントを発生させます:
@@ -95,16 +73,6 @@ public onValueChanged = (e: any) => {
}
```
-
-
-
-
-
-
-
-
-
-
## API リファレンス
`ColorEditor`
diff --git a/docs/angular/src/content/jp/components/interactivity/accessibility-compliance.mdx b/docs/angular/src/content/jp/components/interactivity/accessibility-compliance.mdx
index 371ff0ac31..527ef6e9e5 100644
--- a/docs/angular/src/content/jp/components/interactivity/accessibility-compliance.mdx
+++ b/docs/angular/src/content/jp/components/interactivity/accessibility-compliance.mdx
@@ -36,11 +36,11 @@ import DocsAside from 'igniteui-astro-components/components/mdx/DocsAside.astro'
|**コンポーネント/原則**| (a) |(b) |(c) |(d) |(e) |(f) |(g) |(h) |(i) |(j) |(k) |(l) |(m) |(n) |(o) |(p) |
|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|
-|*グリッド*|||||||||||||||||
+|_グリッド_|||||||||||||||||
| - Grid||||||||||*|||||||
| - HierarchicalGrid||||||||||*|||||||
| - TreeGrid||||||||||*|||||||
-|*その他*||||||||||*|||||||
+|_その他_||||||||||*|||||||
| - Avatar|||||||||||||||||
| - Badge|||||||||||||||||
| - Bottom navigation||||||||||*|||||||
@@ -115,11 +115,11 @@ import DocsAside from 'igniteui-astro-components/components/mdx/DocsAside.astro'
|**コンポーネント/ガイドライン**|1.1 |1.2 |1.3 |1.4 |2.1 |2.2 |2.3 |2.4 |2.5 |3.1 |3.2 |3.3 |4.1 |
|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|:--|
-|*グリッド*||||||||||||||
+|_グリッド_||||||||||||||
| - Grid|||||||*||||*|||
| - HierarchicalGrid|||||||*||||*|||
| - TreeGrid|||||||*||||*|||
-|*その他*|||||||*|||||||
+|_その他_|||||||*|||||||
| - Avatar|||||||||||*|||
| - Badge|||||||||||*|||
| - Banner||||||*|*||||*|||
diff --git a/docs/angular/src/content/jp/components/linear-gauge.mdx b/docs/angular/src/content/jp/components/linear-gauge.mdx
index 1a7660e1a6..192f2e0284 100644
--- a/docs/angular/src/content/jp/components/linear-gauge.mdx
+++ b/docs/angular/src/content/jp/components/linear-gauge.mdx
@@ -28,7 +28,6 @@ Ignite UI for Angular リニア ゲージ コンポーネントを使用する
-
## 依存関係
Angular gauge コンポーネントをインストールするときに core パッケージもインストールする必要があります。
@@ -48,8 +47,6 @@ npm install --save igniteui-angular-gauges
-
-
```ts
// app.module.ts
import { IgxLinearGaugeModule } from 'igniteui-angular-gauges';
@@ -64,14 +61,6 @@ import { IgxLinearGaugeModule } from 'igniteui-angular-gauges';
export class AppModule {}
```
-
-
-
-
-
-
-
-
## 使用方法
以下のコードは針およびスケールで 3 つの比較範囲を含むリニア ゲージを作成する方法を紹介します。
@@ -99,15 +88,6 @@ export class AppModule {}
```
-
-
-
-
-
-
-
-
-
## 針
これは、コンポーネントで表示されるプライマリ メジャーでバーで可視化されます。あるいは以下で示す図形のほとんどすべてをカスタマイズすることもできます。
@@ -140,12 +120,6 @@ export class AppModule {}
-
-
-
-
-
-
@@ -178,11 +152,6 @@ export class AppModule {}
-
-
-
-
-
@@ -215,12 +184,6 @@ export class AppModule {}
-
-
-
-
-
-
@@ -258,11 +221,6 @@ export class AppModule {}
-
-
-
-
-
@@ -290,12 +248,6 @@ export class AppModule {}
-
-
-
-
-
-
@@ -322,12 +274,6 @@ export class AppModule {}
-
-
-
-
-
-
@@ -357,12 +303,6 @@ export class AppModule {}
-
-
-
-
-
-
@@ -446,16 +386,6 @@ export class AppModule {}
```
-
-
-
-
-
-
-
-
-
-
## API リファレンス
diff --git a/docs/angular/src/content/jp/components/menus/toolbar.mdx b/docs/angular/src/content/jp/components/menus/toolbar.mdx
index 13c8c96f0e..f3f82ff3c9 100644
--- a/docs/angular/src/content/jp/components/menus/toolbar.mdx
+++ b/docs/angular/src/content/jp/components/menus/toolbar.mdx
@@ -56,18 +56,6 @@ import { IgxDataChartToolbarModule, IgxDataChartCoreModule, IgxDataChartCategory
export class AppModule {}
```
-
-
-
-
-
-
-
-
-
-
-
-
## 使用方法
### ツール操作
@@ -99,7 +87,6 @@ Angular ツールバーには、 が Toolbar にリンクされると、いくつかの既存の 項目とメニューが使用可能になります。以下は、組み込みの Angular ツール操作とそれに関連付けられた のリストです。
ズーム操作
@@ -135,20 +114,20 @@ Angular ツールバーには、。
- - `MinValue`: シリーズの最小値で yAxis に沿って水平破線を表示する 。
- - : シリーズの平均値で yAxis に沿って水平破線を表示する 。
+ - `MaxValue`: シリーズの最大値で yAxis に沿って水平破線を表示する 。
+ - `MinValue`: シリーズの最小値で yAxis に沿って水平破線を表示する 。
+ - : シリーズの平均値で yAxis に沿って水平破線を表示する 。
- `TrendsMenu`: さまざまな近似曲線を プロット領域に適用するためのツールを含むサブ メニュー。
- `TrendsHeader`: 次の 3 つのツールのサブメニュー セクション ヘッダー:
- - **Exponential**: チャート内の各シリーズの を **ExponentialFit** に設定する 。
- - **Linear**: チャート内の各シリーズの を **LinearFit** に設定する 。
- - **Logarithmic**: チャート内の各シリーズの を **LogarithmicFit** に設定する 。
+ - **Exponential**: チャート内の各シリーズの を **ExponentialFit** に設定する 。
+ - **Linear**: チャート内の各シリーズの を **LinearFit** に設定する 。
+ - **Logarithmic**: チャート内の各シリーズの を **LogarithmicFit** に設定する 。
- `HelpersHeader`: サブ セクションのヘッダー。
- `SeriesAvg`: タイプの を使用して、チャートのシリーズ コレクションに を追加または削除する 。
- `ValueLabelsMenu`: のプロット領域に注釈を表示するためのさまざまなツールを含むサブ メニュー。
- `ValueLabelsHeader`: 次のツールのサブ メニュー セクション ヘッダー:
- - `ShowValueLabels`: を使用してデータ ポイント値を切り替える 。
- - `ShowLastValueLabel`: を使用して最終値軸の注釈を切り替える 。
+ - `ShowValueLabels`: を使用してデータ ポイント値を切り替える 。
+ - `ShowLastValueLabel`: を使用して最終値軸の注釈を切り替える 。
- `ShowCrosshairs`: チャートの プロパティを介してマウスオーバー十字線の注釈を切り替える 。
- `ShowGridlines`: X-Axis に `MajorStroke` を適用することで追加のグリッド線を切り替える 。
@@ -219,7 +198,6 @@ public toolbarCustomIconOnViewInit(): void {
-
### Vertical Orientation
By default the Angular Toolbar is shown horizontally, but it also has the ability to shown vertically by setting the property.
@@ -233,11 +211,6 @@ By default the Angular Toolbar is shown horizontally, but it also has the abilit
-
-
-
-
-
The following example demonstrates the vertical orientation of the Angular Toolbar.
@@ -264,11 +237,6 @@ You can add a custom color editor tool to the the Angular Toolbar, which will al
-
-
-
-
-
The following example demonstrates styling the Angular Data Chart series brush with the Color Editor tool.
@@ -287,12 +255,7 @@ The icon component can be styled by using it's
*/}
diff --git a/docs/angular/src/content/jp/components/overlay-scroll.mdx b/docs/angular/src/content/jp/components/overlay-scroll.mdx
index 832effa09a..b0c2fd9cfb 100644
--- a/docs/angular/src/content/jp/components/overlay-scroll.mdx
+++ b/docs/angular/src/content/jp/components/overlay-scroll.mdx
@@ -16,10 +16,10 @@ import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
3. **Close** - 許容値を使用して許容範囲を超えた場合にスクロールで展開したコンポーネントを閉じます。
4. **Absolute** - すべてをスクロールします。
-1. **NoOperation** - does nothing.
-2. **Block** - the event is canceled and the component does not scroll with the window.
-3. **Close** - uses a tolerance and closes an expanded component upon scrolling if the tolerance is exceeded.
-4. **Absolute** - scrolls everything.
+5. **NoOperation** - does nothing.
+6. **Block** - the event is canceled and the component does not scroll with the window.
+7. **Close** - uses a tolerance and closes an expanded component upon scrolling if the tolerance is exceeded.
+8. **Absolute** - scrolls everything.
## 使用方法
diff --git a/docs/angular/src/content/jp/components/radial-gauge.mdx b/docs/angular/src/content/jp/components/radial-gauge.mdx
index cee868dd70..52c535083b 100644
--- a/docs/angular/src/content/jp/components/radial-gauge.mdx
+++ b/docs/angular/src/content/jp/components/radial-gauge.mdx
@@ -29,7 +29,6 @@ Angular Radial Gauge コンポーネントは、針、目盛り、範囲、ラ
-
## 依存関係
gauge コンポーネントをインストールするときに core パッケージもインストールする必要があります。
@@ -42,10 +41,6 @@ npm install --save igniteui-angular-gauges
-
-
-
-
## モジュールの要件
を作成するには、以下のモジュールが必要です。
@@ -53,8 +48,6 @@ npm install --save igniteui-angular-gauges
-
-
```ts
// app.module.ts
import { IgxRadialGaugeModule } from 'igniteui-angular-gauges';
@@ -69,15 +62,6 @@ import { IgxRadialGaugeModule } from 'igniteui-angular-gauges';
export class AppModule {}
```
-
-
-
-
-
-
-
-
-
## 使用方法
以下のコードは針およびスケールで 3 つの比較範囲を含むラジアル ゲージを作成する方法を紹介します。
@@ -105,15 +89,6 @@ export class AppModule {}
```
-
-
-
-
-
-
-
-
-
## バッキング
ゲージには、スケールの後ろ側に描かれた背景図形があり、図形はゲージの背景として動作します。
@@ -144,12 +119,6 @@ export class AppModule {}
-
-
-
-
-
-
@@ -179,12 +148,6 @@ export class AppModule {}
-
-
-
-
-
-
@@ -212,12 +175,6 @@ export class AppModule {}
-
-
-
-
-
-
@@ -239,11 +196,6 @@ export class AppModule {}
-
-
-
-
-
## オプティカル スケーリング
ラジアル ゲージのラベルとタイトルにより、スケーリングを変更できます。これを有効にするには、まず を true に設定します。次に、ラベルが 100% のオプティカル スケーリングを持つサイズを管理する を設定できます。ゲージのサイズが大きくなると、ラベルのフォントも大きくなります。たとえば、このプロパティが 500 に設定され、ゲージのピクセル単位のサイズが 2 倍の 1000 になると、ラベルのフォント サイズは 200% 大きくなります。
@@ -277,12 +229,6 @@ export class AppModule {}
-
-
-
-
-
-
@@ -315,12 +261,6 @@ export class AppModule {}
-
-
-
-
-
-
@@ -359,11 +299,6 @@ export class AppModule {}
-
-
-
-
-
@@ -391,11 +326,6 @@ export class AppModule {}
-
-
-
-
-
@@ -476,12 +406,6 @@ export class AppModule {}
-
-
-
-
-
-
## API リファレンス
diff --git a/docs/angular/src/content/jp/components/radio-button.mdx b/docs/angular/src/content/jp/components/radio-button.mdx
index 241ca8b2fa..f118d339f7 100644
--- a/docs/angular/src/content/jp/components/radio-button.mdx
+++ b/docs/angular/src/content/jp/components/radio-button.mdx
@@ -239,7 +239,7 @@ class="!light-radio ![--empty-color:#576E60] ![--fill-color:#7B9E89]"
## Radio Group
-The Ignite UI for Angular Radio Group directive provides a grouping container that allows better control over the child radio components and supports template-driven and reactive forms.
+The Ignite UI for Angular Radio Group directive provides a grouping container that allows better control over the child radio components and supports template-driven and reactive forms.
| プライマリ プロパティ | 依存プロパティ | 説明 |
| --- | --- | --- |
diff --git a/docs/angular/src/content/jp/components/themes/misc/tailwind-classes.mdx b/docs/angular/src/content/jp/components/themes/misc/tailwind-classes.mdx
index 518f5bd9bd..a07c14f5e0 100644
--- a/docs/angular/src/content/jp/components/themes/misc/tailwind-classes.mdx
+++ b/docs/angular/src/content/jp/components/themes/misc/tailwind-classes.mdx
@@ -25,6 +25,7 @@ Ignite UI for Angular offers full theming customization through CSS variables an
```cmd
ng add igniteui-angular
```
+
### 1. Tailwind のインストール
diff --git a/docs/angular/src/content/jp/components/themes/typography.mdx b/docs/angular/src/content/jp/components/themes/typography.mdx
index 4c15b9a386..3f40723f4e 100644
--- a/docs/angular/src/content/jp/components/themes/typography.mdx
+++ b/docs/angular/src/content/jp/components/themes/typography.mdx
@@ -39,7 +39,7 @@ Ignite UI for Angular のタイポグラフィは、[マテリアル タイプ
-各テーマは独自のタイプ スケールを定義します。つまり、Material、Fluent、Boostrap、および Indigo の各テーマに独自のタイプ スケールがあります。これらはすべて同じスケール カテゴリを共有しますが、異なるフォント ファミリ、太さ、サイズ、テキスト変換、文字間隔、線の高さを持つことができます。
+各テーマは独自のタイプ スケールを定義します。つまり、Material、Fluent、Bootstrap、および Indigo の各テーマに独自のタイプ スケールがあります。これらはすべて同じスケール カテゴリを共有しますが、異なるフォント ファミリ、太さ、サイズ、テキスト変換、文字間隔、線の高さを持つことができます。
## 使用方法
diff --git a/docs/angular/src/content/jp/components/zoomslider-overview.mdx b/docs/angular/src/content/jp/components/zoomslider-overview.mdx
index 6f7bb3523c..dedd05ecbb 100644
--- a/docs/angular/src/content/jp/components/zoomslider-overview.mdx
+++ b/docs/angular/src/content/jp/components/zoomslider-overview.mdx
@@ -38,8 +38,6 @@ Angular ZoomSlider コントロールは、範囲対応コントロールにズ
-
-
## 依存関係
Angular chart コンポーネントをインストールするときに core パッケージもインストールする必要があります。
@@ -59,7 +57,6 @@ npm install --save igniteui-angular-charts
-
```ts
import { IgxZoomSliderModule } from 'igniteui-angular-charts';
import { IgxZoomSliderComponent } from 'igniteui-angular-charts';
@@ -77,9 +74,6 @@ export class AppModule {}
-
-
-
## コード スニペット
以下のコードは、ZoomSlider を設定する方法を示します。
@@ -93,14 +87,6 @@ export class AppModule {}
```
-
-
-
-
-
-
-
-
## その他のリソース
チャートの詳細については、[グラフの機能](charts/chart-features.md)トピックを参照してください。
diff --git a/docs/angular/src/content/jp/grids_templates/batch-editing.mdx b/docs/angular/src/content/jp/grids_templates/batch-editing.mdx
index 54386b9fff..bde6fb8339 100644
--- a/docs/angular/src/content/jp/grids_templates/batch-editing.mdx
+++ b/docs/angular/src/content/jp/grids_templates/batch-editing.mdx
@@ -102,6 +102,7 @@ export class AppModule {}
...
```
+
@@ -119,6 +120,7 @@ export class AppModule {}
(click)="openCommitDialog()">Commit
...
```
+
トランザクション API は編集の終了を処理しないので、自分で行う必要があります。そうしないと、`{ComponentTitle}` は編集モードのままになります。これを行う 1 つの方法は、それぞれのメソッドで を呼び出すことです。
diff --git a/docs/angular/src/content/jp/grids_templates/cell-merging.mdx b/docs/angular/src/content/jp/grids_templates/cell-merging.mdx
index 5ffc0b9186..9aea8a73ca 100644
--- a/docs/angular/src/content/jp/grids_templates/cell-merging.mdx
+++ b/docs/angular/src/content/jp/grids_templates/cell-merging.mdx
@@ -213,6 +213,7 @@ If a merged cell is clicked, the closest cell from the merge sequence will becom
|既知の制限| 説明|
| --- | --- |
| セルの結合は、複数行レイアウトとの組み合わせではサポートされません。 | 両方とも複雑なレイアウトを使用するため、同時に使用することはできません。このような無効な構成が検出された場合は警告が表示されます。 |
+
## API リファレンス
diff --git a/docs/angular/src/content/jp/grids_templates/clipboard-interactions.mdx b/docs/angular/src/content/jp/grids_templates/clipboard-interactions.mdx
index 812d0b9aa8..7ea29c53e2 100644
--- a/docs/angular/src/content/jp/grids_templates/clipboard-interactions.mdx
+++ b/docs/angular/src/content/jp/grids_templates/clipboard-interactions.mdx
@@ -75,7 +75,7 @@ IE 11のセルを`コピー`するためには、キーボード選択を使用
Excel は、タブで区切られたテキスト (タブ区切り `/t`) を自動的に検出し、データを別々の列に正しく貼り付けることができます。貼り付け形式が機能せず、貼り付けたものがすべて 1 列に表示される場合は、Excel の区切り文字が別の文字に設定されている、またはテキストがタブではなくスペースを使用しています。
-- コピー操作が実行されたときに発生します。 を使用してコピー動作が有効になっている場合のみ発生します。
+- コピー操作が実行されたときに発生します。 を使用してコピー動作が有効になっている場合のみ発生します。
## その他のリソース
diff --git a/docs/angular/src/content/jp/grids_templates/column-hiding.mdx b/docs/angular/src/content/jp/grids_templates/column-hiding.mdx
index 75815504a0..5fc5f2f1e6 100644
--- a/docs/angular/src/content/jp/grids_templates/column-hiding.mdx
+++ b/docs/angular/src/content/jp/grids_templates/column-hiding.mdx
@@ -621,7 +621,7 @@ $custom-button: flat-button-theme(
- [列のサイズ変更](/{igPath}/column-resizing)
- [選択](/{igPath}/selection)
-* [検索](/{igPath}/search)
+- [検索](/{igPath}/search)
コミュニティに参加して新しいアイデアをご提案ください。
diff --git a/docs/angular/src/content/jp/grids_templates/remote-data-operations.mdx b/docs/angular/src/content/jp/grids_templates/remote-data-operations.mdx
index f0d98529fd..97d0f8a921 100644
--- a/docs/angular/src/content/jp/grids_templates/remote-data-operations.mdx
+++ b/docs/angular/src/content/jp/grids_templates/remote-data-operations.mdx
@@ -278,7 +278,7 @@ public processData() {
このトピックのはじめにあるコードの結果は、[デモ](#angular-tree-grid-リモート-データ操作の例)で確認できます。
- {/* TODO */}
+ {/*TODO*/}
## 一意の列値ストラテジ
diff --git a/docs/angular/src/content/jp/grids_templates/row-drag.mdx b/docs/angular/src/content/jp/grids_templates/row-drag.mdx
index c40d9d6578..e761b6bab3 100644
--- a/docs/angular/src/content/jp/grids_templates/row-drag.mdx
+++ b/docs/angular/src/content/jp/grids_templates/row-drag.mdx
@@ -222,7 +222,7 @@ export class {ComponentName}RowDragComponent {
}
```
-次のように `ViewChild` デコレータを使用して各グリッドに refenrece を定義し、ドロップを処理します。
+次のように `ViewChild` デコレータを使用して各グリッドに reference を定義し、ドロップを処理します。
- 削除される行のデータを含む行を `targetGrid` に追加します。
- `sourceGrid` からドラッグした行を削除します。
diff --git a/docs/angular/src/content/kr/components/action-strip.md b/docs/angular/src/content/kr/components/action-strip.md
index a549777382..110f228729 100644
--- a/docs/angular/src/content/kr/components/action-strip.md
+++ b/docs/angular/src/content/kr/components/action-strip.md
@@ -13,8 +13,8 @@ The Ignite UI for Angular Action Strip component provides an overlay area contai
#### Demo
-
@@ -55,8 +55,8 @@ For scenarios where more than three action items will be shown, it is best to us
```
-
@@ -88,11 +88,12 @@ This can be utilized via grid action components and we are providing two default
```
+
>Note: These components inherit [`IgxGridActionsBaseDirective`]({environment:angularApiUrl}/classes/igxgridactionsbasedirective.html) and when creating a custom grid action component, it should also inherit `IgxGridActionsBaseDirective`.
-
@@ -100,10 +101,13 @@ This can be utilized via grid action components and we are providing two default
### Styling
To customize the Action Strip, you first need to import the `index` file, where all styling functions and mixins are located.
+
```scss
@import '~igniteui-angular/lib/core/styles/themes/index'
```
+
Next, we have to create a new theme that extends the `action-strip-theme` and pass the parameters which we'd like to change:
+
```scss
$custom-strip: action-strip-theme(
$background: rgba(150, 133, 143, 0.4),
@@ -117,19 +121,21 @@ $custom-strip: action-strip-theme(
The last step is to include the newly created component theme in our application.
When `$legacy-support` is set to `false`(default), include the component css variables like this:
+
```scss
@include css-vars($custom-strip);
```
When `$legacy-support` is set to `true`, include the component theme like this:
+
```scss
@include action-strip($custom-strip);
```
-
@@ -138,25 +144,25 @@ When `$legacy-support` is set to `true`, include the component theme like this:
### API and Style References
For more detailed information regarding the Action Strip API, refer to the following links:
-* [`IgxActionStripComponent API`]({environment:angularApiUrl}/classes/igxactionstripcomponent.html)
+- [`IgxActionStripComponent API`]({environment:angularApiUrl}/classes/igxactionstripcomponent.html)
The following built-in CSS styles helped us achieve this Action Strip layout:
-* [`IgxActionStripComponent Styles`]({environment:sassApiUrl}/themes#function-action-strip-theme)
+- [`IgxActionStripComponent Styles`]({environment:sassApiUrl}/themes#function-action-strip-theme)
Additional components and/or directives that can be used within the Action Strip:
-* [`IgxGridActionsBaseDirective `]({environment:angularApiUrl}/classes/igxgridactionsbasedirective.html)
-* [`IgxGridPinningActionsComponent`]({environment:angularApiUrl}/classes/igxgridpinningactionscomponent.html)
-* [`IgxGridEditingActionsComponent`]({environment:angularApiUrl}/classes/igxgrideditingactionscomponent.html)
-* [`IgxDividerDirective`]({environment:angularApiUrl}/classes/igxdividerdirective.html)
+- [`IgxGridActionsBaseDirective`]({environment:angularApiUrl}/classes/igxgridactionsbasedirective.html)
+- [`IgxGridPinningActionsComponent`]({environment:angularApiUrl}/classes/igxgridpinningactionscomponent.html)
+- [`IgxGridEditingActionsComponent`]({environment:angularApiUrl}/classes/igxgrideditingactionscomponent.html)
+- [`IgxDividerDirective`]({environment:angularApiUrl}/classes/igxdividerdirective.html)
-###Additional Resources
+### Additional Resources
Our community is active and always welcoming to new ideas.
-* [Ignite UI for Angular **Forums**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
-* [Ignite UI for Angular **GitHub**](https://github.com/IgniteUI/igniteui-angular)
+- [Ignite UI for Angular **Forums**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
+- [Ignite UI for Angular **GitHub**](https://github.com/IgniteUI/igniteui-angular)
diff --git a/docs/angular/src/content/kr/components/autocomplete.md b/docs/angular/src/content/kr/components/autocomplete.md
index 2f0440dc51..d7f2be7231 100644
--- a/docs/angular/src/content/kr/components/autocomplete.md
+++ b/docs/angular/src/content/kr/components/autocomplete.md
@@ -87,30 +87,30 @@ export class AutocompleteSampleComponent {
### Keyboard Navigation
- - `Arrow Down`, `Arrow Up`, `Alt` + `Arrow Down`, `Alt` + `Arrow Up` will open the `drop-down`, if closed.
- - Typing in the input will open the drop-down, if it is closed.
- - `Arrow Down` - will move to the next drop-down item, if it is opened.
- - `Arrow Up` - will move to the previous drop-down item, if it is opened.
- - `Enter` will confirm the already selected item and will close the drop-down.
- - `Esc` will close the drop-down.
+- `Arrow Down`, `Arrow Up`, `Alt` + `Arrow Down`, `Alt` + `Arrow Up` will open the `drop-down`, if closed.
+- Typing in the input will open the drop-down, if it is closed.
+- `Arrow Down` - will move to the next drop-down item, if it is opened.
+- `Arrow Up` - will move to the previous drop-down item, if it is opened.
+- `Enter` will confirm the already selected item and will close the drop-down.
+- `Esc` will close the drop-down.
> Note: When the autocomplete is opened, then the first item, in the list, is automatically selected. The same is valid when the list is filtered.
### Compatibility support
Applying the `igxAutocomplete` directive will decorate the element with the following ARIA attributes:
- - role="combobox" - role of the element, where the directive is applied.
- - aria-autocomplete="list" - indicates that input completion suggestions are provided in the form of list
- - aria-haspopup="listbox" attribute to indicate that `igxAutocomplete` can pop-up a container to suggest values.
- - aria-expanded="true"/"false" - value depending on the collapsed state of the drop-down.
- - aria-owns="dropDownID" - id of the drop-down used for displaying suggestions.
- - aria-activedescendant="listItemId" - value is set to the id of the current active list element.
+- role="combobox" - role of the element, where the directive is applied.
+- aria-autocomplete="list" - indicates that input completion suggestions are provided in the form of list
+- aria-haspopup="listbox" attribute to indicate that `igxAutocomplete` can pop-up a container to suggest values.
+- aria-expanded="true"/"false" - value depending on the collapsed state of the drop-down.
+- aria-owns="dropDownID" - id of the drop-down used for displaying suggestions.
+- aria-activedescendant="listItemId" - value is set to the id of the current active list element.
The `drop-down` component, used as provider for suggestions, will expose the following ARIA attributes:
- - role="listbox" - applied on the `igx-drop-down` component container
- - role="group" - applied on the `igx-drop-down-item-group` component container
- - role="option" - applied on the `igx-drop-down-item` component container
- - aria-disabled="true"/"false" applied on `igx-drop-down-item`, `igx-drop-down-item-group` component containers when they are disabled.
+- role="listbox" - applied on the `igx-drop-down` component container
+- role="group" - applied on the `igx-drop-down-item-group` component container
+- role="option" - applied on the `igx-drop-down-item` component container
+- aria-disabled="true"/"false" applied on `igx-drop-down-item`, `igx-drop-down-item-group` component containers when they are disabled.
### Enabling/Disabling autocomplete drop-down
@@ -236,18 +236,18 @@ For the purpose of the sample there is a delay in the data loading, in order to
## API References
-* [IgxAutocompleteDirective]({environment:angularApiUrl}/classes/igxautocompletedirective.html)
-* [IgxDropDownComponent]({environment:angularApiUrl}/classes/igxdropdowncomponent.html)
-* [IgxInputGroup]({environment:angularApiUrl}/classes/igxinputgroupcomponent.html)
+- [IgxAutocompleteDirective]({environment:angularApiUrl}/classes/igxautocompletedirective.html)
+- [IgxDropDownComponent]({environment:angularApiUrl}/classes/igxdropdowncomponent.html)
+- [IgxInputGroup]({environment:angularApiUrl}/classes/igxinputgroupcomponent.html)
## Additional Resources
-* [IgxDropDownComponent](drop-down.md)
-* [IgxInputGroup](input-group.md)
-* [Template Driven Forms Integration](input-group.md)
-* [Reactive Forms Integration](angular-reactive-form-validation.md)
+- [IgxDropDownComponent](drop-down.md)
+- [IgxInputGroup](input-group.md)
+- [Template Driven Forms Integration](input-group.md)
+- [Reactive Forms Integration](angular-reactive-form-validation.md)
Our community is active and always welcoming to new ideas.
-* [Ignite UI for Angular **Forums**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
-* [Ignite UI for Angular **GitHub**](https://github.com/IgniteUI/igniteui-angular)
+- [Ignite UI for Angular **Forums**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
+- [Ignite UI for Angular **GitHub**](https://github.com/IgniteUI/igniteui-angular)
diff --git a/docs/angular/src/content/kr/components/avatar.md b/docs/angular/src/content/kr/components/avatar.md
index 485cc68334..b4b0deb7fb 100644
--- a/docs/angular/src/content/kr/components/avatar.md
+++ b/docs/angular/src/content/kr/components/avatar.md
@@ -5,7 +5,7 @@ keywords: Ignite UI for Angular, UI controls, Angular widgets, web widgets, UI w
_language: kr
---
-##Avatar
+## Avatar
The Ignite UI for Angular Avatar component helps adding images, material icons, or initials to your application.
@@ -13,8 +13,8 @@ _language: kr
### Avatar Demo
-
@@ -36,15 +36,17 @@ import { IgxAvatarModule } from 'igniteui-angular';
})
export class AppModule {}
```
+
The Avatar can be either square or circular, with three size options (small, medium and large). It can be used for displaying initials, images or icons.
-####Avatar displaying initials
+#### Avatar displaying initials
To get a simple avatar with [`initials`]({environment:angularApiUrl}/classes/igxavatarcomponent.html#initials) (i.e. JS for 'Jack Sock'), add the following code inside the component template:
```html
```
+
Let's enhance our avatar by making it circular and bigger in size. We can also change the background through the [`bgColor`]({environment:angularApiUrl}/classes/igxavatarcomponent.html#bgcolor) property or set a color on the initials through the [`color`]({environment:angularApiUrl}/classes/igxavatarcomponent.html#color) property. All of these are input properties and can be bound to some component properties.
```html
@@ -55,6 +57,7 @@ Let's enhance our avatar by making it circular and bigger in size. We can also c
[color]="color">
```
+
```typescript
// avatar.component.ts
...
@@ -63,14 +66,15 @@ Let's enhance our avatar by making it circular and bigger in size. We can also c
public isCircular = true;
```
+
If all went well, you should see something like the following in the browser:
-####Avatar displaying image
-To get an avatar that dispalays an image, all you have to do is setting the image source via the [`src`]({environment:angularApiUrl}/classes/igxavatarcomponent.html#src) property.
+#### Avatar displaying image
+To get an avatar that displays an image, all you have to do is setting the image source via the [`src`]({environment:angularApiUrl}/classes/igxavatarcomponent.html#src) property.
```html
-####Avatar displaying icon
+#### Avatar displaying icon
Analogically, the avatar can display an icon via the [`icon`]({environment:angularApiUrl}/classes/igxavatarcomponent.html#icon) property. Currently all icons from the material icon set are supported.
```html
@@ -103,11 +108,11 @@ Analogically, the avatar can display an icon via the [`icon`]({environment:angul
## API References
-* [IgxAvatarComponent]({environment:angularApiUrl}/classes/igxavatarcomponent.html)
-* [IgxAvatarComponent Styles]({environment:sassApiUrl}/themes#function-avatar-theme)
+- [IgxAvatarComponent]({environment:angularApiUrl}/classes/igxavatarcomponent.html)
+- [IgxAvatarComponent Styles]({environment:sassApiUrl}/themes#function-avatar-theme)
## Additional Resources
Our community is active and always welcoming to new ideas.
-* [Ignite UI for Angular **Forums**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
-* [Ignite UI for Angular **GitHub**](https://github.com/IgniteUI/igniteui-angular)
+- [Ignite UI for Angular **Forums**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
+- [Ignite UI for Angular **GitHub**](https://github.com/IgniteUI/igniteui-angular)
diff --git a/docs/angular/src/content/kr/components/badge.md b/docs/angular/src/content/kr/components/badge.md
index 9c095d2fc3..a56754c544 100644
--- a/docs/angular/src/content/kr/components/badge.md
+++ b/docs/angular/src/content/kr/components/badge.md
@@ -5,14 +5,14 @@ keywords: Ignite UI for Angular, UI controls, Angular widgets, web widgets, UI w
_language: kr
---
-##Badge
+## Badge
The Ignite UI for Angular Badge is an absolutely positioned element that is used to decorate avatars, navigation menus, or other components in the application when visual notification is needed. Badges usually are designed as icons with a predefined style to communicate information, success, warnings, or errors.
### Badge Demo
-
@@ -20,7 +20,7 @@ _language: kr
> [!NOTE]
> To start using Ignite UI for Angular components in your own projects, make sure you have configured all necessary dependencies and have performed the proper setup of your project. You can learn how to do this in the [**installation**](https://www.infragistics.com/products/ignite-ui-angular/getting-started#installation) topic.
-###Usage
+### Usage
To get started with the Ignite UI for Angular Badge, let's first import the `IgxBadgeModule` in the **app.module.ts** file:
```typescript
@@ -120,11 +120,12 @@ class Member {
}
}
```
+
If the sample is configured properly, a list with members' name and status should be displayed.
-
@@ -154,8 +155,8 @@ Let's add an avatar in front of every chat member. To do this, put another div e
```
-
@@ -165,9 +166,9 @@ Having just a list with names doesn't provide much useful visual information. Th
Notice that the [`igx-badge`]({environment:angularApiUrl}/classes/igxbadgecomponent.html) has [`icon`]({environment:angularApiUrl}/classes/igxbadgecomponent.html#icon) and [`type`]({environment:angularApiUrl}/classes/igxbadgecomponent.html#type) inputs to configure the badge look. You can set the icon by providing its name from the official [material icons set](https://material.io/icons/). The badge type can be set to either [`default`]({environment:angularApiUrl}/enums/type.html#default), [`info`]({environment:angularApiUrl}/enums/type.html#info), [`success`]({environment:angularApiUrl}/enums/type.html#success), [`warning`]({environment:angularApiUrl}/enums/type.html#warning), or [`error`]({environment:angularApiUrl}/enums/type.html#error). Depending on the type, a specific background color is applied.
-In our sample, [`icon`]({environment:angularApiUrl}/classes/igxbadgecomponent.html#icon) and [`type`]({environment:angularApiUrl}/classes/igxbadgecomponent.html#type) are bound to model properties named *icon* and *type*.
+In our sample, [`icon`]({environment:angularApiUrl}/classes/igxbadgecomponent.html#icon) and [`type`]({environment:angularApiUrl}/classes/igxbadgecomponent.html#type) are bound to model properties named _icon_ and _type_.
-In order to position the badge in its parent container, create a custom css class *badge-style* and define the top and right positions.
+In order to position the badge in its parent container, create a custom css class _badge-style_ and define the top and right positions.
```html
@@ -204,26 +205,26 @@ In order to position the badge in its parent container, create a custom css clas
If the sample is configured properly, a list of members should be displayed and every member has an avatar and a badge showing its current state.
-
## API References
-* [IgxAvatarComponent]({environment:angularApiUrl}/classes/igxavatarcomponent.html)
-* [IgxBadgeComponent]({environment:angularApiUrl}/classes/igxbadgecomponent.html)
-* [IgxBadgeComponent Styles]({environment:sassApiUrl}/themes#function-badge-theme)
-* [IgxListComponent]({environment:angularApiUrl}/classes/igxlistcomponent.html)
-* [IgxListItemComponent]({environment:angularApiUrl}/classes/igxlistitemcomponent.html)
-* [Type]({environment:angularApiUrl}/enums/type.html)
+- [IgxAvatarComponent]({environment:angularApiUrl}/classes/igxavatarcomponent.html)
+- [IgxBadgeComponent]({environment:angularApiUrl}/classes/igxbadgecomponent.html)
+- [IgxBadgeComponent Styles]({environment:sassApiUrl}/themes#function-badge-theme)
+- [IgxListComponent]({environment:angularApiUrl}/classes/igxlistcomponent.html)
+- [IgxListItemComponent]({environment:angularApiUrl}/classes/igxlistitemcomponent.html)
+- [Type]({environment:angularApiUrl}/enums/type.html)
## Additional Resources
Our community is active and always welcoming to new ideas.
-* [Ignite UI for Angular **Forums**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
-* [Ignite UI for Angular **GitHub**](https://github.com/IgniteUI/igniteui-angular)
+- [Ignite UI for Angular **Forums**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
+- [Ignite UI for Angular **GitHub**](https://github.com/IgniteUI/igniteui-angular)
diff --git a/docs/angular/src/content/kr/components/banner.md b/docs/angular/src/content/kr/components/banner.md
index e2c82cffd0..0f50394168 100644
--- a/docs/angular/src/content/kr/components/banner.md
+++ b/docs/angular/src/content/kr/components/banner.md
@@ -13,8 +13,8 @@ The Ignite UI for Angular Banner Component provides a way to easily display a pr
### Banner Demo
-
@@ -39,6 +39,7 @@ import { IgxBannerModule } from 'igniteui-angular';
})
export class AppModule {}
```
+
### Basic banner
In order to display the Banner component, use its [`open()`]({environment:angularApiUrl}/classes/igxbannercomponent.html#open) method and call it on a button click. To configure the banner message, simply pass some text inside of the banner content. The text will show up in the specified banner area and the banner will use its default template when displaying it
@@ -58,8 +59,8 @@ The banner appears relative to where the element was inserted in the page templa
#### Basic Banner Demo
-
@@ -101,7 +102,7 @@ To pass an `igx-icon` to you banner, simply insert it in the `igx-banner`s conte
#### Adding custom banner buttons
-The `IgxBannerModule` also exposes a directive for templating the banner buttons - [`IgxBannerActionsDirective`]({environment:angularApiUrl}/classes/igxbanneractionsdirective.html). Using this directive allows you to override the default banner button (`Dismiss`) and add user defined custom actions. As most (but not all) of the button interactions are suposed to close the banner, make sure to call the banner's `close()` method in their `click` handlers.
+The `IgxBannerModule` also exposes a directive for templating the banner buttons - [`IgxBannerActionsDirective`]({environment:angularApiUrl}/classes/igxbanneractionsdirective.html). Using this directive allows you to override the default banner button (`Dismiss`) and add user defined custom actions. As most (but not all) of the button interactions are supposed to close the banner, make sure to call the banner's `close()` method in their `click` handlers.
> [!NOTE]
> Per Google's [`Material Design` guidelines](https://material.io/design/components/banners.html#anatomy), a banner should have a maximum of 2 buttons present. The `IgxBannerComponent` **does not** explicitly limit developers from passing more than 2 elements under the `igx-banner-actions` tag, but it is strongly advised if you choose to adhere to the material design guidelines.
@@ -120,6 +121,7 @@ To further template the 'Connection' banner, we can pass custom action handles u
...
```
+
The dismiss option (`'Continue Offline'`) does not require any further logic, so it can just call `connectionBanner.close()`. The confirm action (`'Turn On Wifi'`) requires some additional logic, so we define it in the component. We create and subscribe to the `onNetworkStateChange` `Observable` and on each change we call the `refreshBanner` method, which toggles the banner depending on `wifiState`.
```typescript
@@ -160,6 +162,7 @@ export class MyBannerComponent implements OnInit, OnDestroy {
}
}
```
+
As the subscription fires on any change to `wifiState`, the banner can now also be toggled using the WiFi icon in the demo navbar.
The results of the templated banner can be seen in the below demo:
@@ -167,8 +170,8 @@ The results of the templated banner can be seen in the below demo:
#### Templating Demo
-
@@ -204,14 +207,14 @@ export class MyBannerComponent {
#### Animation Demo
-
### Binding to events
-The banner component emits events when changing its state - [`opening`]({environment:angularApiUrl}/classes/igxbannercomponent.html#opening) and [`opened`]({environment:angularApiUrl}/classes/igxbannercomponent.html#opened) are called when the banner is shown (before and after, resp.), while [`closing`]({environment:angularApiUrl}/classes/igxbannercomponent.html#closing) and [`closed`]({environment:angularApiUrl}/classes/igxbannercomponent.html#closed) are emitted when the banner is closed. The *ing* events (`opening`, `closing`) are cancelable - they use the `ICancelEventArgs` interface and the emitted object has a `cancel` property. If the `cancel` property is set to true, the corresponding end action and event will not be triggered - e.g. if we cancel `opening`, the banner's `open` method will not finish and the banner will not be shown.
+The banner component emits events when changing its state - [`opening`]({environment:angularApiUrl}/classes/igxbannercomponent.html#opening) and [`opened`]({environment:angularApiUrl}/classes/igxbannercomponent.html#opened) are called when the banner is shown (before and after, resp.), while [`closing`]({environment:angularApiUrl}/classes/igxbannercomponent.html#closing) and [`closed`]({environment:angularApiUrl}/classes/igxbannercomponent.html#closed) are emitted when the banner is closed. The _ing_ events (`opening`, `closing`) are cancelable - they use the `ICancelEventArgs` interface and the emitted object has a `cancel` property. If the `cancel` property is set to true, the corresponding end action and event will not be triggered - e.g. if we cancel `opening`, the banner's `open` method will not finish and the banner will not be shown.
To cancel an event bind it to the emitted object and set its `cancel` property to `true`.
@@ -221,6 +224,7 @@ To cancel an event bind it to the emitted object and set its `cancel` property t
...
```
+
```typescript
// banner.component.ts
...
@@ -231,10 +235,11 @@ export class MyBannerComponent {
}
}
```
+
> [!NOTE]
> If the changes above are applied, the banner will never open, as the opening event is always cancelled.
## API Reference
-* [IgxBannerComponent]({environment:angularApiUrl}/classes/igxbannercomponent.html)
-* [IgxBannerComponent Theme]({environment:sassApiUrl}/themes#function-banner-theme)
+- [IgxBannerComponent]({environment:angularApiUrl}/classes/igxbannercomponent.html)
+- [IgxBannerComponent Theme]({environment:sassApiUrl}/themes#function-banner-theme)
diff --git a/docs/angular/src/content/kr/components/button-group.md b/docs/angular/src/content/kr/components/button-group.md
index 43c48e97d2..d4dd563acc 100644
--- a/docs/angular/src/content/kr/components/button-group.md
+++ b/docs/angular/src/content/kr/components/button-group.md
@@ -10,8 +10,8 @@ The [**igx-buttongroup**]({environment:angularApiUrl}/classes/igxbuttongroupcomp
### Button Group Demo
-
@@ -33,6 +33,7 @@ import { IgxButtonGroupModule } from 'igniteui-angular';
})
export class AppModule {}
```
+
### Usage
Use [`igx-buttongroup`]({environment:angularApiUrl}/classes/igxbuttongroupcomponent.html) to organize buttons into an Angular styled button group.
@@ -68,8 +69,8 @@ igx-buttongroup{
}
```
-
@@ -93,8 +94,8 @@ Use the the [`multiSelection`]({environment:angularApiUrl}/classes/igxbuttongrou
```
-
@@ -102,7 +103,7 @@ Use the the [`multiSelection`]({environment:angularApiUrl}/classes/igxbuttongrou
#### Display Density
Use the [`displayDensity`]({environment:angularApiUrl}/classes/igxbuttongroupcomponent.html#displaydensity) input to set the display density for the button group. This will set the style for the buttons in the group to cosy, compact or comfortable (default value) accordingly.
-> [!NOTE]
+> [!NOTE]
> The display density of a button within a button group is not changed if it is explicitly specified.
```typescript
@@ -136,8 +137,8 @@ public selectDensity(event) {
```
-
@@ -210,22 +211,22 @@ public ngOnInit() {
```
-
## API References
-* [IgxButtonDirective]({environment:angularApiUrl}/classes/igxbuttondirective.html)
-* [IgxButtonGroupComponent]({environment:angularApiUrl}/classes/igxbuttongroupcomponent.html)
-* [IgxButtonGroup Styles]({environment:sassApiUrl}/themes#function-button-group-theme)
+- [IgxButtonDirective]({environment:angularApiUrl}/classes/igxbuttondirective.html)
+- [IgxButtonGroupComponent]({environment:angularApiUrl}/classes/igxbuttongroupcomponent.html)
+- [IgxButtonGroup Styles]({environment:sassApiUrl}/themes#function-button-group-theme)
## Additional Resources
Our community is active and always welcoming to new ideas.
-* [Ignite UI for Angular **Forums**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
-* [Ignite UI for Angular **GitHub**](https://github.com/IgniteUI/igniteui-angular)
+- [Ignite UI for Angular **Forums**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
+- [Ignite UI for Angular **GitHub**](https://github.com/IgniteUI/igniteui-angular)
diff --git a/docs/angular/src/content/kr/components/button.md b/docs/angular/src/content/kr/components/button.md
index acbd2b26ed..7b8e08affa 100644
--- a/docs/angular/src/content/kr/components/button.md
+++ b/docs/angular/src/content/kr/components/button.md
@@ -12,8 +12,8 @@ The Button directive within Ignite UI for Angular is intended to be used on any
### Button Demo
-
@@ -101,6 +101,7 @@ A floating action button and use an icon to display:
edit
```
+
@@ -112,11 +113,13 @@ Or use icons as buttons:
search
```
+
```html
```
+
Icon results:
);
```
+
@@ -146,6 +151,7 @@ Or via .NET CLI:
```cmd
dotnet add package IgniteUI.Blazor.GridLite
```
+
### Using Grid Lite
1 - Add the **IgniteUI.Blazor.Controls** namespace in the **_Imports.razor** file:
diff --git a/docs/xplat/src/content/en/components/grid-lite/sorting.mdx b/docs/xplat/src/content/en/components/grid-lite/sorting.mdx
index 12941f101c..e5bce6a3bd 100644
--- a/docs/xplat/src/content/en/components/grid-lite/sorting.mdx
+++ b/docs/xplat/src/content/en/components/grid-lite/sorting.mdx
@@ -250,6 +250,7 @@ The {GridLiteTitle} supports tri-state sorting and it is always enabled. End-use
```
ascending -> descending -> none -> ascending
```
+
where `none` is the initial state of the data, that is to say with no sorting applied by the grid.
@@ -261,6 +262,7 @@ where `none` is the initial state of the data, that is to say with no sorting ap
```
Ascending -> Descending -> None -> Ascending
```
+
where `None` is the initial state of the data, that is to say with no sorting applied by the grid.
@@ -706,6 +708,7 @@ export type DataPipelineParams = {
type: 'sort' | 'filter';
};
```
+
```typescript
grid.dataPipelineConfiguration = { sort: (params: DataPipelineParams) => T[] | Promise };
@@ -748,6 +751,7 @@ grid.DataPipelineConfiguration = new DataPipelineParams
}
};
```
+
The custom callback can be async as the grid will wait for it until it resolves.
@@ -756,11 +760,8 @@ The following example mocks remote sorting operation, reflecting the REST endpoi
-
-
-
{/* TODO */}
diff --git a/docs/xplat/src/content/en/components/grid-lite/theming.mdx b/docs/xplat/src/content/en/components/grid-lite/theming.mdx
index 1d85dd76d0..c59f1b624d 100644
--- a/docs/xplat/src/content/en/components/grid-lite/theming.mdx
+++ b/docs/xplat/src/content/en/components/grid-lite/theming.mdx
@@ -45,7 +45,7 @@ In the sample below, you can preview all the default base themes.
Aside from the default themes shipped with the {GridLiteTitle} package, you can further customize the look and feel of your data grid by using an alternate set of CSS custom properties.
-Refer to the [theming topic](../grids/theming-grid.md) for more details.
+Refer to the [theming topic](../grids/theming-grid.md) for more details.
```css
.grid-sample {
diff --git a/docs/xplat/src/content/en/components/grids/_shared/advanced-filtering.mdx b/docs/xplat/src/content/en/components/grids/_shared/advanced-filtering.mdx
index 01bbc0539b..17ab1e0a54 100644
--- a/docs/xplat/src/content/en/components/grids/_shared/advanced-filtering.mdx
+++ b/docs/xplat/src/content/en/components/grids/_shared/advanced-filtering.mdx
@@ -194,6 +194,7 @@ ngAfterViewInit(): void {
this.@@igObjectRef.advancedFilteringExpressionsTree = tree;
}
+
```
@@ -225,6 +226,7 @@ connectedCallback(): void {
grid.advancedFilteringExpressionsTree = tree;
}
```
+
@@ -257,6 +259,7 @@ const filteringTree: IgrFilteringExpressionsTree = {
{ComponentSelector}>
+
```
diff --git a/docs/xplat/src/content/en/components/grids/_shared/batch-editing.mdx b/docs/xplat/src/content/en/components/grids/_shared/batch-editing.mdx
index 0b97a03174..d9cafada53 100644
--- a/docs/xplat/src/content/en/components/grids/_shared/batch-editing.mdx
+++ b/docs/xplat/src/content/en/components/grids/_shared/batch-editing.mdx
@@ -82,6 +82,7 @@ After batch editing is enabled, define a Redo
+
```
@@ -115,6 +116,7 @@ After batch editing is enabled, define a
@@ -126,6 +128,7 @@ After batch editing is enabled, define a Undo
+
```
@@ -209,6 +212,7 @@ private OnRedoClick() {
this.grid.transactions.redo();
}
}
+
```
@@ -222,6 +226,7 @@ private OnRedoClick() {
```
+
@@ -395,6 +400,7 @@ export class GridBatchEditingSampleComponent {
}
}
```
+
@@ -423,6 +429,7 @@ export class HierarchicalGridBatchEditingSampleComponent {
}
}
```
+
diff --git a/docs/xplat/src/content/en/components/grids/_shared/cascading-combos.mdx b/docs/xplat/src/content/en/components/grids/_shared/cascading-combos.mdx
index 8f174f7d0f..e9efd44789 100644
--- a/docs/xplat/src/content/en/components/grids/_shared/cascading-combos.mdx
+++ b/docs/xplat/src/content/en/components/grids/_shared/cascading-combos.mdx
@@ -94,6 +94,7 @@ Then you should define the column template with the combo:
>
);
}
+
```
@@ -110,6 +111,7 @@ Then you should define the column template with the combo:
}
```
+
@@ -182,6 +184,7 @@ public bindEventsCountryCombo(rowId: any, cell: any) {
};
});
}
+
```
@@ -211,6 +214,7 @@ public bindEventsCountryCombo(rowId: any, cell: any) {
}
}
```
+
@@ -275,6 +279,7 @@ The `id` is necessary to set the value of `id` attribute.
type="info" [indeterminate]="true">
```
+
@@ -307,6 +312,7 @@ And lastly, adding the , which is required whil
return @
;
};
```
+
## Known Issues and Limitations
diff --git a/docs/xplat/src/content/en/components/grids/_shared/cell-editing.mdx b/docs/xplat/src/content/en/components/grids/_shared/cell-editing.mdx
index 6175924098..ec96c22c27 100644
--- a/docs/xplat/src/content/en/components/grids/_shared/cell-editing.mdx
+++ b/docs/xplat/src/content/en/components/grids/_shared/cell-editing.mdx
@@ -337,6 +337,7 @@ igRegisterScript("WebGridCellEditCellTemplate", (ctx) => {
`;
}, false);
```
+
@@ -429,6 +430,7 @@ public webGridCellEditCellTemplate = (ctx: IgcCellTemplateContext) => {
`;
}
```
+
@@ -471,6 +473,7 @@ public webGridCellEditCellTemplate = (ctx: IgcCellTemplateContext) => {
`;
}
```
+
@@ -529,6 +532,7 @@ public webGridCellEditCellTemplate = (e: IgrCellTemplateContext) => {
);
};
```
+
Working sample of the above can be found here for further reference:
@@ -588,6 +592,7 @@ public keydownHandler(event) {
}
}
}
+
```
@@ -610,6 +615,7 @@ function handleKeyDown(event: KeyBoardEvent) {
}
}
```
+
- ENTER/SHIFT + ENTER navigation
@@ -631,6 +637,7 @@ if (key == 13) {
this.cdr.detectChanges();
});
}
+
```
@@ -648,6 +655,7 @@ if (code === "Enter" || code === "NumpadEnter") {
});
}
```
+
Key parts of finding the next eligible index would be:
@@ -791,6 +799,7 @@ this.selectedCell.update(newData);
// Directly using the row `update` method
const row = this.grid.getRowByKey(rowID);
row.update(newData);
+
```
@@ -809,6 +818,7 @@ selectedCell.update(newData);
const row = grid1Ref.current.getRowByKey(rowID);
row.update(newData);
```
+
@@ -828,6 +838,7 @@ row.update(newData);
IgbRowType row = this.grid.GetRowByKey(rowID);
row.Update(newData);
}
+
```
@@ -848,6 +859,7 @@ this.selectedCell.update(newData);
const row = this.treeGrid.getRowByKey(rowID);
row.update(newData);
```
+
@@ -866,6 +878,7 @@ row.update(newData);
IgbRowType row = this.treeGrid.GetRowByKey(rowID);
row.Update(newData);
}
+
```
@@ -887,6 +900,7 @@ this.selectedCell.update(newData);
const row = this.hierarchicalGrid.getRowByKey(rowID);
row.update(newData);
```
+
@@ -905,6 +919,7 @@ row.update(newData);
IgbRowType row = this.hierarchicalGrid.GetRowByKey(rowID);
row.Update(newData);
}
+
```
@@ -922,6 +937,7 @@ this.grid.deleteRow(this.selectedCell.cellID.rowID);
const row = this.grid.getRowByIndex(rowIndex);
row.delete();
```
+
@@ -1145,6 +1161,7 @@ function handleCellEdit(args: IgrGridEditEventArgs): void {
}
}
```
+
@@ -1171,7 +1188,7 @@ If the value entered in a cell under the **Units On Order** column is larger tha
```typescript
public webTreeGridCellEdit(event: CustomEvent): void {
const column = event.detail.column;
-
+
if (column.field === 'Age') {
if (event.detail.newValue < 18) {
event.detail.cancel = true;
@@ -1207,6 +1224,7 @@ igRegisterScript("HandleCellEdit", (ev) => {
}
}, false);
```
+
@@ -1229,6 +1247,7 @@ public webTreeGridCellEdit(args: IgrGridEditEventArgs): void {
}
}
}
+
```
@@ -1257,6 +1276,7 @@ Here, we are validating two columns. If the user tries to set an invalid value f
}
}
```
+
@@ -1332,6 +1352,7 @@ Then set the related CSS properties for that class:
--ig-grid-cell-editing-background: #add8e6;
}
```
+
@@ -1362,6 +1383,7 @@ Then set the related CSS properties for that class:
--ig-grid-cell-editing-background: #add8e6;
}
```
+
@@ -1392,6 +1414,7 @@ Then set the related CSS properties for that class:
--ig-grid-cell-editing-background: #add8e6;
}
```
+
### Styling Example
diff --git a/docs/xplat/src/content/en/components/grids/_shared/cell-merging.mdx b/docs/xplat/src/content/en/components/grids/_shared/cell-merging.mdx
index 98702f709e..288a562f1d 100644
--- a/docs/xplat/src/content/en/components/grids/_shared/cell-merging.mdx
+++ b/docs/xplat/src/content/en/components/grids/_shared/cell-merging.mdx
@@ -77,6 +77,7 @@ const cellMergeMode: GridCellMergeMode = 'always';
@code {
private GridCellMergeMode CellMergeMode = GridCellMergeMode.Always;
}
+
```
@@ -88,6 +89,7 @@ At the column level, merging can be enabled or disabled with the
```
+
@@ -123,6 +125,7 @@ In the above example:
```tsx
const cellMergeMode: GridCellMergeMode = 'onSort';
```
+
@@ -146,6 +149,7 @@ const cellMergeMode: GridCellMergeMode = 'onSort';
@code {
private GridCellMergeMode CellMergeMode = GridCellMergeMode.OnSort;
}
+
```
@@ -173,6 +177,7 @@ export declare class IgrGridMergeStrategy {
comparer: (prevRecord: any, record: any, field: string) => boolean;
}
```
+
@@ -189,6 +194,7 @@ export declare class IgcGridMergeStrategy {
comparer: (prevRecord: any, record: any, field: string) => boolean;
}
+
```
@@ -213,6 +219,7 @@ export class MyCustomStrategy extends IgrDefaultMergeStrategy {
}
}
```
+
```ts
@@ -270,6 +277,7 @@ export class MyCustomStrategy extends IgcDefaultTreeGridMergeStrategy {
### Applying a Custom Strategy
Once defined, assign the strategy to the grid through the property:
+
```tsx
<{ComponentSelector} data={data} mergeStrategy={customStrategy}>
@@ -280,6 +288,7 @@ Once defined, assign the strategy to the grid through the
@@ -291,6 +300,7 @@ constructor() {
grid.mergeStrategy = new MyCustomStrategy() as IgcGridMergeStrategy;
grid.cellMergeMode = 'always';
}
+
```
### Demo
diff --git a/docs/xplat/src/content/en/components/grids/_shared/cell-selection.mdx b/docs/xplat/src/content/en/components/grids/_shared/cell-selection.mdx
index c1b469273a..7382bdcdfa 100644
--- a/docs/xplat/src/content/en/components/grids/_shared/cell-selection.mdx
+++ b/docs/xplat/src/content/en/components/grids/_shared/cell-selection.mdx
@@ -141,6 +141,7 @@ gridRef.current.selectRange(range)
this.grid.SelectRange(new IgbGridSelectionRange[] {});
}
}
+
```
@@ -154,6 +155,7 @@ gridRef.current.selectRange(range)
```ts
this.grid.clearCellSelection();
```
+
@@ -192,6 +194,7 @@ gridRef.current.clearCellSelection();
}
}
```
+
diff --git a/docs/xplat/src/content/en/components/grids/_shared/collapsible-column-groups.mdx b/docs/xplat/src/content/en/components/grids/_shared/collapsible-column-groups.mdx
index b34303f3e1..b2d02a9712 100644
--- a/docs/xplat/src/content/en/components/grids/_shared/collapsible-column-groups.mdx
+++ b/docs/xplat/src/content/en/components/grids/_shared/collapsible-column-groups.mdx
@@ -202,6 +202,7 @@ Also, if you need to change the default expand/collapse indicator, we provide te
this.addressColumn.CollapsibleIndicatorTemplate = this.ColumnIndicatorTemplate;
}
}
+
```
@@ -232,6 +233,7 @@ public indTemplate = (ctx: IgcColumnTemplateContext) => {
`;
}
```
+
@@ -251,6 +253,7 @@ const collapsibleIndicatorTemplate = (ctx: IgrColumnTemplateContext) => {
)
}
+
```
diff --git a/docs/xplat/src/content/en/components/grids/_shared/column-hiding.mdx b/docs/xplat/src/content/en/components/grids/_shared/column-hiding.mdx
index bfac61e8b7..4445a96d0e 100644
--- a/docs/xplat/src/content/en/components/grids/_shared/column-hiding.mdx
+++ b/docs/xplat/src/content/en/components/grids/_shared/column-hiding.mdx
@@ -733,6 +733,7 @@ Now all we have to do is bind the `Checked` property of both radio buttons respe
```
+
### Disable hiding of a column
@@ -864,6 +865,7 @@ We can easily prevent the user from being able to hide columns through the colum
{ComponentSelector}>
+
```
@@ -1116,6 +1118,7 @@ Then set the related CSS variables for the related components. We will apply the
--ig-button-focus-visible-foreground: black;
--ig-button-disabled-foreground: #ffcd0f;
}
+
```
@@ -1151,6 +1154,7 @@ Then set the related CSS variables for the related components. We will apply the
--ig-button-disabled-foreground: #ffcd0f;
}
```
+
@@ -1184,6 +1188,7 @@ Then set the related CSS variables for the related components. We will apply the
--ig-button-focus-visible-foreground: black;
--ig-button-disabled-foreground: #ffcd0f;
}
+
```
diff --git a/docs/xplat/src/content/en/components/grids/_shared/column-moving.mdx b/docs/xplat/src/content/en/components/grids/_shared/column-moving.mdx
index 866219599d..b342ef6fb1 100644
--- a/docs/xplat/src/content/en/components/grids/_shared/column-moving.mdx
+++ b/docs/xplat/src/content/en/components/grids/_shared/column-moving.mdx
@@ -85,9 +85,11 @@ const headerTemplate = (ctx: IgrCellTemplateContext) => {
**Column moving** feature is enabled on a per-grid level, meaning that the could have either movable or immovable columns. This is done via the input of the .
+
```html
<{ComponentSelector} [moving]="true">{ComponentSelector}>
```
+
@@ -162,6 +164,7 @@ const idColumn = grid.getColumnByName("ID");
const nameColumn = grid.getColumnByName("Name");
grid.moveColumn(idColumn, nameColumn, DropPosition.AfterDropTarget);
+
```
@@ -174,6 +177,7 @@ grid.moveColumn(idColumn, nameColumn, DropPosition.AfterDropTarget);
this.Grid.MoveColumn(Col1,Col2, DropPosition.AfterDropTarget);
}
```
+
@@ -237,6 +241,7 @@ public onColumnMovingEnd(event) {
}
}
```
+
@@ -252,6 +257,7 @@ const onColumnMovingEnd = (event: IgrColumnMovingEndEventArgs) => {
{ComponentSelector}>
+
```
@@ -267,6 +273,7 @@ const onColumnMovingEnd = (event: IgrColumnMovingEndEventArgs) => {
ColumnMovingEndScript='onColumnMovingEnd'>
{ComponentSelector}>
```
+
diff --git a/docs/xplat/src/content/en/components/grids/_shared/column-pinning.mdx b/docs/xplat/src/content/en/components/grids/_shared/column-pinning.mdx
index 43456ba01b..b469b5d588 100644
--- a/docs/xplat/src/content/en/components/grids/_shared/column-pinning.mdx
+++ b/docs/xplat/src/content/en/components/grids/_shared/column-pinning.mdx
@@ -279,6 +279,7 @@ function onColumnPin(e) {
}
igRegisterScript("onColumnPin", onColumnPin, false);
+
```
@@ -295,6 +296,7 @@ When set to End the columns are rendered at the end of the grid, after the unpin
```typescript
public pinningConfig: IPinningConfig = { columns: ColumnPinningPosition.End };
```
+
@@ -306,6 +308,7 @@ public pinningConfig: IPinningConfig = { columns: ColumnPinningPosition.End };
var grid = document.getElementById('dataGrid') as {ComponentName}Component;
grid.pinning = { columns: ColumnPinningPosition.End };
```
+
@@ -316,6 +319,7 @@ const pinningConfig: IgrPinningConfig = { columns: ColumnPinningPosition.End };
```tsx
<{ComponentSelector} data={nwindData} autoGenerate={true} pinning={pinningConfig}>{ComponentSelector}>
```
+
@@ -327,6 +331,7 @@ const pinningConfig: IgrPinningConfig = { columns: ColumnPinningPosition.End };
Columns = ColumnPinningPosition.End
};
}
+
```
@@ -365,6 +370,7 @@ This can be done by creating a header template for the columns with a custom ico
```
+
@@ -423,6 +429,7 @@ public pinHeaderTemplate = (ctx: IgcCellTemplateContext) => {
`;
}
```
+
@@ -444,7 +451,7 @@ public pinHeaderTemplate = (ctx: IgcCellTemplateContext) => {
igRegisterScript("WebGridPinHeaderTemplate", (ctx) => {
var html = window.igTemplating.html;
window.toggleColumnPin = function toggleColumnPin(field) {
- var grid = document.getElementsByTagName("igc-grid")[0];
+ var grid = document.getElementsByTagName["igc-grid"](0);
var col = grid.getColumnByName(field);
col.pinned = !col.pinned;
grid.markForCheck();
@@ -490,6 +497,7 @@ const toggleColumnPin = (ctx: IgrColumnTemplateContext) => {
);
}
```
+
@@ -578,6 +586,7 @@ public pinHeaderTemplate = (ctx: IgcCellTemplateContext) => {
`;
}
```
+
@@ -608,7 +617,7 @@ public pinHeaderTemplate = (ctx: IgcCellTemplateContext) => {
igRegisterScript("WebTreeGridPinHeaderTemplate", (ctx) => {
var html = window.igTemplating.html;
window.toggleColumnPin = function toggleColumnPin(field) {
- var grid = document.getElementsByTagName("igc-tree-grid")[0];
+ var grid = document.getElementsByTagName["igc-tree-grid"](0);
var col = grid.getColumnByName(field);
col.pinned = !col.pinned;
grid.markForCheck();
@@ -634,6 +643,7 @@ igRegisterScript("WebTreeGridPinHeaderTemplate", (ctx) => {
{ComponentSelector}>
+
```
```tsx
@@ -653,6 +663,7 @@ const toggleColumnPin = (ctx: IgrColumnTemplateContext) => {
);
}
```
+
@@ -733,12 +744,13 @@ constructor() {
public pinHeaderTemplate = (ctx: IgcCellTemplateContext) => {
return html`
-