diff --git a/docs/angular/astro.config.ts b/docs/angular/astro.config.ts
index 5b3cdc1cc3..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';
@@ -85,7 +85,17 @@ export default createDocsSite({
{ tag: 'link', attrs: { rel: 'icon', href: `${mode !== 'development' ? base : ''}/favicon.ico`, type: 'image/x-icon' } },
],
sidebar: { exclude: [/^internal\//] },
- integrations: [mdx()],
+ integrations: [
+ mdx(),
+ {
+ name: 'watch-docs-template',
+ hooks: {
+ 'astro:server:setup': ({ server }) => {
+ server.watcher.add(path.resolve(__dirname, '../../src'));
+ },
+ },
+ },
+ ],
// Expose @/ alias so MDX files can import Sample.astro and peer components.
// @xplat-images resolves xplat-sourced MDX image imports to the angular images dir.
vite: {
@@ -95,5 +105,6 @@ export default createDocsSite({
'@xplat-images': path.join(__dirname, 'src', 'content', docsLang, 'images'),
},
},
+ server: { fs: { strict: false } },
},
});
diff --git a/docs/angular/package.json b/docs/angular/package.json
index 19977e5df9..1f6fa152fa 100644
--- a/docs/angular/package.json
+++ b/docs/angular/package.json
@@ -37,7 +37,7 @@
"dependencies": {
"astro": "^6.1.6",
"docs-template": "file:../../",
- "igniteui-astro-components": "0.0.14",
+ "igniteui-astro-components": "0.0.15",
"sharp": "^0.34.2"
},
"devDependencies": {
diff --git a/docs/angular/src/content/en/components/action-strip.mdx b/docs/angular/src/content/en/components/action-strip.mdx
index 796a120f96..7722af1084 100644
--- a/docs/angular/src/content/en/components/action-strip.mdx
+++ b/docs/angular/src/content/en/components/action-strip.mdx
@@ -214,7 +214,7 @@ Additional components and/or directives that can be used within the Action Strip
-
-
-
+
## Theming Dependencies
diff --git a/docs/angular/src/content/en/components/ai/ai-assisted-development-overview.mdx b/docs/angular/src/content/en/components/ai/ai-assisted-development-overview.mdx
index 8df750ab8a..e31ab2b743 100644
--- a/docs/angular/src/content/en/components/ai/ai-assisted-development-overview.mdx
+++ b/docs/angular/src/content/en/components/ai/ai-assisted-development-overview.mdx
@@ -35,9 +35,7 @@ npx igniteui-cli ai-config
```
-
Without a version pin, `npx` may pull an older CLI version that does not recognize the `ai-config` subcommand and will instead launch an interactive project-creation prompt, scaffolding a new project inside your existing one. Make sure that you have installed CLI version 16.x.
-
@@ -279,7 +277,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/angular/src/content/en/components/ai/cli-mcp.mdx b/docs/angular/src/content/en/components/ai/cli-mcp.mdx
index 23b777b860..419983b0fa 100644
--- a/docs/angular/src/content/en/components/ai/cli-mcp.mdx
+++ b/docs/angular/src/content/en/components/ai/cli-mcp.mdx
@@ -14,7 +14,7 @@ import DocsAside from 'igniteui-astro-components/components/mdx/DocsAside.astro'
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 Ignite UI for Angular 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
@@ -429,7 +429,6 @@ Validate that the JSON uses the `mcpServers` structure and that each local serve
- [Ignite UI for Angular Skills](./skills.md)
- [Ignite UI Theming MCP](./theming-mcp.md)
-
Our community is active and always welcoming to new ideas.
diff --git a/docs/angular/src/content/en/components/ai/maker-framework.mdx b/docs/angular/src/content/en/components/ai/maker-framework.mdx
index 27ed2e93dc..242adcbd28 100644
--- a/docs/angular/src/content/en/components/ai/maker-framework.mdx
+++ b/docs/angular/src/content/en/components/ai/maker-framework.mdx
@@ -226,7 +226,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/angular/src/content/en/components/ai/theming-mcp.mdx b/docs/angular/src/content/en/components/ai/theming-mcp.mdx
index 208fa6d590..a187ea6508 100644
--- a/docs/angular/src/content/en/components/ai/theming-mcp.mdx
+++ b/docs/angular/src/content/en/components/ai/theming-mcp.mdx
@@ -10,7 +10,7 @@ import DocsAside from 'igniteui-astro-components/components/mdx/DocsAside.astro'
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.
Angular Avatar component helps adding initials, images, or material icons to your application.
-
+
## Angular Avatar Example
@@ -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:
@@ -296,11 +279,8 @@ Learn more about it in the [Size](/display-density) article.
## API References
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/badge.mdx b/docs/angular/src/content/en/components/badge.mdx
index 5753ff6343..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:
-
-
-
- {/* 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:
@@ -469,14 +346,11 @@ At the end your button group should look like this:
## API References
-
-
-
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/button.mdx b/docs/angular/src/content/en/components/button.mdx
index 353ac105d2..1de63b1a01 100644
--- a/docs/angular/src/content/en/components/button.mdx
+++ b/docs/angular/src/content/en/components/button.mdx
@@ -771,15 +771,12 @@ Learn more about it in the [Size](/display-density) article.
## API References
-
-
-
-
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/calendar.mdx b/docs/angular/src/content/en/components/calendar.mdx
index 65ea60aa66..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`. |
@@ -808,14 +708,11 @@ At the end your calendar should look like this:
## API References
-
-
-
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/card.mdx b/docs/angular/src/content/en/components/card.mdx
index 5ac7ff5f96..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:
@@ -477,7 +452,7 @@ Styles:
-
-
-
+
## Theming Dependencies
diff --git a/docs/angular/src/content/en/components/carousel.mdx b/docs/angular/src/content/en/components/carousel.mdx
index 113164abb6..bed678c256 100644
--- a/docs/angular/src/content/en/components/carousel.mdx
+++ b/docs/angular/src/content/en/components/carousel.mdx
@@ -16,7 +16,7 @@ Ignite UI for Angular Carousel is a responsive, lightweight component that provi
The Angular Carousel component allows you to use animations, slide transitions, and customization so you can easily tweak the interface and build Angular custom carousel.
-
+
## Angular Carousel Example
@@ -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. |
@@ -808,15 +630,12 @@ At the end your carousel should look like this:
- [aria-selected](https://www.w3.org/TR/wai-aria-1.1/#aria-selected) set **active** slide. Indicates the current **selected** state of a particular slide element.
## API References
-
-
-
-
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/charts/chart-features.mdx b/docs/angular/src/content/en/components/charts/chart-features.mdx
index 95217dc53b..098d7b5ca0 100644
--- a/docs/angular/src/content/en/components/charts/chart-features.mdx
+++ b/docs/angular/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/angular/src/content/en/components/charts/chart-overview.mdx b/docs/angular/src/content/en/components/charts/chart-overview.mdx
index 2ab4e2d0ae..19f0576a8e 100644
--- a/docs/angular/src/content/en/components/charts/chart-overview.mdx
+++ b/docs/angular/src/content/en/components/charts/chart-overview.mdx
@@ -66,7 +66,6 @@ The Angular Bar Chart, or Bar Graph is among the most common category chart type
-
### Angular Pie Chart
@@ -77,7 +76,6 @@ The Angular Pie Chart, or Pie Graph, is a very common part-to-whole chart type.
-
### Angular Line Chart
@@ -88,7 +86,6 @@ The Angular Line Chart, or Line Graph is a type of category line graph shows the
-
### Angular Donut Chart
@@ -99,7 +96,6 @@ The Angular Donut Chart or Donut Graph, is a variant of a Pie Chart, proportiona
-
### Angular Area Chart
@@ -110,7 +106,6 @@ The Angular Area Chart is rendered using a collection of points connected by str
-
### Angular Sparkline Chart
@@ -121,7 +116,6 @@ The Angular Sparkline Chart, or Sparkline Graph is a type of category graph inte
-
### Angular Bubble Chart
@@ -132,7 +126,6 @@ The Angular Bubble Chart, or Bubble Graph, is used to show data comprising of th
-
### Angular Financial / Stock Chart
@@ -143,7 +136,6 @@ The Angular Financial or Stock Chart, is a composite visualization that renders
-
### Angular Column Chart
@@ -154,7 +146,6 @@ The Angular Column Chart, or Column Graph is among the most common category char
-
### Angular Composite Chart
@@ -165,7 +156,6 @@ The Angular Composite Chart, also called a Combo Chart, is visualization that co
-
{/* ### Angular Gantt Chart
@@ -184,7 +174,6 @@ The Angular Polar Area Chart or Polar Graph belongs to a group of polar charts a
-
{/* ### Angular Pyramid Chart
@@ -199,7 +188,6 @@ The Angular Scatter Chart, or Scatter Graph, is used to show the relationship be
-
### Angular Shape Chart
@@ -210,7 +198,6 @@ The Angular Shape Charts is a group of chart that take array of shapes (array or
-
### Angular Spline Chart
@@ -221,7 +208,6 @@ The Angular Spline Chart, or Spline Graph is a type of category line graph shows
-
### Angular Step Chart
@@ -232,7 +218,6 @@ The Angular Step Chart, or Step Graph, is a category charts that renders a colle
-
{/* ### Angular Timeline / Time-Series Charts
@@ -247,7 +232,6 @@ The Ignite UI for Angular Treemap displays hierarchical (tree-structured) data a
-
## Angular Charts Key Features
@@ -321,9 +305,6 @@ If you are considering any other Angular Charts on the market, here are a few th
## API References
-
-
-
-
-
-
+
+
+
diff --git a/docs/angular/src/content/en/components/charts/features/chart-animations.mdx b/docs/angular/src/content/en/components/charts/features/chart-animations.mdx
index 7d47bace49..e4abb75fd1 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-animations.mdx
+++ b/docs/angular/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/angular/src/content/en/components/charts/features/chart-annotations.mdx b/docs/angular/src/content/en/components/charts/features/chart-annotations.mdx
index 8894759571..c9145fad9d 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-annotations.mdx
+++ b/docs/angular/src/content/en/components/charts/features/chart-annotations.mdx
@@ -22,7 +22,6 @@ The following example demonstrates the annotation layers that are available on t
-
Like this sample? Get access to our complete Angular toolkit and start building your own apps in minutes. Download it for free.
@@ -48,7 +47,6 @@ The following example shows how to configure the crosshair layer but targeting a
-
## Angular Final Value Layer
@@ -69,7 +67,6 @@ The following example demonstrates how to style the final value layer annotation
-
@@ -112,7 +109,6 @@ The following example demonstrates how to style the callout layer annotations by
-
@@ -140,6 +136,4 @@ The following example demonstrates how to style the callout layer annotations by
## API References
-
-
-
+
diff --git a/docs/angular/src/content/en/components/charts/features/chart-data-aggregations.mdx b/docs/angular/src/content/en/components/charts/features/chart-data-aggregations.mdx
index 414247e37a..4dcac5eebb 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-data-aggregations.mdx
+++ b/docs/angular/src/content/en/components/charts/features/chart-data-aggregations.mdx
@@ -42,5 +42,4 @@ Note, the abbreviated functions found within the dropdowns for
+
diff --git a/docs/angular/src/content/en/components/charts/features/chart-data-filtering.mdx b/docs/angular/src/content/en/components/charts/features/chart-data-filtering.mdx
index 97bf5d2468..0fa4c6df6d 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-data-filtering.mdx
+++ b/docs/angular/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/angular/src/content/en/components/charts/features/chart-data-legend.mdx b/docs/angular/src/content/en/components/charts/features/chart-data-legend.mdx
index ba7adf0c1e..995a5c871e 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-data-legend.mdx
+++ b/docs/angular/src/content/en/components/charts/features/chart-data-legend.mdx
@@ -171,7 +171,4 @@ Some of the events exposes a
+
diff --git a/docs/angular/src/content/en/components/charts/features/chart-data-tooltip.mdx b/docs/angular/src/content/en/components/charts/features/chart-data-tooltip.mdx
index 7694cfd55e..09cb47a503 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-data-tooltip.mdx
+++ b/docs/angular/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/angular/src/content/en/components/charts/features/chart-highlighting.mdx b/docs/angular/src/content/en/components/charts/features/chart-highlighting.mdx
index 2fe7ee760b..30dab665d1 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-highlighting.mdx
+++ b/docs/angular/src/content/en/components/charts/features/chart-highlighting.mdx
@@ -17,7 +17,6 @@ The following example demonstrates the different highlighting options that are a
-
# Angular 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/angular/src/content/en/components/charts/features/chart-markers.mdx b/docs/angular/src/content/en/components/charts/features/chart-markers.mdx
index 22f2bced86..00c6b4072f 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-markers.mdx
+++ b/docs/angular/src/content/en/components/charts/features/chart-markers.mdx
@@ -24,7 +24,6 @@ The colors of the markers are also managed by setting the
-
## Angular Chart Marker Templates
@@ -35,7 +34,6 @@ In addition to marker properties, you can implement your own marker by setting a
-
## Additional Resources
@@ -46,5 +44,4 @@ You can find more information about related chart features in these topics:
## API References
-
-
+
diff --git a/docs/angular/src/content/en/components/charts/features/chart-navigation.mdx b/docs/angular/src/content/en/components/charts/features/chart-navigation.mdx
index d44246f57f..557e2e61fb 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-navigation.mdx
+++ b/docs/angular/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 Angular 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/angular/src/content/en/components/charts/features/chart-overlays.mdx b/docs/angular/src/content/en/components/charts/features/chart-overlays.mdx
index 50aceb6538..72bbe20a12 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-overlays.mdx
+++ b/docs/angular/src/content/en/components/charts/features/chart-overlays.mdx
@@ -23,7 +23,6 @@ The following example depicts a [Column Chart](../types/column-chart.md) with a
-
## Angular Value Overlay Properties
@@ -60,7 +59,6 @@ The following sample demonstrates usage of the different
-
## Angular Financial Overlays
@@ -80,7 +78,6 @@ For example, you can use , , and .
-
@@ -97,10 +94,9 @@ You can find more information about related chart types in these topics:
## API References
-
-
-
-
-
-
-
+
+
+
+
+
+
diff --git a/docs/angular/src/content/en/components/charts/features/chart-performance.mdx b/docs/angular/src/content/en/components/charts/features/chart-performance.mdx
index 96e8328738..22ffe9cf2a 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-performance.mdx
+++ b/docs/angular/src/content/en/components/charts/features/chart-performance.mdx
@@ -28,7 +28,6 @@ In High-Frequency scenario, the Angular Charts can render data items that are up
-
## Angular Chart with High-Volume
@@ -37,7 +36,6 @@ In High-Volume scenario, the Angular Charts can render 1 million of data points
-
## General Performance Guidelines
@@ -442,7 +440,6 @@ You can find more information about related chart types in these topics:
## API References
-
-
-
-
+
+
+
diff --git a/docs/angular/src/content/en/components/charts/features/chart-synchronization.mdx b/docs/angular/src/content/en/components/charts/features/chart-synchronization.mdx
index 5d855607af..368c29c9dd 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-synchronization.mdx
+++ b/docs/angular/src/content/en/components/charts/features/chart-synchronization.mdx
@@ -20,7 +20,6 @@ This sample shows synchronization of two Angular 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/angular/src/content/en/components/charts/features/chart-tooltips.mdx b/docs/angular/src/content/en/components/charts/features/chart-tooltips.mdx
index 9d1c395cbd..d5cfa8ad7c 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-tooltips.mdx
+++ b/docs/angular/src/content/en/components/charts/features/chart-tooltips.mdx
@@ -23,7 +23,6 @@ Angular Chart provide three types of tooltips that you can with tooltips enabled
-
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. |
-
## Angular Chart Tooltip Template
@@ -47,7 +45,6 @@ This example shows how to create custom tooltips for all series in Angular
-
## Custom Tooltips in Data Chart
@@ -57,7 +54,6 @@ This example shows how to create custom tooltips for each series in Angular Data
-
## Additional Resources
@@ -68,8 +64,7 @@ You can find more information about related chart features in these topics:
## API References
-
-
-
-
-
+
+
+
+
diff --git a/docs/angular/src/content/en/components/charts/features/chart-trendlines.mdx b/docs/angular/src/content/en/components/charts/features/chart-trendlines.mdx
index 3026745b3a..5f8b45db11 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-trendlines.mdx
+++ b/docs/angular/src/content/en/components/charts/features/chart-trendlines.mdx
@@ -26,7 +26,6 @@ The following sample depicts a sh
-
## Angular Chart Trendlines Dash Array Example
@@ -36,7 +35,6 @@ The following sample depicts a showing
-
## Angular 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/angular/src/content/en/components/charts/features/chart-user-annotations.mdx b/docs/angular/src/content/en/components/charts/features/chart-user-annotations.mdx
index ce81b915c6..9f2f7c2708 100644
--- a/docs/angular/src/content/en/components/charts/features/chart-user-annotations.mdx
+++ b/docs/angular/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/angular/src/content/en/components/charts/types/bar-chart.mdx b/docs/angular/src/content/en/components/charts/types/bar-chart.mdx
index 88db609cc0..a47cf507e2 100644
--- a/docs/angular/src/content/en/components/charts/types/bar-chart.mdx
+++ b/docs/angular/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';
# Angular Bar Chart
-
The Ignite UI for Angular 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)
## Angular Bar Chart Example
-
You can create Angular Bar Chart in the control by binding your data sources to multiple , as shown in the example below:
-
-
-
-
-
## Bar Chart Recommendations
### Are Angular Bar Charts right for your project?
-
Angular 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 @@ Angular Bar Chart includes several variants based on your data or how you want t
- Stacked 100 Bar Chart
### Bar Chart Use Cases
-
There are several common use cases for choosing a Bar Chart:
- You need to show trends over time or a numeric value change in a category of data.
@@ -53,7 +44,6 @@ These use cases are commonly used for the following scenarios:
- Any String Value Comparing a Numeric Value or Time-Series Value.
### Bar Chart Best Practices
-
- Start you numeric Axis at 0.
- Use a single color for the bars.
- Be sure the space separating each bar is 1/2 the width of the bar itself.
@@ -61,21 +51,17 @@ These use cases are commonly used for the following scenarios:
- Right-align category values on the Y-Axis (left side labels of chart) for readability.
### When Not to Use Bar Chart
-
- You have too much data so the Y-Axis can't fit in the space or is not legible.
- You need a detailed Time-Series analysis - consider a [Line Chart](line-chart.md) with a Time-Series for this type of data.
### Bar Chart Data Structure
-
- The data source must be an array or a list of data items.
- The data source must contain at least one data item.
- The list must contain at least one data column (string or date time).
- The list must contain at least one numeric data column.
-
## Angular 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
-
## Angular Bar Chart with Multiple Series
@@ -92,7 +77,6 @@ The Bar Chart is able to render multiple bars per category for comparison purpos
-
## Angular Bar Chart Styling
@@ -103,7 +87,6 @@ The Bar Chart can be styled, and allows for the ability to use [annotation value
-
## Angular Stacked Bar Chart
@@ -118,7 +101,6 @@ You can create this type of chart in the
## Angular 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/angular/src/content/en/components/charts/types/bubble-chart.mdx b/docs/angular/src/content/en/components/charts/types/bubble-chart.mdx
index 5f2058b9f5..578990e483 100644
--- a/docs/angular/src/content/en/components/charts/types/bubble-chart.mdx
+++ b/docs/angular/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';
# Angular Bubble Chart
-
The Ignite UI for Angular 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#angular-scatter-marker-chart) but with the option to have various radius scale sizes.
## Angular Bubble Chart Example
-
You can create Ignite UI for Angular Bubble Chart in control using the and two numeric axes, as shown in the example below.
-
-
-
-
-
## Angular 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:
-
-
-
## Angular Bubble Chart with Multiple Series
-
In Angular Bubble Chart, binding multiple data sources works by setting each new data source to property of a additional , as shown in the example below:
-
-
-
-
-
## Angular Bubble Chart Styling
-
In Angular 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/angular/src/content/en/components/charts/types/column-chart.mdx b/docs/angular/src/content/en/components/charts/types/column-chart.mdx
index 91dbe37c22..10ec70ce97 100644
--- a/docs/angular/src/content/en/components/charts/types/column-chart.mdx
+++ b/docs/angular/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/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 d0bdab3920..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,20 +11,16 @@ 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.
-
## Angular 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 Angular 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.
## Angular 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
-
## Angular 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.
### 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,10 +98,8 @@ The following sample demonstrates usage of the Others slice in the
-
## Angular 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
-
## Angular 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.
-
## 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`.
@@ -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/angular/src/content/en/components/charts/types/donut-chart.mdx b/docs/angular/src/content/en/components/charts/types/donut-chart.mdx
index d55e7d527b..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,22 +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)
@@ -45,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.
@@ -54,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.
@@ -62,29 +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)
@@ -93,5 +73,4 @@ 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/pie-chart.mdx b/docs/angular/src/content/en/components/charts/types/pie-chart.mdx
index 9c85b5d0d3..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,22 +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
@@ -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.
## 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.
@@ -78,10 +69,8 @@ Additionally you can use the
## Angular 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
## Angular 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
-
## Angular 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
-
## 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.
@@ -145,37 +129,22 @@ 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 181defc24e..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,55 +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)
@@ -75,6 +50,5 @@ You can find more information about related chart features in these topics:
## API References
-
-
-
+
+
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 a656eb388f..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,22 +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:
@@ -33,32 +25,18 @@ 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:
@@ -66,10 +44,8 @@ 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:
@@ -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/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 fd1c45a1b2..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,11 +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.
@@ -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/angular/src/content/en/components/charts/types/sparkline-chart.mdx b/docs/angular/src/content/en/components/charts/types/sparkline-chart.mdx
index 894600f8bc..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,45 +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.
@@ -68,11 +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.
@@ -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 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.
@@ -110,10 +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.
@@ -126,10 +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.
@@ -138,19 +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:
@@ -161,5 +125,4 @@ 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/stacked-chart.mdx b/docs/angular/src/content/en/components/charts/types/stacked-chart.mdx
index 0e7422bd4b..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,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 Ignite UI for Angular Stacked Charts.
## Angular Stacked Area Chart
@@ -34,12 +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.
@@ -47,12 +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.
@@ -63,12 +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.
@@ -77,12 +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).
@@ -91,12 +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.
@@ -105,24 +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.
@@ -131,12 +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.
@@ -145,12 +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.
@@ -159,24 +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.
@@ -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/angular/src/content/en/components/charts/types/step-chart.mdx b/docs/angular/src/content/en/components/charts/types/step-chart.mdx
index cb06134f0a..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,11 +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.
@@ -32,22 +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:
@@ -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/angular/src/content/en/components/charts/types/stock-chart.mdx b/docs/angular/src/content/en/components/charts/types/stock-chart.mdx
index 28cf935d8d..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,11 +19,6 @@ You can create Stock Chart using the
-
-
-
-
-
## Stock Chart Recommendations
### Are Angular 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,
-
-
-
-
-
## 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.
@@ -106,11 +86,6 @@ Note: When using the ordinal X axis mode, the CalloutsXMemberPath should point t
-
-
-
-
-
## Angular 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/angular/src/content/en/components/charts/types/treemap-chart.mdx b/docs/angular/src/content/en/components/charts/types/treemap-chart.mdx
index 2ce557e3b5..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,11 +19,6 @@ In the following example, the demonstrat
-
-
-
-
-
## Treemap Recommendations
### Are Angular 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/angular/src/content/en/components/checkbox.mdx b/docs/angular/src/content/en/components/checkbox.mdx
index fdcbd072b7..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.
@@ -388,13 +321,10 @@ At the end your checkbox should look like this:
## API References
-
-
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/chip.mdx b/docs/angular/src/content/en/components/chip.mdx
index 79b7cf8a23..cd708630de 100644
--- a/docs/angular/src/content/en/components/chip.mdx
+++ b/docs/angular/src/content/en/components/chip.mdx
@@ -155,7 +155,7 @@ Dragging can be enabled by setting the .
-
+
**To create the demo sample, we will use the features above:**
@@ -272,7 +272,7 @@ You can customize the `remove icon`, using the
+
### Demo
@@ -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-features.mdx b/docs/angular/src/content/en/components/combo-features.mdx
index bc0db27fcc..b2ed788c30 100644
--- a/docs/angular/src/content/en/components/combo-features.mdx
+++ b/docs/angular/src/content/en/components/combo-features.mdx
@@ -216,16 +216,11 @@ export class ComboDemo {
## API References
-
-
-
-
-
Additional components and/or directives with relative APIs that were used:
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/combo-remote.mdx b/docs/angular/src/content/en/components/combo-remote.mdx
index 8472b4fddc..6707680e07 100644
--- a/docs/angular/src/content/en/components/combo-remote.mdx
+++ b/docs/angular/src/content/en/components/combo-remote.mdx
@@ -234,12 +234,9 @@ When binding a combobox to remote data, make sure to specify a `valueKey`, repre
When the combobox is bound to remote data, setting value/selected items through API will only take into account the items that are loaded in the current chunk. If you want to set an initial value, make sure those specific items are loaded before selecting.
## API References
-
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/combo-templates.mdx b/docs/angular/src/content/en/components/combo-templates.mdx
index 7377b1d393..016a4bb6c5 100644
--- a/docs/angular/src/content/en/components/combo-templates.mdx
+++ b/docs/angular/src/content/en/components/combo-templates.mdx
@@ -168,12 +168,9 @@ When used with templates, the `igxComboClearIcon` and the `igxComboToggleIcon` s
```
## API References
-
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/combo.mdx b/docs/angular/src/content/en/components/combo.mdx
index e01b71ceed..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:
@@ -476,18 +431,13 @@ The combobox uses `igxForOf` directive internally hence all `igxForOf` limitatio
## API References
-
-
-
-
-
Additional [angular components](https://www.infragistics.com/products/ignite-ui-angular) and/or directives with relative APIs that were used:
-
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/date-picker.mdx b/docs/angular/src/content/en/components/date-picker.mdx
index 4aefcdc2a3..8bfbd2b61d 100644
--- a/docs/angular/src/content/en/components/date-picker.mdx
+++ b/docs/angular/src/content/en/components/date-picker.mdx
@@ -353,16 +353,13 @@ If the component is using an [`Emulated`](/themes/sass/component-themes#view-enc
## API References
-
-
-
-
-
-
-
-
-
## Theming Dependencies
diff --git a/docs/angular/src/content/en/components/date-range-picker.mdx b/docs/angular/src/content/en/components/date-range-picker.mdx
index 7b412c6032..f38a657cad 100644
--- a/docs/angular/src/content/en/components/date-range-picker.mdx
+++ b/docs/angular/src/content/en/components/date-range-picker.mdx
@@ -642,15 +642,12 @@ The demo below defines a form for flight tickets that uses the
-
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/date-time-editor.mdx b/docs/angular/src/content/en/components/date-time-editor.mdx
index dd1c63edef..ac8251e13b 100644
--- a/docs/angular/src/content/en/components/date-time-editor.mdx
+++ b/docs/angular/src/content/en/components/date-time-editor.mdx
@@ -245,15 +245,12 @@ For details check out the [`Input Group styling guide`](/input-group#styling).
## API References
-
-
-
-
-
-
-
-
## Additional Resources
Related topics:
diff --git a/docs/angular/src/content/en/components/dialog.mdx b/docs/angular/src/content/en/components/dialog.mdx
index 5cbc76980d..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:
@@ -342,7 +319,7 @@ In order to learn more about the various options for providing themes to element
### Including Themes
-
+
The last step is to **include** the component theme in our application.
@@ -371,14 +348,11 @@ If the component is using an [`Emulated`](/themes/sass/component-themes#view-enc
## API References
-
-
-
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/display-density.mdx b/docs/angular/src/content/en/components/display-density.mdx
index ea64ee2c6e..deab45c071 100644
--- a/docs/angular/src/content/en/components/display-density.mdx
+++ b/docs/angular/src/content/en/components/display-density.mdx
@@ -131,18 +131,13 @@ The `sizable(10px, 20px, 30px)` function generates a CSS expression that automat
This mathematical approach using `clamp()`, `min()`, `max()`, and `calc()` functions allows components to automatically switch between size values based on the current `--ig-size` setting.
## API References
-
-
-
+
-
-
-
### Sizing and Spacing Functions
-
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/divider.mdx b/docs/angular/src/content/en/components/divider.mdx
index 8e920018e4..0278da8ac5 100644
--- a/docs/angular/src/content/en/components/divider.mdx
+++ b/docs/angular/src/content/en/components/divider.mdx
@@ -111,12 +111,9 @@ To inset the divider, set the `middle` attribute of the divider to `true` and pr
If the value of the `middle` attribute is set to a false value, or if the attribute is omitted altogether, the divider will set in only on the left.
## API References
-
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/drop-down-hierarchical-selection.mdx b/docs/angular/src/content/en/components/drop-down-hierarchical-selection.mdx
index 7111f248b1..108677b756 100644
--- a/docs/angular/src/content/en/components/drop-down-hierarchical-selection.mdx
+++ b/docs/angular/src/content/en/components/drop-down-hierarchical-selection.mdx
@@ -41,14 +41,12 @@ To display the Dropdown component opened initially, it is recommended to set the
## API References
-
-
-
-
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/drop-down-virtual.mdx b/docs/angular/src/content/en/components/drop-down-virtual.mdx
index 2b2163c6ed..50764c59c6 100644
--- a/docs/angular/src/content/en/components/drop-down-virtual.mdx
+++ b/docs/angular/src/content/en/components/drop-down-virtual.mdx
@@ -274,6 +274,5 @@ Using the drop-down with a virtualized list of items enforces some limitations.
- setting the drop-down item's `[selected]` input will **not** mark the item in the drop-down selection
## API References
-
-
-
diff --git a/docs/angular/src/content/en/components/drop-down.mdx b/docs/angular/src/content/en/components/drop-down.mdx
index 42dd8e424f..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:
@@ -645,7 +554,6 @@ The last step is to pass the custom drop-down theme:
## API References
-
-
-
- .
@@ -653,7 +561,6 @@ The last step is to pass the custom drop-down theme:
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/excel-library-using-cells.mdx b/docs/angular/src/content/en/components/excel-library-using-cells.mdx
index 4b4ebbf94d..6f3bc6ee60 100644
--- a/docs/angular/src/content/en/components/excel-library-using-cells.mdx
+++ b/docs/angular/src/content/en/components/excel-library-using-cells.mdx
@@ -20,7 +20,6 @@ The objects in an
-
@@ -362,18 +361,17 @@ var cellText = worksheet.rows(0).cells(0).getText();
## API References
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/angular/src/content/en/components/excel-library-using-tables.mdx b/docs/angular/src/content/en/components/excel-library-using-tables.mdx
index e078aa9511..25a80de4aa 100644
--- a/docs/angular/src/content/en/components/excel-library-using-tables.mdx
+++ b/docs/angular/src/content/en/components/excel-library-using-tables.mdx
@@ -21,7 +21,6 @@ The Infragistics Angular Excel Engine's
## Adding a Table to a Worksheet
Worksheet tables in the Infragistics Angular 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.
@@ -126,6 +125,5 @@ table.sortSettings.sortConditions().addItem(table.columns(0), new OrderedSortCon
## API References
-
-
-
+
+
diff --git a/docs/angular/src/content/en/components/excel-library-using-workbooks.mdx b/docs/angular/src/content/en/components/excel-library-using-workbooks.mdx
index a7bc09b831..fe993e8c6d 100644
--- a/docs/angular/src/content/en/components/excel-library-using-workbooks.mdx
+++ b/docs/angular/src/content/en/components/excel-library-using-workbooks.mdx
@@ -20,7 +20,6 @@ The Infragistics Angular Excel Engine enables you to save data to and load data
-
## Change Default Font
@@ -109,7 +108,6 @@ var protection = workbook.protection;
## API References
-
-
-
-
+
+
+
diff --git a/docs/angular/src/content/en/components/excel-library-using-worksheets.mdx b/docs/angular/src/content/en/components/excel-library-using-worksheets.mdx
index 2c750a25c0..cabf1fffef 100644
--- a/docs/angular/src/content/en/components/excel-library-using-worksheets.mdx
+++ b/docs/angular/src/content/en/components/excel-library-using-worksheets.mdx
@@ -20,7 +20,6 @@ The Infragistics Angular Excel Engine's
@@ -259,14 +258,13 @@ format.cellFormat.font.colorInfo = new WorkbookColorInfo(color);
## API References
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/angular/src/content/en/components/excel-library-working-with-charts.mdx b/docs/angular/src/content/en/components/excel-library-working-with-charts.mdx
index fa5d9e2aeb..7dfe1d9bb8 100644
--- a/docs/angular/src/content/en/components/excel-library-working-with-charts.mdx
+++ b/docs/angular/src/content/en/components/excel-library-working-with-charts.mdx
@@ -23,7 +23,6 @@ The Infragistics Angular 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.
@@ -46,5 +45,4 @@ chart.setSourceData("A2:M6", true);
## API References
-
-
+
diff --git a/docs/angular/src/content/en/components/excel-library-working-with-grids.mdx b/docs/angular/src/content/en/components/excel-library-working-with-grids.mdx
index 908a1576bd..c2bfbb3fa8 100644
--- a/docs/angular/src/content/en/components/excel-library-working-with-grids.mdx
+++ b/docs/angular/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/angular/src/content/en/components/excel-library-working-with-sparklines.mdx b/docs/angular/src/content/en/components/excel-library-working-with-sparklines.mdx
index 868143eead..315f0dabd5 100644
--- a/docs/angular/src/content/en/components/excel-library-working-with-sparklines.mdx
+++ b/docs/angular/src/content/en/components/excel-library-working-with-sparklines.mdx
@@ -20,7 +20,6 @@ The Infragistics Angular Excel Library has support for adding sparklines to an E
-
## Supported Sparklines
The following is a list of the supported predefined sparkline types.
@@ -44,5 +43,4 @@ workbook.save(workbook, "Sparklines.xlsx");
## API References
-
-
+
diff --git a/docs/angular/src/content/en/components/excel-library.mdx b/docs/angular/src/content/en/components/excel-library.mdx
index eaf6bac051..e88ccd3933 100644
--- a/docs/angular/src/content/en/components/excel-library.mdx
+++ b/docs/angular/src/content/en/components/excel-library.mdx
@@ -21,7 +21,6 @@ The Infragistics Angular Excel Library allows you to work with spreadsheet data
-
@@ -176,6 +175,5 @@ Modify `angular.json` by setting the `vendorSourceMap` option under architect =>
## API References
-
-
-
+
+
diff --git a/docs/angular/src/content/en/components/excel-utility.mdx b/docs/angular/src/content/en/components/excel-utility.mdx
index 9ed7c6fada..7a3a530b1e 100644
--- a/docs/angular/src/content/en/components/excel-utility.mdx
+++ b/docs/angular/src/content/en/components/excel-utility.mdx
@@ -126,7 +126,6 @@ export class ExcelUtility {
## API References
-
-
-
-
+
+
+
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/exporter-csv.mdx b/docs/angular/src/content/en/components/exporter-csv.mdx
index b3079f85a4..c4dc9062d9 100644
--- a/docs/angular/src/content/en/components/exporter-csv.mdx
+++ b/docs/angular/src/content/en/components/exporter-csv.mdx
@@ -16,7 +16,7 @@ import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
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), [**IgxHierarchicalGrid**](/hierarchicalgrid/hierarchical-grid) and [**IgxTreeGrid**](/treegrid/tree-grid).
The exporting functionality is encapsulated in the class.
-
+
## Angular CSV Exporter Example
@@ -158,19 +158,13 @@ this.csvExportService.export(this.igxGrid1, new IgxCsvExporterOptions('ExportedD
When you are exporting data from [**IgxGrid**](/grid/grid) the export process takes in account features like row filtering and column hiding and exports only the data visible in the grid. You can configure the exporter service to include filtered rows or hidden columns by setting properties on the object. These properties are described in the table below.
## API References
-
The CSV Exporter service has a few more APIs to explore, which are listed below.
-
-
-
-
Additional components that were used:
-
-
-
-
-
-
+
## Additional Resources
diff --git a/docs/angular/src/content/en/components/exporter-excel.mdx b/docs/angular/src/content/en/components/exporter-excel.mdx
index a404fc9415..431cc45766 100644
--- a/docs/angular/src/content/en/components/exporter-excel.mdx
+++ b/docs/angular/src/content/en/components/exporter-excel.mdx
@@ -15,7 +15,7 @@ import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
The Ignite UI for Angular Excel Exporter service can export data in Microsoft® Excel® format from raw data (array) or from the [**IgxGrid**](/grid/grid), [**IgxTreeGrid**](/treegrid/tree-grid) and [**IgxHierarchicalGrid**](/hierarchicalgrid/hierarchical-grid) components. The exporting functionality is encapsulated in the class and the data is exported in MS Excel table format. This format allows features like filtering, sorting, etc.
-
+
## Angular Excel Exporter Example
@@ -98,24 +98,16 @@ this.excelExportService.export(this.igxGrid1, new IgxExcelExporterOptions('Expor
```
## API References
-
The Excel Exporter service has a few more APIs to explore, which are listed below.
-
-
-
-
Grids Excel Exporters:
-
- [`IgxGrid Excel Exporters`](/grid/export-excel)
- [`IgxTreeGrid Excel Exporters`](/treegrid/export-excel)
-
Additional components that were used:
-
-
-
-
-
-
+
## Additional Resources
diff --git a/docs/angular/src/content/en/components/exporter-pdf.mdx b/docs/angular/src/content/en/components/exporter-pdf.mdx
index e75642fdd9..803ef77b45 100644
--- a/docs/angular/src/content/en/components/exporter-pdf.mdx
+++ b/docs/angular/src/content/en/components/exporter-pdf.mdx
@@ -14,7 +14,7 @@ import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
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), [**IgxTreeGrid**](/treegrid/tree-grid), [**IgxHierarchicalGrid**](/hierarchicalgrid/hierarchical-grid), and [**IgxPivotGrid**](/pivotGrid/pivot-grid). The exporting functionality is encapsulated in the 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
@@ -201,19 +201,13 @@ The following fonts provide excellent Unicode coverage:
| Wide PDF layouts | Very wide grids can force PDF columns to shrink to fit the page. Apply explicit column widths or hide low‑priority fields before exporting to keep the document legible. |
## API References
-
The PDF Exporter service has a few more APIs to explore, which are listed below.
-
-
-
-
Additional components that were used:
-
-
-
-
-
-
+
## Additional Resources
diff --git a/docs/angular/src/content/en/components/for-of.mdx b/docs/angular/src/content/en/components/for-of.mdx
index f5bb92a286..b653226073 100644
--- a/docs/angular/src/content/en/components/for-of.mdx
+++ b/docs/angular/src/content/en/components/for-of.mdx
@@ -18,7 +18,7 @@ The Ignite UI for Angular igxForOf directive is an alternative to ngForOf for te
-
+
## Getting Started with Ignite UI for Angular Virtual ForOf Directive
@@ -279,11 +279,9 @@ The `igxFor` directive includes the following helper properties in its context:
| `scrollTo` method does not work correctly when the content size of the rendered templates changes post initialization | When the elements inside the template have a size, that changes runtime after initialization (for example as a result of content projection, remote request resolution etc.), then the `scrollTo` method will not be able to scroll to the correct index. The method will scroll to the position of the index before the runtime size change occurs, hence the location will not be correct after the size is changed later. A possible workaround is to use templates that do not change their size based on their content if the content is loaded later. |
## API References
-
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/general-changelog-dv.mdx b/docs/angular/src/content/en/components/general-changelog-dv.mdx
index e31584c1a9..5aa2329b33 100644
--- a/docs/angular/src/content/en/components/general-changelog-dv.mdx
+++ b/docs/angular/src/content/en/components/general-changelog-dv.mdx
@@ -431,7 +431,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.
-
## **13.1.0 (November 2021)**
@@ -472,7 +471,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 |
-
## **11.2.0 (April 2021)**
### igniteui-angular-charts (Charts)
@@ -537,7 +535,6 @@ These features are CTP
- Added support for highlighting of the shape series
- Added support for some annotation layers for the shape series
-
## **8.2.12**
diff --git a/docs/angular/src/content/en/components/general/code-splitting-and-multiple-entry-points.mdx b/docs/angular/src/content/en/components/general/code-splitting-and-multiple-entry-points.mdx
index cdf23f1fd6..c9ab980a0e 100644
--- a/docs/angular/src/content/en/components/general/code-splitting-and-multiple-entry-points.mdx
+++ b/docs/angular/src/content/en/components/general/code-splitting-and-multiple-entry-points.mdx
@@ -315,9 +315,7 @@ ng update igniteui-angular --migrate-only --from=20.1.0 --to=21.0.0
- [Ignite UI for Angular GitHub Repository](https://github.com/IgniteUI/igniteui-angular)
## API References
-
For detailed information about specific components and their APIs, refer to the component documentation:
-
- [Grid](/grid/grid)
- [Tree Grid](/treegrid/tree-grid)
- [Hierarchical Grid](/hierarchicalgrid/hierarchical-grid)
diff --git a/docs/angular/src/content/en/components/general/getting-started.mdx b/docs/angular/src/content/en/components/general/getting-started.mdx
index 7d9885dad5..e570d8a22d 100644
--- a/docs/angular/src/content/en/components/general/getting-started.mdx
+++ b/docs/angular/src/content/en/components/general/getting-started.mdx
@@ -230,10 +230,8 @@ Ignite UI for Angular ships two tools for AI-assisted development.
**The Ignite UI MCP Server** is a built-in server in the Ignite UI CLI that connects AI assistants to live Ignite UI component documentation and API references directly inside your editor. Unlike static skills, the MCP server answers queries about current APIs, retrieves setup guides on demand, and supports accurate code generation for Ignite UI components. Start it with `ig mcp` after installing the CLI. For client configuration and available tools, see [Ignite UI CLI MCP Overview](../ai/cli-mcp).
## API References
-
-
-
-
## Additional Resources
- [Ignite UI for Angular Skills](../ai/skills)
diff --git a/docs/angular/src/content/en/components/general/how-to/general-how-to-mcp-e2e.mdx b/docs/angular/src/content/en/components/general/how-to/general-how-to-mcp-e2e.mdx
index f3428d6ce7..90563d95d9 100644
--- a/docs/angular/src/content/en/components/general/how-to/general-how-to-mcp-e2e.mdx
+++ b/docs/angular/src/content/en/components/general/how-to/general-how-to-mcp-e2e.mdx
@@ -8,7 +8,7 @@ keywords: Angular, Ignite UI for Angular, Infragistics, Ignite UI CLI MCP, Ignit
Ignite UI CLI MCP and Ignite UI Theming MCP work together to let an AI assistant scaffold, extend, and theme an Ignite UI for Angular 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.
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.
@@ -592,7 +591,6 @@ The grids **do not** support this kind of binding for `primary key`, `foreign ke
-
An alternative way to bind complex data, or to visualize composite data (from more than one column) in the **IgxGrid** is to use a custom body template for the column. Generally, one can:
- use the `value` of the cell, that contains the nested data
@@ -606,7 +604,7 @@ and interpolate it those in the template.
@@ -694,7 +692,6 @@ And the result from this configuration is:
-
### Working with Flat data
@@ -774,7 +771,6 @@ And the result is:
-
## Keyboard Navigation
@@ -828,16 +824,13 @@ Enabling it can affects other parts of an Angular application that the `IgxGridC
`igxGrid` uses `igxForOf` directive internally hence all `igxForOf` limitations are valid for `igxGrid`. For more details see [igxForOf Known Issues](/for-of#known-limitations) section.
-
## API References
-
-
-
-
-
-
-
## Theming Dependencies
-
@@ -860,7 +853,6 @@ Learn more about creating an Angular data grid in our short tutorial video:
## Additional Resources
-
- [Grid Sizing](/grid/sizing)
- [Virtualization and Performance](/grid/virtualization)
@@ -876,7 +868,6 @@ Learn more about creating an Angular data grid in our short tutorial video:
- [Build CRUD operations with igxGrid](/general/how-to/how-to-perform-crud)
- [Ignite UI for Angular Skills](/ai/skills) — Agent Skills for grids, data operations, and theming
-
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/en/components/grid/groupby.mdx b/docs/angular/src/content/en/components/grid/groupby.mdx
index 03b2c28154..33a6b6f4ed 100644
--- a/docs/angular/src/content/en/components/grid/groupby.mdx
+++ b/docs/angular/src/content/en/components/grid/groupby.mdx
@@ -485,7 +485,6 @@ The sample will not be affected by the selected global theme from `Change Theme`
| Maximum amount of grouped columns is 10. | If more than 10 columns are grouped an error is thrown. |
## API References
-
-
-
-
@@ -494,10 +493,8 @@ The sample will not be affected by the selected global theme from `Change Theme`
-
-
-
-
## Additional Resources
-
- [Grid overview](/grid/grid)
- [Virtualization and Performance](/grid/virtualization)
@@ -509,7 +506,6 @@ The sample will not be affected by the selected global theme from `Change Theme`
- [Column Resizing](/grid/column-resizing)
- [Selection](/grid/selection)
-
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/en/components/grid/master-detail.mdx b/docs/angular/src/content/en/components/grid/master-detail.mdx
index cf739d52b5..bdf9e28501 100644
--- a/docs/angular/src/content/en/components/grid/master-detail.mdx
+++ b/docs/angular/src/content/en/components/grid/master-detail.mdx
@@ -88,10 +88,8 @@ Additional API methods for controlling the expansion states are also exposed:
| The search feature will not highlight elements from the details template. | |
-
## API References
-
-
-
-
diff --git a/docs/angular/src/content/en/components/grid/paste-excel.mdx b/docs/angular/src/content/en/components/grid/paste-excel.mdx
index e937530488..f8e6604cdf 100644
--- a/docs/angular/src/content/en/components/grid/paste-excel.mdx
+++ b/docs/angular/src/content/en/components/grid/paste-excel.mdx
@@ -29,7 +29,7 @@ The new data after the paste is decorated in Italic.
-
+
## Usage
@@ -135,7 +135,7 @@ You should add the `paste-handler` directive (you can find its code in the next
}
```
-
+
## Paste Handler Directive
@@ -221,16 +221,12 @@ export class PasteHandler {
```
## API References
-
-
-
## Additional Resources
-
- [Excel Exporter](/grid/export-excel) - Use the Excel Exporter service to export data to Excel from IgxGrid. It also provides the option to only export the selected data from the IgxGrid. The exporting functionality is encapsulated in the IgxExcelExporterService 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's export method and pass the IgxGrid component as first argument.
-
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/en/components/grid/selection-based-aggregates.mdx b/docs/angular/src/content/en/components/grid/selection-based-aggregates.mdx
index 8e970506d5..a8a8787f21 100644
--- a/docs/angular/src/content/en/components/grid/selection-based-aggregates.mdx
+++ b/docs/angular/src/content/en/components/grid/selection-based-aggregates.mdx
@@ -56,14 +56,11 @@ Change the selection to see summaries of the currently selected range.
## API References
-
-
-
-
-
## Additional Resources
-
- [Grid overview](/grid/grid)
-
@@ -74,7 +71,6 @@ Change the selection to see summaries of the currently selected range.
- [Summaries](/grid/summaries)
- [Paging](/grid/paging)
-
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/en/components/grids-and-lists.mdx b/docs/angular/src/content/en/components/grids-and-lists.mdx
index eb2aefbf0a..e558ec8418 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/en/components/hierarchicalgrid/hierarchical-grid.mdx b/docs/angular/src/content/en/components/hierarchicalgrid/hierarchical-grid.mdx
index f1f56c1728..eefe59db29 100644
--- a/docs/angular/src/content/en/components/hierarchicalgrid/hierarchical-grid.mdx
+++ b/docs/angular/src/content/en/components/hierarchicalgrid/hierarchical-grid.mdx
@@ -23,7 +23,6 @@ In this angular grid example you can see how users can visualize hierarchical se
-
## Getting Started with Ignite UI for Angular Hierarchical Data Grid
@@ -407,7 +406,6 @@ Enabling it can affects other parts of an Angular application that the `igxHiera
## API References
-
-
-
-
@@ -415,7 +413,6 @@ Enabling it can affects other parts of an Angular application that the `igxHiera
-
-
-
-
## Theming Dependencies
-
@@ -432,7 +429,6 @@ Enabling it can affects other parts of an Angular application that the `igxHiera
## Additional Resources
-
- [Grid Sizing](/hierarchicalgrid/sizing)
- [Virtualization and Performance](/hierarchicalgrid/virtualization)
@@ -446,7 +442,6 @@ Enabling it can affects other parts of an Angular application that the `igxHiera
- [Selection](/hierarchicalgrid/selection)
- [Ignite UI for Angular Skills](/ai/skills) — Agent Skills for grids, data operations, and theming
-
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/en/components/hierarchicalgrid/load-on-demand.mdx b/docs/angular/src/content/en/components/hierarchicalgrid/load-on-demand.mdx
index 118e7994d8..dcb3aee0d6 100644
--- a/docs/angular/src/content/en/components/hierarchicalgrid/load-on-demand.mdx
+++ b/docs/angular/src/content/en/components/hierarchicalgrid/load-on-demand.mdx
@@ -21,7 +21,6 @@ This topic demonstrates how to configure Load on Demand by requesting data from
-
### Hierarchical Grid Setup
@@ -216,17 +215,13 @@ private buildUrl(event: IGridCreatedEventArgs) {
````
## API References
-
-
-
-
## Additional Resources
-
- [Hierarchical Grid Component](/hierarchicalgrid/hierarchical-grid)
-
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/en/components/icon-button.mdx b/docs/angular/src/content/en/components/icon-button.mdx
index f7760f9334..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 |
@@ -471,13 +411,10 @@ At the end your icon buttons should look like this:
## API References
-
-
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/icon-service.mdx b/docs/angular/src/content/en/components/icon-service.mdx
index 79b2fdbdce..8be7033ff4 100644
--- a/docs/angular/src/content/en/components/icon-service.mdx
+++ b/docs/angular/src/content/en/components/icon-service.mdx
@@ -437,11 +437,8 @@ addSvgIconFromText(name: string, iconText: string, family: string, stripMeta = f
```
## API References
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/icon.mdx b/docs/angular/src/content/en/components/icon.mdx
index 3fa59e0356..a22c326c4c 100644
--- a/docs/angular/src/content/en/components/icon.mdx
+++ b/docs/angular/src/content/en/components/icon.mdx
@@ -338,12 +338,9 @@ At the end your icon should look like this:
## API References
-
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/input-group.mdx b/docs/angular/src/content/en/components/input-group.mdx
index f814cc47d1..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 |
@@ -852,15 +710,12 @@ At the end your inputs should look like this:
## API References
-
-
-
-
- IgxInputGroup Types
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/label-input.mdx b/docs/angular/src/content/en/components/label-input.mdx
index d8b785d113..e53322858c 100644
--- a/docs/angular/src/content/en/components/label-input.mdx
+++ b/docs/angular/src/content/en/components/label-input.mdx
@@ -168,13 +168,10 @@ To use the directive, y
The Ignite UI for Angular Input Group component helps developers to create easy-to-use and aesthetic forms. For further information, you can read the [Input Group documentation](/input-group).
## API References
-
-
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/layout.mdx b/docs/angular/src/content/en/components/layout.mdx
index c4a189eea0..51cf7199dc 100644
--- a/docs/angular/src/content/en/components/layout.mdx
+++ b/docs/angular/src/content/en/components/layout.mdx
@@ -12,7 +12,7 @@ import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
The Ignite UI for Angular Layout Directives allow developers to specify a layout direction for any children of the container it is applied to. Layout can flow vertically or horizontally, with controls for wrapping, justification, and alignment.
-
-
- {/* 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.
@@ -867,22 +708,16 @@ At the end your list should look like this:
## API References
-
In this article we covered a lot of ground with the Angular list component. We created a list of contact items. Used some additional Ignite UI for Angular components inside our list items, like avatars and icons. Created some custom item layout and styled it. Finally, we added list filtering. The list component has a few more APIs to explore, which are listed below.
-
-
-
-
-
Additional Angular components that were used:
-
-
-
-
-
-
-
-
+
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/mask.mdx b/docs/angular/src/content/en/components/mask.mdx
index 5fd8fc6d6a..6da11f53e8 100644
--- a/docs/angular/src/content/en/components/mask.mdx
+++ b/docs/angular/src/content/en/components/mask.mdx
@@ -319,14 +319,11 @@ value = null;
## API References
-
-
-
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/month-picker.mdx b/docs/angular/src/content/en/components/month-picker.mdx
index 90840f3ab3..cf82fd0c78 100644
--- a/docs/angular/src/content/en/components/month-picker.mdx
+++ b/docs/angular/src/content/en/components/month-picker.mdx
@@ -255,13 +255,10 @@ At the end your month picker should look like this:
## API References
-
-
-
-
-
-
## Theming Dependencies
diff --git a/docs/angular/src/content/en/components/navbar.mdx b/docs/angular/src/content/en/components/navbar.mdx
index 677019567d..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:
@@ -376,19 +357,14 @@ At the end your navbar should look like this:
## API References
-
-
-
-
-
-
-
Additional components and/or directives with relative APIs that were used:
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/overlay-position.mdx b/docs/angular/src/content/en/components/overlay-position.mdx
index 0d4ed42a81..82f7a7dc14 100644
--- a/docs/angular/src/content/en/components/overlay-position.mdx
+++ b/docs/angular/src/content/en/components/overlay-position.mdx
@@ -32,7 +32,7 @@ Positions the content, based on the directions passed in through
+
### Container
@@ -42,7 +42,7 @@ Positions the content as `GlobalPositionStrategy`. Instead of position related t
| :------------------------- | :----------------------- |
| HorizontalAlignment.Center | VerticalAlignment.Middle |
-
+
### Connected
@@ -52,7 +52,7 @@ Positions the element based on the start point from
+
### Auto
@@ -62,7 +62,7 @@ Positions the element the same way as the **Connected** positioning strategy. It
| :-------------- | :------------------------ | :----------------------- | :----------------------- | :----------------------- |
| new Point(0, 0) | HorizontalAlignment.Right | VerticalAlignment.Bottom | HorizontalAlignment.Left | VerticalAlignment.Bottom |
-
+
### Elastic
@@ -72,7 +72,7 @@ Positions the element like the **Connected** positioning strategy and re-sizes t
|:----------------|:--------------------------|:-------------------------|:-------------------------|:-------------------------|:----------------------|
| new Point(0, 0) | HorizontalAlignment.Right | VerticalAlignment.Bottom | HorizontalAlignment.Left | VerticalAlignment.Bottom |`{ width: 0, height: 0 }`|
-
+
It won't try to resize the element if the strategy is using HorizontalDirection = Center / VerticalDirection = Middle.
@@ -115,7 +115,7 @@ const overlaySettings: OverlaySettings = {
this._overlayId = this.overlayService.attach(MyDynamicCardComponent, this.viewContainerRef, overlaySettings);
```
-
+
@@ -202,9 +202,7 @@ overlay.setOffset(this._overlayId, deltaX, deltaY, OffsetMode.Set);
```
## API References
-
-
-
## Additional Resources
- [Overlay Main Topic](/overlay)
diff --git a/docs/angular/src/content/en/components/overlay-scroll.mdx b/docs/angular/src/content/en/components/overlay-scroll.mdx
index d907f1266f..c6d10fc6fa 100644
--- a/docs/angular/src/content/en/components/overlay-scroll.mdx
+++ b/docs/angular/src/content/en/components/overlay-scroll.mdx
@@ -47,7 +47,7 @@ const overlaySettings: OverlaySettings = {
const overlayId = overlay.attach(dummyElement, overlaySettings);
```
-
+
To change the scrolling strategy, used by the overlay, override the property of the object passed to the overlay. If a strategy was already attached you should detach the previously generated ID:
@@ -93,9 +93,7 @@ The
-
## Additional Resources
- [Overlay Main Topic](/overlay)
diff --git a/docs/angular/src/content/en/components/overlay-styling.mdx b/docs/angular/src/content/en/components/overlay-styling.mdx
index 36e6b83c5e..840637c682 100644
--- a/docs/angular/src/content/en/components/overlay-styling.mdx
+++ b/docs/angular/src/content/en/components/overlay-styling.mdx
@@ -150,10 +150,8 @@ When scoping a modal overlay, you need to move the overlay outlet, which has som
```
## API References
-
- [IgniteUI for Angular - Theme Library](/themes)
-
-
## Additional Resources
- [IgniteUI for Angular - Theme Library](/themes)
diff --git a/docs/angular/src/content/en/components/overlay.mdx b/docs/angular/src/content/en/components/overlay.mdx
index 6fa78114bd..4ea26c7fe2 100644
--- a/docs/angular/src/content/en/components/overlay.mdx
+++ b/docs/angular/src/content/en/components/overlay.mdx
@@ -342,10 +342,8 @@ export class ExampleComponent {
If you show the overlay in an outlet, and if the outlet is a child of an element with transform, perspective or filter set in the CSS you won't be able to show the modal overlay. The reason for this is if one of the above mentioned CSS properties is set, the browser creates a new containing block and the overlay is limited to this containing block, as described in the [MDN position documentation](https://developer.mozilla.org/en-US/docs/Web/CSS/position#fixed).
## API References
-
-
-
-
## Additional Resources
- [Position Strategies](/overlay-position)
diff --git a/docs/angular/src/content/en/components/paginator.mdx b/docs/angular/src/content/en/components/paginator.mdx
index e8ac26ff8b..2f419f7338 100644
--- a/docs/angular/src/content/en/components/paginator.mdx
+++ b/docs/angular/src/content/en/components/paginator.mdx
@@ -191,10 +191,8 @@ public ngOnInit(): void {
## API References
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/pivotGrid/pivot-grid-custom.mdx b/docs/angular/src/content/en/components/pivotGrid/pivot-grid-custom.mdx
index b88fad932a..8f27c56817 100644
--- a/docs/angular/src/content/en/components/pivotGrid/pivot-grid-custom.mdx
+++ b/docs/angular/src/content/en/components/pivotGrid/pivot-grid-custom.mdx
@@ -128,19 +128,14 @@ public noopSortStrategy = NoopSortingStrategy.instance();
```
## API References
-
-
-
-
-
## Additional Resources
-
- [Angular Pivot Grid Features](/pivotGrid/pivot-grid-features)
- [Angular Pivot Grid Overview](/pivotGrid/pivot-grid)
-
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/en/components/pivotGrid/pivot-grid-features.mdx b/docs/angular/src/content/en/components/pivotGrid/pivot-grid-features.mdx
index 976f51853b..ead9eb1b35 100644
--- a/docs/angular/src/content/en/components/pivotGrid/pivot-grid-features.mdx
+++ b/docs/angular/src/content/en/components/pivotGrid/pivot-grid-features.mdx
@@ -209,19 +209,14 @@ The chips from the Pivot Grid can not be moved to the Pivot Data Selector and it
## API References
-
-
-
-
-
## Additional Resources
-
- [Angular Pivot Grid Overview](/pivotGrid/pivot-grid)
- [Angular Pivot Grid Custom Aggregations](/pivotGrid/pivot-grid-custom)
-
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/en/components/pivotGrid/pivot-grid.mdx b/docs/angular/src/content/en/components/pivotGrid/pivot-grid.mdx
index 48c0668723..5239abc7b7 100644
--- a/docs/angular/src/content/en/components/pivotGrid/pivot-grid.mdx
+++ b/docs/angular/src/content/en/components/pivotGrid/pivot-grid.mdx
@@ -338,20 +338,15 @@ This feature allows developers to quickly create a pivot view without manually s
| Merging the dimension members is case sensitive | The pivot grid creates groups and merges the same (case sensitive) values. But the dimensions provide `memberFunction` and this can be changed there, the result of the `memberFunction` are compared and used as display value. |
## API References
-
-
-
-
-
## Additional Resources
-
- [Angular Pivot Grid Features](/pivotGrid/pivot-grid-features)
- [Angular Pivot Grid Custom Aggregations](/pivotGrid/pivot-grid-custom)
- [Ignite UI for Angular Skills](/ai/skills) — Agent Skills for grids, data operations, and theming
-
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/en/components/query-builder-model.mdx b/docs/angular/src/content/en/components/query-builder-model.mdx
index 2af40579da..e507457830 100644
--- a/docs/angular/src/content/en/components/query-builder-model.mdx
+++ b/docs/angular/src/content/en/components/query-builder-model.mdx
@@ -228,12 +228,9 @@ Now we can set the `expressionsTree` property of the `IgxQueryBuilderComponent`
## API References
-
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/query-builder.mdx b/docs/angular/src/content/en/components/query-builder.mdx
index 8f69749ffb..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"
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:
@@ -341,13 +310,10 @@ public alignment = RadioGroupAlignment.vertical;
## API References
-
-
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/ripple.mdx b/docs/angular/src/content/en/components/ripple.mdx
index 51116e67d4..1b4a56a38e 100644
--- a/docs/angular/src/content/en/components/ripple.mdx
+++ b/docs/angular/src/content/en/components/ripple.mdx
@@ -179,12 +179,9 @@ A color set using the `igxRiple` directive would take precedence over one set by
## API References
-
-
-
-
-
## Additional Resources
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/simple-combo.mdx b/docs/angular/src/content/en/components/simple-combo.mdx
index 09b1322cc7..10e7102412 100644
--- a/docs/angular/src/content/en/components/simple-combo.mdx
+++ b/docs/angular/src/content/en/components/simple-combo.mdx
@@ -393,17 +393,12 @@ The simple combobox uses `igxForOf` directive internally hence all `igxForOf` li
## API References
-
-
-
-
-
Additional components and/or directives with relative APIs that were used:
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/slider/slider-ticks.mdx b/docs/angular/src/content/en/components/slider/slider-ticks.mdx
index d1557151b1..02e8fe41c9 100644
--- a/docs/angular/src/content/en/components/slider/slider-ticks.mdx
+++ b/docs/angular/src/content/en/components/slider/slider-ticks.mdx
@@ -11,15 +11,11 @@ import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
## API References
-
-
-
-
-
-
-
-
## Additional Resources
- [Slider overview](/slider/slider)
diff --git a/docs/angular/src/content/en/components/slider/slider.mdx b/docs/angular/src/content/en/components/slider/slider.mdx
index 4242f6a829..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. |
@@ -726,19 +626,14 @@ At the end your slider should look like this:
## API References
-
-
-
-
- `SliderType`
-
-
-
-
-
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/en/components/snackbar.mdx b/docs/angular/src/content/en/components/snackbar.mdx
index 3aee474c21..fa047bf5c7 100644
--- a/docs/angular/src/content/en/components/snackbar.mdx
+++ b/docs/angular/src/content/en/components/snackbar.mdx
@@ -390,15 +390,10 @@ At the end your snackbar should look like this:
## API References
-
In this article we learned how to use and configure the . For more details in regards its API, take a look at the links below:
-
-
-
Styles:
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/splitter.mdx b/docs/angular/src/content/en/components/splitter.mdx
index a61f0f67db..150a743c70 100644
--- a/docs/angular/src/content/en/components/splitter.mdx
+++ b/docs/angular/src/content/en/components/splitter.mdx
@@ -333,16 +333,12 @@ Or you can use the universal `--ig-splitter-size` variable to target all instanc
```
## API References
-
-
-
-
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/spreadsheet-data-validation.mdx b/docs/angular/src/content/en/components/spreadsheet-data-validation.mdx
index 1a18970350..c5fbbb28bb 100644
--- a/docs/angular/src/content/en/components/spreadsheet-data-validation.mdx
+++ b/docs/angular/src/content/en/components/spreadsheet-data-validation.mdx
@@ -20,7 +20,6 @@ This topic explains how to configure and set the built-in data validation rules.
-
## Dependencies
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 482751b223..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 |
@@ -444,12 +306,9 @@ At the end your switch should look like this:
## API References
-
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/tabbar.mdx b/docs/angular/src/content/en/components/tabbar.mdx
index ea2f5eedc7..af5ae9e73c 100644
--- a/docs/angular/src/content/en/components/tabbar.mdx
+++ b/docs/angular/src/content/en/components/tabbar.mdx
@@ -266,7 +266,7 @@ Here is an example:
```
-
+
## Integration With Router Outlet Container
@@ -525,13 +525,10 @@ At the end your bottom nav should look like this:
## API References
-
-
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/tabs.mdx b/docs/angular/src/content/en/components/tabs.mdx
index 3318eb3e19..57f0f9c469 100644
--- a/docs/angular/src/content/en/components/tabs.mdx
+++ b/docs/angular/src/content/en/components/tabs.mdx
@@ -149,7 +149,7 @@ If the sample is configured properly, the final result should look like that:
-
+
## Angular Tabs Alignment
@@ -164,7 +164,7 @@ Sample below demonstrates how tabs get aligned when switching between `tabAlignm
-
+
## Customizing Angular Tabs
@@ -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. |
@@ -786,9 +590,7 @@ At the end your tabs should look like this:
## API References
-
-
-
+
-
-
-
@@ -796,7 +598,6 @@ At the end your tabs should look like this:
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/texthighlight.mdx b/docs/angular/src/content/en/components/texthighlight.mdx
index b9219ba779..b8aca5eb8d 100644
--- a/docs/angular/src/content/en/components/texthighlight.mdx
+++ b/docs/angular/src/content/en/components/texthighlight.mdx
@@ -260,7 +260,7 @@ If the sample is configured properly, the final result should look like that:
-
+
## Search across multiple elements
@@ -352,7 +352,7 @@ export class HomeComponent {
-
+
## Styles
@@ -439,21 +439,15 @@ As mentioned earlier, we can even combine them with a theme:
-
+
## API References
-
For more detailed information regarding the TextHighlight directive's API, refer to the following link:
-
-
-
Additional components that were used:
-
-
-
-
-
-
+
## Additional Resources
- [Grid Search](/grid/search)
diff --git a/docs/angular/src/content/en/components/themes.mdx b/docs/angular/src/content/en/components/themes.mdx
index 93d8c88cb6..37c1edd206 100644
--- a/docs/angular/src/content/en/components/themes.mdx
+++ b/docs/angular/src/content/en/components/themes.mdx
@@ -65,7 +65,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
@@ -87,7 +87,7 @@ $my-warning-color: color($my-color-palette, "warn");
}
```
-
+
### Getting Contrast Text Colors
diff --git a/docs/angular/src/content/en/components/themes/elevations.mdx b/docs/angular/src/content/en/components/themes/elevations.mdx
index a880231622..7c7887bf1f 100644
--- a/docs/angular/src/content/en/components/themes/elevations.mdx
+++ b/docs/angular/src/content/en/components/themes/elevations.mdx
@@ -12,7 +12,7 @@ keywords: Ignite UI for Angular, UI controls, Angular widgets, web widgets, UI w
Elevations are used to establish and maintain functional boundaries between Document Object Model trees to enable better functional encapsulation. The implementation of the Elevations in Ignite UI for Angular is modeled after the [Elevations in Material Design](https://material.io/design/environment/elevation.html#elevation-in-material-design).
-
+
## Overview
diff --git a/docs/angular/src/content/en/components/themes/misc/angular-material-theming.mdx b/docs/angular/src/content/en/components/themes/misc/angular-material-theming.mdx
index 091a0d5e42..c456c95e97 100644
--- a/docs/angular/src/content/en/components/themes/misc/angular-material-theming.mdx
+++ b/docs/angular/src/content/en/components/themes/misc/angular-material-theming.mdx
@@ -401,18 +401,14 @@ $custom-mat-light-theme: mat.define-light-theme((
Check Angular Material [`Typography documentation`](https://material.angular.io/guide/typography) for more detailed information.
## API References
-
-
-
-
-
-
-
-
-
Related topics:
-
- [Palettes](../sass/palettes/)
- [Component Themes](../sass/component-themes/)
- [Typography](../sass/typography/)
@@ -421,7 +417,6 @@ Related topics:
- [Dialog Component](../../dialog/)
- [Icon Component](../../icon/)
- [Expansion Panel Component](../../expansion-panel/)
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/themes/misc/bootstrap-theming.mdx b/docs/angular/src/content/en/components/themes/misc/bootstrap-theming.mdx
index 803561230c..a3bc3a471a 100644
--- a/docs/angular/src/content/en/components/themes/misc/bootstrap-theming.mdx
+++ b/docs/angular/src/content/en/components/themes/misc/bootstrap-theming.mdx
@@ -352,18 +352,14 @@ Ignite UI for Angular exposes four default type scales for each of its themes, w
```
## API References
-
-
-
-
-
-
-
-
-
Related topics:
-
- [Palettes](/themes/sass/palettes)
- [Component Themes](/themes/sass/component-themes)
- [Typography](/themes/sass/typography)
@@ -372,7 +368,6 @@ Related topics:
- [Dialog Component](/dialog)
- [Icon Component](/icon)
- [List Component](/list)
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/themes/palettes.mdx b/docs/angular/src/content/en/components/themes/palettes.mdx
index 8cb0a471d0..085c348bca 100644
--- a/docs/angular/src/content/en/components/themes/palettes.mdx
+++ b/docs/angular/src/content/en/components/themes/palettes.mdx
@@ -11,7 +11,7 @@ import DocsAside from 'igniteui-astro-components/components/mdx/DocsAside.astro'
Ignite UI for Angular exposes CSS variables that allow you to update the colors in your application in a consistent way.
Ignite UI for Angular includes over 100+ pre-built animations specially designed for a better user experience.
-
+
## Sass Animations
@@ -158,13 +158,10 @@ useAnimation(fadeIn, {
```
## API References
-
-
-
+
-
- `AnimationSettings`
- `IAnimationParams`
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/themes/sass/component-themes.mdx b/docs/angular/src/content/en/components/themes/sass/component-themes.mdx
index c0f644fee5..84363f7615 100644
--- a/docs/angular/src/content/en/components/themes/sass/component-themes.mdx
+++ b/docs/angular/src/content/en/components/themes/sass/component-themes.mdx
@@ -22,7 +22,7 @@ Before we dig deep into how you can create component-level themes, let's take a
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
@@ -120,7 +120,7 @@ In the above code, the de facto global theme is now the `$avatar-royalblue-theme
This brings us to our next point.
-
+
## Scoping Themes
@@ -154,7 +154,7 @@ In a component template:
```
-
+
## View Encapsulation
diff --git a/docs/angular/src/content/en/components/themes/sass/configuration.mdx b/docs/angular/src/content/en/components/themes/sass/configuration.mdx
index 1ecc4ea496..8bf51472d7 100644
--- a/docs/angular/src/content/en/components/themes/sass/configuration.mdx
+++ b/docs/angular/src/content/en/components/themes/sass/configuration.mdx
@@ -10,7 +10,7 @@ import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
The Ignite UI for Angular theming library exposes several input arguments variables that let you configure how the theming engine works.
Elevations are used to establish and maintain functional boundaries between Document Object Model trees to enable better functional encapsulation. You can create sets of elevations using our Sass theming library.
-
+
## Overview
@@ -118,11 +118,8 @@ The elevation levels are also used in theme schema declarations. More on that in
## API References
-
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/themes/sass/global-themes.mdx b/docs/angular/src/content/en/components/themes/sass/global-themes.mdx
index 4f8f4a716e..528e9eaee7 100644
--- a/docs/angular/src/content/en/components/themes/sass/global-themes.mdx
+++ b/docs/angular/src/content/en/components/themes/sass/global-themes.mdx
@@ -12,7 +12,7 @@ import DocsAside from 'igniteui-astro-components/components/mdx/DocsAside.astro'
The global theme allows you to quickly generate a theme that uses your custom color palette, schema, and elevations. The color palette, schema, and elevations will be propagated to all components that don't have custom themes created for them.
Ignite UI for Angular doesn't shy away from exposing its Sass theming API so you can take full control of the styling in your application. The API we expose is, to a large extent, the exact same API we use internally to build every single theme we bundle with the product. It's abstract and allows for theming granularity on different levels - from a single component the entire application suite.
The Ignite UI for Angular theming engine provides several powerful functions and mixins for generating and retrieving colors.
-
+
## Overview
@@ -153,7 +153,7 @@ $handmade-palette: (
It's important to set the map keys as strings, explicitly between quotation marks - `'primary'`, `'secondary'`, `'gray'`, etc. The same applies for all color variants - `500`, `500-contrast`, etc.
-
+
## Predefined Palettes
@@ -197,7 +197,7 @@ $my-color-palette: palette(
);
```
-
+
## Colors Variants
@@ -233,7 +233,7 @@ $my-warning-color: color($my-palette, 'warn');
If you omit the `$palette` argument, you will get a string referencing the corresponding CSS variable variant. If you do not provide `$color` and/or `$variant`, they will be assigned to `primary` and `500` respectively.
-
+
## Contrast Text Colors
@@ -250,7 +250,7 @@ $my-primary-800-text: contrast-color($my-palette, 'primary', 600);
}
```
-
+
## Color Classes
diff --git a/docs/angular/src/content/en/components/themes/sass/roundness.mdx b/docs/angular/src/content/en/components/themes/sass/roundness.mdx
index cefe7f851d..45606fbe57 100644
--- a/docs/angular/src/content/en/components/themes/sass/roundness.mdx
+++ b/docs/angular/src/content/en/components/themes/sass/roundness.mdx
@@ -10,7 +10,7 @@ import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
Ignite UI for Angular allows you to change the shape of components by setting their roundness to a value between 0 and 1.
The Ignite UI for Angular Typography Sass module allows you to modify the typography for all components in your application, specific typographic scale, or specific components.
-
+
## Overview
@@ -263,7 +263,7 @@ Here's a list of all CSS classes we provide by default:
- `ig-typography__caption`
- `ig-typography__overline`
-
+
## Additional Resources
diff --git a/docs/angular/src/content/en/components/themes/spacing.mdx b/docs/angular/src/content/en/components/themes/spacing.mdx
index 94b74b30a9..b3bdf1be72 100644
--- a/docs/angular/src/content/en/components/themes/spacing.mdx
+++ b/docs/angular/src/content/en/components/themes/spacing.mdx
@@ -123,16 +123,12 @@ The spacing system uses multipliers to scale base values:
This cascading approach ensures consistent spacing relationships while giving you fine-grained control through CSS custom properties alone.
## API References
-
-
-
-
-
### Sizing Functions and Mixins
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/themes/typography.mdx b/docs/angular/src/content/en/components/themes/typography.mdx
index ae5e6c28d6..0da450f726 100644
--- a/docs/angular/src/content/en/components/themes/typography.mdx
+++ b/docs/angular/src/content/en/components/themes/typography.mdx
@@ -36,7 +36,7 @@ Here's a list of all 13 category styles as defined for the Material Theme in Ign
| **caption** | Titillium Web | 400 | .75 rem | none | .025 rem | 1 rem | `ig-typography__caption` | `--ig-caption-*` |
| **overline** | Titillium Web | 400 | .625 rem | uppercase | .09375 rem | 1 rem | `ig-typography__overline` | `--ig-overline-*` |
-
+
Each theme defines its own type scale. This means each one of the themes we ship - Material, Fluent, Bootstrap, and Indigo will have its own type scale. They all share the same _scale categories_, but can have different font family, weight, size, text transform, letter spacing, and line height.
@@ -87,7 +87,7 @@ Let's say we want to change the text of the button in the Material Theme to alwa
}
```
-
+
## Additional Resources
diff --git a/docs/angular/src/content/en/components/time-picker.mdx b/docs/angular/src/content/en/components/time-picker.mdx
index f2c90f2e02..c2de6386e5 100644
--- a/docs/angular/src/content/en/components/time-picker.mdx
+++ b/docs/angular/src/content/en/components/time-picker.mdx
@@ -460,9 +460,7 @@ If the component is using an [`Emulated`](/themes/sass/component-themes#view-enc
## API References
-
-
-
-
-
@@ -470,7 +468,6 @@ If the component is using an [`Emulated`](/themes/sass/component-themes#view-enc
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/toast.mdx b/docs/angular/src/content/en/components/toast.mdx
index 95adba2abe..3968f0c897 100644
--- a/docs/angular/src/content/en/components/toast.mdx
+++ b/docs/angular/src/content/en/components/toast.mdx
@@ -282,12 +282,9 @@ At the end your toast should look like this:
## API References
-
-
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/toggle.mdx b/docs/angular/src/content/en/components/toggle.mdx
index 3bd87fe3f3..70639260c0 100644
--- a/docs/angular/src/content/en/components/toggle.mdx
+++ b/docs/angular/src/content/en/components/toggle.mdx
@@ -224,18 +224,13 @@ public offsetToggleSet() {
## API References
-
-
-
+
-
-
-
Additional components and/or directives with relative APIs that were used:
-
-
-
-
-
## Theming Dependencies
-
diff --git a/docs/angular/src/content/en/components/tooltip.mdx b/docs/angular/src/content/en/components/tooltip.mdx
index 2b0bdab8be..e7069669c3 100644
--- a/docs/angular/src/content/en/components/tooltip.mdx
+++ b/docs/angular/src/content/en/components/tooltip.mdx
@@ -582,27 +582,19 @@ Extra care should be taken in the following scenarios:
## API References
-
In this article we learned how to create, configure and style awesome tooltips for the elements on our page! We also used some additional Ignite UI for Angular components like icons and avatars to improve on the design of our application! The respective APIs are listed below:
-
-
-
-
Additional components and/or directives that were used:
-
-
-
-
-
-
Styles:
-
-
-
-
-
-
-
+
## Additional Resources
diff --git a/docs/angular/src/content/en/components/tree.mdx b/docs/angular/src/content/en/components/tree.mdx
index 0ab2b187a0..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:
@@ -508,12 +472,9 @@ At the end your tree should look like this:
|Tab navigation in FireFox|Tabbing into the tree via keyboard navigation, when the tree has a scrollbar, will first focus the igx-tree-node element. This is the default behavior in FireFox, however it can be resolved by putting an explicit `tabIndex = -1` on the tree.|
## API References
-
-
-
+
-
-
-
## Additional Resources
diff --git a/docs/angular/src/content/en/components/treegrid/groupby.mdx b/docs/angular/src/content/en/components/treegrid/groupby.mdx
index 8da8620942..25245cd960 100644
--- a/docs/angular/src/content/en/components/treegrid/groupby.mdx
+++ b/docs/angular/src/content/en/components/treegrid/groupby.mdx
@@ -58,7 +58,6 @@ In order for the sorting to work correctly you should set the `sortStrategy` pro
-
### Implementation
@@ -108,7 +107,6 @@ public sorting = IgxGroupedTreeGridSorting.instance();
-
### Implementation
@@ -175,21 +173,15 @@ private reloadData() {
| Grouping is not updated with batch editing | When using Tree Grid Group By with batch editing enabled (`batchEditing=true`), the grouping is not automatically updated when editing column values that are used for grouping. The grouping will only be updated after committing the transaction. |
## API References
-
-
-
-
-
-
## Additional Resources
-
- [TreeGrid overview](/treegrid/tree-grid)
- [TreeGrid Summaries](/treegrid/summaries)
- [Grid Summaries](/grid/summaries)
-
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/en/components/treegrid/load-on-demand.mdx b/docs/angular/src/content/en/components/treegrid/load-on-demand.mdx
index 1a0b92f411..69c583ae79 100644
--- a/docs/angular/src/content/en/components/treegrid/load-on-demand.mdx
+++ b/docs/angular/src/content/en/components/treegrid/load-on-demand.mdx
@@ -19,7 +19,6 @@ The Ignite UI for Angular can be rendered in such wa
-
### Usage
@@ -75,20 +74,14 @@ This component uses Material Icons. Add the following link to your `index.html`:
## API References
-
-
-
-
-
-
## Additional Resources
-
- [Tree Grid overview](/treegrid/tree-grid)
- [Tree Grid Virtualization and Performance](/treegrid/virtualization)
-
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/en/components/treegrid/tree-grid.mdx b/docs/angular/src/content/en/components/treegrid/tree-grid.mdx
index 0a7a91507b..5ca27f119b 100644
--- a/docs/angular/src/content/en/components/treegrid/tree-grid.mdx
+++ b/docs/angular/src/content/en/components/treegrid/tree-grid.mdx
@@ -21,7 +21,6 @@ In this example, you can see how users can display hierarchical data. We have in
-
## Getting Started with Ignite UI for Angular Tree Grid
@@ -268,7 +267,6 @@ And here is the final result:
-
## Persistence and Integration
@@ -280,7 +278,6 @@ The indentation of the **tree cells** persists across other tree grid features l
- Exported Excel worksheets reflect the hierarchy by grouping the records as they are grouped in the tree grid itself. All records expanded states would also be persisted and reflected.
- When exporting to CSV, levels and expanded states are ignored and all data is exported as flat.
-
## Angular Tree Grid Sizing
@@ -340,7 +337,6 @@ The last step is to **include** the component theme in our application.
The sample will not be affected by the selected global theme from `Change Theme`.
-
## Performance (Experimental)
@@ -381,19 +377,14 @@ The tree grid has a depth limit of 25 levels. Supporting more levels requires ad
`igxTreeGrid` uses `igxForOf` directive internally hence all `igxForOf` limitations are valid for `igxTreeGrid`. For more details see [igxForOf Known Issues](/for-of#known-limitations) section.
-
## API References
-
-
-
-
-
-
-
-
-
-
## Theming Dependencies
-
@@ -410,14 +401,12 @@ The tree grid has a depth limit of 25 levels. Supporting more levels requires ad
## Additional Resources
-
- [Grid Sizing](/treegrid/sizing)
- [Data Grid](/grid/grid)
- [Row Editing](/treegrid/row-editing)
- [Ignite UI for Angular Skills](/ai/skills) — Agent Skills for grids, data operations, and theming
-
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/en/components/zoomslider-overview.mdx b/docs/angular/src/content/en/components/zoomslider-overview.mdx
index 9a98402f11..bc8b0d615f 100644
--- a/docs/angular/src/content/en/components/zoomslider-overview.mdx
+++ b/docs/angular/src/content/en/components/zoomslider-overview.mdx
@@ -21,7 +21,6 @@ The following sample demonstrates how to use
## Usage
@@ -99,7 +98,6 @@ The following code demonstrates how to setup the ZoomSlider.
-
## Additional Resources
@@ -107,6 +105,5 @@ You can find more information about charts in [Chart Features](charts/chart-feat
## API References
-
-
-
+
+
diff --git a/docs/angular/src/content/en/grids_templates/advanced-filtering.mdx b/docs/angular/src/content/en/grids_templates/advanced-filtering.mdx
index cf909d1cfa..4768fc1ae7 100644
--- a/docs/angular/src/content/en/grids_templates/advanced-filtering.mdx
+++ b/docs/angular/src/content/en/grids_templates/advanced-filtering.mdx
@@ -48,7 +48,6 @@ The Advanced filtering provides a dialog which allows the creation of groups wit
-
## Interaction
@@ -236,7 +235,6 @@ It's super easy to configure the advanced filtering to work outside of the {Comp
You can also see how our [drag and drop App Builder™](https://www.infragistics.com/products/appbuilder) can streamline the entire design-to-Angular-code story.
-
## Styling
@@ -327,19 +325,13 @@ $custom-query-builder: query-builder-theme(
The sample will not be affected by the selected global theme from `Change Theme`.
-
## API References
-
-
-
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Filtering](/{igPath}/filtering)
@@ -353,7 +345,6 @@ The sample will not be affected by the selected global theme from `Change Theme`
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-
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/en/grids_templates/batch-editing.mdx b/docs/angular/src/content/en/grids_templates/batch-editing.mdx
index 1dad743492..93a9cebd32 100644
--- a/docs/angular/src/content/en/grids_templates/batch-editing.mdx
+++ b/docs/angular/src/content/en/grids_templates/batch-editing.mdx
@@ -35,19 +35,16 @@ The following sample demonstrates a scenario, where the {ComponentObjectRef} has
-
-
-
@@ -257,24 +254,19 @@ Disabling
-
-
-
-
-
-
-
-
-
-
-
## Additional Resources
- [Build CRUD operations with igxGrid](/general/how-to/how-to-perform-crud)
@@ -283,7 +275,6 @@ Disabling
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/en/grids_templates/cascading-combos.mdx b/docs/angular/src/content/en/grids_templates/cascading-combos.mdx
index 63580443f2..4816c712b9 100644
--- a/docs/angular/src/content/en/grids_templates/cascading-combos.mdx
+++ b/docs/angular/src/content/en/grids_templates/cascading-combos.mdx
@@ -87,14 +87,10 @@ The is necessary to
```
## API References
-
-
-
-
-
-
-
-
## Additional Resources
- [{ComponentTitle} Editing](/{igPath}/editing)
diff --git a/docs/angular/src/content/en/grids_templates/cell-editing.mdx b/docs/angular/src/content/en/grids_templates/cell-editing.mdx
index 9fb1d7aecc..733ce2f529 100644
--- a/docs/angular/src/content/en/grids_templates/cell-editing.mdx
+++ b/docs/angular/src/content/en/grids_templates/cell-editing.mdx
@@ -56,7 +56,6 @@ Ignite UI for Angular {ComponentTitle} component provides a great data manipulat
-
By using `igxCellEditor` with any type of editor component, the keyboard navigation flow will be disrupted. The same applies to direct editing of the custom cell that enters edit mode. This is because the `focus` will remain on the `cell element`, not on the editor component that we've added - [`igxSelect`](/select), [`igxCombo`](/combo), etc. This is why we should take leverage of the `igxFocus` directive, which will move the focus directly in the in-cell component and will preserve `a fluent editing flow` of the cell/row.
@@ -183,7 +182,6 @@ This code is used in the sample below which implements an [`IgxSelectComponent`]
-
Any changes made to the cell's in edit mode, will trigger the appropriate [editing event](editing#event-arguments-and-sequence) on exit and apply to the [transaction state](batch-editing) (if transactions are enabled).
@@ -435,7 +433,6 @@ These can be wired to user interactions, not necessarily related to the **{Compo
```
-
### Cell validation on edit event
@@ -623,10 +620,8 @@ In addition to the steps above, we can also style the controls that are used for
The sample will not be affected by the selected global theme from `Change Theme`.
-
## API References
-
-
-
@@ -635,8 +630,6 @@ _
_
-
-
-
-
-
@@ -644,10 +637,8 @@ _
-
-
-
-
## Additional Resources
-
- [Build CRUD operations with igxGrid](/general/how-to/how-to-perform-crud)
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
diff --git a/docs/angular/src/content/en/grids_templates/cell-merging.mdx b/docs/angular/src/content/en/grids_templates/cell-merging.mdx
index 1aedcfa0c6..e999645f1d 100644
--- a/docs/angular/src/content/en/grids_templates/cell-merging.mdx
+++ b/docs/angular/src/content/en/grids_templates/cell-merging.mdx
@@ -218,17 +218,13 @@ If a merged cell is clicked, the closest cell from the merge sequence will becom
## API References
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
-
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/en/grids_templates/cell-selection.mdx b/docs/angular/src/content/en/grids_templates/cell-selection.mdx
index d145d7c8a0..48dbeb5344 100644
--- a/docs/angular/src/content/en/grids_templates/cell-selection.mdx
+++ b/docs/angular/src/content/en/grids_templates/cell-selection.mdx
@@ -44,26 +44,22 @@ The selection feature enables rich data select capabilities in the Material UI b
## Angular Cell Selection Example
The sample below demonstrates the three types of {ComponentTitle}'s **cell selection** behavior. Use the buttons below to enable each of the available selection modes. A brief description will be provided on each button interaction through a snackbar message box.
-
-
-
-
## Selection types
@@ -90,7 +86,6 @@ How to select cells:
-
@@ -98,7 +93,6 @@ How to select cells:
-
### {ComponentTitle} Single Selection
@@ -377,20 +371,16 @@ The sample will not be affected by the selected global theme from `Change Theme`
## API References
-
-
_
_
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Selection](/{igPath}/selection)
@@ -403,7 +393,6 @@ _
- [Column Resizing](/{igPath}/column-resizing)
- [Virtualization and Performance](/{igPath}/virtualization)
-
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/en/grids_templates/clipboard-interactions.mdx b/docs/angular/src/content/en/grids_templates/clipboard-interactions.mdx
index 5636d3a577..8daebc6949 100644
--- a/docs/angular/src/content/en/grids_templates/clipboard-interactions.mdx
+++ b/docs/angular/src/content/en/grids_templates/clipboard-interactions.mdx
@@ -35,13 +35,11 @@ Copy to clipboard operations are now available in the {ComponentTitle}. This fun
-
-
## Functionality
@@ -90,7 +88,6 @@ Excel can automatically detect text that is separated by tabs (tab-delimited `/t
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Paging](/{igPath}/paging)
@@ -102,7 +99,6 @@ Excel can automatically detect text that is separated by tabs (tab-delimited `/t
- [Virtualization and Performance](/{igPath}/virtualization)
- [Multi-column headers](/{igPath}/multi-column-headers)
-
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/en/grids_templates/collapsible-column-groups.mdx b/docs/angular/src/content/en/grids_templates/collapsible-column-groups.mdx
index 804b68e64a..b88a80ae37 100644
--- a/docs/angular/src/content/en/grids_templates/collapsible-column-groups.mdx
+++ b/docs/angular/src/content/en/grids_templates/collapsible-column-groups.mdx
@@ -38,20 +38,17 @@ Multi-column headers allow you to have multiple levels of nested columns and col
-
-
-
@@ -156,16 +153,11 @@ hidden and you have a group defined where the same column should be shown, the c
## API References
-
-
-
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Virtualization and Performance](/{igPath}/virtualization)
@@ -177,7 +169,6 @@ hidden and you have a group defined where the same column should be shown, the c
- [Column Pinning](/{igPath}/column-pinning)
- [Selection](/{igPath}/selection)
-
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/en/grids_templates/column-hiding.mdx b/docs/angular/src/content/en/grids_templates/column-hiding.mdx
index 3583e22b42..d6a1895ca2 100644
--- a/docs/angular/src/content/en/grids_templates/column-hiding.mdx
+++ b/docs/angular/src/content/en/grids_templates/column-hiding.mdx
@@ -46,19 +46,16 @@ The Ignite UI for Angular {ComponentTitle} provides an
-
-
-
@@ -474,13 +471,11 @@ If all went well, this is how our column hiding UI component should look like:
-
-
@@ -557,73 +552,47 @@ If the component is using an [`Emulated`](/themes/sass/component-themes#view-enc
-
-
-
## API References
-
-
In this article we learned how to use the built-in column hiding UI in the {ComponentTitle}'s toolbar and we defined it as a separate component as well. We introduced a UI that allows the user to choose between different column orders and we set our own custom title and filter prompt texts. We also used an additional Ignite UI for Angular component - the [**IgxRadio**](/radio-button) button.
-
In this article we learned how to use the built-in column hiding UI in the {ComponentTitle}'s toolbar.
-
-
The column hiding UI has a few more APIs to explore, which are listed below.
-
-
-
-
Additional components and/or directives with relative APIs that were used:
-
properties:
-
-
-
properties:
-
-
-
properties:
-
-
-
components:
-
-
-
-
methods:
-
events:
-
-
-
-
Styles:
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Virtualization and Performance](/{igPath}/virtualization)
@@ -638,7 +607,6 @@ Styles:
* [Searching](/{igPath}/search)
-
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/en/grids_templates/column-moving.mdx b/docs/angular/src/content/en/grids_templates/column-moving.mdx
index 86616270eb..5117fb04c4 100644
--- a/docs/angular/src/content/en/grids_templates/column-moving.mdx
+++ b/docs/angular/src/content/en/grids_templates/column-moving.mdx
@@ -64,19 +64,16 @@ If the pinned area exceeds its maximum allowed width (80% of the total {Componen
-
-
-
## Overview
@@ -253,15 +250,10 @@ The sample will not be affected by the selected global theme from `Change Theme`
## API References
-
-
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Virtualization and Performance](/{igPath}/virtualization)
@@ -276,7 +268,6 @@ The sample will not be affected by the selected global theme from `Change Theme`
* [Searching](/{igPath}/search)
-
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/en/grids_templates/column-pinning.mdx b/docs/angular/src/content/en/grids_templates/column-pinning.mdx
index cb25522798..5714b30e72 100644
--- a/docs/angular/src/content/en/grids_templates/column-pinning.mdx
+++ b/docs/angular/src/content/en/grids_templates/column-pinning.mdx
@@ -370,7 +370,6 @@ public toggleColumn(col: ColumnType) {
- Setting column widths in percentage (%) explicitly makes the {ComponentTitle} body and header content to be misaligned when there are pinned columns. For column pinning to function correctly the column widths should be in pixels (px) or auto-assigned by the {ComponentTitle}.
-
@@ -430,13 +429,10 @@ The sample will not be affected by the selected global theme from `Change Theme`
## API References
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Virtualization and Performance](/{igPath}/virtualization)
@@ -448,7 +444,6 @@ The sample will not be affected by the selected global theme from `Change Theme`
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-
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/en/grids_templates/column-resizing.mdx b/docs/angular/src/content/en/grids_templates/column-resizing.mdx
index f744af8265..897c1d5c93 100644
--- a/docs/angular/src/content/en/grids_templates/column-resizing.mdx
+++ b/docs/angular/src/content/en/grids_templates/column-resizing.mdx
@@ -46,19 +46,16 @@ With deferred grid column resizing, the user will see a temporary resize indicat
-
-
-
**Column resizing** is also enabled per-column level, meaning that the can have a mix of resizable and non-resizable columns. This is done via the input of the .
@@ -292,19 +289,16 @@ This approach is more performance optimized than auto-sizing post initialization
-
-
-
## Styling
@@ -362,16 +356,11 @@ The sample will not be affected by the selected global theme from `Change Theme`
## API References
-
-
-
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Virtualization and Performance](/{igPath}/virtualization)
@@ -383,7 +372,6 @@ The sample will not be affected by the selected global theme from `Change Theme`
- [Column Pinning](/{igPath}/column-pinning)
- [Selection](/{igPath}/selection)
-
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/en/grids_templates/column-selection.mdx b/docs/angular/src/content/en/grids_templates/column-selection.mdx
index d68c90e8ba..5a963fd22b 100644
--- a/docs/angular/src/content/en/grids_templates/column-selection.mdx
+++ b/docs/angular/src/content/en/grids_templates/column-selection.mdx
@@ -42,7 +42,6 @@ The Column selection feature provides an easy way to select an entire column wit
## Angular Column Selection Example
-
The sample below demonstrates the three types of {ComponentTitle}'s **column selection** behavior. Use the _column selection_ dropdown below to enable each of the available selection modes.
@@ -60,7 +59,6 @@ The sample below demonstrates the three types of {ComponentTitle}'s **column sel
-
## Basic usage
@@ -89,7 +87,6 @@ The default selection mode is `none`. If set to `single` or `multiple` all of th
-
## Keyboard combinations
@@ -185,11 +182,9 @@ The last step is to include the custom `igx-grid` theme.
The sample will not be affected by the selected global theme from `Change Theme`.
-
## API References
-
The column selection UI has a few more APIs to explore, which are listed below.
-
@@ -234,7 +229,6 @@ The column selection UI has a few more APIs to explore, which are listed below.
- [Column Resizing](/{igPath}/column-resizing)
- [Virtualization and Performance](/{igPath}/virtualization)
-
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/en/grids_templates/column-types.mdx b/docs/angular/src/content/en/grids_templates/column-types.mdx
index 27372bd36f..433d9b93c4 100644
--- a/docs/angular/src/content/en/grids_templates/column-types.mdx
+++ b/docs/angular/src/content/en/grids_templates/column-types.mdx
@@ -114,7 +114,6 @@ Available timezones:
| Hawaii Standard Time |‘UTC-10’ |
| India Standard Time |‘UTC+4’ |
-
The {ComponentTitle} accepts date values of type _Date object_, _Number (milliseconds)_, _An ISO date-time string_. This section shows [how to configure a custom display format](
@@ -304,15 +303,12 @@ public init(column: IgxColumnComponent) {
```
## API References
-
-
- Column
- {ComponentTitle}
- Column
-
## Additional Resources
-
- For custom templates you can see [cell editing topic](/{igPath}/cell-editing#cell-editing-templates)
- [{ComponentTitle} overview topic](/{igPath}/{ComponentMainTopic})
diff --git a/docs/angular/src/content/en/grids_templates/conditional-cell-styling.mdx b/docs/angular/src/content/en/grids_templates/conditional-cell-styling.mdx
index 87c964e690..43bf18b9f5 100644
--- a/docs/angular/src/content/en/grids_templates/conditional-cell-styling.mdx
+++ b/docs/angular/src/content/en/grids_templates/conditional-cell-styling.mdx
@@ -161,7 +161,6 @@ Use **`::ng-deep`** or **`ViewEncapsulation.None`** to force the custom styles d
-
### Using rowStyles
@@ -268,7 +267,6 @@ public childRowStyles = {
-
## {ComponentTitle} Conditional Cell Styling
@@ -456,7 +454,6 @@ Use **`::ng-deep`** or **`ViewEncapsulation.None`** to force the custom styles d
{/* TODO */}
-
- By using the input which accepts an object literal where the keys are style properties and the values are expressions for evaluation.
@@ -670,7 +667,6 @@ Define a `popin` animation
{/* TODO */}
-
## Known issues and limitations
@@ -727,16 +723,11 @@ editDone(evt) {
## API References
-
-
-
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Virtualization and Performance](/{igPath}/virtualization)
@@ -755,7 +746,6 @@ editDone(evt) {
- [Multi-column Headers](/{igPath}/multi-column-headers)
- [Size](/{igPath}/display-density)
-
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/en/grids_templates/display-density.mdx b/docs/angular/src/content/en/grids_templates/display-density.mdx
index 561aaa59ee..bfe4b67991 100644
--- a/docs/angular/src/content/en/grids_templates/display-density.mdx
+++ b/docs/angular/src/content/en/grids_templates/display-density.mdx
@@ -46,19 +46,16 @@ import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
-
-
-
## Usage
@@ -300,18 +297,11 @@ And now we can extend our sample and add
```
-
## API References
-
-
-
-
-
-
-
-
-
## Additional Resources
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
@@ -329,7 +319,6 @@ And now we can extend our sample and add
-
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/en/grids_templates/editing.mdx b/docs/angular/src/content/en/grids_templates/editing.mdx
index 88ca09e28c..16a236ab33 100644
--- a/docs/angular/src/content/en/grids_templates/editing.mdx
+++ b/docs/angular/src/content/en/grids_templates/editing.mdx
@@ -165,7 +165,6 @@ public onSorting(event: ISortingEventArgs) {
```
## API References
-
-
-
@@ -174,7 +173,6 @@ _
_
-
-
-
-
@@ -182,10 +180,8 @@ _
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview]({ComponentMainTopic})
- [Build CRUD operations with igxGrid](../general/how-to/how-to-perform-crud)
diff --git a/docs/angular/src/content/en/grids_templates/excel-style-filtering.mdx b/docs/angular/src/content/en/grids_templates/excel-style-filtering.mdx
index 34e50c44db..257bca25a4 100644
--- a/docs/angular/src/content/en/grids_templates/excel-style-filtering.mdx
+++ b/docs/angular/src/content/en/grids_templates/excel-style-filtering.mdx
@@ -47,7 +47,6 @@ The grid Excel filtering provides an Excel like filtering UI for any Angular tab
-
## Usage
@@ -90,7 +89,6 @@ If you want to clear the filter, you can check the `Select All` option and then
To apply a filter with different expressions, you can click the **Text filter**, which will open a sub menu with all available filter operators for the particular column. Selecting one of them will open the custom filter dialog, where you can add as many expressions as you want with different filter and logic operators. There is also a clear button, which can clear the filter.
-
## Configure Menu Features
@@ -113,7 +111,6 @@ Sorting, pinning and hiding features can be removed from the filter menu using t
```
-
In the sample below **Product Name** and **Discontinued** columns have all four features enabled, **Quantity Per Unit** have all three disabled, **Unit Price** has only sorting and **Order Date** has only pinning and hiding and all are .
@@ -138,7 +135,6 @@ In the sample below **Product Name** and **Discontinued** columns have all four
```
-
In the sample below 'Order Product', 'Category' and 'Units' columns have all three features enabled, 'Price' have all three disabled, 'Order Date' and 'Delivered' have only pinning and hiding.
@@ -181,12 +177,10 @@ In the sample below 'Order Product', 'Category' and 'Units' columns have all thr
```
-
In the sample below 'Artist' column have all three features enabled, 'Debut' have all three disabled, 'Grammy Nominations' has only pinning and hiding.
-
@@ -204,7 +198,6 @@ In the sample below 'Artist' column have all three features enabled, 'Debut' hav
-
## Templates
@@ -326,7 +319,6 @@ You could also re-template the Excel style filtering icon in the column header u
{ComponentSelector}>
```
-
@@ -356,7 +348,6 @@ Here is the full list of Excel style filtering components that you could use:
-
-
-
## Unique Column Values Strategy
@@ -428,7 +419,6 @@ As you see at the demos above the default appearance of the Excel Style filterin
-
### Usage
@@ -649,19 +639,13 @@ If the component is using an [`Emulated`](/themes/sass/component-themes#view-enc
The sample will not be affected by the selected global theme from `Change Theme`.
-
## API References
-
-
-
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Virtualization and Performance](/{igPath}/virtualization)
@@ -673,7 +657,6 @@ The sample will not be affected by the selected global theme from `Change Theme`
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-
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/en/grids_templates/export-excel.mdx b/docs/angular/src/content/en/grids_templates/export-excel.mdx
index 8a5424ec45..9edfedbcb8 100644
--- a/docs/angular/src/content/en/grids_templates/export-excel.mdx
+++ b/docs/angular/src/content/en/grids_templates/export-excel.mdx
@@ -68,7 +68,7 @@ The Ignite UI Excel and PDF Exporter services treat the {ComponentName} exactly
The sections below walk through setup, usage patterns, and tips for tailoring each export so that your users receive data that is ready to consume, no matter which file type they prefer.
-
+
## Angular Excel Exporter Example
@@ -95,7 +95,6 @@ This live example demonstrates the standard Excel and PDF export workflow for th
-
## Exporting {ComponentTitle}'s Data
@@ -342,24 +341,17 @@ Before shipping exports to production users, review the following platform const
## API References
-
The Excel and PDF Exporter services have a few more APIs to explore, which are listed below.
-
-
-
-
-
-
Additional components that were used:
-
-
-
-
-
-
+
## Additional Resources
-
Our community is active and always welcoming to new ideas. The links below connect you with samples, community answers, and the engineering team.
- [Ignite UI for Angular **Forums**](https://www.infragistics.com/community/forums/f/ignite-ui-for-angular)
diff --git a/docs/angular/src/content/en/grids_templates/filtering.mdx b/docs/angular/src/content/en/grids_templates/filtering.mdx
index 29130ff371..2651fa74b7 100644
--- a/docs/angular/src/content/en/grids_templates/filtering.mdx
+++ b/docs/angular/src/content/en/grids_templates/filtering.mdx
@@ -63,7 +63,6 @@ API metho
-
## Setup
@@ -370,7 +369,6 @@ The default value of , a row will be returned when either the `ProductName` cell value contains `myproduct` or the `Price` cell value is greater than 55.
-
@@ -378,7 +376,6 @@ When set to
## Custom Filtering Operands
@@ -700,16 +697,11 @@ Some browsers such as Firefox fail to parse regional specific decimal separators
## API References
-
-
-
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Virtualization and Performance](/{igPath}/virtualization)
@@ -721,7 +713,6 @@ Some browsers such as Firefox fail to parse regional specific decimal separators
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-
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/en/grids_templates/keyboard-navigation.mdx b/docs/angular/src/content/en/grids_templates/keyboard-navigation.mdx
index 7c804a70df..d88e19916b 100644
--- a/docs/angular/src/content/en/grids_templates/keyboard-navigation.mdx
+++ b/docs/angular/src/content/en/grids_templates/keyboard-navigation.mdx
@@ -156,19 +156,16 @@ Practice all of the above mentioned actions in the demo sample below. Focus any
-
-
-
## Custom keyboard navigation
@@ -368,13 +365,10 @@ Use the demo below to try out the custom scenarios that we just implemented:
| Navigating inside а grid with scrollable parent container. | If the grid is positioned inside a scrollable parent container and the user navigates to a grid cell that is out of view, parent container will not be scrolled.|
## API References
-
-
-
-
## Additional Resources
-
_[Grid Keyboard Navigation](/grid/keyboard-navigation)
@@ -405,7 +399,6 @@ _ [Tree Grid Keyboard Navigation](/treegrid/keyboard-navigation)
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-
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/en/grids_templates/live-data.mdx b/docs/angular/src/content/en/grids_templates/live-data.mdx
index 6ff74b1980..6a4ed63109 100644
--- a/docs/angular/src/content/en/grids_templates/live-data.mdx
+++ b/docs/angular/src/content/en/grids_templates/live-data.mdx
@@ -126,7 +126,6 @@ By using the [ComponentFactoryResolver](https://angular.io/api/core/ComponentFac
Take leverage of the [Dock Manager](/dock-manager) WebComponent and build your own webview by using the docket or floating panels. In order to add a new floating panel, go ahead and open the Action pane on the right and click the 'Add floating pane' button. Drag and drop the new pane at the desired location.
## API References
-
-
-
-
@@ -136,9 +135,6 @@ Take leverage of the [Dock Manager](/dock-manager) WebComponent and build your o
-
## Additional Resources
-
-
-
- [Virtualization and Performance](/{igPath}/virtualization)
- [Paging](/{igPath}/paging)
- [Filtering](/{igPath}/filtering)
@@ -149,7 +145,6 @@ Take leverage of the [Dock Manager](/dock-manager) WebComponent and build your o
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-
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)
@@ -161,9 +156,6 @@ Our community is active and always welcoming to new ideas.
## API References
-
-
-
-
-
-
@@ -173,13 +165,9 @@ Our community is active and always welcoming to new ideas.
-
## Additional Resources
-
-
-
- [Data Grid](/grid/grid)
- [Row Editing](/{igPath}/row-editing)
-
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/en/grids_templates/multi-column-headers.mdx b/docs/angular/src/content/en/grids_templates/multi-column-headers.mdx
index d4927552fb..ef34c5503b 100644
--- a/docs/angular/src/content/en/grids_templates/multi-column-headers.mdx
+++ b/docs/angular/src/content/en/grids_templates/multi-column-headers.mdx
@@ -335,18 +335,11 @@ The sample will not be affected by the selected global theme from `Change Theme`
## API References
-
-
-
-
-
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Virtualization and Performance](/{igPath}/virtualization)
@@ -361,7 +354,6 @@ The sample will not be affected by the selected global theme from `Change Theme`
-
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/en/grids_templates/multi-row-layout.mdx b/docs/angular/src/content/en/grids_templates/multi-row-layout.mdx
index 0f3c68ffd3..5b572b80d5 100644
--- a/docs/angular/src/content/en/grids_templates/multi-row-layout.mdx
+++ b/docs/angular/src/content/en/grids_templates/multi-row-layout.mdx
@@ -185,19 +185,12 @@ The sample will not be affected by the selected global theme from `Change Theme`
## API References
-
-
-
-
-
-
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Virtualization and Performance](/{igPath}/virtualization)
@@ -206,7 +199,6 @@ The sample will not be affected by the selected global theme from `Change Theme`
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-
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/en/grids_templates/paging.mdx b/docs/angular/src/content/en/grids_templates/paging.mdx
index fe0c4b8122..f35a3ab570 100644
--- a/docs/angular/src/content/en/grids_templates/paging.mdx
+++ b/docs/angular/src/content/en/grids_templates/paging.mdx
@@ -46,7 +46,6 @@ The following example represents {ComponentTitle} pagination and exposes the opt
-
Adding a [`igx-paginator`](/paginator) component will control whether the feature is present, you can enable/disable it by using a simple `*ngIf` with a toggle property. The input controls the visible records per page. Let’s update our {ComponentTitle} to enable paging:
@@ -178,7 +177,6 @@ Due to certain limitations in how the child grids of an IgxHierarchicalGrid are
-
## Remote Paging
@@ -267,7 +265,6 @@ If the component is using an [`Emulated`](/themes/sass/component-themes#view-enc
-
@@ -288,14 +285,11 @@ If the component is using an [`Emulated`](/themes/sass/component-themes#view-enc
## API References
-
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Paginator](/paginator)
@@ -308,7 +302,6 @@ If the component is using an [`Emulated`](/themes/sass/component-themes#view-enc
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-
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/en/grids_templates/remote-data-operations.mdx b/docs/angular/src/content/en/grids_templates/remote-data-operations.mdx
index c63d76dd44..88afd6bb8f 100644
--- a/docs/angular/src/content/en/grids_templates/remote-data-operations.mdx
+++ b/docs/angular/src/content/en/grids_templates/remote-data-operations.mdx
@@ -53,7 +53,6 @@ The Ignite UI for Angular {ComponentTitle} supports remote data operations such
-
@@ -406,7 +405,6 @@ In order to provide a custom loading template for the excel style filtering, we
{ComponentSelector}>
```
-
## Remote Paging
@@ -611,13 +609,11 @@ public paginate(page: number) {
-
-
### Remote Paging with custom igx-paginator-content
@@ -800,13 +796,11 @@ After all the changes above, the following result will be achieved.
-
-
@@ -929,16 +923,11 @@ As you can see in the **paginate** method, custom pagination logic is performed,
- In remote data scenarios, when the grid has a `primaryKey` set, event argument will not contain the full row data object for the rows that are currently out of the data view. In this case, `rowSelectionChanging.oldSelection` object will contain only one property, which is the `primaryKey` field. For the rest of the rows, currently in the data view, `rowSelectionChanging.oldSelection` will contain the whole row data.
## API References
-
-
-
-
-
-
-
## Additional Resources
-
- [Paging](/{igPath}/paging)
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
@@ -951,7 +940,6 @@ As you can see in the **paginate** method, custom pagination logic is performed,
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-
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/en/grids_templates/row-actions.mdx b/docs/angular/src/content/en/grids_templates/row-actions.mdx
index 8684ddc2f0..8a18a6ab8e 100644
--- a/docs/angular/src/content/en/grids_templates/row-actions.mdx
+++ b/docs/angular/src/content/en/grids_templates/row-actions.mdx
@@ -140,13 +140,9 @@ The predefined actions inherit [`IgxGridActionsBaseDirective`]({environment:infr
## API References
-
For more detailed information regarding the Action Strip API, refer to the following links:
-
-
-
Additional components and/or directives that can be used within the Action Strip:
-
-
-
-
diff --git a/docs/angular/src/content/en/grids_templates/row-adding.mdx b/docs/angular/src/content/en/grids_templates/row-adding.mdx
index f598b1d4d4..f9eb8e092c 100644
--- a/docs/angular/src/content/en/grids_templates/row-adding.mdx
+++ b/docs/angular/src/content/en/grids_templates/row-adding.mdx
@@ -45,19 +45,16 @@ The following sample demonstrates how to enable native row adding in the {Compon
-
-
-
## Row Adding Usage
@@ -321,7 +318,6 @@ The row adding UI comprises the buttons in the `IgxActionStrip` editing actions,
- [IgxActionStrip](/action-strip#styling)
## API References
-
-
-
-
@@ -332,16 +328,13 @@ The row adding UI comprises the buttons in the `IgxActionStrip` editing actions,
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} Overview](/{igPath}/{ComponentMainTopic})
- [{ComponentTitle} Editing](/{igPath}/editing)
- [{ComponentTitle} Transactions](/{igPath}/batch-editing)
-
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/en/grids_templates/row-drag.mdx b/docs/angular/src/content/en/grids_templates/row-drag.mdx
index 1e3c68e8ac..e3f8b32069 100644
--- a/docs/angular/src/content/en/grids_templates/row-drag.mdx
+++ b/docs/angular/src/content/en/grids_templates/row-drag.mdx
@@ -52,14 +52,12 @@ In Ignite UI for Angular {ComponentTitle}, **RowDrag** is initialized on the roo
-
-
## Configuration
@@ -269,13 +267,11 @@ The result of the configuration can be seem below in a `{ComponentSelector}` wit
-
-
@@ -302,7 +298,6 @@ The drag ghost can be templated on every grid level, making it possible to have
-
### Templating the drag icon
@@ -372,21 +367,18 @@ The result of the configuration can be seem below:
-
-
-
## Application Demo
@@ -637,7 +629,6 @@ Notice that we also have row selection enabled and we preserve the selection whe
-
@@ -797,7 +788,6 @@ private changeHighlightedElement(newElement: HTMLElement) {
}
```
-
#### Scrolling the grid on row drag
@@ -876,26 +866,21 @@ Following is the example of both scenarios described above - showing a drop indi
-
## Limitations
Currently, there are no known limitations for the `rowDraggable` directive.
## API References
-
-
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} Overview](/{igPath}/{ComponentMainTopic})
-
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/en/grids_templates/row-editing.mdx b/docs/angular/src/content/en/grids_templates/row-editing.mdx
index 75ff282076..a7e86a47cf 100644
--- a/docs/angular/src/content/en/grids_templates/row-editing.mdx
+++ b/docs/angular/src/content/en/grids_templates/row-editing.mdx
@@ -37,19 +37,16 @@ The following sample demonstrates how to enable row editing in the {ComponentTit
-
-
-
@@ -427,7 +424,6 @@ After styling the banner and buttons, we also define a custom style for [the cel
-
@@ -456,7 +452,6 @@ The sample will not be affected by the selected global theme from `Change Theme`
- Row Pinning
## API References
-
-
-
-
@@ -467,17 +462,14 @@ The sample will not be affected by the selected global theme from `Change Theme`
-
-
-
-
## Additional Resources
-
- [Build CRUD operations with igxGrid](/general/how-to/how-to-perform-crud)
- [{ComponentTitle} Overview](/{igPath}/{ComponentMainTopic})
- [{ComponentTitle} Editing](/{igPath}/editing)
- [{ComponentTitle} Transactions](/{igPath}/batch-editing)
-
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/en/grids_templates/row-pinning.mdx b/docs/angular/src/content/en/grids_templates/row-pinning.mdx
index f0c0570081..1959b53dfe 100644
--- a/docs/angular/src/content/en/grids_templates/row-pinning.mdx
+++ b/docs/angular/src/content/en/grids_templates/row-pinning.mdx
@@ -406,7 +406,6 @@ This would allow reordering the rows and moving them between the pinned and unpi
- Row Editing
- Row Pinning
-
## Styling
@@ -472,17 +471,14 @@ The sample will not be affected by the selected global theme from `Change Theme`
## API References
-
-
-
-
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Virtualization and Performance](/{igPath}/virtualization)
@@ -494,7 +490,6 @@ The sample will not be affected by the selected global theme from `Change Theme`
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-
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/en/grids_templates/row-selection.mdx b/docs/angular/src/content/en/grids_templates/row-selection.mdx
index 92203a112c..d572497881 100644
--- a/docs/angular/src/content/en/grids_templates/row-selection.mdx
+++ b/docs/angular/src/content/en/grids_templates/row-selection.mdx
@@ -65,19 +65,16 @@ public handleRowSelection(event: IRowSelectionEventArgs) {
-
-
-
## Setup
@@ -517,19 +514,16 @@ This demo shows the usage of custom header and row selectors. The latter uses `r
-
-
-
@@ -540,7 +534,6 @@ This demo uses custom templates to resemble Excel-like header and row selectors.
-
### Conditional Selection Demo
@@ -550,37 +543,29 @@ This demo prevents some rows from being selected using the `rowSelectionChanging
-
-
-
## API References
-
-
_
_
-
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Selection](/{igPath}/selection)
@@ -594,7 +579,6 @@ _
- [Column Resizing](/{igPath}/column-resizing)
- [Virtualization and Performance](/{igPath}/virtualization)
-
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/en/grids_templates/search.mdx b/docs/angular/src/content/en/grids_templates/search.mdx
index 7f7994f276..536c6effb4 100644
--- a/docs/angular/src/content/en/grids_templates/search.mdx
+++ b/docs/angular/src/content/en/grids_templates/search.mdx
@@ -46,13 +46,11 @@ The following example represents {ComponentTitle} with search input box that all
-
-
@@ -380,44 +378,31 @@ On the right in our input group, let's create three separate containers with the
|Cells with cut off text| When the text in the cell is too large to fit and the text we are looking for is cut off by the ellipsis, we will still scroll to the cell and include it in the match count, but nothing will be highlighted |
## API References
-
In this article we implemented our own search bar for the {ComponentTitle} with some additional functionality when it comes to navigating between the search results. We also used some additional Ignite UI for Angular components like icons, chips and inputs. The search API is listed below.
-
methods:
-
-
-
-
-
-
methods:
-
properties:
-
-
-
-
Additional components and/or directives with relative APIs that were used:
-
-
-
-
-
-
-
Styles:
-
-
-
-
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Virtualization and Performance](/{igPath}/virtualization)
@@ -430,7 +415,6 @@ Styles:
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-
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/en/grids_templates/selection.mdx b/docs/angular/src/content/en/grids_templates/selection.mdx
index 0fd9a771d8..e969b64700 100644
--- a/docs/angular/src/content/en/grids_templates/selection.mdx
+++ b/docs/angular/src/content/en/grids_templates/selection.mdx
@@ -41,26 +41,22 @@ With Ignite UI for Angular {ComponentTitle} you can easily select data by using
## Angular Grid Selection Example
The sample below demonstrates the three types of {ComponentTitle}'s **cell selection** behavior. Use the buttons below to enable each of the available selection modes. A brief description will be provided on each button interaction through a snackbar message box.
-
-
-
-
## Angular Grid Selection Options
@@ -202,7 +198,6 @@ The template we are going to use to combine the grid with the context menu:
-
## Known Issues and Limitations
@@ -220,7 +215,6 @@ The template we are going to use to combine the grid with the context menu:
- Row Pinning
## API References
-
-
_
@@ -228,13 +222,10 @@ _
_
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Row Selection](/{igPath}/row-selection)
@@ -249,7 +240,6 @@ _
* [Selection-based Aggregates](selection-based-aggregates)
-
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/en/grids_templates/sizing.mdx b/docs/angular/src/content/en/grids_templates/sizing.mdx
index f78230b978..8829bfdded 100644
--- a/docs/angular/src/content/en/grids_templates/sizing.mdx
+++ b/docs/angular/src/content/en/grids_templates/sizing.mdx
@@ -409,7 +409,6 @@ These spacing adjustments work in conjunction with the grid's display density. T
## API References
-
-
_
@@ -417,18 +416,13 @@ _
_
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Virtualization and Performance](/{igPath}/virtualization)
-
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/en/grids_templates/sorting.mdx b/docs/angular/src/content/en/grids_templates/sorting.mdx
index 7b372e2ac6..9c01d9f191 100644
--- a/docs/angular/src/content/en/grids_templates/sorting.mdx
+++ b/docs/angular/src/content/en/grids_templates/sorting.mdx
@@ -65,7 +65,6 @@ Additionally there is a custom context menu added for sorting using **{Component
-
This is done via the input. With the {ComponentTitle} sorting, you can also set the property to perform case sensitive sorting:
@@ -225,7 +224,6 @@ public ngOnInit(): void {
If values of type `string` are used by a column of `Date`, the {ComponentTitle} won't parse them to `Date` objects and using {ComponentTitle} `sorting` won't work as expected. If you want to use `string` objects, additional logic should be implemented on an application level, in order to parse the values to `Date` objects.
-
@@ -233,7 +231,6 @@ If values of type `string` are used by a column of
## Sorting Indicators Templates
@@ -264,7 +261,6 @@ The sorting indicator icon in the column header can be customized using a templa
```
-
## Styling
@@ -326,14 +322,11 @@ The sample will not be affected by the selected global theme from `Change Theme`
## API References
-
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Virtualization and Performance](/{igPath}/virtualization)
@@ -345,7 +338,6 @@ The sample will not be affected by the selected global theme from `Change Theme`
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-
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/en/grids_templates/state-persistence.mdx b/docs/angular/src/content/en/grids_templates/state-persistence.mdx
index 6d69bfc5ed..52a621cbbd 100644
--- a/docs/angular/src/content/en/grids_templates/state-persistence.mdx
+++ b/docs/angular/src/content/en/grids_templates/state-persistence.mdx
@@ -525,34 +525,26 @@ state.setState(gridState.columnSelection);
and pivot configuration strategies: and .
-
## API References
-
-
-
-
-
-
-
-
-
-
-
-
-
-
## Additional Resources
-
diff --git a/docs/angular/src/content/en/grids_templates/summaries.mdx b/docs/angular/src/content/en/grids_templates/summaries.mdx
index 22a7dd3e4b..bfe52cd5e7 100644
--- a/docs/angular/src/content/en/grids_templates/summaries.mdx
+++ b/docs/angular/src/content/en/grids_templates/summaries.mdx
@@ -57,7 +57,6 @@ The Angular UI grid in Ignite UI for Angular has a **summaries** feature that fu
-
The summary of the column is a **function of all column values**, unless filtering is applied, then the summary of the column will be **function of the filtered result values**
@@ -658,7 +657,6 @@ The
-
## Exporting Summaries
@@ -788,7 +786,6 @@ If the component is using an [`Emulated`](/themes/sass/component-themes#view-enc
## API References
-
-
-
-
@@ -797,10 +794,8 @@ If the component is using an [`Emulated`](/themes/sass/component-themes#view-enc
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Column Data Types](/{igPath}/column-types#default-template)
@@ -816,7 +811,6 @@ If the component is using an [`Emulated`](/themes/sass/component-themes#view-enc
* [Selection-based Aggregates](selection-based-aggregates)
-
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/en/grids_templates/toolbar.mdx b/docs/angular/src/content/en/grids_templates/toolbar.mdx
index cf382cbbf2..e46593951d 100644
--- a/docs/angular/src/content/en/grids_templates/toolbar.mdx
+++ b/docs/angular/src/content/en/grids_templates/toolbar.mdx
@@ -441,13 +441,13 @@ The following sample demonstrates how to customize the exported files:
-
+
-
+
## Exporting Indicator
@@ -461,13 +461,11 @@ The sample below has significant amount of data. While the data is being exporte
-
-
## Custom Content
@@ -513,19 +511,19 @@ The following sample demonstrates how to add an additional button to the toolbar
-
+
-
+
-
+
## Styling
@@ -618,26 +616,24 @@ If the component is using an [`Emulated`](/themes/sass/component-themes#view-enc
-
+
-
+
-
+
## API References
-
The Grid Toolbar service has a few more APIs to explore, which are listed below.
-
-
-
-
@@ -645,18 +641,12 @@ The Grid Toolbar service has a few more APIs to explore, which are listed below.
-
-
-
-
events:
-
-
-
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)
diff --git a/docs/angular/src/content/en/grids_templates/validation.mdx b/docs/angular/src/content/en/grids_templates/validation.mdx
index dbde2ab69b..93f500e492 100644
--- a/docs/angular/src/content/en/grids_templates/validation.mdx
+++ b/docs/angular/src/content/en/grids_templates/validation.mdx
@@ -37,19 +37,16 @@ The following sample demonstrates how to use the prebuilt `required`, `email` an
-
-
-
@@ -234,19 +231,16 @@ The below example demonstrates the above-mentioned customization options.
-
-
-
## Cross-field validation
@@ -597,7 +591,6 @@ The below sample demonstrates the cross-field validation in action.
-
## Styling
@@ -745,15 +738,12 @@ public cellStyles = {
-
## API References
-
-
-
-
-
## Known Issues and Limitations
|Limitation|Description|
@@ -769,7 +759,6 @@ public cellStyles = {
- [{ComponentTitle} Row Adding](/{igPath}/row-adding)
- [{ComponentTitle} Transactions](/{igPath}/batch-editing)
-
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/en/grids_templates/virtualization.mdx b/docs/angular/src/content/en/grids_templates/virtualization.mdx
index e1a9e11a83..e717c5a01d 100644
--- a/docs/angular/src/content/en/grids_templates/virtualization.mdx
+++ b/docs/angular/src/content/en/grids_templates/virtualization.mdx
@@ -50,7 +50,6 @@ In Ignite UI for Angular, the control now
-
## Enabling Virtualization
@@ -83,19 +82,15 @@ The {ComponentTitle} supports remote virtualization, which is demonstrated in th
Without information about the sizes of the container and the items before rendering them setting the width or height of a scrollbar or determining which of the items should be in the view when you scroll to a random location in the {ComponentTitle} is erroneous. Any assumptions on what the actual dimensions might be could lead to unnatural behavior of the scrollbar and ultimately suboptimal experience for the end-user. This is why setting the related dimensions is enforced in order for virtualization to take effect.
-
## API References
-
-
-
-
-
-
-
## Additional Resources
-
- [{ComponentTitle} overview](/{igPath}/{ComponentMainTopic})
- [Paging](/{igPath}/paging)
@@ -107,7 +102,6 @@ Without information about the sizes of the container and the items before render
- [Column Resizing](/{igPath}/column-resizing)
- [Selection](/{igPath}/selection)
-
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/jp/components/action-strip.mdx b/docs/angular/src/content/jp/components/action-strip.mdx
index ec176da5c8..eb4dd32789 100644
--- a/docs/angular/src/content/jp/components/action-strip.mdx
+++ b/docs/angular/src/content/jp/components/action-strip.mdx
@@ -211,7 +211,7 @@ $custom-strip: action-strip-theme(
-
-
-
+
## テーマの依存関係
diff --git a/docs/angular/src/content/jp/components/ai/ai-assisted-development-overview.mdx b/docs/angular/src/content/jp/components/ai/ai-assisted-development-overview.mdx
index 0436d97480..71561d0c0a 100644
--- a/docs/angular/src/content/jp/components/ai/ai-assisted-development-overview.mdx
+++ b/docs/angular/src/content/jp/components/ai/ai-assisted-development-overview.mdx
@@ -143,7 +143,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/angular/src/content/jp/components/ai/cli-mcp.mdx b/docs/angular/src/content/jp/components/ai/cli-mcp.mdx
index 186f5cc49c..d01d5ca47b 100644
--- a/docs/angular/src/content/jp/components/ai/cli-mcp.mdx
+++ b/docs/angular/src/content/jp/components/ai/cli-mcp.mdx
@@ -13,7 +13,7 @@ import DocsAside from 'igniteui-astro-components/components/mdx/DocsAside.astro'
Ignite UI CLI MCP は、AI アシスタントが Ignite UI for Angular アプリケーションのプロジェクトのスキャフォールディング、既存アプリの変更、コンポーネントの作成と更新、ドキュメントの質問に回答できるようにする Model Context Protocol (MCP) サーバーです。Ignite UI CLI MCP をエディター、GitHub リポジトリ、またはデスクトップ AI クライアントに接続し、やりたいことを伝えると、アシスタントが CLI ツールを使用します。
+| 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/bullet-graph.mdx b/docs/angular/src/content/jp/components/bullet-graph.mdx
index fa5330e383..ea45a2a999 100644
--- a/docs/angular/src/content/jp/components/bullet-graph.mdx
+++ b/docs/angular/src/content/jp/components/bullet-graph.mdx
@@ -26,7 +26,6 @@ Angular Bullet Graph コンポーネントは、目盛り上でメジャーの
-
このゲージは、スケール、針、目盛 (1 組)、ラベル (1 組) をサポートします。このコンポーネントには、アニメーション化されたトランジションのサポートも組み込まれています。アニメーションは、 プロパティの設定で簡単にカスタマイズできます。
ブレット グラフの機能には構成可能な向きや方向、視覚要素やツールチップなどがあります。
@@ -75,7 +74,6 @@ export class AppModule {}
-
## 使用方法
@@ -114,7 +112,6 @@ export class AppModule {}
-
## 比較メジャー
ブレットグラフは、パフォーマンス値とターゲット値の 2 つのメジャーを表示できます。
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` ファイルをインポートする必要があります。
@@ -472,7 +447,7 @@ elevated>
-
-
-
+
## テーマの依存関係
diff --git a/docs/angular/src/content/jp/components/carousel.mdx b/docs/angular/src/content/jp/components/carousel.mdx
index 00911ca988..8d203fb423 100644
--- a/docs/angular/src/content/jp/components/carousel.mdx
+++ b/docs/angular/src/content/jp/components/carousel.mdx
@@ -15,11 +15,11 @@ import ApiLink from 'igniteui-astro-components/components/mdx/ApiLink.astro';
-
+
The Angular Carousel component allows you to use animations, slide transitions, and customization so you can easily tweak the interface and build Angular custom carousel.
-
+
## Angular Carousel の例
@@ -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 1e7c7535a6..f1dcbdf01f 100644
--- a/docs/angular/src/content/jp/components/chip.mdx
+++ b/docs/angular/src/content/jp/components/chip.mdx
@@ -155,7 +155,7 @@ public chipRemoved(event: IBaseChipEventArgs) {
チップの順序をソートするには、 を使用してイベントを処理する必要があります。
-
+
**デモ サンプルを作成するには、上記の機能を使用します。**
@@ -272,7 +272,7 @@ public chipRemoved(event: IBaseChipEventArgs) {
```
-
+
### デモ
@@ -494,120 +494,27 @@ public chipsOrderChanged(event: IChipsAreaReorderEventArgs) {
プライマリ プロパティを変更すると、関連するすべての依存プロパティが自動的に更新されます。
-
+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
{/*