Ignite UI for Angular includes a powerful bootstrap grid like flex-based layout system. Any modern application today is expected to follow a responsive web design approach, meaning it can gracefully adjust layout of HTML elements based on the device size, or from simply resizing the browser. An Angular bootstrap grid layout was the most used approach in the past, but a flex-based layout system like CSS grid has become more popular, as it works in any browser. The Ignite UI for Angular Layout Directive allows vertical and horizontal flow, including content / text wrapping, justification, and alignment. The Ignite UI for Angular grid supports a responsive layout using CSS, giving you the ultimate flexibility in how the grid behaves on resize.
## Angular Grid Styling Configuration
->
+
The uses **css grid layout**, which is **not supported in IE without prefixing**, consequently it will not render properly.
@@ -606,7 +606,7 @@ and interpolate it those in the template.
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 eb2aefbf0a..b01e5cc0ca 100644
--- a/docs/angular/src/content/en/components/grids-and-lists.mdx
+++ b/docs/angular/src/content/en/components/grids-and-lists.mdx
@@ -6,226 +6,38 @@ license: commercial
---
import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
+import FaqAccordion from 'docs-template/components/mdx/FaqAccordion.astro';
+import CtaArea from 'docs-template/components/mdx/CtaArea.astro';
+import FeatureList from 'docs-template/components/mdx/FeatureList.astro';
+[//]: # (
)
-
-
-
-
-
-
-# The Fastest Angular Data Grid
+[//]: # ( )
+[//]: # (
)
+# The Fastest Angular Data Grid
Ignite UI for Angular provides a complete library of Angular-native, Material-based UI components, including the world’s fastest virtualized Angular data grid.
## Angular Grid Example
-
In this angular grid example, you can see how users can customize their _data view_ by leveraging the various features built into the grid, like data search and filtering, columns sorting, resizing, pinning and hiding, row selection, export to excel and csv, horizontal and vertical scrolling. We have provided examples for cell templating that includes components like linear progress bar indicator and sparkline.
-
-
-
## What is an Angular Data Grid?
An Angular data grid is a component used to display tabular data in a series of rows and columns. Data grids, also known as tables, are well known in the desktop world with popular software such as Microsoft Excel. While grids have been available on desktop platforms for a long time, they have recently become part of web app UIs, such as Angular UI. Modern grids can be complex and may include a range of functionalities, including data binding, editing, Excel-like filtering, custom sorting, grouping, row reordering, row and column freezing, row aggregation, and exporting to Excel, CSV, and pdf formats.
-
## Why Use an Angular Data Grid?
Angular data grids are essential in use cases where lots of data must be stored and sorted through quickly. This can include industries such as financial or insurance that use high-volume, high-velocity data frequently. Often the success of these companies is dependent on the functionality and performance of these data grids. When stock decisions need to be made in microseconds, for example, it’s imperative that the data grid performs with no lag time or flicker.
## Key Features
-
-
The Ignite UI for Angular Data Grid is not just for high-volume and real-time data. It is a feature-rich Angular grid that gives you capabilities that you would never be able to accomplish with so little code on your own.
This example demonstrates a few of the data grid’s key features:
-
- [**Virtualized Rows and Columns**](/grid/virtualization) so you can load millions of records
@@ -246,46 +58,27 @@ This example demonstrates a few of the data grid’s key features:
-
-
-
-
-
-### Data Virtualization and Performance
-
+### 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.
-
-
-
-
Quick and Easy to Customize, Build and Implement
-
-
The Ignite UI Angular Data Grid can handle unlimited rows and columns of data, while providing access to custom templates and real-time data updates. Featuring an intuitive API for easy theming and branding, you can quickly bind to data with minimal code.
-
-
-
+
### Angular Grid Paging, Sorting, Filtering, & Searching
-
Allow users to navigate your data set with our default [pager](/grid/paging) or create your own template to give your own paging experience. With complete support for single and multi-column sorting, full-text [search](/grid/search) on the grid, and several [advanced filtering](/grid/advanced-filtering) options, including data-type based [Microsoft Excel-style Filtering](/grid/excel-style-filtering).
### Inline Angular Grid Editing
-
We provide you default [cell templates for editable columns](/grid/grid#cell-editing-template) which are based on the data type of the column. You can define your own custom templates for editable columns and override default behavior for committing and discarding changes in the cell value.
-
+
@@ -300,11 +93,9 @@ Ensure accessibility compliance and improve usability, enabling Excel-like [keyb
Each of our Angular components in Ignite UI for Angular has been implemented according to the latest accessibility guidelines and specifications. Our Angular components have been tested using OS or Browser provided accessibility technology – screen readers. Our team ensures not only that the guidelines are implemented, but also that the actual content delivered to visually impaired or blind people is actually consumable and user-friendly for them. The Ignite UI for Angular data grid is fully accessible with a11y Keyboard accessibility, ARIA, and accessible color palette. Learn more.
-
-
+
-
### Column Grouping, Pinning, Summaries, & Moving in the Angular Grid
Group columns or pre-set column groups via mouse interaction, touch or our API, with support for built-in column [summaries](/grid/summaries) or custom summary templates. Enable users to interactively [hide](/grid/column-hiding) or [move columns](/grid/column-moving), with full support for interactive [column pinning](/grid/column-pinning), during move, drag, and reorder operations.
@@ -318,7 +109,6 @@ Enable [multi-column headers](/grid/multi-column-headers), allowing you to group
-
### Theming, Styling, & Templating in the Angular Grid
With Ignite UI for Angular you can customize cell appearance with CSS or re-template any cell with ng-template to give any cell render appearance. With full support for Material Design, you can customize your branded experience with our simple-to-use theming engine.
@@ -333,13 +123,9 @@ Full support for exporting data grids to XLSX, XLS, TSV or CSV. The Ignite UI fo
-
-
## Angular Grid Features
-
-
-
+
- [Inline Editing](/grid/editing)
- [Row and Column Filtering](/grid/filtering)
- [Grid Sorting](/grid/sorting)
@@ -366,37 +152,23 @@ Full support for exporting data grids to XLSX, XLS, TSV or CSV. The Ignite UI fo
- [Remote Data Load on Demand](/grid/virtualization#remote-virtualization)
- [Cell Templates](/grid/grid#cell-template)
- [ARIA/a11y Support](/interactivity/accessibility-compliance)
+
-
-
-
-
-
-
-
-
-
-
Download the Fastest Angular Grid Today!
-
- download now
-
- 30 days free trial. No credit card required.
-
-
-
-
+
-
+
+
Ignite UI for Angular Supported Browsers
+
+
+ The Angular Data Grid is supported on all modern web browsers, including:
-
-
Ignite UI for Angular Supported Browsers
-
-
-
- The Angular Data Grid is supported on all modern web browsers, including:
-
Chrome
Edge / Edge Chromium
@@ -404,16 +176,14 @@ Full support for exporting data grids to XLSX, XLS, TSV or CSV. The Ignite UI fo
Safari
Internet Explorer 11 with polyfills
-
-
-
-
+
+
+
Ignite UI for Angular Support Options
-
-
-
-There are multiple options to get access to our award-winning support at Infragistics for the Angular product.
-
+
+
+ There are multiple options to get access to our award-winning support at Infragistics for the Angular product.
+
-
## Ignite UI for Angular Trial License and Commercial
+Ignite UI for Angular is a commercially licensed product available via a subscription model. You can try the Ignite UI for Angular product for free when you register for a 30-day trial. When you are done with your Trial Period, you can purchase a license from our web site or by calling sales in your region.
-
-
Ignite UI for Angular is a commercially licensed product available via a subscription model. You can try the Ignite UI for Angular product for free when you register for a 30-day trial. When you are done with your Trial Period, you can purchase a license from our web site or by calling sales in your region.
-
-
## Frequently Asked Questions
-
-
-
-
-Why should I choose the Infragistics Ignite UI for Angular Data Grid?
-
-What is the Pricing for the Infragistics Ignite UI for Angular Data Grid?
-
-
-
-
- Our Angular components are included as a part of our Ignite UI bundle. A single developer license starts at $1,295 USD for a one-year subscription, including one year of standard support and updates. We also offer discounts for multi-year licenses. Please refer to our Pricing page for more information on pricing.
-
- If you are developing applications on multiple platforms, consider our complete app development package, Infragistics Ultimate, which include desktop platforms like WPF and Windows Forms, plus all modern web toolsets for Angular, Web Components, ASP.NET MVC and ASP.NET Core.
-
-
-
-
-
-
-
-
-Can I purchase the Infragistics Ignite UI for Angular Data Grid control separately?
-
-
-
-
- No, you cannot purchase the Angular Data Grid separately. It is part of a the Ignite UI for Angular product, which includes dozens of UI controls and components, plus over 60 charts, including Angular Financial Charting. If you are interested in other modern web platforms like Angular, ASP.NET MVC, Web Components or ASP.NET Blazor, check out our Ignite UI product bundle, which gives you every web platform for only $100 more on your subscription. That is hundreds of controls, components, and data visualizations for a very low price.
-
-
-
-
-
-
-
-
-How do I Install Angular and the Infragistics Ignite UI for Angular Data Grid control?
-
-
-
-
- To get started with the Angular Data Grid, follow the steps in the [getting started guide](/general/getting-started). We also maintain a library of sample applications, which are designed to not only inspire but are best practices guides for Angular development.
-
-
-
-
-
-
+
+
+ Why should I choose the Infragistics Ignite UI for Angular Data Grid?
+
+
+
+
+ What is the Pricing for the Infragistics Ignite UI for Angular Data Grid?
+
Our Angular components are included as a part of our Ignite UI bundle. A single developer license starts at $1,295 USD for a one-year subscription, including one year of standard support and updates. We also offer discounts for multi-year licenses. Please refer to our Pricing page for more information on pricing.
+ If you are developing applications on multiple platforms, consider our complete app development package, Infragistics Ultimate, which include desktop platforms like WPF and Windows Forms, plus all modern web toolsets for Angular, Web Components, ASP.NET MVC and ASP.NET Core.
+
+
+
+ Can I purchase the Infragistics Ignite UI for Angular Data Grid control separately?
+
No, you cannot purchase the Angular Data Grid separately. It is part of a the Ignite UI for Angular product, which includes dozens of UI controls and components, plus over 60 charts, including Angular Financial Charting. If you are interested in other modern web platforms like Angular, ASP.NET MVC, Web Components or ASP.NET Blazor, check out our Ignite UI product bundle, which gives you every web platform for only $100 more on your subscription. That is hundreds of controls, components, and data visualizations for a very low price.
+
+
+
+ How do I Install Angular and the Infragistics Ignite UI for Angular Data Grid control?
+
To get started with the Angular Data Grid, follow the steps in the [getting started guide](/general/getting-started). We also maintain a library of sample applications, which are designed to not only inspire but are best practices guides for Angular development.
+
+
diff --git a/docs/angular/src/content/jp/components/general/getting-started.mdx b/docs/angular/src/content/jp/components/general/getting-started.mdx
index 268df17f13..195f94cf67 100644
--- a/docs/angular/src/content/jp/components/general/getting-started.mdx
+++ b/docs/angular/src/content/jp/components/general/getting-started.mdx
@@ -7,6 +7,8 @@ _language: ja
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
import DocsAside from 'igniteui-astro-components/components/mdx/DocsAside.astro';
+import DownloadCard from 'docs-template/components/mdx/DownloadCard.astro';
+import DownloadCardGroup from 'docs-template/components/mdx/DownloadCardGroup.astro';
import { Image } from 'astro:assets';
import nodejs from '../../images/general/nodejs.svg';
import vsCode from '../../images/general/vs-code.svg';
@@ -24,18 +26,10 @@ Ignite UI for Angular はデュアルライセンス モデルで提供され、
1. NodeJS をインストールします。
2. Visual Studio Code をインストールします。
-
+
+
+
+
## Ignite UI for Angular のインストール
diff --git a/docs/angular/src/content/jp/components/grids-and-lists.mdx b/docs/angular/src/content/jp/components/grids-and-lists.mdx
index d042f41180..d577aaa4cd 100644
--- a/docs/angular/src/content/jp/components/grids-and-lists.mdx
+++ b/docs/angular/src/content/jp/components/grids-and-lists.mdx
@@ -7,6 +7,9 @@ _language: ja
---
import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
+import FaqAccordion from 'docs-template/components/mdx/FaqAccordion.astro';
+import CtaArea from 'docs-template/components/mdx/CtaArea.astro';
+import FeatureList from 'docs-template/components/mdx/FeatureList.astro';
-
-
-
Quick and Easy to Customize, Build and Implement
-
-
The Ignite UI Angular Data Grid can handle unlimited rows and columns of data, while providing access to custom templates and real-time data updates. Featuring an intuitive API for easy theming and branding, you can quickly bind to data with minimal code.
-
-
-
+
### Angular グリッドのページング、ソート、フィルタリング & 検索
@@ -325,7 +207,7 @@ Full support for exporting data grids to XLSX, XLS, TSV or CSV. The Ignite UI fo
## Angular Grid の機能
-
+
- [インライン編集](grid/editing.md)
- [行と列のフィルタリング](grid/filtering.md)
@@ -336,23 +218,17 @@ Full support for exporting data grids to XLSX, XLS, TSV or CSV. The Ignite UI fo
- [サイズ変更可能な列](grid/column-resizing.md)
- [列の非表示](grid/column-hiding.md)
-
@@ -371,12 +247,10 @@ Full support for exporting data grids to XLSX, XLS, TSV or CSV. The Ignite UI fo
- [セル選択](grid/cell-selection.md)
-
+
-
Ignite UI for Angular Support Options
-
-
-
+
Ignite UI for Angular Support Options
+
- [グリッド レベルの検索](grid/search.md)
- [Excel、CSV、TSV エクスポート](exporter-excel.md)
@@ -402,33 +276,21 @@ Full support for exporting data grids to XLSX, XLS, TSV or CSV. The Ignite UI fo
## FAQ
-
-
-
-
- Angular コンポーネントは、Ignite UI バンドルの一部として含まれています。価格の詳細については、価格ページを参照してください。
-
- 複数のプラットフォームでアプリケーションを開発する場合、WPF や Windows Forms などのデスクトップ プラットフォーム、Angular、Web コンポーネント、ASP.NET MVC、ASP.NET Core のすべての最新 Web ツールセットを含む完全なアプリ開発パッケージ Infragistics Ultimate を検討してください。
-
-
-
-
-
Infragistics Ignite UI for Angular Data Grid コントロールを個別に購入できますか?
-
-
- Angular Data Grid を個別に購入することはできません。これは Ignite UI 製品バンドルの一部です。Ignite UI 製品バンドルは、Angular、ASP.NET MVC、Web コンポーネント、ASP.NET Blazor などのすべての Web プラットフォームに対して、何百ものコントロール、コンポーネント、およびデータの視覚化を提供します。
-
-
-
-
-
Angular と Infragistics Ignite UI for Angular Data Grid コントロールのインストール方法を教えてください。
複数のプラットフォームでアプリケーションを開発する場合、WPF や Windows Forms などのデスクトップ プラットフォーム、Angular、Web コンポーネント、ASP.NET MVC、ASP.NET Core のすべての最新 Web ツールセットを含む完全なアプリ開発パッケージ Infragistics Ultimate を検討してください。
+
+
+ Infragistics Ignite UI for Angular Data Grid コントロールを個別に購入できますか?
+
Angular Data Grid を個別に購入することはできません。これは Ignite UI 製品バンドルの一部です。Ignite UI 製品バンドルは、Angular、ASP.NET MVC、Web コンポーネント、ASP.NET Blazor などのすべての Web プラットフォームに対して、何百ものコントロール、コンポーネント、およびデータの視覚化を提供します。
+
+
+ Angular と Infragistics Ignite UI for Angular Data Grid コントロールのインストール方法を教えてください。
+
Angular Data Grid の使用を開始するには、[作業の開始ガイド](general/getting-started.md)の手順を実行してください。サンプル アプリケーションのライブラリも用意しています。サンプル ライブラリは、Angular 開発のベスト プラクティス ガイドです。
-What is the Pricing for the Infragistics Ignite UI for Angular Data Grid?
-
-
-
-
- Our Angular components are included as a part of our Ignite UI bundle. A single developer license starts at $1,295 USD for a one-year subscription, including one year of standard support and updates. We also offer discounts for multi-year licenses. Please refer to our Pricing page for more information on pricing.
-
- If you are developing applications on multiple platforms, consider our complete app development package, Infragistics Ultimate, which include desktop platforms like WPF and Windows Forms, plus all modern web toolsets for Angular, Web Components, ASP.NET MVC and ASP.NET Core.
-
-
-
-
-
-
-
-
-Can I purchase the Infragistics Ignite UI for Angular Data Grid control separately?
-
-
-
-
- No, you cannot purchase the Angular Data Grid separately. It is part of a the Ignite UI for Angular product, which includes dozens of UI controls and components, plus over 60 charts, including Angular Financial Charting. If you are interested in other modern web platforms like Angular, ASP.NET MVC, Web Components or ASP.NET Blazor, check out our Ignite UI product bundle, which gives you every web platform for only $100 more on your subscription. That is hundreds of controls, components, and data visualizations for a very low price.
-
-
-
-
-
-
-
-
-How do I Install Angular and the Infragistics Ignite UI for Angular Data Grid control?
-
-
-
-
- To get started with the Angular Data Grid, follow the steps in the [getting started guide](/general/getting-started). We also maintain a library of sample applications, which are designed to not only inspire but are best practices guides for Angular development.
-
-
-
-
-
+
+
+ What is the Pricing for the Infragistics Ignite UI for Angular Data Grid?
+
Our Angular components are included as a part of our Ignite UI bundle. A single developer license starts at $1,295 USD for a one-year subscription, including one year of standard support and updates. We also offer discounts for multi-year licenses. Please refer to our Pricing page for more information on pricing.
+
If you are developing applications on multiple platforms, consider our complete app development package, Infragistics Ultimate, which include desktop platforms like WPF and Windows Forms, plus all modern web toolsets for Angular, Web Components, ASP.NET MVC and ASP.NET Core.
+
+
+ Can I purchase the Infragistics Ignite UI for Angular Data Grid control separately?
+
No, you cannot purchase the Angular Data Grid separately. It is part of a the Ignite UI for Angular product, which includes dozens of UI controls and components, plus over 60 charts, including Angular Financial Charting. If you are interested in other modern web platforms like Angular, ASP.NET MVC, Web Components or ASP.NET Blazor, check out our Ignite UI product bundle, which gives you every web platform for only $100 more on your subscription. That is hundreds of controls, components, and data visualizations for a very low price.
+
+
+ How do I Install Angular and the Infragistics Ignite UI for Angular Data Grid control?
+
To get started with the Angular Data Grid, follow the steps in the [getting started guide](/general/getting-started). We also maintain a library of sample applications, which are designed to not only inspire but are best practices guides for Angular development.
+import Feature from 'docs-template/components/mdx/Feature.astro';
+import CtaArea from 'docs-template/components/mdx/CtaArea.astro';
+import FeatureList from 'docs-template/components/mdx/FeatureList.astro';
+import FaqAccordion from 'docs-template/components/mdx/FaqAccordion.astro';
+import BrowserList from 'docs-template/components/mdx/BrowserList.astro';
# The Fastest {Platform} Grid
-
{ProductName} provides a complete library of {Platform}-native, Material-based UI components, including the world’s fastest virtualized {Platform} data grid.
@@ -213,15 +23,8 @@ h3#excel-library-for-the-angular-grid ~ h3{
In this {Platform} grid example, you can see how users can customize their _data view_ by leveraging the various features built into the grid, like data search and filtering, columns sorting, resizing, pinning and hiding, row selection, export to excel and csv, horizontal and vertical scrolling. We have provided examples for cell templating that includes components like linear progress bar indicator and sparkline. View more features in this [topic](#{PlatformLower}-grid-features).
-
-
-
-
-
-
-
## What is a {Platform} Grid?
The {Platform} data grid is a component used to display tabular data in a series of rows and columns. Data grids, also known as tables, are well known in the desktop world with popular software such as Microsoft Excel. While grids have been available on desktop platforms for a long time, they have recently become part of web app UIs, such as {Platform} UI. Modern grids can be complex and may include a range of functionalities, including data binding, editing, Excel-like filtering, custom sorting, grouping, row reordering, row and column freezing, row aggregation, and exporting to Excel, CSV, and pdf formats.
@@ -233,191 +36,152 @@ The {Platform} data grid is a component used to display tabular data in a series
## Key Features
-
-
The {ProductName} Data Grid is not just for high-volume and real-time data. It is a feature-rich {Platform} grid that gives you capabilities that you would never be able to accomplish with so little code on your own.
Here are a few of the data grid’s key features:
-
-
-
-
-
-[**Virtualized Rows and Columns**](grid/virtualization.md) so you can load millions of records
-
-
-
-
-
-[**Inline Editing**](grid/editing.md) with [**Cell**](grid/cell-editing.md), and [**Row**](grid/row-editing.md) Update options
-
-
-
-
-
-[**Inline Editing**](grid/editing.md) with [**Cell**](grid/cell-editing.md)
-
-
-
+
+
+ [Virtualized Rows and Columns](grid/virtualization.md) so you can load millions of records
+
-{/*Add back when batch editing is available>
-{/*
[**Inline Editing**](grid/editing.md) with [**Cell**](grid/cell-editing.md), [**Row**](grid/row-editing.md), and [**Batch**](grid/batch-editing.md) Update options
*/}*/}
+
+ [Inline Editing](grid/editing.md) with [Cell](grid/cell-editing.md), and [Row](grid/row-editing.md) Update options
+
-
+
+ [Inline Editing](grid/editing.md) with [Cell](grid/cell-editing.md)
+
-[**Excel-style Filtering**](grid/excel-style-filtering.md) and full [**Excel Keyboard Navigation**](grid/keyboard-navigation.md) capability
+ {/*Add back when batch editing is available>*/}
+ {/*
[**Inline Editing**](grid/editing.md) with [**Cell**](grid/cell-editing.md), [**Row**](grid/row-editing.md), and [**Batch**](grid/batch-editing.md) Update options
*/}
-
+
+ [Excel-style Filtering](grid/excel-style-filtering.md) and full [Excel Keyboard Navigation](grid/keyboard-navigation.md) capability
+
+ [Column Summaries](grid/summaries.md) based on any data in a grid cell or column
+
-
+
+ [Export to Excel](grid/export-excel.md)
+
-
+
+ [Size](grid/size.md) to adjust the height and sizing of the rows
+
-[**Column Summaries**](grid/summaries.md) based on any data in a grid cell or column
-
-
-
-
-[**Export to Excel**](grid/export-excel.md)
-
-
-
-
-
-[**Size**](grid/size.md) to adjust the height and sizing of the rows
-
-
-
-{/*
Column templates like [**Sparkline Column**](charts/types/sparkline-chart.md) and Image Column
*/}
+ {/*
Column templates like [**Sparkline Column**](charts/types/sparkline-chart.md) and Image Column
*/}
-
-
### Data Virtualization and Performance
-
-
-
Seamlessly scroll through unlimited rows and columns in your {Platform} 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.
-
-
-
-
Quick and Easy to Customize, Build and Implement
-
-
The Ignite UI {Platform} Data Grid can handle unlimited rows and columns of data, while providing access to custom templates and real-time data updates. Featuring an intuitive API for easy theming and branding, you can quickly bind to data with minimal code.
Allow users to navigate your data set with our default [pager](grid/paging.md) or create your own template to give your own paging experience. With complete support for single and multi-column sorting, full-text [search](grid/search.md) on the grid, and several [advanced filtering](grid/advanced-filtering.md) options, including data-type based [Microsoft Excel-style Filtering](grid/excel-style-filtering.md).
-
-
-
-### Inline {Platform} Grid Editing
-
-
-
-
-
-
-
We provide you default [cell templates for editable columns](data-grid.md#cell-editing-template) which are based on the data type of the column. You can define your own custom templates for editable columns and override default behavior for committing and discarding changes in the cell value.
Ensure accessibility compliance and improve usability, enabling Excel-like [keyboard navigation](grid/keyboard-navigation.md) in the {Platform} data grid, using the up, down, right, left, tab, and Enter keys. You can toggle single or multiple row selection in the {Platform} grid using the mouse or keyboard to select or de-select full rows, or use the built-in select all / de-select all checkbox in the grid toolbar to work with row selection. Learn about our most recent enhancements to this feature.
-
-
-
-### {Platform} Grid Accessibility & ARIA Support
-
-
-
-
-
-
Each of our {Platform} components in {ProductName} has been implemented according to the latest accessibility guidelines and specifications. Our {Platform} components have been tested using OS or Browser provided accessibility technology – screen readers. Our team ensures not only that the guidelines are implemented, but also that the actual content delivered to visually impaired or blind people is actually consumable and user-friendly for them. The {ProductName} data grid is fully accessible with a11y Keyboard accessibility, ARIA, and accessible color palette. Learn more.
-
-
-
-### Column Grouping, Pinning, Summaries
-
-
-
-
-
Group columns or pre-set column groups via mouse interaction, touch or our API, with support for built-in column [summaries](grid/summaries.md) or custom summary templates. Enable users to interactively [hide](grid/column-hiding.md) or [move columns](grid/column-moving.md), with full support for interactive [column pinning](grid/column-pinning.md), during move, drag, and reorder operations.
-
-
-
-### Multi-Column Headers
-
-
-
-
-
Enable [multi-column headers](grid/multi-column-headers.md), allowing you to group columns under a common header. Every column group could be a representation of combinations between other groups or columns, with full support for column pinning, interactive column moving within groups, sorting, and hiding groups.
-
-
-
+
+
+
+
Allow users to navigate your data set with our default [pager](grid/paging.md) or create your own template to give your own paging experience. With complete support for single and multi-column sorting, full-text [search](grid/search.md) on the grid, and several [advanced filtering](grid/advanced-filtering.md) options, including data-type based [Microsoft Excel-style Filtering](grid/excel-style-filtering.md).
+
+
+
+
We provide you default [cell templates for editable columns](data-grid.md#cell-editing-template) which are based on the data type of the column. You can define your own custom templates for editable columns and override default behavior for committing and discarding changes in the cell value.
+
+
+
+
Ensure accessibility compliance and improve usability, enabling Excel-like [keyboard navigation](grid/keyboard-navigation.md) in the {Platform} data grid, using the up, down, right, left, tab, and Enter keys. You can toggle single or multiple row selection in the {Platform} grid using the mouse or keyboard to select or de-select full rows, or use the built-in select all / de-select all checkbox in the grid toolbar to work with row selection. Learn about our most recent enhancements to this feature.
+
+
+
+
Each of our {Platform} components in {ProductName} has been implemented according to the latest accessibility guidelines and specifications. Our {Platform} components have been tested using OS or Browser provided accessibility technology – screen readers. Our team ensures not only that the guidelines are implemented, but also that the actual content delivered to visually impaired or blind people is actually consumable and user-friendly for them. The {ProductName} data grid is fully accessible with a11y Keyboard accessibility, ARIA, and accessible color palette. Learn more.
+
+
+
+
Group columns or pre-set column groups via mouse interaction, touch or our API, with support for built-in column [summaries](grid/summaries.md) or custom summary templates. Enable users to interactively [hide](grid/column-hiding.md) or [move columns](grid/column-moving.md), with full support for interactive [column pinning](grid/column-pinning.md), during move, drag, and reorder operations.
+
+
+
+
Enable [multi-column headers](grid/multi-column-headers.md), allowing you to group columns under a common header. Every column group could be a representation of combinations between other groups or columns, with full support for column pinning, interactive column moving within groups, sorting, and hiding groups.
+
-### Theming, Styling, & Templating
-
-
-
-
-
With {ProductName} you can customize cell appearance with CSS or re-template any cell with ng-template to give any cell render appearance. With full support for Material Design, you can customize your branded experience with our simple-to-use theming engine.
-
-
+
+
With {ProductName} you can customize cell appearance with CSS or re-template any cell with ng-template to give any cell render appearance. With full support for Material Design, you can customize your branded experience with our simple-to-use theming engine.
+
-
-
-
-### Excel Library for the {Platform} Grid
-
-
-
-
-
-
Full support for exporting data grids to XLXS, XLS, TSV or CSV. The {ProductName} [Excel library](excel-library.md) includes 300+ formulas, Table support, Conditional Formatting, Chart creation and more – all without needing Microsoft Excel on the client machine.
+
+
+
Full support for exporting data grids to XLXS, XLS, TSV or CSV. The {ProductName} [Excel library](excel-library.md) includes 300+ formulas, Table support, Conditional Formatting, Chart creation and more – all without needing Microsoft Excel on the client machine.
-
-
-
+
-
## {Platform} Grid Features
-
-
-
+
@@ -522,49 +286,22 @@ Seamlessly scroll through unlimited rows and columns in your {Platform} grid, wi
{/*
-
## Adding a Table to a Worksheet
diff --git a/docs/angular/src/content/kr/components/excel-library-using-workbooks.md b/docs/angular/src/content/kr/components/excel-library-using-workbooks.md
index 36329ca045..64ea8fca54 100644
--- a/docs/angular/src/content/kr/components/excel-library-using-workbooks.md
+++ b/docs/angular/src/content/kr/components/excel-library-using-workbooks.md
@@ -19,7 +19,6 @@ The Infragistics Excel Engine enables you to save data to and load data from Mic
-
## Change Default Font
diff --git a/docs/angular/src/content/kr/components/excel-library-using-worksheets.md b/docs/angular/src/content/kr/components/excel-library-using-worksheets.md
index 12c3cf9d2e..e3243c16dd 100644
--- a/docs/angular/src/content/kr/components/excel-library-using-worksheets.md
+++ b/docs/angular/src/content/kr/components/excel-library-using-worksheets.md
@@ -19,7 +19,6 @@ The Infragistics Excel Engine's [`worksheet`]({environment:dvApiBaseUrl}/product
-
The following code shows the imports needed to use the code-snippets below:
diff --git a/docs/angular/src/content/kr/components/excel-library-working-with-charts.md b/docs/angular/src/content/kr/components/excel-library-working-with-charts.md
index bbff92da78..e24e30408c 100644
--- a/docs/angular/src/content/kr/components/excel-library-working-with-charts.md
+++ b/docs/angular/src/content/kr/components/excel-library-working-with-charts.md
@@ -19,7 +19,6 @@ The Infragistics Excel Engine's [`WorksheetChart`]({environment:dvApiBaseUrl}/pr
-
## Usage
diff --git a/docs/angular/src/content/kr/components/excel-library-working-with-sparklines.md b/docs/angular/src/content/kr/components/excel-library-working-with-sparklines.md
index 7f30e528ba..a3df858e13 100644
--- a/docs/angular/src/content/kr/components/excel-library-working-with-sparklines.md
+++ b/docs/angular/src/content/kr/components/excel-library-working-with-sparklines.md
@@ -18,7 +18,6 @@ The Infragistics Excel Library has support for adding sparklines to an Excel Wor
-
## Supported Sparklines
diff --git a/docs/angular/src/content/kr/components/excel-library.md b/docs/angular/src/content/kr/components/excel-library.md
index 4da78b3708..65d287ee3e 100644
--- a/docs/angular/src/content/kr/components/excel-library.md
+++ b/docs/angular/src/content/kr/components/excel-library.md
@@ -19,7 +19,6 @@ The Infragistics Excel Library allows you to work with spreadsheet data using fa
-
## Dependencies
@@ -98,7 +97,6 @@ ExcelUtility.save(workbook, "fileName");
-
## Managing Heap
diff --git a/docs/angular/src/content/kr/components/excel_library.md b/docs/angular/src/content/kr/components/excel_library.md
index 9361c3b301..9aa973a96c 100644
--- a/docs/angular/src/content/kr/components/excel_library.md
+++ b/docs/angular/src/content/kr/components/excel_library.md
@@ -16,7 +16,6 @@ The Infragistics Excel Library allows you to work with spreadsheet data using fa
github-src="excel/excel-library/overview">
-
## Dependencies
@@ -92,7 +91,6 @@ var workbook = ExcelUtility.load(file);
ExcelUtility.save(workbook, "fileName");
```
-
## Managing Heap
diff --git a/docs/angular/src/content/kr/components/excel_library_using_cells.md b/docs/angular/src/content/kr/components/excel_library_using_cells.md
index 9bb63cd3e4..a6c6337ce2 100644
--- a/docs/angular/src/content/kr/components/excel_library_using_cells.md
+++ b/docs/angular/src/content/kr/components/excel_library_using_cells.md
@@ -16,7 +16,6 @@ The [`WorksheetCell`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/
github-src="excel/excel-library/working-with-cells">
-
## References
diff --git a/docs/angular/src/content/kr/components/excel_library_using_tables.md b/docs/angular/src/content/kr/components/excel_library_using_tables.md
index ec6fcc3c1f..bac954bb02 100644
--- a/docs/angular/src/content/kr/components/excel_library_using_tables.md
+++ b/docs/angular/src/content/kr/components/excel_library_using_tables.md
@@ -18,7 +18,6 @@ The Infragistics Excel Engine's [`WorksheetTable`]({environment:dvApiBaseUrl}/pr
-->
-
## Adding a Table to a Worksheet
diff --git a/docs/angular/src/content/kr/components/excel_library_using_workbooks.md b/docs/angular/src/content/kr/components/excel_library_using_workbooks.md
index 6be8cfb686..f5208f7fcb 100644
--- a/docs/angular/src/content/kr/components/excel_library_using_workbooks.md
+++ b/docs/angular/src/content/kr/components/excel_library_using_workbooks.md
@@ -16,7 +16,6 @@ The Infragistics Excel Engine enables you to save data to and load data from Mic
github-src="excel/excel-library/operations-on-workbooks">
-
## Change Default Font
diff --git a/docs/angular/src/content/kr/components/excel_library_using_worksheets.md b/docs/angular/src/content/kr/components/excel_library_using_worksheets.md
index 0e59d997cc..9abdaee847 100644
--- a/docs/angular/src/content/kr/components/excel_library_using_worksheets.md
+++ b/docs/angular/src/content/kr/components/excel_library_using_worksheets.md
@@ -16,7 +16,6 @@ The Infragistics Excel Engine's [`Worksheet`]({environment:dvApiBaseUrl}/product
github-src="excel/excel-library/operations-on-worksheets">
-
The following code shows the imports needed to use the code-snippets below:
diff --git a/docs/angular/src/content/kr/components/excel_library_working_with_charts.md b/docs/angular/src/content/kr/components/excel_library_working_with_charts.md
index aeb49994fc..6b7f984421 100644
--- a/docs/angular/src/content/kr/components/excel_library_working_with_charts.md
+++ b/docs/angular/src/content/kr/components/excel_library_working_with_charts.md
@@ -16,7 +16,6 @@ The Infragistics Excel Engine's [`WorksheetChart`]({environment:dvApiBaseUrl}/pr
github-src="excel/excel-library/working-with-charts">
-
## Usage
diff --git a/docs/angular/src/content/kr/components/excel_library_working_with_grids.md b/docs/angular/src/content/kr/components/excel_library_working_with_grids.md
index 0e0aeeffe1..a448596f7b 100644
--- a/docs/angular/src/content/kr/components/excel_library_working_with_grids.md
+++ b/docs/angular/src/content/kr/components/excel_library_working_with_grids.md
@@ -16,7 +16,6 @@ TODO
github-src="excel/excel-library/working-with-grids">
-
## Usage
diff --git a/docs/angular/src/content/kr/components/excel_library_working_with_sparklines.md b/docs/angular/src/content/kr/components/excel_library_working_with_sparklines.md
index ece3afe848..bdbbe47548 100644
--- a/docs/angular/src/content/kr/components/excel_library_working_with_sparklines.md
+++ b/docs/angular/src/content/kr/components/excel_library_working_with_sparklines.md
@@ -16,7 +16,6 @@ The Infragistics Excel Library has support for adding sparklines to an Excel Wor
github-src="excel/excel-library/working-with-sparklines">
-
## Supported Sparklines
diff --git a/docs/angular/src/content/kr/components/expansion-panel.md b/docs/angular/src/content/kr/components/expansion-panel.md
index 6f607fbfd2..4dc13ba9fd 100644
--- a/docs/angular/src/content/kr/components/expansion-panel.md
+++ b/docs/angular/src/content/kr/components/expansion-panel.md
@@ -10,7 +10,6 @@ _language: kr
The [`IgxExpansionPanel`]({environment:angularApiUrl}/classes/igxexpansionpanelcomponent.html) is a lightweight component which can be rendered in two states - collapsed or expanded. When collapsed, the panel displays a short summary of its content. The collapsed panel can be toggled using mouse click, or keyboard interactions to display the body completely, containing any additional necessary content.
-
### Expansion Panel Demo
@@ -19,7 +18,6 @@ The [`IgxExpansionPanel`]({environment:angularApiUrl}/classes/igxexpansionpanelc
iframe-src="{environment:demosBaseUrl}/layouts/expansion-sample-1/" >
-
## Usage
### Getting Started
diff --git a/docs/angular/src/content/kr/components/exporter-csv.md b/docs/angular/src/content/kr/components/exporter-csv.md
index cc18a17706..218f96239a 100644
--- a/docs/angular/src/content/kr/components/exporter-csv.md
+++ b/docs/angular/src/content/kr/components/exporter-csv.md
@@ -12,7 +12,7 @@ _language: kr
The IgniteUI CSV Exporter service can export data in a Character Separated Values format from both raw data (array) or from an [**IgxGrid**](grid/grid.md).
The exporting functionality is encapsulated in the [`IgxCsvExporterService`]({environment:angularApiUrl}/classes/igxcsvexporterservice.html) class.
-
+
### CSV Exporter Demo
@@ -22,7 +22,6 @@ The exporting functionality is encapsulated in the [`IgxCsvExporterService`]({en
iframe-src="{environment:demosBaseUrl}/services/export-csv/" >
-
To start using the IgniteUI CSV Exporter first import the [`IgxCsvExporterService`]({environment:angularApiUrl}/classes/igxcsvexporterservice.html) in the app.module.ts file and add the service to the `providers` array:
@@ -134,7 +133,6 @@ Different export formats have different file extensions and value delimiters. Th
| [`CsvFileTypes.TAB`]({environment:angularApiUrl}/enums/csvfiletypes.html#tab) | .tab | Tab |
| [`CsvFileTypes.TSV`]({environment:angularApiUrl}/enums/csvfiletypes.html#tsv) | .tsv | Tab |
-
You can also specify a custom delimiter using the [`IgxCsvExporterOptions`]({environment:angularApiUrl}/classes/igxcsvexporteroptions.html) objects's [`valueDelimiter`]({environment:angularApiUrl}/classes/igxcsvexporteroptions.html#valuedelimiter) property.
@@ -169,11 +167,10 @@ Additional components that were used:
* [IgxGridComponent API]({environment:angularApiUrl}/classes/igxgridcomponent.html)
* [IgxGridComponent Styles]({environment:sassApiUrl}/themes#function-grid-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)
diff --git a/docs/angular/src/content/kr/components/exporter-excel.md b/docs/angular/src/content/kr/components/exporter-excel.md
index 6c4cc65eb3..7ae5dbb8cd 100644
--- a/docs/angular/src/content/kr/components/exporter-excel.md
+++ b/docs/angular/src/content/kr/components/exporter-excel.md
@@ -11,7 +11,7 @@ _language: kr
Ignite UI for Angular의 Excel 내보내기 서비스는 원시 데이터(배열) 또는 [**IgxGrid**](grid/grid.md) 에서 Microsoft® Excel® 형식으로 데이터를 내보내기할 수 있습니다. 내보내기 기능은 [`IgxExcelExporterService`]({environment:angularApiUrl}/classes/igxexcelexporterservice.html) 클래스에 캡슐화되며 데이터는 MS Excel 표 형식으로 내보내기가 됩니다. 이 형식은 필터링, 정렬 등과 같은 기능을 사용할 수 있습니다.
-
+
### Excel 내보내기 데모
@@ -21,7 +21,6 @@ Ignite UI for Angular의 Excel 내보내기 서비스는 원시 데이터(배열
iframe-src="{environment:demosBaseUrl}/services/export-excel/" >
-
### 사용 방법
@@ -152,11 +151,10 @@ Excel 내보내기 서비스에는 아래의 몇 가지 API가 추가로 포함
* [IgxGridComponent API]({environment:angularApiUrl}/classes/igxgridcomponent.html)
* [IgxGridComponent Styles]({environment:sassApiUrl}/themes#function-grid-theme)
-
+
### 추가 리소스
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **Forums**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/components/exporter-pdf.md b/docs/angular/src/content/kr/components/exporter-pdf.md
index 3d7aa7dd8f..17c1c0194b 100644
--- a/docs/angular/src/content/kr/components/exporter-pdf.md
+++ b/docs/angular/src/content/kr/components/exporter-pdf.md
@@ -11,7 +11,7 @@ license: commercial
The Ignite UI for Angular PDF Exporter service provides powerful functionality to export data in PDF format from various sources, including raw data arrays and advanced grid components such as [**IgxGrid**](grid/grid.md), [**IgxTreeGrid**](treegrid/tree-grid.md), [**IgxHierarchicalGrid**](hierarchicalgrid/hierarchical-grid.md), and [**IgxPivotGrid**](pivotGrid/pivot-grid.md). The exporting functionality is encapsulated in the [`IgxPdfExporterService`]({environment:angularApiUrl}/classes/igxpdfexporterservice.html) class, which enables seamless data export to PDF format with comprehensive features including multi-page document support, automatic page breaks, and customizable formatting options.
-
+
## Angular PDF Exporter Example
@@ -22,7 +22,6 @@ The Ignite UI for Angular PDF Exporter service provides powerful functionality t
iframe-src="{environment:demosBaseUrl}/services/export-pdf/" alt="Angular PDF Exporter Example">
-
## Usage
@@ -198,7 +197,6 @@ The following fonts provide excellent Unicode coverage:
iframe-src="{environment:demosBaseUrl}/services/export-pdf-custom-font/" alt="Angular PDF Exporter Custom Font Example">
-
## Known Limitations
@@ -218,11 +216,10 @@ Additional components that were used:
- [IgxGridComponent API]({environment:angularApiUrl}/classes/igxgridcomponent.html)
- [IgxGridComponent Styles]({environment:sassApiUrl}/themes#function-grid-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)
diff --git a/docs/angular/src/content/kr/components/financial-chart-annotations.md b/docs/angular/src/content/kr/components/financial-chart-annotations.md
index 5821085873..51cc53f62a 100644
--- a/docs/angular/src/content/kr/components/financial-chart-annotations.md
+++ b/docs/angular/src/content/kr/components/financial-chart-annotations.md
@@ -18,7 +18,6 @@ _language: kr
github-src="charts/financial-chart/annotations">
-
## 십자형 레이어
diff --git a/docs/angular/src/content/kr/components/financial-chart-axis-types.md b/docs/angular/src/content/kr/components/financial-chart-axis-types.md
index 29abab9833..dfc1183ef0 100644
--- a/docs/angular/src/content/kr/components/financial-chart-axis-types.md
+++ b/docs/angular/src/content/kr/components/financial-chart-axis-types.md
@@ -18,7 +18,6 @@ _language: kr
github-src="charts/financial-chart/axis-types">
-
기본적으로 레이블을 명시적으로 설정할 필요는 없습니다. 금융 차트는 제공한 데이터 내에서 최초의 적절한 속성을 사용하고 이를 레이블에 사용합니다.
@@ -39,7 +38,6 @@ _language: kr
```
-
## 축 레이블
@@ -63,7 +61,6 @@ _language: kr
```
-
## 축 모드
@@ -90,7 +87,6 @@ Y축의 경우 다음 모드 중에서 선택할 수 있습니다:
```
-
## 축 범위
@@ -108,7 +104,6 @@ Y축의 경우 다음 모드 중에서 선택할 수 있습니다:
```
-
## 축 축척
@@ -130,7 +125,6 @@ Y축의 경우 다음 모드 중에서 선택할 수 있습니다:
```
-
## 축 눈금
@@ -149,7 +143,6 @@ Y축의 경우 다음 모드 중에서 선택할 수 있습니다:
```
-
## 축 제목
@@ -172,4 +165,3 @@ Y축의 경우 다음 모드 중에서 선택할 수 있습니다:
```
-
diff --git a/docs/angular/src/content/kr/components/financial-chart-custom-indicators.md b/docs/angular/src/content/kr/components/financial-chart-custom-indicators.md
index 5a7e96e314..93cde04ddf 100644
--- a/docs/angular/src/content/kr/components/financial-chart-custom-indicators.md
+++ b/docs/angular/src/content/kr/components/financial-chart-custom-indicators.md
@@ -18,7 +18,6 @@ _language: kr
github-src="charts/financial-chart/custom-indicators">
-
[`IgxFinancialChartComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igxfinancialchartcomponent.html)에서 사용자 금융지표를 사용하려면 `customIndicatorNames` 속성에 이름을 추가하고 `applyCustomIndicators` 이벤트에서 해당 값의 계산을 실행합니다.
diff --git a/docs/angular/src/content/kr/components/financial-chart-high-frequency.md b/docs/angular/src/content/kr/components/financial-chart-high-frequency.md
index f367159346..4cc8aaf816 100644
--- a/docs/angular/src/content/kr/components/financial-chart-high-frequency.md
+++ b/docs/angular/src/content/kr/components/financial-chart-high-frequency.md
@@ -18,7 +18,6 @@ _language: kr
github-src="charts/financial-chart/high-frequency">
-
## 코드 예제
@@ -39,11 +38,9 @@ private tick(): void {
}
```
-
## 추가 리소스
-
- [차트 퍼포먼스](financial-chart-performance.md)
- [대량의 데이터 바인딩](financial-chart-high-volume.md)
diff --git a/docs/angular/src/content/kr/components/financial-chart-high-volume.md b/docs/angular/src/content/kr/components/financial-chart-high-volume.md
index f90c0a1015..fd94e39eb2 100644
--- a/docs/angular/src/content/kr/components/financial-chart-high-volume.md
+++ b/docs/angular/src/content/kr/components/financial-chart-high-volume.md
@@ -18,7 +18,6 @@ _language: kr
github-src="charts/financial-chart/high-volume">
-
차트의 퍼포먼스에 영향을 주는 여러 기능 및 Angular 고유 기능이 있으므로 애플리케이션에서 퍼포먼스를 최적화할 때 이를 고려해야 합니다.
@@ -48,11 +47,9 @@ export class AppComponent {
```
-
## 추가 리소스
-
- [차트 퍼포먼스](financial-chart-performance.md)
- [실시간 데이터 바인딩](financial-chart-high-frequency.md)
diff --git a/docs/angular/src/content/kr/components/financial-chart-multiple-data.md b/docs/angular/src/content/kr/components/financial-chart-multiple-data.md
index 8faa4d6a3a..be061b5f4f 100644
--- a/docs/angular/src/content/kr/components/financial-chart-multiple-data.md
+++ b/docs/angular/src/content/kr/components/financial-chart-multiple-data.md
@@ -18,7 +18,6 @@ _language: kr
github-src="charts/financial-chart/multiple-data">
-
각 데이터 소스를 배열에 추가하여 금융 차트에서 복수의 데이터 소스를 작성할 수 있습니다. 다음의 코드 조작은 복수의 데이터 소스를 작성하는 방법을 보여줍니다.
@@ -51,11 +50,9 @@ let data: any = [ dataSource1, dataSource2 ]
```
-
## 추가 리소스
-
- [차트 퍼포먼스](financial-chart-performance.md)
- [실시간 데이터 바인딩](financial-chart-high-frequency.md)
diff --git a/docs/angular/src/content/kr/components/financial-chart-panes.md b/docs/angular/src/content/kr/components/financial-chart-panes.md
index 460a5e8a2d..5983d07e86 100644
--- a/docs/angular/src/content/kr/components/financial-chart-panes.md
+++ b/docs/angular/src/content/kr/components/financial-chart-panes.md
@@ -18,7 +18,6 @@ _language: kr
github-src="charts/financial-chart/panes">
-
다음 창은 금융 차트 컨트롤에서 사용할 수 있습니다:
@@ -96,10 +95,8 @@ _language: kr
```
-
## 추가 리소스
-
- [차트 퍼포먼스](financial-chart-performance.md)
diff --git a/docs/angular/src/content/kr/components/financial-chart-performance.md b/docs/angular/src/content/kr/components/financial-chart-performance.md
index 26ad835f0a..1c95363ab4 100644
--- a/docs/angular/src/content/kr/components/financial-chart-performance.md
+++ b/docs/angular/src/content/kr/components/financial-chart-performance.md
@@ -18,7 +18,6 @@ _language: kr
github-src="charts/financial-chart/performance">
-
다음의 코드는 금융 차트를 대량의 데이터에 바인딩하는 방법을 보여줍니다.
@@ -128,11 +127,9 @@ Callout 주석(`calloutsVisible`) 또는 Final Value 주석(`finalValueAnnotatio
- `XAxisStrip`
- `YAxisStrip`
-
## 추가 리소스
-
- [대량의 데이터 바인딩](financial-chart-high-volume.md)
- [실시간 데이터 바인딩](financial-chart-high-frequency.md)
diff --git a/docs/angular/src/content/kr/components/financial-chart-tooltip-template.md b/docs/angular/src/content/kr/components/financial-chart-tooltip-template.md
index 28980436a9..992b5c0f60 100644
--- a/docs/angular/src/content/kr/components/financial-chart-tooltip-template.md
+++ b/docs/angular/src/content/kr/components/financial-chart-tooltip-template.md
@@ -18,7 +18,6 @@ _language: kr
github-src="charts/financial-chart/tooltip-template">
-
도구 설명 콘텐츠는 다음의 코드와 같이 도구 설명 템플릿을 생성하여 사용자 정의화됩니다.
diff --git a/docs/angular/src/content/kr/components/financial-chart-tooltip-types.md b/docs/angular/src/content/kr/components/financial-chart-tooltip-types.md
index 9a60316f98..565d91a853 100644
--- a/docs/angular/src/content/kr/components/financial-chart-tooltip-types.md
+++ b/docs/angular/src/content/kr/components/financial-chart-tooltip-types.md
@@ -18,7 +18,6 @@ _language: kr
github-src="charts/financial-chart/tooltip-types">
-
## 도구 설명 유형
diff --git a/docs/angular/src/content/kr/components/financial-chart-trendlines.md b/docs/angular/src/content/kr/components/financial-chart-trendlines.md
index 60209756e6..22cb92a040 100644
--- a/docs/angular/src/content/kr/components/financial-chart-trendlines.md
+++ b/docs/angular/src/content/kr/components/financial-chart-trendlines.md
@@ -18,7 +18,6 @@ _language: kr
github-src="charts/financial-chart/trendlines">
-
## 탐색 구성
diff --git a/docs/angular/src/content/kr/components/financial-chart.md b/docs/angular/src/content/kr/components/financial-chart.md
index e95f628b01..390a964921 100644
--- a/docs/angular/src/content/kr/components/financial-chart.md
+++ b/docs/angular/src/content/kr/components/financial-chart.md
@@ -18,7 +18,6 @@ _language: kr
github-src="charts/financial-chart/overview">
-
사용자가 데이터를 바인딩하면 차트는 데이터를 시각화하고 해석할 수 있는 다양한 방법을 제공합니다. 가격, 수량, 금융지표를 위한 다양한 표시 모드가 있습니다. 또한, 차트는 레이블 서식 설정을 사용하여 데이터에 컨텍스트를 부여합니다.
@@ -67,7 +66,6 @@ import { IgxFinancialChartModule } from "igniteui-angular-charts";
export class AppModule {}
```
-
## 사용 방법
diff --git a/docs/angular/src/content/kr/components/general-changelog-dv.md b/docs/angular/src/content/kr/components/general-changelog-dv.md
index bf9e6692a1..d11a6ca609 100644
--- a/docs/angular/src/content/kr/components/general-changelog-dv.md
+++ b/docs/angular/src/content/kr/components/general-changelog-dv.md
@@ -17,17 +17,12 @@ All notable changes for each version of Ignite UI for Angular are documented on
-
## **Angular 13.1.0 (November 2021)**
-
-
-
-
### Charts & Maps
@@ -62,7 +57,6 @@ This release introduces a few improvements and simplifications to visual design
| -------------------- | ------------------- |
| #8BDC5C #8B5BB1 #6DB1FF #F8A15F #EE5879 #735656 #F7D262 #8CE7D9 #E051A9 #A8A8B7 | #8BDC5C #8961A9 #6DB1FF #82E9D9 #EA3C63 #735656 #F8CE4F #A8A8B7 #E051A9 #FF903B |
-
## **Angular 11.2.0 (April 2021)**
@@ -127,11 +121,8 @@ for example:
- Added support for highlighting of the shape series
- Added support for some annotation layers for the shape series
-
-
-
diff --git a/docs/angular/src/content/kr/components/general/getting-started.md b/docs/angular/src/content/kr/components/general/getting-started.md
index 82eab8e113..6afceb734b 100644
--- a/docs/angular/src/content/kr/components/general/getting-started.md
+++ b/docs/angular/src/content/kr/components/general/getting-started.md
@@ -31,7 +31,6 @@ To get started, you must install both NodeJS and Visual Studio Code on your mach
-
## Installing Ignite UI for Angular
@@ -227,13 +226,11 @@ In this article we learned how to create our own Ignite UI for Angular applicati
* [IgxGridComponent Styles]({environment:sassApiUrl}/themes#function-grid-theme)
## Additional Resources
-
* [Ignite UI CLI](https://github.com/IgniteUI/igniteui-cli)
* [Ignite UI CLI Commands](https://github.com/IgniteUI/igniteui-cli/wiki#available-commands)
* [Grid overview](../grid/grid.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)
diff --git a/docs/angular/src/content/kr/components/general/localization.md b/docs/angular/src/content/kr/components/general/localization.md
index 821bdadf7f..5dfb73d0b5 100644
--- a/docs/angular/src/content/kr/components/general/localization.md
+++ b/docs/angular/src/content/kr/components/general/localization.md
@@ -102,7 +102,6 @@ public ngOnInit(): void {
## Additional Resources
-
Our community is active and always welcoming to new ideas.
diff --git a/docs/angular/src/content/kr/components/geo-map-binding-data-csv.md b/docs/angular/src/content/kr/components/geo-map-binding-data-csv.md
index 1e1bc72c92..ccb8426e42 100644
--- a/docs/angular/src/content/kr/components/geo-map-binding-data-csv.md
+++ b/docs/angular/src/content/kr/components/geo-map-binding-data-csv.md
@@ -19,7 +19,6 @@ With the Ignite UI for Angular map component, you can plot geographic data loade
-
## Data Example
diff --git a/docs/angular/src/content/kr/components/geo-map-binding-data-json-points.md b/docs/angular/src/content/kr/components/geo-map-binding-data-json-points.md
index 1e27abfa28..bc7eaebcdf 100644
--- a/docs/angular/src/content/kr/components/geo-map-binding-data-json-points.md
+++ b/docs/angular/src/content/kr/components/geo-map-binding-data-json-points.md
@@ -19,7 +19,6 @@ With [`IgxGeographicMapComponent`]({environment:dvApiBaseUrl}/products/ignite-ui
-
## Data Example
diff --git a/docs/angular/src/content/kr/components/geo-map-binding-data-model.md b/docs/angular/src/content/kr/components/geo-map-binding-data-model.md
index 3d993406e3..a1bc23fa6a 100644
--- a/docs/angular/src/content/kr/components/geo-map-binding-data-model.md
+++ b/docs/angular/src/content/kr/components/geo-map-binding-data-model.md
@@ -19,7 +19,6 @@ The Ignite UI for Angular map component is designed to display geo-spatial data
-
The following table summarized data structures required for each type of geographic series:
diff --git a/docs/angular/src/content/kr/components/geo-map-binding-multiple-shapes.md b/docs/angular/src/content/kr/components/geo-map-binding-multiple-shapes.md
index 248fa82af8..9b6e6197e5 100644
--- a/docs/angular/src/content/kr/components/geo-map-binding-multiple-shapes.md
+++ b/docs/angular/src/content/kr/components/geo-map-binding-multiple-shapes.md
@@ -19,7 +19,6 @@ In the [`IgxGeographicMapComponent`]({environment:dvApiBaseUrl}/products/ignite-
-
This topic takes you step-by-step towards displaying multiple geographic series in the map component. All geographic series plot following geo-spatial data loaded from shape files using the `ShapeDataSource` class. Refer to the [Binding Shape Files](geo-map-binding-shp-file.md) topic for more information about `ShapeDataSource` object.
diff --git a/docs/angular/src/content/kr/components/geo-map-binding-multiple-sources.md b/docs/angular/src/content/kr/components/geo-map-binding-multiple-sources.md
index 6317ae7789..ce9c9f2c01 100644
--- a/docs/angular/src/content/kr/components/geo-map-binding-multiple-sources.md
+++ b/docs/angular/src/content/kr/components/geo-map-binding-multiple-sources.md
@@ -19,7 +19,6 @@ In the [`IgxGeographicMapComponent`]({environment:dvApiBaseUrl}/products/ignite-
-
This topic takes you step-by-step towards displaying multiple geographic series that will plot following geo-spatial data:
diff --git a/docs/angular/src/content/kr/components/geo-map-binding-shp-file.md b/docs/angular/src/content/kr/components/geo-map-binding-shp-file.md
index 8d86b83ff8..dccbfb888b 100644
--- a/docs/angular/src/content/kr/components/geo-map-binding-shp-file.md
+++ b/docs/angular/src/content/kr/components/geo-map-binding-shp-file.md
@@ -19,7 +19,6 @@ The Ignite UI for Angular map component, the `ShapeDataSource` class loads geo-s
-
The following table explains properties of the `ShapeDataSource` class for loading shape files.
diff --git a/docs/angular/src/content/kr/components/geo-map-display-bing-imagery.md b/docs/angular/src/content/kr/components/geo-map-display-bing-imagery.md
index 694260943e..0a8979b6f2 100644
--- a/docs/angular/src/content/kr/components/geo-map-display-bing-imagery.md
+++ b/docs/angular/src/content/kr/components/geo-map-display-bing-imagery.md
@@ -22,7 +22,6 @@ Bing Maps is Microsoft’s® licensed geographic imagery mapping service. This g
-
## Code Snippet
diff --git a/docs/angular/src/content/kr/components/geo-map-display-esri-imagery.md b/docs/angular/src/content/kr/components/geo-map-display-esri-imagery.md
index 7700e309cf..7028ebc5f9 100644
--- a/docs/angular/src/content/kr/components/geo-map-display-esri-imagery.md
+++ b/docs/angular/src/content/kr/components/geo-map-display-esri-imagery.md
@@ -19,7 +19,6 @@ The [`IgxArcGISOnlineMapImagery`]({environment:dvApiBaseUrl}/products/ignite-ui-
-
## Code Snippet
diff --git a/docs/angular/src/content/kr/components/geo-map-display-heat-imagery.md b/docs/angular/src/content/kr/components/geo-map-display-heat-imagery.md
index 2ef59a825f..9035f768ea 100644
--- a/docs/angular/src/content/kr/components/geo-map-display-heat-imagery.md
+++ b/docs/angular/src/content/kr/components/geo-map-display-heat-imagery.md
@@ -27,7 +27,6 @@ It is highly recommended that you review the [Binding Shape Files with Geo-Spati
-
diff --git a/docs/angular/src/content/kr/components/geo-map-display-osm-imagery.md b/docs/angular/src/content/kr/components/geo-map-display-osm-imagery.md
index c2e164e66b..efb9996462 100644
--- a/docs/angular/src/content/kr/components/geo-map-display-osm-imagery.md
+++ b/docs/angular/src/content/kr/components/geo-map-display-osm-imagery.md
@@ -20,7 +20,6 @@ By the default, the Ignite UI for Angular map component displays geographic imag
-
## Code Snippet
diff --git a/docs/angular/src/content/kr/components/geo-map-navigation.md b/docs/angular/src/content/kr/components/geo-map-navigation.md
index 3b59450746..bba67e2a25 100644
--- a/docs/angular/src/content/kr/components/geo-map-navigation.md
+++ b/docs/angular/src/content/kr/components/geo-map-navigation.md
@@ -19,7 +19,6 @@ Navigation in the [`IgxGeographicMapComponent`]({environment:dvApiBaseUrl}/produ
-
## Geographic Coordinates
diff --git a/docs/angular/src/content/kr/components/geo-map-shape-styling.md b/docs/angular/src/content/kr/components/geo-map-shape-styling.md
index 341aeb5fb6..7218c46d75 100644
--- a/docs/angular/src/content/kr/components/geo-map-shape-styling.md
+++ b/docs/angular/src/content/kr/components/geo-map-shape-styling.md
@@ -19,7 +19,6 @@ This topic explains how to apply custom styling to the [`IgxGeographicShapeSerie
-
## Required Imports
diff --git a/docs/angular/src/content/kr/components/geo-map-type-scatter-area-series.md b/docs/angular/src/content/kr/components/geo-map-type-scatter-area-series.md
index bb638f75d2..f842eb1b20 100644
--- a/docs/angular/src/content/kr/components/geo-map-type-scatter-area-series.md
+++ b/docs/angular/src/content/kr/components/geo-map-type-scatter-area-series.md
@@ -19,7 +19,6 @@ Use the map component's [`IgxGeographicScatterAreaSeriesComponent`]({environment
-
The [`IgxGeographicScatterAreaSeriesComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_maps.igxgeographicscatterareaseriescomponent.html) works a lot like the [`IgxGeographicContourLineSeriesComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_maps.igxgeographiccontourlineseriescomponent.html) except that it represents data as interpolated and colored surface instead of contour lines connecting data points with the same values.
diff --git a/docs/angular/src/content/kr/components/geo-map-type-scatter-bubble-series.md b/docs/angular/src/content/kr/components/geo-map-type-scatter-bubble-series.md
index b44c4efd46..9d65ad26ba 100644
--- a/docs/angular/src/content/kr/components/geo-map-type-scatter-bubble-series.md
+++ b/docs/angular/src/content/kr/components/geo-map-type-scatter-bubble-series.md
@@ -19,7 +19,6 @@ Use the map component's [`IgxGeographicProportionalSymbolSeriesComponent`]({envi
-
The demo above shows the [`IgxGeographicProportionalSymbolSeriesComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_maps.igxgeographicproportionalsymbolseriescomponent.html) series and how to specify data binding options of the series. Automatic marker selection is configured along with marker collision avoidance logic, and marker outline and fill colors are specified too.
diff --git a/docs/angular/src/content/kr/components/geo-map-type-scatter-contour-series.md b/docs/angular/src/content/kr/components/geo-map-type-scatter-contour-series.md
index 311b01de5d..7b26a5fca5 100644
--- a/docs/angular/src/content/kr/components/geo-map-type-scatter-contour-series.md
+++ b/docs/angular/src/content/kr/components/geo-map-type-scatter-contour-series.md
@@ -19,7 +19,6 @@ Use the map component's [`IgxGeographicContourLineSeriesComponent`]({environment
-
The [`IgxGeographicContourLineSeriesComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_maps.igxgeographiccontourlineseriescomponent.html) works a lot like the [`IgxGeographicScatterAreaSeriesComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_maps.igxgeographicscatterareaseriescomponent.html) except that it represents data as contour lines, colored using a fill scale and the geographic scatter area series, represents data as a surface interpolated using a color scale.
diff --git a/docs/angular/src/content/kr/components/geo-map-type-scatter-density-series.md b/docs/angular/src/content/kr/components/geo-map-type-scatter-density-series.md
index 6047c7f010..59b8b78466 100644
--- a/docs/angular/src/content/kr/components/geo-map-type-scatter-density-series.md
+++ b/docs/angular/src/content/kr/components/geo-map-type-scatter-density-series.md
@@ -19,7 +19,6 @@ Use the map component's [`IgxGeographicHighDensityScatterSeriesComponent`]({envi
-
The demo above shows the [`IgxGeographicHighDensityScatterSeriesComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_maps.igxgeographichighdensityscatterseriescomponent.html) series in the map component bound to hundreds or even thousands of data points representing Australia’s population density. The map plot area with more densely populated data points represented as coalescences of red pixels and loosely distributed data points by discrete blue pixels.
diff --git a/docs/angular/src/content/kr/components/geo-map-type-scatter-symbol-series.md b/docs/angular/src/content/kr/components/geo-map-type-scatter-symbol-series.md
index 60ed661649..6f92fd2c26 100644
--- a/docs/angular/src/content/kr/components/geo-map-type-scatter-symbol-series.md
+++ b/docs/angular/src/content/kr/components/geo-map-type-scatter-symbol-series.md
@@ -19,7 +19,6 @@ Use the map component's [`IgxGeographicSymbolSeriesComponent`]({environment:dvAp
-
## Data Requirements
diff --git a/docs/angular/src/content/kr/components/geo-map-type-shape-polygon-series.md b/docs/angular/src/content/kr/components/geo-map-type-shape-polygon-series.md
index 0a78953fc4..6e3e369c8a 100644
--- a/docs/angular/src/content/kr/components/geo-map-type-shape-polygon-series.md
+++ b/docs/angular/src/content/kr/components/geo-map-type-shape-polygon-series.md
@@ -19,7 +19,6 @@ Use the map component's [`IgxGeographicShapeSeriesComponent`]({environment:dvApi
-
The [`IgxGeographicShapeSeriesComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_maps.igxgeographicshapeseriescomponent.html) works a lot like the [`IgxGeographicPolylineSeriesComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_maps.igxgeographicpolylineseriescomponent.html) except that geo-spatial data is rendered with polygons instead of polylines.
diff --git a/docs/angular/src/content/kr/components/geo-map-type-shape-polyline-series.md b/docs/angular/src/content/kr/components/geo-map-type-shape-polyline-series.md
index 5f16bc5f51..1e5ace6d13 100644
--- a/docs/angular/src/content/kr/components/geo-map-type-shape-polyline-series.md
+++ b/docs/angular/src/content/kr/components/geo-map-type-shape-polyline-series.md
@@ -19,7 +19,6 @@ Use the map component's [`IgxGeographicPolylineSeriesComponent`]({environment:dv
-
The [`IgxGeographicPolylineSeriesComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_maps.igxgeographicpolylineseriescomponent.html) works a lot like the [`IgxGeographicShapeSeriesComponent`]({environment:dvApiBaseUrl}/products/ignite-ui-angular/api/docs/typescript/latest/classes/igniteui_angular_maps.igxgeographicshapeseriescomponent.html) except that geo-spatial data is rendered with polylines instead of polygons.
diff --git a/docs/angular/src/content/kr/components/geo-map.md b/docs/angular/src/content/kr/components/geo-map.md
index 730c9a7665..605c15726f 100644
--- a/docs/angular/src/content/kr/components/geo-map.md
+++ b/docs/angular/src/content/kr/components/geo-map.md
@@ -19,7 +19,6 @@ The Ignite UI for Angular map component allows you to display data that contains
-
The map component allows you to render geographic imagery from Bing Maps™, and Open Street Maps. The map provides plotting of tens of thousands of data points, and updates them every few milliseconds so that the control can handle your real-time feeds.
@@ -63,7 +62,6 @@ import { IgxMapModule } from "igniteui-angular-maps";
export class AppModule {}
```
-
## Usage
diff --git a/docs/angular/src/content/kr/components/grid/grid.md b/docs/angular/src/content/kr/components/grid/grid.md
index 3d948ba8a2..2df7ec8634 100644
--- a/docs/angular/src/content/kr/components/grid/grid.md
+++ b/docs/angular/src/content/kr/components/grid/grid.md
@@ -17,7 +17,6 @@ _language: kr
iframe-src="{environment:lobDemosBaseUrl}/grid/grid/" >
-
### 의존성
@@ -435,7 +434,6 @@ See the [Grid Sizing](sizing.md) topic.
> [!NOTE]
> `igxGrid` uses `igxForOf` directive internally hence all `igxForOf` limitations are valid for `igxGrid`. For more details see [igxForOf Known Issues](../for-of.html#known-limitations) section.
-
## API 참조
* [IgxGridComponent]({environment:angularApiUrl}/classes/igxgridcomponent.html)
@@ -450,7 +448,6 @@ Learn more about creating an Angular data grid in our short tutorial video:
> [!Video https://www.youtube.com/embed/Xv_fQVQ8fmM]
## 추가 리소스
-
* [Grid Sizing](sizing.md)
* [가상화 및 성능](virtualization.md)
@@ -464,7 +461,6 @@ Learn more about creating an Angular data grid in our short tutorial video:
* [선택](selection.md)
* [Build CRUD operations with igxGrid](../general/how-to/how-to-perform-crud.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/components/grid/groupby.md b/docs/angular/src/content/kr/components/grid/groupby.md
index fd6bcebdb4..298921e54b 100644
--- a/docs/angular/src/content/kr/components/grid/groupby.md
+++ b/docs/angular/src/content/kr/components/grid/groupby.md
@@ -306,7 +306,6 @@ This way, due to Angular's [ViewEncapsulation](https://angular.io/api/core/Compo
* [IgxChipComponent 스타일]({environment:sassApiUrl}/themes#function-chip-theme)
### 추가 리소스
-
* [그리드 개요](grid.md)
* [가상화 및 성능](virtualization.md)
@@ -318,7 +317,6 @@ This way, due to Angular's [ViewEncapsulation](https://angular.io/api/core/Compo
* [열 크기 조정](column-resizing.md)
* [선택](selection.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/components/grid/paste-excel.md b/docs/angular/src/content/kr/components/grid/paste-excel.md
index eab8ce440e..2cb49cede6 100644
--- a/docs/angular/src/content/kr/components/grid/paste-excel.md
+++ b/docs/angular/src/content/kr/components/grid/paste-excel.md
@@ -28,7 +28,7 @@ Ignite UI for Angular [`IgxGrid`]({environment:angularApiUrl}/classes/igxgridcom
iframe-src="{environment:demosBaseUrl}/grid/grid-paste/" >
-
+
#### 사용 방법
@@ -133,7 +133,7 @@ Ignite UI for Angular [`IgxGrid`]({environment:angularApiUrl}/classes/igxgridcom
}
}
```
-
+
#### 붙여넣기 핸들러 지시문
@@ -222,11 +222,9 @@ export class PasteHandler {
* [IgxGridComponent]({environment:angularApiUrl}/classes/igxgridcomponent.html)
### 추가 리소스
-
* [Excel 내보내기](export-excel.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/components/grid/selection-based-aggregates.md b/docs/angular/src/content/kr/components/grid/selection-based-aggregates.md
index 0abe27082e..602ee70b9c 100644
--- a/docs/angular/src/content/kr/components/grid/selection-based-aggregates.md
+++ b/docs/angular/src/content/kr/components/grid/selection-based-aggregates.md
@@ -55,7 +55,7 @@ Change the selection to see summaries of the currently selected range.
* [IgxGridComponent Styles]({environment:sassApiUrl}/themes#function-grid-theme)
## Additional Resources
-
+
* [Grid overview](grid.md)
* [Selection Service]({environment:angularApiUrl}/classes/igxgridselectionservice.html)
@@ -66,7 +66,6 @@ Change the selection to see summaries of the currently selected range.
* [Summaries](summaries.md)
* [Paging](paging.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)
diff --git a/docs/angular/src/content/kr/components/grids-and-lists.md b/docs/angular/src/content/kr/components/grids-and-lists.md
index 0bca2986ae..8e24ee4591 100644
--- a/docs/angular/src/content/kr/components/grids-and-lists.md
+++ b/docs/angular/src/content/kr/components/grids-and-lists.md
@@ -16,7 +16,7 @@ _language: kr
-
+
diff --git a/docs/angular/src/content/kr/components/hierarchicalgrid/hierarchical-grid.md b/docs/angular/src/content/kr/components/hierarchicalgrid/hierarchical-grid.md
index dba1d18c49..462efb7959 100644
--- a/docs/angular/src/content/kr/components/hierarchicalgrid/hierarchical-grid.md
+++ b/docs/angular/src/content/kr/components/hierarchicalgrid/hierarchical-grid.md
@@ -15,7 +15,6 @@ _language: kr
iframe-src="{environment:lobDemosBaseUrl}/hierarchical-grid/hierarchical-grid-resizing/" >
-
### 의존성
계층 그리드는 `NgModule`로 내보내기 되므로 애플리케이션에서 `AppModule` 안에 IgxHierarchicalGridModule을 가져와야 합니다.
@@ -421,7 +420,6 @@ This way, due to Angular's [ViewEncapsulation](https://angular.io/api/core/Compo
* [IgxGridCell]({environment:angularApiUrl}/classes/igxgridcell.html)
### 추가 리소스
-
* [Grid Sizing](sizing.md)
* [가상화 및 성능](virtualization.md)
@@ -434,7 +432,6 @@ This way, due to Angular's [ViewEncapsulation](https://angular.io/api/core/Compo
* [열 크기 조정](column-resizing.md)
* [선택](selection.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/components/hierarchicalgrid/load-on-demand.md b/docs/angular/src/content/kr/components/hierarchicalgrid/load-on-demand.md
index 5b8008e35a..29364841a3 100644
--- a/docs/angular/src/content/kr/components/hierarchicalgrid/load-on-demand.md
+++ b/docs/angular/src/content/kr/components/hierarchicalgrid/load-on-demand.md
@@ -21,7 +21,6 @@ Ignite UI for Angular [`IgxHierarchicalGrid`]({environment:angularApiUrl}/classe
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-grid-lod/" >
-
### 원격 서비스 공급자
@@ -304,11 +303,9 @@ export class HierarchicalGridLoDSampleComponent implements AfterViewInit {
### 추가 리소스
-
* [계층 그리드 컴포넌트](hierarchical-grid.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/components/icon.md b/docs/angular/src/content/kr/components/icon.md
index 9c3521b46f..3003ae3efc 100644
--- a/docs/angular/src/content/kr/components/icon.md
+++ b/docs/angular/src/content/kr/components/icon.md
@@ -7,7 +7,7 @@ _language: kr
##Icon
The Ignite UI for Angular Icon component unifies icon/font sets so developers can use them interchangeably and add material icons to markup. The component supports custom colors. Icons can be set as inactive.
-
+
### Icon Demo
@@ -18,7 +18,6 @@ _language: kr
-
### Dependencies
@@ -212,13 +211,11 @@ This way, due to Angular's [ViewEncapsulation](https://angular.io/api/core/Compo
* The [`IgxIconComponent`]({environment:angularApiUrl}/classes/igxiconcomponent.html) `iconName` property is deprecated. To set the icon name for 'material' icons, place the name of the icon between the opening and closing tags. For 'Font Awesome' and SVG icons, use the `name` property.
## API References
-
* [IgxIconComponent]({environment:angularApiUrl}/classes/igxiconcomponent.html)
* [IgxIconComponent Styles]({environment:sassApiUrl}/themes#function-icon-theme)
## Additional Resources
-
Our community is active and always welcoming to new ideas.
diff --git a/docs/angular/src/content/kr/components/input-group-reactive-forms.md b/docs/angular/src/content/kr/components/input-group-reactive-forms.md
index e9a9f15d06..0367b70a83 100644
--- a/docs/angular/src/content/kr/components/input-group-reactive-forms.md
+++ b/docs/angular/src/content/kr/components/input-group-reactive-forms.md
@@ -9,7 +9,7 @@ _language: kr
Ignite UI for Angular controls can be easily integrated in Reactive Forms.
-
+
### Demo
The following demo demonstrates [`igx-input-group`]({environment:angularApiUrl}/classes/igxinputgroupcomponent.html), [`igx-select`]({environment:angularApiUrl}/classes/igxselectcomponent.html) and [`igx-combo`]({environment:angularApiUrl}/classes/igxcombocomponent.html) controls being part of the Reactive Form.
@@ -20,7 +20,6 @@ The following demo demonstrates [`igx-input-group`]({environment:angularApiUrl}/
iframe-src="{environment:demosBaseUrl}/data-entries/reactive-forms/" >
-
### Usage
@@ -95,7 +94,6 @@ export class ReactiveFormsSampleComponent {
In that case the movie, full name, email and genres form's fields are required and the form won't be submitted, unless they have values.
## Additional Resources
-
* [Combo](combo.md)
* [Select](select.md)
diff --git a/docs/angular/src/content/kr/components/input-group.md b/docs/angular/src/content/kr/components/input-group.md
index c9998a93a4..61fbc22277 100644
--- a/docs/angular/src/content/kr/components/input-group.md
+++ b/docs/angular/src/content/kr/components/input-group.md
@@ -16,7 +16,6 @@ Input groups in the Ignite UI for Angular controls allow developers to create ea
iframe-src="{environment:demosBaseUrl}/data-entries/input-group-sample-6/" >
-
### Usage
The default styling of the Input Group component as well as its complimentary directives follow the text fields specification in the Material Design
@@ -64,7 +63,6 @@ Here is how the sample looks:
-
#### Hints
Ignite UI for Angular Hint provides a helper text placed below the input. The hint can be placed at the start or at the end of the input. The position of the [`igx-hint`]({environment:angularApiUrl}/classes/igxhintdirective.html) can be set using the [`position`]({environment:angularApiUrl}/classes/igxhintdirective.html#position) property. Let's add a hint to our phone input:
@@ -85,7 +83,6 @@ This is how the phone field with hint looks:
-
#### Styling
Our inputs could be styled differently by using the [`type`]({environment:angularApiUrl}/classes/igxinputgroupcomponent.html#type) property of the [`igxInputGroup`]({environment:angularApiUrl}/classes/igxinputgroupcomponent.html) component. Currently we support four different ways of styling: line (the default one), box, border and search. This is how they look:
diff --git a/docs/angular/src/content/kr/components/label-input.md b/docs/angular/src/content/kr/components/label-input.md
index 961d13dd19..6b67a17f2e 100644
--- a/docs/angular/src/content/kr/components/label-input.md
+++ b/docs/angular/src/content/kr/components/label-input.md
@@ -9,7 +9,6 @@ _language: kr
The Ignite UI for Angular Input and Label directives are used to create single-line or multi-line text elements. They help to cover common scenarios when dealing with form inputs.
-
### Label & Input Demo
@@ -18,7 +17,6 @@ The Ignite UI for Angular Input and Label directives are used to create single-l
iframe-src="{environment:demosBaseUrl}/data-entries/input-group-sample-2/" >
-
### Usage
The default styling of the Label and Input directives follows the text fields specification in the Material Design
@@ -57,7 +55,6 @@ And the result is:
-
The [`igxInput`]({environment:angularApiUrl}/classes/igxinputdirective.html) directive could be applied to `` and `
## API References
-
* [IgxSwitchComponent]({environment:angularApiUrl}/classes/igxswitchcomponent.html)
* [IgxSwitchComponent Styles]({environment:sassApiUrl}/themes#function-switch-theme)
###Additional Resources
-
Our community is active and always welcoming to new ideas.
diff --git a/docs/angular/src/content/kr/components/tabbar.md b/docs/angular/src/content/kr/components/tabbar.md
index d4d1858f17..8f8e324eed 100644
--- a/docs/angular/src/content/kr/components/tabbar.md
+++ b/docs/angular/src/content/kr/components/tabbar.md
@@ -8,7 +8,7 @@ _language: kr
## Bottom Navigation
The Ignite UI for Angular Bottom Navigation component enables the user to navigate among a number of content panels displayed in a single view. The navigation through the panels is accomplished with the tab buttons located at bottom.
-
+
> [!NOTE]
> `igx-tab-bar` selector is deprecated. You could use [`igx-bottom-nav`]({environment:angularApiUrl}/classes/igxbottomnavcomponent.html) instead. `IgxTabBarComponent` class is renamed to [`IgxBottomNavComponent`]({environment:angularApiUrl}/classes/igxbottomnavcomponent.html). `IgxTabBarModule` is renamed to `IgxBottomNavModule`.
@@ -22,7 +22,6 @@ _language: kr
-
### Usage
@@ -60,7 +59,7 @@ If all went well, you should see the following in your browser:
-
+
#### Customizing Tabs
@@ -161,7 +160,6 @@ After these modifications our Bottom Navigation should look similar to this:
-
If changing the tabs' labels and tabs' icons is not enough, you can also create your own template for each tab.
Here is an example:
@@ -181,7 +179,7 @@ Here is an example:
```
-
+
#### Embedding Other Igx Controls
@@ -340,7 +338,6 @@ And don't forget to include the following CSS definitions in order for the appli
You can see the result of the code above at the beginning of this article in the [Bottom Navigation Demo](#bottom-navigation-demo) section.
## API References
-
* [IgxAvatarComponent]({environment:angularApiUrl}/classes/igxavatarcomponent.html)
* [IgxBottomNavComponent]({environment:angularApiUrl}/classes/igxbottomnavcomponent.html)
@@ -352,7 +349,6 @@ You can see the result of the code above at the beginning of this article in the
* [IgxTabPanelComponent]({environment:angularApiUrl}/classes/igxtabpanelcomponent.html)
## Additional Resources
-
Our community is active and always welcoming to new ideas.
diff --git a/docs/angular/src/content/kr/components/tabs.md b/docs/angular/src/content/kr/components/tabs.md
index 4c086f59af..bf52b7f811 100644
--- a/docs/angular/src/content/kr/components/tabs.md
+++ b/docs/angular/src/content/kr/components/tabs.md
@@ -16,7 +16,6 @@ The [`igx-tabs`]({environment:angularApiUrl}/classes/igxtabscomponent.html) comp
iframe-src="{environment:demosBaseUrl}/layouts/tabs-sample-3/" >
-
> [!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.
@@ -60,7 +59,7 @@ If the sample is configured properly, the final result should look like that:
-
+
### Tabs Types
There are two types of tabs. Set the [`tabsType`]({environment:angularApiUrl}/classes/igxtabscomponent.html#tabstype) input to choose between [`fixed`]({environment:angularApiUrl}/enums/tabstype.html#fixed) and [`contentfit`]({environment:angularApiUrl}/enums/tabstype.html#contentfit) tabs.
@@ -103,7 +102,7 @@ Nevertheless what type of tabs you have chosen, the tab header width is limited
-
+
### Customizing Tabs
@@ -162,7 +161,6 @@ If the sample is configured properly, the tabs should look like the following ex
-
If changing the tabs' labels and icons is not enough, you can also create your own [`IgxTabItemTemplateDirective`]({environment:angularApiUrl}/classes/igxtabitemtemplatedirective.html) for each tab header.
@@ -385,7 +383,7 @@ const routes: Routes = [
## API References
-
+
* [IgxAvatarComponent]({environment:angularApiUrl}/classes/igxavatarcomponent.html)
* [IgxCardComponent]({environment:angularApiUrl}/classes/igxcardcomponent.html)
@@ -397,7 +395,6 @@ const routes: Routes = [
* [IgxTabItemComponent]({environment:angularApiUrl}/classes/igxtabitemcomponent.html)
## Additional Resources
-
Our community is active and always welcoming to new ideas.
diff --git a/docs/angular/src/content/kr/components/texthighlight.md b/docs/angular/src/content/kr/components/texthighlight.md
index 96cb2cc40b..b124ba32bc 100644
--- a/docs/angular/src/content/kr/components/texthighlight.md
+++ b/docs/angular/src/content/kr/components/texthighlight.md
@@ -16,7 +16,6 @@ The [`IgxTextHighlight`]({environment:angularApiUrl}/classes/igxtexthighlightdir
iframe-src="{environment:demosBaseUrl}/data-display/text-highlight-1/" >
-
> [!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**](general/getting-started.md) topic.
@@ -183,7 +182,7 @@ If the sample is configured properly, the final result should look like that:
-
+
### Search across multiple containers
The [`igxTextHighlight`]({environment:angularApiUrl}/classes/igxtexthighlightdirective.html) allows you to search across multiple containers which all share one active highlight. This is done by having the same group value across multiple TextHighlight directives which have all separate containers. In order to setup the sample we will reuse the search box from the previous sample, but this time we will add two paragraphs. Again, note that they both are in their own containers, but this time the second one has a different row value.
@@ -268,7 +267,7 @@ All the rest of the code in the .ts file is identical to the single container ex
-
+
### API and Style References
@@ -279,12 +278,11 @@ Additional components that were used:
* [`IgxInputGroupComponent`]({environment:angularApiUrl}/classes/igxinputgroupcomponent.html)
* [`IgxInputGroupComponent Styles`]({environment:sassApiUrl}/themes#function-input-group-theme)
-
+
## Additional Resources
* [Grid Search](grid/search.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)
diff --git a/docs/angular/src/content/kr/components/themes.md b/docs/angular/src/content/kr/components/themes.md
index 57e8f59d95..bc0fcfa4bb 100644
--- a/docs/angular/src/content/kr/components/themes.md
+++ b/docs/angular/src/content/kr/components/themes.md
@@ -58,7 +58,7 @@ With so many colors in each sub-palette you may be wondering, how on Earth will
Got it? Good! But how does one access any of the colors in the palette?
-
+
#### Getting Sub-Palette Colors
@@ -80,7 +80,7 @@ $my-warning-color: color($my-palette, "warn");
}
```
-
+
#### Getting Contrast Text Colors
@@ -126,7 +126,7 @@ $my-color-palette: palette(
That's it. Your application will now use the colors from your newly generated palette.
-
+
### Customizing Typography (WIP)
diff --git a/docs/angular/src/content/kr/components/themes/component-themes.md b/docs/angular/src/content/kr/components/themes/component-themes.md
index 558af9fbf7..25c095f891 100644
--- a/docs/angular/src/content/kr/components/themes/component-themes.md
+++ b/docs/angular/src/content/kr/components/themes/component-themes.md
@@ -7,20 +7,18 @@ _language: kr
## Component Themes
Component themes allow you to change the styles of specific component instances by overriding the globally defined theme.
-
+
### Overview
-
Before we dig deep into how you can create component-level themes, let's take a few moments to talk about how Ignite UI for Angular approaches component theming. Because we want to be able to support older browsers, like IE11, we have two completely different approaches for theming components.
- The first approach is to create a new set of CSS rules that overwrite any previously declared CSS rules for a specific component. This approach is pretty straight-forward, and it is the only way we can provide support for older browser, albeit it is not ideal as it adds a lot of additional CSS rules to the generated CSS theme.
- The second approach is to style component instances using [CSS variables](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables). By using CSS variables we gain the ability to create component themes without replicating their styles over and over again. Also, this approach allows us to modify the value of the CSS variables at runtime.
We'll take a look at how these approaches work in practice, and how to use one instead of the other when generating component-level themes.
-
+
### Creating Themes
-
There are several parts to a component theme:
@@ -67,10 +65,9 @@ $another-avatar-theme: avatar-theme(
In the above code, the defacto global theme is now the `$another-avatar-theme` as it overwrites any previously included `igx-avatar` mixins.
This brings me to my next point.
-
+
### Scoping Themes
-
As we saw in the previous example, when adding multiple themes targeting the same component at the same level, the last theme mixin takes precedence. This is due to the way the CSS cascade works. If you want to have two or more themes targeting the same type of components you will have to scope them using a selector. For instance we can create multiple `igx-avatar` themes and scope them to specific CSS selectors we can later use in our component markup.
@@ -97,10 +94,9 @@ In a component template:
```
-
+
### View Encapsulation
-
So far we've explored ways to create themes that are globally scoped, and are included in a single Sass file. However, this is not always desirable, and in some instances you will want the Sass file to be bound to a specific app component. In those cases we have to take View Encapsulation, and specifically how it is emulated in Angular, into consideration.
@@ -143,10 +139,9 @@ $avatar-theme: avatar-theme($initials-background: royalblue);
```
With the code above we've created a version of the `igx-avatar`, which will always have `royalblue` as its background color. The theme for our custom avatar will not 'leak' in other `igx-avatar` component instances, and thus stays encapsulated within our custom `app-avatar` component.
-
+
### CSS Variables
-
In the [overview](#overview) section I mentioned you could use CSS variables to style your components by setting the `$igx-legacy-support` global variable to `false`. If you use the `theme` mixin and pass it `$legacy-support` with value of `false` it will set the `$igx-legacy-support` to `false`, too. This enables you to use a special mixin `css-vars` to style Ignite UI for Angular components without duplicating any styles.
@@ -171,7 +166,7 @@ $badge-theme: badge-theme($background-color: white);
@include css-vars($avatar-theme);
@include css-vars($badge-theme);
```
-
+
#### Usage in encapsulated views
@@ -202,16 +197,14 @@ As a bonus, any Ignite UI for Angular theme built with the `$igx-legacy-support`
--igx-avatar-initials-background: royalblue;
}
```
-
+
### API Overview
* [Global Theme]({environment:sassApiUrl}/themes#mixin-theme)
* [Avatar Theme]({environment:sassApiUrl}/themes#function-avatar-theme)
-
## Additional Resources
-
Learn how to configure a global theme:
diff --git a/docs/angular/src/content/kr/components/themes/examples.md b/docs/angular/src/content/kr/components/themes/examples.md
index 3b04f01dd5..e01912babb 100644
--- a/docs/angular/src/content/kr/components/themes/examples.md
+++ b/docs/angular/src/content/kr/components/themes/examples.md
@@ -15,7 +15,6 @@ The **Ignite UI for Angular Theming** provides you the ability to customize them
iframe-src="{environment:demosBaseUrl}/theming/theme-chooser/" >
-
### Default Theme
@@ -41,7 +40,6 @@ The result from the above code snippet looks like this:
iframe-src="{environment:demosBaseUrl}/theming/default-theme-sample/" >
-
In case you have other preferences for the appearance of the components or the *_Default theme_* doesn't match the interior of your application, you can use the **Ignite UI for Angular Theming**, which is much easier, fun and efficient way for styling, than writing a huge amount of CSS.
@@ -56,7 +54,6 @@ For good code structure it will be helpful to place the **theme logic** in a sep
@import '~igniteui-angular/lib/core/styles/themes/utilities';
```
-
The next step is to import all the components, that you want to customize, and their corresponding themes.
@@ -101,7 +98,6 @@ $dark-theme-palette: palette($primary: $dark-color, $secondary: $orange-color);
```
Done! We are ready to set the new styling of our app.
-
### Theme Setting
@@ -110,7 +106,6 @@ The **theme setting** is basically applying different shades of the primary and
Now lets define the **component themes** that we are going to apply:
#### Defining Component Themes
-
- [**grid-theme**]({environment:sassApiUrl}/themes#function-grid-theme)
@@ -169,7 +164,6 @@ Bind the host element `class` with the **themes class**.
@HostBinding("class")
public themesClass = "dark-theme";
```
-
After that, in a new SCSS file nest the **themes class**, that includes the components with their themes, in the host element.
@@ -205,7 +199,6 @@ And the result is:
iframe-src="{environment:demosBaseUrl}/theming/dark-theme-sample/" >
-
Import the *utilities*, component mixins and the theme functions, define the colors, define the themes and apply them. These are the steps for styling your app with **Ignite UI for Angular Theming**.
@@ -244,7 +237,6 @@ This can be achieved in a few modifications:
}
```
-
- Set an event, which triggers the function that manipulates the `class` of the host element:
@@ -267,7 +259,6 @@ This can be achieved in a few modifications:
```
-
Add data that will represent the **themes classes** and a function to manipulate the `class` selector of the host element.
@@ -300,7 +291,6 @@ export class ThemeChooserSampleComponent implements OnInit {
...
```
-
Now we can easily change our defined themes with only a `click` event:
@@ -310,7 +300,6 @@ Now we can easily change our defined themes with only a `click` event:
iframe-src="{environment:demosBaseUrl}/theming/theme-chooser/" >
-
### API
@@ -322,7 +311,6 @@ Now we can easily change our defined themes with only a `click` event:
* [IgxOverlay Styles]({environment:sassApiUrl}/themes#function-overlay-theme)
## Additional Resources
-
* [Global Theme](global-theme.md)
* [Component Themes](component-themes.md)
diff --git a/docs/angular/src/content/kr/components/themes/global-theme.md b/docs/angular/src/content/kr/components/themes/global-theme.md
index 60a2e2f9fa..f048c54c7a 100644
--- a/docs/angular/src/content/kr/components/themes/global-theme.md
+++ b/docs/angular/src/content/kr/components/themes/global-theme.md
@@ -7,7 +7,7 @@ _language: kr
## Global Themes
The global theme allows you to quickly generate a theme that uses your custom color palette. The color palette will be propagated to all components that don't have custom themes created for them.
-
+
### Overview
If you've included the _`igniteui-angular.css`_ file in your application project, now is a good time to remove it. We are going to use our own _`my-app-theme.scss`_ file to generate a global theme for all components in our application.
@@ -22,7 +22,7 @@ To generate a global theme we're going to be including two mixins `core` and `th
| `$exclude` | list | ( ) | A list of component themes to be excluded from the global theme. |
| `$legacy-support` | boolean | `true` | Determines the theming strategy - if set to false, theming is done via CSS variables. |
-
+
Let's create a custom global theme that will use the primary and secondary colors of our company.
@@ -52,7 +52,6 @@ Let's explain what the `core` and `theme` mixins do. The `core` mixin takes care
> Including `core` before `theme` is essential. The `core` mixin provides all base definitions needed for `theme` to work.
### Excluding Components
-
The `theme` mixin allows you to provide a list of component names to be excluded from the global theme styles. For instance, if you want to completely remove all styles we include for the `igx-avatar` and `igx-badge` and provide your own custom styles, you can do so by passing the list of components like so:
@@ -86,7 +85,6 @@ Here's a quick showcase of how you can create a light and dark theme for your ap
Ideally you would be applying `.light-theme` and `.dark-theme` CSS classes somewhere high in your application DOM tree. Your `app-root` element is a good candidate for that.
### Browser Support
-
The value of `$igx-legacy-support` is quite important as it determines how component themes will work. When its value is set to `true`, individual component style rules will have their values set at build time to the hard values defined in their theme. If you set the value of `$igx-legacy-support` to `false`, however, style rules will look for values from CSS variables defined at the `:root` scope, or the nearest block scope.
@@ -96,10 +94,8 @@ The general rule of thumb regarding what the value of `$legacy-support` should b
* [Global Theme]({environment:sassApiUrl}/themes#mixin-theme)
* [Palette]({environment:sassApiUrl}/palettes#function-palette)
-
## Additional Resources
-
Learn how to create individual component themes:
diff --git a/docs/angular/src/content/kr/components/themes/index.md b/docs/angular/src/content/kr/components/themes/index.md
index 162380bf9d..1420b3aa95 100644
--- a/docs/angular/src/content/kr/components/themes/index.md
+++ b/docs/angular/src/content/kr/components/themes/index.md
@@ -18,32 +18,24 @@ Our approach to theming is based around several simple concepts.
> The Ignite UI for Angular theming library is based on [**Sass**](https://sass-lang.com). If you used the **Ignite UI CLI** to bootstrap your app, you can specify the style in the **angular.json** config to _scss_, the CLI will take care of compiling the Sass styles for you. If you haven't used Ignite UI CLI then you have to configure your builder to compile Sass styles for you.
### Palettes
-
The first concept is the one of palettes of colors. As in any visual tool, colors are the main differentiating factor between one application and another. The Material Design Guidelines prescribe predefined palettes of colors that range in hue and lightness for a base color. There's a good reason for that. They really want to ensure good color matching and contrast between the background colors and the foreground text colors. This is great, but limiting at the same time. If you wanted to have your own custom palette that matches your branding, you would be out of luck. We recognize this is a problem, so we invented an algorithm that would generate Material-like palettes from base colors you provide. Even more, we also generate contrast text colors for each hue in the palette.
-
### Schemas
-
The second important concept revolves around theme schemas. Theme schemas are like recipes for component themes. They give individual component themes information about colors, margins, paddings, etc. For instance, a component scheme tells a component theme that the background color for an element should be the `500` variant from the `primary` palette, without caring what palette the user passes to the component theme.
-
### Themes
-
Finally, we have component themes. Palettes and Schemas wouldn't do much good on their own if they weren't used by a theme. We have themes for individual component, and a global one, that styles the entire application and every component in it. You simply pass a palette and a schema to the global theme, we take care of the rest. You can, of course, style each component individually to your liking.
### Typography
-
Typography is a separate module in our Sass theming framework, which is decoupled from the component themes. Although we have a default typeface of choice, we really want to give you the power to style your application in every single way. Typography is such an important part of that. We provide a method for changing the font family, the sizes and weights for headings, subheadings, buttons, body text, etc. in your app.
-
## Additional Resources
-
Learn how to create themes:
diff --git a/docs/angular/src/content/kr/components/themes/palette.md b/docs/angular/src/content/kr/components/themes/palette.md
index 8470fd8719..1dc24f7b49 100644
--- a/docs/angular/src/content/kr/components/themes/palette.md
+++ b/docs/angular/src/content/kr/components/themes/palette.md
@@ -7,7 +7,7 @@ _language: kr
## Palettes
The Ignite UI for Angular theming engine provides several powerful functions and mixins for generating and retrieving colors.
-
+
### Overview
@@ -35,7 +35,7 @@ With so many colors in each sub-palette you may be wondering, how on Earth will
Got it? Good! But how does one access any of the colors in the palette?
-
+
### The Grayscale Palette
@@ -56,7 +56,7 @@ $my-color-palette: palette(
);
```
-
+
### Sub-Palette Colors
@@ -78,7 +78,7 @@ $my-warning-color: color($my-palette, 'warn');
}
```
-
+
### Contrast Text Colors
@@ -95,7 +95,7 @@ $my-primary-800-text:contrast-color($my-palette, 'primary', 600);
}
```
-
+
### Color Classes
@@ -117,7 +117,6 @@ For instance, if you want to generate CSS classes that apply background color to
```
The above code will generate CSS classes for each color variant in the palette. For instance, the `500` color variant of the `primary` palette will be given the following class `.igx-primary-500-bg`;
-
### API Reference
* [Palettes]({environment:sassApiUrl}/palettes#function-palette)
@@ -126,7 +125,6 @@ The above code will generate CSS classes for each color variant in the palette.
* [Generating Color Classes]({environment:sassApiUrl}/utilities#mixin-color-classes)
## 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)
diff --git a/docs/angular/src/content/kr/components/themes/schemas.md b/docs/angular/src/content/kr/components/themes/schemas.md
index 131242eb53..add9258397 100644
--- a/docs/angular/src/content/kr/components/themes/schemas.md
+++ b/docs/angular/src/content/kr/components/themes/schemas.md
@@ -8,7 +8,6 @@ _language: kr
## Schemas
Schemas are a simple, declarative way to list all properties a component theme might use.
-
### Overview
Schemas are like recipes. They are simple Sass maps, similar to JSON that allow us to define all properties a theme might use. Those properties can be colors, shadows, margins, paddings, etc. Anything a theme consumes can be described as a `schema`, then passed to the global or component theme. A component schema can extend an existing component schema and override the properties of the former.
@@ -58,7 +57,7 @@ $_light-avatar: (
```
The result of thecolor function call will be automatically passed as the first argument to the `hexrgba` function. Since the `hexrgba` accepts a second argument for the background color, we provide it as the value of the `hexrgba` key in the example above.
-
+
### Extending Schemas
As you saw from the example above. Schemas are simple maps and as such can be extended by overriding some of their properties. You might want to extend the default avatar schema by only changing the icon-background property, without having to copy all other properties manually. This is easily done using the `extend` function we provide.
@@ -127,7 +126,6 @@ Another great feature of theme schemas is that you can have as many as you want
* [Avatar Theme]({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)
diff --git a/docs/angular/src/content/kr/components/themes/theming-demo.md b/docs/angular/src/content/kr/components/themes/theming-demo.md
index 9958b081c0..fca853380e 100644
--- a/docs/angular/src/content/kr/components/themes/theming-demo.md
+++ b/docs/angular/src/content/kr/components/themes/theming-demo.md
@@ -15,7 +15,6 @@ The **Ignite UI for Angular Theming** provides you the ability to customize them
iframe-src="{environment:demosBaseUrl}/theme-chooser/" >
-
### Default Theme
@@ -41,7 +40,6 @@ The result from the above code snippet looks like this:
iframe-src="{environment:demosBaseUrl}/default-theme-sample/" >
-
In case you have other preferences for the appearance of the components or the *_Default theme_* doesn't match the interior of your application, you can use the **Ignite UI for Angular Theming**, which is much easier, fun and efficient way for styling, than writing huge amount of CSS files.
@@ -56,7 +54,6 @@ For good code structure it will be helpful to place the **theme logic** in a sep
@import '~igniteui-angular/lib/core/styles/themes/utilities';
```
-
The next step is to import all the components, that you want to customize, and their corresponding themes.
@@ -101,7 +98,6 @@ $dark-theme-palette: palette($primary: $dark-color, $secondary: $orange-color);
```
Done! We are ready to set the new styling of our app.
-
### Theme Setting
@@ -110,7 +106,6 @@ The **theme setting** is basically applying different shades of the primary and
Now lets define the **component themes** that we are going to apply:
#### Defining Component Themes
-
[**grid-theme**]({environment:sassApiUrl}/themes#function-grid-theme)
@@ -169,7 +164,6 @@ Bind the host element `class` with the **themes class**.
@HostBinding("class")
public themesClass = "dark-theme";
```
-
After that, in a new SCSS file nest the **themes class**, that includes the components with their themes, in the host element.
@@ -205,7 +199,6 @@ And the result is:
iframe-src="{environment:demosBaseUrl}/dark-theme-sample/" >
-
Import the *utilities*, component mixins and the theme functions, define the colors, define the themes and apply them. These are the steps for styling your app with **Ignite UI for Angular Theming**.
@@ -244,7 +237,6 @@ This can be achieved in a few modifications:
}
```
-
- Set an event, which triggers the function that manipulates the `class` of the host element:
@@ -267,7 +259,6 @@ This can be achieved in a few modifications:
```
-
Add data that will represent the **themes classes** and a function to manipulate the `class` selector of the host element.
@@ -300,7 +291,6 @@ export class ThemeChooserSampleComponent implements OnInit {
...
```
-
Now we can easily change our defined themes with only a `click` event:
@@ -310,7 +300,6 @@ Now we can easily change our defined themes with only a `click` event:
iframe-src="{environment:demosBaseUrl}/theme-chooser/" >
-
### API
@@ -322,7 +311,6 @@ Now we can easily change our defined themes with only a `click` event:
* [IgxOverlay Styles]({environment:sassApiUrl}/themes#function-overlay-theme)
## Additional Resources
-
* [Global Theme](global-theme.md)
* [Component Themes](component-themes.md)
diff --git a/docs/angular/src/content/kr/components/themes/typography.md b/docs/angular/src/content/kr/components/themes/typography.md
index f3e227516d..fd5fee1aa3 100644
--- a/docs/angular/src/content/kr/components/themes/typography.md
+++ b/docs/angular/src/content/kr/components/themes/typography.md
@@ -8,7 +8,7 @@ _language: kr
## Typography
The Ignite UI for Angular Typography Sass module allows you to modify the typography for the entire application, specific typographic scale, or specific components.
-
+
Ignite UI for Angular follows [The Type System](https://material.io/design/typography/the-type-system.html#) as described in the Material Design specification. The type system is a ***type scale*** consisting of ***13 different category type styles*** used across most components. All of the scale categories are completely reusable and adjustable by the end user.
@@ -29,7 +29,7 @@ Here's a list of all 13 category styles as defined in Ignite UI for Angular:
| **caption** | Titillium Web | 400 | .75 rem | none | .025 rem | 1 rem |
| **overline** | Titillium Web | 400 | .625 rem | uppercase | .09375 rem | 1 rem |
-
+
An application can define multiple `scales` that may share scale categories between one another. A `scale category` is a set of `type styles`, containing information about `font-family`, `font-size`, `font-weight`, `line-height`, `letter-spacing`, and `text-transform`.
@@ -205,11 +205,10 @@ Here's a list of all CSS classes we provide by default:
- `igx-typography__caption`
- `igx-typography__overline`
-
+
###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)
diff --git a/docs/angular/src/content/kr/components/time-picker.md b/docs/angular/src/content/kr/components/time-picker.md
index b419241844..de62a7efe5 100644
--- a/docs/angular/src/content/kr/components/time-picker.md
+++ b/docs/angular/src/content/kr/components/time-picker.md
@@ -7,7 +7,7 @@ _language: kr
## Angular Time Picker Overview
In following the design and functionality of the Date Picker, Ignite UI for Angular Time Picker component allows the user to select time from a dialog with spinners, which is then mirrored in the input field. In addition, the user can edit the time value, using an editable masked input with a dropdown.
-
+
As one of the most commonly used UI components for today’s web applications, the Angular Time Picker, also known as Angular Time Picker, provides developers with a variety of features that provide with the ability to customize the component to create the best UX and UI experience for the users to interact with the component. There are different built-in templates for displaying a clock button, as well as features like validation, custom time formatting, and more.
@@ -19,7 +19,6 @@ In general, users can enter a preferred time either through text input or by cho
iframe-src="{environment:demosBaseUrl}/scheduling/timepicker-sample-1/" >
-
### How To Use Angular Time Picker Component With Ignite UI
@@ -39,7 +38,6 @@ import { IgxTimePickerModule } from 'igniteui-angular';
})
export class AppModule {}
```
-
#### Default
@@ -57,7 +55,6 @@ And here's our templated Ignite UI for Angular Time Picker:
iframe-src="{environment:demosBaseUrl}/scheduling/timepicker-sample-1/" >
-
#### Setting value
@@ -80,7 +77,6 @@ And there we have it:
iframe-src="{environment:demosBaseUrl}/scheduling/timepicker-sample-2/" >
-
To create a two-way data-binding, set `ngModel` like this:
@@ -111,7 +107,6 @@ The result is as follows:
iframe-src="{environment:demosBaseUrl}/scheduling/timepicker-sample-8/" >
-
#### Change delta and spin mode
@@ -128,7 +123,6 @@ And there we have it:
iframe-src="{environment:demosBaseUrl}/scheduling/timepicker-sample-3/" >
-
#### Validation
@@ -179,7 +173,6 @@ And there we have it:
iframe-src="{environment:demosBaseUrl}/scheduling/timepicker-sample-4/" >
-
#### Dropdown mode
@@ -219,7 +212,6 @@ And there we have it:
iframe-src="{environment:demosBaseUrl}/scheduling/timepicker-dropdown/" >
-
#### Templating Input Group
@@ -341,10 +333,8 @@ The result is as follows:
iframe-src="{environment:demosBaseUrl}/scheduling/timepicker-sample-7/" >
-
## API References
-
* [IgxIconComponent]({environment:angularApiUrl}/classes/igxiconcomponent.html)
* [IgxInputDirective]({environment:angularApiUrl}/classes/igxinputdirective.html)
@@ -355,7 +345,6 @@ The result is as follows:
* [IgxOverlay Styles]({environment:sassApiUrl}/themes#function-overlay-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)
diff --git a/docs/angular/src/content/kr/components/toast.md b/docs/angular/src/content/kr/components/toast.md
index 6faf4f9f75..b23658ebc5 100644
--- a/docs/angular/src/content/kr/components/toast.md
+++ b/docs/angular/src/content/kr/components/toast.md
@@ -7,7 +7,7 @@ _language: kr
##Toast
The Ignite UI for Angular Toast component provides information and warning messages that are non-interactive and cannot be dismissed by the user. Notifications can be displayed at the bottom, the middle, or the top of the page.
-
+
### Toast Demo
@@ -16,7 +16,6 @@ _language: kr
iframe-src="{environment:demosBaseUrl}/notifications/toast-sample-1/" >
-
> [!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.
@@ -122,7 +121,6 @@ public open(toast) {
-
## API References
In this article we learned how to use and configure the [`IgxToastComponent`]({environment:angularApiUrl}/classes/igxtoastcomponent.html). For more details in regards its API, take a look at the links below:
@@ -135,7 +133,6 @@ Styles:
###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)
diff --git a/docs/angular/src/content/kr/components/toggle.md b/docs/angular/src/content/kr/components/toggle.md
index ca1ce2a91a..8ff9e224c4 100644
--- a/docs/angular/src/content/kr/components/toggle.md
+++ b/docs/angular/src/content/kr/components/toggle.md
@@ -243,18 +243,17 @@ In this article we covered the details of how to use Toggle directive. We create
Furthermore we added another helping directive which controls automatically this same behaviour by giving it the appropriate toggle reference. In the end we have registered our [**igxToggle**]({environment:angularApiUrl}/classes/igxtoggledirective.html) directive in the **igxNavigationService** provider by giving it an ID, which we then provided to our helping **igxToggleAction** directive.
###API References
-
+
* [IgxToggleDirective]({environment:angularApiUrl}/classes/igxtoggledirective.html)
* [IgxToggleActionDirective]({environment:angularApiUrl}/classes/igxtoggleactiondirective.html)
* [IgxOverlayOutletDirective]({environment:angularApiUrl}/classes/igxoverlayoutletdirective.html)
* [IgxOverlayService]({environment:angularApiUrl}/classes/igxoverlayservice.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)
diff --git a/docs/angular/src/content/kr/components/tooltip.md b/docs/angular/src/content/kr/components/tooltip.md
index 9570c747d8..c4600c6808 100644
--- a/docs/angular/src/content/kr/components/tooltip.md
+++ b/docs/angular/src/content/kr/components/tooltip.md
@@ -18,7 +18,6 @@ While most tooltips have a limited number of available positions, with the [`igx
iframe-src="{environment:demosBaseUrl}/interactions/tooltip-simple/" >
-
### Setup
@@ -313,7 +312,6 @@ If all went well, this is how our location and tooltip should look like:
iframe-src="{environment:demosBaseUrl}/interactions/tooltip-rich/" >
-
### Overlay configuration
Both the [`igxTooltip`]({environment:angularApiUrl}/classes/igxtooltipdirective.html) and [`igxTooltipTarget`]({environment:angularApiUrl}/classes/igxtooltiptargetdirective.html) directives use the [`IgxOverlayService`](overlay.md) to open and close the respective tooltip element.
@@ -361,11 +359,10 @@ Styles:
* [IgxSliderComponent Styles]({environment:sassApiUrl}/themes#function-slider-theme)
* [IgxSwitchComponent Styles]({environment:sassApiUrl}/themes#function-switch-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)
diff --git a/docs/angular/src/content/kr/components/treegrid/aggregations.md b/docs/angular/src/content/kr/components/treegrid/aggregations.md
index 6133349594..6a67534815 100644
--- a/docs/angular/src/content/kr/components/treegrid/aggregations.md
+++ b/docs/angular/src/content/kr/components/treegrid/aggregations.md
@@ -16,7 +16,6 @@ _language: kr
iframe-src="{environment:lobDemosBaseUrl}/treegrid-finjs/" >
-
> [!NOTE]
> 이 샘플은 [`IgxTreeGridComponent`]({environment:angularApiUrl}/classes/igxtreegridcomponent.html)에 포함되지 않은 사용자 논리를 포함하고 있습니다. [`IgxGridComponent`]({environment:angularApiUrl}/classes/igxgridcomponent.html)의 그룹화 및 요약 기능과 유사하지만 별도의 요약 행 안이 아닌 계산된 데이터가 상위 행 내부에 표시됩니다.
@@ -70,20 +69,17 @@ public groupColumnKey = "Categories";
### API 참조
-
* [IgxTreeGridComponent]({environment:angularApiUrl}/classes/igxtreegridcomponent.html)
* [IgxGridComponent 스타일]({environment:sassApiUrl}/themes#function-grid-theme)
### 추가 리소스
-
* [TreeGrid 개요](tree-grid.md)
* [TreeGrid 요약](summaries.md)
* [그리드 요약](../grid/summaries.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/components/treegrid/load-on-demand.md b/docs/angular/src/content/kr/components/treegrid/load-on-demand.md
index a847c0f512..3b654bb5d6 100644
--- a/docs/angular/src/content/kr/components/treegrid/load-on-demand.md
+++ b/docs/angular/src/content/kr/components/treegrid/load-on-demand.md
@@ -17,7 +17,6 @@ Ignite UI for Angular [`IgxTreeGrid`]({environment:angularApiUrl}/classes/igxtre
iframe-src="{environment:demosBaseUrl}/tree-grid/treegrid-load-on-demand/" >
-
### 사용 방법
@@ -69,19 +68,16 @@ public loadChildren = (parentID: any, done: (children: any[]) => void) => {
### API 참조
-
* [IgxTreeGridComponent]({environment:angularApiUrl}/classes/igxtreegridcomponent.html)
* [IgxGridComponent 스타일]({environment:sassApiUrl}/themes#function-grid-theme)
### 추가 리소스
-
* [트리 그리드 개요](tree-grid.md)
* [트리 그리드 가상화 및 성능](virtualization.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/components/treegrid/tree-grid.md b/docs/angular/src/content/kr/components/treegrid/tree-grid.md
index b7f8c4f162..5efa233e19 100644
--- a/docs/angular/src/content/kr/components/treegrid/tree-grid.md
+++ b/docs/angular/src/content/kr/components/treegrid/tree-grid.md
@@ -17,7 +17,6 @@ _language: kr
iframe-src="{environment:lobDemosBaseUrl}/tree-grid/treegrid-childdatakey/" >
-
### 시작하기
@@ -223,7 +222,6 @@ export class MyComponent implements OnInit {
iframe-src="{environment:lobDemosBaseUrl}/tree-grid/treegrid-primaryforeignkey/" >
-
### 지속성 및 통합성
@@ -235,7 +233,6 @@ export class MyComponent implements OnInit {
- 내보내기를 한 Excel 워크시트는 트리 그리드 자체에 그룹화될 때 레코드를 그룹화하여 계층에 반영합니다. 모든 레코드의 전개 상태도 지속되고 반영됩니다.
- CSV로 내보내기를 할 때 수준 및 전개 상태는 무시되며 모든 데이터는 플랫으로 내보내기가 됩니다.
-
### 키보드 탐색
@@ -267,7 +264,6 @@ export class MyComponent implements OnInit {
- `Alt + 아래 화살표` 트리 그리드 행의 위 - 셀은 선택되고 포커스되어지며 선택된 셀 행에 하위가 있으면 행은 전개됩니다;
- 마우스 `휠` - 포커스 요소를 흐리게 합니다;
-
### Sizing
@@ -283,11 +279,9 @@ See the [Grid Sizing](sizing.md) topic.
> [!NOTE]
> `igxTreeGrid` uses `igxForOf` directive internally hence all `igxForOf` limitations are valid for `igxTreeGrid`. For more details see [igxForOf Known Issues](../for-of.html#known-limitations) section.
-
## API 참조
-
* [IgxTreeGridComponent]({environment:angularApiUrl}/classes/igxtreegridcomponent.html)
* [IgxGridCell]({environment:angularApiUrl}/classes/igxgridcell.html)
@@ -300,13 +294,11 @@ See the [Grid Sizing](sizing.md) topic.
## 추가 리소스
-
* [Grid Sizing](sizing.md)
* [데이터 그리드](../grid/grid.md)
* [행 편집](row-editing.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/components/treemap-overview.md b/docs/angular/src/content/kr/components/treemap-overview.md
index c35b0b89d0..c9585b11b2 100644
--- a/docs/angular/src/content/kr/components/treemap-overview.md
+++ b/docs/angular/src/content/kr/components/treemap-overview.md
@@ -20,7 +20,6 @@ Treemaps are not designed to convey numerical quantities; the intent is to show
github-src="charts/tree-map/overview">
-
## Required Data
@@ -106,4 +105,3 @@ The following code demonstrates how to setup the Treemap.
```
-
diff --git a/docs/angular/src/content/kr/components/zoomslider-overview.md b/docs/angular/src/content/kr/components/zoomslider-overview.md
index 109186ed35..adc0636f20 100644
--- a/docs/angular/src/content/kr/components/zoomslider-overview.md
+++ b/docs/angular/src/content/kr/components/zoomslider-overview.md
@@ -19,7 +19,6 @@ The ZoomSlider control provides zooming functionality to range-enabled controls.
-
## Usage
@@ -72,4 +71,3 @@ The following code demonstrates how to setup the ZoomSlider.
```
-
diff --git a/docs/angular/src/content/kr/grids_templates/batch-editing.md b/docs/angular/src/content/kr/grids_templates/batch-editing.md
index f5c37bb432..8dbf20e0ab 100644
--- a/docs/angular/src/content/kr/grids_templates/batch-editing.md
+++ b/docs/angular/src/content/kr/grids_templates/batch-editing.md
@@ -51,7 +51,6 @@ keywords: angular crud, ignite ui for angular, infragistics
iframe-src="{environment:demosBaseUrl}/grid/grid-batch-editing/" >
-
}
@@if (igxName === 'IgxTreeGrid') {
다음 샘플은 트랜잭션을 통해 일괄 편집을 공급자로 설정하고 사용하는 방법을 보여주며 행 편집을 활성화합니다. 후자는 전체 행 편집이 확인된 후 트랜잭션이 추가됩니다. 이 샘플은 플랫 데이터 소스를 사용합니다.
@@ -62,7 +61,6 @@ keywords: angular crud, ignite ui for angular, infragistics
iframe-src="{environment:demosBaseUrl}/tree-grid/treegrid-batchediting/" >
-
}
@@if (igxName === 'IgxHierarchicalGrid') {
@@ -71,7 +69,6 @@ keywords: angular crud, ignite ui for angular, infragistics
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-grid-batch-editing/" >
-
}
> [!NOTE]
@@ -383,7 +380,6 @@ export class HierarchicalGridBatchEditingSampleComponent {
* [@@igComponent 행 편집](row-editing.md)
* [@@igComponent Row Adding](row-adding.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/collapsible-column-groups.md b/docs/angular/src/content/kr/grids_templates/collapsible-column-groups.md
index 71e2f75e70..d2af2f4e4c 100644
--- a/docs/angular/src/content/kr/grids_templates/collapsible-column-groups.md
+++ b/docs/angular/src/content/kr/grids_templates/collapsible-column-groups.md
@@ -18,7 +18,6 @@ Multi-column headers allow you to have multiple levels of nested columns and col
iframe-src="{environment:demosBaseUrl}/grid/grid-collapsible-groups/" >
-
}
@@if (igxName === 'IgxTreeGrid') {
@@ -28,7 +27,6 @@ Multi-column headers allow you to have multiple levels of nested columns and col
iframe-src="{environment:demosBaseUrl}/tree-grid/tree-grid-collapsible-groups/" >
-
}
@@if (igxName === 'IgxHierarchicalGrid') {
@@ -37,7 +35,6 @@ Multi-column headers allow you to have multiple levels of nested columns and col
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-grid-collapsible-column-groups/" >
-
}
### Setup
@@ -138,14 +135,12 @@ Another way to achieve this behavior is to use the igxCollapsibleIndicator direc
## API References
-
* [IgxColumnComponent]({environment:angularApiUrl}/classes/igxcolumncomponent.html)
* [IgxGridComponent]({environment:angularApiUrl}/classes/igxgridcomponent.html)
* [IgxGridComponent Styles]({environment:sassApiUrl}/themes#function-grid-theme)
## Additional Resources
-
* [Grid overview](grid.md)
* [Virtualization and Performance](virtualization.md)
@@ -157,7 +152,6 @@ Another way to achieve this behavior is to use the igxCollapsibleIndicator direc
* [Column Pinning](column_pinning.md)
* [Selection](selection.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)
diff --git a/docs/angular/src/content/kr/grids_templates/column-hiding.md b/docs/angular/src/content/kr/grids_templates/column-hiding.md
index d7484718a0..6155565cf8 100644
--- a/docs/angular/src/content/kr/grids_templates/column-hiding.md
+++ b/docs/angular/src/content/kr/grids_templates/column-hiding.md
@@ -33,7 +33,6 @@ The Material UI Grid has a built-in column hiding UI, which can be used through
iframe-src="{environment:demosBaseUrl}/grid/grid-column-hiding-toolbar-sample/" >
-
}
@@if (igxName === 'IgxTreeGrid') {
@@ -42,7 +41,6 @@ The Material UI Grid has a built-in column hiding UI, which can be used through
iframe-src="{environment:demosBaseUrl}/tree-grid/treegrid-column-hiding-toolbar/" >
-
}
@@if (igxName === 'IgxHierarchicalGrid') {
@@ -51,7 +49,6 @@ The Material UI Grid has a built-in column hiding UI, which can be used through
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-grid-hiding/" >
-
}
@@ -405,7 +402,6 @@ export class AppModule {}
iframe-src="{environment:demosBaseUrl}/grid/grid-column-hiding-sample/" >
-
}
@@if (igxName === 'IgxTreeGrid') {
@@ -414,7 +410,6 @@ export class AppModule {}
iframe-src="{environment:demosBaseUrl}/tree-grid/treegrid-column-hiding/" >
-
}
}
### API 참조
@@ -452,7 +447,6 @@ export class AppModule {}
* [IgxRadioComponent 스타일]({environment:sassApiUrl}/themes#function-radio-theme)
### 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
* [가상화 및 성능](virtualization.md)
@@ -465,7 +459,6 @@ export class AppModule {}
* [선택](selection.md)
@@if (igxName !== 'IgxHierarchicalGrid') {* [검색](search.md)}
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/column-moving.md b/docs/angular/src/content/kr/grids_templates/column-moving.md
index 153851dacc..5e1cb8721b 100644
--- a/docs/angular/src/content/kr/grids_templates/column-moving.md
+++ b/docs/angular/src/content/kr/grids_templates/column-moving.md
@@ -51,7 +51,6 @@ The @@igComponent component in Ignite UI for Angular provides the **Column Movin
iframe-src="{environment:demosBaseUrl}/grid/grid-moving-sample/" >
-
}
@@if (igxName === 'IgxTreeGrid') {
@@ -60,7 +59,6 @@ The @@igComponent component in Ignite UI for Angular provides the **Column Movin
iframe-src="{environment:demosBaseUrl}/tree-grid/treegrid-column-moving/" >
-
}
@@if (igxName === 'IgxHierarchicalGrid') {
@@ -69,7 +67,6 @@ The @@igComponent component in Ignite UI for Angular provides the **Column Movin
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-grid-moving/" >
-
}
#### 개요
@@ -175,14 +172,12 @@ public onColumnMovingEnd(event) {
}
### API 참조
-
* [IgxColumnComponent]({environment:angularApiUrl}/classes/igxcolumncomponent.html)
* [@@igxNameComponent]({environment:angularApiUrl}/classes/@@igTypeDoc.html)
* [@@igxNameComponent 스타일]({environment:sassApiUrl}/themes#function-grid-theme)
### 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
* [가상화 및 성능](virtualization.md)
@@ -195,7 +190,6 @@ public onColumnMovingEnd(event) {
* [선택](selection.md)
@@if (igxName !== 'IgxHierarchicalGrid') {* [검색](search.md)}
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/column-pinning.md b/docs/angular/src/content/kr/grids_templates/column-pinning.md
index ff07be26ba..b36531ca36 100644
--- a/docs/angular/src/content/kr/grids_templates/column-pinning.md
+++ b/docs/angular/src/content/kr/grids_templates/column-pinning.md
@@ -377,7 +377,6 @@ public toggleColumn(col: IgxColumnComponent) {
* 열 너비를 백분율(%)로 명시적으로 설정한 경우, 핀 고정 열이 있으면 @@igComponent 자체 및 헤드 내용이 바르게 정렬되지 않습니다. 열 핀 고정 기능이 제대로 작동하려면 열 너비가 픽셀(px)로 설정하거나 @@igComponent에 의해 자동 할당되어야 합니다.
-
### 문제 해결
@@ -387,7 +386,6 @@ public toggleColumn(col: IgxColumnComponent) {
* `@@igxName - 핀 고정 영역이 최대 핀 고정 폭을 초과합니다. 다음 열은 다른 문제를 방지하기 위해 핀 고정 해제되었습니다:... .` - 사용자가 처음에 너무 많은 핀 고정 열을 정의한 경우에 이 경고가 표시됩니다. 처음에 핀 고정된 열의 합계 너비는 @@igComponent 너비의 80%를 넘지 않아야 합니다. 그렇지 않으면 기본적으로 @@igComponent의 제한을 초과하지 않는 최초의 열(정의된 순서)을 취하고 나머지(경고에 나열된 열)는 핀 고정 해제됩니다. @@igComponent에서 핀 고정을 초기화하기 전에 [`columnInit`]({environment:angularApiUrl}/classes/@@igTypeDoc.html#columnInit) 이벤트를 사용하여 초기화할 때 일부 열을 수동으로 핀 고정 해제할지 결정하기 위해 자체 논리를 실행할 수 있습니다. 각 열에 트리거됩니다.
-
@@if (igxName === 'IgxGrid') {
### Styling
@@ -505,7 +503,6 @@ This way, due to Angular's [ViewEncapsulation](https://angular.io/api/core/Compo
* [IgxColumnComponent]({environment:angularApiUrl}/classes/igxcolumncomponent.html)
### 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
* [가상화 및 성능](virtualization.md)
@@ -517,7 +514,6 @@ This way, due to Angular's [ViewEncapsulation](https://angular.io/api/core/Compo
* [열 크기 조정](column-resizing.md)
* [선택](selection.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/column-resizing.md b/docs/angular/src/content/kr/grids_templates/column-resizing.md
index b1b4ab902e..0dad02f56f 100644
--- a/docs/angular/src/content/kr/grids_templates/column-resizing.md
+++ b/docs/angular/src/content/kr/grids_templates/column-resizing.md
@@ -37,7 +37,6 @@ _language: kr
iframe-src="{environment:demosBaseUrl}/grid/grid-resizing-sample/" >
-
}
@@if (igxName === 'IgxTreeGrid') {
@@ -46,7 +45,6 @@ _language: kr
iframe-src="{environment:demosBaseUrl}/tree-grid/treegrid-column-resizing/" >
-
}
@@if (igxName === 'IgxHierarchicalGrid') {
@@ -55,7 +53,6 @@ _language: kr
iframe-src="{environment:lobDemosBaseUrl}/hierarchical-grid/hierarchical-grid-resizing/" >
-
}
**열 크기 조정**은 열 단위 수준에서도 사용할 수 있는데 즉, [**@@igSelector**]({environment:angularApiUrl}/classes/@@igTypeDoc.html)에 크기를 조정 가능한 열 및 크기를 조정할 수 없는 열을 혼합하여 사용할 수 있습니다. 이는 [`igx-column`]({environment:angularApiUrl}/classes/igxcolumncomponent.html)의 [`resizable`]({environment:angularApiUrl}/classes/igxcolumncomponent.html#resizable) 입력을 통해 제어할 수 있습니다.
@@ -244,14 +241,12 @@ column.autosize();
}
### API 참조
-
* [IgxColumnComponent]({environment:angularApiUrl}/classes/igxcolumncomponent.html)
* [@@igxNameComponent]({environment:angularApiUrl}/classes/@@igTypeDoc.html)
* [@@igxNameComponent 스타일]({environment:sassApiUrl}/themes#function-grid-theme)
### 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
* [가상화 및 성능](virtualization.md)
@@ -263,7 +258,6 @@ column.autosize();
* [열 핀 고정](column_pinning.md)
* [선택](selection.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/conditional-cell-styling.md b/docs/angular/src/content/kr/grids_templates/conditional-cell-styling.md
index cc745a8a22..23682c7bc6 100644
--- a/docs/angular/src/content/kr/grids_templates/conditional-cell-styling.md
+++ b/docs/angular/src/content/kr/grids_templates/conditional-cell-styling.md
@@ -48,7 +48,6 @@ This can be achieved by setting the [`IgxColumnComponent`]({environment:angularA
@@if (igxName === 'IgxHierarchicalGrid') {
{/* TODO */}
}
-
#### 개요
[`IgxColumnComponent`]({environment:angularApiUrl}/classes/igxcolumncomponent.html) [`cellClasses`]({environment:angularApiUrl}/classes/igxcolumncomponent.html#cellclasses) 입력을 설정하고 사용자 규칙을 정의하여 @@igxName 셀의 조건부 스타일을 지정할 수 있습니다.
@@ -147,14 +146,12 @@ public priceClasses = {
**::ng-deep** 또는 **`ViewEncapsulation.None`**을 사용하여 사용자 스타일을 현재 컴포넌트와 그 하위 요소를 통해 강제로 적용할 수 있습니다.
### API 참조
-
* [IgxColumnComponent]({environment:angularApiUrl}/classes/igxcolumncomponent.html)
* [@@igxNameComponent]({environment:angularApiUrl}/classes/@@igTypeDoc.html)
* [@@igxNameComponent 스타일]({environment:sassApiUrl}/themes#function-grid-theme)
### 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
* [가상화 및 성능](virtualization.md)
@@ -173,7 +170,6 @@ public priceClasses = {
* [복수 열 헤더](multi-column-headers.md)
* [표시 밀도](display-density.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/display-density.md b/docs/angular/src/content/kr/grids_templates/display-density.md
index 98425889ce..6bdb817665 100644
--- a/docs/angular/src/content/kr/grids_templates/display-density.md
+++ b/docs/angular/src/content/kr/grids_templates/display-density.md
@@ -37,7 +37,6 @@ _language: kr
iframe-src="{environment:demosBaseUrl}/grid/grid-displayDensity/" >
-
}
@@if (igxName === 'IgxTreeGrid') {
@@ -46,7 +45,6 @@ _language: kr
iframe-src="{environment:demosBaseUrl}/tree-grid/treegrid-display-density/" >
-
}
@@if (igxName === 'IgxHierarchicalGrid') {
@@ -55,7 +53,6 @@ _language: kr
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-grid-density/" >
-
}
### 사용 방법
@@ -287,17 +284,14 @@ public selectDensity(event) {
..............
@@igSelector>
```
-
### API 참조
-
* [@@igxNameComponent]({environment:angularApiUrl}/classes/@@igTypeDoc.html)
* [@@igxNameComponent 스타일]({environment:sassApiUrl}/themes#function-grid-theme)
* [IgxColumnComponent]({environment:angularApiUrl}/classes/igxcolumncomponent.html)
-
### 추가 리소스
@@ -313,7 +307,6 @@ public selectDensity(event) {
* [선택](selection.md)
@@if (igxName !== 'IgxHierarchicalGrid') {* [검색](search.md)}
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/editing.md b/docs/angular/src/content/kr/grids_templates/editing.md
index 625dc0385c..35450255e8 100644
--- a/docs/angular/src/content/kr/grids_templates/editing.md
+++ b/docs/angular/src/content/kr/grids_templates/editing.md
@@ -51,7 +51,6 @@ Ignite UI for Angular @@igComponent component provides a great data manipulation
}
-
특정 셀에서 편집 모드에 들어가려면 먼저 열을 [`editable`]({environment:angularApiUrl}/classes/igxcolumncomponent.html#editable)로 설정해야 합니다. 데이터 유형별 *편집 템플릿*을 사용하려면 열 [`dataType`]({environment:angularApiUrl}/classes/igxcolumncomponent.html#datatype) 속성을 지정해야 합니다. 이제 각 유형의 기본 템플릿이 무엇인지 살펴 보겠습니다.
@@ -284,7 +283,6 @@ row.delete();
```
-
### API 참조
@@ -303,7 +301,6 @@ row.delete();
### 추가 리소스
-
* [Build CRUD operations with igxGrid](../general/how-to/how-to-perform-crud.md)
* [@@igComponent 개요](@@igMainTopic.md)
diff --git a/docs/angular/src/content/kr/grids_templates/excel-style-filtering.md b/docs/angular/src/content/kr/grids_templates/excel-style-filtering.md
index 00e87680b1..124eb333db 100644
--- a/docs/angular/src/content/kr/grids_templates/excel-style-filtering.md
+++ b/docs/angular/src/content/kr/grids_templates/excel-style-filtering.md
@@ -54,7 +54,6 @@ Ignite UI for Angular의 @@igComponent 컴포넌트는 Excel과 유사한 필터
}
-
###사용 방법
@@ -88,7 +87,6 @@ Excel 스타일 필터링을 켜려면 2개의 입력을 설정해야 합니다.
다른 식으로 필터를 적용하려면 **Text 필터**를 클릭하고 특정 열에 사용 가능한 모든 필터 연산자의 하위 메뉴가 열립니다. 이들 중 하나를 선택하면 사용자 필터 대화상자가 열리며 다른 필터 및 논리 연산자를 사용하여 원하는 대로 식을 추가할 수 있습니다. 필터를 삭제할 수 있는 clear 버튼도 있습니다.
-
###메뉴 기능 구성
@@ -110,7 +108,6 @@ Excel 스타일 필터링을 켜려면 2개의 입력을 설정해야 합니다.
```
-
아래 샘플에서 'Product Name' 및 'Discontinued' 열에서는 4가지 기능이 모두 활성화되어 있으며, 'Quantity Per Unit' 에서는 4 가지 모두 비활성화되어 있으며, 'Unit Price' 에서는 정렬 및 이동만 활성화되어 있으며, 'Order Date' 에서는 고정 및 숨기기만 활성화되어 있습니다.
}
@@ -140,7 +137,6 @@ Excel 스타일 필터링을 켜려면 2개의 입력을 설정해야 합니다.
```
-
아래 샘플에서 'Product Name' 및 'Discontinued' 열에서는 4가지 기능이 모두 활성화되어 있으며, 'Unit Price'에서는 모두 비활성화되어 있으며, 'Added Date'에서는 고정 및 숨기기만 활성화되어 있습니다.
}
@@ -182,12 +178,10 @@ Excel 스타일 필터링을 켜려면 2개의 입력을 설정해야 합니다.
```
-
아래 샘플에서 'Artist' 열에서는 4가지 기능이 모두 활성화되어 있으며, 'Debut'에서는 4가지 기능이 모두 비활성화되어 있으며, 'Grammy Nominations'에서는 고정 및 숨기기만 활성화되어 있습니다.
}
-
@@if (igxName === 'IgxGrid') {
@@ -214,7 +208,6 @@ Excel 스타일 필터링을 켜려면 2개의 입력을 설정해야 합니다.
}
-
열의 정렬, 이동, 핀 고정 및 숨기기 기능을 유지하면서 Excel 스타일 필터 메뉴에서 항목을 제거하는 경우, 각 조작에 대해 그리드에 템플릿을 추가할 수 있습니다.
@@ -318,7 +311,6 @@ Excel 스타일 필터링을 켜려면 2개의 입력을 설정해야 합니다.
}
-
@@if (igxName === 'IgxGrid') {
@@ -345,17 +337,14 @@ Excel 스타일 필터링을 켜려면 2개의 입력을 설정해야 합니다.
}
-
### API 참조
-
* [IgxColumnComponent]({environment:angularApiUrl}/classes/igxcolumncomponent.html)
* [@@igxNameComponent API]({environment:angularApiUrl}/classes/@@igTypeDoc.html)
* [@@igxNameComponent 스타일]({environment:sassApiUrl}/themes#function-grid-theme)
### 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
* [가상화 및 성능](virtualization.md)
@@ -367,7 +356,6 @@ Excel 스타일 필터링을 켜려면 2개의 입력을 설정해야 합니다.
* [열 크기 조정](column-resizing.md)
* [선택](selection.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/export-excel.md b/docs/angular/src/content/kr/grids_templates/export-excel.md
index 36ff1a32d1..68692f078b 100644
--- a/docs/angular/src/content/kr/grids_templates/export-excel.md
+++ b/docs/angular/src/content/kr/grids_templates/export-excel.md
@@ -27,7 +27,7 @@ keywords: data export, ignite ui for angular, infragistics
The Excel Exporter service can export data to excel from the @@igxName. The data export functionality is encapsulated in the [`IgxExcelExporterService`]({environment:angularApiUrl}/classes/igxexcelexporterservice.html) class and the data is exported in MS Excel table format. This format allows features like filtering, sorting, etc. To do this you need to invoke the [`IgxExcelExporterService`]({environment:angularApiUrl}/classes/igxexcelexporterservice.html)'s [`export`]({environment:angularApiUrl}/classes/igxexcelexporterservice.html#export) method and pass the @@igxName component as first argument to export grid easily.
-
+
#### Excel 내보내기 데모
@@ -51,7 +51,6 @@ The Excel Exporter service can export data to excel from the @@igxName. The data
{/* TODO */}
}
-
#### @@igComponent의 데이터 내보내기
@@ -135,11 +134,10 @@ Excel 내보내기 서비스에는 아래의 몇 가지 API가 추가로 포함
* [@@igxNameComponent API]({environment:angularApiUrl}/classes/@@igTypeDoc.html)
* [@@igxNameComponent 스타일]({environment:sassApiUrl}/themes#function-grid-theme)
-
+
#### 추가 리소스
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/filtering.md b/docs/angular/src/content/kr/grids_templates/filtering.md
index 624a93d370..872b14a2db 100644
--- a/docs/angular/src/content/kr/grids_templates/filtering.md
+++ b/docs/angular/src/content/kr/grids_templates/filtering.md
@@ -51,7 +51,6 @@ Angular grid filtering enables you to display only the records which meet specif
}
-
###상호 작용
@@ -193,13 +192,11 @@ this.@@igObjectRef.filteringLogic = FilteringLogic.OR;
[`OR`]({environment:angularApiUrl}/enums/filteringlogic.html#or)로 설정하면 'ProductName' 셀 값에 'myproduct' 가 포함되거나 'Price' 셀 값이 55 보다 큰 경우에 행이 반환됩니다.
-
@@if (igxName === 'IgxGrid') {
#### 원격 필터링
[`dataPreLoad`]({environment:angularApiUrl}/classes/@@igTypeDoc.html#datapreload) 및 [`filteringDone`]({environment:angularApiUrl}/classes/@@igTypeDoc.html#filteringDone) 출력에 서브스크라이브하여 @@igComponent의 원격 필터링을 제공할 수 있습니다. 사용 방법에 대한 자세한 정보는 `그리드 가상화 및 성능` [문서](virtualization.md#remote-sortingfiltering-virtualization)를 참조하십시오.
-
}
#### 사용자 필터링 오퍼랜드
@@ -371,17 +368,14 @@ export class BooleanFilteringOperand extends IgxBooleanFilteringOperand {
* [`IgxColumnComponent`]({environment:angularApiUrl}/classes/igxcolumncomponent.html)는 [`IgxFilteringOperand`]({environment:angularApiUrl}/classes/igxfilteringoperand.html) 클래스 참조를 사용하는 [`filters`]({environment:angularApiUrl}/classes/igxcolumncomponent.html#filters) 속성을 공개합니다.
* 사용자 필터는 [`IFilteringOperation`]({environment:angularApiUrl}/interfaces/ifilteringoperation.html) 유형의 작업으로 [`IgxFilteringOperand`]({environment:angularApiUrl}/classes/igxfilteringoperand.html)의 [`operations`]({environment:angularApiUrl}/classes/igxfilteringoperand.html#operations) 속성을 생성하여 @@igComponent 열에 제공할 수 있습니다.
}
-
### API 참조
-
* [IgxColumnComponent]({environment:angularApiUrl}/classes/igxcolumncomponent.html)
* [@@igxNameComponent API]({environment:angularApiUrl}/classes/@@igTypeDoc.html)
* [@@igxNameComponent 스타일]({environment:sassApiUrl}/themes#function-grid-theme)
### 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
* [가상화 및 성능](virtualization.md)
@@ -393,7 +387,6 @@ export class BooleanFilteringOperand extends IgxBooleanFilteringOperand {
* [열 크기 조정](column-resizing.md)
* [선택](selection.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/keyboard-navigation.md b/docs/angular/src/content/kr/grids_templates/keyboard-navigation.md
index 427b910fcb..7f1744e256 100644
--- a/docs/angular/src/content/kr/grids_templates/keyboard-navigation.md
+++ b/docs/angular/src/content/kr/grids_templates/keyboard-navigation.md
@@ -232,7 +232,6 @@ You can try the `actions below` in order to observe the custom keyboard navigati
* [@@igxNameComponent Styles]({environment:sassApiUrl}/themes#function-grid-theme)
## Additional Resources
-
* [@@igComponent overview](@@igMainTopic.md)
* [Virtualization and Performance](virtualization.md)
@@ -244,7 +243,6 @@ You can try the `actions below` in order to observe the custom keyboard navigati
* [Column Resizing](column-resizing.md)
* [Selection](selection.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)
diff --git a/docs/angular/src/content/kr/grids_templates/multi-column-headers.md b/docs/angular/src/content/kr/grids_templates/multi-column-headers.md
index e0fefcc16b..44c78a85c2 100644
--- a/docs/angular/src/content/kr/grids_templates/multi-column-headers.md
+++ b/docs/angular/src/content/kr/grids_templates/multi-column-headers.md
@@ -189,15 +189,12 @@ keywords: column headers, ignite ui for angular, infragistics
}
### API 참조
-
* [@@igxNameComponent]({environment:angularApiUrl}/classes/@@igTypeDoc.html)
* [@@igxNameComponent 스타일]({environment:sassApiUrl}/themes#function-grid-theme)
* [IgxColumnGroupComponent]({environment:angularApiUrl}/classes/igxcolumngroupcomponent.html)
-
### 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
* [가상화 및 성능](virtualization.md)
@@ -209,7 +206,6 @@ keywords: column headers, ignite ui for angular, infragistics
* [선택](selection.md)
@@if (igxName === 'IgxGrid') {* [Group by](groupby.md)}
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/multi-row-layout.md b/docs/angular/src/content/kr/grids_templates/multi-row-layout.md
index f463df17f3..0be44cc973 100644
--- a/docs/angular/src/content/kr/grids_templates/multi-row-layout.md
+++ b/docs/angular/src/content/kr/grids_templates/multi-row-layout.md
@@ -251,16 +251,13 @@ This way, due to Angular's [ViewEncapsulation](https://angular.io/api/core/Compo
### API 참조
-
* [@@igxNameComponent]({environment:angularApiUrl}/classes/@@igTypeDoc.html)
* [@@igxNameComponent 스타일]({environment:sassApiUrl}/themes#function-grid-theme)
* [IgxColumnLayoutComponent]({environment:angularApiUrl}/classes/igxcolumnlayoutcomponent.html)
* [IgxColumnComponent]({environment:angularApiUrl}/classes/igxcolumncomponent.html)
-
### 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
* [가상화 및 성능](virtualization.md)
@@ -269,7 +266,6 @@ This way, due to Angular's [ViewEncapsulation](https://angular.io/api/core/Compo
* [열 크기 조정](column-resizing.md)
* [선택](selection.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/paging.md b/docs/angular/src/content/kr/grids_templates/paging.md
index 13d6c0e4b5..88d26a595c 100644
--- a/docs/angular/src/content/kr/grids_templates/paging.md
+++ b/docs/angular/src/content/kr/grids_templates/paging.md
@@ -52,7 +52,6 @@ Ignite UI for Angular @@igComponent에서 **Paging**은 루트 `@@igSelector`
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-grid-paging/" >
-
}
@@ -456,7 +455,6 @@ public changeTemplate() {
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-grid-remote-paging/" >
-
}
샘플을 이와 똑같이 보이게 하려면 사용자 페이징 테마를 적용해야 합니다:
@@ -498,7 +496,6 @@ Integration between Paging and Group By is described in the [Group By](groupby.h
* [IgxGridPaginator 스타일]({environment:sassApiUrl}/themes#function-paginator-theme)
### 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
* [가상화 및 성능](virtualization.md)
@@ -510,7 +507,6 @@ Integration between Paging and Group By is described in the [Group By](groupby.h
* [열 크기 조정](column-resizing.md)
* [선택](selection.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/row-drag.md b/docs/angular/src/content/kr/grids_templates/row-drag.md
index e29fdd813f..69974d0c1b 100644
--- a/docs/angular/src/content/kr/grids_templates/row-drag.md
+++ b/docs/angular/src/content/kr/grids_templates/row-drag.md
@@ -45,7 +45,6 @@ Ignite UI for Angular @@igComponent에서 **RowDrag**는 루트 `@@igSelector`
iframe-src="{environment:demosBaseUrl}/tree-grid/tree-grid-row-drag/" >
-
}
@@if (igxName === 'IgxHierarchicalGrid') {
@@ -55,7 +54,6 @@ Ignite UI for Angular @@igComponent에서 **RowDrag**는 루트 `@@igSelector`
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-grid-row-drag/" >
-
}
### 컨피규레이터
@@ -280,7 +278,6 @@ The following sample demonstrates how to configure row reordering in the grid. H
iframe-src="{environment:demosBaseUrl}/grid/grid-row-reorder/" >
-
}
@@if (igxName === 'IgxTreeGrid') {
@@ -290,7 +287,6 @@ The following sample demonstrates how to configure row reordering in the grid. H
iframe-src="{environment:demosBaseUrl}/tree-grid/tree-grid-row-drag/" >
-
The following sample demonstrates how to configure row reordering in the tree grid. Notice that we also have row selection enabled and we preserve the selection when dropping the dragged row.
@@ -299,7 +295,7 @@ The following sample demonstrates how to configure row reordering in the tree gr
iframe-src="{environment:demosBaseUrl}/tree-grid/tree-grid-row-reordering/" >
-
+
}
@@if (igxName === 'IgxHierarchicalGrid') {
@@ -309,7 +305,6 @@ The following sample demonstrates how to configure row reordering in the tree gr
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-grid-row-drag/" >
-
The following sample demonstrates how to configure row reordering in the hierarchical grid.
Notice that we also have row selection enabled and we preserve the selection when dropping the dragged row.
@@ -319,7 +314,7 @@ Notice that we also have row selection enabled and we preserve the selection whe
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-row-reorder/" >
-
+
}
### 제한 사항
@@ -336,11 +331,9 @@ Notice that we also have row selection enabled and we preserve the selection whe
* [@@igxNameComponent]({environment:angularApiUrl}/classes/@@igTypeDoc.html)
## 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/row-editing.md b/docs/angular/src/content/kr/grids_templates/row-editing.md
index e6fcb1e950..7b2c32d32d 100644
--- a/docs/angular/src/content/kr/grids_templates/row-editing.md
+++ b/docs/angular/src/content/kr/grids_templates/row-editing.md
@@ -39,7 +39,6 @@ _language: kr
iframe-src="{environment:demosBaseUrl}/grid/grid-row-editing/" >
-
}
@@if (igxName === 'IgxTreeGrid') {
@@ -48,7 +47,6 @@ _language: kr
iframe-src="{environment:demosBaseUrl}/tree-grid/treegrid-row-edit/" >
-
}
@@if (igxName === 'IgxHierarchicalGrid') {
@@ -57,7 +55,6 @@ _language: kr
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-grid-row-editing/" >
-
}
> [!NOTE]
@@ -334,13 +331,11 @@ export class HGridRowEditingSampleComponent implements OnInit {
* [@@igxNameComponent]({environment:angularApiUrl}/classes/@@igTypeDoc.html)
### 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
* [@@igComponent 편집](editing.md)
* [@@igComponent 트랜잭션](batch-editing.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/row-pinning.md b/docs/angular/src/content/kr/grids_templates/row-pinning.md
index 817c39740a..1451f03f13 100644
--- a/docs/angular/src/content/kr/grids_templates/row-pinning.md
+++ b/docs/angular/src/content/kr/grids_templates/row-pinning.md
@@ -386,7 +386,6 @@ This would allow reordering the rows and moving them between the pinned and unpi
* Row Editing
* Row Pinning
-
### Styling
@@ -479,7 +478,6 @@ If the component is using an [`Emulated`](themes/sass/component-themes.md#view-e
* [@@igxNameComponent Styles]({environment:sassApiUrl}/themes#function-grid-theme)
## Additional Resources
-
* [@@igComponent overview](@@igMainTopic.md)
* [Virtualization and Performance](virtualization.md)
@@ -491,7 +489,6 @@ If the component is using an [`Emulated`](themes/sass/component-themes.md#view-e
* [Column Resizing](column-resizing.md)
* [Selection](selection.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)
diff --git a/docs/angular/src/content/kr/grids_templates/search.md b/docs/angular/src/content/kr/grids_templates/search.md
index 7a61069e13..e275682da4 100644
--- a/docs/angular/src/content/kr/grids_templates/search.md
+++ b/docs/angular/src/content/kr/grids_templates/search.md
@@ -33,7 +33,6 @@ While browsers natively provide content search functionality, most of the time t
iframe-src="{environment:demosBaseUrl}/grid/grid-search-sample/" >
-
}
@@if (igxName === 'IgxTreeGrid') {
@@ -42,7 +41,6 @@ While browsers natively provide content search functionality, most of the time t
iframe-src="{environment:demosBaseUrl}/tree-grid/treegrid-search/" >
-
}
@@if (igxName === 'IgxHierarchicalGrid') {
{/* TODO */}
@@ -382,7 +380,6 @@ public clearSearch() {
* [IgxChipComponent 스타일]({environment:sassApiUrl}/themes#function-chip-theme)
### 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
* [가상화 및 성능](virtualization.md)
@@ -395,7 +392,6 @@ public clearSearch() {
* [열 크기 조정](column-resizing.md)
* [선택](selection.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/selection.md b/docs/angular/src/content/kr/grids_templates/selection.md
index 792acce24b..0aa7ee76d7 100644
--- a/docs/angular/src/content/kr/grids_templates/selection.md
+++ b/docs/angular/src/content/kr/grids_templates/selection.md
@@ -47,7 +47,6 @@ _language: kr
iframe-src="{environment:demosBaseUrl}/grid/grid-multi-cell-selection/" >
-
}
@@if (igxName === 'IgxTreeGrid') {
@@ -56,7 +55,6 @@ _language: kr
iframe-src="{environment:demosBaseUrl}/tree-grid/tree-grid-multi-cell-selection/" >
-
}
@@if (igxName !== 'IgxHierarchicalGrid') {
@@ -191,7 +189,6 @@ Ignite UI for Angular에서 행 선택은 해당 행의 모든 열 앞에 체크
iframe-src="{environment:demosBaseUrl}/grid/grid-selection/" >
-
}
@@if (igxName === 'IgxTreeGrid') {
@@ -200,7 +197,6 @@ Ignite UI for Angular에서 행 선택은 해당 행의 모든 열 앞에 체크
iframe-src="{environment:demosBaseUrl}/tree-grid/treegrid-selection/" >
-
}
@@if (igxName === 'IgxHierarchicalGrid') {
@@ -209,7 +205,6 @@ Ignite UI for Angular에서 행 선택은 해당 행의 모든 열 앞에 체크
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-grid-selection/" >
-
}
@@if (igxName === 'IgxGrid') {
@@ -412,7 +407,6 @@ public handleRowSelectionChange(args) {
* [@@igxNameComponent 스타일]({environment:sassApiUrl}/themes#function-grid-theme)
### 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
* [페이징](paging.md)
@@ -424,7 +418,6 @@ public handleRowSelectionChange(args) {
* [열 크기 조정](column-resizing.md)
* [가상화 및 성능](virtualization.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/sizing.md b/docs/angular/src/content/kr/grids_templates/sizing.md
index da4deccbaf..04a131170a 100644
--- a/docs/angular/src/content/kr/grids_templates/sizing.md
+++ b/docs/angular/src/content/kr/grids_templates/sizing.md
@@ -266,12 +266,10 @@ The difference is that for the child grid, when `height` is set to percentages,
* [@@igxNameComponent Styles]({environment:sassApiUrl}/themes#function-grid-theme)
## Additional Resources
-
* [@@igComponent overview](@@igMainTopic.md)
* [Virtualization and Performance](virtualization.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)
diff --git a/docs/angular/src/content/kr/grids_templates/sorting.md b/docs/angular/src/content/kr/grids_templates/sorting.md
index 990c3f2e5c..219fa64a4a 100644
--- a/docs/angular/src/content/kr/grids_templates/sorting.md
+++ b/docs/angular/src/content/kr/grids_templates/sorting.md
@@ -51,7 +51,6 @@ In Ignite UI for Angular @@igComponent, data sorting is enabled on a per-column
}
-
이것은 [`sortable`]({environment:angularApiUrl}/classes/igxcolumncomponent.html#sortable) 입력을 통해 실행됩니다. @@igComponent 정렬을 사용하면 [`sortingIgnoreCase`]({environment:angularApiUrl}/classes/igxcolumncomponent.html#sortingignorecase) 속성을 설정하여 대소문자 구분을 실행할 수도 있습니다:
@@ -108,13 +107,11 @@ public ngOnInit() {
> [!NOTE]
> `string` 유형의 값이 [`dataType`]({environment:angularApiUrl}/classes/igxcolumncomponent.html#datatype) `Date` 열에서 사용되는 경우, @@igComponent는 `Date` 객체로 구문 분석하지 않으므로 @@igComponent를 사용하면 `sorting`이 예상대로 작동하지 않습니다. `string` 객체를 사용하려면 값을 `Date` 객체로 구문 분석하기 위해 애플리케이션 수준에서 추가 논리를 구현해야 합니다.
-
@@if (igxName === 'IgxGrid') {
#### 원격 정렬
[`dataPreLoad`]({environment:angularApiUrl}/classes/@@igTypeDoc.html#datapreload) 및 [`sortingDone`]({environment:angularApiUrl}/classes/@@igTypeDoc.html#sortingDone) 출력에 서브스크라이브하여 @@igComponent의 원격 정렬을 제공할 수 있습니다. 사용 방법에 대한 자세한 정보는 `@@igComponent 가상화 및 성능` [문서](virtualization.md#remote-sortingfiltering-virtualization)를 참조하십시오.
-
}
### API 참조
@@ -123,7 +120,6 @@ public ngOnInit() {
* [ISortingExpression]({environment:angularApiUrl}/interfaces/isortingexpression.html)
### 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
* [가상화 및 성능](virtualization.md)
@@ -135,7 +131,6 @@ public ngOnInit() {
* [열 크기 조정](column-resizing.md)
* [선택](selection.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/state-persistence.md b/docs/angular/src/content/kr/grids_templates/state-persistence.md
index a8b705969c..91e109886d 100644
--- a/docs/angular/src/content/kr/grids_templates/state-persistence.md
+++ b/docs/angular/src/content/kr/grids_templates/state-persistence.md
@@ -128,7 +128,6 @@ public initColumns(column: IgxColumnComponent) {
} -->
-
## API References
@@ -138,7 +137,6 @@ public initColumns(column: IgxColumnComponent) {
## Additional Resources
-
* [@@igComponent overview](@@igMainTopic.md)
* [Paging](paging.md)
diff --git a/docs/angular/src/content/kr/grids_templates/summaries.md b/docs/angular/src/content/kr/grids_templates/summaries.md
index 2032f86fa5..e2cf50adb5 100644
--- a/docs/angular/src/content/kr/grids_templates/summaries.md
+++ b/docs/angular/src/content/kr/grids_templates/summaries.md
@@ -51,7 +51,6 @@ The Angular UI grid in Ignite UI for Angular has a **summaries** feature that fu
}
-
> [!NOTE]
> 열 요약은 **모든 열 값의 함수**이지만 필터링이 적용된 경우에는 열 요약은 **필터링된 결과 값의 함수**가 됩니다
@@ -370,7 +369,6 @@ class MySummary extends IgxNumberSummaryOperand {
}
-
#### 키보드 탐색
@@ -397,7 +395,6 @@ class MySummary extends IgxNumberSummaryOperand {
* [IgxColumnComponent]({environment:angularApiUrl}/classes/igxcolumncomponent.html)
### 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
* [가상화 및 성능](virtualization.md)
@@ -409,7 +406,6 @@ class MySummary extends IgxNumberSummaryOperand {
* [열 크기 조정](column-resizing.md)
* [선택](selection.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/toolbar.md b/docs/angular/src/content/kr/grids_templates/toolbar.md
index af2a850b6f..0526fcab43 100644
--- a/docs/angular/src/content/kr/grids_templates/toolbar.md
+++ b/docs/angular/src/content/kr/grids_templates/toolbar.md
@@ -254,7 +254,7 @@ public toolbarExportingHandler(args) {
iframe-src="{environment:demosBaseUrl}/grid/grid-toolbar-sample-3/" >
-
+
}
@@if (igxName === 'IgxTreeGrid') {
@@ -263,7 +263,7 @@ public toolbarExportingHandler(args) {
iframe-src="{environment:demosBaseUrl}/tree-grid/treegrid-toolbar-2/" >
-
+
}
}
#### 사용자 콘텐츠 템플릿
@@ -298,7 +298,7 @@ public toolbarExportingHandler(args) {
iframe-src="{environment:demosBaseUrl}/grid/grid-toolbar-sample-4/" >
-
+
}
@@if (igxName === 'IgxTreeGrid') {
@@ -307,7 +307,7 @@ public toolbarExportingHandler(args) {
iframe-src="{environment:demosBaseUrl}/tree-grid/treegrid-toolbar-3/" >
-
+
}
@@if (igxName === 'IgxHierarchicalGrid') {
@@ -316,7 +316,7 @@ public toolbarExportingHandler(args) {
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-grid-toolbar-custom/" >
-
+
}
### API 참조
@@ -343,7 +343,6 @@ public toolbarExportingHandler(args) {
### 추가 리소스
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/kr/grids_templates/virtualization.md b/docs/angular/src/content/kr/grids_templates/virtualization.md
index 63bfbf6464..adbbfd897f 100644
--- a/docs/angular/src/content/kr/grids_templates/virtualization.md
+++ b/docs/angular/src/content/kr/grids_templates/virtualization.md
@@ -44,7 +44,6 @@ Ignite UI for Angular에서 [@@igxName]({environment:angularApiUrl}/classes/@@ig
iframe-src="{environment:demosBaseUrl}/hierarchical-grid/hierarchical-grid-lod/" >
-
}
### 가상화 활성화
@@ -166,7 +165,6 @@ public processData() {
iframe-src="{environment:demosBaseUrl}/tree-grid/treegrid-remote-filtering/" >
-
원격 데이터를 요청할 때 필터링 작업은 대소문자를 구분합니다.
}
@@ -181,7 +179,6 @@ public processData() {
렌더링하기 전에 컨테이너 및 항목의 크기에 대한 정보가 없는 경우에 @@igComponent에 임의의 위치로 스크롤하면 스크롤바의 너비 또는 높이를 설정하거나 표시 항목을 결정하는데 오류가 발생합니다. 실제 규격에 대한 추측이 스크롤바의 오작동으로 이어지고 궁극적으로 사용자의 경험을 저하시킵니다. 가상화를 유효화시키기 위해서는 관련 규격을 설정해야 합니다.
-
### API 참조
* [@@igxNameComponent]({environment:angularApiUrl}/classes/@@igTypeDoc.html)
@@ -191,7 +188,6 @@ public processData() {
* [IForOfState]({environment:angularApiUrl}/interfaces/iforofstate.html)
### 추가 리소스
-
* [@@igComponent 개요](@@igMainTopic.md)
* [페이징](paging.md)
@@ -203,7 +199,6 @@ public processData() {
* [열 크기 조정](column-resizing.md)
* [선택](selection.md)
-
커뮤니티는 활동적이고 새로운 아이디어를 항상 환영합니다.
* [Ignite UI for Angular **포럼**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/xplat/src/content/en/components/ai/ai-assisted-development-overview.mdx b/docs/xplat/src/content/en/components/ai/ai-assisted-development-overview.mdx
index 76e80826de..f0edaa4bf2 100644
--- a/docs/xplat/src/content/en/components/ai/ai-assisted-development-overview.mdx
+++ b/docs/xplat/src/content/en/components/ai/ai-assisted-development-overview.mdx
@@ -332,7 +332,6 @@ For configuration details and theming workflows, see [Theming MCP](theming-mcp.m
- [Ignite UI CLI MCP](./cli-mcp.md)
- [Ignite UI Theming MCP](./theming-mcp.md)
-
Our community is active and always welcoming to new ideas.
diff --git a/docs/xplat/src/content/en/components/ai/cli-mcp.mdx b/docs/xplat/src/content/en/components/ai/cli-mcp.mdx
index a22d61a7da..c93f0a272d 100644
--- a/docs/xplat/src/content/en/components/ai/cli-mcp.mdx
+++ b/docs/xplat/src/content/en/components/ai/cli-mcp.mdx
@@ -14,7 +14,7 @@ import PlatformBlock from 'igniteui-astro-components/components/mdx/PlatformBloc
The Ignite UI CLI MCP is a Model Context Protocol (MCP) server that enables AI assistants to scaffold projects, modify existing apps, create and update components, and answer documentation questions for {ProductName} applications. Connect the Ignite UI CLI MCP to your editor, GitHub repository, or desktop AI client and describe what you want - the assistant uses the CLI tools for you.
-
+
## Overview
@@ -450,7 +450,6 @@ Validate that the JSON uses the `mcpServers` structure and that each local serve
- [{ProductName} Skills](./skills.md)
- [Ignite UI Theming MCP](./theming-mcp.md)
-
Our community is active and always welcoming to new ideas.
diff --git a/docs/xplat/src/content/en/components/ai/maker-framework.mdx b/docs/xplat/src/content/en/components/ai/maker-framework.mdx
index 56187d2717..039e251216 100644
--- a/docs/xplat/src/content/en/components/ai/maker-framework.mdx
+++ b/docs/xplat/src/content/en/components/ai/maker-framework.mdx
@@ -228,7 +228,6 @@ The binary cache location can be overridden with the `MAKER_MCP_CACHE` environme
- [Ignite UI CLI MCP](./cli-mcp.md)
- [Ignite UI Theming MCP](./theming-mcp.md)
-
Our community is active and always welcoming to new ideas.
diff --git a/docs/xplat/src/content/en/components/ai/skills.mdx b/docs/xplat/src/content/en/components/ai/skills.mdx
index 81914e05e3..db192a9843 100644
--- a/docs/xplat/src/content/en/components/ai/skills.mdx
+++ b/docs/xplat/src/content/en/components/ai/skills.mdx
@@ -590,7 +590,6 @@ For more information on the Theming MCP, refer to the [Ignite UI Theming MCP](./
## Additional Resources
-
- [Getting Started with {ProductName}](../general-getting-started.md)
@@ -606,7 +605,6 @@ For more information on the Theming MCP, refer to the [Ignite UI Theming MCP](./
- [Ignite UI CLI MCP](./cli-mcp.md)
- [Ignite UI Theming MCP](./theming-mcp.md)
-
Our community is active and always welcoming to new ideas.
- [{ProductName} **Forums**]({ForumsLink})
diff --git a/docs/xplat/src/content/en/components/ai/theming-mcp.mdx b/docs/xplat/src/content/en/components/ai/theming-mcp.mdx
index a0904199a9..a31b2d732c 100644
--- a/docs/xplat/src/content/en/components/ai/theming-mcp.mdx
+++ b/docs/xplat/src/content/en/components/ai/theming-mcp.mdx
@@ -12,7 +12,7 @@ import PlatformBlock from 'igniteui-astro-components/components/mdx/PlatformBloc
The Ignite UI Theming MCP is a Model Context Protocol (MCP) server that enables AI assistants to generate production-ready theming code for Ignite UI applications. MCP is an open standard that lets AI assistants call specialized tools provided by external servers. Connect the Ignite UI Theming MCP to your editor or desktop AI client and describe the theme, palette, or component overrides you want generated.
-
+
## Overview
@@ -428,7 +428,6 @@ Also confirm that `core()` is called before any other theming mixin in your `sty
- [Ignite UI CLI MCP](./cli-mcp.md)
- [MAKER Framework](./maker-framework.md)
-
Our community is active and always welcoming to new ideas.
diff --git a/docs/xplat/src/content/en/components/bullet-graph.mdx b/docs/xplat/src/content/en/components/bullet-graph.mdx
index 3a93db3fef..a289e0b04e 100644
--- a/docs/xplat/src/content/en/components/bullet-graph.mdx
+++ b/docs/xplat/src/content/en/components/bullet-graph.mdx
@@ -25,7 +25,6 @@ The following sample demonstrates how setting multiple properties on the same
The bullet graph supports one scale, one set of tick marks and one set of labels. The bullet graph component also has built-in support for animated transitions. This animation is easily customizable by setting the property.
The features of the bullet graph include configurable orientation and direction, configurable visual elements such as the needle, and more.
@@ -104,7 +103,6 @@ ModuleManager.register(
-
## Usage
@@ -209,7 +207,6 @@ MaximumValue="55" TargetValue="43">
-
## Comparative Measures
The bullet graph can show two measures: performance value and target value.
@@ -1170,11 +1167,8 @@ For your convenience, all above code snippets are combined into one code block b
## API References
-
-
-
-
-
+
+
## Additional Resources
You can find more information about other types of gauges in these topics:
diff --git a/docs/xplat/src/content/en/components/charts/chart-features.mdx b/docs/xplat/src/content/en/components/charts/chart-features.mdx
index 5088ccc718..1c856ceac8 100644
--- a/docs/xplat/src/content/en/components/charts/chart-features.mdx
+++ b/docs/xplat/src/content/en/components/charts/chart-features.mdx
@@ -76,7 +76,6 @@ Use trendlines to identify a trend or find patterns in your data. There are many
## API References
-
-
-
-
+
+
+
diff --git a/docs/xplat/src/content/en/components/charts/chart-overview.mdx b/docs/xplat/src/content/en/components/charts/chart-overview.mdx
index c995bb9618..adff3fccf5 100644
--- a/docs/xplat/src/content/en/components/charts/chart-overview.mdx
+++ b/docs/xplat/src/content/en/components/charts/chart-overview.mdx
@@ -67,7 +67,6 @@ The {Platform} Bar Chart, or Bar Graph is among the most common category chart t
-
### {Platform} Pie Chart
@@ -78,7 +77,6 @@ The {Platform} Pie Chart, or Pie Graph, is a very common part-to-whole chart typ
-
### {Platform} Line Chart
@@ -89,7 +87,6 @@ The {Platform} Line Chart, or Line Graph is a type of category line graph shows
-
### {Platform} Donut Chart
@@ -100,7 +97,6 @@ The {Platform} Donut Chart or Donut Graph, is a variant of a Pie Chart, proporti
-
### {Platform} Area Chart
@@ -111,7 +107,6 @@ The {Platform} Area Chart is rendered using a collection of points connected by
-
### {Platform} Sparkline Chart
@@ -122,7 +117,6 @@ The {Platform} Sparkline Chart, or Sparkline Graph is a type of category graph i
-
### {Platform} Bubble Chart
@@ -133,7 +127,6 @@ The {Platform} Bubble Chart, or Bubble Graph, is used to show data comprising of
-
### {Platform} Financial / Stock Chart
@@ -144,7 +137,6 @@ The {Platform} Financial or Stock Chart, is a composite visualization that rende
-
### {Platform} Column Chart
@@ -155,7 +147,6 @@ The {Platform} Column Chart, or Column Graph is among the most common category c
-
### {Platform} Composite Chart
@@ -166,7 +157,6 @@ The {Platform} Composite Chart, also called a Combo Chart, is visualization that
-
{/* ### {Platform} Gantt Chart
@@ -185,7 +175,6 @@ The {Platform} Polar Area Chart or Polar Graph belongs to a group of polar chart
-
{/* ### {Platform} Pyramid Chart
@@ -200,7 +189,6 @@ The {Platform} Scatter Chart, or Scatter Graph, is used to show the relationship
-
### {Platform} Shape Chart
@@ -211,7 +199,6 @@ The {Platform} Shape Charts is a group of chart that take array of shapes (array
-
### {Platform} Spline Chart
@@ -222,7 +209,6 @@ The {Platform} Spline Chart, or Spline Graph is a type of category line graph sh
-
### {Platform} Step Chart
@@ -233,7 +219,6 @@ The {Platform} Step Chart, or Step Graph, is a category charts that renders a co
-
{/* ### {Platform} Timeline / Time-Series Charts
@@ -248,7 +233,6 @@ The {ProductName} Treemap displays hierarchical (tree-structured) data as a set
-
## {Platform} Charts Key Features
@@ -322,9 +306,6 @@ If you are considering any other {Platform} Charts on the market, here are a few
## API References
-
-
-
-
-
-
+
+
+
diff --git a/docs/xplat/src/content/en/components/charts/features/chart-animations.mdx b/docs/xplat/src/content/en/components/charts/features/chart-animations.mdx
index 7373703061..66380be02f 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-animations.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-animations.mdx
@@ -22,10 +22,6 @@ The following example depicts a [Line Chart](../types/line-chart.md) with an ani
-
-
-
-
## Additional Resources
You can find more information about related chart features in these topics:
@@ -36,5 +32,4 @@ You can find more information about related chart features in these topics:
## API References
-
-
+
diff --git a/docs/xplat/src/content/en/components/charts/features/chart-annotations.mdx b/docs/xplat/src/content/en/components/charts/features/chart-annotations.mdx
index 0d79eaa0c7..6193f2d7ee 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-annotations.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-annotations.mdx
@@ -23,7 +23,6 @@ The following example demonstrates the annotation layers that are available on t
-
Like this sample? Get access to our complete {Platform} toolkit and start building your own apps in minutes. Download it for free.
@@ -49,7 +48,6 @@ The following example shows how to configure the crosshair layer but targeting a
-
## {Platform} Final Value Layer
@@ -70,7 +68,6 @@ The following example demonstrates how to style the final value layer annotation
-
@@ -130,7 +127,6 @@ The following example demonstrates how to style the callout layer annotations by
-
@@ -205,6 +201,4 @@ The following example demonstrates how to style the data chart as a timeline wit
## API References
-
-
-
+
diff --git a/docs/xplat/src/content/en/components/charts/features/chart-data-aggregations.mdx b/docs/xplat/src/content/en/components/charts/features/chart-data-aggregations.mdx
index 7a84708216..51856d9cc4 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-data-aggregations.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-data-aggregations.mdx
@@ -64,5 +64,4 @@ Note, the abbreviated functions found within the dropdowns for
+
diff --git a/docs/xplat/src/content/en/components/charts/features/chart-data-filtering.mdx b/docs/xplat/src/content/en/components/charts/features/chart-data-filtering.mdx
index fcda1f9efa..7edfcdb458 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-data-filtering.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-data-filtering.mdx
@@ -27,7 +27,6 @@ The following example depicts a [Column Chart](../types/column-chart.md) of annu
-
The property is a string that requires the following syntax in order to filter properly. The value requires sets of parentheses that include both the filter expression definition, column and value associated with the record(s) filtering in.
@@ -50,5 +49,4 @@ You can find more information about related chart features in these topics:
## API References
-
-
+
diff --git a/docs/xplat/src/content/en/components/charts/features/chart-data-legend.mdx b/docs/xplat/src/content/en/components/charts/features/chart-data-legend.mdx
index 15b3577f4e..6feec1e9de 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-data-legend.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-data-legend.mdx
@@ -171,7 +171,4 @@ Some of the events exposes a
+
diff --git a/docs/xplat/src/content/en/components/charts/features/chart-data-tooltip.mdx b/docs/xplat/src/content/en/components/charts/features/chart-data-tooltip.mdx
index 4ae0ccfda9..2c971071fd 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-data-tooltip.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-data-tooltip.mdx
@@ -154,9 +154,7 @@ Several properties are exposed including grouping portions of the tooltip.
## API References
-
-
-
-
-
-
+
+
+
+
diff --git a/docs/xplat/src/content/en/components/charts/features/chart-highlighting.mdx b/docs/xplat/src/content/en/components/charts/features/chart-highlighting.mdx
index e1296bf661..2560598b4e 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-highlighting.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-highlighting.mdx
@@ -17,7 +17,6 @@ The following example demonstrates the different highlighting options that are a
-
# {Platform} Chart Highlighting Modes & Behaviors
@@ -68,7 +67,6 @@ You can find more information about related chart features in these topics:
## API References
-
-
-
-
+
+
+
diff --git a/docs/xplat/src/content/en/components/charts/features/chart-markers.mdx b/docs/xplat/src/content/en/components/charts/features/chart-markers.mdx
index a6e82c5d6a..2ac25b06e4 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-markers.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-markers.mdx
@@ -25,7 +25,6 @@ The colors of the markers are also managed by setting the
-
## {Platform} Chart Marker Templates
@@ -36,7 +35,6 @@ In addition to marker properties, you can implement your own marker by setting a
-
## Additional Resources
@@ -47,5 +45,4 @@ You can find more information about related chart features in these topics:
## API References
-
-
+
diff --git a/docs/xplat/src/content/en/components/charts/features/chart-navigation.mdx b/docs/xplat/src/content/en/components/charts/features/chart-navigation.mdx
index a6d9dfaf9a..800484ef37 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-navigation.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-navigation.mdx
@@ -23,7 +23,6 @@ The following example shows all of the available panning and zooming options tha
-
Like this sample? Get access to our complete {Platform} toolkit and start building your own apps in minutes. Download it for free.
@@ -69,7 +68,6 @@ The following example demonstrates enabling scrollbars.
-
## Chart Navigation through Code
@@ -94,7 +92,6 @@ You can find more information about related chart features in these topics:
## API References
-
-
-
-
+
+
+
diff --git a/docs/xplat/src/content/en/components/charts/features/chart-overlays.mdx b/docs/xplat/src/content/en/components/charts/features/chart-overlays.mdx
index 5a09e9a411..ef52c64050 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-overlays.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-overlays.mdx
@@ -24,7 +24,6 @@ The following example depicts a [Column Chart](../types/column-chart.md) with a
-
## {Platform} Value Overlay Properties
@@ -61,7 +60,6 @@ The following sample demonstrates usage of the different
-
## {Platform} Financial Overlays
@@ -81,7 +79,6 @@ For example, you can use , , and .
-
@@ -142,10 +139,9 @@ You can find more information about related chart types in these topics:
## API References
-
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/docs/xplat/src/content/en/components/charts/features/chart-performance.mdx b/docs/xplat/src/content/en/components/charts/features/chart-performance.mdx
index 4d8eca0266..ebea1b1585 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-performance.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-performance.mdx
@@ -29,7 +29,6 @@ In High-Frequency scenario, the {Platform} Charts can render data items that are
-
## {Platform} Chart with High-Volume
@@ -38,7 +37,6 @@ In High-Volume scenario, the {Platform} Charts can render 1 million of data poin
-
## General Performance Guidelines
@@ -710,7 +708,6 @@ You can find more information about related chart types in these topics:
## API References
-
-
-
-
+
+
+
diff --git a/docs/xplat/src/content/en/components/charts/features/chart-synchronization.mdx b/docs/xplat/src/content/en/components/charts/features/chart-synchronization.mdx
index 440b094716..99e362bf9a 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-synchronization.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-synchronization.mdx
@@ -20,7 +20,6 @@ This sample shows synchronization of two {Platform} data charts:
-
## Chart Synchronization Properties
@@ -32,5 +31,4 @@ Note that in order to synchronize either vertically and/or horizontally, you wil
## API References
-
-
+
diff --git a/docs/xplat/src/content/en/components/charts/features/chart-tooltips.mdx b/docs/xplat/src/content/en/components/charts/features/chart-tooltips.mdx
index 03755234ae..5e2e095ad8 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-tooltips.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-tooltips.mdx
@@ -23,7 +23,6 @@ In {Platform} charts, tooltips provide details about bound data and they are ren
-
The property is configurable and can be set to one of the following options:
@@ -34,7 +33,6 @@ The Tooltip | Display a tooltip for each data item in the category that the pointer is positioned over. |
| Tooltip | Display a grouped tooltip for all data points in the category that the pointer is positioned over. |
-
## {Platform} Chart Tooltip Template
@@ -47,7 +45,6 @@ This example shows how to create custom tooltips for all series in {Platform}
-
## Custom Tooltips in Data Chart
@@ -57,7 +54,6 @@ This example shows how to create custom tooltips for each series in {Platform} D
-
## Additional Resources
@@ -68,8 +64,7 @@ You can find more information about related chart features in these topics:
## API References
-
-
-
-
-
+
+
+
+
diff --git a/docs/xplat/src/content/en/components/charts/features/chart-trendlines.mdx b/docs/xplat/src/content/en/components/charts/features/chart-trendlines.mdx
index 69d3aeb511..c363cc1c1b 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-trendlines.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-trendlines.mdx
@@ -26,7 +26,6 @@ The following sample depicts a sh
-
## {Platform} Chart Trendlines Dash Array Example
@@ -36,7 +35,6 @@ The following sample depicts a showing
-
## {Platform} Chart Trendline Layer
@@ -73,8 +71,7 @@ You can find more information about related chart features in these topics:
## API References
-
-
-
-
-
+
+
+
+
diff --git a/docs/xplat/src/content/en/components/charts/features/chart-user-annotations.mdx b/docs/xplat/src/content/en/components/charts/features/chart-user-annotations.mdx
index 749e1cd877..5a8fdc0825 100644
--- a/docs/xplat/src/content/en/components/charts/features/chart-user-annotations.mdx
+++ b/docs/xplat/src/content/en/components/charts/features/chart-user-annotations.mdx
@@ -79,15 +79,12 @@ The tooltip is designed to work in tandem with the `UserAnnotationInformationReq
## API References
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
## Additional Resources
You can find more information about related chart features in these topics:
diff --git a/docs/xplat/src/content/en/components/charts/types/bar-chart.mdx b/docs/xplat/src/content/en/components/charts/types/bar-chart.mdx
index 22173b8cc9..98906e0c18 100644
--- a/docs/xplat/src/content/en/components/charts/types/bar-chart.mdx
+++ b/docs/xplat/src/content/en/components/charts/types/bar-chart.mdx
@@ -10,24 +10,16 @@ import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
# {Platform} Bar Chart
-
The {ProductName} Bar Chart, Bar Graph, or Horizontal Bar Chart, is among the most common category chart types used to quickly compare frequency, count, total, or average of data in different categories with data encoded by horizontal bars with equal heights but different lengths. This chart is ideal for showing variations in the value of an item over time. Data is represented using a collection of rectangles that extend from the left to right of the chart towards the values of data points. Bar Chart is very similar to [Column Chart](column-chart.md) except that Bar Chart renders with 90 degrees clockwise rotation and therefore it has horizontal orientation (left to right) while [Column Chart](column-chart.md) has vertical orientation (up and down)
## {Platform} Bar Chart Example
-
You can create {Platform} Bar Chart in the control by binding your data sources to multiple , as shown in the example below:
-
-
-
-
-
## Bar Chart Recommendations
### Are {Platform} Bar Charts right for your project?
-
{Platform} Bar Chart includes several variants based on your data or how you want to tell the correct story with your data. These include:
- Grouped Bar Chart
@@ -36,7 +28,6 @@ You can create {Platform} Bar Chart in the
## {Platform} Bar Chart with Single Series
-
Bar Chart belongs to a group of Category Series and it is rendered using a collection of rectangles that extend from the left to right of the chart towards the values of data points. You can create this type of chart in the control by binding your data to a , as shown in the example below:
@@ -83,7 +69,6 @@ Bar Chart belongs to a group of Category Series and it is rendered using a colle
-
## {Platform} Bar Chart with Multiple Series
@@ -92,7 +77,6 @@ The Bar Chart is able to render multiple bars per category for comparison purpos
-
## {Platform} Bar Chart Styling
@@ -103,7 +87,6 @@ The Bar Chart can be styled, and allows for the ability to use [annotation value
-
## {Platform} Stacked Bar Chart
@@ -118,7 +101,6 @@ You can create this type of chart in the
## {Platform} Stacked 100% Bar Chart
@@ -131,7 +113,6 @@ You can create this type of chart in the
## Additional Resources
@@ -145,9 +126,8 @@ You can find more information about related chart types in these topics:
## API References
-
-
-
-
-
-
+
+
+
+
+
diff --git a/docs/xplat/src/content/en/components/charts/types/bubble-chart.mdx b/docs/xplat/src/content/en/components/charts/types/bubble-chart.mdx
index 6be82c8707..d06448a51d 100644
--- a/docs/xplat/src/content/en/components/charts/types/bubble-chart.mdx
+++ b/docs/xplat/src/content/en/components/charts/types/bubble-chart.mdx
@@ -10,60 +10,34 @@ import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
# {Platform} Bubble Chart
-
The {ProductName} Bubble Chart is a type of [Scatter Chart](scatter-chart.md) that show markers with variable scaling to represent the relationship among items in several distinct series of data or to plot data items using x and y coordinates. These coordinates of the data point are determined by two numeric data columns. The Bubble Chart draws attention to uneven intervals or clusters of data. This chart is often used to plot scientific data, and can highlight the deviation of collected data from predicted results. The Bubble Chart has many of the characteristics of the [Scatter Marker Chart](scatter-chart.md#{PlatformLower}-scatter-marker-chart) but with the option to have various radius scale sizes.
## {Platform} Bubble Chart Example
-
You can create {ProductName} Bubble Chart in control using the and two numeric axes, as shown in the example below.
-
-
-
-
-
## {Platform} Bubble Chart with Single Series
-
You can bind your data to property of and map data columns using its , , properties, as shown in the example below:
-
-
-
## {Platform} Bubble Chart with Multiple Series
-
In {Platform} Bubble Chart, binding multiple data sources works by setting each new data source to property of a additional , as shown in the example below:
-
-
-
-
-
## {Platform} Bubble Chart Styling
-
In {Platform} Bubble Chart, you can customize shape of bubble markers using property, their size with property, and their appearance using , , properties. In addition, you can also color bubble markers based on a data column using and properties. In this example, usage of above properties is demonstrated.
-
-
-
-
-
## Additional Resources
- [Scatter Chart](scatter-chart.md)
- [Shape Chart](shape-chart.md)
-
## API References
-
-
-
-
-
+
+
+
diff --git a/docs/xplat/src/content/en/components/charts/types/data-pie-chart.mdx b/docs/xplat/src/content/en/components/charts/types/data-pie-chart.mdx
index b29247210a..37093dc8e9 100644
--- a/docs/xplat/src/content/en/components/charts/types/data-pie-chart.mdx
+++ b/docs/xplat/src/content/en/components/charts/types/data-pie-chart.mdx
@@ -11,20 +11,16 @@ import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
# {Platform} Data Pie Chart
-
The {ProductName} Data Pie Chart is a part-to-whole chart that shows how categories (parts) of a data set add up to a total (whole) value. Categories are rendered as sections in a circular, or pie-shaped graph. Each section, or pie slice, has an arc length proportional to its underlying data value. Categories are shown in proportion to other categories based on their value percentage to the total value being analyzed, as parts of 100 or 100%.
## {Platform} Data Pie Chart Example
-
You can create the {Platform} Pie Chart in the by binding your data items with a string and a numeric data value. These data values will add up to a value of 100% of visualization.
-
## {Platform} Data Pie Chart Recommendations
-
Pie Charts are appropriate for small data sets and are easy to read at a glance. Pie charts are just one type of part-to-whole visualization such as Doughnut (Ring) Chart, Funnel Chart, Stacked Area Chart, Stacked Bar Chart, and Treemap.
The {Platform} Data Pie Chart includes interactive features that give the viewer tools to analyze data, like:
@@ -55,7 +51,6 @@ Do Not Use Pie Chart When:
- It would be easier for the viewer to perceive the value difference in a Bar chart.
## {Platform} Data Pie Chart Legend
-
Legends are used to show information about each point, to know about its contribution towards the total sum.
In order to display a legend next to the pie chart an ItemLegend needs to be created and assigned to the property. The ItemLegend will display its items in vertical orientation as a default, but this can be changed by setting its property.
@@ -69,10 +64,8 @@ Below is an example that demonstrates usage of the ItemLegend with the
-
## {Platform} Pie Chart Others Category
-
Sometimes, the underlying data for the pie chart will contain many items with small values. In this case, the Others category will permit automatic aggregation of several data values into a single slice.
The Others category in the has three main, configurable properties - , , and that allow you to configure how the Others slice in the chart is shown. These are each described below:
@@ -84,13 +77,12 @@ To get the underlying data items that are contained within the Others slice in t
By default, the Others slice will be represented by a label of "Others." You can change this by modifying the property of the chart.
### {Platform} Styling the Others Slice
-
You can style the aggregated Others slice separately from other slices by using these properties:
--
+-
Sets the fill (brush) used for the Others slice.
--
+-
Sets the outline (stroke) used for the Others slice.
These properties only affect the Others slice (when it exists). All other slices continue to use the normal palette and item-wise coloring behavior.
@@ -106,10 +98,8 @@ The following sample demonstrates usage of the Others slice in the
-
## {Platform} Data Pie Chart Selection
-
The supports slice selection by mouse click on the slices plotted in the chart. This can be configured by utilizing the and properties of the chart, described below:
The main two options of the are and , which will enable single and multiple selection, respectively.
@@ -135,10 +125,8 @@ The following sample demonstrates the selection feature of the
-
## {Platform} Data Pie Chart Highlighting
-
The supports mouse over highlighting, as well as a highlighting overlay that can be configured by providing a separate data source.
First, the enumerated property determines how a slice will be highlighted. The following are the options of that property and what they do:
@@ -170,10 +158,8 @@ The following example demonstrates highlight filtering.
-
## {Platform} Data Pie Chart Animation
-
The supports animating its slices into view, as well as when a value changes.
You can set the property to **true** to have the pie chart animate into view. The type of animation performed can be configured by setting the enumerated property to the type of animation you would like to see. Additionally, you can also set the property to scale with index, value, normal, or randomized. The duration of this animation can be controlled by the property, which takes a `TimeSpan`.
@@ -184,16 +170,11 @@ The following sample demonstrates the usage of animation in the
-
-
-
## Additional Resources
-
- [Donut Chart](donut-chart.md)
- [Polar Chart](polar-chart.md)
- [Radial Chart](radial-chart.md)
## API References
-
-
+
diff --git a/docs/xplat/src/content/en/components/charts/types/donut-chart.mdx b/docs/xplat/src/content/en/components/charts/types/donut-chart.mdx
index 735b0bcf7d..2c4da5941c 100644
--- a/docs/xplat/src/content/en/components/charts/types/donut-chart.mdx
+++ b/docs/xplat/src/content/en/components/charts/types/donut-chart.mdx
@@ -10,22 +10,16 @@ import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
# {Platform} Donut Chart
-
The {ProductName} Donut Chart is similar to the [Pie Chart](pie-chart.md), proportionally illustrating the occurrences of a variable. The donut chart can display multiple variables in concentric rings, and provides built-in support for visualizing hierarchical data. The rings are capable of being bound to a different data item, or they can share a common data source.
## {Platform} Donut Chart Example
-
You can create Donut Chart using the control by binding your data as shown in the example below.
-
-
-
## {Platform} Donut Chart Recommendations
### Are {Platform} Donut Charts right for your project?
-
Donut Charts are appropriate for small data sets and are easy to read at a glance. Donut charts are just one type of part-to-whole visualization. Others include:
- [Pie](pie-chart.md)
@@ -45,7 +39,6 @@ The {Platform} Donut Chart includes interactive features that give the viewer to
- Chart Animations
### Best Practices for Donut Charts
-
- Using multiple data sets to display your data in a ring display.
- Placing the information such as values or labels, within the hole of the donut for quick explanation of data.
- Comparing slices or segments as percentage values in proportion to a total value or whole.
@@ -54,7 +47,6 @@ The {Platform} Donut Chart includes interactive features that give the viewer to
- Ensuring the color palette is distinguishable for segments/slices of the parts.
### When not to use a Donut Chart
-
- Comparing change over time —use a [Bar](bar-chart.md), [Line](line-chart.md) or [Area](area-chart.md) chart.
- Requiring precise data comparison —use a [Bar](bar-chart.md), [Line](line-chart.md) or [Area](area-chart.md) chart.
- You have more than 6 or 8 segments (high data volume) — consider a [Bar](bar-chart.md), [Line](line-chart.md) or [Area](area-chart.md) chart if it works for your data story.
@@ -62,29 +54,17 @@ The {Platform} Donut Chart includes interactive features that give the viewer to
- You have negative data, as this can not be represented in a donut chart.
## {Platform} Donut Chart - Slice Selection
-
The {Platform} Donut Chart has the ability to select slices on click. Optionally, you may apply a single custom visual style to the selected slices. The `SliceClick` event is raised when the user clicks on a slice. Enabling slice selection allows you to modify the slice's selection upon click. The following sample demonstrates how to enable slice selection and set the selected slice color to gray.
-
-
-
-
-
## {Platform} Donut Chart - Multiple Rings
-
It is possible to have a multiple ring display in the {Platform} Donut Chart, with each of the rings capable of being bound to a different data item, or they can share a common data source. This can be helpful if you need to display your data as tiers that have an underlying common category, such as the season to month data display below:
-
-
-
-
## Additional Resources
-
You can find more information about related chart types in these topics:
- [Pie Chart](pie-chart.md)
@@ -93,5 +73,4 @@ You can find more information about related chart types in these topics:
## API References
-
-
+
diff --git a/docs/xplat/src/content/en/components/charts/types/network-chart.mdx b/docs/xplat/src/content/en/components/charts/types/network-chart.mdx
index fd638d60df..39c7dc34e8 100644
--- a/docs/xplat/src/content/en/components/charts/types/network-chart.mdx
+++ b/docs/xplat/src/content/en/components/charts/types/network-chart.mdx
@@ -10,33 +10,20 @@ import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
# {Platform} Network Chart
-
The {ProductName} Network Chart, also called Network Graph or Polyline Chart, visualizes complex relationships between a large amount of elements. This visualization displays undirected and directed graph structures. It also shows relationships between entities that are displayed as round nodes and lines show the relationships between them.
The following sections provide examples of various types of Network Charts.
## {Platform} Network Polar Chart
-
This example demonstrates how to create Network Polar Chart using (for rendering node markers) and (for rendering node connections) in the control.
-
-
-
-
-
## {Platform} Network Scatter Chart
-
This example shows how to create Network Scatter Chart using (for rendering node markers) and (for rendering node connections) in the control.
-
-
-
-
-
## Additional Resources
- [Bubble Chart](bubble-chart.md)
@@ -45,14 +32,13 @@ This example shows how to create Network Scatter Chart using
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/xplat/src/content/en/components/charts/types/pie-chart.mdx b/docs/xplat/src/content/en/components/charts/types/pie-chart.mdx
index b193d319a7..09dfd3339d 100644
--- a/docs/xplat/src/content/en/components/charts/types/pie-chart.mdx
+++ b/docs/xplat/src/content/en/components/charts/types/pie-chart.mdx
@@ -10,22 +10,14 @@ import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
# {Platform} Pie Chart
-
The {ProductName} Pie Chart, or Pie Graph, is a part-to-whole chart that shows how categories (parts) of a data set add up to a total (whole) value. Categories are rendered as sections in a circular, or pie-shaped graph. Each section, or pie slice, has an arc length proportional to its underlying data value. Categories are shown in proportion to other categories based on their value percentage to the total value being analyzed, as parts of 100 or 100%.
## {Platform} Pie Chart Example
-
You can create the {Platform} Pie Chart in the by binding your data items with a string and a numeric data value. These data values will add up to a value of 100% of visualization. In this case, the example shows the overall breakdown of budget spend by department.
-
-
-
-
-
## {Platform} Pie Chart Recommendations
-
Pie Charts are appropriate for small data sets and are easy to read at a glance. Pie charts are just one type of part-to-whole visualization. Others include:
- Pie
@@ -66,7 +58,6 @@ Do Not Use Pie Chart When:
- It would be easier for the viewer to perceive the value difference in a Bar chart.
## {Platform} Pie Chart Legend
-
Legends are used to show information about each point, to know about its contribution towards the total sum. You can collapse the point using legend click.
In order to display a legend next to the pie chart an ItemLegend needs to be created and assigned to the property. The can then be used to specify which property on your data model it will use to display inside the legend for each pie slice.
@@ -78,10 +69,8 @@ Additionally you can use the
## {Platform} Pie Chart Others Category
-
Sometimes, the underlying data for the pie chart will contain many items with small values. In this case, the Others category will permit automatic aggregation of several data values into a single slice
In the sample below, the is set to 2, and is set to Number. Therefore, items with value less than or equal to 2 will be assigned to the "Others" category.
@@ -93,10 +82,8 @@ If you set
## {Platform} Pie Chart Explosion
-
The pie chart supports explosion of individual pie slices as well as a `SliceClick` event that allows you to modify selection states and implement custom logic
@@ -104,7 +91,6 @@ The pie chart supports explosion of individual pie slices as well as a `SliceCli
-
## {Platform} Pie Chart Selection
The pie chart supports slice selection by mouse click as the default behavior. You can determine the selected slices by using the property. The selected slices are then highlighted.
@@ -132,10 +118,8 @@ For scenarios where you click on the Others slice, the pie chart will return an
-
## {Platform} Pie Chart Animation
-
You can animate the pie chart smoothly by setting the `radiusFactor` property, which will scale the chart's radius. Also set the `startAngle` property to angle the chart such that it keep increasing the chart angle while rotating.
In the code below, the radiusFactor is increasing the chart by 0.25% of the size, and startAngle is rotating the chart by 1 degree. When radiusFactor and startAngle reached to its maximum limit the animation is stopped by reset the animation flag and clear the interval.
@@ -145,37 +129,22 @@ In the code below, the radiusFactor is increasing the chart by 0.25% of the size
-
## {Platform} Pie Chart Styling
-
Once our pie chart is created, we may want to make some further styling customizations such as a change of the colors for the slices of the chart, as demonstrated below:
-
-
-
-
-
## {Platform} Radial Pie Chart
-
The Radial Pie Chart belongs to a group of Radial Charts and uses belongs to a group of radial charts and uses pie slices that extend from the center of chart towards locations of data points. This chart type takes concepts of categorizing multiple series of data points and wraps them around a circular axis rather than stretching data points along a horizontal line.
-
-
-
-
-
## Additional Resources
- [Donut Chart](donut-chart.md)
- [Polar Chart](polar-chart.md)
- [Radial Chart](radial-chart.md)
-
## API References
-
-
+
diff --git a/docs/xplat/src/content/en/components/charts/types/point-chart.mdx b/docs/xplat/src/content/en/components/charts/types/point-chart.mdx
index 43c498e506..77669c297c 100644
--- a/docs/xplat/src/content/en/components/charts/types/point-chart.mdx
+++ b/docs/xplat/src/content/en/components/charts/types/point-chart.mdx
@@ -10,55 +10,30 @@ import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
# {Platform} Point Chart
-
The {ProductName} Point Chart renders a collection of points. Values are represented on the y-axis (labels on the left side) and categories are displayed on the x-axis (bottom labels). These charts emphasize the amount of change over a period of time or compare multiple items as well as the relationship of parts of a whole by displaying the total of the plotted values.
## {Platform} Point Chart Example
-
You can create the {Platform} Point Chart in the control by binding your data to property and setting property to **Point** enum, as shown in the example below.
-
-
-
-
-
## {Platform} Point Chart with Single Series
-
In the following example, the {Platform} Point Chart plots a single data source by automatically selecting numeric data column for y-axis and non-numeric data column for x-axis.
-
-
-
-
-
## {Platform} Point Chart with Multiple Series
-
Since the {Platform} Point Chart allows you to combine multiple series and compare or see how they change over time, let's see how easy it is to achieve this. All we need to do is bind to a data source containing the data for China and the USA, and the point chart will automatically update to fit the additional data.
-
-
-
-
## {Platform} Point Chart Styling
-
Once the {Platform} Point Chart is set up, we may want to make some further styling customizations such as change the markers and its outlines, brushes and thickness.
-
-
-
-
-
## Advanced Types of Point Charts
-
You can create more advanced types of {Platform} Point Charts using the control instead of control by following these topics:
- [Scatter Bubble Chart](bubble-chart.md)
@@ -75,6 +50,5 @@ You can find more information about related chart features in these topics:
## API References
-
-
-
+
+
diff --git a/docs/xplat/src/content/en/components/charts/types/polar-chart.mdx b/docs/xplat/src/content/en/components/charts/types/polar-chart.mdx
index e595ebe9fa..07f547b758 100644
--- a/docs/xplat/src/content/en/components/charts/types/polar-chart.mdx
+++ b/docs/xplat/src/content/en/components/charts/types/polar-chart.mdx
@@ -10,22 +10,14 @@ import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
# {Platform} Polar Chart
-
The {ProductName} Polar Chart uses the polar coordinate system (angle, radius) instead of the Cartesian coordinate system (x, y) to plot data in chart. In other words, Polar Chart takes concepts of [Scatter Series](scatter-chart.md) and wrap them around a circle rather than stretching data points horizontally. It is often used to plot scientific data (e.g. wind direction and speed, direction, and strength of magnetic field, location of objects in solar system), and can highlight the deviation of collected data from predicted results.
## {Platform} Polar Area Chart
-
The Polar Area Chart renders using a collection of polygons connecting data points and it uses the same concepts of data plotting as the [Category Area Chart](area-chart.md#{PlatformLower}-area-chart-example) with the difference that the visualization wraps data points around a circle rather than stretching them horizontally. You can create this type of chart in the control by binding your data to a , as shown in the example below:
-
-
-
-
-
## {Platform} Polar Spline Area Chart
-
The Polar Spline Area Chart renders also as a collection of polygons but they have curved splines connecting data points instead of straight lines like [Polar Area Chart](polar-chart.md#{PlatformLower}-polar-area-chart) does. You can create this type of chart in the control by binding your data to a , as shown in the example below:
@@ -33,32 +25,18 @@ The Polar Spline Area Chart renders also as a collection of polygons but they ha
-
## {Platform} Polar Marker Chart
-
The Polar Marker Chart renders using a collection of markers representing data points in polar (angle/radius) coordinate system. This chart uses the same concepts of data plotting as the [Scatter Marker Chart](scatter-chart.md#{PlatformLower}-scatter-marker-chart) with the difference that the visualization wraps data points around a circle rather than stretching them horizontally. You can create this type of chart in the control by binding your data to a , as shown in the example below:
-
-
-
-
-
## {Platform} Polar Line Chart
-
The Polar Line Chart renders using a collection of straight lines connecting data points in polar (angle/radius) coordinate system. This chart uses the same concepts of data plotting as the [Scatter Line Chart](scatter-chart.md#{PlatformLower}-scatter-line-chart) with the difference that the visualization wraps data points around a circle rather than stretching them horizontally. You can create this type of chart in the control by binding your data to a , as shown in the example below:
-
-
-
-
-
## {Platform} Polar Spline Chart
-
The Polar Spline Chart renders using a collection of curved splines connecting data points in polar (angle/radius) coordinate system. This Chart uses the same concepts of data plotting as the [Scatter Spline Chart](scatter-chart.md#{PlatformLower}-scatter-spline-chart) with the difference that the visualization wraps data points around a circle rather than stretching them horizontally. You can create this type of chart in the control by binding your data to a , as shown in the example below:
@@ -66,10 +44,8 @@ The Polar Spline Chart renders using a collection of curved splines connecting d
-
## {Platform} Polar Chart Styling
-
Once our polar chart is created, we may want to make some further styling customizations such as a change of the line colors, marker types, or outline colors of those markers. You can create this type of chart in the control by binding your data to a , as shown in the example below:
@@ -77,10 +53,8 @@ Once our polar chart is created, we may want to make some further styling custom
-
## Additional Resources
-
You can find more information about related chart types in these topics:
- [Area Chart](area-chart.md)
@@ -93,12 +67,11 @@ You can find more information about related chart types in these topics:
## API References
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/docs/xplat/src/content/en/components/charts/types/shape-chart.mdx b/docs/xplat/src/content/en/components/charts/types/shape-chart.mdx
index dae63a99ad..c09a0f2857 100644
--- a/docs/xplat/src/content/en/components/charts/types/shape-chart.mdx
+++ b/docs/xplat/src/content/en/components/charts/types/shape-chart.mdx
@@ -21,11 +21,6 @@ You can create this type of chart in the
-
-
-
-
-
## {Platform} Scatter Polyline Chart
The {Platform} Scatter Polyline Chart renders an array or array of arrays of polylines in the Cartesian (x, y) coordinate system using in the control. This chart can be used to outlines of plot diagrams, blueprints, or even the floor plan of buildings. Also, it can visualizes complex relationships between a large amount of elements.
@@ -34,11 +29,6 @@ You can create this type of chart in the
-
-
-
-
-
## Additional Resources
You can find more information about related chart types in these topics:
@@ -47,11 +37,9 @@ You can find more information about related chart types in these topics:
- [Line Chart](line-chart.md)
- [Scatter Chart](scatter-chart.md)
-
## API References
-
-
-
-
-
-
+
+
+
+
+
diff --git a/docs/xplat/src/content/en/components/charts/types/sparkline-chart.mdx b/docs/xplat/src/content/en/components/charts/types/sparkline-chart.mdx
index fe6417634c..c739b0a42c 100644
--- a/docs/xplat/src/content/en/components/charts/types/sparkline-chart.mdx
+++ b/docs/xplat/src/content/en/components/charts/types/sparkline-chart.mdx
@@ -9,7 +9,6 @@ namespace: Infragistics.Controls.Charts
import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
-
# {Platform} Sparkline
The {ProductName} Sparkline is a lightweight charting control. It is intended for rendering within a small-scale layout such as within a grid cell but can also be rendered alone. The has several visual elements and corresponding features that can be configured and customized such as the chart type, markers, ranges, trendlines, unknown value plotting, and tooltips.
@@ -20,45 +19,34 @@ The following example shows all the different types of
-
-
-
-
-
Like this sample? Get access to our complete {Platform} toolkit and start building your own apps in minutes. Download it for free.
## Sparkline Recommendations
### Is the Sparkline chart right for your project?
-
The primary benefit of the Sparkline control compared to other charting controls is that it can render in a limited space such as a grid cell with all its visual elements shown.
The {Platform} Sparkline has the ability to mark the data points with elliptical icons to indicate the highest, lowest, first, last, and negative values. The markers can be customized with a desired shape, color, or image.
### Sparkline Use Cases
-
- You have a compact space to display a chart in.
- You want to show trends in a series of values, such as weekly revenue.
### Sparkline Best Practices
-
- Always start the Y-Axis (left or right axis) at 0 so data comparison is accurate.
- Order time-series data from left to right.
- Use visual attributes like solid lines to show a series of data.
### When Not to Use Sparkline
-
- You need to analyze the data in detail.
- You need to display every label of the data points. It only allows showing high and low values on the Y-Axis, and first and last values on the X-Axis.
### Sparkline Data Structure
-
- It requires one-dimensional data.
- The data set must contain at least two numeric fields.
- The text in the data source fields can be used to display the first and last label on the X-Axis.
## Sparkline Types
-
The {Platform} Sparkline supports the following types of sparklines by setting the property accordingly:
- : Displays the line chart type of Sparkline with numeric data, connecting the data points with line segments. At least two data points must be supplied to visualize the data in Sparkline.
@@ -68,11 +56,6 @@ The {Platform} Sparkline supports the following types of sparklines by setting t
-
-
-
-
-
## Markers
The {Platform} Sparkline allows you to show markers as circular-colored icons on your series to indicate the individual data points based on X/Y coordinates. Markers can be set on sparklines of display types of , , and . The type of sparkline does not currently accept markers. By default, markers are not displayed, but they can be enabled by setting the corresponding marker visibility property.
@@ -90,10 +73,6 @@ All of the markers mentioned above can be customized using the related marker ty
-
-
-
-
## Normal Range
The normal range feature of the {Platform} Sparkline is a horizontal stripe representing some pre-defined meaningful range when the data is being visualized. The normal range can be set as a shaded area outlined with the desired color.
@@ -110,10 +89,6 @@ You can also configure whether to show the normal range in front of or behind th
-
-
-
-
## Trendlines
The {Platform} Sparkline has support for a range of trendlines that display as another layer on top of the actual sparkline layer. To display a sparkline, you can use the property.
@@ -126,10 +101,6 @@ The sample below shows all the available trendlines via the dropdown:
-
-
-
-
## Unknown Value Interpolation
The {Platform} Sparkline can detect unknown values and render the space for unknown values through a specified interpolation algorithm. If your data contains null values and you do not use this feature, meaning no interpolation is specified, the unknown value will not be plotted.
@@ -138,19 +109,12 @@ To plot the unknown values, you can set the
-
-
-
-
-
## Sparkline in Data Grid
You can embed the {Platform} Sparkline in a template column of data grid or other UI controls that support templates. The following code example shows how to do this:
-
-
## Additional Resources
You can find more information about related chart types in these topics:
@@ -161,5 +125,4 @@ You can find more information about related chart types in these topics:
## API References
-
-
+
diff --git a/docs/xplat/src/content/en/components/charts/types/stacked-chart.mdx b/docs/xplat/src/content/en/components/charts/types/stacked-chart.mdx
index 81f6daa1ef..f0d01475dc 100644
--- a/docs/xplat/src/content/en/components/charts/types/stacked-chart.mdx
+++ b/docs/xplat/src/content/en/components/charts/types/stacked-chart.mdx
@@ -19,11 +19,6 @@ The following example, you can use the drop-down to switch between all of the di
-
-
-
-
-
The following sections demonstrate individual types of {ProductName} Stacked Charts.
## {Platform} Stacked Area Chart
@@ -34,12 +29,6 @@ You can create this type of chart in the
-
-
-
-
-
-
## {Platform} Stacked 100 Area Chart
Sometimes the series represent part of a whole being changed over time e.g. a country's energy consumption related to the sources from which it is produced. In such cases representing all stacked elements equally may be a better idea.
@@ -47,12 +36,6 @@ You can create this type of chart in the
-
-
-
-
-
-
## {Platform} Stacked Bar Chart
A Stacked Bar Chart, or Stacked Bar Graph, is a type of category chart that is used to compare the composition of different categories of data by displaying different sized fragments in the horizontal bars of the chart. The length of each bar, or stack of fragments, is proportionate to its overall value.
@@ -63,12 +46,6 @@ In this example of an Stacked Bar Chart, we have a Numeric X Axis (bottom labels
-
-
-
-
-
-
## {Platform} Stacked 100% Bar Chart
The {Platform} Stacked 100% Bar Chart is identical to the {Platform} stacked bar chart in all aspects except in their treatment of the values on X-Axis (bottom labels of the chart). Instead of presenting a direct representation of the data, the stacked 100% bar chart presents the data in terms of percent of the sum of all values in a data point.
@@ -77,12 +54,6 @@ In this example of a Stacked 100% Bar Chart, the Energy Product values are shown
-
-
-
-
-
-
## {Platform} Stacked Column Chart
The Stacked Column Chart is identical to the [Column Chart](column-chart.md) in all aspects, except the series are represented on top of one another rather than to the side. The Stacked Column Chart is used to show comparing results between series. Each stacked fragment in the collection represents one visual element in each stack. Each stack can contain both positive and negative values. All positive values are grouped on the positive side of the Y-Axis, and all negative values are grouped on the negative side of the Y-Axis. The Stacked Column Chart uses the same concepts of data plotting as the Stacked Bar Chart but data points are stacked along vertical line (Y-Axis) rather than along horizontal line (X-Axis).
@@ -91,12 +62,6 @@ You can create this type of chart in the
-
-
-
-
-
-
## {Platform} Stacked 100% Column Chart
The Stacked 100% Column Chart is identical to the Stacked Column Chart in all aspects except in their treatment of the values on Y-Axis. Instead of presenting a direct representation of the data, the Stacked 100% Column Chart presents the data in terms of percent of the sum of all values in a data point.
@@ -105,24 +70,12 @@ The example below shows a study made for online shopping traffic by departments
-
-
-
-
-
-
## {Platform} Stacked Line Chart
The Stacked Line Chart is often used to show the change of value over time such as the amount of renewable electricity produced for several years between regions. You can create this type of chart in the control by binding your data to a , as shown in the example below:
-
-
-
-
-
-
## {Platform} Stacked 100% Line Chart
The Stacked 100% Line Chart is identical to the Stacked Line Chart in all aspects except in their treatment of the values on y-axis. Instead of presenting a direct representation of the data, the Stacked 100% Line Chart presents the data in terms of percent of the sum of all values in a data point. The example below shows a study made for online shopping traffic by departments via tablet, phone and personal computers.
@@ -131,12 +84,6 @@ You can create this type of chart in the
-
-
-
-
-
-
## {Platform} Stacked Spline Area Chart
Stacked Spline Area Charts are rendered using a collection of points connected by curved spline segments, with the area below the curved spline fill in and stacked on top of each other. Stacked Spline Area Charts follow all of the same requirements as [Area Chart](area-chart.md), with the only difference being that the visually shaded areas are stacked on top of each other.
@@ -145,12 +92,6 @@ You can create this type of chart in the
-
-
-
-
-
-
## {Platform} Stacked 100% Spline Area Chart
The Stacked 100% Spline Area Chart is identical to the Stacked Spline Area Chart in all aspects except for the treatment of the values on the y-axis. Instead of presenting a direct representation of the data, the Stacked 100% Spline Area Chart presents the data in terms of a percent of the sum of all values in a particular data point. Sometimes the chart represents part of a whole being changed over time. For example, a country's energy consumption related to the sources from which it is produced. In such cases, representing all stacked elements equally may be a better idea.
@@ -159,24 +100,12 @@ You can create this type of chart in the
-
-
-
-
-
-
## {Platform} Stacked Spline Chart
The Stacked Spline Chart is often used to show the change of value over time such as the amount of renewable electricity produced for several years between regions. You can create this type of chart in the control by binding your data to a , as shown in the example below.
-
-
-
-
-
-
## {Platform} Stacked 100% Spline Chart
The Stacked 100% Spline Chart is identical to the Stacked Spline Chart in all aspects except in their treatment of the values on y-axis. Instead of presenting a direct representation of the data, the Stacked 100% Spline Chart presents the data in terms of percent of the sum of all values in a data point. The example below shows a study made for online shopping traffic by departments via tablet, phone and personal computers.
@@ -185,14 +114,7 @@ You can create this type of chart in the
-
-
-
-
-
-
## Additional Resources
-
You can find more information about related chart types in these topics:
- [Area Chart](area-chart.md)
@@ -202,9 +124,7 @@ You can find more information about related chart types in these topics:
- [Spline Chart](spline-chart.md)
## API References
-
The following table lists API members mentioned in the above sections:
-
| Chart Type | Control Name | API Members |
| -------------------------|----------------|-------------------------------- |
| Stacked Area | | |
diff --git a/docs/xplat/src/content/en/components/charts/types/step-chart.mdx b/docs/xplat/src/content/en/components/charts/types/step-chart.mdx
index 47e46e892d..0426701608 100644
--- a/docs/xplat/src/content/en/components/charts/types/step-chart.mdx
+++ b/docs/xplat/src/content/en/components/charts/types/step-chart.mdx
@@ -19,11 +19,6 @@ You can create {Platform} Step Area Chart in the
-
-
-
-
-
## {Platform} Step Line Chart
The {Platform} Step Line Chart is very similar to Step Area Chart, except that the area below lines are filled in.
@@ -32,22 +27,12 @@ You can create Step Line Chart in the
-
-
-
-
-
## {Platform} Step Chart Styling
If you need Step Charts with more features such as composite other series, you can configure the , , , lines' , and lines' properties on the control as demonstrated below.
-
-
-
-
-
## Additional Resources
You can find more information about related chart types in these topics:
@@ -56,7 +41,5 @@ You can find more information about related chart types in these topics:
- [Line Chart](line-chart.md)
- [Chart Markers](../features/chart-markers.md)
-
## API References
-
-
+
diff --git a/docs/xplat/src/content/en/components/charts/types/stock-chart.mdx b/docs/xplat/src/content/en/components/charts/types/stock-chart.mdx
index 7df47a834e..5af251b335 100644
--- a/docs/xplat/src/content/en/components/charts/types/stock-chart.mdx
+++ b/docs/xplat/src/content/en/components/charts/types/stock-chart.mdx
@@ -19,11 +19,6 @@ You can create Stock Chart using the
-
-
-
-
-
## Stock Chart Recommendations
### Are {Platform} Stock Charts right for your project?
@@ -67,33 +62,18 @@ As a Stock Chart is meant to allow the user to perform data analysis functions,
-
-
-
-
-
## {Platform} Stock Chart
In this example the Stock Chart is representing the S&P 500 over the course of a year; useful for investors and conducting technical analysis and forecasting future pricing/reports.
-
-
-
-
-
## {Platform} Stock Chart Styling
If you need a Stock Chart with more features such as composite other series, you can configure the thickness, outlines, brushes, negative outlines, negative brushes as demonstrated below. In this example, the stock chart is comparing revenue between Amazon, Microsoft and Tesla.
-
-
-
-
-
## {Platform} Chart Annotations
The Crosshair Annotation Layer provides crossing lines that meet at the actual value of every targeted series. Crosshair types include: Horizontal, Vertical, and Both. The Crosshairs can also be configured to snap to data points by setting the property to true, otherwise the crosshairs will be interpolated between data points. Annotations can also be enabled to display the crosshair's value along the axis.
@@ -106,11 +86,6 @@ Note: When using the ordinal X axis mode, the CalloutsXMemberPath should point t
-
-
-
-
-
## {Platform} Chart Panes
The following panes are available:
@@ -143,11 +118,6 @@ In this example, the stock chart is plotting revenue for United States.
-
-
-
-
-
## Additional Resources
You can find more information about related chart features in these topics:
@@ -158,7 +128,5 @@ You can find more information about related chart features in these topics:
- [Chart Trendlines](../features/chart-trendlines.md)
- [Chart Performance](../features/chart-performance.md)
-
## API References
-
-
+
diff --git a/docs/xplat/src/content/en/components/charts/types/treemap-chart.mdx b/docs/xplat/src/content/en/components/charts/types/treemap-chart.mdx
index 8592af2907..0400450dbf 100644
--- a/docs/xplat/src/content/en/components/charts/types/treemap-chart.mdx
+++ b/docs/xplat/src/content/en/components/charts/types/treemap-chart.mdx
@@ -19,11 +19,6 @@ In the following example, the demonstrat
-
-
-
-
-
## Treemap Recommendations
### Are {Platform} Treemaps right for your project?
@@ -67,11 +62,6 @@ In the following example, the treemap demonstrates the ability of changing it's
-
-
-
-
-
### Layout Types
The Treemap chart displays the relative weight of data. It uses a variety of algorithms to help it determine how the layout of its data items should occur:
@@ -121,7 +111,6 @@ In the following example, the treemap demonstrates the ability of node highlight
-
## Additional Resources
@@ -132,5 +121,4 @@ You can find more information about related chart types in these topics:
## API References
-
-
+
diff --git a/docs/xplat/src/content/en/components/excel-library-using-cells.mdx b/docs/xplat/src/content/en/components/excel-library-using-cells.mdx
index 3374709ce9..d8e9d60648 100644
--- a/docs/xplat/src/content/en/components/excel-library-using-cells.mdx
+++ b/docs/xplat/src/content/en/components/excel-library-using-cells.mdx
@@ -21,7 +21,6 @@ The objects in an
-
@@ -481,18 +480,17 @@ var cellText = worksheet.Rows[0].Cells[0].GetText();
## API References
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/xplat/src/content/en/components/excel-library-using-tables.mdx b/docs/xplat/src/content/en/components/excel-library-using-tables.mdx
index 9b43a189af..040a03f2f5 100644
--- a/docs/xplat/src/content/en/components/excel-library-using-tables.mdx
+++ b/docs/xplat/src/content/en/components/excel-library-using-tables.mdx
@@ -22,7 +22,6 @@ The Infragistics {Platform} Excel Engine's
## Adding a Table to a Worksheet
Worksheet tables in the Infragistics {Platform} Excel Engine are represented by the object and are added in the worksheet's collection. In order to add a table, you need to invoke the `Add` method on this collection. In this method, you can specify the region in which you would like to add a table, whether or not the table should contain headers, and optionally, specify the table's style as a object.
@@ -182,6 +181,5 @@ table.SortSettings.SortConditions.Add(table.Columns[0], new Infragistics.Documen
## API References
-
-
-
+
+
diff --git a/docs/xplat/src/content/en/components/excel-library-using-workbooks.mdx b/docs/xplat/src/content/en/components/excel-library-using-workbooks.mdx
index a0556e8338..4d8a2c9c29 100644
--- a/docs/xplat/src/content/en/components/excel-library-using-workbooks.mdx
+++ b/docs/xplat/src/content/en/components/excel-library-using-workbooks.mdx
@@ -21,7 +21,6 @@ The Infragistics {Platform} Excel Engine enables you to save data to and load da
-
## Change Default Font
@@ -148,7 +147,6 @@ var protect = workbook.Protection;
## API References
-
-
-
-
+
+
+
diff --git a/docs/xplat/src/content/en/components/excel-library-using-worksheets.mdx b/docs/xplat/src/content/en/components/excel-library-using-worksheets.mdx
index 2b85651069..99275a30d9 100644
--- a/docs/xplat/src/content/en/components/excel-library-using-worksheets.mdx
+++ b/docs/xplat/src/content/en/components/excel-library-using-worksheets.mdx
@@ -21,7 +21,6 @@ The Infragistics {Platform} Excel Engine's
@@ -368,14 +367,13 @@ format.CellFormat.Font.ColorInfo = new WorkbookColorInfo(Core.Graphics.Colors.Re
## API References
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/xplat/src/content/en/components/excel-library-working-with-charts.mdx b/docs/xplat/src/content/en/components/excel-library-working-with-charts.mdx
index 390edffded..4aa9bbbcae 100644
--- a/docs/xplat/src/content/en/components/excel-library-working-with-charts.mdx
+++ b/docs/xplat/src/content/en/components/excel-library-working-with-charts.mdx
@@ -24,7 +24,6 @@ The Infragistics {Platform} Excel Engine's
-
## Usage
In order to add a chart to a worksheet, you must use the method of the worksheet's shapes collection. In this method, you can specify the chart type that you wish to use, the top-left cell, the bottom-right cell, and the percentages of those cells that you wish for the chart to take up.
@@ -57,5 +56,4 @@ chart.SetSourceData("A2:M6", true);
## API References
-
-
+
diff --git a/docs/xplat/src/content/en/components/excel-library-working-with-grids.mdx b/docs/xplat/src/content/en/components/excel-library-working-with-grids.mdx
index 70582540cd..6cf38ee8bb 100644
--- a/docs/xplat/src/content/en/components/excel-library-working-with-grids.mdx
+++ b/docs/xplat/src/content/en/components/excel-library-working-with-grids.mdx
@@ -18,7 +18,6 @@ TODO
-
## Usage
@@ -30,5 +29,4 @@ TODO
## API References
-
-
+
diff --git a/docs/xplat/src/content/en/components/excel-library-working-with-sparklines.mdx b/docs/xplat/src/content/en/components/excel-library-working-with-sparklines.mdx
index e367fe29b4..cd042ae0b4 100644
--- a/docs/xplat/src/content/en/components/excel-library-working-with-sparklines.mdx
+++ b/docs/xplat/src/content/en/components/excel-library-working-with-sparklines.mdx
@@ -21,7 +21,6 @@ The Infragistics {Platform} Excel Library has support for adding sparklines to a
-
## Supported Sparklines
The following is a list of the supported predefined sparkline types.
@@ -56,5 +55,4 @@ sheet1.SparklineGroups.Add(SparklineType.Column, "Sparklines!B1:B1", "Data!A2:A1
## API References
-
-
+
diff --git a/docs/xplat/src/content/en/components/excel-library.mdx b/docs/xplat/src/content/en/components/excel-library.mdx
index e399624e09..8ca4fe79c2 100644
--- a/docs/xplat/src/content/en/components/excel-library.mdx
+++ b/docs/xplat/src/content/en/components/excel-library.mdx
@@ -22,7 +22,6 @@ The Infragistics {Platform} Excel Library allows you to work with spreadsheet da
-
@@ -238,6 +237,5 @@ Modify `angular.json` by setting the `vendorSourceMap` option under architect =>
## API References
-
-
-
+
+
diff --git a/docs/xplat/src/content/en/components/excel-utility.mdx b/docs/xplat/src/content/en/components/excel-utility.mdx
index 4eb6f9c951..b9f084c28a 100644
--- a/docs/xplat/src/content/en/components/excel-utility.mdx
+++ b/docs/xplat/src/content/en/components/excel-utility.mdx
@@ -352,7 +352,6 @@ export class ExcelUtility {
## API References
-
-
-
-
+
+
+
diff --git a/docs/xplat/src/content/en/components/general-changelog-dv-react.mdx b/docs/xplat/src/content/en/components/general-changelog-dv-react.mdx
index 88d181a77f..7fa8282f15 100644
--- a/docs/xplat/src/content/en/components/general-changelog-dv-react.mdx
+++ b/docs/xplat/src/content/en/components/general-changelog-dv-react.mdx
@@ -973,7 +973,6 @@ The following breaking changes were introduced
- Changed `TextChanged` event to `TextValueChanged`.
- Changed `ValueChanged` event to `SelectedValueChanged`.
-
## **{PackageVerChanges-21-2}**
@@ -1014,7 +1013,6 @@ This release introduces a few improvements and simplifications to visual design
| -------------------- | ------------------- |
| #8BDC5C #8B5BB1 #6DB1FF #F8A15F #EE5879 #735656 #F7D262 #8CE7D9 #E051A9 #A8A8B7 | #8BDC5C #8961A9 #6DB1FF #82E9D9 #EA3C63 #735656 #F8CE4F #A8A8B7 #E051A9 #FF903B |
-
### {PackageGrids} (Data Grid)
@@ -1030,7 +1028,6 @@ This release introduces a few improvements and simplifications to visual design
- Changed grid's SummaryScope property's type to SummaryScope from
- Changed GroupHeaderDisplayMode property's type to GroupHeaderDisplayMode from
-
## **{PackageVerChanges-21-1}**
### {PackageCharts} (Charts)
@@ -1095,7 +1092,6 @@ These features are CTP
- Added support for highlighting of the shape series
- Added support for some annotation layers for the shape series
-
### {PackageGrids} (Data Grid)
@@ -1126,7 +1122,6 @@ These features are CTP
- & - Date limits, specifying a range of available selectable dates.
- Added Accessibility
-
## **{PackageVerChangedFields}**
@@ -1193,7 +1188,6 @@ The data grid component requires the "inputs" package.
**npm install --save {PackageInputs}**
```
-
## **{PackageVerChangedImports}**
diff --git a/docs/xplat/src/content/en/components/general-changelog-dv.mdx b/docs/xplat/src/content/en/components/general-changelog-dv.mdx
index ebd5da3abc..f861be13a5 100644
--- a/docs/xplat/src/content/en/components/general-changelog-dv.mdx
+++ b/docs/xplat/src/content/en/components/general-changelog-dv.mdx
@@ -432,7 +432,6 @@ The Chart's [Aggregation](charts/features/chart-data-aggregations.md) will not w
- New , determines the maximum allowed value for the plotted series when using . The gap determines the amount of space between columns or bars of plotted series.
- New , determines the minimum allowed pixel-based value for the plotted series when using to ensure there is always some spacing between each category.
-
## **{PackageVerChanges-21-2}**
@@ -473,7 +472,6 @@ This release introduces a few improvements and simplifications to visual design
| -------------------- | ------------------- |
| #8BDC5C #8B5BB1 #6DB1FF #F8A15F #EE5879 #735656 #F7D262 #8CE7D9 #E051A9 #A8A8B7 | #8BDC5C #8961A9 #6DB1FF #82E9D9 #EA3C63 #735656 #F8CE4F #A8A8B7 #E051A9 #FF903B |
-
## **{PackageVerChanges-21-1}**
### {PackageCharts} (Charts)
@@ -538,7 +536,6 @@ These features are CTP
- Added support for highlighting of the shape series
- Added support for some annotation layers for the shape series
-
## **{PackageVerChangedImports}**
diff --git a/docs/xplat/src/content/en/components/general-how-to-mcp-e2e.mdx b/docs/xplat/src/content/en/components/general-how-to-mcp-e2e.mdx
index 83e703e9d5..ebca556c87 100644
--- a/docs/xplat/src/content/en/components/general-how-to-mcp-e2e.mdx
+++ b/docs/xplat/src/content/en/components/general-how-to-mcp-e2e.mdx
@@ -12,7 +12,7 @@ import PlatformBlock from 'igniteui-astro-components/components/mdx/PlatformBloc
Ignite UI CLI MCP and Ignite UI Theming MCP work together to let an AI assistant scaffold, extend, and theme an {ProductName} application through chat prompts. CLI MCP handles project creation, component work, and documentation questions. Theming MCP handles palettes, themes, tokens, and styling workflows. This topic shows the full process in one clear flow.
[Virtualized Rows and Columns](grid/virtualization.md) so you can load millions of records
@@ -328,16 +328,16 @@ There are multiple options to get access to our award-winning support at Infragi
[Size](grid/size.md) to adjust the height and sizing of the rows
-
+ What is the Pricing for the Infragistics {ProductName} Data Grid?
Our {Platform} components are included as a part of our Ignite UI bundle. A single developer license starts at $1,295 USD for a one-year subscription, including one year of standard support and updates. We also offer discounts for multi-year licenses. Please refer to our Pricing page for more information on pricing.
If you are developing applications on multiple platforms, consider our complete app development package, Infragistics Ultimate, which include desktop platforms like WPF and Windows Forms, plus all modern web toolsets for {Platform}, Web Components, ASP.NET MVC and ASP.NET Core.
-
+ Can I purchase the Infragistics {ProductName} Data Grid control separately?
No, you cannot purchase the {Platform} Data Grid separately. It is part of a the {ProductName} product, which includes dozens of UI controls and components, plus over 60 charts, including {Platform} Financial Charting. If you are interested in other modern web platforms like Angular, ASP.NET MVC, Web Components or ASP.NET Blazor, check out our Ignite UI product bundle, which gives you every web platform for only $100 more on your subscription. That is hundreds of controls, components, and data visualizations for a very low price.
-
+ How do I Install {Platform} and the Infragistics {ProductName} Data Grid control?
To get started with the {Platform} Data Grid, follow the steps in the [getting started guide](../general-getting-started.md). We also maintain a library of sample applications, which are designed to not only inspire but are best practices guides for {Platform} development.
diff --git a/docs/xplat/src/content/en/components/grids/grids.mdx b/docs/xplat/src/content/en/components/grids/grids.mdx
index 52c6cf17c0..04c1014d13 100644
--- a/docs/xplat/src/content/en/components/grids/grids.mdx
+++ b/docs/xplat/src/content/en/components/grids/grids.mdx
@@ -61,15 +61,6 @@ ul#features-list li{
margin-bottom: 15px;
}
-.feature{
- padding: 15px 0;
-}
-
-.feature__details p{
- margin: 0;
- margin-top: 1rem;
-}
-
div#list-features-included{
display: -webkit-box;
display: -ms-flexbox;
@@ -229,7 +220,6 @@ Web Components are a library of web-based APIs that follow existing web standard
In this {Platform} grid example, you can see how users can customize their view of the data by using features and functionality of the grid, such as search and filtering, columns sorting, resizing, pinning and hiding, row grouping, grid summaries, horizontal and vertical, and cell styling which includes embedded in the cell linear progress bar indicator component and sparkline component.
-
@@ -243,12 +233,10 @@ Like this sample? Get access to our complete {Platform} toolkit and start buildi
{Platform} data grids are essential in use cases where high volumes of data must be stored and sorted through quickly. This can include industries such as financial services, banking and insurance, which often use high-volume, high-velocity data. The success of these companies is dependent upon the features, functionality and performance of these data grids. When stock decisions need to be made in microseconds, for example, it’s imperative that the data grid performs with no lag time or flicker.
## {Platform} Data Grid Features
-
The {ProductName} Data Grid is not just for high-volume and real-time data. It is a feature-rich {Platform} grid that gives you capabilities that you would never be able to accomplish with so little code on your own.
This example demonstrates a few of the data grid’s key features:
-
[Virtualized Rows and Columns](data-grid/live-data.md) so you can load millions of records
@@ -270,7 +258,7 @@ This example demonstrates a few of the data grid’s key features:
Full touch support for mobile app development
-
+
### The Fastest {Platform} Data Grid Example
@@ -280,7 +268,6 @@ This example demonstrates a few of the data grid’s key features:
-
### Data Virtualization and Performance
@@ -598,7 +585,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
The {Platform} Data Grid supports a variety of [column types](data-grid/column-types.md), plus a Template Column type and a Sparkline Template type, giving you complete flexibility over the way your data is displayed in the Grid.
-
@@ -612,7 +598,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
There are a number of different [column types](data-grid/column-types.md) available in the {Platform} Data Grid that are specific to different data types that you may be using in your underlying data source. Additionally, there is a Template Column that allows the user complete flexibility over their UI by allowing just about anything to be placed within the cells of that column.
-
@@ -626,7 +611,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
The {ProductName} Data Grid allows the user to utilize a variety of data-type specific [column types](data-grid/column-types.md) to most effectively display their data. If the data is a bit more complex, there is an additional Template Column, allowing the ability to define your own cell content for the display of a particular part of the grid’s data source.
-
@@ -643,7 +627,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
The {Platform} Data Grid supports [column animation](data-grid/column-animation.md) during events like Column Hiding or Column Moving. When Column Animation on the {Platform} Data Grid is set, the corresponding animation will fire for all of the cells in that column.
-
@@ -657,7 +640,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
The {ProductName} Data Grid component possesses the in-built ability to [animate column headers and cells](data-grid/column-animation.md) upon different actions that a user can take. For example, there are a variety of different animations available for column adding, hiding, and moving actions, among others.
-
@@ -671,7 +653,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
[Column animations](data-grid/column-animation.md) are available in the {Platform} Data Grid component for different user actions such as column showing or hiding. Each of the user actions that can be animated has a dedicated animation property that can be set that will fire for the column header as well as all of the cells belonging to the column animated.
-
@@ -687,7 +668,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
The {Platform} Data Grid supports the ability to group, hide, move, pin, filter, and sort columns directly from a UI exposed on each column header. The [column options](data-grid/column-options.md) are on by default for every column, via the Kebab menu on column hover.
-
@@ -701,7 +681,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
A Kebab menu is available in the column headers of the {ProductName} Data Grid that, when clicked, will open the [options dialog](data-grid/column-options.md) for that column. This dialog gives users the ability to group, sort, hide, move, pin, and filter the owning column for that dialog.
-
@@ -715,7 +694,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
Each column in the {Platform} Data Grid can be sorted, grouped, hidden, moved, and pinned from the same place – the [column options dialog](data-grid/column-options.md). Each of the column headers of the grid show a Kebab menu on mouse-hover that when clicked, will show this dialog.
-
@@ -731,7 +709,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
The {Platform} Data Grid lets you [group rows](data-grid/row-grouping.md) into a ‘sticky header’ Row Group. Like the Group By feature in Microsoft Outlook, your users have an easy way to visually group data based on their own criteria.
-
@@ -745,7 +722,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
The {ProductName} Data Grid gives users the ability to [group rows](data-grid/row-grouping.md) into a “sticky header” Row Group. Users can visualize data items that are alike by grouping them by the columns with the similar data entries in a Microsoft Outlook-style way.
-
@@ -759,7 +735,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
The {Platform} Data Grid component includes the ability to [group columns](data-grid/row-grouping.md), directly inspired by the way groupings are visualized in Microsoft Outlook. It is also possible to group multiple columns in the grid and display them with multiple group headers or combine them all into one.
-
@@ -774,7 +749,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
The {Platform} Data Grid [Paging component](data-grid/row-paging.md) is designed to take in an array of data and output portions of that data as a page, with a simple navigation UI.
-
@@ -795,7 +769,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
The {Platform} Data Grid allows you to [pin rows](data-grid/row-pinning.md) to the top of the Data Grid. When a row is pinned, it will be duplicated at the top of the Data Grid and remain fixed there with a light gray background and its actual (or original) row in the Data Grid will be rendered with low opacity, making it clear to the user this is a special row.
-
@@ -809,7 +782,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
Users can decide to [pin rows](data-grid/row-pinning.md) to the top of the {Platform} Data Grid. When a row has been pinned, it will be copied to the top of the grid and remain locked to that location with a customizable background while the user scrolls vertically. The original, copied row will still be displayed in its original location, but with a lowered opacity.
-
@@ -823,7 +795,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
The {ProductName} Data Grid component has the in-built ability to [pin rows](data-grid/row-pinning.md) to the top of the grid, rendering them just under the headers. These rows will vertically remain there until unpinned while the user vertically scrolls the grid.
-
@@ -839,7 +810,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
The {Platform} Data Grid supports extensive Excel-like [keyboard navigation](data-grid/cell-activation.md). Ensure accessibility compliance and improve usability, enabling Excel-like keyboard navigation in the {Platform} Data Grid, using the up, down, right, left, tab, and Enter keys. You can toggle single or multiple row selection using the mouse or keyboard to select or de-select full rows.
-
@@ -853,7 +823,6 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
The user can use the left, right, up, down, Enter, and tab keys to perform Excel-inspired [keyboard navigation](data-grid/cell-activation.md) in the {Platform} Data Grid. This will improve usability for the end-user of the grid, allowing more accessible navigation and editing throughout the grid.
-
@@ -867,12 +836,11 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
The {Platform} Data Grid component allows users to enable [keyboard navigation](data-grid/cell-activation.md) that behaves just like in Microsoft Excel. Accessibility and usability can be improved with navigation in mind by using the arrow keys as well as the tab and Enter keys on the user’s keyboard.
-
## {Platform} Grid Features
-
+
@@ -967,7 +935,7 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
-
+
@@ -980,15 +948,13 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
-
+
{ProductName} Supported Browsers
-
The {Platform} Data Grid is supported on all modern web browsers, including:
-
Chrome
Edge / Edge Chromium
@@ -1001,9 +967,7 @@ The {ProductName} Data Grid component has built-in virtualization for the rows a
{ProductName} Support Options
-
There are multiple options to get access to our award-winning support at Infragistics for the {Platform} product.
-
Read the {Platform} [Documentation](..\general-getting-started.md) and experiment with {Platform} Samples
@@ -1014,13 +978,10 @@ There are multiple options to get access to our award-winning support at Infragi
-
## {ProductName} Trial License and Commercial
-
{ProductName} is a commercially licensed product available via a subscription model. You can try the {ProductName} product for free when you register for a 30-day trial. When you are done with your Trial Period, you can purchase a license from our web site or by calling sales in your region.
-
## Frequently Asked Questions
@@ -1032,8 +993,7 @@ There are multiple options to get access to our award-winning support at Infragi
Why should I choose the Infragistics {ProductName} Data Grid?
-
-
+
[Virtualized Rows and Columns](data-grid/live-data.md) so you can load millions of records
[Inline Editing](data-grid/cell-editing.md) with Cell, Row, and Batch Update options
@@ -1048,29 +1008,23 @@ There are multiple options to get access to our award-winning support at Infragi
What is the Pricing for the Infragistics {ProductName} Data Grid?
-
-
+
Our {ProductName} components are included as a part of our Ignite UI bundle. A single developer license starts at $1,295 USD for a
one-year subscription, including one year of standard support and updates.
-
{ProductName} is a commercially licensed product available via a subscription model. This subscription includes the {Platform} Grid, plus {Platform} Charts and dozens on other {Platform} UI Controls.
-
We also offer discounts for multi-year licenses. Please refer to our Pricing page for more information on pricing.
-
If you are developing applications on multiple platforms, consider our complete app development package, Infragistics Ultimate, which include desktop platforms like WPF and Windows Forms, plus all modern web toolsets for Angular, React, Web Components, ASP.NET MVC and ASP.NET Core.
Can I purchase the Infragistics {ProductName} Data Grid control separately?
-
-
+
No, you cannot purchase the {Platform} Data Grid separately. It is part of a the {ProductName} product, which includes dozens of UI controls and components, plus over 60 charts, including {Platform} Financial Charting. If you are interested in other modern web platforms like Angular, React, ASP.NET MVC, Web Components or ASP.NET Blazor, check out our Ignite UI product bundle, which gives you every web platform for only $100 more on your subscription. That is hundreds of controls, components, and data visualizations for a very low price.
Can I purchase the Infragistics {ProductName} Data Grid control separately?
-
-
+
To get started with the {Platform} Data Grid, follow the steps in the [getting started guide](..\general-getting-started.md). We also maintain a library of sample applications, which are designed to not only inspire but are best practices guides for {Platform} development.
@@ -1088,8 +1042,7 @@ If you are developing applications on multiple platforms, consider our complete
Why should I choose the Infragistics {ProductName} Data Grid?
-
-
+
[Virtualized Rows and Columns](data-grid/live-data.md) so you can load millions of records
[Inline Editing](data-grid/cell-editing.md) with Cell, Row, and Batch Update options
@@ -1103,29 +1056,23 @@ If you are developing applications on multiple platforms, consider our complete
What is the Pricing for the Infragistics {ProductName} Data Grid?
-
-
+
Our {ProductName} components are included as a part of our Ignite UI bundle. A single developer license starts at $1,295 USD for a
one-year subscription, including one year of standard support and updates.
-
{ProductName} is a commercially licensed product available via a subscription model. This subscription includes the {Platform} Grid, plus {Platform} Charts and dozens on other {Platform} UI Controls.
-
We also offer discounts for multi-year licenses. Please refer to our Pricing page for more information on pricing.
-
If you are developing applications on multiple platforms, consider our complete app development package, Infragistics Ultimate, which include desktop platforms like WPF and Windows Forms, plus all modern web toolsets for Angular, React, Web Components, ASP.NET MVC and ASP.NET Core.
Can I purchase the Infragistics {ProductName} Data Grid control separately?
-
-
+
No, you cannot purchase the {Platform} Data Grid separately. It is part of a the {ProductName} product, which includes dozens of UI controls and components, plus over 60 charts, including {Platform} Financial Charting. If you are interested in other modern web platforms like Angular, React, ASP.NET MVC, Web Components or ASP.NET Blazor, check out our Ignite UI product bundle, which gives you every web platform for only $100 more on your subscription. That is hundreds of controls, components, and data visualizations for a very low price.
Can I purchase the Infragistics {ProductName} Data Grid control separately?
-
-
+
To get started with the {Platform} Data Grid, follow the steps in the [getting started guide](..\general-getting-started.md). We also maintain a library of sample applications, which are designed to not only inspire but are best practices guides for {Platform} development.
### Indeterminate Progress
@@ -204,7 +202,6 @@ The following sample demonstrates the above configuration:
-
### Dynamic Progress
@@ -215,7 +212,6 @@ You can dynamically change the value of the progress indicator by using external
-
## Styling
@@ -256,10 +252,8 @@ igc-linear-progress::part(label){
## API References
-
-
-
-
+
+
## Additional Resources
- [{ProductName} **Forums**]({ForumsLink})
diff --git a/docs/xplat/src/content/en/components/inputs/mask-input.mdx b/docs/xplat/src/content/en/components/inputs/mask-input.mdx
index d74fcbbc37..d8b08f689b 100644
--- a/docs/xplat/src/content/en/components/inputs/mask-input.mdx
+++ b/docs/xplat/src/content/en/components/inputs/mask-input.mdx
@@ -270,14 +270,11 @@ igc-mask-input::part(input)::placeholder {
## API References
-
-
-
-
-
-
-
-
+
+
+
+
+
## Additional Resources
- [{ProductName} **Forums**]({ForumsLink})
diff --git a/docs/xplat/src/content/en/components/inputs/query-builder.mdx b/docs/xplat/src/content/en/components/inputs/query-builder.mdx
index ffafe10bc0..93223356d4 100644
--- a/docs/xplat/src/content/en/components/inputs/query-builder.mdx
+++ b/docs/xplat/src/content/en/components/inputs/query-builder.mdx
@@ -758,11 +758,8 @@ We’ve created this example to show you the templating and formatter functional
## API References
-
-
-
-
-
+
+
## Additional Resources
Our community is active and always welcoming to new ideas.
diff --git a/docs/xplat/src/content/en/components/inputs/select.mdx b/docs/xplat/src/content/en/components/inputs/select.mdx
index 8f597e94c2..54876104dc 100644
--- a/docs/xplat/src/content/en/components/inputs/select.mdx
+++ b/docs/xplat/src/content/en/components/inputs/select.mdx
@@ -21,7 +21,6 @@ The {ProductName} Select component allows a single selection from a list of item
-
## Usage
@@ -425,15 +424,10 @@ igc-select::part(suffix) {
## API References
-
-
-
-
-
-
-
-
-
+
+
+
+
## Additional Resources
- [{ProductName} **Forums**]({ForumsLink})
diff --git a/docs/xplat/src/content/en/components/inputs/text-area.mdx b/docs/xplat/src/content/en/components/inputs/text-area.mdx
index 1987425b45..8b5a65851d 100644
--- a/docs/xplat/src/content/en/components/inputs/text-area.mdx
+++ b/docs/xplat/src/content/en/components/inputs/text-area.mdx
@@ -15,7 +15,6 @@ The {ProductName} Text Area represents a multi-line plain-text editing control,
## {Platform} Text Area Example
-
@@ -178,15 +177,13 @@ igc-textarea::part(suffix) {
-
+
## API References
-
-
-
-
-
+
+
+
## Additional Resources
- [{ProductName} **Forums**]({ForumsLink})
diff --git a/docs/xplat/src/content/en/components/layouts/accordion.mdx b/docs/xplat/src/content/en/components/layouts/accordion.mdx
index 535cc5721b..2adf1bc00a 100644
--- a/docs/xplat/src/content/en/components/layouts/accordion.mdx
+++ b/docs/xplat/src/content/en/components/layouts/accordion.mdx
@@ -28,7 +28,6 @@ In it, you can see how to define an accordion and its expansion panels. The samp
-
## Getting Started with {Platform} Accordion
@@ -125,13 +124,13 @@ The accordion wraps all expansion panels declared inside it.
```html
-
+
Title Panel 1
Content Panel 1
-
+
Title Panel 2
Content Panel 2
@@ -221,7 +220,6 @@ The sample below demonstrates how elaborate filtering options can be implemented
-
### Nested {Platform} Accordions Scenario
@@ -232,7 +230,6 @@ In the following {Platform} Accordion example is created a complex FAQ section i
-
## Keyboard Navigation
@@ -250,14 +247,12 @@ The Accordion navigation is compliant with W3C accessibility standards and conve
- HOME - navigates to the FIRST enabled panel in the accordion
- END - navigates to the LAST enabled panel in the accordion
-
+
## API References
-
-
-
-
+
+
## Additional Resources
- [{ProductName} **Forums**]({ForumsLink})
diff --git a/docs/xplat/src/content/en/components/layouts/avatar.mdx b/docs/xplat/src/content/en/components/layouts/avatar.mdx
index 067381f517..73f15eba6f 100644
--- a/docs/xplat/src/content/en/components/layouts/avatar.mdx
+++ b/docs/xplat/src/content/en/components/layouts/avatar.mdx
@@ -19,7 +19,6 @@ The {ProductName} Avatar helps to display initials, images, or icons in your app
-
## Usage
@@ -291,14 +290,10 @@ igc-avatar::part(base) {
-
## API References
-
-
-
-
+
## Additional Resources
- [{ProductName} **Forums**]({ForumsLink})
diff --git a/docs/xplat/src/content/en/components/layouts/carousel.mdx b/docs/xplat/src/content/en/components/layouts/carousel.mdx
index 16aeb1d8a9..8016a4d77c 100644
--- a/docs/xplat/src/content/en/components/layouts/carousel.mdx
+++ b/docs/xplat/src/content/en/components/layouts/carousel.mdx
@@ -900,15 +900,12 @@ These configurations will have the following result:
## API References
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
## Additional Resources
- [{ProductName} **Forums**]({ForumsLink})
diff --git a/docs/xplat/src/content/en/components/layouts/divider.mdx b/docs/xplat/src/content/en/components/layouts/divider.mdx
index 3571e30e6f..34a4fc867b 100644
--- a/docs/xplat/src/content/en/components/layouts/divider.mdx
+++ b/docs/xplat/src/content/en/components/layouts/divider.mdx
@@ -19,7 +19,6 @@ The {ProductName} Divider allows the content author to easily create a horizonta
-
## Dependencies
@@ -292,14 +291,10 @@ The `--inset` css variable shrinks the divider by the given amount from the star
### Color
The `--color` css variable sets the color of the divider.
-
## API References
-
-
-
-
+
## Additional Resources
- [{ProductName} **Forums**]({ForumsLink})
diff --git a/docs/xplat/src/content/en/components/layouts/expansion-panel.mdx b/docs/xplat/src/content/en/components/layouts/expansion-panel.mdx
index 0a7d200c5d..ce8fcaef38 100644
--- a/docs/xplat/src/content/en/components/layouts/expansion-panel.mdx
+++ b/docs/xplat/src/content/en/components/layouts/expansion-panel.mdx
@@ -20,7 +20,6 @@ The {ProductName} Expansion Panel is a lightweight accordion component which can
-
## Usage
@@ -77,7 +76,7 @@ The simplest way to start using the is as foll
```html
-
+
Golden Retriever
Medium-large gun dog
The Golden Retriever is a medium-large gun dog that retrieves shot waterfowl, such as ducks
@@ -168,7 +167,6 @@ We can do this by binding to the `Opened` and `Closed` events:
-
## Component Customization
The control allows all sorts of content to be added inside of its body. It can render [input](../inputs/input.md), charts and even other expansion panels!
@@ -184,7 +182,6 @@ The next code sample demonstrates how to configure the component's button to go
-
## Keyboard Navigation
@@ -240,14 +237,11 @@ igc-expansion-panel::part(subtitle) {
-
+
## API References
-
-
-
-
+
## Additional Resources
- [{ProductName} **Forums**]({ForumsLink})
diff --git a/docs/xplat/src/content/en/components/layouts/icon.mdx b/docs/xplat/src/content/en/components/layouts/icon.mdx
index fef79b0f30..c41836a33c 100644
--- a/docs/xplat/src/content/en/components/layouts/icon.mdx
+++ b/docs/xplat/src/content/en/components/layouts/icon.mdx
@@ -20,7 +20,6 @@ The {Platform} Icon component allows you to easily display font or choose from a
-
## Usage
@@ -356,10 +355,7 @@ igc-icon {
## API References
-
-
-
-
+
## Additional Resources
- [{ProductName} **Forums**]({ForumsLink})
diff --git a/docs/xplat/src/content/en/components/layouts/splitter.mdx b/docs/xplat/src/content/en/components/layouts/splitter.mdx
index 6c9339da99..93dd0ba28e 100644
--- a/docs/xplat/src/content/en/components/layouts/splitter.mdx
+++ b/docs/xplat/src/content/en/components/layouts/splitter.mdx
@@ -18,7 +18,6 @@ The {ProductName} Splitter provides a resizable split-pane layout that divides c
-
## Getting Started with {Platform} Splitter
@@ -304,11 +303,8 @@ igc-splitter {
## API References
-
-
- [`Styling & Themes`](../themes/overview.md)
-
## Additional Resources
- [{ProductName} **Forums**]({ForumsLink})
diff --git a/docs/xplat/src/content/en/components/linear-gauge.mdx b/docs/xplat/src/content/en/components/linear-gauge.mdx
index 7e25809bc5..f805f00edb 100644
--- a/docs/xplat/src/content/en/components/linear-gauge.mdx
+++ b/docs/xplat/src/content/en/components/linear-gauge.mdx
@@ -23,7 +23,6 @@ The following sample demonstrates how setting multiple properties on the same
@@ -97,7 +96,6 @@ ModuleManager.register(
-
## Usage
@@ -200,7 +198,6 @@ The following code demonstrates how create a linear gauge containing a needle an
-
## Needle
@@ -1182,14 +1179,11 @@ For your convenience, all above code snippets are combined into one code block b
-
## API References
-
-
-
-
+
+
## Additional Resources
You can find more information about other types of gauges in these topics:
diff --git a/docs/xplat/src/content/en/components/menus/navbar.mdx b/docs/xplat/src/content/en/components/menus/navbar.mdx
index 924cc778ce..a89bf8bbc1 100644
--- a/docs/xplat/src/content/en/components/menus/navbar.mdx
+++ b/docs/xplat/src/content/en/components/menus/navbar.mdx
@@ -211,15 +211,12 @@ If all went well, you should see the following in your browser:
-
+
## API References
-
-
-
-
-
+
+
## Additional Resources
- [{ProductName} **Forums**]({ForumsLink})
diff --git a/docs/xplat/src/content/en/components/notifications/dialog.mdx b/docs/xplat/src/content/en/components/notifications/dialog.mdx
index fe16f999d3..5629407fa3 100644
--- a/docs/xplat/src/content/en/components/notifications/dialog.mdx
+++ b/docs/xplat/src/content/en/components/notifications/dialog.mdx
@@ -22,7 +22,6 @@ This sample demonstrates how to create a Dialog component in {Platform}.
-
### Usage
@@ -219,13 +218,10 @@ igc-dialog::part(footer) {
-
## API References
-
-
-
+
## Additional Resources
- [{ProductName} **Forums**]({ForumsLink})
diff --git a/docs/xplat/src/content/en/components/notifications/toast.mdx b/docs/xplat/src/content/en/components/notifications/toast.mdx
index cc12930a05..7f3ffe73fe 100644
--- a/docs/xplat/src/content/en/components/notifications/toast.mdx
+++ b/docs/xplat/src/content/en/components/notifications/toast.mdx
@@ -24,7 +24,6 @@ Take a look at the simple Ignite UI for {Platform} Toast example below. The anim
-
### How To Use {ProductName} Toast Notification
@@ -284,14 +283,10 @@ igc-toast {
-
## API References
-
-
-
-
+
## Additional Resources
- [{ProductName} **Forums**]({ForumsLink})
diff --git a/docs/xplat/src/content/en/components/radial-gauge.mdx b/docs/xplat/src/content/en/components/radial-gauge.mdx
index 2ba4ae9d06..309242f201 100644
--- a/docs/xplat/src/content/en/components/radial-gauge.mdx
+++ b/docs/xplat/src/content/en/components/radial-gauge.mdx
@@ -24,7 +24,6 @@ The following sample demonstrates how setting multiple properties on the same
@@ -120,7 +119,6 @@ IgrRadialGaugeModule.register();
-
## Usage
@@ -230,7 +228,6 @@ The following code demonstrates how create a radial gauge containing a needle an
-
## Backing
@@ -1239,10 +1236,8 @@ For your convenience, all above code snippets are combined into one code block b
## API References
-
-
-
-
+
+
## Additional Resources
You can find more information about other types of gauges in these topics:
diff --git a/docs/xplat/src/content/en/components/spreadsheet-data-validation.mdx b/docs/xplat/src/content/en/components/spreadsheet-data-validation.mdx
index f67a6c7f09..4deb451a9e 100644
--- a/docs/xplat/src/content/en/components/spreadsheet-data-validation.mdx
+++ b/docs/xplat/src/content/en/components/spreadsheet-data-validation.mdx
@@ -21,7 +21,6 @@ This topic explains how to configure and set the built-in data validation rules.
-
## Dependencies
@@ -69,7 +68,6 @@ import { TwoConstraintDataValidationOperator } from 'igniteui-webcomponents-exce
import { TwoConstraintDataValidationRule } from 'igniteui-webcomponents-excel';
```
-
## Usage
@@ -149,8 +147,5 @@ this.spreadsheet.workbook.worksheets(0).rows(7).cells(0).value = "Check Out Date
## API References
-
-
-
-
+
diff --git a/docs/xplat/src/content/en/components/themes/elevations.mdx b/docs/xplat/src/content/en/components/themes/elevations.mdx
index 8f6fb00338..ec567abd0b 100644
--- a/docs/xplat/src/content/en/components/themes/elevations.mdx
+++ b/docs/xplat/src/content/en/components/themes/elevations.mdx
@@ -87,5 +87,4 @@ The `--ig-elevation-factor` can also be set to a decimal value or a value bigger
## API References
-
`Elevations`
diff --git a/docs/xplat/src/content/en/components/themes/overview.mdx b/docs/xplat/src/content/en/components/themes/overview.mdx
index ab9e56c0bd..73768f6997 100644
--- a/docs/xplat/src/content/en/components/themes/overview.mdx
+++ b/docs/xplat/src/content/en/components/themes/overview.mdx
@@ -96,6 +96,4 @@ This only tells components to switch their internal styles to the desired theme,
## API References
-
-
-
+
diff --git a/docs/xplat/src/content/en/components/themes/palettes.mdx b/docs/xplat/src/content/en/components/themes/palettes.mdx
index 0019703b1d..98884adac1 100644
--- a/docs/xplat/src/content/en/components/themes/palettes.mdx
+++ b/docs/xplat/src/content/en/components/themes/palettes.mdx
@@ -42,7 +42,6 @@ The `primary`, `secondary`, and `gray` colors follow the [2014 Material Design C
-
As the table above shows, the `gray` color doesn't include the `A100`, `A200`, `A400`, and `A700` variants, while the `primary` and `secondary` colors contain all 14 color variants. We include 5 additional colors that are not part of the 2014 Material Design Color Palette - `info`, `success`, `warn`, `error`, and `surface`.
@@ -180,5 +179,4 @@ So far we've covered the `primary`, `secondary`, `gray`, and `surface` color var
## API References
-
`Palettes`
diff --git a/docs/xplat/src/content/en/components/themes/typography.mdx b/docs/xplat/src/content/en/components/themes/typography.mdx
index 6a15bafcc6..1eecb013d8 100644
--- a/docs/xplat/src/content/en/components/themes/typography.mdx
+++ b/docs/xplat/src/content/en/components/themes/typography.mdx
@@ -65,5 +65,4 @@ Keep in mind that this will update the global button typography styles. If you w
## API References
-
`Typography`
diff --git a/docs/xplat/src/content/en/components/zoomslider-overview.mdx b/docs/xplat/src/content/en/components/zoomslider-overview.mdx
index 23c14b1ca4..7790da25e6 100644
--- a/docs/xplat/src/content/en/components/zoomslider-overview.mdx
+++ b/docs/xplat/src/content/en/components/zoomslider-overview.mdx
@@ -22,7 +22,6 @@ The following sample demonstrates how to use
## Usage
@@ -146,7 +145,6 @@ The following code demonstrates how to setup the ZoomSlider.
-
## Additional Resources
@@ -154,6 +152,5 @@ You can find more information about charts in [Chart Features](charts/chart-feat
## API References
-
-
-
+
+
diff --git a/docs/xplat/src/content/jp/components/ai/ai-assisted-development-overview.mdx b/docs/xplat/src/content/jp/components/ai/ai-assisted-development-overview.mdx
index 892dd2aa98..2939a8d8cd 100644
--- a/docs/xplat/src/content/jp/components/ai/ai-assisted-development-overview.mdx
+++ b/docs/xplat/src/content/jp/components/ai/ai-assisted-development-overview.mdx
@@ -145,7 +145,6 @@ VS Code、GitHub、Cursor、Claude Desktop、Claude Code、JetBrains、その他
- [Ignite UI CLI MCP](./cli-mcp.md)
- [Ignite UI Theming MCP](./theming-mcp.md)
-
コミュニティに参加して新しいアイデアをご提案ください。
diff --git a/docs/xplat/src/content/jp/components/ai/cli-mcp.mdx b/docs/xplat/src/content/jp/components/ai/cli-mcp.mdx
index 7d8bf2be4f..3699de2bad 100644
--- a/docs/xplat/src/content/jp/components/ai/cli-mcp.mdx
+++ b/docs/xplat/src/content/jp/components/ai/cli-mcp.mdx
@@ -13,7 +13,7 @@ import PlatformBlock from 'igniteui-astro-components/components/mdx/PlatformBloc
The {Platform} Data Grid component is used for displaying large volumes of data. Modern and more complex grids ensure smooth UX and bring an array of features for manipulating tabular data. There is an intuitive API, theming, branding, filtering, sorting, data selection, Excel-style filtering, and many more.
-
The {ProductName} Data Table / Data Grid is a tabular {Platform} grid component that allows you to quickly bind and display your data with little coding or configuration. Features of the {Platform} data grid in our toolbox include filtering, sorting, templates, row selection, row grouping, row pinning, movable columns, virtualization, Master-Detail, and much more.
-
The {Platform} tables are optimized for speed and performance, with the ability to handle millions of rows and columns, and real-time updates in an instant, making {ProductName} Data Grid the best {Platform} Data Grid on the market.
-
-
-
-
-
-
-
-
-
-
+
+
+
The {Platform} Data Grid component is used for displaying large volumes of data. Modern and more complex grids ensure smooth UX and bring an array of features for manipulating tabular data. There is an intuitive API, theming, branding, filtering, sorting, data selection, Excel-style filtering, and many more.
+
The {ProductName} Data Table / Data Grid is a tabular {Platform} grid component that allows you to quickly bind and display your data with little coding or configuration. Features of the {Platform} data grid in our toolbox include filtering, sorting, templates, row selection, row grouping, row pinning, movable columns, virtualization, Master-Detail, and much more.
+
The {Platform} tables are optimized for speed and performance, with the ability to handle millions of rows and columns, and real-time updates in an instant, making {ProductName} Data Grid the best {Platform} Data Grid on the market.
+
## {Platform} Data Grid の例
@@ -72,7 +37,6 @@ import landingGridPage from '@xplat-images/general/landing-grid-page.png';
-
## {ProductName} Data Grid で作業を開始
@@ -1826,7 +1790,7 @@ constructor() {
public addressCellTemplate = (ctx: IgcCellTemplateContext) => {
return html`
-
+
-
### データの仮想化とパフォーマンス
-
データ グリッドの列と行レベルの仮想化により、{Platform} グリッド内の無制限の行と列をシームレスにスクロールします。ローカルまたはリモートのデータソースのサポートにより、データがどこにあっても最高のパフォーマンスを得ることができます。ユーザーは Excel のようなスクロールを体験し、エンタープライズ スピード (ラグ、画面のちらつき、視覚的な遅延) なしで、パフォーマンスを損なうことなく最高のユーザー エクスペリエンス (UX) を提供します。
-
-
+Full support for exporting data grids to XLXS, XLS, TSV or CSV. The {ProductName} [Excel library](excel-library.md) includes 300+ formulas, Table support, Conditional Formatting, Chart creation and more – all without needing Microsoft Excel on the client machine.
{ProductName} is a commercially licensed product available via a subscription model. You can try the {ProductName} product for free when you register for a 30-day trial. When you are done with your Trial Period, you can purchase a license from our web site or by calling sales in your region.
-
## FAQ
-
+ Why should I choose the Infragistics {ProductName} Data Grid?
複数のプラットフォームでアプリケーションを開発する場合、WPF や Windows Forms などのデスクトップ プラットフォーム、{Platform}、Web コンポーネント、ASP.NET MVC、ASP.NET Core のすべての最新 Web ツールセットを含む完全なアプリ開発パッケージ Infragistics Ultimate を検討してください。
-
+ Infragistics {ProductName} Data Grid コントロールを個別に購入できますか?
{Platform} Data Grid を個別に購入することはできません。これは Ignite UI 製品バンドルの一部です。Ignite UI 製品バンドルは、{Platform}、ASP.NET MVC、Web コンポーネント、ASP.NET Blazor などのすべての Web プラットフォームに対して、何百ものコントロール、コンポーネント、およびデータの視覚化を提供します。
-
+ {Platform} と Infragistics {ProductName} Data Grid コントロールのインストール方法を教えてください。
{Platform} Data Grid の使用を開始するには、[作業の開始ガイド](../general-getting-started.md)の手順を実行してください。サンプル アプリケーションのライブラリも用意しています。サンプル ライブラリは、{Platform} 開発のベスト プラクティス ガイドです。
-
@@ -737,7 +708,6 @@ Web コンポーネントは、既存の Web 標準に準拠した Web ベース
The {Platform} Data Grid lets you [group rows](data-grid/row-grouping.md) into a ‘sticky header’ Row Group. Like the Group By feature in Microsoft Outlook, your users have an easy way to visually group data based on their own criteria.
-
@@ -751,7 +721,6 @@ Web コンポーネントは、既存の Web 標準に準拠した Web ベース
The {ProductName} Data Grid gives users the ability to [group rows](data-grid/row-grouping.md) into a “sticky header” Row Group. Users can visualize data items that are alike by grouping them by the columns with the similar data entries in a Microsoft Outlook-style way.
-
@@ -765,7 +734,6 @@ Web コンポーネントは、既存の Web 標準に準拠した Web ベース
The {Platform} Data Grid component includes the ability to [group columns](data-grid/row-grouping.md), directly inspired by the way groupings are visualized in Microsoft Outlook. It is also possible to group multiple columns in the grid and display them with multiple group headers or combine them all into one.
-
@@ -780,7 +748,6 @@ Web コンポーネントは、既存の Web 標準に準拠した Web ベース
-
@@ -815,7 +781,6 @@ Web コンポーネントは、既存の Web 標準に準拠した Web ベース
ユーザーは、{Platform} Data Grid の上部に[行をピン固定](data-grid/row-pinning.md)できます。行がピン固定されると、グリッドの一番上にコピーされ、ユーザーが垂直にスクロールする間、カスタマイズ可能な背景でその位置にロックされたままになります。コピーされた元の行は元の位置に表示されますが、不透明度は低くなります。
-
@@ -829,7 +794,6 @@ Web コンポーネントは、既存の Web 標準に準拠した Web ベース
{ProductName} Data Grid コンポーネントには、[行をピン固定](data-grid/row-pinning.md) をグリッドの最上部に組み込み、ヘッダーの下に表示する組み込みの機能があります。これらの行は、ユーザーがグリッドを垂直方向にスクロールするときに、固定解除されるまで垂直にあります。
-
@@ -845,7 +809,6 @@ Web コンポーネントは、既存の Web 標準に準拠した Web ベース
-
@@ -873,12 +835,11 @@ Web コンポーネントは、既存の Web 標準に準拠した Web ベース
{Platform} Data Grid コンポーネントを使用すると、Microsoft Excel と同じように動作する[キーボード ナビゲーション](data-grid/cell-activation.md)を有効にできます。ユーザーのキーボードの矢印、Tab および Enter キーを使用すると、ナビゲーションを考慮してアクセシビリティと使いやすさが向上します。
-
## {Platform} Grid 機能
-
+
@@ -973,7 +934,7 @@ Web コンポーネントは、既存の Web 標準に準拠した Web ベース
-
+
@@ -986,15 +947,13 @@ Web コンポーネントは、既存の Web 標準に準拠した Web ベース
-
+
{ProductName} Supported Browsers
-
{Platform} Data Grid は、すべての最新の Web ブラウザーでサポートされます。
-
Chrome
Edge / Edge Chromium
@@ -1007,9 +966,7 @@ Web コンポーネントは、既存の Web 標準に準拠した Web ベース
{ProductName} is a commercially licensed product available via a subscription model. You can try the {ProductName} product for free when you register for a 30-day trial. When you are done with your Trial Period, you can purchase a license from our web site or by calling sales in your region.
## Additional Resources
@@ -33,8 +34,9 @@ The following example demonstrates how to create Composite Chart using
-
-
-
-
+
+
+
+
+
+
diff --git a/docs/angular/src/content/en/components/charts/types/data-pie-chart.mdx b/docs/angular/src/content/en/components/charts/types/data-pie-chart.mdx
index 128f2694e1..28ec0871a7 100644
--- a/docs/angular/src/content/en/components/charts/types/data-pie-chart.mdx
+++ b/docs/angular/src/content/en/components/charts/types/data-pie-chart.mdx
@@ -11,11 +11,9 @@ import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
# Angular Data Pie Chart
-
The Ignite UI for Angular Data Pie Chart is a part-to-whole chart that shows how categories (parts) of a data set add up to a total (whole) value. Categories are rendered as sections in a circular, or pie-shaped graph. Each section, or pie slice, has an arc length proportional to its underlying data value. Categories are shown in proportion to other categories based on their value percentage to the total value being analyzed, as parts of 100 or 100%.
## Angular Data Pie Chart Example
-
You can create the Angular Pie Chart in the by binding your data items with a string and a numeric data value. These data values will add up to a value of 100% of visualization.
@@ -23,7 +21,6 @@ You can create the Angular Pie Chart in the property. The ItemLegend will display its items in vertical orientation as a default, but this can be changed by setting its property.
@@ -70,7 +66,6 @@ Below is an example that demonstrates usage of the ItemLegend with the has three main, configurable properties - , , and that allow you to configure how the Others slice in the chart is shown. These are each described below:
@@ -82,13 +77,12 @@ To get the underlying data items that are contained within the Others slice in t
By default, the Others slice will be represented by a label of "Others." You can change this by modifying the property of the chart.
### Angular Styling the Others Slice
-
You can style the aggregated Others slice separately from other slices by using these properties:
--
+-
Sets the fill (brush) used for the Others slice.
--
+-
Sets the outline (stroke) used for the Others slice.
These properties only affect the Others slice (when it exists). All other slices continue to use the normal palette and item-wise coloring behavior.
@@ -106,7 +100,6 @@ The following sample demonstrates usage of the Others slice in the supports slice selection by mouse click on the slices plotted in the chart. This can be configured by utilizing the and properties of the chart, described below:
The main two options of the are and , which will enable single and multiple selection, respectively.
@@ -134,7 +127,6 @@ The following sample demonstrates the selection feature of the supports mouse over highlighting, as well as a highlighting overlay that can be configured by providing a separate data source.
First, the enumerated property determines how a slice will be highlighted. The following are the options of that property and what they do:
@@ -168,7 +160,6 @@ The following example demonstrates highlight filtering.
## Angular Data Pie Chart Animation
-
The supports animating its slices into view, as well as when a value changes.
You can set the property to **true** to have the pie chart animate into view. The type of animation performed can be configured by setting the enumerated property to the type of animation you would like to see. Additionally, you can also set the property to scale with index, value, normal, or randomized. The duration of this animation can be controlled by the property, which takes a `TimeSpan`.
@@ -179,10 +170,7 @@ The following sample demonstrates the usage of animation in the
-
-
## Additional Resources
-
- [Donut Chart](donut-chart.md)
- [Polar Chart](polar-chart.md)
- [Radial Chart](radial-chart.md)
diff --git a/docs/angular/src/content/en/components/charts/types/donut-chart.mdx b/docs/angular/src/content/en/components/charts/types/donut-chart.mdx
index 57579ba1a0..f10485564a 100644
--- a/docs/angular/src/content/en/components/charts/types/donut-chart.mdx
+++ b/docs/angular/src/content/en/components/charts/types/donut-chart.mdx
@@ -10,21 +10,16 @@ import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
# Angular Donut Chart
-
The Ignite UI for Angular Donut Chart is similar to the [Pie Chart](pie-chart.md), proportionally illustrating the occurrences of a variable. The donut chart can display multiple variables in concentric rings, and provides built-in support for visualizing hierarchical data. The rings are capable of being bound to a different data item, or they can share a common data source.
## Angular Donut Chart Example
-
You can create Donut Chart using the control by binding your data as shown in the example below.
-
-
## Angular Donut Chart Recommendations
### Are Angular Donut Charts right for your project?
-
Donut Charts are appropriate for small data sets and are easy to read at a glance. Donut charts are just one type of part-to-whole visualization. Others include:
- [Pie](pie-chart.md)
@@ -44,7 +39,6 @@ The Angular Donut Chart includes interactive features that give the viewer tools
- Chart Animations
### Best Practices for Donut Charts
-
- Using multiple data sets to display your data in a ring display.
- Placing the information such as values or labels, within the hole of the donut for quick explanation of data.
- Comparing slices or segments as percentage values in proportion to a total value or whole.
@@ -53,7 +47,6 @@ The Angular Donut Chart includes interactive features that give the viewer tools
- Ensuring the color palette is distinguishable for segments/slices of the parts.
### When not to use a Donut Chart
-
- Comparing change over time —use a [Bar](bar-chart.md), [Line](line-chart.md) or [Area](area-chart.md) chart.
- Requiring precise data comparison —use a [Bar](bar-chart.md), [Line](line-chart.md) or [Area](area-chart.md) chart.
- You have more than 6 or 8 segments (high data volume) — consider a [Bar](bar-chart.md), [Line](line-chart.md) or [Area](area-chart.md) chart if it works for your data story.
@@ -61,27 +54,17 @@ The Angular Donut Chart includes interactive features that give the viewer tools
- You have negative data, as this can not be represented in a donut chart.
## Angular Donut Chart - Slice Selection
-
The Angular Donut Chart has the ability to select slices on click. Optionally, you may apply a single custom visual style to the selected slices. The `SliceClick` event is raised when the user clicks on a slice. Enabling slice selection allows you to modify the slice's selection upon click. The following sample demonstrates how to enable slice selection and set the selected slice color to gray.
-
-
-
-
## Angular Donut Chart - Multiple Rings
-
It is possible to have a multiple ring display in the Angular Donut Chart, with each of the rings capable of being bound to a different data item, or they can share a common data source. This can be helpful if you need to display your data as tiers that have an underlying common category, such as the season to month data display below:
-
-
-
## Additional Resources
-
You can find more information about related chart types in these topics:
- [Pie Chart](pie-chart.md)
diff --git a/docs/angular/src/content/en/components/charts/types/pie-chart.mdx b/docs/angular/src/content/en/components/charts/types/pie-chart.mdx
index f638fb5959..bff420bb9f 100644
--- a/docs/angular/src/content/en/components/charts/types/pie-chart.mdx
+++ b/docs/angular/src/content/en/components/charts/types/pie-chart.mdx
@@ -10,21 +10,14 @@ import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
# Angular Pie Chart
-
The Ignite UI for Angular Pie Chart, or Pie Graph, is a part-to-whole chart that shows how categories (parts) of a data set add up to a total (whole) value. Categories are rendered as sections in a circular, or pie-shaped graph. Each section, or pie slice, has an arc length proportional to its underlying data value. Categories are shown in proportion to other categories based on their value percentage to the total value being analyzed, as parts of 100 or 100%.
## Angular Pie Chart Example
-
You can create the Angular Pie Chart in the by binding your data items with a string and a numeric data value. These data values will add up to a value of 100% of visualization. In this case, the example shows the overall breakdown of budget spend by department.
-
-
-
-
## Angular Pie Chart Recommendations
-
Pie Charts are appropriate for small data sets and are easy to read at a glance. Pie charts are just one type of part-to-whole visualization. Others include:
- Pie
@@ -65,7 +58,6 @@ Do Not Use Pie Chart When:
- It would be easier for the viewer to perceive the value difference in a Bar chart.
## Angular Pie Chart Legend
-
Legends are used to show information about each point, to know about its contribution towards the total sum. You can collapse the point using legend click.
In order to display a legend next to the pie chart an ItemLegend needs to be created and assigned to the property. The can then be used to specify which property on your data model it will use to display inside the legend for each pie slice.
@@ -79,7 +71,6 @@ Additionally you can use the is set to 2, and is set to Number. Therefore, items with value less than or equal to 2 will be assigned to the "Others" category.
@@ -93,7 +84,6 @@ If you set
@@ -130,7 +120,6 @@ For scenarios where you click on the Others slice, the pie chart will return an
## Angular Pie Chart Animation
-
You can animate the pie chart smoothly by setting the `radiusFactor` property, which will scale the chart's radius. Also set the `startAngle` property to angle the chart such that it keep increasing the chart angle while rotating.
In the code below, the radiusFactor is increasing the chart by 0.25% of the size, and startAngle is rotating the chart by 1 degree. When radiusFactor and startAngle reached to its maximum limit the animation is stopped by reset the animation flag and clear the interval.
@@ -142,31 +131,20 @@ In the code below, the radiusFactor is increasing the chart by 0.25% of the size
## Angular Pie Chart Styling
-
Once our pie chart is created, we may want to make some further styling customizations such as a change of the colors for the slices of the chart, as demonstrated below:
-
-
-
-
## Angular Radial Pie Chart
-
The Radial Pie Chart belongs to a group of Radial Charts and uses belongs to a group of radial charts and uses pie slices that extend from the center of chart towards locations of data points. This chart type takes concepts of categorizing multiple series of data points and wraps them around a circular axis rather than stretching data points along a horizontal line.
-
-
-
-
## Additional Resources
- [Donut Chart](donut-chart.md)
- [Polar Chart](polar-chart.md)
- [Radial Chart](radial-chart.md)
-
## API References
diff --git a/docs/angular/src/content/en/components/charts/types/point-chart.mdx b/docs/angular/src/content/en/components/charts/types/point-chart.mdx
index 880d7be548..e49c872722 100644
--- a/docs/angular/src/content/en/components/charts/types/point-chart.mdx
+++ b/docs/angular/src/content/en/components/charts/types/point-chart.mdx
@@ -10,51 +10,30 @@ import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
# Angular Point Chart
-
The Ignite UI for Angular Point Chart renders a collection of points. Values are represented on the y-axis (labels on the left side) and categories are displayed on the x-axis (bottom labels). These charts emphasize the amount of change over a period of time or compare multiple items as well as the relationship of parts of a whole by displaying the total of the plotted values.
## Angular Point Chart Example
-
You can create the Angular Point Chart in the control by binding your data to property and setting property to **Point** enum, as shown in the example below.
-
-
-
-
## Angular Point Chart with Single Series
-
In the following example, the Angular Point Chart plots a single data source by automatically selecting numeric data column for y-axis and non-numeric data column for x-axis.
-
-
-
-
## Angular Point Chart with Multiple Series
-
Since the Angular Point Chart allows you to combine multiple series and compare or see how they change over time, let's see how easy it is to achieve this. All we need to do is bind to a data source containing the data for China and the USA, and the point chart will automatically update to fit the additional data.
-
-
-
## Angular Point Chart Styling
-
Once the Angular Point Chart is set up, we may want to make some further styling customizations such as change the markers and its outlines, brushes and thickness.
-
-
-
-
## Advanced Types of Point Charts
-
You can create more advanced types of Angular Point Charts using the control instead of control by following these topics:
- [Scatter Bubble Chart](bubble-chart.md)
diff --git a/docs/angular/src/content/en/components/charts/types/polar-chart.mdx b/docs/angular/src/content/en/components/charts/types/polar-chart.mdx
index 286fb6f40b..0c3986b341 100644
--- a/docs/angular/src/content/en/components/charts/types/polar-chart.mdx
+++ b/docs/angular/src/content/en/components/charts/types/polar-chart.mdx
@@ -10,21 +10,14 @@ import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
# Angular Polar Chart
-
The Ignite UI for Angular Polar Chart uses the polar coordinate system (angle, radius) instead of the Cartesian coordinate system (x, y) to plot data in chart. In other words, Polar Chart takes concepts of [Scatter Series](scatter-chart.md) and wrap them around a circle rather than stretching data points horizontally. It is often used to plot scientific data (e.g. wind direction and speed, direction, and strength of magnetic field, location of objects in solar system), and can highlight the deviation of collected data from predicted results.
## Angular Polar Area Chart
-
The Polar Area Chart renders using a collection of polygons connecting data points and it uses the same concepts of data plotting as the [Category Area Chart](area-chart.md#angular-area-chart-example) with the difference that the visualization wraps data points around a circle rather than stretching them horizontally. You can create this type of chart in the control by binding your data to a , as shown in the example below:
-
-
-
-
## Angular Polar Spline Area Chart
-
The Polar Spline Area Chart renders also as a collection of polygons but they have curved splines connecting data points instead of straight lines like [Polar Area Chart](polar-chart.md#angular-polar-area-chart) does. You can create this type of chart in the control by binding your data to a , as shown in the example below:
@@ -34,27 +27,16 @@ The Polar Spline Area Chart renders also as a collection of polygons but they ha
## Angular Polar Marker Chart
-
The Polar Marker Chart renders using a collection of markers representing data points in polar (angle/radius) coordinate system. This chart uses the same concepts of data plotting as the [Scatter Marker Chart](scatter-chart.md#angular-scatter-marker-chart) with the difference that the visualization wraps data points around a circle rather than stretching them horizontally. You can create this type of chart in the control by binding your data to a , as shown in the example below:
-
-
-
-
## Angular Polar Line Chart
-
The Polar Line Chart renders using a collection of straight lines connecting data points in polar (angle/radius) coordinate system. This chart uses the same concepts of data plotting as the [Scatter Line Chart](scatter-chart.md#angular-scatter-line-chart) with the difference that the visualization wraps data points around a circle rather than stretching them horizontally. You can create this type of chart in the control by binding your data to a , as shown in the example below:
-
-
-
-
## Angular Polar Spline Chart
-
The Polar Spline Chart renders using a collection of curved splines connecting data points in polar (angle/radius) coordinate system. This Chart uses the same concepts of data plotting as the [Scatter Spline Chart](scatter-chart.md#angular-scatter-spline-chart) with the difference that the visualization wraps data points around a circle rather than stretching them horizontally. You can create this type of chart in the control by binding your data to a , as shown in the example below:
@@ -64,7 +46,6 @@ The Polar Spline Chart renders using a collection of curved splines connecting d
## Angular Polar Chart Styling
-
Once our polar chart is created, we may want to make some further styling customizations such as a change of the line colors, marker types, or outline colors of those markers. You can create this type of chart in the control by binding your data to a , as shown in the example below:
@@ -74,7 +55,6 @@ Once our polar chart is created, we may want to make some further styling custom
## Additional Resources
-
You can find more information about related chart types in these topics:
- [Area Chart](area-chart.md)
diff --git a/docs/angular/src/content/en/components/charts/types/radial-chart.mdx b/docs/angular/src/content/en/components/charts/types/radial-chart.mdx
index 0a128faeba..0287e26e41 100644
--- a/docs/angular/src/content/en/components/charts/types/radial-chart.mdx
+++ b/docs/angular/src/content/en/components/charts/types/radial-chart.mdx
@@ -22,6 +22,7 @@ The Angular Radial Area Chart has a shape of a filled polygon that is bound by a
+
## Angular Radial Column Chart
@@ -32,6 +33,7 @@ The Radial Column Chart is visualized by using a collection of rectangles that e
+
## Angular Radial Line Chart
@@ -42,6 +44,7 @@ The Angular Radial Line Chart has renders as a collection of straight lines conn
+
## Angular Radial Pie Chart
@@ -52,6 +55,7 @@ The Radial Pie Chart uses pie slices that extend from the center of chart toward
+
## Angular Radial Chart Styling
@@ -60,11 +64,13 @@ Once our radial chart is created, we may want to make some further styling custo
+
## Angular Radial Chart Settings
In addition, the labels can be configured to appear near or wide from the chart. This can be configured with the property for the .
+
## Additional Resources
@@ -79,10 +85,11 @@ You can find more information about related chart types in these topics:
## API References
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
diff --git a/docs/angular/src/content/en/components/charts/types/scatter-chart.mdx b/docs/angular/src/content/en/components/charts/types/scatter-chart.mdx
index cb5d2a8ce4..f227a5735f 100644
--- a/docs/angular/src/content/en/components/charts/types/scatter-chart.mdx
+++ b/docs/angular/src/content/en/components/charts/types/scatter-chart.mdx
@@ -90,7 +90,6 @@ You can find more information about related chart types in these topics:
- [Shape Chart](shape-chart.md)
## API References
-
The following table lists API members mentioned in the above sections:
|Chart Type | Control Name | API Members |
@@ -101,14 +100,3 @@ The following table lists API members mentioned in the above sections:
|High Density Scatter | | |
|Scatter Area | | |
|Scatter Contour | | |
-
-## API References
-
-
-
-
-
-
-
-
-
diff --git a/docs/angular/src/content/en/components/charts/types/shape-chart.mdx b/docs/angular/src/content/en/components/charts/types/shape-chart.mdx
index 07f95a1b41..bace652e87 100644
--- a/docs/angular/src/content/en/components/charts/types/shape-chart.mdx
+++ b/docs/angular/src/content/en/components/charts/types/shape-chart.mdx
@@ -21,10 +21,6 @@ You can create this type of chart in the
-
-
-
-
## Angular Scatter Polyline Chart
The Angular Scatter Polyline Chart renders an array or array of arrays of polylines in the Cartesian (x, y) coordinate system using in the control. This chart can be used to outlines of plot diagrams, blueprints, or even the floor plan of buildings. Also, it can visualizes complex relationships between a large amount of elements.
@@ -33,10 +29,6 @@ You can create this type of chart in the
-
-
-
-
## Additional Resources
You can find more information about related chart types in these topics:
@@ -45,7 +37,6 @@ You can find more information about related chart types in these topics:
- [Line Chart](line-chart.md)
- [Scatter Chart](scatter-chart.md)
-
## API References
diff --git a/docs/angular/src/content/en/components/charts/types/sparkline-chart.mdx b/docs/angular/src/content/en/components/charts/types/sparkline-chart.mdx
index 90ea96e9cc..362d1e02be 100644
--- a/docs/angular/src/content/en/components/charts/types/sparkline-chart.mdx
+++ b/docs/angular/src/content/en/components/charts/types/sparkline-chart.mdx
@@ -9,7 +9,6 @@ namespace: Infragistics.Controls.Charts
import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
-
# Angular Sparkline
The Ignite UI for Angular Sparkline is a lightweight charting control. It is intended for rendering within a small-scale layout such as within a grid cell but can also be rendered alone. The has several visual elements and corresponding features that can be configured and customized such as the chart type, markers, ranges, trendlines, unknown value plotting, and tooltips.
@@ -20,44 +19,34 @@ The following example shows all the different types of
-
-
-
-
Like this sample? Get access to our complete Angular toolkit and start building your own apps in minutes. Download it for free.
## Sparkline Recommendations
### Is the Sparkline chart right for your project?
-
The primary benefit of the Sparkline control compared to other charting controls is that it can render in a limited space such as a grid cell with all its visual elements shown.
The Angular Sparkline has the ability to mark the data points with elliptical icons to indicate the highest, lowest, first, last, and negative values. The markers can be customized with a desired shape, color, or image.
### Sparkline Use Cases
-
- You have a compact space to display a chart in.
- You want to show trends in a series of values, such as weekly revenue.
### Sparkline Best Practices
-
- Always start the Y-Axis (left or right axis) at 0 so data comparison is accurate.
- Order time-series data from left to right.
- Use visual attributes like solid lines to show a series of data.
### When Not to Use Sparkline
-
- You need to analyze the data in detail.
- You need to display every label of the data points. It only allows showing high and low values on the Y-Axis, and first and last values on the X-Axis.
### Sparkline Data Structure
-
- It requires one-dimensional data.
- The data set must contain at least two numeric fields.
- The text in the data source fields can be used to display the first and last label on the X-Axis.
## Sparkline Types
-
The Angular Sparkline supports the following types of sparklines by setting the property accordingly:
- : Displays the line chart type of Sparkline with numeric data, connecting the data points with line segments. At least two data points must be supplied to visualize the data in Sparkline.
@@ -67,10 +56,6 @@ The Angular Sparkline supports the following types of sparklines by setting the
-
-
-
-
## Markers
The Angular Sparkline allows you to show markers as circular-colored icons on your series to indicate the individual data points based on X/Y coordinates. Markers can be set on sparklines of display types of , , and . The type of sparkline does not currently accept markers. By default, markers are not displayed, but they can be enabled by setting the corresponding marker visibility property.
@@ -88,9 +73,6 @@ All of the markers mentioned above can be customized using the related marker ty
-
-
-
## Normal Range
The normal range feature of the Angular Sparkline is a horizontal stripe representing some pre-defined meaningful range when the data is being visualized. The normal range can be set as a shaded area outlined with the desired color.
@@ -107,9 +89,6 @@ You can also configure whether to show the normal range in front of or behind th
-
-
-
## Trendlines
The Angular Sparkline has support for a range of trendlines that display as another layer on top of the actual sparkline layer. To display a sparkline, you can use the property.
@@ -122,9 +101,6 @@ The sample below shows all the available trendlines via the dropdown:
-
-
-
## Unknown Value Interpolation
The Angular Sparkline can detect unknown values and render the space for unknown values through a specified interpolation algorithm. If your data contains null values and you do not use this feature, meaning no interpolation is specified, the unknown value will not be plotted.
@@ -133,18 +109,12 @@ To plot the unknown values, you can set the
-
-
-
-
## Sparkline in Data Grid
You can embed the Angular Sparkline in a template column of data grid or other UI controls that support templates. The following code example shows how to do this:
-
-
## Additional Resources
You can find more information about related chart types in these topics:
diff --git a/docs/angular/src/content/en/components/charts/types/stacked-chart.mdx b/docs/angular/src/content/en/components/charts/types/stacked-chart.mdx
index 0baf3edc99..d3f6e43c99 100644
--- a/docs/angular/src/content/en/components/charts/types/stacked-chart.mdx
+++ b/docs/angular/src/content/en/components/charts/types/stacked-chart.mdx
@@ -19,10 +19,6 @@ The following example, you can use the drop-down to switch between all of the di
-
-
-
-
The following sections demonstrate individual types of Ignite UI for Angular Stacked Charts.
## Angular Stacked Area Chart
@@ -33,11 +29,6 @@ You can create this type of chart in the
-
-
-
-
-
## Angular Stacked 100 Area Chart
Sometimes the series represent part of a whole being changed over time e.g. a country's energy consumption related to the sources from which it is produced. In such cases representing all stacked elements equally may be a better idea.
@@ -45,11 +36,6 @@ You can create this type of chart in the
-
-
-
-
-
## Angular Stacked Bar Chart
A Stacked Bar Chart, or Stacked Bar Graph, is a type of category chart that is used to compare the composition of different categories of data by displaying different sized fragments in the horizontal bars of the chart. The length of each bar, or stack of fragments, is proportionate to its overall value.
@@ -60,11 +46,6 @@ In this example of an Stacked Bar Chart, we have a Numeric X Axis (bottom labels
-
-
-
-
-
## Angular Stacked 100% Bar Chart
The Angular Stacked 100% Bar Chart is identical to the Angular stacked bar chart in all aspects except in their treatment of the values on X-Axis (bottom labels of the chart). Instead of presenting a direct representation of the data, the stacked 100% bar chart presents the data in terms of percent of the sum of all values in a data point.
@@ -73,11 +54,6 @@ In this example of a Stacked 100% Bar Chart, the Energy Product values are shown
-
-
-
-
-
## Angular Stacked Column Chart
The Stacked Column Chart is identical to the [Column Chart](column-chart.md) in all aspects, except the series are represented on top of one another rather than to the side. The Stacked Column Chart is used to show comparing results between series. Each stacked fragment in the collection represents one visual element in each stack. Each stack can contain both positive and negative values. All positive values are grouped on the positive side of the Y-Axis, and all negative values are grouped on the negative side of the Y-Axis. The Stacked Column Chart uses the same concepts of data plotting as the Stacked Bar Chart but data points are stacked along vertical line (Y-Axis) rather than along horizontal line (X-Axis).
@@ -86,11 +62,6 @@ You can create this type of chart in the
-
-
-
-
-
## Angular Stacked 100% Column Chart
The Stacked 100% Column Chart is identical to the Stacked Column Chart in all aspects except in their treatment of the values on Y-Axis. Instead of presenting a direct representation of the data, the Stacked 100% Column Chart presents the data in terms of percent of the sum of all values in a data point.
@@ -99,22 +70,12 @@ The example below shows a study made for online shopping traffic by departments
-
-
-
-
-
## Angular Stacked Line Chart
The Stacked Line Chart is often used to show the change of value over time such as the amount of renewable electricity produced for several years between regions. You can create this type of chart in the control by binding your data to a , as shown in the example below:
-
-
-
-
-
## Angular Stacked 100% Line Chart
The Stacked 100% Line Chart is identical to the Stacked Line Chart in all aspects except in their treatment of the values on y-axis. Instead of presenting a direct representation of the data, the Stacked 100% Line Chart presents the data in terms of percent of the sum of all values in a data point. The example below shows a study made for online shopping traffic by departments via tablet, phone and personal computers.
@@ -123,11 +84,6 @@ You can create this type of chart in the
-
-
-
-
-
## Angular Stacked Spline Area Chart
Stacked Spline Area Charts are rendered using a collection of points connected by curved spline segments, with the area below the curved spline fill in and stacked on top of each other. Stacked Spline Area Charts follow all of the same requirements as [Area Chart](area-chart.md), with the only difference being that the visually shaded areas are stacked on top of each other.
@@ -136,11 +92,6 @@ You can create this type of chart in the
-
-
-
-
-
## Angular Stacked 100% Spline Area Chart
The Stacked 100% Spline Area Chart is identical to the Stacked Spline Area Chart in all aspects except for the treatment of the values on the y-axis. Instead of presenting a direct representation of the data, the Stacked 100% Spline Area Chart presents the data in terms of a percent of the sum of all values in a particular data point. Sometimes the chart represents part of a whole being changed over time. For example, a country's energy consumption related to the sources from which it is produced. In such cases, representing all stacked elements equally may be a better idea.
@@ -149,22 +100,12 @@ You can create this type of chart in the
-
-
-
-
-
## Angular Stacked Spline Chart
The Stacked Spline Chart is often used to show the change of value over time such as the amount of renewable electricity produced for several years between regions. You can create this type of chart in the control by binding your data to a , as shown in the example below.
-
-
-
-
-
## Angular Stacked 100% Spline Chart
The Stacked 100% Spline Chart is identical to the Stacked Spline Chart in all aspects except in their treatment of the values on y-axis. Instead of presenting a direct representation of the data, the Stacked 100% Spline Chart presents the data in terms of percent of the sum of all values in a data point. The example below shows a study made for online shopping traffic by departments via tablet, phone and personal computers.
@@ -173,13 +114,7 @@ You can create this type of chart in the
-
-
-
-
-
## Additional Resources
-
You can find more information about related chart types in these topics:
- [Area Chart](area-chart.md)
diff --git a/docs/angular/src/content/en/components/charts/types/step-chart.mdx b/docs/angular/src/content/en/components/charts/types/step-chart.mdx
index 3f687f5457..22888dc718 100644
--- a/docs/angular/src/content/en/components/charts/types/step-chart.mdx
+++ b/docs/angular/src/content/en/components/charts/types/step-chart.mdx
@@ -19,10 +19,6 @@ You can create Angular Step Area Chart in the
-
-
-
-
## Angular Step Line Chart
The Angular Step Line Chart is very similar to Step Area Chart, except that the area below lines are filled in.
@@ -31,20 +27,12 @@ You can create Step Line Chart in the
-
-
-
-
## Angular Step Chart Styling
If you need Step Charts with more features such as composite other series, you can configure the , , , lines' , and lines' properties on the control as demonstrated below.
-
-
-
-
## Additional Resources
You can find more information about related chart types in these topics:
@@ -53,6 +41,5 @@ You can find more information about related chart types in these topics:
- [Line Chart](line-chart.md)
- [Chart Markers](../features/chart-markers.md)
-
## API References
diff --git a/docs/angular/src/content/en/components/charts/types/stock-chart.mdx b/docs/angular/src/content/en/components/charts/types/stock-chart.mdx
index 45eba4cfad..177818b79e 100644
--- a/docs/angular/src/content/en/components/charts/types/stock-chart.mdx
+++ b/docs/angular/src/content/en/components/charts/types/stock-chart.mdx
@@ -19,10 +19,6 @@ You can create Stock Chart using the
-
-
-
-
## Stock Chart Recommendations
### Are Angular Stock Charts right for your project?
@@ -66,30 +62,18 @@ As a Stock Chart is meant to allow the user to perform data analysis functions,
-
-
-
-
## Angular Stock Chart
In this example the Stock Chart is representing the S&P 500 over the course of a year; useful for investors and conducting technical analysis and forecasting future pricing/reports.
-
-
-
-
## Angular Stock Chart Styling
If you need a Stock Chart with more features such as composite other series, you can configure the thickness, outlines, brushes, negative outlines, negative brushes as demonstrated below. In this example, the stock chart is comparing revenue between Amazon, Microsoft and Tesla.
-
-
-
-
## Angular Chart Annotations
The Crosshair Annotation Layer provides crossing lines that meet at the actual value of every targeted series. Crosshair types include: Horizontal, Vertical, and Both. The Crosshairs can also be configured to snap to data points by setting the property to true, otherwise the crosshairs will be interpolated between data points. Annotations can also be enabled to display the crosshair's value along the axis.
@@ -102,10 +86,6 @@ Note: When using the ordinal X axis mode, the CalloutsXMemberPath should point t
-
-
-
-
## Angular Chart Panes
The following panes are available:
@@ -138,10 +118,6 @@ In this example, the stock chart is plotting revenue for United States.
-
-
-
-
## Additional Resources
You can find more information about related chart features in these topics:
@@ -152,6 +128,5 @@ You can find more information about related chart features in these topics:
- [Chart Trendlines](../features/chart-trendlines.md)
- [Chart Performance](../features/chart-performance.md)
-
## API References
diff --git a/docs/angular/src/content/en/components/charts/types/treemap-chart.mdx b/docs/angular/src/content/en/components/charts/types/treemap-chart.mdx
index fa03097a4c..12c6456150 100644
--- a/docs/angular/src/content/en/components/charts/types/treemap-chart.mdx
+++ b/docs/angular/src/content/en/components/charts/types/treemap-chart.mdx
@@ -19,10 +19,6 @@ In the following example, the demonstrat
-
-
-
-
## Treemap Recommendations
### Are Angular Treemaps right for your project?
@@ -66,10 +62,6 @@ In the following example, the treemap demonstrates the ability of changing it's
-
-
-
-
### Layout Types
The Treemap chart displays the relative weight of data. It uses a variety of algorithms to help it determine how the layout of its data items should occur:
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 254328c830..d8e1be1540 100644
--- a/docs/angular/src/content/en/components/spreadsheet-conditional-formatting.mdx
+++ b/docs/angular/src/content/en/components/spreadsheet-conditional-formatting.mdx
@@ -20,6 +20,7 @@ The Angular
## Conditional Formatting Overview
diff --git a/docs/angular/src/content/en/components/spreadsheet-hyperlinks.mdx b/docs/angular/src/content/en/components/spreadsheet-hyperlinks.mdx
index f889c1c2c9..4785820430 100644
--- a/docs/angular/src/content/en/components/spreadsheet-hyperlinks.mdx
+++ b/docs/angular/src/content/en/components/spreadsheet-hyperlinks.mdx
@@ -20,6 +20,7 @@ The Angular Spreadsheet component allows display of pre-existing hyperlinks in y
+
## Hyperlinks Overview
diff --git a/docs/angular/src/content/en/grids_templates/live-data.mdx b/docs/angular/src/content/en/grids_templates/live-data.mdx
index 7fef224cfb..6a4ed63109 100644
--- a/docs/angular/src/content/en/grids_templates/live-data.mdx
+++ b/docs/angular/src/content/en/grids_templates/live-data.mdx
@@ -133,9 +133,8 @@ Take leverage of the [Dock Manager](/dock-manager) WebComponent and build your o
-
-
-
-## Additional Resources
-
+## Additional Resources
- [Virtualization and Performance](/{igPath}/virtualization)
- [Paging](/{igPath}/paging)
- [Filtering](/{igPath}/filtering)
@@ -164,9 +163,8 @@ Our community is active and always welcoming to new ideas.
-
-
-
-## Additional Resources
-
+## Additional Resources
- [Data Grid](/grid/grid)
- [Row Editing](/{igPath}/row-editing)
diff --git a/docs/xplat/src/content/en/components/charts/types/column-chart.mdx b/docs/xplat/src/content/en/components/charts/types/column-chart.mdx
index 51a5278f05..6941d6555e 100644
--- a/docs/xplat/src/content/en/components/charts/types/column-chart.mdx
+++ b/docs/xplat/src/content/en/components/charts/types/column-chart.mdx
@@ -170,10 +170,6 @@ You can find more information about related chart types in these topics:
- [Stacked Chart](stacked-chart.md)
## API References
-
-## API References
-
-
The following table lists API members mentioned in the above sections:
| Chart Type | Control Name | API Members |
diff --git a/docs/xplat/src/content/en/components/charts/types/scatter-chart.mdx b/docs/xplat/src/content/en/components/charts/types/scatter-chart.mdx
index 7dd921143c..bb12a133c7 100644
--- a/docs/xplat/src/content/en/components/charts/types/scatter-chart.mdx
+++ b/docs/xplat/src/content/en/components/charts/types/scatter-chart.mdx
@@ -90,7 +90,6 @@ You can find more information about related chart types in these topics:
- [Shape Chart](shape-chart.md)
## API References
-
The following table lists API members mentioned in the above sections:
|Chart Type | Control Name | API Members |
@@ -101,14 +100,3 @@ The following table lists API members mentioned in the above sections:
|High Density Scatter | | |
|Scatter Area | | |
|Scatter Contour | | |
-
-## API References
-
-
-
-
-
-
-
-
-
diff --git a/src/plugins/rehype-api-references-grid.ts b/src/plugins/rehype-api-references-grid.ts
index 6dc57894c3..2258b150f0 100644
--- a/src/plugins/rehype-api-references-grid.ts
+++ b/src/plugins/rehype-api-references-grid.ts
@@ -7,7 +7,7 @@
* catches the first paragraph.
*
* This plugin walks the HAST, finds every
whose text is "API References",
- * collects all following siblings up to the next heading, strips nodes,
+ * collects all following siblings up to the next heading, strips nodes and blank text nodes,
* and wraps the collected nodes in:
*
…
*/
@@ -41,9 +41,15 @@ function isBlankText(node: HastNode): boolean {
return node.type === 'text' && node.value.trim() === '';
}
-/** Strip blank text nodes from a node list. */
+/** True if the node is a in any form (HTML element or MDX JSX). */
+function isBr(node: HastNode): boolean {
+ return (node.type === 'element' && node.tagName === 'br') ||
+ ((node.type === 'mdxJsxFlowElement' || node.type === 'mdxJsxTextElement') && node.name === 'br');
+}
+
+/** Strip blank text nodes and elements from a node list. */
function stripBlanks(nodes: HastNode[]): HastNode[] {
- return nodes.filter((n) => !isBlankText(n));
+ return nodes.filter((n) => !isBlankText(n) && !isBr(n));
}
export function rehypeApiReferencesGrid() {
From 41f1c275c1c2101ed22272cece8c4141df160a52 Mon Sep 17 00:00:00 2001
From: dobromirts
Date: Thu, 28 May 2026 17:22:25 +0300
Subject: [PATCH 5/7] fix xplat builds
---
.../content/en/components/grids/_shared/advanced-filtering.mdx | 1 +
1 file changed, 1 insertion(+)
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 78eaf064ce..01bbc0539b 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
@@ -12,6 +12,7 @@ import DocsAside from 'igniteui-astro-components/components/mdx/DocsAside.astro'
import Sample from 'igniteui-astro-components/components/mdx/Sample.astro';
import PlatformBlock from 'igniteui-astro-components/components/mdx/PlatformBlock.astro';
import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
+
# {Platform} {ComponentTitle} Advanced Filtering
The {ProductName} Advanced Filtering in {Platform} {ComponentTitle} allows you to manipulate data by providing you with a dialog where you can create different groups with filtering conditions across all columns in the .
From 64465cead2cff60c19cc0a2493397fd811e533bb Mon Sep 17 00:00:00 2001
From: dobromirts
Date: Thu, 28 May 2026 18:29:40 +0300
Subject: [PATCH 6/7] chore(*): update leftover tables and add dev server stict
false option
---
docs/angular/astro.config.ts | 3 +-
.../src/content/en/components/avatar.mdx | 25 +-
.../src/content/en/components/badge.mdx | 25 +-
.../content/en/components/button-group.mdx | 173 +---
.../src/content/en/components/calendar.mdx | 444 ++++------
.../src/content/en/components/card.mdx | 37 +-
.../src/content/en/components/carousel.mdx | 312 ++-----
.../src/content/en/components/checkbox.mdx | 93 +-
.../src/content/en/components/chip.mdx | 135 +--
.../src/content/en/components/combo.mdx | 67 +-
.../src/content/en/components/dialog.mdx | 33 +-
.../src/content/en/components/drop-down.mdx | 131 +--
.../content/en/components/expansion-panel.mdx | 55 +-
.../src/content/en/components/icon-button.mdx | 356 ++++----
.../src/content/en/components/input-group.mdx | 396 +++------
.../src/content/en/components/list.mdx | 221 +----
.../src/content/en/components/navbar.mdx | 33 +-
.../content/en/components/query-builder.mdx | 31 +-
.../content/en/components/radio-button.mdx | 55 +-
.../src/content/en/components/select.mdx | 27 +-
.../content/en/components/slider/slider.mdx | 206 ++---
.../src/content/en/components/stepper.mdx | 115 +--
.../src/content/en/components/switch.mdx | 264 ++----
.../src/content/en/components/tabs.mdx | 388 +++------
.../src/content/en/components/tree.mdx | 64 +-
.../src/content/jp/components/avatar.mdx | 25 +-
.../src/content/jp/components/badge.mdx | 25 +-
.../content/jp/components/button-group.mdx | 173 +---
.../src/content/jp/components/calendar.mdx | 444 ++++------
.../src/content/jp/components/card.mdx | 37 +-
.../src/content/jp/components/carousel.mdx | 624 +++-----------
.../charts/features/chart-markers.mdx | 10 +
.../src/content/jp/components/checkbox.mdx | 93 +-
.../src/content/jp/components/chip.mdx | 135 +--
.../src/content/jp/components/combo.mdx | 67 +-
.../src/content/jp/components/dialog.mdx | 33 +-
.../src/content/jp/components/drop-down.mdx | 131 +--
.../content/jp/components/expansion-panel.mdx | 55 +-
.../src/content/jp/components/icon-button.mdx | 356 ++++----
.../src/content/jp/components/input-group.mdx | 792 ++++++------------
.../src/content/jp/components/list.mdx | 221 +----
.../src/content/jp/components/navbar.mdx | 33 +-
.../content/jp/components/query-builder.mdx | 31 +-
.../content/jp/components/radio-button.mdx | 55 +-
.../src/content/jp/components/select.mdx | 27 +-
.../content/jp/components/slider/slider.mdx | 206 ++---
.../src/content/jp/components/stepper.mdx | 115 +--
.../src/content/jp/components/switch.mdx | 528 +++---------
.../src/content/jp/components/tabs.mdx | 388 +++------
.../src/content/jp/components/tree.mdx | 63 +-
docs/xplat/astro.config.ts | 3 +-
51 files changed, 2196 insertions(+), 6163 deletions(-)
diff --git a/docs/angular/astro.config.ts b/docs/angular/astro.config.ts
index c3215eae83..f97a661c80 100644
--- a/docs/angular/astro.config.ts
+++ b/docs/angular/astro.config.ts
@@ -1,4 +1,4 @@
-// @ts-check
+// @ts-check
import path from 'node:path';
import { fileURLToPath } from 'node:url';
import { createDocsSite, type DocsMode } from 'docs-template/integration';
@@ -105,5 +105,6 @@ export default createDocsSite({
'@xplat-images': path.join(__dirname, 'src', 'content', docsLang, 'images'),
},
},
+ server: { fs: { strict: false } },
},
});
diff --git a/docs/angular/src/content/en/components/avatar.mdx b/docs/angular/src/content/en/components/avatar.mdx
index dbc64d79be..046e32b8c0 100644
--- a/docs/angular/src/content/en/components/avatar.mdx
+++ b/docs/angular/src/content/en/components/avatar.mdx
@@ -157,27 +157,10 @@ You should see something like this:
Changing the `$background` property automatically updates the following dependent properties:
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$background
-
$color
-
The text color used for the avatar.
-
-
-
-
$icon-color
-
The icon color used for the avatar.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $color | The text color used for the avatar. |
+| | $icon-color | The icon color used for the avatar. |
To get started with styling the avatar, we need to import the `index` file, where all the theme functions and component mixins live:
diff --git a/docs/angular/src/content/en/components/badge.mdx b/docs/angular/src/content/en/components/badge.mdx
index 881ba6a225..0edd62c9bc 100644
--- a/docs/angular/src/content/en/components/badge.mdx
+++ b/docs/angular/src/content/en/components/badge.mdx
@@ -343,27 +343,10 @@ If the sample is configured properly, a list of members should be displayed and
Changing the `$background-color` property automatically updates the following dependent properties:
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$background-color
-
$icon-color
-
The color used for icons in the badge.
-
-
-
-
$text-color
-
The color used for text in the badge.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background-color** | $icon-color | The color used for icons in the badge. |
+| | $text-color | The color used for text in the badge. |
To get started with styling the badges, we need to import the `index` file, where all the theme functions and component mixins live:
diff --git a/docs/angular/src/content/en/components/button-group.mdx b/docs/angular/src/content/en/components/button-group.mdx
index 9dda0fbbdf..dcb0b13faf 100644
--- a/docs/angular/src/content/en/components/button-group.mdx
+++ b/docs/angular/src/content/en/components/button-group.mdx
@@ -250,154 +250,31 @@ public ngOnInit() {
When you set a value for the `$item-background` property, all related dependent properties listed in the table below are automatically updated to maintain visual consistency. The table shows which properties are affected when you customize the primary property.
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
- {/* group for item-background */}
-
-
-
- $item-background
-
-
$item-hover-background
-
The hover background color for items.
-
-
-
-
$item-selected-background
-
The selected item background color.
-
-
-
-
$item-focused-background
-
The focused item background color.
-
-
-
-
$disabled-background-color
-
The disabled item background color.
-
-
-
-
$item-border-color
-
The border color for items.
-
-
-
-
$item-text-color
-
The text color for items.
-
-
-
-
$idle-shadow-color
-
The idle shadow color for items.
-
-
-
- {/* group for item-hover-background */}
-
-
-
- $item-hover-background
-
-
$item-selected-hover-background
-
The selected item hover background color.
-
-
-
-
$item-focused-hover-background
-
The focused hover background color.
-
-
-
-
$item-hover-text-color
-
The text color for hovered items.
-
-
-
-
$item-hover-icon-color
-
The icon color for hovered items.
-
-
-
- {/* group for item-selected-background */}
-
-
-
- $item-selected-background
-
-
$item-selected-focus-background
-
The selected item focus background color.
-
-
-
-
$disabled-selected-background
-
The disabled selected background color.
-
-
-
-
$item-selected-text-color
-
The text color for selected items.
-
-
-
-
$item-selected-icon-color
-
The icon color for selected items.
-
-
-
-
$item-selected-hover-text-color
-
The text color for selected hover items.
-
-
-
-
$item-selected-hover-icon-color
-
The icon color for selected hover items.
-
-
-
- {/* group for item-border-color */}
-
-
-
- $item-border-color
-
-
$item-hover-border-color
-
The border color for hovered items.
-
-
-
-
$item-focused-border-color
-
The border color for focused items.
-
-
-
-
$item-selected-border-color
-
The border color for selected items.
-
-
-
-
$item-selected-hover-border-color
-
The border color for selected hover items.
-
-
-
-
$item-disabled-border
-
The border color for disabled items.
-
-
-
-
$disabled-selected-border-color
-
The border color for disabled selected items.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$item-background** | $item-hover-background | The hover background color for items. |
+| | $item-selected-background | The selected item background color. |
+| | $item-focused-background | The focused item background color. |
+| | $disabled-background-color | The disabled item background color. |
+| | $item-border-color | The border color for items. |
+| | $item-text-color | The text color for items. |
+| | $idle-shadow-color | The idle shadow color for items. |
+| **$item-hover-background** | $item-selected-hover-background | The selected item hover background color. |
+| | $item-focused-hover-background | The focused hover background color. |
+| | $item-hover-text-color | The text color for hovered items. |
+| | $item-hover-icon-color | The icon color for hovered items. |
+| **$item-selected-background** | $item-selected-focus-background | The selected item focus background color. |
+| | $disabled-selected-background | The disabled selected background color. |
+| | $item-selected-text-color | The text color for selected items. |
+| | $item-selected-icon-color | The icon color for selected items. |
+| | $item-selected-hover-text-color | The text color for selected hover items. |
+| | $item-selected-hover-icon-color | The icon color for selected hover items. |
+| **$item-border-color** | $item-hover-border-color | The border color for hovered items. |
+| | $item-focused-border-color | The border color for focused items. |
+| | $item-selected-border-color | The border color for selected items. |
+| | $item-selected-hover-border-color | The border color for selected hover items. |
+| | $item-disabled-border | The border color for disabled items. |
+| | $disabled-selected-border-color | The border color for disabled selected items. |
To get started with styling the button group, we need to import the `index` file, where all the theme functions and component mixins live:
diff --git a/docs/angular/src/content/en/components/calendar.mdx b/docs/angular/src/content/en/components/calendar.mdx
index 569147efa7..0f77707c40 100644
--- a/docs/angular/src/content/en/components/calendar.mdx
+++ b/docs/angular/src/content/en/components/calendar.mdx
@@ -447,293 +447,193 @@ When you modify the `$header-background` and `$content-background` properties, a
{/* Material Theme Table */}
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$header-background
-
$header-foreground
-
Text color for the calendar header
-
-
$picker-hover-foreground
Picker hover foreground
-
$picker-focus-foreground
Picker focus foreground
-
$navigation-hover-color
Hover color for navigation
-
$navigation-focus-color
Focus color for navigation
-
$date-selected-background
Background for selected dates
-
$date-selected-current-background
Selected current date background
-
$date-selected-foreground
Foreground for selected dates
-
$date-selected-current-foreground
Foreground for selected current date
-
$date-selected-current-border-color
Border color for selected current date
-
$date-selected-special-border-color
Border color for selected special dates
-
$ym-selected-background
Year/month selected background
-
$ym-selected-hover-background
Hover background for year/month selected date
-
$ym-selected-current-background
Current selected year/month background
-
$ym-selected-current-hover-background
Hover background for current selected year/month
-
$ym-selected-foreground
Foreground for selected year/month
-
$ym-selected-hover-foreground
Hover foreground for selected year/month
-
$ym-selected-current-foreground
Foreground for current selected year/month
-
$ym-selected-current-hover-foreground
Hover foreground for current selected year/month
-
-
-
-
$content-background
-
$content-foreground
-
Text and icon color inside calendar content area
-
-
$weekend-color
Color for weekend dates
-
$inactive-color
Color for dates outside active range
-
$weekday-color
Color for weekday labels
-
$picker-background
Picker background
-
$date-hover-background
Background for hovered dates
-
$date-hover-foreground
Foreground for hovered dates
-
$date-focus-background
Background for focused dates
-
$date-focus-foreground
Foreground for focused dates
-
$date-current-background
Background for the current date
-
$date-current-foreground
Foreground for the current date
-
$date-current-border-color
Border color for the current date
-
$ym-current-background
Year/month current background
-
$ym-current-hover-background
Hover background for current year/month
-
$ym-current-foreground
Foreground for current year/month
-
$ym-current-hover-foreground
Hover foreground for current year/month
-
$date-selected-range-background
Selected range background
-
$date-selected-range-foreground
Foreground for selected date ranges
-
$date-selected-current-range-background
Background for selected current date ranges
-
$date-selected-current-range-hover-background
Hover background for selected current date ranges
-
$date-selected-current-range-focus-background
Focus background for selected current date ranges
-
$date-selected-current-range-foreground
Foreground for selected current date ranges
-
$date-special-foreground
Foreground for special dates
-
$date-special-border-color
Border color for special dates
-
$date-special-hover-border-color
Hover border color for special dates
-
$date-special-focus-foreground
Focus foreground for special dates
-
$date-special-range-foreground
Foreground for special date ranges
-
$date-special-range-border-color
Border color for special date ranges
-
$date-special-range-hover-background
Hover background for special date ranges
-
$date-selected-special-border-color
Border color for selected special dates
-
$date-selected-special-hover-border-color
Hover border color for selected special dates
-
$date-selected-special-focus-border-color
Focus border color for selected special dates
-
$date-disabled-foreground
Foreground for disabled dates
-
$date-disabled-range-foreground
Foreground for disabled ranges
-
-
-
-
$date-border-radius
-
$date-range-border-radius
-
Controls the border radius for date ranges.
-
-
$date-current-border-radius
Controls the border radius for the current date.
-
$date-special-border-radius
Controls the border radius for special dates.
-
$date-border-radius
If not specified and $date-range-border-radius is set, uses the value of $date-range-border-radius.
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$header-background** | $header-foreground | Text color for the calendar header |
+| | $picker-hover-foreground | Picker hover foreground |
+| | $picker-focus-foreground | Picker focus foreground |
+| | $navigation-hover-color | Hover color for navigation |
+| | $navigation-focus-color | Focus color for navigation |
+| | $date-selected-background | Background for selected dates |
+| | $date-selected-current-background | Selected current date background |
+| | $date-selected-foreground | Foreground for selected dates |
+| | $date-selected-current-foreground | Foreground for selected current date |
+| | $date-selected-current-border-color | Border color for selected current date |
+| | $date-selected-special-border-color | Border color for selected special dates |
+| | $ym-selected-background | Year/month selected background |
+| | $ym-selected-hover-background | Hover background for year/month selected date |
+| | $ym-selected-current-background | Current selected year/month background |
+| | $ym-selected-current-hover-background | Hover background for current selected year/month |
+| | $ym-selected-foreground | Foreground for selected year/month |
+| | $ym-selected-hover-foreground | Hover foreground for selected year/month |
+| | $ym-selected-current-foreground | Foreground for current selected year/month |
+| | $ym-selected-current-hover-foreground | Hover foreground for current selected year/month |
+| **$content-background** | $content-foreground | Text and icon color inside calendar content area |
+| | $weekend-color | Color for weekend dates |
+| | $inactive-color | Color for dates outside active range |
+| | $weekday-color | Color for weekday labels |
+| | $picker-background | Picker background |
+| | $date-hover-background | Background for hovered dates |
+| | $date-hover-foreground | Foreground for hovered dates |
+| | $date-focus-background | Background for focused dates |
+| | $date-focus-foreground | Foreground for focused dates |
+| | $date-current-background | Background for the current date |
+| | $date-current-foreground | Foreground for the current date |
+| | $date-current-border-color | Border color for the current date |
+| | $ym-current-background | Year/month current background |
+| | $ym-current-hover-background | Hover background for current year/month |
+| | $ym-current-foreground | Foreground for current year/month |
+| | $ym-current-hover-foreground | Hover foreground for current year/month |
+| | $date-selected-range-background | Selected range background |
+| | $date-selected-range-foreground | Foreground for selected date ranges |
+| | $date-selected-current-range-background | Background for selected current date ranges |
+| | $date-selected-current-range-hover-background | Hover background for selected current date ranges |
+| | $date-selected-current-range-focus-background | Focus background for selected current date ranges |
+| | $date-selected-current-range-foreground | Foreground for selected current date ranges |
+| | $date-special-foreground | Foreground for special dates |
+| | $date-special-border-color | Border color for special dates |
+| | $date-special-hover-border-color | Hover border color for special dates |
+| | $date-special-focus-foreground | Focus foreground for special dates |
+| | $date-special-range-foreground | Foreground for special date ranges |
+| | $date-special-range-border-color | Border color for special date ranges |
+| | $date-special-range-hover-background | Hover background for special date ranges |
+| | $date-selected-special-border-color | Border color for selected special dates |
+| | $date-selected-special-hover-border-color | Hover border color for selected special dates |
+| | $date-selected-special-focus-border-color | Focus border color for selected special dates |
+| | $date-disabled-foreground | Foreground for disabled dates |
+| | $date-disabled-range-foreground | Foreground for disabled ranges |
+| **$date-border-radius** | $date-range-border-radius | Controls the border radius for date ranges. |
+| | $date-current-border-radius | Controls the border radius for the current date. |
+| | $date-special-border-radius | Controls the border radius for special dates. |
+| | $date-border-radius | If not specified and `$date-range-border-radius` is set, uses the value of `$date-range-border-radius`. |
{/* Fluent Theme Table */}
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$header-background
-
$header-foreground
-
Text color for the calendar header
-
-
$picker-hover-foreground
Picker hover foreground
-
$picker-focus-foreground
Picker focus foreground
-
$date-current-background
Background for the current date
-
$date-current-hover-foreground
Hover foreground for the current date
-
$date-current-focus-foreground
Focus foreground for the current date
-
$date-selected-current-foreground
Foreground for the currently selected date
-
$date-selected-current-hover-foreground
Hover foreground for the currently selected date
-
$date-selected-current-focus-foreground
Focus foreground for the currently selected date
-
$date-special-border-color
Border color for special dates
-
$date-special-hover-foreground
Hover foreground for special dates
-
-
-
-
$content-background
-
$content-foreground
-
Text and icon color inside calendar content area
-
-
$weekend-color
Color for weekend dates
-
$inactive-color
Color for dates outside active range
-
$weekday-color
Color for weekday labels
-
$picker-background
Picker background
-
$date-hover-background
Background for hovered dates
-
$date-hover-foreground
Foreground for hovered dates
-
$date-focus-background
Background for focused dates
-
$date-focus-foreground
Foreground for focused dates
-
$date-selected-background
Background for selected dates
-
$date-selected-hover-background
Hover background for selected dates
-
$date-selected-focus-background
Focus background for selected dates
-
$date-selected-foreground
Foreground for selected dates
-
$date-selected-hover-foreground
Hover foreground for selected dates
-
$date-selected-focus-foreground
Focus foreground for selected dates
-
$date-selected-range-background
Background for selected date ranges
-
$date-selected-range-foreground
Foreground for selected date ranges
-
$date-disabled-foreground
Foreground for disabled dates
-
$date-disabled-range-foreground
Foreground for disabled ranges
-
-
-
-
$date-border-radius
-
$date-range-border-radius
-
Controls the border radius for date ranges.
-
-
$date-current-border-radius
Controls the border radius for the current date.
-
$date-special-border-radius
Controls the border radius for special dates.
-
$date-border-radius
If not specified and $date-range-border-radius is set, uses the value of $date-range-border-radius.
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$header-background** | $header-foreground | Text color for the calendar header |
+| | $picker-hover-foreground | Picker hover foreground |
+| | $picker-focus-foreground | Picker focus foreground |
+| | $date-current-background | Background for the current date |
+| | $date-current-hover-foreground | Hover foreground for the current date |
+| | $date-current-focus-foreground | Focus foreground for the current date |
+| | $date-selected-current-foreground | Foreground for the currently selected date |
+| | $date-selected-current-hover-foreground | Hover foreground for the currently selected date |
+| | $date-selected-current-focus-foreground | Focus foreground for the currently selected date |
+| | $date-special-border-color | Border color for special dates |
+| | $date-special-hover-foreground | Hover foreground for special dates |
+| **$content-background** | $content-foreground | Text and icon color inside calendar content area |
+| | $weekend-color | Color for weekend dates |
+| | $inactive-color | Color for dates outside active range |
+| | $weekday-color | Color for weekday labels |
+| | $picker-background | Picker background |
+| | $date-hover-background | Background for hovered dates |
+| | $date-hover-foreground | Foreground for hovered dates |
+| | $date-focus-background | Background for focused dates |
+| | $date-focus-foreground | Foreground for focused dates |
+| | $date-selected-background | Background for selected dates |
+| | $date-selected-hover-background | Hover background for selected dates |
+| | $date-selected-focus-background | Focus background for selected dates |
+| | $date-selected-foreground | Foreground for selected dates |
+| | $date-selected-hover-foreground | Hover foreground for selected dates |
+| | $date-selected-focus-foreground | Focus foreground for selected dates |
+| | $date-selected-range-background | Background for selected date ranges |
+| | $date-selected-range-foreground | Foreground for selected date ranges |
+| | $date-disabled-foreground | Foreground for disabled dates |
+| | $date-disabled-range-foreground | Foreground for disabled ranges |
+| **$date-border-radius** | $date-range-border-radius | Controls the border radius for date ranges. |
+| | $date-current-border-radius | Controls the border radius for the current date. |
+| | $date-special-border-radius | Controls the border radius for special dates. |
+| | $date-border-radius | If not specified and `$date-range-border-radius` is set, uses the value of `$date-range-border-radius`. |
{/* Bootstrap Theme Table */}
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$header-background
-
$header-foreground
-
Text color for the calendar header
-
-
$picker-background
Picker background
-
$picker-hover-foreground
Picker hover foreground
-
$weekday-color
Color for weekday labels
-
$picker-focus-foreground
Picker focus foreground
-
$date-special-border-color
Border color for special dates
-
$date-special-focus-foreground
Focus foreground for special dates
-
-
-
-
$content-background
-
$content-foreground
-
Text and icon color inside calendar content area
-
-
$weekend-color
Color for weekend dates
-
$inactive-color
Color for dates outside active range
-
$weekday-color
Color for weekday labels
-
$date-hover-background
Background for hovered dates
-
$date-hover-foreground
Foreground for hovered dates
-
$date-focus-background
Background for focused dates
-
$date-focus-foreground
Foreground for focused dates
-
$date-current-background
Background for the current date
-
$date-current-foreground
Foreground for the current date
-
$date-current-border-color
Border color for the current date
-
$date-selected-background
Background for selected dates
-
$date-selected-current-background
Background for the currently selected date
-
$date-selected-foreground
Foreground for selected dates
-
$date-selected-current-foreground
Foreground for the currently selected date
-
$date-selected-special-border-color
Border color for selected special dates
-
$date-selected-special-hover-border-color
Hover border color for selected special dates
-
$date-selected-special-focus-border-color
Focus border color for selected special dates
-
$date-selected-range-background
Background for selected date ranges
-
$date-selected-range-foreground
Foreground for selected date ranges
-
$date-disabled-foreground
Foreground for disabled dates
-
$date-disabled-range-foreground
Foreground for disabled ranges
-
-
-
-
$date-border-radius
-
$date-range-border-radius
-
Controls the border radius for date ranges.
-
-
$date-current-border-radius
Controls the border radius for the current date.
-
$date-special-border-radius
Controls the border radius for special dates.
-
$date-border-radius
If not specified and $date-range-border-radius is set, uses the value of $date-range-border-radius.
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$header-background** | $header-foreground | Text color for the calendar header |
+| | $picker-background | Picker background |
+| | $picker-hover-foreground | Picker hover foreground |
+| | $weekday-color | Color for weekday labels |
+| | $picker-focus-foreground | Picker focus foreground |
+| | $date-special-border-color | Border color for special dates |
+| | $date-special-focus-foreground | Focus foreground for special dates |
+| **$content-background** | $content-foreground | Text and icon color inside calendar content area |
+| | $weekend-color | Color for weekend dates |
+| | $inactive-color | Color for dates outside active range |
+| | $weekday-color | Color for weekday labels |
+| | $date-hover-background | Background for hovered dates |
+| | $date-hover-foreground | Foreground for hovered dates |
+| | $date-focus-background | Background for focused dates |
+| | $date-focus-foreground | Foreground for focused dates |
+| | $date-current-background | Background for the current date |
+| | $date-current-foreground | Foreground for the current date |
+| | $date-current-border-color | Border color for the current date |
+| | $date-selected-background | Background for selected dates |
+| | $date-selected-current-background | Background for the currently selected date |
+| | $date-selected-foreground | Foreground for selected dates |
+| | $date-selected-current-foreground | Foreground for the currently selected date |
+| | $date-selected-special-border-color | Border color for selected special dates |
+| | $date-selected-special-hover-border-color | Hover border color for selected special dates |
+| | $date-selected-special-focus-border-color | Focus border color for selected special dates |
+| | $date-selected-range-background | Background for selected date ranges |
+| | $date-selected-range-foreground | Foreground for selected date ranges |
+| | $date-disabled-foreground | Foreground for disabled dates |
+| | $date-disabled-range-foreground | Foreground for disabled ranges |
+| **$date-border-radius** | $date-range-border-radius | Controls the border radius for date ranges. |
+| | $date-current-border-radius | Controls the border radius for the current date. |
+| | $date-special-border-radius | Controls the border radius for special dates. |
+| | $date-border-radius | If not specified and `$date-range-border-radius` is set, uses the value of `$date-range-border-radius`. |
{/* Indigo Theme Table */}
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$header-background
-
$header-foreground
-
Text color for the calendar header
-
-
$picker-background
Picker background
-
$picker-hover-foreground
Picker hover foreground
-
$picker-focus-foreground
Picker focus foreground
-
$navigation-hover-color
Navigation hover color
-
$navigation-focus-color
Navigation focus color
-
$date-current-background
Background for the current date
-
$date-current-border-color
Border color for the current date
-
$date-current-hover-background
Background for hovered current date
-
$date-current-hover-border-color
Border color for hovered current date
-
$date-current-focus-background
Background for focused current date
-
$date-current-focus-border-color
Border color for focused current date
-
$date-current-foreground
Foreground for the current date
-
$date-current-hover-foreground
Foreground for hovered current date
-
$date-current-focus-foreground
Foreground for focused current date
-
$date-selected-current-border-color
Border color for the currently selected date
-
-
-
-
$content-background
-
$content-foreground
-
Text and icon color inside calendar content area
-
-
$weekend-color
Color for weekend dates
-
$inactive-color
Color for dates outside active range
-
$weekday-color
Color for weekday labels
-
$date-hover-background
Background for hovered dates
-
$date-hover-foreground
Foreground for hovered dates
-
$date-focus-background
Background for focused dates
-
$date-focus-foreground
Foreground for focused dates
-
$date-selected-background
Background for selected dates
-
$date-selected-current-background
Background for the currently selected date
-
$date-selected-foreground
Foreground for selected dates
-
$date-selected-current-foreground
Foreground for the currently selected date
-
$date-selected-current-border-color
Border color for the currently selected date
-
$date-selected-range-background
Background for selected date ranges
-
$date-selected-range-foreground
Foreground for selected date ranges
-
$date-selected-current-range-background
Background for the current date in a selected range
-
$date-selected-current-range-hover-background
Hover background for the current date in a selected range
-
$date-selected-current-range-foreground
Foreground for the current date in a selected range
-
$date-disabled-foreground
Foreground for disabled dates
-
$date-disabled-range-foreground
Foreground for disabled ranges
-
-
-
-
$date-border-radius
-
$date-range-border-radius
-
Controls the border radius for date ranges.
-
-
$date-current-border-radius
Controls the border radius for the current date.
-
$date-special-border-radius
Controls the border radius for special dates.
-
$date-border-radius
If not specified and $date-range-border-radius is set, uses the value of $date-range-border-radius.
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$header-background** | $header-foreground | Text color for the calendar header |
+| | $picker-background | Picker background |
+| | $picker-hover-foreground | Picker hover foreground |
+| | $picker-focus-foreground | Picker focus foreground |
+| | $navigation-hover-color | Navigation hover color |
+| | $navigation-focus-color | Navigation focus color |
+| | $date-current-background | Background for the current date |
+| | $date-current-border-color | Border color for the current date |
+| | $date-current-hover-background | Background for hovered current date |
+| | $date-current-hover-border-color | Border color for hovered current date |
+| | $date-current-focus-background | Background for focused current date |
+| | $date-current-focus-border-color | Border color for focused current date |
+| | $date-current-foreground | Foreground for the current date |
+| | $date-current-hover-foreground | Foreground for hovered current date |
+| | $date-current-focus-foreground | Foreground for focused current date |
+| | $date-selected-current-border-color | Border color for the currently selected date |
+| **$content-background** | $content-foreground | Text and icon color inside calendar content area |
+| | $weekend-color | Color for weekend dates |
+| | $inactive-color | Color for dates outside active range |
+| | $weekday-color | Color for weekday labels |
+| | $date-hover-background | Background for hovered dates |
+| | $date-hover-foreground | Foreground for hovered dates |
+| | $date-focus-background | Background for focused dates |
+| | $date-focus-foreground | Foreground for focused dates |
+| | $date-selected-background | Background for selected dates |
+| | $date-selected-current-background | Background for the currently selected date |
+| | $date-selected-foreground | Foreground for selected dates |
+| | $date-selected-current-foreground | Foreground for the currently selected date |
+| | $date-selected-current-border-color | Border color for the currently selected date |
+| | $date-selected-range-background | Background for selected date ranges |
+| | $date-selected-range-foreground | Foreground for selected date ranges |
+| | $date-selected-current-range-background | Background for the current date in a selected range |
+| | $date-selected-current-range-hover-background | Hover background for the current date in a selected range |
+| | $date-selected-current-range-foreground | Foreground for the current date in a selected range |
+| | $date-disabled-foreground | Foreground for disabled dates |
+| | $date-disabled-range-foreground | Foreground for disabled ranges |
+| **$date-border-radius** | $date-range-border-radius | Controls the border radius for date ranges. |
+| | $date-current-border-radius | Controls the border radius for the current date. |
+| | $date-special-border-radius | Controls the border radius for special dates. |
+| | $date-border-radius | If not specified and `$date-range-border-radius` is set, uses the value of `$date-range-border-radius`. |
diff --git a/docs/angular/src/content/en/components/card.mdx b/docs/angular/src/content/en/components/card.mdx
index 9c321b6e61..8827d25b3a 100644
--- a/docs/angular/src/content/en/components/card.mdx
+++ b/docs/angular/src/content/en/components/card.mdx
@@ -345,37 +345,12 @@ You can justify the buttons so that they are laid out across the entire axis, no
Changing the `$background` property automatically updates the following dependent properties:
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$background
-
$header-text-color
-
The text color of the card title.
-
-
-
-
$subtitle-text-color
-
The text color of the card subtitle.
-
-
-
-
$content-text-color
-
The text color of the card content.
-
-
-
-
$actions-text-color
-
The text color of the card buttons.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $header-text-color | The text color of the card title. |
+| | $subtitle-text-color | The text color of the card subtitle. |
+| | $content-text-color | The text color of the card content. |
+| | $actions-text-color | The text color of the card buttons. |
To get started with styling the card, we need to import the `index` file, where all the theme functions and component mixins live:
diff --git a/docs/angular/src/content/en/components/carousel.mdx b/docs/angular/src/content/en/components/carousel.mdx
index a82f68f9fb..bed678c256 100644
--- a/docs/angular/src/content/en/components/carousel.mdx
+++ b/docs/angular/src/content/en/components/carousel.mdx
@@ -429,266 +429,88 @@ When you modify a primary property, all related dependent properties are automat
{/* Material Theme Table */}
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$button-background
-
$button-hover-background
-
The background color of the button on hover.
-
-
$button-arrow-color
The color of the button arrow.
-
$button-disabled-background
The background color of the button when disabled.
-
$indicator-focus-color (When $indicator-background is not provided)
The color of the indicator when focused.
-
-
$button-hover-background
-
$button-hover-arrow-color
-
The color of the button arrow on hover.
-
-
-
$button-disabled-background
-
$button-disabled-arrow-color
-
The color of the button arrow when disabled.
-
-
-
$button-hover-arrow-color
-
$button-focus-arrow-color
-
The color of the button arrow when focused.
-
-
-
$button-focus-arrow-color
-
$button-focus-border-color
-
The border color of the button when focused.
-
-
-
-
-
$indicator-background
-
$indicator-border-color
-
The color of the indicator border.
-
-
$indicator-active-dot-color
The color of the indicator dot when active.
-
$indicator-focus-color
The color of the indicator when focused.
-
-
-
-
$indicator-active-dot-color
-
$indicator-active-hover-dot-color
-
The color of the indicator when active and hovered.
-
-
$indicator-active-border-color
The color of the indicator border when active.
-
-
$indicator-dot-color
-
$indicator-hover-dot-color
-
The color of the indicator dot on hover.
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$button-background** | $button-hover-background | The background color of the button on hover. |
+| | $button-arrow-color | The color of the button arrow. |
+| | $button-disabled-background | The background color of the button when disabled. |
+| | $indicator-focus-color (When $indicator-background is not provided) | The color of the indicator when focused. |
+| **$button-hover-background** | $button-hover-arrow-color | The color of the button arrow on hover. |
+| **$button-disabled-background** | $button-disabled-arrow-color | The color of the button arrow when disabled. |
+| **$button-hover-arrow-color** | $button-focus-arrow-color | The color of the button arrow when focused. |
+| **$button-focus-arrow-color** | $button-focus-border-color | The border color of the button when focused. |
+| **$indicator-background** | $indicator-border-color | The color of the indicator border. |
+| | $indicator-active-dot-color | The color of the indicator dot when active. |
+| | $indicator-focus-color | The color of the indicator when focused. |
+| **$indicator-active-dot-color** | $indicator-active-hover-dot-color | The color of the indicator when active and hovered. |
+| | $indicator-active-border-color | The color of the indicator border when active. |
+| **$indicator-dot-color** | $indicator-hover-dot-color | The color of the indicator dot on hover. |
{/* Fluent Theme Table */}
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$button-background
-
$button-hover-background
-
The background color of the button on hover.
-
-
$button-arrow-color
The color of the button arrow.
-
$button-disabled-background
The background color of the button when disabled.
-
$button-focus-border-color
The border color of the button when focused.
-
$indicator-focus-color (When $indicator-background is not provided)
The color of the indicator when focused.
-
-
$button-hover-background
-
$button-hover-arrow-color
-
The color of the button arrow on hover.
-
-
-
$button-disabled-background
-
$button-disabled-arrow-color
-
The color of the button arrow when disabled.
-
-
-
$button-hover-arrow-color
-
$button-focus-arrow-color
-
The color of the button arrow when focused.
-
-
-
-
-
$indicator-background
-
$indicator-border-color
-
The color of the indicator border.
-
-
$indicator-active-dot-color
The color of the indicator dot when active.
-
$indicator-focus-color
The color of the indicator when focused.
-
-
-
-
$indicator-active-dot-color
-
$indicator-active-hover-dot-color
-
The color of the indicator when active and hovered.
-
-
$indicator-active-border-color
The color of the indicator border when active.
-
-
$indicator-dot-color
-
$indicator-hover-dot-color
-
The color of the indicator dot on hover.
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$button-background** | $button-hover-background | The background color of the button on hover. |
+| | $button-arrow-color | The color of the button arrow. |
+| | $button-disabled-background | The background color of the button when disabled. |
+| | $button-focus-border-color | The border color of the button when focused. |
+| | $indicator-focus-color (When $indicator-background is not provided) | The color of the indicator when focused. |
+| **$button-hover-background** | $button-hover-arrow-color | The color of the button arrow on hover. |
+| **$button-disabled-background** | $button-disabled-arrow-color | The color of the button arrow when disabled. |
+| **$button-hover-arrow-color** | $button-focus-arrow-color | The color of the button arrow when focused. |
+| **$indicator-background** | $indicator-border-color | The color of the indicator border. |
+| | $indicator-active-dot-color | The color of the indicator dot when active. |
+| | $indicator-focus-color | The color of the indicator when focused. |
+| **$indicator-active-dot-color** | $indicator-active-hover-dot-color | The color of the indicator when active and hovered. |
+| | $indicator-active-border-color | The color of the indicator border when active. |
+| **$indicator-dot-color** | $indicator-hover-dot-color | The color of the indicator dot on hover. |
{/* Bootstrap Theme Table */}
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$button-background
-
$button-hover-background
-
The background color of the button on hover.
-
-
$button-arrow-color
The color of the button arrow.
-
$button-disabled-background
The background color of the button when disabled.
-
$button-focus-border-color
The border color of the button when focused.
-
$indicator-focus-color (When $indicator-background is not provided)
The color of the indicator when focused.
-
-
$button-hover-background
-
$button-hover-arrow-color
-
The color of the button arrow on hover.
-
-
-
$button-disabled-background
-
$button-disabled-arrow-color
-
The color of the button arrow when disabled.
-
-
-
$button-hover-arrow-color
-
$button-focus-arrow-color
-
The color of the button arrow when focused.
-
-
-
-
-
$indicator-background
-
$indicator-border-color
-
The color of the indicator border.
-
-
$indicator-active-dot-color
The color of the indicator dot when active.
-
$indicator-focus-color
The color of the indicator when focused.
-
-
-
-
$indicator-active-dot-color
-
$indicator-active-hover-dot-color
-
The color of the indicator when active and hovered.
-
-
$indicator-active-border-color
The color of the indicator border when active.
-
-
$indicator-dot-color
-
$indicator-hover-dot-color
-
The color of the indicator dot on hover.
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$button-background** | $button-hover-background | The background color of the button on hover. |
+| | $button-arrow-color | The color of the button arrow. |
+| | $button-disabled-background | The background color of the button when disabled. |
+| | $button-focus-border-color | The border color of the button when focused. |
+| | $indicator-focus-color (When $indicator-background is not provided) | The color of the indicator when focused. |
+| **$button-hover-background** | $button-hover-arrow-color | The color of the button arrow on hover. |
+| **$button-disabled-background** | $button-disabled-arrow-color | The color of the button arrow when disabled. |
+| **$button-hover-arrow-color** | $button-focus-arrow-color | The color of the button arrow when focused. |
+| **$indicator-background** | $indicator-border-color | The color of the indicator border. |
+| | $indicator-active-dot-color | The color of the indicator dot when active. |
+| | $indicator-focus-color | The color of the indicator when focused. |
+| **$indicator-active-dot-color** | $indicator-active-hover-dot-color | The color of the indicator when active and hovered. |
+| | $indicator-active-border-color | The color of the indicator border when active. |
+| **$indicator-dot-color** | $indicator-hover-dot-color | The color of the indicator dot on hover. |
{/* Indigo Theme Table */}
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$button-background
-
$button-hover-background
-
The background color of the button on hover.
-
-
$button-border-color
The border color of the button.
-
$button-arrow-color
The color of the button arrow.
-
$button-disabled-background
The background color of the button when disabled.
-
$indicator-active-dot-color (When $indicator-background is not provided)
The color of the indicator dot when active.
-
-
$button-hover-background
-
$button-hover-arrow-color
-
The color of the button arrow on hover.
-
-
-
$button-disabled-background
-
$button-disabled-arrow-color
-
The color of the button arrow when disabled.
-
-
-
$button-border-color
-
$button-hover-border-color
-
The border color of the button on hover.
-
-
-
$button-hover-arrow-color
-
$button-focus-arrow-color
-
The color of the button arrow when focused.
-
-
-
-
-
$indicator-background
-
$indicator-dot-color
-
The color of the indicator dot.
-
-
$indicator-active-dot-color
The color of the indicator dot when active.
-
-
-
-
$indicator-dot-color
-
$indicator-hover-dot-color
-
The color of the indicator dot on hover.
-
-
$indicator-border-color
The color of the indicator border.
-
-
-
-
$indicator-active-dot-color
-
$indicator-active-hover-dot-color
-
The color of the indicator when active and hovered.
-
-
$indicator-active-border-color
The color of the indicator border when active.
-
$button-focus-border-color
The border color of the button when focused.
-
-
$indicator-active-hover-dot-color
-
$indicator-focus-color
-
The color of the indicator when focused.
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$button-background** | $button-hover-background | The background color of the button on hover. |
+| | $button-border-color | The border color of the button. |
+| | $button-arrow-color | The color of the button arrow. |
+| | $button-disabled-background | The background color of the button when disabled. |
+| | $indicator-active-dot-color (When $indicator-background is not provided) | The color of the indicator dot when active. |
+| **$button-hover-background** | $button-hover-arrow-color | The color of the button arrow on hover. |
+| **$button-disabled-background** | $button-disabled-arrow-color | The color of the button arrow when disabled. |
+| **$button-border-color** | $button-hover-border-color | The border color of the button on hover. |
+| **$button-hover-arrow-color** | $button-focus-arrow-color | The color of the button arrow when focused. |
+| **$indicator-background** | $indicator-dot-color | The color of the indicator dot. |
+| | $indicator-active-dot-color | The color of the indicator dot when active. |
+| **$indicator-dot-color** | $indicator-hover-dot-color | The color of the indicator dot on hover. |
+| | $indicator-border-color | The color of the indicator border. |
+| **$indicator-active-dot-color** | $indicator-active-hover-dot-color | The color of the indicator when active and hovered. |
+| | $indicator-active-border-color | The color of the indicator border when active. |
+| | $button-focus-border-color | The border color of the button when focused. |
+| **$indicator-active-hover-dot-color** | $indicator-focus-color | The color of the indicator when focused. |
diff --git a/docs/angular/src/content/en/components/checkbox.mdx b/docs/angular/src/content/en/components/checkbox.mdx
index 6e013dd0b4..593e0eef87 100644
--- a/docs/angular/src/content/en/components/checkbox.mdx
+++ b/docs/angular/src/content/en/components/checkbox.mdx
@@ -230,86 +230,19 @@ After all that is done, our application should look like this:
When you modify a primary property, all related dependent properties are updated automatically:
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
- $empty-color
-
-
$empty-color-hover
-
The unchecked border color on hover.
-
-
-
-
$focus-outline-color (indigo variant only)
-
The focus outline color for indigo variant.
-
-
-
-
-
- $fill-color
-
-
$fill-color-hover
-
The checked border and fill colors on hover.
-
-
-
-
$tick-color
-
The checked mark color.
-
-
-
-
$focus-border-color
-
The focus border color.
-
-
-
-
$disabled-indeterminate-color
-
The disabled border and fill colors in indeterminate state.
The focus outline color for focused state in indigo variant.
-
-
-
-
-
- $error-color
-
-
$error-color-hover
-
The border and fill colors in invalid state on hover.
-
-
-
-
$focus-outline-color-error
-
The focus outline color in error state.
-
-
-
-
-
- $label-color
-
-
$label-color-hover
-
The text color for the label on hover.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$empty-color** | $empty-color-hover | The unchecked border color on hover. |
+| | $focus-outline-color (indigo variant only) | The focus outline color for indigo variant. |
+| **$fill-color** | $fill-color-hover | The checked border and fill colors on hover. |
+| | $tick-color | The checked mark color. |
+| | $focus-border-color | The focus border color. |
+| | $disabled-indeterminate-color | The disabled border and fill colors in indeterminate state. |
+| | $focus-outline-color (bootstrap variant only) | The focus outline color for bootstrap variant. |
+| | $focus-outline-color-focused (indigo variant only) | The focus outline color for focused state in indigo variant. |
+| **$error-color** | $error-color-hover | The border and fill colors in invalid state on hover. |
+| | $focus-outline-color-error | The focus outline color in error state. |
+| **$label-color** | $label-color-hover | The text color for the label on hover. |
> **Note:** The actual results may vary depending on the theme variant.
diff --git a/docs/angular/src/content/en/components/chip.mdx b/docs/angular/src/content/en/components/chip.mdx
index be78d3c507..cd708630de 100644
--- a/docs/angular/src/content/en/components/chip.mdx
+++ b/docs/angular/src/content/en/components/chip.mdx
@@ -494,120 +494,27 @@ If everything's set up correctly, you should see this in your browser:
When you modify a primary property, all related dependent properties are updated automatically:
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $text-color | The chip text color. |
+| | $border-color | The chip border color. |
+| | $hover-background | The chip hover background color. |
+| | $hover-border-color | The chip hover border color. |
+| | $hover-text-color | The chip hover text color. |
+| | $focus-background | The chip focus background color. |
+| | $selected-background | The chip selected background color. |
+| **$focus-background** | $focus-text-color | The chip text focus color. |
+| | $focus-border-color | The chip focus border color. |
+| | $focus-outline-color (bootstrap & indigo variants only) | The chip focus outline color. |
+| **$selected-background** | $selected-text-color | The selected chip text color. |
+| | $selected-border-color | The selected chip border color. |
+| | $hover-selected-background | The selected chip hover background color. |
+| **$hover-selected-background** | $hover-selected-text-color | The selected chip hover text color. |
+| | $hover-selected-border-color | The selected chip hover border color. |
+| | $focus-selected-background | The selected chip focus background color. |
+| **$focus-selected-background** | $focus-selected-text-color | The selected chip text focus color. |
+| | $focus-selected-border-color | The selected chip focus border color. |
+| | $focus-selected-outline-color (bootstrap & indigo variants only) | The chip focus outline color in selected state. |
To get started with styling the chip, we need to import the `index` file, where all the theme functions and component mixins live:
diff --git a/docs/angular/src/content/en/components/combo.mdx b/docs/angular/src/content/en/components/combo.mdx
index 48d5afc389..856800031b 100644
--- a/docs/angular/src/content/en/components/combo.mdx
+++ b/docs/angular/src/content/en/components/combo.mdx
@@ -316,62 +316,17 @@ When combobox is opened, allow custom values are enabled and add item button is
When you modify a primary property, all related dependent properties are updated automatically:
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$empty-list-background
-
$empty-list-placeholder-color
-
The combo placeholder text color.
-
-
-
$toggle-button-background
-
$toggle-button-foreground
-
The combo toggle button foreground color.
-
-
-
-
$toggle-button-background-focus
-
The combo toggle button background color when focused.
-
-
-
-
$toggle-button-background-focus--border
-
The combo toggle button background color when focused (border variant).
-
-
-
-
$toggle-button-foreground-filled
-
The combo toggle button foreground color when filled.
-
-
-
-
$toggle-button-background-disabled
-
The combo toggle button background color when disabled.
-
-
-
-
$toggle-button-foreground-disabled
-
The combo toggle button foreground color when disabled.
-
-
-
$toggle-button-background-focus
-
$toggle-button-foreground-focus
-
The combo toggle button foreground color when focused.
-
-
-
$clear-button-background-focus
-
$clear-button-foreground-focus
-
The combo clear button foreground color when focused.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$empty-list-background** | $empty-list-placeholder-color | The combo placeholder text color. |
+| **$toggle-button-background** | $toggle-button-foreground | The combo toggle button foreground color. |
+| | $toggle-button-background-focus | The combo toggle button background color when focused. |
+| | $toggle-button-background-focus--border | The combo toggle button background color when focused (border variant). |
+| | $toggle-button-foreground-filled | The combo toggle button foreground color when filled. |
+| | $toggle-button-background-disabled | The combo toggle button background color when disabled. |
+| | $toggle-button-foreground-disabled | The combo toggle button foreground color when disabled. |
+| **$toggle-button-background-focus** | $toggle-button-foreground-focus | The combo toggle button foreground color when focused. |
+| **$clear-button-background-focus** | $clear-button-foreground-focus | The combo clear button foreground color when focused. |
Using the [`Ignite UI for Angular Theming`](/themes), we can greatly alter the combobox appearance. First, in order for us to use the functions exposed by the theme engine, we need to import the `index` file in our style file:
diff --git a/docs/angular/src/content/en/components/dialog.mdx b/docs/angular/src/content/en/components/dialog.mdx
index ff92e27a38..8a8dc5e2a9 100644
--- a/docs/angular/src/content/en/components/dialog.mdx
+++ b/docs/angular/src/content/en/components/dialog.mdx
@@ -267,34 +267,11 @@ By default when the dialog is opened the Tab key focus is trapped within it, i.e
Changing the `$background` property automatically updates the following dependent properties:
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
- $background
-
-
$title-color
-
The dialog title text color.
-
-
-
-
$message-color
-
The dialog message text color.
-
-
-
-
$border-color
-
The border color used for dialog component.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $title-color | The dialog title text color. |
+| | $message-color | The dialog message text color. |
+| | $border-color | The border color used for dialog component. |
To get started with styling the dialog window, we need to import the `index` file, where all the theme functions and component mixins live:
diff --git a/docs/angular/src/content/en/components/drop-down.mdx b/docs/angular/src/content/en/components/drop-down.mdx
index 240693c799..1b5b2b07f8 100644
--- a/docs/angular/src/content/en/components/drop-down.mdx
+++ b/docs/angular/src/content/en/components/drop-down.mdx
@@ -498,117 +498,26 @@ When the `allowItemsFocus` property is enabled, the drop down items gain tab ind
When you modify a primary property, all related dependent properties are updated automatically:
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
- $background-color
-
-
$item-text-color
-
The drop-down item text color.
-
-
-
-
$hover-item-background
-
The drop-down hover item background color.
-
-
-
-
$focused-item-background
-
The drop-down focused item background color.
-
-
-
-
$focused-item-text-color
-
The drop-down focused item text color.
-
-
-
-
$selected-item-background
-
The drop-down selected item background color.
-
-
-
-
$disabled-item-text-color
-
The drop-down disabled item text color.
-
-
-
-
$header-text-color
-
The drop-down header text color.
-
-
-
-
-
- $item-text-color
-
-
$item-icon-color
-
The drop-down item icon color.
-
-
-
-
$hover-item-text-color
-
The drop-down item hover text color.
-
-
-
-
$hover-item-icon-color
-
The drop-down item hover icon color.
-
-
-
-
-
- $selected-item-background
-
-
$selected-item-text-color
-
The drop-down selected item text color.
-
-
-
-
$selected-item-icon-color
-
The drop-down selected item icon color.
-
-
-
-
$selected-hover-item-background
-
The drop-down selected item hover background color.
-
-
-
-
$selected-hover-item-text-color
-
The drop-down selected item hover text color.
-
-
-
-
$selected-hover-item-icon-color
-
The drop-down selected item hover icon color.
-
-
-
-
$selected-focus-item-background
-
The drop-down selected item focus background color.
-
-
-
-
$selected-focus-item-text-color
-
The drop-down selected item focus text color.
-
-
-
-
$focused-item-border-color
-
The drop-down item focused border color.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background-color** | $item-text-color | The drop-down item text color. |
+| | $hover-item-background | The drop-down hover item background color. |
+| | $focused-item-background | The drop-down focused item background color. |
+| | $focused-item-text-color | The drop-down focused item text color. |
+| | $selected-item-background | The drop-down selected item background color. |
+| | $disabled-item-text-color | The drop-down disabled item text color. |
+| | $header-text-color | The drop-down header text color. |
+| **$item-text-color** | $item-icon-color | The drop-down item icon color. |
+| | $hover-item-text-color | The drop-down item hover text color. |
+| | $hover-item-icon-color | The drop-down item hover icon color. |
+| **$selected-item-background** | $selected-item-text-color | The drop-down selected item text color. |
+| | $selected-item-icon-color | The drop-down selected item icon color. |
+| | $selected-hover-item-background | The drop-down selected item hover background color. |
+| | $selected-hover-item-text-color | The drop-down selected item hover text color. |
+| | $selected-hover-item-icon-color | The drop-down selected item hover icon color. |
+| | $selected-focus-item-background | The drop-down selected item focus background color. |
+| | $selected-focus-item-text-color | The drop-down selected item focus text color. |
+| | $focused-item-border-color | The drop-down item focused border color. |
Using the [Ignite UI for Angular Theming](/themes), we can greatly alter the drop-down appearance. First, in order for us to use the functions exposed by the theme engine, we need to import the `index` file in our style file:
diff --git a/docs/angular/src/content/en/components/expansion-panel.mdx b/docs/angular/src/content/en/components/expansion-panel.mdx
index 7b321678f6..598919618a 100644
--- a/docs/angular/src/content/en/components/expansion-panel.mdx
+++ b/docs/angular/src/content/en/components/expansion-panel.mdx
@@ -221,52 +221,15 @@ Lets see the result from all the above changes:
Changing the `$header-background` and `$body-background` properties automatically updates the following dependent properties:
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$header-background
-
$header-title-color
-
The panel header title text color.
-
-
-
-
$header-icon-color
-
The panel header icon color.
-
-
-
-
$header-description-color
-
The panel header description text color.
-
-
-
-
$header-focus-background
-
The panel header focus background color.
-
-
-
-
$disabled-text-color
-
The panel disabled text color.
-
-
-
-
$disabled-description-color
-
The panel disabled header description text color.
-
-
-
$body-background
-
$body-color
-
The panel body text color.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$header-background** | $header-title-color | The panel header title text color. |
+| | $header-icon-color | The panel header icon color. |
+| | $header-description-color | The panel header description text color. |
+| | $header-focus-background | The panel header focus background color. |
+| | $disabled-text-color | The panel disabled text color. |
+| | $disabled-description-color | The panel disabled header description text color. |
+| **$body-background** | $body-color | The panel body text color. |
### Palettes & Colors
diff --git a/docs/angular/src/content/en/components/icon-button.mdx b/docs/angular/src/content/en/components/icon-button.mdx
index 11357537f0..f0d23bf95c 100644
--- a/docs/angular/src/content/en/components/icon-button.mdx
+++ b/docs/angular/src/content/en/components/icon-button.mdx
@@ -161,237 +161,177 @@ When you modify a primary property, all related dependent properties are updated
Flat Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$foreground
$hover-foreground
Hovered icon color
-
$focus-foreground
Focused icon color
-
$focus-hover-foreground
Focus + hover icon color
-
$active-foreground
Active icon color
-
$hover-background
Background on hover
-
$focus-background
Background on focus
-
$focus-hover-background
Background on focus + hover
-
$active-background
Background on active
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$foreground** | $hover-foreground | Hovered icon color |
+| | $focus-foreground | Focused icon color |
+| | $focus-hover-foreground | Focus + hover icon color |
+| | $active-foreground | Active icon color |
+| | $hover-background | Background on hover |
+| | $focus-background | Background on focus |
+| | $focus-hover-background | Background on focus + hover |
+| | $active-background | Background on active |
Contained Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$background
$foreground
Icon color
-
$hover-background
Background on hover
-
$focus-background
Background on focus
-
$focus-foreground
Focused icon color
-
$focus-hover-background
Background on focus + hover
-
$active-background
Background on active
-
$hover-foreground
Hovered icon color
-
$focus-hover-foreground
Focus + hover icon color
-
$active-foreground
Active icon color
-
$shadow-color
Shadow on focus
-
$focus-border-color
Focus border color
-
$disabled-background
Disabled background
-
$disabled-foreground
Disabled icon color
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $foreground | Icon color |
+| | $hover-background | Background on hover |
+| | $focus-background | Background on focus |
+| | $focus-foreground | Focused icon color |
+| | $focus-hover-background | Background on focus + hover |
+| | $active-background | Background on active |
+| | $hover-foreground | Hovered icon color |
+| | $focus-hover-foreground | Focus + hover icon color |
+| | $active-foreground | Active icon color |
+| | $shadow-color | Shadow on focus |
+| | $focus-border-color | Focus border color |
+| | $disabled-background | Disabled background |
+| | $disabled-foreground | Disabled icon color |
Outlined Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$foreground
$hover-foreground
Hovered icon color
-
$focus-foreground
Focused icon color
-
$focus-hover-foreground
Focus + hover icon color
-
$active-foreground
Active icon color
-
$hover-background
Background on hover
-
$focus-background
Background on focus
-
$focus-hover-background
Background on focus + hover
-
$active-background
Background on active
-
$border-color
Default border color
-
$focus-border-color
Focus border color
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$foreground** | $hover-foreground | Hovered icon color |
+| | $focus-foreground | Focused icon color |
+| | $focus-hover-foreground | Focus + hover icon color |
+| | $active-foreground | Active icon color |
+| | $hover-background | Background on hover |
+| | $focus-background | Background on focus |
+| | $focus-hover-background | Background on focus + hover |
+| | $active-background | Background on active |
+| | $border-color | Default border color |
+| | $focus-border-color | Focus border color |
Flat Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$foreground
$hover-foreground
Icon color on hover
-
$focus-foreground
Icon color when focused
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$hover-background
Background color on hover
-
$focus-background
Background color on focus
-
$focus-hover-background
Background color on focus and hover
-
$active-background
Background color when active
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$foreground** | $hover-foreground | Icon color on hover |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $hover-background | Background color on hover |
+| | $focus-background | Background color on focus |
+| | $focus-hover-background | Background color on focus and hover |
+| | $active-background | Background color when active |
Contained Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$background
$foreground
Icon color
-
$hover-background
Background color on hover
-
$focus-background
Background color on focus
-
$focus-foreground
Icon color when focused
-
$focus-hover-background
Background color on focus and hover
-
$active-background
Background color when active
-
$hover-foreground
Icon color on hover
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$shadow-color
Shadow color on focus
-
$focus-border-color
Border color on focus
-
$disabled-background
Background color when disabled
-
$disabled-foreground
Icon color when disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $foreground | Icon color |
+| | $hover-background | Background color on hover |
+| | $focus-background | Background color on focus |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-background | Background color on focus and hover |
+| | $active-background | Background color when active |
+| | $hover-foreground | Icon color on hover |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $shadow-color | Shadow color on focus |
+| | $focus-border-color | Border color on focus |
+| | $disabled-background | Background color when disabled |
+| | $disabled-foreground | Icon color when disabled |
Outlined Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$foreground
$hover-foreground
Icon color on hover
-
$focus-foreground
Icon color when focused
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$hover-background
Background color on hover
-
$focus-background
Background color on focus
-
$focus-hover-background
Background color on focus and hover
-
$active-background
Background color when active
-
$border-color
Border color
-
$focus-border-color
Border color on focus
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$foreground** | $hover-foreground | Icon color on hover |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $hover-background | Background color on hover |
+| | $focus-background | Background color on focus |
+| | $focus-hover-background | Background color on focus and hover |
+| | $active-background | Background color when active |
+| | $border-color | Border color |
+| | $focus-border-color | Border color on focus |
Flat Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$foreground
$hover-foreground
Icon color when hovered
-
$focus-foreground
Icon color when focused
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$disabled-foreground
Icon color when disabled
-
$shadow-color
The shadow color of the icon button
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$foreground** | $hover-foreground | Icon color when hovered |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $disabled-foreground | Icon color when disabled |
+| | $shadow-color | The shadow color of the icon button |
Contained Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$background
$foreground
Icon color
-
$hover-background
Background color on hover
-
$focus-background
Background color on focus
-
$focus-foreground
Icon color when focused
-
$focus-hover-background
Background color on focus and hover
-
$active-background
Background color when active
-
$hover-foreground
Icon color on hover
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$shadow-color
Shadow color
-
$focus-border-color
Border color on focus
-
$disabled-background
Background color when disabled
-
$disabled-foreground
Icon color when disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $foreground | Icon color |
+| | $hover-background | Background color on hover |
+| | $focus-background | Background color on focus |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-background | Background color on focus and hover |
+| | $active-background | Background color when active |
+| | $hover-foreground | Icon color on hover |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $shadow-color | Shadow color |
+| | $focus-border-color | Border color on focus |
+| | $disabled-background | Background color when disabled |
+| | $disabled-foreground | Icon color when disabled |
Outlined Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$foreground
$hover-foreground
Icon color on hover
-
$focus-foreground
Icon color when focused
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$hover-background
Background color on hover
-
$focus-background
Background color on focus
-
$focus-hover-background
Background color on focus and hover
-
$active-background
Background color when active
-
$border-color
Border color
-
$focus-border-color
Border color on focus
-
$shadow-color
Shadow color
-
$disabled-foreground
Icon color when disabled
-
$disabled-border-color
The border of the icon button when disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$foreground** | $hover-foreground | Icon color on hover |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $hover-background | Background color on hover |
+| | $focus-background | Background color on focus |
+| | $focus-hover-background | Background color on focus and hover |
+| | $active-background | Background color when active |
+| | $border-color | Border color |
+| | $focus-border-color | Border color on focus |
+| | $shadow-color | Shadow color |
+| | $disabled-foreground | Icon color when disabled |
+| | $disabled-border-color | The border of the icon button when disabled |
Flat Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$foreground
$hover-foreground
Icon color on hover
-
$focus-foreground
Icon color when focused
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$disabled-foreground
Icon color when disabled
-
$hover-background
Background color on hover
-
$focus-background
Background color on focus
-
$focus-hover-background
Background color on focus and hover
-
$active-background
Background color when active
-
$focus-border-color
Border color on focus
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$foreground** | $hover-foreground | Icon color on hover |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $disabled-foreground | Icon color when disabled |
+| | $hover-background | Background color on hover |
+| | $focus-background | Background color on focus |
+| | $focus-hover-background | Background color on focus and hover |
+| | $active-background | Background color when active |
+| | $focus-border-color | Border color on focus |
Contained Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$background
$foreground
Icon color
-
$hover-background
Background color on hover
-
$focus-background
Background color on focus
-
$focus-foreground
Icon color when focused
-
$focus-hover-background
Background color on focus and hover
-
$active-background
Background color when active
-
$hover-foreground
Icon color on hover
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$shadow-color
Shadow color
-
$focus-border-color
Border color on focus
-
$disabled-background
Background color when disabled
-
$disabled-foreground
Icon color when disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $foreground | Icon color |
+| | $hover-background | Background color on hover |
+| | $focus-background | Background color on focus |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-background | Background color on focus and hover |
+| | $active-background | Background color when active |
+| | $hover-foreground | Icon color on hover |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $shadow-color | Shadow color |
+| | $focus-border-color | Border color on focus |
+| | $disabled-background | Background color when disabled |
+| | $disabled-foreground | Icon color when disabled |
Outlined Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$foreground
$hover-foreground
Icon color on hover
-
$focus-foreground
Icon color when focused
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$hover-background
Background color on hover
-
$border-color
Border color
-
$focus-border-color
Border color on focus
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$foreground** | $hover-foreground | Icon color on hover |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $hover-background | Background color on hover |
+| | $border-color | Border color |
+| | $focus-border-color | Border color on focus |
diff --git a/docs/angular/src/content/en/components/input-group.mdx b/docs/angular/src/content/en/components/input-group.mdx
index d4bfeae801..da37b551ed 100644
--- a/docs/angular/src/content/en/components/input-group.mdx
+++ b/docs/angular/src/content/en/components/input-group.mdx
@@ -460,290 +460,148 @@ When you modify a primary property, all related dependent properties are updated
{/* Material Theme Table */}
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$box-background
-
$box-background-hover
-
Hover background for the input box
-
-
$box-background-focus
Focus background for the input box
-
$box-disabled-background
Disabled state background
-
$placeholder-color
Placeholder text color
-
$hover-placeholder-color
Hover color for placeholder text
-
$idle-text-color
Default text color
-
$filled-text-color
Text color when input is filled
-
$filled-text-hover-color
The input text color in the filled state on hover
-
$focused-text-color
Text color when input is focused
-
$idle-secondary-color
Secondary text color when idle
-
$input-prefix-color
Text color for prefix inside the input box
-
$input-prefix-color--filled
Text color for filled prefix
-
$input-prefix-color--focused
Text color for focused prefix
-
$input-suffix-color
Text color for suffix inside the input box
-
$input-suffix-color--filled
Text color for filled suffix
-
$input-suffix-color--focused
Text color for focused suffix
-
$disabled-placeholder-color
Placeholder color when input is disabled
-
$disabled-text-color
Text color when input is disabled
-
-
-
-
$idle-bottom-line-color
-
$hover-bottom-line-color
-
Hover color for the bottom line under the input
-
-
$focused-bottom-line-color
Focused color for the bottom line
-
$focused-secondary-color
The label color in the focused state
-
$border-color
The border color for input groups of type border
-
$focused-border-color
The focused input border color for input groups of type border
-
-
-
-
$border-color
-
$hover-border-color
-
Hover color for the input border
-
-
$focused-border-color
Border color when input is focused
-
$focused-secondary-color
The label color in the focused state
-
-
-
-
$input-prefix-background
-
$input-prefix-color
Text color for prefix inside the input box
-
-
$input-prefix-background--filled
-
The background color of an input prefix in the filled state
-
$input-prefix-background--focused
The background color of an input prefix in the focused state
-
-
-
-
$input-suffix-background
-
$input-suffix-color
Text color for suffix inside the input box
-
-
$input-suffix-background--filled
-
The background color of an input suffix in the filled state
-
$input-suffix-background--focused
The background color of an input suffix in the focused state
-
-
-
-
$search-background
-
$placeholder-color
-
Placeholder text color inside the search input
-
-
$hover-placeholder-color
Hover color for placeholder text
-
$idle-text-color
Text color for the search input
-
$idle-secondary-color
Secondary text color when idle
-
$filled-text-color
Text color when search input is filled
-
$filled-text-hover-color
Hover text color when search input is filled
-
$focused-text-color
Text color when search input is focused
-
$input-prefix-color
Prefix color inside search
-
$input-suffix-color
Suffix color inside search
-
$input-prefix-color--filled
Prefix color when input is filled
-
$input-suffix-color--filled
Suffix color when input is filled
-
$input-prefix-color--focused
Prefix color when input is focused
-
$input-suffix-color--focused
Suffix color when input is focused
-
$search-disabled-background
Background when search input is disabled
-
$disabled-placeholder-color
Placeholder color when disabled
-
$disabled-text-color
Text color when disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$box-background** | $box-background-hover | Hover background for the input box |
+| | $box-background-focus | Focus background for the input box |
+| | $box-disabled-background | Disabled state background |
+| | $placeholder-color | Placeholder text color |
+| | $hover-placeholder-color | Hover color for placeholder text |
+| | $idle-text-color | Default text color |
+| | $filled-text-color | Text color when input is filled |
+| | $filled-text-hover-color | The input text color in the filled state on hover |
+| | $focused-text-color | Text color when input is focused |
+| | $idle-secondary-color | Secondary text color when idle |
+| | $input-prefix-color | Text color for prefix inside the input box |
+| | $input-prefix-color--filled | Text color for filled prefix |
+| | $input-prefix-color--focused | Text color for focused prefix |
+| | $input-suffix-color | Text color for suffix inside the input box |
+| | $input-suffix-color--filled | Text color for filled suffix |
+| | $input-suffix-color--focused | Text color for focused suffix |
+| | $disabled-placeholder-color | Placeholder color when input is disabled |
+| | $disabled-text-color | Text color when input is disabled |
+| **$idle-bottom-line-color** | $hover-bottom-line-color | Hover color for the bottom line under the input |
+| | $focused-bottom-line-color | Focused color for the bottom line |
+| | $focused-secondary-color | The label color in the focused state |
+| | $border-color | The border color for input groups of type border |
+| | $focused-border-color | The focused input border color for input groups of type border |
+| **$border-color** | $hover-border-color | Hover color for the input border |
+| | $focused-border-color | Border color when input is focused |
+| | $focused-secondary-color | The label color in the focused state |
+| **$input-prefix-background** | $input-prefix-color | Text color for prefix inside the input box |
+| | $input-prefix-background--filled | The background color of an input prefix in the filled state |
+| | $input-prefix-background--focused | The background color of an input prefix in the focused state |
+| **$input-suffix-background** | $input-suffix-color | Text color for suffix inside the input box |
+| | $input-suffix-background--filled | The background color of an input suffix in the filled state |
+| | $input-suffix-background--focused | The background color of an input suffix in the focused state |
+| **$search-background** | $placeholder-color | Placeholder text color inside the search input |
+| | $hover-placeholder-color | Hover color for placeholder text |
+| | $idle-text-color | Text color for the search input |
+| | $idle-secondary-color | Secondary text color when idle |
+| | $filled-text-color | Text color when search input is filled |
+| | $filled-text-hover-color | Hover text color when search input is filled |
+| | $focused-text-color | Text color when search input is focused |
+| | $input-prefix-color | Prefix color inside search |
+| | $input-suffix-color | Suffix color inside search |
+| | $input-prefix-color--filled | Prefix color when input is filled |
+| | $input-suffix-color--filled | Suffix color when input is filled |
+| | $input-prefix-color--focused | Prefix color when input is focused |
+| | $input-suffix-color--focused | Suffix color when input is focused |
+| | $search-disabled-background | Background when search input is disabled |
+| | $disabled-placeholder-color | Placeholder color when disabled |
+| | $disabled-text-color | Text color when disabled |
{/* Fluent Theme Table */}
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$border-color
-
$hover-border-color
-
Hover color for the input border
-
-
$focused-border-color
Border color when input is focused
-
$focused-secondary-color
The label color in the focused state
-
-
-
-
$input-prefix-background
-
$input-suffix-background
-
The background color of an input suffix in the idle state
-
-
$input-prefix-color
Text color for prefix inside the input box
-
$input-prefix-color--filled
Text color for filled prefix
-
-
-
-
$input-suffix-background
-
$input-prefix-background
-
The background color of an input prefix in the idle state
-
-
$input-suffix-color
Text color for suffix inside the input box
-
$input-suffix-color--filled
Text color for filled suffix
-
-
-
-
$search-background
-
$placeholder-color
-
Placeholder text color inside the search input
-
-
$hover-placeholder-color
Hover color for placeholder text
-
$idle-secondary-color
Secondary text color when idle
-
$idle-text-color
Text color for the search input
-
$filled-text-color
Text color when search input is filled
-
$filled-text-hover-color
Hover text color when search input is filled
-
$focused-text-color
Text color when search input is focused
-
$input-prefix-color
Prefix color inside search
-
$input-suffix-color
Suffix color inside search
-
$input-prefix-color--filled
Prefix color when input is filled
-
$input-suffix-color--filled
Suffix color when input is filled
-
$input-prefix-color--focused
Prefix color when input is focused
-
$input-suffix-color--focused
Suffix color when input is focused
-
$search-disabled-background
Background when search input is disabled
-
$disabled-placeholder-color
Placeholder color when disabled
-
$disabled-text-color
Text color when disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$border-color** | $hover-border-color | Hover color for the input border |
+| | $focused-border-color | Border color when input is focused |
+| | $focused-secondary-color | The label color in the focused state |
+| **$input-prefix-background** | $input-suffix-background | The background color of an input suffix in the idle state |
+| | $input-prefix-color | Text color for prefix inside the input box |
+| | $input-prefix-color--filled | Text color for filled prefix |
+| **$input-suffix-background** | $input-prefix-background | The background color of an input prefix in the idle state |
+| | $input-suffix-color | Text color for suffix inside the input box |
+| | $input-suffix-color--filled | Text color for filled suffix |
+| **$search-background** | $placeholder-color | Placeholder text color inside the search input |
+| | $hover-placeholder-color | Hover color for placeholder text |
+| | $idle-secondary-color | Secondary text color when idle |
+| | $idle-text-color | Text color for the search input |
+| | $filled-text-color | Text color when search input is filled |
+| | $filled-text-hover-color | Hover text color when search input is filled |
+| | $focused-text-color | Text color when search input is focused |
+| | $input-prefix-color | Prefix color inside search |
+| | $input-suffix-color | Suffix color inside search |
+| | $input-prefix-color--filled | Prefix color when input is filled |
+| | $input-suffix-color--filled | Suffix color when input is filled |
+| | $input-prefix-color--focused | Prefix color when input is focused |
+| | $input-suffix-color--focused | Suffix color when input is focused |
+| | $search-disabled-background | Background when search input is disabled |
+| | $disabled-placeholder-color | Placeholder color when disabled |
+| | $disabled-text-color | Text color when disabled |
{/* Bootstrap Theme Table */}
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$border-color
-
$focused-border-color
-
Border color when input is focused
-
-
$focused-secondary-color
The label color in the focused state
-
-
-
-
$input-prefix-background
-
$input-suffix-background
-
The background color of an input suffix in the idle state
-
-
$input-prefix-color
Text color for prefix inside the input box
-
$input-prefix-color--filled
Text color for filled prefix
-
-
-
-
$input-suffix-background
-
$input-prefix-background
-
The background color of an input prefix in the idle state
-
-
$input-suffix-color
Text color for suffix inside the input box
-
$input-suffix-color--filled
Text color for filled suffix
-
-
-
-
$search-background
-
$placeholder-color
-
Placeholder text color inside the search input
-
-
$hover-placeholder-color
Hover color for placeholder text
-
$idle-secondary-color
Secondary text color when idle
-
$idle-text-color
Text color for the search input
-
$filled-text-color
Text color when search input is filled
-
$filled-text-hover-color
Hover text color when search input is filled
-
$focused-text-color
Text color when search input is focused
-
$input-prefix-color
Prefix color inside search
-
$input-suffix-color
Suffix color inside search
-
$input-prefix-color--filled
Prefix color when input is filled
-
$input-suffix-color--filled
Suffix color when input is filled
-
$input-prefix-color--focused
Prefix color when input is focused
-
$input-suffix-color--focused
Suffix color when input is focused
-
$search-disabled-background
Background when search input is disabled
-
$disabled-placeholder-color
Placeholder color when disabled
-
$disabled-text-color
Text color when disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$border-color** | $focused-border-color | Border color when input is focused |
+| | $focused-secondary-color | The label color in the focused state |
+| **$input-prefix-background** | $input-suffix-background | The background color of an input suffix in the idle state |
+| | $input-prefix-color | Text color for prefix inside the input box |
+| | $input-prefix-color--filled | Text color for filled prefix |
+| **$input-suffix-background** | $input-prefix-background | The background color of an input prefix in the idle state |
+| | $input-suffix-color | Text color for suffix inside the input box |
+| | $input-suffix-color--filled | Text color for filled suffix |
+| **$search-background** | $placeholder-color | Placeholder text color inside the search input |
+| | $hover-placeholder-color | Hover color for placeholder text |
+| | $idle-secondary-color | Secondary text color when idle |
+| | $idle-text-color | Text color for the search input |
+| | $filled-text-color | Text color when search input is filled |
+| | $filled-text-hover-color | Hover text color when search input is filled |
+| | $focused-text-color | Text color when search input is focused |
+| | $input-prefix-color | Prefix color inside search |
+| | $input-suffix-color | Suffix color inside search |
+| | $input-prefix-color--filled | Prefix color when input is filled |
+| | $input-suffix-color--filled | Suffix color when input is filled |
+| | $input-prefix-color--focused | Prefix color when input is focused |
+| | $input-suffix-color--focused | Suffix color when input is focused |
+| | $search-disabled-background | Background when search input is disabled |
+| | $disabled-placeholder-color | Placeholder color when disabled |
+| | $disabled-text-color | Text color when disabled |
{/* Indigo Theme Table */}
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$idle-bottom-line-color
-
$hover-bottom-line-color
-
Hover color for the bottom line under the input
-
-
$focused-bottom-line-color
Focused color for the bottom line
-
-
-
-
$border-color
-
$hover-border-color
-
Hover color for the input border
-
-
$focused-border-color
Border color when input is focused
-
-
-
-
$input-prefix-background
-
$input-prefix-color
Text color for prefix inside the input box
-
-
$input-prefix-background--filled
-
The background color of an input prefix in the filled state
-
$input-prefix-background--focused
The background color of an input prefix in the focused state
-
-
-
-
$input-suffix-background
-
$input-suffix-color
Text color for suffix inside the input box
-
-
$input-suffix-background--filled
-
The background color of an input suffix in the filled state
-
$input-suffix-background--focused
The background color of an input suffix in the focused state
-
-
-
-
$search-background
-
$placeholder-color
-
Placeholder text color inside the search input
-
-
$hover-placeholder-color
Hover color for placeholder text
-
$box-background-hover
Hover background for search input
-
$idle-text-color
Text color for the search input
-
$filled-text-color
Text color when search input is filled
-
$filled-text-hover-color
Hover text color when search input is filled
-
$focused-text-color
Text color when search input is focused
-
$input-prefix-color
Prefix color inside search
-
$input-suffix-color
Suffix color inside search
-
$search-disabled-background
Background when search input is disabled
-
$disabled-placeholder-color
Placeholder color when disabled
-
$disabled-text-color
Text color when disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$idle-bottom-line-color** | $hover-bottom-line-color | Hover color for the bottom line under the input |
+| | $focused-bottom-line-color | Focused color for the bottom line |
+| **$border-color** | $hover-border-color | Hover color for the input border |
+| | $focused-border-color | Border color when input is focused |
+| **$input-prefix-background** | $input-prefix-color | Text color for prefix inside the input box |
+| | $input-prefix-background--filled | The background color of an input prefix in the filled state |
+| | $input-prefix-background--focused | The background color of an input prefix in the focused state |
+| **$input-suffix-background** | $input-suffix-color | Text color for suffix inside the input box |
+| | $input-suffix-background--filled | The background color of an input suffix in the filled state |
+| | $input-suffix-background--focused | The background color of an input suffix in the focused state |
+| **$search-background** | $placeholder-color | Placeholder text color inside the search input |
+| | $hover-placeholder-color | Hover color for placeholder text |
+| | $box-background-hover | Hover background for search input |
+| | $idle-text-color | Text color for the search input |
+| | $filled-text-color | Text color when search input is filled |
+| | $filled-text-hover-color | Hover text color when search input is filled |
+| | $focused-text-color | Text color when search input is focused |
+| | $input-prefix-color | Prefix color inside search |
+| | $input-suffix-color | Suffix color inside search |
+| | $search-disabled-background | Background when search input is disabled |
+| | $disabled-placeholder-color | Placeholder color when disabled |
+| | $disabled-text-color | Text color when disabled |
diff --git a/docs/angular/src/content/en/components/list.mdx b/docs/angular/src/content/en/components/list.mdx
index 71ded910b6..c7153fa5b3 100644
--- a/docs/angular/src/content/en/components/list.mdx
+++ b/docs/angular/src/content/en/components/list.mdx
@@ -604,196 +604,37 @@ The following sample demonstrates how to create a simple chat component using **
When you modify a primary property, all related dependent properties are automatically updated to reflect the change:
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
- {/* group for background */}
-
-
-
- $background
-
-
$header-background
-
The list header background color.
-
-
-
-
$item-background
-
The list item background color.
-
-
-
- {/* group for header-background */}
-
-
-
- $header-background
-
-
$header-text-color
-
The list header text color.
-
-
-
- {/* group for item-background */}
-
-
-
- $item-background
-
-
$background
-
The list background color.
-
-
-
-
$header-background
-
The list header background color.
-
-
-
-
$item-background-hover
-
The list item hover background color.
-
-
-
-
$item-text-color
-
The list item text color.
-
-
-
-
$item-title-color
-
The list item title color.
-
-
-
-
$item-action-color
-
The list item action color.
-
-
-
-
$item-thumbnail-color
-
The list item thumbnail color.
-
-
-
-
$item-subtitle-color
-
The list item subtitle color.
-
-
-
-
$border-color
-
The list border color. (Fluent/Bootstrap only)
-
-
-
- {/* group for item-background-hover */}
-
-
-
- $item-background-hover
-
-
$item-background-active
-
The active list item background color.
-
-
-
-
$item-text-color-hover
-
The list item hover text color.
-
-
-
-
$item-title-color-hover
-
The list item hover title color.
-
-
-
-
$item-action-color-hover
-
The list item hover action color.
-
-
-
-
$item-thumbnail-color-hover
-
The list item hover thumbnail color.
-
-
-
-
$item-subtitle-color-hover
-
The list item hover subtitle color.
-
-
-
- {/* group for item-background-active */}
-
-
-
- $item-background-active
-
-
$item-background-selected
-
The selected list item background color.
-
-
-
-
$item-text-color-active
-
The active list item text color.
-
-
-
-
$item-title-color-active
-
The active list item title color.
-
-
-
-
$item-action-color-active
-
The active list item action color.
-
-
-
-
$item-thumbnail-color-active
-
The active list item thumbnail color.
-
-
-
-
$item-subtitle-color-active
-
The active list item subtitle color.
-
-
-
- {/* group for item-background-selected */}
-
-
-
- $item-background-selected
-
-
$item-text-color-selected
-
The selected list item text color.
-
-
-
-
$item-title-color-selected
-
The selected list item title color.
-
-
-
-
$item-action-color-selected
-
The selected list item action color.
-
-
-
-
$item-thumbnail-color-selected
-
The selected list item thumbnail color.
-
-
-
-
$item-subtitle-color-selected
-
The selected list item subtitle color.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $header-background | The list header background color. |
+| | $item-background | The list item background color. |
+| **$header-background** | $header-text-color | The list header text color. |
+| **$item-background** | $background | The list background color. |
+| | $header-background | The list header background color. |
+| | $item-background-hover | The list item hover background color. |
+| | $item-text-color | The list item text color. |
+| | $item-title-color | The list item title color. |
+| | $item-action-color | The list item action color. |
+| | $item-thumbnail-color | The list item thumbnail color. |
+| | $item-subtitle-color | The list item subtitle color. |
+| | $border-color | The list border color. (Fluent/Bootstrap only) |
+| **$item-background-hover** | $item-background-active | The active list item background color. |
+| | $item-text-color-hover | The list item hover text color. |
+| | $item-title-color-hover | The list item hover title color. |
+| | $item-action-color-hover | The list item hover action color. |
+| | $item-thumbnail-color-hover | The list item hover thumbnail color. |
+| | $item-subtitle-color-hover | The list item hover subtitle color. |
+| **$item-background-active** | $item-background-selected | The selected list item background color. |
+| | $item-text-color-active | The active list item text color. |
+| | $item-title-color-active | The active list item title color. |
+| | $item-action-color-active | The active list item action color. |
+| | $item-thumbnail-color-active | The active list item thumbnail color. |
+| | $item-subtitle-color-active | The active list item subtitle color. |
+| **$item-background-selected** | $item-text-color-selected | The selected list item text color. |
+| | $item-title-color-selected | The selected list item title color. |
+| | $item-action-color-selected | The selected list item action color. |
+| | $item-thumbnail-color-selected | The selected list item thumbnail color. |
+| | $item-subtitle-color-selected | The selected list item subtitle color. |
> **Note:** The actual results may vary depending on the theme variant.
diff --git a/docs/angular/src/content/en/components/navbar.mdx b/docs/angular/src/content/en/components/navbar.mdx
index 7f1b5cbcd6..68be6e8ab3 100644
--- a/docs/angular/src/content/en/components/navbar.mdx
+++ b/docs/angular/src/content/en/components/navbar.mdx
@@ -276,32 +276,13 @@ If
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$background
-
$text-color
-
The navbar text color
-
-
$idle-icon-color
The navbar idle icon color
-
$hover-icon-color
The navbar hover icon color
-
$border-color (changes for indigo variant only)
The navbar border color
-
-
-
-
$idle-icon-color
-
$hover-icon-color
-
The navbar hover icon color
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $text-color | The navbar text color |
+| | $idle-icon-color | The navbar idle icon color |
+| | $hover-icon-color | The navbar hover icon color |
+| | $border-color (changes for indigo variant only) | The navbar border color |
+| **$idle-icon-color** | $hover-icon-color | The navbar hover icon color |
To get started with styling the navbar, we need to import the `index` file, where all the theme functions and component mixins live:
diff --git a/docs/angular/src/content/en/components/query-builder.mdx b/docs/angular/src/content/en/components/query-builder.mdx
index 446307e283..f62a5453ad 100644
--- a/docs/angular/src/content/en/components/query-builder.mdx
+++ b/docs/angular/src/content/en/components/query-builder.mdx
@@ -279,28 +279,15 @@ We’ve created this Angular Query Builder example to show you the templating an
When you modify a primary property, all related dependent properties are automatically updated to reflect the change:
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$background
-
$label-foreground
-
The color for query builder labels "from" & "select"
-
-
$header-background
The background color of the query builder header
-
$header-foreground
The foreground color of the query builder header
-
$subquery-header-background
The background color of the subquery header
-
$subquery-border-color
The border color of the query block
-
$separator-color
The separator color of the query block
-
$header-border (Bootstrap only)
The border color of the query builder header
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $label-foreground | The color for query builder labels "from" & "select" |
+| | $header-background | The background color of the query builder header |
+| | $header-foreground | The foreground color of the query builder header |
+| | $subquery-header-background | The background color of the subquery header |
+| | $subquery-border-color | The border color of the query block |
+| | $separator-color | The separator color of the query block |
+| | $header-border (Bootstrap only) | The border color of the query builder header |
To get started with styling the Query Builder, we need to import the `index` file, where all the theme functions and component mixins live:
diff --git a/docs/angular/src/content/en/components/radio-button.mdx b/docs/angular/src/content/en/components/radio-button.mdx
index 075f22f529..d13f04d4ee 100644
--- a/docs/angular/src/content/en/components/radio-button.mdx
+++ b/docs/angular/src/content/en/components/radio-button.mdx
@@ -150,49 +150,18 @@ The final result would be something like that:
When you modify a primary property, all related dependent properties are automatically updated to reflect the change:
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$empty-color
-
$hover-color
-
Border and dot colors on hover
-
-
$focus-outline-color (indigo)
Focus outline color (Indigo theme)
-
-
-
-
$fill-color
-
$fill-color-hover
-
Checked dot color on hover
-
-
$fill-hover-border-color (non-bootstrap)
Checked border color on hover
-
$focus-border-color (bootstrap)
Focus border color
-
$focus-outline-color (bootstrap)
Focus outlined color
-
$focus-outline-color-filled (indigo)
Focus outline color when radio is filled
-
-
-
-
$label-color
-
$label-color-hover
-
Label text color on hover
-
-
-
-
-
$error-color
-
$error-color-hover
-
Label, border, and dot color in invalid state on hover
-
-
$focus-outline-color-error
Focus outline color in invalid state
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$empty-color** | $hover-color | Border and dot colors on hover |
+| | $focus-outline-color (indigo) | Focus outline color (Indigo theme) |
+| **$fill-color** | $fill-color-hover | Checked dot color on hover |
+| | $fill-hover-border-color (non-bootstrap) | Checked border color on hover |
+| | $focus-border-color (bootstrap) | Focus border color |
+| | $focus-outline-color (bootstrap) | Focus outlined color |
+| | $focus-outline-color-filled (indigo) | Focus outline color when radio is filled |
+| **$label-color** | $label-color-hover | Label text color on hover |
+| **$error-color** | $error-color-hover | Label, border, and dot color in invalid state on hover |
+| | $focus-outline-color-error | Focus outline color in invalid state |
To get started with styling the radio buttons, we need to import the `index` file, where all the theme functions and component mixins live:
diff --git a/docs/angular/src/content/en/components/select.mdx b/docs/angular/src/content/en/components/select.mdx
index 4f008e3414..add9eaa2b3 100644
--- a/docs/angular/src/content/en/components/select.mdx
+++ b/docs/angular/src/content/en/components/select.mdx
@@ -378,26 +378,13 @@ If you pass in your custom settings both as an argument in the `open` function a
When you modify a primary property, all related dependent properties are automatically updated to reflect the change:
-
Background when focused in border variant (Bootstrap/Indigo)
-
$toggle-button-foreground-focus
Foreground color when toggle button is focused
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$toggle-button-background** | $toggle-button-foreground | Foreground color of the toggle button |
+| | $toggle-button-foreground-filled | Foreground color when toggle button is filled |
+| | $toggle-button-background-focus | Background color when focused |
+| | $toggle-button-background-focus--border (bootstrap/indigo) | Background when focused in border variant (Bootstrap/Indigo) |
+| | $toggle-button-foreground-focus | Foreground color when toggle button is focused |
Every component has its own theme function.
diff --git a/docs/angular/src/content/en/components/slider/slider.mdx b/docs/angular/src/content/en/components/slider/slider.mdx
index ed4abbc23c..e7d97fa4dc 100644
--- a/docs/angular/src/content/en/components/slider/slider.mdx
+++ b/docs/angular/src/content/en/components/slider/slider.mdx
@@ -482,171 +482,71 @@ When you modify a primary property, all related dependent properties are automat
{/* Material Theme Table */}
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$track-color
-
$thumb-color
-
The color of the thumb.
-
-
$base-track-color
The base background color of the track.
-
$track-hover-color
The color of the track on hover.
-
$disabled-fill-track-color
The base fill track color when disabled.
-
$label-background-color
The background color of the bubble label.
-
-
-
-
$thumb-color
-
$track-color
-
The color of the track
-
-
$disabled-thumb-color
The thumb color when it is disabled.
-
-
-
-
$base-track-color
-
$base-track-hover-color
-
The base track color on hover.
-
-
$track-step-color
The color of the track steps.
-
$disabled-base-track-color
The base track color when disabled.
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$track-color** | $thumb-color | The color of the thumb. |
+| | $base-track-color | The base background color of the track. |
+| | $track-hover-color | The color of the track on hover. |
+| | $disabled-fill-track-color | The base fill track color when disabled. |
+| | $label-background-color | The background color of the bubble label. |
+| **$thumb-color** | $track-color | The color of the track |
+| | $disabled-thumb-color | The thumb color when it is disabled. |
+| **$base-track-color** | $base-track-hover-color | The base track color on hover. |
+| | $track-step-color | The color of the track steps. |
+| | $disabled-base-track-color | The base track color when disabled. |
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$thumb-border-color
-
$track-color
-
The color of the track
-
-
$thumb-border-hover-color
The thumb border color when hovered.
-
$thumb-focus-color
The focus color of the thumb.
-
$thumb-disabled-border-color
The thumb border color when disabled.
-
-
-
-
$track-color
-
$thumb-border-color
-
The thumb border color
-
-
$track-hover-color
The color of the track on hover.
-
$disabled-fill-track-color
The base fill track color when disabled.
-
$label-background-color
The background color of the bubble label.
-
$label-text-color
The text color of the bubble label.
-
-
-
-
$base-track-color
-
$base-track-hover-color
-
The base track color on hover.
-
-
$track-step-color
The color of the track steps.
-
$disabled-base-track-color
The base track color when disabled.
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$thumb-border-color** | $track-color | The color of the track |
+| | $thumb-border-hover-color | The thumb border color when hovered. |
+| | $thumb-focus-color | The focus color of the thumb. |
+| | $thumb-disabled-border-color | The thumb border color when disabled. |
+| **$track-color** | $thumb-border-color | The thumb border color |
+| | $track-hover-color | The color of the track on hover. |
+| | $disabled-fill-track-color | The base fill track color when disabled. |
+| | $label-background-color | The background color of the bubble label. |
+| | $label-text-color | The text color of the bubble label. |
+| **$base-track-color** | $base-track-hover-color | The base track color on hover. |
+| | $track-step-color | The color of the track steps. |
+| | $disabled-base-track-color | The base track color when disabled. |
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$thumb-color
-
$thumb-border-color
-
The thumb border color.
-
-
$thumb-focus-color
The focus color of the thumb.
-
$track-color
The color of the track.
-
$label-background-color
The background color of the bubble label.
-
$label-text-color
The text color of the bubble label.
-
$disabled-thumb-color
The thumb color when it is disabled.
-
-
-
-
$track-color
-
$track-hover-color
-
The color of the track on hover.
-
-
$disabled-fill-track-color
The fill track color when disabled.
-
-
-
-
$base-track-color
-
$base-track-hover-color
-
The base track color on hover.
-
-
$track-step-color
The color of the track steps.
-
$disabled-base-track-color
The base track color when disabled.
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$thumb-color** | $thumb-border-color | The thumb border color. |
+| | $thumb-focus-color | The focus color of the thumb. |
+| | $track-color | The color of the track. |
+| | $label-background-color | The background color of the bubble label. |
+| | $label-text-color | The text color of the bubble label. |
+| | $disabled-thumb-color | The thumb color when it is disabled. |
+| **$track-color** | $track-hover-color | The color of the track on hover. |
+| | $disabled-fill-track-color | The fill track color when disabled. |
+| **$base-track-color** | $base-track-hover-color | The base track color on hover. |
+| | $track-step-color | The color of the track steps. |
+| | $disabled-base-track-color | The base track color when disabled. |
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$thumb-border-color
-
$track-color
-
The color of the track.
-
-
$thumb-border-hover-color
The thumb border color when hovered.
-
$thumb-focus-color
The focus color of the thumb.
-
$thumb-disabled-border-color
The thumb border color when disabled.
-
-
-
-
$track-color
-
$thumb-border-color
-
The thumb border color.
-
-
$track-hover-color
The color of the track on hover.
-
$disabled-fill-track-color
The base fill track color when disabled.
-
$label-background-color
The background color of the bubble label.
-
$label-text-color
The text color of the bubble label.
-
-
-
-
$base-track-color
-
$base-track-hover-color
-
The base track color on hover.
-
-
$track-step-color
The color of the track steps.
-
$disabled-base-track-color
The base track color when disabled.
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$thumb-border-color** | $track-color | The color of the track. |
+| | $thumb-border-hover-color | The thumb border color when hovered. |
+| | $thumb-focus-color | The focus color of the thumb. |
+| | $thumb-disabled-border-color | The thumb border color when disabled. |
+| **$track-color** | $thumb-border-color | The thumb border color. |
+| | $track-hover-color | The color of the track on hover. |
+| | $disabled-fill-track-color | The base fill track color when disabled. |
+| | $label-background-color | The background color of the bubble label. |
+| | $label-text-color | The text color of the bubble label. |
+| **$base-track-color** | $base-track-hover-color | The base track color on hover. |
+| | $track-step-color | The color of the track steps. |
+| | $disabled-base-track-color | The base track color when disabled. |
diff --git a/docs/angular/src/content/en/components/stepper.mdx b/docs/angular/src/content/en/components/stepper.mdx
index 9eb839811b..69468dcc44 100644
--- a/docs/angular/src/content/en/components/stepper.mdx
+++ b/docs/angular/src/content/en/components/stepper.mdx
@@ -350,82 +350,45 @@ The Stepper Component is also available in the low-code, [drag and drop App Buil
When you modify a primary property, all related dependent properties are automatically updated to reflect the change:
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$step-background
-
$step-hover-background
-
The background of the step header on hover
-
-
$step-focus-background
The background of the step header on focus
-
$indicator-background
The background color of the step indicator
-
$title-color
The color of the step title
-
$subtitle-color
The color of the step subtitle
-
$current-step-background
The background of the current step header
-
$invalid-step-background
The background of the invalid step header
-
$complete-step-background
The background of the complete step header
-
$disabled-indicator-background
The indicator background of the disabled step
-
$disabled-title-color
The title color of the disabled step
-
$disabled-subtitle-color
The subtitle color of the disabled step
-
$step-separator-color
The separator border color between steps
-
-
-
-
$indicator-background
-
$indicator-outline
-
The outline color of the step indicator
-
-
$indicator-color
The text color of the step indicator
-
-
-
-
$current-step-background
-
$current-step-hover-background
-
The background of the current step header on hover
-
-
$current-step-focus-background
The background of the current step header on focus
-
$current-indicator-background
The background color of the current step indicator
-
$current-title-color
The color of the current step title
-
$current-subtitle-color
The color of the current step subtitle
-
-
-
-
$invalid-indicator-background
-
$invalid-indicator-outline
-
The outline color of the invalid step indicator
-
-
$invalid-indicator-color
The color of the invalid step indicator
-
$invalid-title-color
The color of the invalid step title
-
$invalid-subtitle-color
The color of the invalid step subtitle
-
$invalid-title-hover-color
The color of the invalid step title on hover
-
$invalid-subtitle-hover-color
The color of the invalid step subtitle on hover
-
$invalid-title-focus-color
The color of the invalid step title on focus
-
$invalid-subtitle-focus-color
The color of the invalid step subtitle on focus
-
-
-
-
$complete-step-background
-
$complete-step-hover-background
-
The background of the complete step header on hover
-
-
$complete-step-focus-background
The background of the complete step header on focus
-
$complete-indicator-background
The background color of the complete step indicator
-
$complete-indicator-color
The color of the completed step indicator
-
$complete-title-color
The color of the complete step title
-
$complete-subtitle-color
The color of the complete step subtitle
-
$complete-title-hover-color
The color of the complete step title on hover
-
$complete-subtitle-hover-color
The color of the complete step subtitle on hover
-
$complete-title-focus-color
The color of the complete step title on focus
-
$complete-subtitle-focus-color
The color of the complete step subtitle on focus
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$step-background** | $step-hover-background | The background of the step header on hover |
+| | $step-focus-background | The background of the step header on focus |
+| | $indicator-background | The background color of the step indicator |
+| | $title-color | The color of the step title |
+| | $subtitle-color | The color of the step subtitle |
+| | $current-step-background | The background of the current step header |
+| | $invalid-step-background | The background of the invalid step header |
+| | $complete-step-background | The background of the complete step header |
+| | $disabled-indicator-background | The indicator background of the disabled step |
+| | $disabled-title-color | The title color of the disabled step |
+| | $disabled-subtitle-color | The subtitle color of the disabled step |
+| | $step-separator-color | The separator border color between steps |
+| **$indicator-background** | $indicator-outline | The outline color of the step indicator |
+| | $indicator-color | The text color of the step indicator |
+| **$current-step-background** | $current-step-hover-background | The background of the current step header on hover |
+| | $current-step-focus-background | The background of the current step header on focus |
+| | $current-indicator-background | The background color of the current step indicator |
+| | $current-title-color | The color of the current step title |
+| | $current-subtitle-color | The color of the current step subtitle |
+| **$invalid-indicator-background** | $invalid-indicator-outline | The outline color of the invalid step indicator |
+| | $invalid-indicator-color | The color of the invalid step indicator |
+| | $invalid-title-color | The color of the invalid step title |
+| | $invalid-subtitle-color | The color of the invalid step subtitle |
+| | $invalid-title-hover-color | The color of the invalid step title on hover |
+| | $invalid-subtitle-hover-color | The color of the invalid step subtitle on hover |
+| | $invalid-title-focus-color | The color of the invalid step title on focus |
+| | $invalid-subtitle-focus-color | The color of the invalid step subtitle on focus |
+| **$complete-step-background** | $complete-step-hover-background | The background of the complete step header on hover |
+| | $complete-step-focus-background | The background of the complete step header on focus |
+| | $complete-indicator-background | The background color of the complete step indicator |
+| | $complete-indicator-color | The color of the completed step indicator |
+| | $complete-title-color | The color of the complete step title |
+| | $complete-subtitle-color | The color of the complete step subtitle |
+| | $complete-title-hover-color | The color of the complete step title on hover |
+| | $complete-subtitle-hover-color | The color of the complete step subtitle on hover |
+| | $complete-title-focus-color | The color of the complete step title on focus |
+| | $complete-subtitle-focus-color | The color of the complete step subtitle on focus |
Using the [Ignite UI for Angular Theming](/themes), we can greatly alter the `igx-stepper` appearance.
diff --git a/docs/angular/src/content/en/components/switch.mdx b/docs/angular/src/content/en/components/switch.mdx
index a84120b23b..fb53a78893 100644
--- a/docs/angular/src/content/en/components/switch.mdx
+++ b/docs/angular/src/content/en/components/switch.mdx
@@ -153,220 +153,82 @@ When you modify a primary property, all related dependent properties are automat
{/* Material Theme Table */}
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$track-off-color
-
$thumb-off-color
-
Thumb color when switch is off
-
-
$track-disabled-color
Track color when switch is disabled
-
-
-
-
$thumb-off-color
-
$track-off-color
-
Track color when switch is off
-
-
$thumb-disabled-color
Thumb color when switch is disabled
-
-
-
-
$track-on-color
-
$thumb-on-color
-
Thumb color when switch is on
-
-
$track-on-hover-color
Track color when switch is on and hovered
-
$track-on-disabled-color
Track color when switch is on and disabled
-
-
-
-
$thumb-on-color
-
$track-on-color
-
Track color when switch is on
-
-
$thumb-on-disabled-color
Thumb color when switch is on and disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$track-off-color** | $thumb-off-color | Thumb color when switch is off |
+| | $track-disabled-color | Track color when switch is disabled |
+| **$thumb-off-color** | $track-off-color | Track color when switch is off |
+| | $thumb-disabled-color | Thumb color when switch is disabled |
+| **$track-on-color** | $thumb-on-color | Thumb color when switch is on |
+| | $track-on-hover-color | Track color when switch is on and hovered |
+| | $track-on-disabled-color | Track color when switch is on and disabled |
+| **$thumb-on-color** | $track-on-color | Track color when switch is on |
+| | $thumb-on-disabled-color | Thumb color when switch is on and disabled |
{/* Fluent Theme Table */}
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$thumb-off-color
-
$border-color
-
Border color derived from thumb off color
-
-
$thumb-off-hover-color
Thumb color on hover
-
-
-
-
$border-color
-
$thumb-off-color
-
Thumb off color derived from border color
-
-
$border-hover-color
Border color on hover
-
$border-disabled-color
Border color when disabled
-
-
-
-
$track-off-color
-
$thumb-off-color
-
Thumb off color derived from track off color
-
-
$border-hover-color
Border color on hover
-
$track-disabled-color
Track color when disabled
-
-
-
-
$track-on-color
-
$thumb-on-color
-
Thumb color when switch is on
-
-
$thumb-on-disabled-color
The color of the thumb when the switch is on and disabled
-
$border-on-color
The border color when the switch is on
-
$border-on-hover-color
Border color when switch is on and hovered
-
$track-on-hover-color
Track color when switch is on and hovered
-
$track-on-disabled-color
Track color when on and disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$thumb-off-color** | $border-color | Border color derived from thumb off color |
+| | $thumb-off-hover-color | Thumb color on hover |
+| **$border-color** | $thumb-off-color | Thumb off color derived from border color |
+| | $border-hover-color | Border color on hover |
+| | $border-disabled-color | Border color when disabled |
+| **$track-off-color** | $thumb-off-color | Thumb off color derived from track off color |
+| | $border-hover-color | Border color on hover |
+| | $track-disabled-color | Track color when disabled |
+| **$track-on-color** | $thumb-on-color | Thumb color when switch is on |
+| | $thumb-on-disabled-color | The color of the thumb when the switch is on and disabled |
+| | $border-on-color | The border color when the switch is on |
+| | $border-on-hover-color | Border color when switch is on and hovered |
+| | $track-on-hover-color | Track color when switch is on and hovered |
+| | $track-on-disabled-color | Track color when on and disabled |
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$thumb-off-color
-
$border-color
-
Border color derived from thumb off color
-
-
$thumb-off-hover-color
Thumb color on hover
-
-
-
-
$border-color
-
$thumb-off-color
-
Thumb off color derived from border color
-
-
$border-hover-color
Border color on hover
-
$border-disabled-color
Border color when disabled
-
-
-
-
$track-off-color
-
$thumb-off-color
-
Thumb off color derived from track off color
-
-
$border-hover-color
Border color on hover
-
$track-disabled-color
Track color when disabled
-
-
-
-
$track-on-color
-
$thumb-on-color
-
Thumb color when switch is on
-
-
$thumb-on-disabled-color
The color of the thumb when the switch is on and disabled
-
$border-on-color
The border color when the switch is on
-
$border-on-hover-color
Border color when switch is on and hovered
-
$track-on-hover-color
Track color when switch is on and hovered
-
$track-on-disabled-color
Track color when on and disabled
-
$focus-fill-color
Fill color when switch is focused
-
-
-
-
$focus-fill-color
-
$focus-outline-color
-
Outline color derived from focus fill
-
-
$focus-fill-hover-color
Focus fill color when hovered
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$thumb-off-color** | $border-color | Border color derived from thumb off color |
+| | $thumb-off-hover-color | Thumb color on hover |
+| **$border-color** | $thumb-off-color | Thumb off color derived from border color |
+| | $border-hover-color | Border color on hover |
+| | $border-disabled-color | Border color when disabled |
+| **$track-off-color** | $thumb-off-color | Thumb off color derived from track off color |
+| | $border-hover-color | Border color on hover |
+| | $track-disabled-color | Track color when disabled |
+| **$track-on-color** | $thumb-on-color | Thumb color when switch is on |
+| | $thumb-on-disabled-color | The color of the thumb when the switch is on and disabled |
+| | $border-on-color | The border color when the switch is on |
+| | $border-on-hover-color | Border color when switch is on and hovered |
+| | $track-on-hover-color | Track color when switch is on and hovered |
+| | $track-on-disabled-color | Track color when on and disabled |
+| | $focus-fill-color | Fill color when switch is focused |
+| **$focus-fill-color** | $focus-outline-color | Outline color derived from focus fill |
+| | $focus-fill-hover-color | Focus fill color when hovered |
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$thumb-off-color
-
$border-color
-
Border color derived from thumb off color
-
-
$thumb-off-hover-color
Thumb color on hover
-
-
-
-
$border-color
-
$thumb-off-color
-
Thumb off color derived from border color
-
-
$border-hover-color
Border color on hover
-
$border-disabled-color
Border color when disabled
-
-
-
-
$track-off-color
-
$thumb-off-color
-
Thumb off color derived from track off color
-
-
$border-hover-color
Border color on hover
-
$track-disabled-color
Track color when disabled
-
-
-
-
$track-on-color
-
$thumb-on-color
-
Thumb color when switch is on
-
-
$thumb-on-disabled-color
The color of the thumb when the switch is on and disabled
-
$border-on-color
The border color when the switch is on
-
$track-on-hover-color
Track color when switch is on and hovered
-
$track-on-disabled-color
Track color when on and disabled
-
-
-
-
$border-on-color
-
$border-on-hover-color
-
Border color when switch is on and hovered
-
-
-
$focus-outlined-color-focused
The focus outlined color for focused state
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$thumb-off-color** | $border-color | Border color derived from thumb off color |
+| | $thumb-off-hover-color | Thumb color on hover |
+| **$border-color** | $thumb-off-color | Thumb off color derived from border color |
+| | $border-hover-color | Border color on hover |
+| | $border-disabled-color | Border color when disabled |
+| **$track-off-color** | $thumb-off-color | Thumb off color derived from track off color |
+| | $border-hover-color | Border color on hover |
+| | $track-disabled-color | Track color when disabled |
+| **$track-on-color** | $thumb-on-color | Thumb color when switch is on |
+| | $thumb-on-disabled-color | The color of the thumb when the switch is on and disabled |
+| | $border-on-color | The border color when the switch is on |
+| | $track-on-hover-color | Track color when switch is on and hovered |
+| | $track-on-disabled-color | Track color when on and disabled |
+| **$border-on-color** | $border-on-hover-color | Border color when switch is on and hovered |
+| | $focus-outlined-color-focused | The focus outlined color for focused state |
diff --git a/docs/angular/src/content/en/components/tabs.mdx b/docs/angular/src/content/en/components/tabs.mdx
index 9de5bc1de5..57f0f9c469 100644
--- a/docs/angular/src/content/en/components/tabs.mdx
+++ b/docs/angular/src/content/en/components/tabs.mdx
@@ -391,310 +391,114 @@ When you modify a primary property, all related dependent properties are automat
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$item-background
-
$item-active-background
-
The color used for the active/focused tab background.
-
-
$item-text-color
The color used for the tab text color.
-
$item-icon-color
The color used for the tab icon.
-
$item-hover-background
The background used for the tabs on hover.
-
$indicator-color
The color used for the active tab indicator.
-
$button-background
The color used for the button background.
-
$button-hover-background
The color used for the button background on hover.
-
-
-
-
$item-active-background
-
$item-active-icon-color
-
The color used for the active tab icon.
-
-
$item-active-color
The color used for the active tabs text.
-
$tab-ripple-color
The color used for the button background.
-
-
-
-
$item-text-color
-
$item-hover-color
-
The text color used for the tabs on hover if no `$item-hover-background` is provided
-
-
$item-icon-color
The color used for the tab icon if no `$item-background` is provided
-
$item-active-color
The color used for the active tabs text if no `$item-active-background` is provided
-
$indicator-color
The color used for the active tab indicator if no `$item-background` is provided
-
-
-
-
$item-icon-color
-
$item-hover-icon-color
-
The color used for the tab icon on hover.
-
-
$item-active-icon-color
The color used for the active tab icon.
-
$indicator-color
The color used for the active tab indicator.
-
-
-
-
$button-background
-
$button-hover-background
-
The color used for the button background on hover.
-
-
$button-color
The color used for the button icon/text color.
-
-
-
-
$button-color
-
$button-disabled-color
-
The color used for the disabled button icon/text.
-
-
$button-ripple-color
The color used for the button background on hover.
-
-
-
-
$button-hover-background
-
$button-hover-color
-
The color used for the button icon/text color on hover.
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$item-background** | $item-active-background | The color used for the active/focused tab background. |
+| | $item-text-color | The color used for the tab text color. |
+| | $item-icon-color | The color used for the tab icon. |
+| | $item-hover-background | The background used for the tabs on hover. |
+| | $indicator-color | The color used for the active tab indicator. |
+| | $button-background | The color used for the button background. |
+| | $button-hover-background | The color used for the button background on hover. |
+| **$item-active-background** | $item-active-icon-color | The color used for the active tab icon. |
+| | $item-active-color | The color used for the active tabs text. |
+| | $tab-ripple-color | The color used for the button background. |
+| **$item-text-color** | $item-hover-color | The text color used for the tabs on hover if no `$item-hover-background` is provided |
+| | $item-icon-color | The color used for the tab icon if no `$item-background` is provided |
+| | $item-active-color | The color used for the active tabs text if no `$item-active-background` is provided |
+| | $indicator-color | The color used for the active tab indicator if no `$item-background` is provided |
+| **$item-icon-color** | $item-hover-icon-color | The color used for the tab icon on hover. |
+| | $item-active-icon-color | The color used for the active tab icon. |
+| | $indicator-color | The color used for the active tab indicator. |
+| **$button-background** | $button-hover-background | The color used for the button background on hover. |
+| | $button-color | The color used for the button icon/text color. |
+| **$button-color** | $button-disabled-color | The color used for the disabled button icon/text. |
+| | $button-ripple-color | The color used for the button background on hover. |
+| **$button-hover-background** | $button-hover-color | The color used for the button icon/text color on hover. |
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$item-background
-
$item-active-background
-
The color used for the active/focused tab background.
-
-
$item-text-color
The color used for the tab text color.
-
$item-icon-color
The color used for the tab icon.
-
$item-hover-background
The background used for the tabs on hover.
-
$indicator-color
The color used for the active tab indicator.
-
$button-background
The color used for the button background.
-
$button-hover-background
The color used for the button background on hover.
-
-
-
-
$item-active-background
-
$item-active-icon-color
-
The color used for the active tab icon.
-
-
$item-active-color
The color used for the active tabs text.
-
$tab-ripple-color
The ripple color for the tab interaction.
-
-
-
-
$item-text-color
-
$item-hover-color
-
The text color used for the tabs on hover if no `$item-hover-background` is provided
-
-
$item-icon-color
The color used for the tab icon if no `$item-background` is provided
-
$item-active-color
The color used for the active tabs text if no `$item-active-background` is provided
-
$indicator-color
The color used for the active tab indicator if no `$item-background` is provided
-
-
-
-
$item-icon-color
-
$item-hover-icon-color
-
The color used for the tab icon on hover.
-
-
$item-active-icon-color
The color used for the active tab icon.
-
$indicator-color
The color used for the active tab indicator.
-
-
-
-
$button-background
-
$button-hover-background
-
The color used for the button background on hover.
-
-
$button-color
The color used for the button icon/text color.
-
-
-
-
$button-color
-
$button-disabled-color
-
The color used for the disabled button icon/text.
-
-
$button-ripple-color
The color used for the button background on hover.
-
-
-
-
$button-hover-background
-
$button-hover-color
-
The color used for the button icon/text color on hover.
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$item-background** | $item-active-background | The color used for the active/focused tab background. |
+| | $item-text-color | The color used for the tab text color. |
+| | $item-icon-color | The color used for the tab icon. |
+| | $item-hover-background | The background used for the tabs on hover. |
+| | $indicator-color | The color used for the active tab indicator. |
+| | $button-background | The color used for the button background. |
+| | $button-hover-background | The color used for the button background on hover. |
+| **$item-active-background** | $item-active-icon-color | The color used for the active tab icon. |
+| | $item-active-color | The color used for the active tabs text. |
+| | $tab-ripple-color | The ripple color for the tab interaction. |
+| **$item-text-color** | $item-hover-color | The text color used for the tabs on hover if no `$item-hover-background` is provided |
+| | $item-icon-color | The color used for the tab icon if no `$item-background` is provided |
+| | $item-active-color | The color used for the active tabs text if no `$item-active-background` is provided |
+| | $indicator-color | The color used for the active tab indicator if no `$item-background` is provided |
+| **$item-icon-color** | $item-hover-icon-color | The color used for the tab icon on hover. |
+| | $item-active-icon-color | The color used for the active tab icon. |
+| | $indicator-color | The color used for the active tab indicator. |
+| **$button-background** | $button-hover-background | The color used for the button background on hover. |
+| | $button-color | The color used for the button icon/text color. |
+| **$button-color** | $button-disabled-color | The color used for the disabled button icon/text. |
+| | $button-ripple-color | The color used for the button background on hover. |
+| **$button-hover-background** | $button-hover-color | The color used for the button icon/text color on hover. |
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$item-background
-
$item-active-background
-
The color used for the active/focused tab background.
-
-
$item-text-color
The color used for the tab text color.
-
$item-icon-color
The color used for the tab icon.
-
$item-hover-background
The background used for the tabs on hover.
-
$indicator-color
The color used for the active tab indicator.
-
$button-background
The color used for the button background.
-
$button-hover-background
The color used for the button background on hover.
-
$border-color
The border color of the tabs.
-
-
-
-
$item-active-background
-
$item-active-icon-color
-
The color used for the active tab icon.
-
-
$item-active-color
The color used for the active tabs text.
-
$tab-ripple-color
The color used for the button background.
-
-
-
-
$item-text-color
-
$item-hover-color
-
The text color used for the tabs on hover if no `$item-hover-background` is provided
-
-
$item-icon-color
The color used for the tab icon if no `$item-background` is provided
-
$button-color
The color used for the button icon/text color if no `$button-background` is provided (non-material)
-
-
-
-
$item-icon-color
-
$item-hover-icon-color
-
The color used for the tab icon on hover if no `$item-hover-background` is provided
-
-
$item-text-color
The color used for the tab text color if no `$item-background` is provided
-
-
-
-
$button-background
-
$button-hover-background
-
The color used for the button background on hover.
-
-
$button-color
The color used for the button icon/text color.
-
-
-
-
$button-color
-
$button-hover-color
-
The color used for the button icon/text color on hover if no `$button-background` is provided
-
-
$button-disabled-color
The color used for the disabled button icon/text.
-
$button-ripple-color
The color used for the button background on hover.
-
-
-
-
$button-hover-background
-
$button-hover-color
-
The color used for the button icon/text color on hover.
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$item-background** | $item-active-background | The color used for the active/focused tab background. |
+| | $item-text-color | The color used for the tab text color. |
+| | $item-icon-color | The color used for the tab icon. |
+| | $item-hover-background | The background used for the tabs on hover. |
+| | $indicator-color | The color used for the active tab indicator. |
+| | $button-background | The color used for the button background. |
+| | $button-hover-background | The color used for the button background on hover. |
+| | $border-color | The border color of the tabs. |
+| **$item-active-background** | $item-active-icon-color | The color used for the active tab icon. |
+| | $item-active-color | The color used for the active tabs text. |
+| | $tab-ripple-color | The color used for the button background. |
+| **$item-text-color** | $item-hover-color | The text color used for the tabs on hover if no `$item-hover-background` is provided |
+| | $item-icon-color | The color used for the tab icon if no `$item-background` is provided |
+| | $button-color | The color used for the button icon/text color if no `$button-background` is provided (non-material) |
+| **$item-icon-color** | $item-hover-icon-color | The color used for the tab icon on hover if no `$item-hover-background` is provided |
+| | $item-text-color | The color used for the tab text color if no `$item-background` is provided |
+| **$button-background** | $button-hover-background | The color used for the button background on hover. |
+| | $button-color | The color used for the button icon/text color. |
+| **$button-color** | $button-hover-color | The color used for the button icon/text color on hover if no `$button-background` is provided |
+| | $button-disabled-color | The color used for the disabled button icon/text. |
+| | $button-ripple-color | The color used for the button background on hover. |
+| **$button-hover-background** | $button-hover-color | The color used for the button icon/text color on hover. |
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$item-background
-
$item-active-background
-
The color used for the active/focused tab background.
-
-
$item-text-color
The color used for the tab text color.
-
$item-icon-color
The color used for the tab icon.
-
$item-hover-background
The background used for the tabs on hover.
-
$indicator-color
The color used for the active tab indicator.
-
$button-background
The color used for the button background.
-
$button-hover-background
The color used for the button background on hover.
-
-
-
-
$item-active-background
-
$item-active-icon-color
-
The color used for the active tab icon.
-
-
$item-active-color
The color used for the active tabs text.
-
$tab-ripple-color
The color used for the button background.
-
-
-
-
$item-text-color
-
$item-hover-color
-
The text color used for the tabs on hover if no `$item-hover-background` is provided
-
-
$item-icon-color
The color used for the tab icon if no `$item-background` is provided
-
$item-active-color
The color used for the active tabs text if no `$item-active-background` is provided
-
$indicator-color
The color used for the active tab indicator if no `$item-background` is provided
-
-
-
-
$item-icon-color
-
$item-hover-icon-color
-
The color used for the tab icon on hover.
-
-
$item-active-icon-color
The color used for the active tab icon.
-
$indicator-color
The color used for the active tab indicator.
-
-
-
-
$button-background
-
$button-hover-background
-
The color used for the button background on hover.
-
-
$button-color
The color used for the button icon/text color.
-
-
-
-
$button-color
-
$button-disabled-color
-
The color used for the disabled button icon/text.
-
-
$button-ripple-color
The color used for the button background on hover.
-
-
-
-
$button-hover-background
-
$button-hover-color
-
The color used for the button icon/text color on hover.
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$item-background** | $item-active-background | The color used for the active/focused tab background. |
+| | $item-text-color | The color used for the tab text color. |
+| | $item-icon-color | The color used for the tab icon. |
+| | $item-hover-background | The background used for the tabs on hover. |
+| | $indicator-color | The color used for the active tab indicator. |
+| | $button-background | The color used for the button background. |
+| | $button-hover-background | The color used for the button background on hover. |
+| **$item-active-background** | $item-active-icon-color | The color used for the active tab icon. |
+| | $item-active-color | The color used for the active tabs text. |
+| | $tab-ripple-color | The color used for the button background. |
+| **$item-text-color** | $item-hover-color | The text color used for the tabs on hover if no `$item-hover-background` is provided |
+| | $item-icon-color | The color used for the tab icon if no `$item-background` is provided |
+| | $item-active-color | The color used for the active tabs text if no `$item-active-background` is provided |
+| | $indicator-color | The color used for the active tab indicator if no `$item-background` is provided |
+| **$item-icon-color** | $item-hover-icon-color | The color used for the tab icon on hover. |
+| | $item-active-icon-color | The color used for the active tab icon. |
+| | $indicator-color | The color used for the active tab indicator. |
+| **$button-background** | $button-hover-background | The color used for the button background on hover. |
+| | $button-color | The color used for the button icon/text color. |
+| **$button-color** | $button-disabled-color | The color used for the disabled button icon/text. |
+| | $button-ripple-color | The color used for the button background on hover. |
+| **$button-hover-background** | $button-hover-color | The color used for the button icon/text color on hover. |
diff --git a/docs/angular/src/content/en/components/tree.mdx b/docs/angular/src/content/en/components/tree.mdx
index b864510d97..3e7255b859 100644
--- a/docs/angular/src/content/en/components/tree.mdx
+++ b/docs/angular/src/content/en/components/tree.mdx
@@ -374,56 +374,20 @@ After the user clicks the expand icon, it is replaced by a loading indicator. Wh
When you modify a primary property, all related dependent properties are automatically updated to reflect the change:
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$background
-
$foreground
-
The color used for the tree node content.
-
-
$background-selected
The background color used for the selected tree node.
-
$hover-color
The background color used for the tree node on hover.
-
$background-active
The background color used for the active tree node.
-
$background-disabled
The background color used for the tree node in disabled state.
-
-
-
-
$background-selected
-
$foreground-selected
-
The color used for the content of the selected tree node.
-
-
$hover-selected-color
The background color used for the selected tree node on hover.
-
-
-
-
$background-active
-
$foreground-active
-
The color used for the content of the active tree node.
-
-
$background-active-selected
The background color used for the active selected tree node.
-
-
-
-
$background-active-selected
-
$foreground-active-selected
-
The color used for the content of the active selected tree node.
-
-
-
-
-
$background-disabled
-
$foreground-disabled
-
The color used for the content of the disabled tree node.
-
-
-
+
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $foreground | The color used for the tree node content. |
+| | $background-selected | The background color used for the selected tree node. |
+| | $hover-color | The background color used for the tree node on hover. |
+| | $background-active | The background color used for the active tree node. |
+| | $background-disabled | The background color used for the tree node in disabled state. |
+| **$background-selected** | $foreground-selected | The color used for the content of the selected tree node. |
+| | $hover-selected-color | The background color used for the selected tree node on hover. |
+| **$background-active** | $foreground-active | The color used for the content of the active tree node. |
+| | $background-active-selected | The background color used for the active selected tree node. |
+| **$background-active-selected** | $foreground-active-selected | The color used for the content of the active selected tree node. |
+| **$background-disabled** | $foreground-disabled | The color used for the content of the disabled tree node. |
Using the [Ignite UI for Angular Theming](/themes), we can greatly alter the tree appearance. First, in order for us to use the functions exposed by the theme engine, we need to import the `index` file in our style file:
diff --git a/docs/angular/src/content/jp/components/avatar.mdx b/docs/angular/src/content/jp/components/avatar.mdx
index 606434adaf..584ee9abad 100644
--- a/docs/angular/src/content/jp/components/avatar.mdx
+++ b/docs/angular/src/content/jp/components/avatar.mdx
@@ -157,27 +157,10 @@ igx-avatar {
`$background` プロパティを変更すると、次の依存プロパティが自動的に更新されます。
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$background
-
$color
-
The text color used for the avatar.
-
-
-
-
$icon-color
-
The icon color used for the avatar.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $color | The text color used for the avatar. |
+| | $icon-color | The icon color used for the avatar. |
Avatar のスタイル設定を始めるには、すべてのテーマ関数とコンポーネント ミックスインが存在する `index` ファイルをインポートする必要があります。
diff --git a/docs/angular/src/content/jp/components/badge.mdx b/docs/angular/src/content/jp/components/badge.mdx
index c85d1e2d9c..1edf17e687 100644
--- a/docs/angular/src/content/jp/components/badge.mdx
+++ b/docs/angular/src/content/jp/components/badge.mdx
@@ -339,27 +339,10 @@ class Member {
`$background-color` プロパティを変更すると、次の依存プロパティが自動的に更新されます。
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$background-color
-
$icon-color
-
The color used for icons in the badge.
-
-
-
-
$text-color
-
The color used for text in the badge.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background-color** | $icon-color | The color used for icons in the badge. |
+| | $text-color | The color used for text in the badge. |
Badge のスタイル設定は、すべてのテーマ関数とコンポーネントミックスインが存在する `index` ファイルをインポートする必要があります。
diff --git a/docs/angular/src/content/jp/components/button-group.mdx b/docs/angular/src/content/jp/components/button-group.mdx
index b375cdd49b..161cbb3f9f 100644
--- a/docs/angular/src/content/jp/components/button-group.mdx
+++ b/docs/angular/src/content/jp/components/button-group.mdx
@@ -250,154 +250,31 @@ public ngOnInit() {
`$item-background` プロパティの値を設定すると、下の表にリストされている関連するすべての依存プロパティが自動的に更新され、視覚的な一貫性が維持されます。次の表は、プライマリ プロパティをカスタマイズしたときに影響を受けるプロパティを示しています。
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $header-text-color | The text color of the card title. |
+| | $subtitle-text-color | The text color of the card subtitle. |
+| | $content-text-color | The text color of the card content. |
+| | $actions-text-color | The text color of the card buttons. |
カードのスタイル設定を始めるには、すべてのテーマ関数とコンポーネントのミックスインが存在する `index` ファイルをインポートする必要があります。
diff --git a/docs/angular/src/content/jp/components/carousel.mdx b/docs/angular/src/content/jp/components/carousel.mdx
index a3be73e660..8d203fb423 100644
--- a/docs/angular/src/content/jp/components/carousel.mdx
+++ b/docs/angular/src/content/jp/components/carousel.mdx
@@ -415,521 +415,165 @@ These configurations will have the following result:
$indicator-focus-color (When $indicator-background is not provided)
The color of the indicator when focused.
-
-
$button-hover-background
-
$button-hover-arrow-color
-
The color of the button arrow on hover.
-
-
-
$button-disabled-background
-
$button-disabled-arrow-color
-
The color of the button arrow when disabled.
-
-
-
$button-hover-arrow-color
-
$button-focus-arrow-color
-
The color of the button arrow when focused.
-
-
-
$button-focus-arrow-color
-
$button-focus-border-color
-
The border color of the button when focused.
-
-
-
-
-
$indicator-background
-
$indicator-border-color
-
The color of the indicator border.
-
-
$indicator-active-dot-color
The color of the indicator dot when active.
-
$indicator-focus-color
The color of the indicator when focused.
-
-
-
-
$indicator-active-dot-color
-
$indicator-active-hover-dot-color
-
The color of the indicator when active and hovered.
-
-
$indicator-active-border-color
The color of the indicator border when active.
-
-
$indicator-dot-color
-
$indicator-hover-dot-color
-
The color of the indicator dot on hover.
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$button-background** | $button-hover-background | The background color of the button on hover. |
+| | $button-arrow-color | The color of the button arrow. |
+| | $button-disabled-background | The background color of the button when disabled. |
+| | $indicator-focus-color (When $indicator-background is not provided) | The color of the indicator when focused. |
+| **$button-hover-background** | $button-hover-arrow-color | The color of the button arrow on hover. |
+| **$button-disabled-background** | $button-disabled-arrow-color | The color of the button arrow when disabled. |
+| **$button-hover-arrow-color** | $button-focus-arrow-color | The color of the button arrow when focused. |
+| **$button-focus-arrow-color** | $button-focus-border-color | The border color of the button when focused. |
+| **$indicator-background** | $indicator-border-color | The color of the indicator border. |
+| | $indicator-active-dot-color | The color of the indicator dot when active. |
+| | $indicator-focus-color | The color of the indicator when focused. |
+| **$indicator-active-dot-color** | $indicator-active-hover-dot-color | The color of the indicator when active and hovered. |
+| | $indicator-active-border-color | The color of the indicator border when active. |
+| **$indicator-dot-color** | $indicator-hover-dot-color | The color of the indicator dot on hover. |
[Ignite UI for Angular テーマ](themes/index.md)を使用して、`carousel` の外観を変更できます。
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$button-background
-
$button-hover-background
-
The background color of the button on hover.
-
-
$button-arrow-color
The color of the button arrow.
-
$button-disabled-background
The background color of the button when disabled.
-
$button-focus-border-color
The border color of the button when focused.
-
$indicator-focus-color (When $indicator-background is not provided)
The color of the indicator when focused.
-
-
$button-hover-background
-
$button-hover-arrow-color
-
The color of the button arrow on hover.
-
-
-
$button-disabled-background
-
$button-disabled-arrow-color
-
The color of the button arrow when disabled.
-
-
-
$button-hover-arrow-color
-
$button-focus-arrow-color
-
The color of the button arrow when focused.
-
-
-
-
-
$indicator-background
-
$indicator-border-color
-
The color of the indicator border.
-
-
$indicator-active-dot-color
The color of the indicator dot when active.
-
$indicator-focus-color
The color of the indicator when focused.
-
-
-
-
$indicator-active-dot-color
-
$indicator-active-hover-dot-color
-
The color of the indicator when active and hovered.
-
-
$indicator-active-border-color
The color of the indicator border when active.
-
-
$indicator-dot-color
-
$indicator-hover-dot-color
-
The color of the indicator dot on hover.
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$button-background** | $button-hover-background | The background color of the button on hover. |
+| | $button-arrow-color | The color of the button arrow. |
+| | $button-disabled-background | The background color of the button when disabled. |
+| | $button-focus-border-color | The border color of the button when focused. |
+| | $indicator-focus-color (When $indicator-background is not provided) | The color of the indicator when focused. |
+| **$button-hover-background** | $button-hover-arrow-color | The color of the button arrow on hover. |
+| **$button-disabled-background** | $button-disabled-arrow-color | The color of the button arrow when disabled. |
+| **$button-hover-arrow-color** | $button-focus-arrow-color | The color of the button arrow when focused. |
+| **$indicator-background** | $indicator-border-color | The color of the indicator border. |
+| | $indicator-active-dot-color | The color of the indicator dot when active. |
+| | $indicator-focus-color | The color of the indicator when focused. |
+| **$indicator-active-dot-color** | $indicator-active-hover-dot-color | The color of the indicator when active and hovered. |
+| | $indicator-active-border-color | The color of the indicator border when active. |
+| **$indicator-dot-color** | $indicator-hover-dot-color | The color of the indicator dot on hover. |
$indicator-focus-color (When $indicator-background is not provided)
The color of the indicator when focused.
-
-
$button-hover-background
-
$button-hover-arrow-color
-
The color of the button arrow on hover.
-
-
-
$button-disabled-background
-
$button-disabled-arrow-color
-
The color of the button arrow when disabled.
-
-
-
$button-hover-arrow-color
-
$button-focus-arrow-color
-
The color of the button arrow when focused.
-
-
-
-
-
$indicator-background
-
$indicator-border-color
-
The color of the indicator border.
-
-
$indicator-active-dot-color
The color of the indicator dot when active.
-
$indicator-focus-color
The color of the indicator when focused.
-
-
-
-
$indicator-active-dot-color
-
$indicator-active-hover-dot-color
-
The color of the indicator when active and hovered.
-
-
$indicator-active-border-color
The color of the indicator border when active.
-
-
$indicator-dot-color
-
$indicator-hover-dot-color
-
The color of the indicator dot on hover.
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$button-background** | $button-hover-background | The background color of the button on hover. |
+| | $button-arrow-color | The color of the button arrow. |
+| | $button-disabled-background | The background color of the button when disabled. |
+| | $button-focus-border-color | The border color of the button when focused. |
+| | $indicator-focus-color (When $indicator-background is not provided) | The color of the indicator when focused. |
+| **$button-hover-background** | $button-hover-arrow-color | The color of the button arrow on hover. |
+| **$button-disabled-background** | $button-disabled-arrow-color | The color of the button arrow when disabled. |
+| **$button-hover-arrow-color** | $button-focus-arrow-color | The color of the button arrow when focused. |
+| **$indicator-background** | $indicator-border-color | The color of the indicator border. |
+| | $indicator-active-dot-color | The color of the indicator dot when active. |
+| | $indicator-focus-color | The color of the indicator when focused. |
+| **$indicator-active-dot-color** | $indicator-active-hover-dot-color | The color of the indicator when active and hovered. |
+| | $indicator-active-border-color | The color of the indicator border when active. |
+| **$indicator-dot-color** | $indicator-hover-dot-color | The color of the indicator dot on hover. |
$indicator-active-dot-color (When $indicator-background is not provided)
The color of the indicator dot when active.
-
-
$button-hover-background
-
$button-hover-arrow-color
-
The color of the button arrow on hover.
-
-
-
$button-disabled-background
-
$button-disabled-arrow-color
-
The color of the button arrow when disabled.
-
-
-
$button-border-color
-
$button-hover-border-color
-
The border color of the button on hover.
-
-
-
$button-hover-arrow-color
-
$button-focus-arrow-color
-
The color of the button arrow when focused.
-
-
-
-
-
$indicator-background
-
$indicator-dot-color
-
The color of the indicator dot.
-
-
$indicator-active-dot-color
The color of the indicator dot when active.
-
-
-
-
$indicator-dot-color
-
$indicator-hover-dot-color
-
The color of the indicator dot on hover.
-
-
$indicator-border-color
The color of the indicator border.
-
-
-
-
$indicator-active-dot-color
-
$indicator-active-hover-dot-color
-
The color of the indicator when active and hovered.
-
-
$indicator-active-border-color
The color of the indicator border when active.
-
$button-focus-border-color
The border color of the button when focused.
-
-
$indicator-active-hover-dot-color
-
$indicator-focus-color
-
The color of the indicator when focused.
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$button-background** | $button-hover-background | The background color of the button on hover. |
+| | $button-border-color | The border color of the button. |
+| | $button-arrow-color | The color of the button arrow. |
+| | $button-disabled-background | The background color of the button when disabled. |
+| | $indicator-active-dot-color (When $indicator-background is not provided) | The color of the indicator dot when active. |
+| **$button-hover-background** | $button-hover-arrow-color | The color of the button arrow on hover. |
+| **$button-disabled-background** | $button-disabled-arrow-color | The color of the button arrow when disabled. |
+| **$button-border-color** | $button-hover-border-color | The border color of the button on hover. |
+| **$button-hover-arrow-color** | $button-focus-arrow-color | The color of the button arrow when focused. |
+| **$indicator-background** | $indicator-dot-color | The color of the indicator dot. |
+| | $indicator-active-dot-color | The color of the indicator dot when active. |
+| **$indicator-dot-color** | $indicator-hover-dot-color | The color of the indicator dot on hover. |
+| | $indicator-border-color | The color of the indicator border. |
+| **$indicator-active-dot-color** | $indicator-active-hover-dot-color | The color of the indicator when active and hovered. |
+| | $indicator-active-border-color | The color of the indicator border when active. |
+| | $button-focus-border-color | The border color of the button when focused. |
+| **$indicator-active-hover-dot-color** | $indicator-focus-color | The color of the indicator when focused. |
The focus outline color for focused state in indigo variant.
-
-
-
-
-
- $error-color
-
-
$error-color-hover
-
The border and fill colors in invalid state on hover.
-
-
-
-
$focus-outline-color-error
-
The focus outline color in error state.
-
-
-
-
-
- $label-color
-
-
$label-color-hover
-
The text color for the label on hover.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$empty-color** | $empty-color-hover | The unchecked border color on hover. |
+| | $focus-outline-color (indigo variant only) | The focus outline color for indigo variant. |
+| **$fill-color** | $fill-color-hover | The checked border and fill colors on hover. |
+| | $tick-color | The checked mark color. |
+| | $focus-border-color | The focus border color. |
+| | $disabled-indeterminate-color | The disabled border and fill colors in indeterminate state. |
+| | $focus-outline-color (bootstrap variant only) | The focus outline color for bootstrap variant. |
+| | $focus-outline-color-focused (indigo variant only) | The focus outline color for focused state in indigo variant. |
+| **$error-color** | $error-color-hover | The border and fill colors in invalid state on hover. |
+| | $focus-outline-color-error | The focus outline color in error state. |
+| **$label-color** | $label-color-hover | The text color for the label on hover. |
> **注:** 実際の結果はテーマのバリエーションによって異なる場合があります。
diff --git a/docs/angular/src/content/jp/components/chip.mdx b/docs/angular/src/content/jp/components/chip.mdx
index d21f59f3b7..f1dcbdf01f 100644
--- a/docs/angular/src/content/jp/components/chip.mdx
+++ b/docs/angular/src/content/jp/components/chip.mdx
@@ -494,120 +494,27 @@ public chipsOrderChanged(event: IChipsAreaReorderEventArgs) {
プライマリ プロパティを変更すると、関連するすべての依存プロパティが自動的に更新されます。
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $text-color | The chip text color. |
+| | $border-color | The chip border color. |
+| | $hover-background | The chip hover background color. |
+| | $hover-border-color | The chip hover border color. |
+| | $hover-text-color | The chip hover text color. |
+| | $focus-background | The chip focus background color. |
+| | $selected-background | The chip selected background color. |
+| **$focus-background** | $focus-text-color | The chip text focus color. |
+| | $focus-border-color | The chip focus border color. |
+| | $focus-outline-color (bootstrap & indigo variants only) | The chip focus outline color. |
+| **$selected-background** | $selected-text-color | The selected chip text color. |
+| | $selected-border-color | The selected chip border color. |
+| | $hover-selected-background | The selected chip hover background color. |
+| **$hover-selected-background** | $hover-selected-text-color | The selected chip hover text color. |
+| | $hover-selected-border-color | The selected chip hover border color. |
+| | $focus-selected-background | The selected chip focus background color. |
+| **$focus-selected-background** | $focus-selected-text-color | The selected chip text focus color. |
+| | $focus-selected-border-color | The selected chip focus border color. |
+| | $focus-selected-outline-color (bootstrap & indigo variants only) | The chip focus outline color in selected state. |
チップのスタイル設定を始めるには、すべてのテーマ関数とコンポーネントのミックスインが存在する `index` ファイルをインポートする必要があります。
diff --git a/docs/angular/src/content/jp/components/combo.mdx b/docs/angular/src/content/jp/components/combo.mdx
index 31eaa00924..bba1351554 100644
--- a/docs/angular/src/content/jp/components/combo.mdx
+++ b/docs/angular/src/content/jp/components/combo.mdx
@@ -327,62 +327,17 @@ When combobox is opened, allow custom values are enabled and add item button is
プライマリ プロパティを変更すると、関連するすべての依存プロパティが自動的に更新されます。
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$empty-list-background
-
$empty-list-placeholder-color
-
The combo placeholder text color.
-
-
-
$toggle-button-background
-
$toggle-button-foreground
-
The combo toggle button foreground color.
-
-
-
-
$toggle-button-background-focus
-
The combo toggle button background color when focused.
-
-
-
-
$toggle-button-background-focus--border
-
The combo toggle button background color when focused (border variant).
-
-
-
-
$toggle-button-foreground-filled
-
The combo toggle button foreground color when filled.
-
-
-
-
$toggle-button-background-disabled
-
The combo toggle button background color when disabled.
-
-
-
-
$toggle-button-foreground-disabled
-
The combo toggle button foreground color when disabled.
-
-
-
$toggle-button-background-focus
-
$toggle-button-foreground-focus
-
The combo toggle button foreground color when focused.
-
-
-
$clear-button-background-focus
-
$clear-button-foreground-focus
-
The combo clear button foreground color when focused.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$empty-list-background** | $empty-list-placeholder-color | The combo placeholder text color. |
+| **$toggle-button-background** | $toggle-button-foreground | The combo toggle button foreground color. |
+| | $toggle-button-background-focus | The combo toggle button background color when focused. |
+| | $toggle-button-background-focus--border | The combo toggle button background color when focused (border variant). |
+| | $toggle-button-foreground-filled | The combo toggle button foreground color when filled. |
+| | $toggle-button-background-disabled | The combo toggle button background color when disabled. |
+| | $toggle-button-foreground-disabled | The combo toggle button foreground color when disabled. |
+| **$toggle-button-background-focus** | $toggle-button-foreground-focus | The combo toggle button foreground color when focused. |
+| **$clear-button-background-focus** | $clear-button-foreground-focus | The combo clear button foreground color when focused. |
[`Ignite UI for Angular テーマ`](themes/index.md)を使用して、コンボボックスの外観を変更できます。はじめに、テーマ エンジンによって公開されている関数を使用するために、スタイル ファイルに `index` ファイルをインポートする必要があります。
diff --git a/docs/angular/src/content/jp/components/dialog.mdx b/docs/angular/src/content/jp/components/dialog.mdx
index 2025a8e9f0..70043ecbd4 100644
--- a/docs/angular/src/content/jp/components/dialog.mdx
+++ b/docs/angular/src/content/jp/components/dialog.mdx
@@ -260,34 +260,11 @@ params: {
`$background` プロパティを変更すると、次の依存プロパティが自動的に更新されます。
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
- $background
-
-
$title-color
-
The dialog title text color.
-
-
-
-
$message-color
-
The dialog message text color.
-
-
-
-
$border-color
-
The border color used for dialog component.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $title-color | The dialog title text color. |
+| | $message-color | The dialog message text color. |
+| | $border-color | The border color used for dialog component. |
ダイアログ ウィンドウのスタイル設定は、すべてのテーマ関数とコンポーネントミックスインが存在する `index` ファイルをはじめにインポートする必要があります。
diff --git a/docs/angular/src/content/jp/components/drop-down.mdx b/docs/angular/src/content/jp/components/drop-down.mdx
index 44220fc51b..aa4bf844f1 100644
--- a/docs/angular/src/content/jp/components/drop-down.mdx
+++ b/docs/angular/src/content/jp/components/drop-down.mdx
@@ -494,117 +494,26 @@ export class InputDropDownComponent {
プライマリ プロパティを変更すると、関連するすべての依存プロパティが自動的に更新されます。
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
- $background-color
-
-
$item-text-color
-
The drop-down item text color.
-
-
-
-
$hover-item-background
-
The drop-down hover item background color.
-
-
-
-
$focused-item-background
-
The drop-down focused item background color.
-
-
-
-
$focused-item-text-color
-
The drop-down focused item text color.
-
-
-
-
$selected-item-background
-
The drop-down selected item background color.
-
-
-
-
$disabled-item-text-color
-
The drop-down disabled item text color.
-
-
-
-
$header-text-color
-
The drop-down header text color.
-
-
-
-
-
- $item-text-color
-
-
$item-icon-color
-
The drop-down item icon color.
-
-
-
-
$hover-item-text-color
-
The drop-down item hover text color.
-
-
-
-
$hover-item-icon-color
-
The drop-down item hover icon color.
-
-
-
-
-
- $selected-item-background
-
-
$selected-item-text-color
-
The drop-down selected item text color.
-
-
-
-
$selected-item-icon-color
-
The drop-down selected item icon color.
-
-
-
-
$selected-hover-item-background
-
The drop-down selected item hover background color.
-
-
-
-
$selected-hover-item-text-color
-
The drop-down selected item hover text color.
-
-
-
-
$selected-hover-item-icon-color
-
The drop-down selected item hover icon color.
-
-
-
-
$selected-focus-item-background
-
The drop-down selected item focus background color.
-
-
-
-
$selected-focus-item-text-color
-
The drop-down selected item focus text color.
-
-
-
-
$focused-item-border-color
-
The drop-down item focused border color.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background-color** | $item-text-color | The drop-down item text color. |
+| | $hover-item-background | The drop-down hover item background color. |
+| | $focused-item-background | The drop-down focused item background color. |
+| | $focused-item-text-color | The drop-down focused item text color. |
+| | $selected-item-background | The drop-down selected item background color. |
+| | $disabled-item-text-color | The drop-down disabled item text color. |
+| | $header-text-color | The drop-down header text color. |
+| **$item-text-color** | $item-icon-color | The drop-down item icon color. |
+| | $hover-item-text-color | The drop-down item hover text color. |
+| | $hover-item-icon-color | The drop-down item hover icon color. |
+| **$selected-item-background** | $selected-item-text-color | The drop-down selected item text color. |
+| | $selected-item-icon-color | The drop-down selected item icon color. |
+| | $selected-hover-item-background | The drop-down selected item hover background color. |
+| | $selected-hover-item-text-color | The drop-down selected item hover text color. |
+| | $selected-hover-item-icon-color | The drop-down selected item hover icon color. |
+| | $selected-focus-item-background | The drop-down selected item focus background color. |
+| | $selected-focus-item-text-color | The drop-down selected item focus text color. |
+| | $focused-item-border-color | The drop-down item focused border color. |
[Ignite UI for Angular テーマ](themes/index.md) を使用して、ドロップダウンの外観を変更できます。はじめに、テーマ エンジンによって公開されている関数を使用するために、スタイル ファイルに `index` ファイルをインポートする必要があります。
diff --git a/docs/angular/src/content/jp/components/expansion-panel.mdx b/docs/angular/src/content/jp/components/expansion-panel.mdx
index f4a2d2ac93..57b0c8fff1 100644
--- a/docs/angular/src/content/jp/components/expansion-panel.mdx
+++ b/docs/angular/src/content/jp/components/expansion-panel.mdx
@@ -220,52 +220,15 @@ Angular Expansion Panel は、パネルの縮小時に「更に表示」を描
`$header-background` プロパティと `$body-background` プロパティを変更すると、次の依存プロパティが自動的に更新されます。
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$header-background
-
$header-title-color
-
The panel header title text color.
-
-
-
-
$header-icon-color
-
The panel header icon color.
-
-
-
-
$header-description-color
-
The panel header description text color.
-
-
-
-
$header-focus-background
-
The panel header focus background color.
-
-
-
-
$disabled-text-color
-
The panel disabled text color.
-
-
-
-
$disabled-description-color
-
The panel disabled header description text color.
-
-
-
$body-background
-
$body-color
-
The panel body text color.
-
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$header-background** | $header-title-color | The panel header title text color. |
+| | $header-icon-color | The panel header icon color. |
+| | $header-description-color | The panel header description text color. |
+| | $header-focus-background | The panel header focus background color. |
+| | $disabled-text-color | The panel disabled text color. |
+| | $disabled-description-color | The panel disabled header description text color. |
+| **$body-background** | $body-color | The panel body text color. |
### パレットおよび色
diff --git a/docs/angular/src/content/jp/components/icon-button.mdx b/docs/angular/src/content/jp/components/icon-button.mdx
index bf649354ad..00bc5e5495 100644
--- a/docs/angular/src/content/jp/components/icon-button.mdx
+++ b/docs/angular/src/content/jp/components/icon-button.mdx
@@ -161,237 +161,177 @@ public ngOnInit() {
Flat Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$foreground
$hover-foreground
Hovered icon color
-
$focus-foreground
Focused icon color
-
$focus-hover-foreground
Focus + hover icon color
-
$active-foreground
Active icon color
-
$hover-background
Background on hover
-
$focus-background
Background on focus
-
$focus-hover-background
Background on focus + hover
-
$active-background
Background on active
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$foreground** | $hover-foreground | Hovered icon color |
+| | $focus-foreground | Focused icon color |
+| | $focus-hover-foreground | Focus + hover icon color |
+| | $active-foreground | Active icon color |
+| | $hover-background | Background on hover |
+| | $focus-background | Background on focus |
+| | $focus-hover-background | Background on focus + hover |
+| | $active-background | Background on active |
Contained Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$background
$foreground
Icon color
-
$hover-background
Background on hover
-
$focus-background
Background on focus
-
$focus-foreground
Focused icon color
-
$focus-hover-background
Background on focus + hover
-
$active-background
Background on active
-
$hover-foreground
Hovered icon color
-
$focus-hover-foreground
Focus + hover icon color
-
$active-foreground
Active icon color
-
$shadow-color
Shadow on focus
-
$focus-border-color
Focus border color
-
$disabled-background
Disabled background
-
$disabled-foreground
Disabled icon color
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $foreground | Icon color |
+| | $hover-background | Background on hover |
+| | $focus-background | Background on focus |
+| | $focus-foreground | Focused icon color |
+| | $focus-hover-background | Background on focus + hover |
+| | $active-background | Background on active |
+| | $hover-foreground | Hovered icon color |
+| | $focus-hover-foreground | Focus + hover icon color |
+| | $active-foreground | Active icon color |
+| | $shadow-color | Shadow on focus |
+| | $focus-border-color | Focus border color |
+| | $disabled-background | Disabled background |
+| | $disabled-foreground | Disabled icon color |
Outlined Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$foreground
$hover-foreground
Hovered icon color
-
$focus-foreground
Focused icon color
-
$focus-hover-foreground
Focus + hover icon color
-
$active-foreground
Active icon color
-
$hover-background
Background on hover
-
$focus-background
Background on focus
-
$focus-hover-background
Background on focus + hover
-
$active-background
Background on active
-
$border-color
Default border color
-
$focus-border-color
Focus border color
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$foreground** | $hover-foreground | Hovered icon color |
+| | $focus-foreground | Focused icon color |
+| | $focus-hover-foreground | Focus + hover icon color |
+| | $active-foreground | Active icon color |
+| | $hover-background | Background on hover |
+| | $focus-background | Background on focus |
+| | $focus-hover-background | Background on focus + hover |
+| | $active-background | Background on active |
+| | $border-color | Default border color |
+| | $focus-border-color | Focus border color |
Flat Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$foreground
$hover-foreground
Icon color on hover
-
$focus-foreground
Icon color when focused
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$hover-background
Background color on hover
-
$focus-background
Background color on focus
-
$focus-hover-background
Background color on focus and hover
-
$active-background
Background color when active
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$foreground** | $hover-foreground | Icon color on hover |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $hover-background | Background color on hover |
+| | $focus-background | Background color on focus |
+| | $focus-hover-background | Background color on focus and hover |
+| | $active-background | Background color when active |
Contained Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$background
$foreground
Icon color
-
$hover-background
Background color on hover
-
$focus-background
Background color on focus
-
$focus-foreground
Icon color when focused
-
$focus-hover-background
Background color on focus and hover
-
$active-background
Background color when active
-
$hover-foreground
Icon color on hover
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$shadow-color
Shadow color on focus
-
$focus-border-color
Border color on focus
-
$disabled-background
Background color when disabled
-
$disabled-foreground
Icon color when disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $foreground | Icon color |
+| | $hover-background | Background color on hover |
+| | $focus-background | Background color on focus |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-background | Background color on focus and hover |
+| | $active-background | Background color when active |
+| | $hover-foreground | Icon color on hover |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $shadow-color | Shadow color on focus |
+| | $focus-border-color | Border color on focus |
+| | $disabled-background | Background color when disabled |
+| | $disabled-foreground | Icon color when disabled |
Outlined Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$foreground
$hover-foreground
Icon color on hover
-
$focus-foreground
Icon color when focused
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$hover-background
Background color on hover
-
$focus-background
Background color on focus
-
$focus-hover-background
Background color on focus and hover
-
$active-background
Background color when active
-
$border-color
Border color
-
$focus-border-color
Border color on focus
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$foreground** | $hover-foreground | Icon color on hover |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $hover-background | Background color on hover |
+| | $focus-background | Background color on focus |
+| | $focus-hover-background | Background color on focus and hover |
+| | $active-background | Background color when active |
+| | $border-color | Border color |
+| | $focus-border-color | Border color on focus |
Flat Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$foreground
$hover-foreground
Icon color when hovered
-
$focus-foreground
Icon color when focused
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$disabled-foreground
Icon color when disabled
-
$shadow-color
The shadow color of the icon button
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$foreground** | $hover-foreground | Icon color when hovered |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $disabled-foreground | Icon color when disabled |
+| | $shadow-color | The shadow color of the icon button |
Contained Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$background
$foreground
Icon color
-
$hover-background
Background color on hover
-
$focus-background
Background color on focus
-
$focus-foreground
Icon color when focused
-
$focus-hover-background
Background color on focus and hover
-
$active-background
Background color when active
-
$hover-foreground
Icon color on hover
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$shadow-color
Shadow color
-
$focus-border-color
Border color on focus
-
$disabled-background
Background color when disabled
-
$disabled-foreground
Icon color when disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $foreground | Icon color |
+| | $hover-background | Background color on hover |
+| | $focus-background | Background color on focus |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-background | Background color on focus and hover |
+| | $active-background | Background color when active |
+| | $hover-foreground | Icon color on hover |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $shadow-color | Shadow color |
+| | $focus-border-color | Border color on focus |
+| | $disabled-background | Background color when disabled |
+| | $disabled-foreground | Icon color when disabled |
Outlined Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$foreground
$hover-foreground
Icon color on hover
-
$focus-foreground
Icon color when focused
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$hover-background
Background color on hover
-
$focus-background
Background color on focus
-
$focus-hover-background
Background color on focus and hover
-
$active-background
Background color when active
-
$border-color
Border color
-
$focus-border-color
Border color on focus
-
$shadow-color
Shadow color
-
$disabled-foreground
Icon color when disabled
-
$disabled-border-color
The border of the icon button when disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$foreground** | $hover-foreground | Icon color on hover |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $hover-background | Background color on hover |
+| | $focus-background | Background color on focus |
+| | $focus-hover-background | Background color on focus and hover |
+| | $active-background | Background color when active |
+| | $border-color | Border color |
+| | $focus-border-color | Border color on focus |
+| | $shadow-color | Shadow color |
+| | $disabled-foreground | Icon color when disabled |
+| | $disabled-border-color | The border of the icon button when disabled |
Flat Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$foreground
$hover-foreground
Icon color on hover
-
$focus-foreground
Icon color when focused
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$disabled-foreground
Icon color when disabled
-
$hover-background
Background color on hover
-
$focus-background
Background color on focus
-
$focus-hover-background
Background color on focus and hover
-
$active-background
Background color when active
-
$focus-border-color
Border color on focus
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$foreground** | $hover-foreground | Icon color on hover |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $disabled-foreground | Icon color when disabled |
+| | $hover-background | Background color on hover |
+| | $focus-background | Background color on focus |
+| | $focus-hover-background | Background color on focus and hover |
+| | $active-background | Background color when active |
+| | $focus-border-color | Border color on focus |
Contained Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$background
$foreground
Icon color
-
$hover-background
Background color on hover
-
$focus-background
Background color on focus
-
$focus-foreground
Icon color when focused
-
$focus-hover-background
Background color on focus and hover
-
$active-background
Background color when active
-
$hover-foreground
Icon color on hover
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$shadow-color
Shadow color
-
$focus-border-color
Border color on focus
-
$disabled-background
Background color when disabled
-
$disabled-foreground
Icon color when disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $foreground | Icon color |
+| | $hover-background | Background color on hover |
+| | $focus-background | Background color on focus |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-background | Background color on focus and hover |
+| | $active-background | Background color when active |
+| | $hover-foreground | Icon color on hover |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $shadow-color | Shadow color |
+| | $focus-border-color | Border color on focus |
+| | $disabled-background | Background color when disabled |
+| | $disabled-foreground | Icon color when disabled |
Outlined Icon Button
-
-
-
Primary Property
Dependent Property
Description
-
-
-
$foreground
$hover-foreground
Icon color on hover
-
$focus-foreground
Icon color when focused
-
$focus-hover-foreground
Icon color when focused and hovered
-
$active-foreground
Icon color when active
-
$hover-background
Background color on hover
-
$border-color
Border color
-
$focus-border-color
Border color on focus
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$foreground** | $hover-foreground | Icon color on hover |
+| | $focus-foreground | Icon color when focused |
+| | $focus-hover-foreground | Icon color when focused and hovered |
+| | $active-foreground | Icon color when active |
+| | $hover-background | Background color on hover |
+| | $border-color | Border color |
+| | $focus-border-color | Border color on focus |
The focused input border color for input groups of type border
-
-
-
-
$border-color
-
$hover-border-color
-
Hover color for the input border
-
-
$focused-border-color
Border color when input is focused
-
$focused-secondary-color
The label color in the focused state
-
-
-
-
$input-prefix-background
-
$input-prefix-color
Text color for prefix inside the input box
-
-
$input-prefix-background--filled
-
The background color of an input prefix in the filled state
-
$input-prefix-background--focused
The background color of an input prefix in the focused state
-
-
-
-
$input-suffix-background
-
$input-suffix-color
Text color for suffix inside the input box
-
-
$input-suffix-background--filled
-
The background color of an input suffix in the filled state
-
$input-suffix-background--focused
The background color of an input suffix in the focused state
-
-
-
-
$search-background
-
$placeholder-color
-
Placeholder text color inside the search input
-
-
$hover-placeholder-color
Hover color for placeholder text
-
$idle-text-color
Text color for the search input
-
$idle-secondary-color
Secondary text color when idle
-
$filled-text-color
Text color when search input is filled
-
$filled-text-hover-color
Hover text color when search input is filled
-
$focused-text-color
Text color when search input is focused
-
$input-prefix-color
Prefix color inside search
-
$input-suffix-color
Suffix color inside search
-
$input-prefix-color--filled
Prefix color when input is filled
-
$input-suffix-color--filled
Suffix color when input is filled
-
$input-prefix-color--focused
Prefix color when input is focused
-
$input-suffix-color--focused
Suffix color when input is focused
-
$search-disabled-background
Background when search input is disabled
-
$disabled-placeholder-color
Placeholder color when disabled
-
$disabled-text-color
Text color when disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$box-background** | $box-background-hover | Hover background for the input box |
+| | $box-background-focus | Focus background for the input box |
+| | $box-disabled-background | Disabled state background |
+| | $placeholder-color | Placeholder text color |
+| | $hover-placeholder-color | Hover color for placeholder text |
+| | $idle-text-color | Default text color |
+| | $filled-text-color | Text color when input is filled |
+| | $filled-text-hover-color | The input text color in the filled state on hover |
+| | $focused-text-color | Text color when input is focused |
+| | $idle-secondary-color | Secondary text color when idle |
+| | $input-prefix-color | Text color for prefix inside the input box |
+| | $input-prefix-color--filled | Text color for filled prefix |
+| | $input-prefix-color--focused | Text color for focused prefix |
+| | $input-suffix-color | Text color for suffix inside the input box |
+| | $input-suffix-color--filled | Text color for filled suffix |
+| | $input-suffix-color--focused | Text color for focused suffix |
+| | $disabled-placeholder-color | Placeholder color when input is disabled |
+| | $disabled-text-color | Text color when input is disabled |
+| **$idle-bottom-line-color** | $hover-bottom-line-color | Hover color for the bottom line under the input |
+| | $focused-bottom-line-color | Focused color for the bottom line |
+| | $focused-secondary-color | The label color in the focused state |
+| | $border-color | The border color for input groups of type border |
+| | $focused-border-color | The focused input border color for input groups of type border |
+| **$border-color** | $hover-border-color | Hover color for the input border |
+| | $focused-border-color | Border color when input is focused |
+| | $focused-secondary-color | The label color in the focused state |
+| **$input-prefix-background** | $input-prefix-color | Text color for prefix inside the input box |
+| | $input-prefix-background--filled | The background color of an input prefix in the filled state |
+| | $input-prefix-background--focused | The background color of an input prefix in the focused state |
+| **$input-suffix-background** | $input-suffix-color | Text color for suffix inside the input box |
+| | $input-suffix-background--filled | The background color of an input suffix in the filled state |
+| | $input-suffix-background--focused | The background color of an input suffix in the focused state |
+| **$search-background** | $placeholder-color | Placeholder text color inside the search input |
+| | $hover-placeholder-color | Hover color for placeholder text |
+| | $idle-text-color | Text color for the search input |
+| | $idle-secondary-color | Secondary text color when idle |
+| | $filled-text-color | Text color when search input is filled |
+| | $filled-text-hover-color | Hover text color when search input is filled |
+| | $focused-text-color | Text color when search input is focused |
+| | $input-prefix-color | Prefix color inside search |
+| | $input-suffix-color | Suffix color inside search |
+| | $input-prefix-color--filled | Prefix color when input is filled |
+| | $input-suffix-color--filled | Suffix color when input is filled |
+| | $input-prefix-color--focused | Prefix color when input is focused |
+| | $input-suffix-color--focused | Suffix color when input is focused |
+| | $search-disabled-background | Background when search input is disabled |
+| | $disabled-placeholder-color | Placeholder color when disabled |
+| | $disabled-text-color | Text color when disabled |
入力グループのスタイル設定を開始するには、`index` ファイルをスタイルファイルに含めます。
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$border-color
-
$hover-border-color
-
Hover color for the input border
-
-
$focused-border-color
Border color when input is focused
-
$focused-secondary-color
The label color in the focused state
-
-
-
-
$input-prefix-background
-
$input-suffix-background
-
The background color of an input suffix in the idle state
-
-
$input-prefix-color
Text color for prefix inside the input box
-
$input-prefix-color--filled
Text color for filled prefix
-
-
-
-
$input-suffix-background
-
$input-prefix-background
-
The background color of an input prefix in the idle state
-
-
$input-suffix-color
Text color for suffix inside the input box
-
$input-suffix-color--filled
Text color for filled suffix
-
-
-
-
$search-background
-
$placeholder-color
-
Placeholder text color inside the search input
-
-
$hover-placeholder-color
Hover color for placeholder text
-
$idle-secondary-color
Secondary text color when idle
-
$idle-text-color
Text color for the search input
-
$filled-text-color
Text color when search input is filled
-
$filled-text-hover-color
Hover text color when search input is filled
-
$focused-text-color
Text color when search input is focused
-
$input-prefix-color
Prefix color inside search
-
$input-suffix-color
Suffix color inside search
-
$input-prefix-color--filled
Prefix color when input is filled
-
$input-suffix-color--filled
Suffix color when input is filled
-
$input-prefix-color--focused
Prefix color when input is focused
-
$input-suffix-color--focused
Suffix color when input is focused
-
$search-disabled-background
Background when search input is disabled
-
$disabled-placeholder-color
Placeholder color when disabled
-
$disabled-text-color
Text color when disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$border-color** | $hover-border-color | Hover color for the input border |
+| | $focused-border-color | Border color when input is focused |
+| | $focused-secondary-color | The label color in the focused state |
+| **$input-prefix-background** | $input-suffix-background | The background color of an input suffix in the idle state |
+| | $input-prefix-color | Text color for prefix inside the input box |
+| | $input-prefix-color--filled | Text color for filled prefix |
+| **$input-suffix-background** | $input-prefix-background | The background color of an input prefix in the idle state |
+| | $input-suffix-color | Text color for suffix inside the input box |
+| | $input-suffix-color--filled | Text color for filled suffix |
+| **$search-background** | $placeholder-color | Placeholder text color inside the search input |
+| | $hover-placeholder-color | Hover color for placeholder text |
+| | $idle-secondary-color | Secondary text color when idle |
+| | $idle-text-color | Text color for the search input |
+| | $filled-text-color | Text color when search input is filled |
+| | $filled-text-hover-color | Hover text color when search input is filled |
+| | $focused-text-color | Text color when search input is focused |
+| | $input-prefix-color | Prefix color inside search |
+| | $input-suffix-color | Suffix color inside search |
+| | $input-prefix-color--filled | Prefix color when input is filled |
+| | $input-suffix-color--filled | Suffix color when input is filled |
+| | $input-prefix-color--focused | Prefix color when input is focused |
+| | $input-suffix-color--focused | Suffix color when input is focused |
+| | $search-disabled-background | Background when search input is disabled |
+| | $disabled-placeholder-color | Placeholder color when disabled |
+| | $disabled-text-color | Text color when disabled |
入力グループの外観をカスタマイズするには、 を拡張して新しいテーマを作成します。この方法では、変更したいパラメーターだけを上書きし、その他のスタイルはベース テーマが自動的に処理します。
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$border-color
-
$focused-border-color
-
Border color when input is focused
-
-
$focused-secondary-color
The label color in the focused state
-
-
-
-
$input-prefix-background
-
$input-suffix-background
-
The background color of an input suffix in the idle state
-
-
$input-prefix-color
Text color for prefix inside the input box
-
$input-prefix-color--filled
Text color for filled prefix
-
-
-
-
$input-suffix-background
-
$input-prefix-background
-
The background color of an input prefix in the idle state
-
-
$input-suffix-color
Text color for suffix inside the input box
-
$input-suffix-color--filled
Text color for filled suffix
-
-
-
-
$search-background
-
$placeholder-color
-
Placeholder text color inside the search input
-
-
$hover-placeholder-color
Hover color for placeholder text
-
$idle-secondary-color
Secondary text color when idle
-
$idle-text-color
Text color for the search input
-
$filled-text-color
Text color when search input is filled
-
$filled-text-hover-color
Hover text color when search input is filled
-
$focused-text-color
Text color when search input is focused
-
$input-prefix-color
Prefix color inside search
-
$input-suffix-color
Suffix color inside search
-
$input-prefix-color--filled
Prefix color when input is filled
-
$input-suffix-color--filled
Suffix color when input is filled
-
$input-prefix-color--focused
Prefix color when input is focused
-
$input-suffix-color--focused
Suffix color when input is focused
-
$search-disabled-background
Background when search input is disabled
-
$disabled-placeholder-color
Placeholder color when disabled
-
$disabled-text-color
Text color when disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$border-color** | $focused-border-color | Border color when input is focused |
+| | $focused-secondary-color | The label color in the focused state |
+| **$input-prefix-background** | $input-suffix-background | The background color of an input suffix in the idle state |
+| | $input-prefix-color | Text color for prefix inside the input box |
+| | $input-prefix-color--filled | Text color for filled prefix |
+| **$input-suffix-background** | $input-prefix-background | The background color of an input prefix in the idle state |
+| | $input-suffix-color | Text color for suffix inside the input box |
+| | $input-suffix-color--filled | Text color for filled suffix |
+| **$search-background** | $placeholder-color | Placeholder text color inside the search input |
+| | $hover-placeholder-color | Hover color for placeholder text |
+| | $idle-secondary-color | Secondary text color when idle |
+| | $idle-text-color | Text color for the search input |
+| | $filled-text-color | Text color when search input is filled |
+| | $filled-text-hover-color | Hover text color when search input is filled |
+| | $focused-text-color | Text color when search input is focused |
+| | $input-prefix-color | Prefix color inside search |
+| | $input-suffix-color | Suffix color inside search |
+| | $input-prefix-color--filled | Prefix color when input is filled |
+| | $input-suffix-color--filled | Suffix color when input is filled |
+| | $input-prefix-color--focused | Prefix color when input is focused |
+| | $input-suffix-color--focused | Suffix color when input is focused |
+| | $search-disabled-background | Background when search input is disabled |
+| | $disabled-placeholder-color | Placeholder color when disabled |
+| | $disabled-text-color | Text color when disabled |
境界線や背景の色など、いくつかのコアパラメーターを指定するだけでも、一貫した状態ベースのスタイル (ホバー、フォーカスなど) が適用された、完全なスタイルの入力グループを作成できます。
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$idle-bottom-line-color
-
$hover-bottom-line-color
-
Hover color for the bottom line under the input
-
-
$focused-bottom-line-color
Focused color for the bottom line
-
-
-
-
$border-color
-
$hover-border-color
-
Hover color for the input border
-
-
$focused-border-color
Border color when input is focused
-
-
-
-
$input-prefix-background
-
$input-prefix-color
Text color for prefix inside the input box
-
-
$input-prefix-background--filled
-
The background color of an input prefix in the filled state
-
$input-prefix-background--focused
The background color of an input prefix in the focused state
-
-
-
-
$input-suffix-background
-
$input-suffix-color
Text color for suffix inside the input box
-
-
$input-suffix-background--filled
-
The background color of an input suffix in the filled state
-
$input-suffix-background--focused
The background color of an input suffix in the focused state
-
-
-
-
$search-background
-
$placeholder-color
-
Placeholder text color inside the search input
-
-
$hover-placeholder-color
Hover color for placeholder text
-
$box-background-hover
Hover background for search input
-
$idle-text-color
Text color for the search input
-
$filled-text-color
Text color when search input is filled
-
$filled-text-hover-color
Hover text color when search input is filled
-
$focused-text-color
Text color when search input is focused
-
$input-prefix-color
Prefix color inside search
-
$input-suffix-color
Suffix color inside search
-
$search-disabled-background
Background when search input is disabled
-
$disabled-placeholder-color
Placeholder color when disabled
-
$disabled-text-color
Text color when disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$idle-bottom-line-color** | $hover-bottom-line-color | Hover color for the bottom line under the input |
+| | $focused-bottom-line-color | Focused color for the bottom line |
+| **$border-color** | $hover-border-color | Hover color for the input border |
+| | $focused-border-color | Border color when input is focused |
+| **$input-prefix-background** | $input-prefix-color | Text color for prefix inside the input box |
+| | $input-prefix-background--filled | The background color of an input prefix in the filled state |
+| | $input-prefix-background--focused | The background color of an input prefix in the focused state |
+| **$input-suffix-background** | $input-suffix-color | Text color for suffix inside the input box |
+| | $input-suffix-background--filled | The background color of an input suffix in the filled state |
+| | $input-suffix-background--focused | The background color of an input suffix in the focused state |
+| **$search-background** | $placeholder-color | Placeholder text color inside the search input |
+| | $hover-placeholder-color | Hover color for placeholder text |
+| | $box-background-hover | Hover background for search input |
+| | $idle-text-color | Text color for the search input |
+| | $filled-text-color | Text color when search input is filled |
+| | $filled-text-hover-color | Hover text color when search input is filled |
+| | $focused-text-color | Text color when search input is focused |
+| | $input-prefix-color | Prefix color inside search |
+| | $input-suffix-color | Suffix color inside search |
+| | $search-disabled-background | Background when search input is disabled |
+| | $disabled-placeholder-color | Placeholder color when disabled |
+| | $disabled-text-color | Text color when disabled |
例:
diff --git a/docs/angular/src/content/jp/components/list.mdx b/docs/angular/src/content/jp/components/list.mdx
index c7a9873692..3793fef295 100644
--- a/docs/angular/src/content/jp/components/list.mdx
+++ b/docs/angular/src/content/jp/components/list.mdx
@@ -592,196 +592,37 @@ igx-list-item {
プライマリ プロパティを変更すると、関連するすべての依存プロパティが自動的に更新され、変更が反映されます。
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $text-color | The navbar text color |
+| | $idle-icon-color | The navbar idle icon color |
+| | $hover-icon-color | The navbar hover icon color |
+| | $border-color (changes for indigo variant only) | The navbar border color |
+| **$idle-icon-color** | $hover-icon-color | The navbar hover icon color |
Navbar のスタイル設定を始めるには、すべてのテーマ関数とコンポーネントミックスインが存在する `index` ファイルをインポートする必要があります。
diff --git a/docs/angular/src/content/jp/components/query-builder.mdx b/docs/angular/src/content/jp/components/query-builder.mdx
index b99977a3ed..de4db8ab68 100644
--- a/docs/angular/src/content/jp/components/query-builder.mdx
+++ b/docs/angular/src/content/jp/components/query-builder.mdx
@@ -286,28 +286,15 @@ this.ordersFields = [
プライマリ プロパティを変更すると、関連するすべての依存プロパティが自動的に更新され、変更が反映されます。
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$background
-
$label-foreground
-
The color for query builder labels "from" & "select"
-
-
$header-background
The background color of the query builder header
-
$header-foreground
The foreground color of the query builder header
-
$subquery-header-background
The background color of the subquery header
-
$subquery-border-color
The border color of the query block
-
$separator-color
The separator color of the query block
-
$header-border (Bootstrap only)
The border color of the query builder header
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$background** | $label-foreground | The color for query builder labels "from" & "select" |
+| | $header-background | The background color of the query builder header |
+| | $header-foreground | The foreground color of the query builder header |
+| | $subquery-header-background | The background color of the subquery header |
+| | $subquery-border-color | The border color of the query block |
+| | $separator-color | The separator color of the query block |
+| | $header-border (Bootstrap only) | The border color of the query builder header |
クエリ ビルダーのスタイル設定は、すべてのテーマ関数とコンポーネント ミックスインが存在する `index` ファイルをインポートする必要があります。
diff --git a/docs/angular/src/content/jp/components/radio-button.mdx b/docs/angular/src/content/jp/components/radio-button.mdx
index decbdc9f35..241ca8b2fa 100644
--- a/docs/angular/src/content/jp/components/radio-button.mdx
+++ b/docs/angular/src/content/jp/components/radio-button.mdx
@@ -150,49 +150,18 @@ public selectedColor: string = this.colors[3].hex;
プライマリ プロパティを変更すると、関連するすべての依存プロパティが自動的に更新され、変更が反映されます。
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$empty-color
-
$hover-color
-
Border and dot colors on hover
-
-
$focus-outline-color (indigo)
Focus outline color (Indigo theme)
-
-
-
-
$fill-color
-
$fill-color-hover
-
Checked dot color on hover
-
-
$fill-hover-border-color (non-bootstrap)
Checked border color on hover
-
$focus-border-color (bootstrap)
Focus border color
-
$focus-outline-color (bootstrap)
Focus outlined color
-
$focus-outline-color-filled (indigo)
Focus outline color when radio is filled
-
-
-
-
$label-color
-
$label-color-hover
-
Label text color on hover
-
-
-
-
-
$error-color
-
$error-color-hover
-
Label, border, and dot color in invalid state on hover
-
-
$focus-outline-color-error
Focus outline color in invalid state
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$empty-color** | $hover-color | Border and dot colors on hover |
+| | $focus-outline-color (indigo) | Focus outline color (Indigo theme) |
+| **$fill-color** | $fill-color-hover | Checked dot color on hover |
+| | $fill-hover-border-color (non-bootstrap) | Checked border color on hover |
+| | $focus-border-color (bootstrap) | Focus border color |
+| | $focus-outline-color (bootstrap) | Focus outlined color |
+| | $focus-outline-color-filled (indigo) | Focus outline color when radio is filled |
+| **$label-color** | $label-color-hover | Label text color on hover |
+| **$error-color** | $error-color-hover | Label, border, and dot color in invalid state on hover |
+| | $focus-outline-color-error | Focus outline color in invalid state |
ラジオ ボタンのスタイル設定を始めるには、すべてのテーマ関数とコンポーネント mixins が存在する `index` ファイルをインポートする必要があります。
diff --git a/docs/angular/src/content/jp/components/select.mdx b/docs/angular/src/content/jp/components/select.mdx
index cb105689e1..5faf48ed47 100644
--- a/docs/angular/src/content/jp/components/select.mdx
+++ b/docs/angular/src/content/jp/components/select.mdx
@@ -372,26 +372,13 @@ export class MyClass implements OnInit {
プライマリ プロパティを変更すると、関連するすべての依存プロパティが自動的に更新され、変更が反映されます。
-
Background when focused in border variant (Bootstrap/Indigo)
-
$toggle-button-foreground-focus
Foreground color when toggle button is focused
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$toggle-button-background** | $toggle-button-foreground | Foreground color of the toggle button |
+| | $toggle-button-foreground-filled | Foreground color when toggle button is filled |
+| | $toggle-button-background-focus | Background color when focused |
+| | $toggle-button-background-focus--border (bootstrap/indigo) | Background when focused in border variant (Bootstrap/Indigo) |
+| | $toggle-button-foreground-focus | Foreground color when toggle button is focused |
各コンポーネントには独自のテーマ関数があります。
diff --git a/docs/angular/src/content/jp/components/slider/slider.mdx b/docs/angular/src/content/jp/components/slider/slider.mdx
index bd30173c91..66d44950c0 100644
--- a/docs/angular/src/content/jp/components/slider/slider.mdx
+++ b/docs/angular/src/content/jp/components/slider/slider.mdx
@@ -485,171 +485,71 @@ When you modify a primary property, all related dependent properties are automat
{/* Material Theme Table */}
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$track-color
-
$thumb-color
-
The color of the thumb.
-
-
$base-track-color
The base background color of the track.
-
$track-hover-color
The color of the track on hover.
-
$disabled-fill-track-color
The base fill track color when disabled.
-
$label-background-color
The background color of the bubble label.
-
-
-
-
$thumb-color
-
$track-color
-
The color of the track
-
-
$disabled-thumb-color
The thumb color when it is disabled.
-
-
-
-
$base-track-color
-
$base-track-hover-color
-
The base track color on hover.
-
-
$track-step-color
The color of the track steps.
-
$disabled-base-track-color
The base track color when disabled.
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$track-color** | $thumb-color | The color of the thumb. |
+| | $base-track-color | The base background color of the track. |
+| | $track-hover-color | The color of the track on hover. |
+| | $disabled-fill-track-color | The base fill track color when disabled. |
+| | $label-background-color | The background color of the bubble label. |
+| **$thumb-color** | $track-color | The color of the track |
+| | $disabled-thumb-color | The thumb color when it is disabled. |
+| **$base-track-color** | $base-track-hover-color | The base track color on hover. |
+| | $track-step-color | The color of the track steps. |
+| | $disabled-base-track-color | The base track color when disabled. |
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$thumb-border-color
-
$track-color
-
The color of the track
-
-
$thumb-border-hover-color
The thumb border color when hovered.
-
$thumb-focus-color
The focus color of the thumb.
-
$thumb-disabled-border-color
The thumb border color when disabled.
-
-
-
-
$track-color
-
$thumb-border-color
-
The thumb border color
-
-
$track-hover-color
The color of the track on hover.
-
$disabled-fill-track-color
The base fill track color when disabled.
-
$label-background-color
The background color of the bubble label.
-
$label-text-color
The text color of the bubble label.
-
-
-
-
$base-track-color
-
$base-track-hover-color
-
The base track color on hover.
-
-
$track-step-color
The color of the track steps.
-
$disabled-base-track-color
The base track color when disabled.
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$thumb-border-color** | $track-color | The color of the track |
+| | $thumb-border-hover-color | The thumb border color when hovered. |
+| | $thumb-focus-color | The focus color of the thumb. |
+| | $thumb-disabled-border-color | The thumb border color when disabled. |
+| **$track-color** | $thumb-border-color | The thumb border color |
+| | $track-hover-color | The color of the track on hover. |
+| | $disabled-fill-track-color | The base fill track color when disabled. |
+| | $label-background-color | The background color of the bubble label. |
+| | $label-text-color | The text color of the bubble label. |
+| **$base-track-color** | $base-track-hover-color | The base track color on hover. |
+| | $track-step-color | The color of the track steps. |
+| | $disabled-base-track-color | The base track color when disabled. |
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$thumb-color
-
$thumb-border-color
-
The thumb border color.
-
-
$thumb-focus-color
The focus color of the thumb.
-
$track-color
The color of the track.
-
$label-background-color
The background color of the bubble label.
-
$label-text-color
The text color of the bubble label.
-
$disabled-thumb-color
The thumb color when it is disabled.
-
-
-
-
$track-color
-
$track-hover-color
-
The color of the track on hover.
-
-
$disabled-fill-track-color
The fill track color when disabled.
-
-
-
-
$base-track-color
-
$base-track-hover-color
-
The base track color on hover.
-
-
$track-step-color
The color of the track steps.
-
$disabled-base-track-color
The base track color when disabled.
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$thumb-color** | $thumb-border-color | The thumb border color. |
+| | $thumb-focus-color | The focus color of the thumb. |
+| | $track-color | The color of the track. |
+| | $label-background-color | The background color of the bubble label. |
+| | $label-text-color | The text color of the bubble label. |
+| | $disabled-thumb-color | The thumb color when it is disabled. |
+| **$track-color** | $track-hover-color | The color of the track on hover. |
+| | $disabled-fill-track-color | The fill track color when disabled. |
+| **$base-track-color** | $base-track-hover-color | The base track color on hover. |
+| | $track-step-color | The color of the track steps. |
+| | $disabled-base-track-color | The base track color when disabled. |
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$thumb-border-color
-
$track-color
-
The color of the track.
-
-
$thumb-border-hover-color
The thumb border color when hovered.
-
$thumb-focus-color
The focus color of the thumb.
-
$thumb-disabled-border-color
The thumb border color when disabled.
-
-
-
-
$track-color
-
$thumb-border-color
-
The thumb border color.
-
-
$track-hover-color
The color of the track on hover.
-
$disabled-fill-track-color
The base fill track color when disabled.
-
$label-background-color
The background color of the bubble label.
-
$label-text-color
The text color of the bubble label.
-
-
-
-
$base-track-color
-
$base-track-hover-color
-
The base track color on hover.
-
-
$track-step-color
The color of the track steps.
-
$disabled-base-track-color
The base track color when disabled.
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$thumb-border-color** | $track-color | The color of the track. |
+| | $thumb-border-hover-color | The thumb border color when hovered. |
+| | $thumb-focus-color | The focus color of the thumb. |
+| | $thumb-disabled-border-color | The thumb border color when disabled. |
+| **$track-color** | $thumb-border-color | The thumb border color. |
+| | $track-hover-color | The color of the track on hover. |
+| | $disabled-fill-track-color | The base fill track color when disabled. |
+| | $label-background-color | The background color of the bubble label. |
+| | $label-text-color | The text color of the bubble label. |
+| **$base-track-color** | $base-track-hover-color | The base track color on hover. |
+| | $track-step-color | The color of the track steps. |
+| | $disabled-base-track-color | The base track color when disabled. |
The background of the current step header on hover
-
-
$current-step-focus-background
The background of the current step header on focus
-
$current-indicator-background
The background color of the current step indicator
-
$current-title-color
The color of the current step title
-
$current-subtitle-color
The color of the current step subtitle
-
-
-
-
$invalid-indicator-background
-
$invalid-indicator-outline
-
The outline color of the invalid step indicator
-
-
$invalid-indicator-color
The color of the invalid step indicator
-
$invalid-title-color
The color of the invalid step title
-
$invalid-subtitle-color
The color of the invalid step subtitle
-
$invalid-title-hover-color
The color of the invalid step title on hover
-
$invalid-subtitle-hover-color
The color of the invalid step subtitle on hover
-
$invalid-title-focus-color
The color of the invalid step title on focus
-
$invalid-subtitle-focus-color
The color of the invalid step subtitle on focus
-
-
-
-
$complete-step-background
-
$complete-step-hover-background
-
The background of the complete step header on hover
-
-
$complete-step-focus-background
The background of the complete step header on focus
-
$complete-indicator-background
The background color of the complete step indicator
-
$complete-indicator-color
The color of the completed step indicator
-
$complete-title-color
The color of the complete step title
-
$complete-subtitle-color
The color of the complete step subtitle
-
$complete-title-hover-color
The color of the complete step title on hover
-
$complete-subtitle-hover-color
The color of the complete step subtitle on hover
-
$complete-title-focus-color
The color of the complete step title on focus
-
$complete-subtitle-focus-color
The color of the complete step subtitle on focus
-
-
+| Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$step-background** | $step-hover-background | The background of the step header on hover |
+| | $step-focus-background | The background of the step header on focus |
+| | $indicator-background | The background color of the step indicator |
+| | $title-color | The color of the step title |
+| | $subtitle-color | The color of the step subtitle |
+| | $current-step-background | The background of the current step header |
+| | $invalid-step-background | The background of the invalid step header |
+| | $complete-step-background | The background of the complete step header |
+| | $disabled-indicator-background | The indicator background of the disabled step |
+| | $disabled-title-color | The title color of the disabled step |
+| | $disabled-subtitle-color | The subtitle color of the disabled step |
+| | $step-separator-color | The separator border color between steps |
+| **$indicator-background** | $indicator-outline | The outline color of the step indicator |
+| | $indicator-color | The text color of the step indicator |
+| **$current-step-background** | $current-step-hover-background | The background of the current step header on hover |
+| | $current-step-focus-background | The background of the current step header on focus |
+| | $current-indicator-background | The background color of the current step indicator |
+| | $current-title-color | The color of the current step title |
+| | $current-subtitle-color | The color of the current step subtitle |
+| **$invalid-indicator-background** | $invalid-indicator-outline | The outline color of the invalid step indicator |
+| | $invalid-indicator-color | The color of the invalid step indicator |
+| | $invalid-title-color | The color of the invalid step title |
+| | $invalid-subtitle-color | The color of the invalid step subtitle |
+| | $invalid-title-hover-color | The color of the invalid step title on hover |
+| | $invalid-subtitle-hover-color | The color of the invalid step subtitle on hover |
+| | $invalid-title-focus-color | The color of the invalid step title on focus |
+| | $invalid-subtitle-focus-color | The color of the invalid step subtitle on focus |
+| **$complete-step-background** | $complete-step-hover-background | The background of the complete step header on hover |
+| | $complete-step-focus-background | The background of the complete step header on focus |
+| | $complete-indicator-background | The background color of the complete step indicator |
+| | $complete-indicator-color | The color of the completed step indicator |
+| | $complete-title-color | The color of the complete step title |
+| | $complete-subtitle-color | The color of the complete step subtitle |
+| | $complete-title-hover-color | The color of the complete step title on hover |
+| | $complete-subtitle-hover-color | The color of the complete step subtitle on hover |
+| | $complete-title-focus-color | The color of the complete step title on focus |
+| | $complete-subtitle-focus-color | The color of the complete step subtitle on focus |
[Ignite UI for Angular テーマ](themes/index.md)を使用して、`igx-stepper` の外観を変更できます。
diff --git a/docs/angular/src/content/jp/components/switch.mdx b/docs/angular/src/content/jp/components/switch.mdx
index a92843e099..45e27f563a 100644
--- a/docs/angular/src/content/jp/components/switch.mdx
+++ b/docs/angular/src/content/jp/components/switch.mdx
@@ -153,429 +153,153 @@ igx-switch {
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$track-off-color** | $thumb-off-color | Thumb color when switch is off |
+| | $track-disabled-color | Track color when switch is disabled |
+| **$thumb-off-color** | $track-off-color | Track color when switch is off |
+| | $thumb-disabled-color | Thumb color when switch is disabled |
+| **$track-on-color** | $thumb-on-color | Thumb color when switch is on |
+| | $track-on-hover-color | Track color when switch is on and hovered |
+| | $track-on-disabled-color | Track color when switch is on and disabled |
+| **$thumb-on-color** | $track-on-color | Track color when switch is on |
+| | $thumb-on-disabled-color | Thumb color when switch is on and disabled |
スイッチのスタイル設定を始めるには、すべてのテーマ関数とコンポーネント mixins が存在する `index` ファイルをインポートする必要があります。
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$thumb-off-color
-
$border-color
-
Border color derived from thumb off color
-
-
$thumb-off-hover-color
Thumb color on hover
-
-
-
-
$border-color
-
$thumb-off-color
-
Thumb off color derived from border color
-
-
$border-hover-color
Border color on hover
-
$border-disabled-color
Border color when disabled
-
-
-
-
$track-off-color
-
$thumb-off-color
-
Thumb off color derived from track off color
-
-
$border-hover-color
Border color on hover
-
$track-disabled-color
Track color when disabled
-
-
-
-
$track-on-color
-
$thumb-on-color
-
Thumb color when switch is on
-
-
$thumb-on-disabled-color
The color of the thumb when the switch is on and disabled
-
$border-on-color
The border color when the switch is on
-
$border-on-hover-color
Border color when switch is on and hovered
-
$track-on-hover-color
Track color when switch is on and hovered
-
$track-on-disabled-color
Track color when on and disabled
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$thumb-off-color** | $border-color | Border color derived from thumb off color |
+| | $thumb-off-hover-color | Thumb color on hover |
+| **$border-color** | $thumb-off-color | Thumb off color derived from border color |
+| | $border-hover-color | Border color on hover |
+| | $border-disabled-color | Border color when disabled |
+| **$track-off-color** | $thumb-off-color | Thumb off color derived from track off color |
+| | $border-hover-color | Border color on hover |
+| | $track-disabled-color | Track color when disabled |
+| **$track-on-color** | $thumb-on-color | Thumb color when switch is on |
+| | $thumb-on-disabled-color | The color of the thumb when the switch is on and disabled |
+| | $border-on-color | The border color when the switch is on |
+| | $border-on-hover-color | Border color when switch is on and hovered |
+| | $track-on-hover-color | Track color when switch is on and hovered |
+| | $track-on-disabled-color | Track color when on and disabled |
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$thumb-off-color
-
$border-color
-
Border color derived from thumb off color
-
-
$thumb-off-hover-color
Thumb color on hover
-
-
-
-
$border-color
-
$thumb-off-color
-
Thumb off color derived from border color
-
-
$border-hover-color
Border color on hover
-
$border-disabled-color
Border color when disabled
-
-
-
-
$track-off-color
-
$thumb-off-color
-
Thumb off color derived from track off color
-
-
$border-hover-color
Border color on hover
-
$track-disabled-color
Track color when disabled
-
-
-
-
$track-on-color
-
$thumb-on-color
-
Thumb color when switch is on
-
-
$thumb-on-disabled-color
The color of the thumb when the switch is on and disabled
-
$border-on-color
The border color when the switch is on
-
$border-on-hover-color
Border color when switch is on and hovered
-
$track-on-hover-color
Track color when switch is on and hovered
-
$track-on-disabled-color
Track color when on and disabled
-
$focus-fill-color
Fill color when switch is focused
-
-
-
-
$focus-fill-color
-
$focus-outline-color
-
Outline color derived from focus fill
-
-
$focus-fill-hover-color
Focus fill color when hovered
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$thumb-off-color** | $border-color | Border color derived from thumb off color |
+| | $thumb-off-hover-color | Thumb color on hover |
+| **$border-color** | $thumb-off-color | Thumb off color derived from border color |
+| | $border-hover-color | Border color on hover |
+| | $border-disabled-color | Border color when disabled |
+| **$track-off-color** | $thumb-off-color | Thumb off color derived from track off color |
+| | $border-hover-color | Border color on hover |
+| | $track-disabled-color | Track color when disabled |
+| **$track-on-color** | $thumb-on-color | Thumb color when switch is on |
+| | $thumb-on-disabled-color | The color of the thumb when the switch is on and disabled |
+| | $border-on-color | The border color when the switch is on |
+| | $border-on-hover-color | Border color when switch is on and hovered |
+| | $track-on-hover-color | Track color when switch is on and hovered |
+| | $track-on-disabled-color | Track color when on and disabled |
+| | $focus-fill-color | Fill color when switch is focused |
+| **$focus-fill-color** | $focus-outline-color | Outline color derived from focus fill |
+| | $focus-fill-hover-color | Focus fill color when hovered |
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$thumb-off-color
-
$border-color
-
Border color derived from thumb off color
-
-
$thumb-off-hover-color
Thumb color on hover
-
-
-
-
$border-color
-
$thumb-off-color
-
Thumb off color derived from border color
-
-
$border-hover-color
Border color on hover
-
$border-disabled-color
Border color when disabled
-
-
-
-
$track-off-color
-
$thumb-off-color
-
Thumb off color derived from track off color
-
-
$border-hover-color
Border color on hover
-
$track-disabled-color
Track color when disabled
-
-
-
-
$track-on-color
-
$thumb-on-color
-
Thumb color when switch is on
-
-
$thumb-on-disabled-color
The color of the thumb when the switch is on and disabled
-
$border-on-color
The border color when the switch is on
-
$track-on-hover-color
Track color when switch is on and hovered
-
$track-on-disabled-color
Track color when on and disabled
-
-
-
-
$border-on-color
-
$border-on-hover-color
-
Border color when switch is on and hovered
-
-
-
$focus-outlined-color-focused
The focus outlined color for focused state
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$thumb-off-color** | $border-color | Border color derived from thumb off color |
+| | $thumb-off-hover-color | Thumb color on hover |
+| **$border-color** | $thumb-off-color | Thumb off color derived from border color |
+| | $border-hover-color | Border color on hover |
+| | $border-disabled-color | Border color when disabled |
+| **$track-off-color** | $thumb-off-color | Thumb off color derived from track off color |
+| | $border-hover-color | Border color on hover |
+| | $track-disabled-color | Track color when disabled |
+| **$track-on-color** | $thumb-on-color | Thumb color when switch is on |
+| | $thumb-on-disabled-color | The color of the thumb when the switch is on and disabled |
+| | $border-on-color | The border color when the switch is on |
+| | $track-on-hover-color | Track color when switch is on and hovered |
+| | $track-on-disabled-color | Track color when on and disabled |
+| **$border-on-color** | $border-on-hover-color | Border color when switch is on and hovered |
+| | $focus-outlined-color-focused | The focus outlined color for focused state |
The color used for the active/focused tab background.
-
-
$item-text-color
The color used for the tab text color.
-
$item-icon-color
The color used for the tab icon.
-
$item-hover-background
The background used for the tabs on hover.
-
$indicator-color
The color used for the active tab indicator.
-
$button-background
The color used for the button background.
-
$button-hover-background
The color used for the button background on hover.
-
-
-
-
$item-active-background
-
$item-active-icon-color
-
The color used for the active tab icon.
-
-
$item-active-color
The color used for the active tabs text.
-
$tab-ripple-color
The color used for the button background.
-
-
-
-
$item-text-color
-
$item-hover-color
-
The text color used for the tabs on hover if no `$item-hover-background` is provided
-
-
$item-icon-color
The color used for the tab icon if no `$item-background` is provided
-
$item-active-color
The color used for the active tabs text if no `$item-active-background` is provided
-
$indicator-color
The color used for the active tab indicator if no `$item-background` is provided
-
-
-
-
$item-icon-color
-
$item-hover-icon-color
-
The color used for the tab icon on hover.
-
-
$item-active-icon-color
The color used for the active tab icon.
-
$indicator-color
The color used for the active tab indicator.
-
-
-
-
$button-background
-
$button-hover-background
-
The color used for the button background on hover.
-
-
$button-color
The color used for the button icon/text color.
-
-
-
-
$button-color
-
$button-disabled-color
-
The color used for the disabled button icon/text.
-
-
$button-ripple-color
The color used for the button background on hover.
-
-
-
-
$button-hover-background
-
$button-hover-color
-
The color used for the button icon/text color on hover.
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$item-background** | $item-active-background | The color used for the active/focused tab background. |
+| | $item-text-color | The color used for the tab text color. |
+| | $item-icon-color | The color used for the tab icon. |
+| | $item-hover-background | The background used for the tabs on hover. |
+| | $indicator-color | The color used for the active tab indicator. |
+| | $button-background | The color used for the button background. |
+| | $button-hover-background | The color used for the button background on hover. |
+| **$item-active-background** | $item-active-icon-color | The color used for the active tab icon. |
+| | $item-active-color | The color used for the active tabs text. |
+| | $tab-ripple-color | The color used for the button background. |
+| **$item-text-color** | $item-hover-color | The text color used for the tabs on hover if no `$item-hover-background` is provided |
+| | $item-icon-color | The color used for the tab icon if no `$item-background` is provided |
+| | $item-active-color | The color used for the active tabs text if no `$item-active-background` is provided |
+| | $indicator-color | The color used for the active tab indicator if no `$item-background` is provided |
+| **$item-icon-color** | $item-hover-icon-color | The color used for the tab icon on hover. |
+| | $item-active-icon-color | The color used for the active tab icon. |
+| | $indicator-color | The color used for the active tab indicator. |
+| **$button-background** | $button-hover-background | The color used for the button background on hover. |
+| | $button-color | The color used for the button icon/text color. |
+| **$button-color** | $button-disabled-color | The color used for the disabled button icon/text. |
+| | $button-ripple-color | The color used for the button background on hover. |
+| **$button-hover-background** | $button-hover-color | The color used for the button icon/text color on hover. |
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$item-background
-
$item-active-background
-
The color used for the active/focused tab background.
-
-
$item-text-color
The color used for the tab text color.
-
$item-icon-color
The color used for the tab icon.
-
$item-hover-background
The background used for the tabs on hover.
-
$indicator-color
The color used for the active tab indicator.
-
$button-background
The color used for the button background.
-
$button-hover-background
The color used for the button background on hover.
-
-
-
-
$item-active-background
-
$item-active-icon-color
-
The color used for the active tab icon.
-
-
$item-active-color
The color used for the active tabs text.
-
$tab-ripple-color
The ripple color for the tab interaction.
-
-
-
-
$item-text-color
-
$item-hover-color
-
The text color used for the tabs on hover if no `$item-hover-background` is provided
-
-
$item-icon-color
The color used for the tab icon if no `$item-background` is provided
-
$item-active-color
The color used for the active tabs text if no `$item-active-background` is provided
-
$indicator-color
The color used for the active tab indicator if no `$item-background` is provided
-
-
-
-
$item-icon-color
-
$item-hover-icon-color
-
The color used for the tab icon on hover.
-
-
$item-active-icon-color
The color used for the active tab icon.
-
$indicator-color
The color used for the active tab indicator.
-
-
-
-
$button-background
-
$button-hover-background
-
The color used for the button background on hover.
-
-
$button-color
The color used for the button icon/text color.
-
-
-
-
$button-color
-
$button-disabled-color
-
The color used for the disabled button icon/text.
-
-
$button-ripple-color
The color used for the button background on hover.
-
-
-
-
$button-hover-background
-
$button-hover-color
-
The color used for the button icon/text color on hover.
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$item-background** | $item-active-background | The color used for the active/focused tab background. |
+| | $item-text-color | The color used for the tab text color. |
+| | $item-icon-color | The color used for the tab icon. |
+| | $item-hover-background | The background used for the tabs on hover. |
+| | $indicator-color | The color used for the active tab indicator. |
+| | $button-background | The color used for the button background. |
+| | $button-hover-background | The color used for the button background on hover. |
+| **$item-active-background** | $item-active-icon-color | The color used for the active tab icon. |
+| | $item-active-color | The color used for the active tabs text. |
+| | $tab-ripple-color | The ripple color for the tab interaction. |
+| **$item-text-color** | $item-hover-color | The text color used for the tabs on hover if no `$item-hover-background` is provided |
+| | $item-icon-color | The color used for the tab icon if no `$item-background` is provided |
+| | $item-active-color | The color used for the active tabs text if no `$item-active-background` is provided |
+| | $indicator-color | The color used for the active tab indicator if no `$item-background` is provided |
+| **$item-icon-color** | $item-hover-icon-color | The color used for the tab icon on hover. |
+| | $item-active-icon-color | The color used for the active tab icon. |
+| | $indicator-color | The color used for the active tab indicator. |
+| **$button-background** | $button-hover-background | The color used for the button background on hover. |
+| | $button-color | The color used for the button icon/text color. |
+| **$button-color** | $button-disabled-color | The color used for the disabled button icon/text. |
+| | $button-ripple-color | The color used for the button background on hover. |
+| **$button-hover-background** | $button-hover-color | The color used for the button icon/text color on hover. |
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$item-background
-
$item-active-background
-
The color used for the active/focused tab background.
-
-
$item-text-color
The color used for the tab text color.
-
$item-icon-color
The color used for the tab icon.
-
$item-hover-background
The background used for the tabs on hover.
-
$indicator-color
The color used for the active tab indicator.
-
$button-background
The color used for the button background.
-
$button-hover-background
The color used for the button background on hover.
-
$border-color
The border color of the tabs.
-
-
-
-
$item-active-background
-
$item-active-icon-color
-
The color used for the active tab icon.
-
-
$item-active-color
The color used for the active tabs text.
-
$tab-ripple-color
The color used for the button background.
-
-
-
-
$item-text-color
-
$item-hover-color
-
The text color used for the tabs on hover if no `$item-hover-background` is provided
-
-
$item-icon-color
The color used for the tab icon if no `$item-background` is provided
-
$button-color
The color used for the button icon/text color if no `$button-background` is provided (non-material)
-
-
-
-
$item-icon-color
-
$item-hover-icon-color
-
The color used for the tab icon on hover if no `$item-hover-background` is provided
-
-
$item-text-color
The color used for the tab text color if no `$item-background` is provided
-
-
-
-
$button-background
-
$button-hover-background
-
The color used for the button background on hover.
-
-
$button-color
The color used for the button icon/text color.
-
-
-
-
$button-color
-
$button-hover-color
-
The color used for the button icon/text color on hover if no `$button-background` is provided
-
-
$button-disabled-color
The color used for the disabled button icon/text.
-
$button-ripple-color
The color used for the button background on hover.
-
-
-
-
$button-hover-background
-
$button-hover-color
-
The color used for the button icon/text color on hover.
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$item-background** | $item-active-background | The color used for the active/focused tab background. |
+| | $item-text-color | The color used for the tab text color. |
+| | $item-icon-color | The color used for the tab icon. |
+| | $item-hover-background | The background used for the tabs on hover. |
+| | $indicator-color | The color used for the active tab indicator. |
+| | $button-background | The color used for the button background. |
+| | $button-hover-background | The color used for the button background on hover. |
+| | $border-color | The border color of the tabs. |
+| **$item-active-background** | $item-active-icon-color | The color used for the active tab icon. |
+| | $item-active-color | The color used for the active tabs text. |
+| | $tab-ripple-color | The color used for the button background. |
+| **$item-text-color** | $item-hover-color | The text color used for the tabs on hover if no `$item-hover-background` is provided |
+| | $item-icon-color | The color used for the tab icon if no `$item-background` is provided |
+| | $button-color | The color used for the button icon/text color if no `$button-background` is provided (non-material) |
+| **$item-icon-color** | $item-hover-icon-color | The color used for the tab icon on hover if no `$item-hover-background` is provided |
+| | $item-text-color | The color used for the tab text color if no `$item-background` is provided |
+| **$button-background** | $button-hover-background | The color used for the button background on hover. |
+| | $button-color | The color used for the button icon/text color. |
+| **$button-color** | $button-hover-color | The color used for the button icon/text color on hover if no `$button-background` is provided |
+| | $button-disabled-color | The color used for the disabled button icon/text. |
+| | $button-ripple-color | The color used for the button background on hover. |
+| **$button-hover-background** | $button-hover-color | The color used for the button icon/text color on hover. |
-
-
-
-
Primary Property
-
Dependent Property
-
Description
-
-
-
-
-
$item-background
-
$item-active-background
-
The color used for the active/focused tab background.
-
-
$item-text-color
The color used for the tab text color.
-
$item-icon-color
The color used for the tab icon.
-
$item-hover-background
The background used for the tabs on hover.
-
$indicator-color
The color used for the active tab indicator.
-
$button-background
The color used for the button background.
-
$button-hover-background
The color used for the button background on hover.
-
-
-
-
$item-active-background
-
$item-active-icon-color
-
The color used for the active tab icon.
-
-
$item-active-color
The color used for the active tabs text.
-
$tab-ripple-color
The color used for the button background.
-
-
-
-
$item-text-color
-
$item-hover-color
-
The text color used for the tabs on hover if no `$item-hover-background` is provided
-
-
$item-icon-color
The color used for the tab icon if no `$item-background` is provided
-
$item-active-color
The color used for the active tabs text if no `$item-active-background` is provided
-
$indicator-color
The color used for the active tab indicator if no `$item-background` is provided
-
-
-
-
$item-icon-color
-
$item-hover-icon-color
-
The color used for the tab icon on hover.
-
-
$item-active-icon-color
The color used for the active tab icon.
-
$indicator-color
The color used for the active tab indicator.
-
-
-
-
$button-background
-
$button-hover-background
-
The color used for the button background on hover.
-
-
$button-color
The color used for the button icon/text color.
-
-
-
-
$button-color
-
$button-disabled-color
-
The color used for the disabled button icon/text.
-
-
$button-ripple-color
The color used for the button background on hover.
-
-
-
-
$button-hover-background
-
$button-hover-color
-
The color used for the button icon/text color on hover.
-
-
-
+ | Primary Property | Dependent Property | Description |
+| --- | --- | --- |
+| **$item-background** | $item-active-background | The color used for the active/focused tab background. |
+| | $item-text-color | The color used for the tab text color. |
+| | $item-icon-color | The color used for the tab icon. |
+| | $item-hover-background | The background used for the tabs on hover. |
+| | $indicator-color | The color used for the active tab indicator. |
+| | $button-background | The color used for the button background. |
+| | $button-hover-background | The color used for the button background on hover. |
+| **$item-active-background** | $item-active-icon-color | The color used for the active tab icon. |
+| | $item-active-color | The color used for the active tabs text. |
+| | $tab-ripple-color | The color used for the button background. |
+| **$item-text-color** | $item-hover-color | The text color used for the tabs on hover if no `$item-hover-background` is provided |
+| | $item-icon-color | The color used for the tab icon if no `$item-background` is provided |
+| | $item-active-color | The color used for the active tabs text if no `$item-active-background` is provided |
+| | $indicator-color | The color used for the active tab indicator if no `$item-background` is provided |
+| **$item-icon-color** | $item-hover-icon-color | The color used for the tab icon on hover. |
+| | $item-active-icon-color | The color used for the active tab icon. |
+| | $indicator-color | The color used for the active tab indicator. |
+| **$button-background** | $button-hover-background | The color used for the button background on hover. |
+| | $button-color | The color used for the button icon/text color. |
+| **$button-color** | $button-disabled-color | The color used for the disabled button icon/text. |
+| | $button-ripple-color | The color used for the button background on hover. |
+| **$button-hover-background** | $button-hover-color | The color used for the button icon/text color on hover. |