Skip to content

Commit e44c5eb

Browse files
authored
Merge pull request #917 from IgniteUI/ESShared/XPlaform_examples_igniteui-xplat-examples-output+PRs_2025.9.26.2
Changes from igniteui-xplat-examples-output+PRs_2025.9.26.2
2 parents 9060342 + 7bae906 commit e44c5eb

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

samples/charts/category-chart/column-chart-multiple-sources/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default class Sample extends React.Component<any, any> {
5959
yAxisLabelLeftMargin="0"
6060
isHorizontalZoomEnabled="false"
6161
isVerticalZoomEnabled="false"
62-
isCategoryHighlightingEnabled="true"
62+
isCategoryHighlightingEnabled="false"
6363
crosshairsDisplayMode="None">
6464
</IgrCategoryChart>
6565
</div>

samples/charts/category-chart/column-chart-single-source/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default class Sample extends React.Component<any, any> {
4343
yAxisLabelLeftMargin="0"
4444
isHorizontalZoomEnabled="false"
4545
isVerticalZoomEnabled="false"
46-
isCategoryHighlightingEnabled="true"
46+
isCategoryHighlightingEnabled="false"
4747
highlightingMode="FadeOthersSpecific"
4848
highlightingBehavior="NearestItemsAndSeries"
4949
crosshairsDisplayMode="None">

samples/charts/category-chart/column-chart-styling/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default class Sample extends React.Component<any, any> {
6060
xAxisMajorStroke="lightgray"
6161
xAxisGap="0.5"
6262
crosshairsDisplayMode="None"
63-
isCategoryHighlightingEnabled="true"
63+
isCategoryHighlightingEnabled="false"
6464
highlightingMode="FadeOthersSpecific"
6565
highlightingBehavior="NearestItemsAndSeries">
6666
</IgrCategoryChart>

samples/charts/category-chart/data-tooltip-formatting-decimals/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default class Sample extends React.Component<any, any> {
4747
yAxisTitleLeftMargin="10"
4848
yAxisTitleRightMargin="5"
4949
yAxisLabelLeftMargin="0"
50-
isCategoryHighlightingEnabled="true"
50+
isCategoryHighlightingEnabled="false"
5151
crosshairsDisplayMode="None"
5252
highlightingMode="FadeOthersSpecific"
5353
highlightingBehavior="NearestItemsAndSeries">

samples/charts/category-chart/step-area-multiple-sources/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default class Sample extends React.Component<any, any> {
5757
titleLeftMargin="25"
5858
titleTopMargin="10"
5959
titleBottomMargin="10"
60-
isCategoryHighlightingEnabled="true"
60+
isCategoryHighlightingEnabled="false"
6161
isSeriesHighlightingEnabled="true"
6262
isTransitionInEnabled="true"
6363
isHorizontalZoomEnabled="false"

samples/charts/category-chart/step-area-styling/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default class Sample extends React.Component<any, any> {
5555
ref={this.chartRef}
5656
chartType="StepArea"
5757
yAxisTitle="TWh"
58-
isCategoryHighlightingEnabled="true"
58+
isCategoryHighlightingEnabled="false"
5959
isSeriesHighlightingEnabled="true"
6060
isTransitionInEnabled="true"
6161
isHorizontalZoomEnabled="false"

samples/charts/category-chart/step-line-multiple-sources/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default class Sample extends React.Component<any, any> {
5454
chartType="StepLine"
5555
dataSource={this.countryRenewableElectricity}
5656
includedProperties={["year", "europe", "china", "america"]}
57-
isCategoryHighlightingEnabled="true"
57+
isCategoryHighlightingEnabled="false"
5858
isSeriesHighlightingEnabled="true"
5959
isHorizontalZoomEnabled="false"
6060
isVerticalZoomEnabled="false"

samples/charts/category-chart/step-line-single-source/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default class Sample extends React.Component<any, any> {
4242
isHorizontalZoomEnabled="false"
4343
isVerticalZoomEnabled="false"
4444
yAxisTitle="TWh"
45-
isCategoryHighlightingEnabled="true"
45+
isCategoryHighlightingEnabled="false"
4646
crosshairsSnapToData="true">
4747
</IgrCategoryChart>
4848
</div>

samples/charts/category-chart/step-line-styling/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default class Sample extends React.Component<any, any> {
5454
chartType="StepLine"
5555
dataSource={this.countryRenewableElectricity}
5656
includedProperties={["year", "europe", "china", "america"]}
57-
isCategoryHighlightingEnabled="true"
57+
isCategoryHighlightingEnabled="false"
5858
isSeriesHighlightingEnabled="true"
5959
isHorizontalZoomEnabled="false"
6060
isVerticalZoomEnabled="false"

samples/grids/grid/editing-columns/src/index.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { IgrInputModule } from 'igniteui-react';
77
import { IgrGrid, IgrPaginator, IgrColumn } from 'igniteui-react-grids';
88
import { ComponentRenderer, WebGridDescriptionModule, WebPaginatorDescriptionModule, WebInputDescriptionModule } from 'igniteui-react-core';
99
import NwindData from './NwindData.json';
10-
import { IgrGridBaseDirective, IgrGridEditEventArgs } from 'igniteui-react-grids';
10+
import { IgrGridEditEventArgs } from 'igniteui-react-grids';
1111
import { IgrCellTemplateContext } from 'igniteui-react-grids';
1212
import { IgrInput } from 'igniteui-react';
1313

@@ -118,13 +118,13 @@ export default class Sample extends React.Component<any, any> {
118118
return this._componentRenderer;
119119
}
120120

121-
public webGridOnEditEnter(e: IgrGridEditEventArgs): void {
121+
public webGridOnEditEnter(args: IgrGridEditEventArgs): void {
122122

123-
const column = e.detail.owner.getColumnByVisibleIndex(e.detail.cellID.columnID);
123+
const column = args.detail.owner.getColumnByVisibleIndex(args.detail.cellID.columnID);
124124
if(column.field === 'ReorderLevel') {
125125
setTimeout(() => {
126-
const rowId = e.detail.cellID.rowID;
127-
const columnId = e.detail.cellID.columnID;
126+
const rowId = args.detail.cellID.rowID;
127+
const columnId = args.detail.cellID.columnID;
128128
const inputTemplateId = `edit-cell-${rowId}-${columnId}`;
129129
const element = document.getElementById(inputTemplateId);
130130
element?.focus();

0 commit comments

Comments
 (0)