Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prod with Tile Manager docs (wc 5.3.0) #1473

Merged
merged 31 commits into from
Mar 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
f318e65
Add disabled summaries topic section
georgianastasov Feb 24, 2025
1c6540b
Merge branch 'vnext' into ganastasov/disable-summaries-section
georgianastasov Feb 24, 2025
32f1707
docs(tile-manager): additional tile manager doc changes
adrianptrv Mar 4, 2025
3f57fb1
docs(tile-manager): change samples frames
adrianptrv Mar 5, 2025
f05d1cf
Merge branch 'vnext' into apetrov/tile-manager-additional-vnext
adrianptrv Mar 5, 2025
0a2d399
docs(tile-manager): post merge fixes
adrianptrv Mar 5, 2025
71f19e6
docs(tile-manager): fixing samples height + styling
adrianptrv Mar 5, 2025
aa7cfba
docs(changelogs): add disabled summaries and bugs for blazor and react
dkamburov Mar 7, 2025
73be734
Merge remote-tracking branch 'origin/vnext' into dkamburov/update-cha…
dkamburov Mar 7, 2025
2672ac2
docs(changelog): Add comments for Blazor latest patch
dkamburov Mar 7, 2025
14102d3
Merge branch 'vnext' into apetrov/tile-manager-additional-vnext
adrianptrv Mar 10, 2025
b01f44b
Merge branch 'vnext' into dkamburov/update-changelogs
HUSSAR-mtrela Mar 10, 2025
aa6339d
docs(tile-manager): fix comments + add "row-count" property
adrianptrv Mar 11, 2025
6b76b80
Update chart-data-selection.md
mddifilippo89 Mar 11, 2025
eea9188
docs(tile-manager): fix comments
adrianptrv Mar 12, 2025
ec3b52b
docs(tile-manager): added text about the adorner icons to the stylin…
adrianptrv Mar 12, 2025
9afc29d
Merge branch 'vnext' into ganastasov/disable-summaries-section
kacheshmarova Mar 12, 2025
d56fa04
Merge pull request #1458 from IgniteUI/ganastasov/disable-summaries-s…
kacheshmarova Mar 12, 2025
4f12f7a
Merge branch 'vnext' into mdd-remove-flag-for-series-matcher
HUSSAR-mtrela Mar 12, 2025
eb00a20
Merge pull request #1469 from IgniteUI/mdd-remove-flag-for-series-mat…
HUSSAR-mtrela Mar 12, 2025
e8dce57
Update docConfig.json
agoldenbaum Mar 12, 2025
f924441
Update docConfig.json
agoldenbaum Mar 12, 2025
a4f1f3f
Merge branch 'vnext' into arg-update-xplat-changelogs
HUSSAR-mtrela Mar 12, 2025
6c58696
Merge pull request #1470 from IgniteUI/arg-update-xplat-changelogs
HUSSAR-mtrela Mar 12, 2025
11354e7
skip auto-PR targeting master branch in angular docs
HUSSAR-mtrela Mar 12, 2025
64910bd
Merge pull request #1471 from IgniteUI/mt/skip-master-branch-in-angul…
HUSSAR-mtrela Mar 12, 2025
e0194c7
docs(tile-manager): fix comment - made overview sample scrollable
adrianptrv Mar 12, 2025
fa35343
Merge branch 'vnext' into apetrov/tile-manager-additional-vnext
gedinakova Mar 13, 2025
74f52e8
Merge pull request #1460 from IgniteUI/apetrov/tile-manager-additiona…
gedinakova Mar 13, 2025
db0cedb
Merge pull request #1472 from IgniteUI/gedinakova/remove-row-count-ti…
gedinakova Mar 13, 2025
70cdc21
Merge pull request #1466 from IgniteUI/dkamburov/update-changelogs
ChronosSF Mar 14, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azure-pipelines/build-pipeline-make-pr-jp+kr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schedules:
displayName: 'Weekly build with automated PR creation'
branches:
include:
- master
# - master # MT: prevent generating auto PRs targeting master branch in angular docs
- vnext
always: true

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/build-pipeline-make-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schedules:
displayName: 'Weekly build with automated PR creation'
branches:
include:
- master
# - master # MT: prevent generating auto PRs targeting master branch in angular docs
- vnext
always: true

Expand Down
4 changes: 0 additions & 4 deletions doc/en/components/charts/features/chart-data-selection.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,8 @@ The matcher is ideal for using in charts, such as the `CategoryChart` when you d

For example, if you datasource has numeric properties Nuclear, Coal, Oil, Solar then you know there are series created for each of these properties. If you want to select the series bound to Solar values, you can add a ChartSelection object to the SelectedSeriesItems collection using a matcher with the following properties set.

<!-- Blazor -->

`sample="/charts/category-chart/selection-matcher", height="500", alt="{Platform} Selection Matcher"`

<!-- end: Blazor -->

## API References

The following is a list of API members mentioned in the above sections:
Expand Down
14 changes: 14 additions & 0 deletions doc/en/components/general-changelog-dv-blazor.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,19 @@ All notable changes for each version of {ProductName} are documented on this pag

* As of version 2024.2, the Ignite UI for Blazor toolset supports .NET 9. For more information on .NET 9 please refer to [this article on Microsoft's site](https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-9/overview).

## **{PackageVerChanges-24-2-MAR}**

### {PackageGrids}

- **All Grids**
- Added new `DisabledSummaries` for the columns of the grid, allowing the developers to skip some of the summaries
- Encapsulate internal grid action button

### Bug Fixes
| Bug Number | Control | Description |
|------------|---------|------------------|
|35497|IgbDialog|When ShowAsync and HideAsync Are Called, the Subsequent Code Is Not Executed|

## **{PackageVerChanges-24-2-FEB}**

### Enhancements
Expand Down Expand Up @@ -47,6 +60,7 @@ The following table lists the bug fixes made for the {ProductName} toolset for t
|36176|Excel Library|Exception occurs when loading an Excel workbook that has a LET function|
|36379|Excel Library|Colors with any alpha channel in an excel workbook fail to load|


## **{PackageVerChanges-24-2-JAN}**

- Bug Fixes
Expand Down
17 changes: 15 additions & 2 deletions doc/en/components/general-changelog-dv-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,39 @@ All notable changes for each version of {ProductName} are documented on this pag

## **{PackageVerChanges-24-2-MAR}**

### {PackageGrids}

- **All Grids**
- Added new `disabledSummaries` for the columns of the grid, allowing the developers to skip some of the summaries
- Encapsulate internal grid action button

### {PackageCommon}
- Added new `allowSplitterDock` property for `Dockmanager` that allows docking directly in a split.
- Added new `useFixedSize` property for the `SplitPane` of `Dockmanager` that allows new resize behavior.

### Enhancements

#### Toolbar

- Added new `GroupHeaderTextStyle` property to `Toolbar` and `ToolPanel`. If set, it will apply to all `ToolActionGroupHeader` actions.
- Added new `groupHeaderTextStyle` property to `Toolbar` and `ToolPanel`. If set, it will apply to all `ToolActionGroupHeader` actions.
- Added new property on `ToolAction` called `TitleHorizontalAlignment` which controls the horizontal alignment of the title text.
- Added new property on `ToolActionSubPanel` called `ItemSpacing` which controls the spacing between items inside the panel.
- Added new property on `ToolActionSubPanel` called `itemSpacing` which controls the spacing between items inside the panel.

### Bug Fixes

The following table lists the bug fixes made for the {ProductName} toolset for this release:

| Bug Number | Control | Description |
|------------|---------|------------------|
|32093|IgrPivotGrid|PivotDateDimensionOptions are not applied to the PivotDateDimension|
|26218|Excel Library|Chart's plot area right margin becomes narrower and fill pattern and fill foreground are gone just by loading an Excel file|
|30286|IgrDataChart|Bubble Series tooltip content is switched to that of nearby bubble data in clicking a bubble|
|32906|IgrDataChart|IgrDataChart is showing two xAxis on the top|
|33605|IgrDataChart|ScatterLineSeries is not showing the color of the line correctly in the legend|
|34053|IgrRadialGauge|The position of the scale label is shifted|
|34083|Excel Library|TextOperatorConditionalFormat's is not loaded/saved properly if the text contains = in a template Excel file|
|34324|IgrGrid|Column hiding through condition in the grid template is not working|
|34678|IgrGrid|Enum values coerced to strings, breaking expected numeric behavior in some grid properties|
|34776|IgrDataChart|Repeatedly showing and hiding the IgrDataChart causes memory leakage in JS Heap|
|35495|Excel Library|Pictures in cells are lost when a template file is loaded|
|35496|IgrSpreadsheet|Error when setting styles in Excel with images|
Expand Down
122 changes: 122 additions & 0 deletions doc/en/components/grids/_shared/summaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,128 @@ When a default summary is defined, the height of the summary area is calculated

`sample="/{ComponentSample}/data-summary-template", height="650", alt="{Platform} {ComponentTitle} data summary template"`

## Disabled Summaries

<!-- WebComponents -->
The `disabled-summaries` property provides precise per-column control over the {Platform} {ComponentTitle} summary feature. This property enables users to customize the summaries displayed for each column in the {ComponentName}, ensuring that only the most relevant and meaningful data is shown. For example, you can exclude specific summary types, such as `['count', 'min', 'max']` by specifying their summary keys in an array.
<!-- end: WebComponents -->

<!-- React -->
The `disabledSummaries` property provides precise per-column control over the {Platform} {ComponentTitle} summary feature. This property enables users to customize the summaries displayed for each column in the {ComponentName}, ensuring that only the most relevant and meaningful data is shown. For example, you can exclude specific summary types, such as `['count', 'min', 'max']` by specifying their summary keys in an array.
<!-- end: React -->

<!-- Blazor -->
The `DisabledSummaries` property provides precise per-column control over the {Platform} {ComponentTitle} summary feature. This property enables users to customize the summaries displayed for each column in the {ComponentName}, ensuring that only the most relevant and meaningful data is shown. For example, you can exclude specific summary types, such as `['count', 'min', 'max']` by specifying their summary keys in an array.
<!-- end: Blazor -->

<!-- WebComponents, React, Blazor -->
This property can also be modified **dynamically at runtime** through code, providing flexibility to adapt the {ComponentName}'s summaries to changing application states or user actions.
<!-- end: WebComponents, React, Blazor -->

<!-- WebComponents -->
The following examples illustrate how to use the `disabled-summaries` property to manage summaries for different columns and exclude specific default and custom summary types in the {Platform} {ComponentTitle}:
<!-- end: WebComponents -->

<!-- React -->
The following examples illustrate how to use the `disabledSummaries` property to manage summaries for different columns and exclude specific default and custom summary types in the {Platform} {ComponentTitle}:
<!-- end: React -->

<!-- Blazor -->
The following examples illustrate how to use the `DisabledSummaries` property to manage summaries for different columns and exclude specific default and custom summary types in the {Platform} {ComponentTitle}:
<!-- end: Blazor -->

<!-- ComponentStart: Grid, HierarchicalGrid, TreeGrid -->
<!-- WebComponents -->
```html
<!-- Disable default summaries -->
<igc-column
field="UnitPrice"
header="Unit Price"
data-type="number"
has-summary="true"
disabled-summaries="['count', 'sum', 'average']"
>
</igc-column>

<!-- Disable custom summaries -->
<igc-column
field="UnitsInStock"
header="Units In Stock"
data-type="number"
has-summary="true"
summaries="discontinuedSummary"
disabled-summaries="['discontinued', 'totalDiscontinued']"
>
</igc-column>
```
<!-- end: WebComponents -->
<!-- React -->
```tsx
<!-- Disable default summaries -->
<IgrColumn
field="UnitPrice"
header="Unit Price"
dataType="number"
hasSummary={true}
disabledSummaries="['count', 'sum', 'average']"
/>

<!-- Disable custom summaries -->
<IgrColumn
field="UnitsInStock"
header="Units In Stock"
dataType="number"
hasSummary={true}
summaries={discontinuedSummary}
disabledSummaries="['discontinued', 'totalDiscontinued']"
/>
```
<!-- end: React -->

<!-- Blazor -->
```razor
<!-- Disable default summaries -->
<IgbColumn
Field="UnitPrice"
Header="Unit Price"
DataType="GridColumnDataType.Number"
HasSummary="true"
DisabledSummaries="['count', 'sum', 'average']" />

<!-- Disable custom summaries -->
<IgbColumn
Field="UnitsInStock"
Header="Units In Stock"
DataType="GridColumnDataType.Number"
HasSummary="true"
Summaries="discontinuedSummary"
DisabledSummaries="['discontinued', 'totalDiscontinued']" />
```
<!-- end: Blazor -->
<!-- ComponentEnd: Grid, HierarchicalGrid, TreeGrid -->

For `UnitPrice`, default summaries like `count`, `sum`, and `average` are disabled, leaving others like `min` and `max` active.

<!-- WebComponents -->
For `UnitsInStock`, custom summaries such as `discontinued` and `totalDiscontinued` are excluded using the `disabled-summaries` property.

At runtime, summaries can also be dynamically disabled using the `disabled-summaries` property. For example, you can set or update the property on specific columns programmatically to adapt the displayed summaries based on user actions or application state changes.
<!-- end: WebComponents -->

<!-- React -->
For `UnitsInStock`, custom summaries such as `discontinued` and `totalDiscontinued` are excluded using the `disabledSummaries` property.

At runtime, summaries can also be dynamically disabled using the `disabledSummaries` property. For example, you can set or update the property on specific columns programmatically to adapt the displayed summaries based on user actions or application state changes.
<!-- end: React -->

<!-- Blazor -->
For `UnitsInStock`, custom summaries such as `discontinued` and `totalDiscontinued` are excluded using the `DisabledSummaries` property.

At runtime, summaries can also be dynamically disabled using the `DisabledSummaries` property. For example, you can set or update the property on specific columns programmatically to adapt the displayed summaries based on user actions or application state changes.
<!-- end: Blazor -->

`sample="/{ComponentSample}/disabled-summaries", height="750", alt="{Platform} {ComponentTitle} disabled summaries"`

<!-- Angular, WebComponents, React -->
## Formatting summaries
By default, summary results, produced by the built-in summary operands, are localized and formatted according to the grid `Locale` and column `PipeArgs`. When using custom operands, the `Locale` and `PipeArgs` are not applied. If you want to change the default appearance of the summary results, you may format them using the `SummaryFormatter` property.
Expand Down
Loading