Skip to content

Commit 8e5fb8e

Browse files
azure-pipelines[bot]tfsbuild
andauthored
Adding changes from build igniteui-xplat-examples-output+PRs_2026.1.6.1 (#994)
Co-authored-by: tfsbuild <tfsbuild@infragistics.com>
1 parent 3a5d9ed commit 8e5fb8e

11 files changed

Lines changed: 113 additions & 95 deletions

File tree

samples/charts/data-chart/scatter-bubble-chart-fill-scale/src/WorldStats.ts

Lines changed: 9 additions & 8 deletions
Large diffs are not rendered by default.

samples/charts/data-chart/scatter-bubble-chart-multiple-sources/src/CountryStatsAfrica.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ export class CountryStatsAfrica extends Array<CountryStatsAfricaItem> {
2727
new CountryStatsAfricaItem({ code: `CAF`, population: 4493000, workedHours: 38, gDP: 622, name: `Central African Republic` }),
2828
new CountryStatsAfricaItem({ code: `TCD`, population: 14111000, workedHours: 40.4, gDP: 2067, name: `Chad` }),
2929
new CountryStatsAfricaItem({ code: `COM`, population: 777000, workedHours: 40.1, gDP: 1413, name: `Comoros` }),
30-
new CountryStatsAfricaItem({ code: `COG`, population: 4856000, workedHours: 38.1, gDP: 5543, name: `Congo` }),
30+
new CountryStatsAfricaItem({ code: `COG`, population: 4856000, workedHours: 38.1, gDP: 5543, name: `Congo Republic` }),
3131
new CountryStatsAfricaItem({ code: `CIV`, population: 23226000, workedHours: 39.7, gDP: 3242, name: `Cote Ivoire` }),
32-
new CountryStatsAfricaItem({ code: `COD`, population: 76245000, workedHours: 44, gDP: 812, name: `Democratic Republic of Congo` }),
32+
new CountryStatsAfricaItem({ code: `COD`, population: 76245000, workedHours: 44, gDP: 812, name: `DR Congo` }),
3333
new CountryStatsAfricaItem({ code: `EGY`, population: 92443000, workedHours: 39.7, gDP: 10096, name: `Egypt` }),
3434
new CountryStatsAfricaItem({ code: `GNQ`, population: 1169000, workedHours: 38.8, gDP: 27554, name: `Equatorial Guinea` }),
3535
new CountryStatsAfricaItem({ code: `SWZ`, population: 1104000, workedHours: 45.7, gDP: 7759, name: `Eswatini` }),

samples/charts/data-chart/scatter-bubble-chart-single-source/src/WorldStats.ts

Lines changed: 9 additions & 8 deletions
Large diffs are not rendered by default.

samples/charts/data-chart/scatter-bubble-chart-styling/src/WorldStats.ts

Lines changed: 9 additions & 8 deletions
Large diffs are not rendered by default.

samples/grids/grid/column-hiding-toolbar-style/src/index.css

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,29 @@
22
/* https://dl.infragistics.com/x/css/samples/shared.v8.css */
33

44
.grid igc-grid-toolbar-actions, igx-column-actions {
5-
--ig-column-actions-background-color: #292826;
6-
--ig-column-actions-title-color: #ffcd0f;
7-
--ig-checkbox-tick-color: #292826;
8-
--ig-checkbox-label-color: #ffcd0f;
9-
--ig-checkbox-empty-color: #ffcd0f;
10-
--ig-checkbox-fill-color: #ffcd0f;
11-
--ig-input-group-idle-text-color: white;
12-
--ig-input-group-filled-text-color: #ffcd0f;
13-
--ig-input-group-focused-text-color: #ffcd0f;
14-
--ig-input-group-focused-border-color: #ffcd0f;
15-
--ig-input-group-focused-secondary-color: #ffcd0f;
16-
--igx-button-foreground: #292826;
17-
--igx-button-background: #ffcd0f;
18-
--igx-button-hover-background: #404040;
19-
--igx-button-hover-foreground: #ffcd0f;
20-
--igx-button-focus-background: #ffcd0f;
21-
--igx-button-focus-foreground: black;
22-
--igx-button-focus-visible-background: #ffcd0f;
23-
--igx-button-focus-visible-foreground: black;
24-
--igx-button-disabled-foreground: #ffcd0f;
5+
--ig-column-actions-background-color: #292826;
6+
--ig-column-actions-title-color: #ffcd0f;
7+
--ig-checkbox-tick-color: #292826;
8+
--ig-checkbox-label-color: #ffcd0f;
9+
--ig-checkbox-label-color-hover: #c5a11b;
10+
--ig-checkbox-empty-color: #ffcd0f;
11+
--ig-checkbox-focus-outline-color: #c5a11b;
12+
--ig-checkbox-empty-fill-color: #292826;
13+
--ig-checkbox-fill-color: #ffcd0f;
14+
--ig-checkbox-fill-color-hover: #c5a11b;
15+
--ig-input-group-idle-text-color: white;
16+
--ig-input-group-filled-text-color: #ffcd0f;
17+
--ig-input-group-focused-text-color: #ffcd0f;
18+
--ig-input-group-focused-border-color: #ffcd0f;
19+
--ig-input-group-focused-secondary-color: #ffcd0f;
20+
--ig-flat-button-foreground: #292826;
21+
--ig-flat-button-background: #ffcd0f;
22+
--ig-flat-button-hover-background: #404040;
23+
--ig-flat-button-hover-foreground: #ffcd0f;
24+
--ig-flat-button-focus-background: #ffcd0f;
25+
--ig-flat-button-focus-foreground: black;
26+
--ig-flat-button-focus-visible-background: #ffcd0f;
27+
--ig-flat-button-focus-visible-foreground: black;
28+
--ig-flat-button-disabled-foreground: #ffcd0f;
2529
}
2630

samples/grids/grid/column-hiding-toolbar-style/src/index.tsx

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ export default class Sample extends React.Component<any, any> {
5656
field="ID"
5757
header="ID"
5858
dataType="string"
59-
sortable={true}>
59+
hidden={true}
60+
disableHiding={true}>
6061
</IgrColumn>
6162
<IgrColumn
6263
field="ContactName"
@@ -98,19 +99,22 @@ export default class Sample extends React.Component<any, any> {
9899
field="PostalCode"
99100
header="Postal Code"
100101
dataType="string"
101-
sortable={true}>
102+
sortable={true}
103+
disableHiding={true}>
102104
</IgrColumn>
103105
<IgrColumn
104106
field="Country"
105107
header="Country"
106108
dataType="string"
107-
sortable={true}>
109+
sortable={true}
110+
disableHiding={true}>
108111
</IgrColumn>
109112
<IgrColumn
110113
field="Phone"
111114
header="Phone"
112115
dataType="string"
113-
sortable={true}>
116+
sortable={true}
117+
disableHiding={true}>
114118
</IgrColumn>
115119
</IgrGrid>
116120
</div>

samples/grids/hierarchical-grid/cell-selection-mode/src/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ export default class Sample extends React.Component<any, any> {
5757
label="Hierarchical Grid Cell Selection"
5858
propertyPath="CellSelection"
5959
name="CellSelectionEditorHierarchicalGrid"
60-
valueType="EnumValue">
60+
valueType="EnumValue"
61+
dropDownNames={["None", "Single", "Multiple"]}
62+
dropDownValues={["None", "Single", "Multiple"]}>
6163
</IgrPropertyEditorPropertyDescription>
6264
<IgrPropertyEditorPropertyDescription
6365
label="Row Island Cell Selection"

samples/grids/hierarchical-grid/column-hiding-toolbar-style/src/index.css

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,25 @@
66
--ig-column-actions-title-color: #ffcd0f;
77
--ig-checkbox-tick-color: #292826;
88
--ig-checkbox-label-color: #ffcd0f;
9+
--ig-checkbox-label-color-hover: #c5a11b;
910
--ig-checkbox-empty-color: #ffcd0f;
11+
--ig-checkbox-focus-outline-color: #c5a11b;
12+
--ig-checkbox-empty-fill-color: #292826;
1013
--ig-checkbox-fill-color: #ffcd0f;
14+
--ig-checkbox-fill-color-hover: #c5a11b;
1115
--ig-input-group-idle-text-color: white;
1216
--ig-input-group-filled-text-color: #ffcd0f;
1317
--ig-input-group-focused-text-color: #ffcd0f;
1418
--ig-input-group-focused-border-color: #ffcd0f;
1519
--ig-input-group-focused-secondary-color: #ffcd0f;
16-
--ig-button-foreground: #292826;
17-
--ig-button-background: #ffcd0f;
18-
--ig-button-hover-background: #404040;
19-
--ig-button-hover-foreground: #ffcd0f;
20-
--ig-button-focus-background: #ffcd0f;
21-
--ig-button-focus-foreground: black;
22-
--ig-button-focus-visible-background: #ffcd0f;
23-
--ig-button-focus-visible-foreground: black;
24-
--ig-button-disabled-foreground: #ffcd0f;
20+
--ig-flat-button-foreground: #292826;
21+
--ig-flat-button-background: #ffcd0f;
22+
--ig-flat-button-hover-background: #404040;
23+
--ig-flat-button-hover-foreground: #ffcd0f;
24+
--ig-flat-button-focus-background: #ffcd0f;
25+
--ig-flat-button-focus-foreground: black;
26+
--ig-flat-button-focus-visible-background: #ffcd0f;
27+
--ig-flat-button-focus-visible-foreground: black;
28+
--ig-flat-button-disabled-foreground: #ffcd0f;
2529
}
2630

samples/grids/hierarchical-grid/column-pinning-options/src/index.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import ReactDOM from 'react-dom/client';
33
import './index.css';
44

55
import { IgrHierarchicalGridModule } from 'igniteui-react-grids';
6-
import { IgrHierarchicalGrid, IgrGridToolbar, IgrGridToolbarActions, IgrGridToolbarPinning, IgrColumn, IgrRowIsland } from 'igniteui-react-grids';
6+
import { IgrHierarchicalGrid, IgrColumn, IgrRowIsland } from 'igniteui-react-grids';
77
import HierarchicalCustomersData from './HierarchicalCustomersData.json';
88
import { IgrColumnTemplateContext } from 'igniteui-react-grids';
99

@@ -38,15 +38,6 @@ export default class Sample extends React.Component<any, any> {
3838
data={this.hierarchicalCustomersData}
3939
columnSelection="single"
4040
primaryKey="CustomerID">
41-
<IgrGridToolbar
42-
>
43-
<IgrGridToolbarActions
44-
>
45-
<IgrGridToolbarPinning
46-
>
47-
</IgrGridToolbarPinning>
48-
</IgrGridToolbarActions>
49-
</IgrGridToolbar>
5041
<IgrColumn
5142
field="CustomerID"
5243
hidden={true}>

samples/grids/tree-grid/column-hiding-toolbar-style/src/index.css

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,29 @@
22
/* https://dl.infragistics.com/x/css/samples/shared.v8.css */
33

44
#treeGrid {
5-
--ig-column-actions-background-color: #292826;
6-
--ig-column-actions-title-color: #ffcd0f;
7-
--ig-checkbox-tick-color: #292826;
8-
--ig-checkbox-label-color: #ffcd0f;
9-
--ig-checkbox-empty-color: #ffcd0f;
10-
--ig-checkbox-fill-color: #ffcd0f;
11-
--ig-input-group-idle-text-color: white;
12-
--ig-input-group-filled-text-color: #ffcd0f;
13-
--ig-input-group-focused-text-color: #ffcd0f;
14-
--ig-input-group-focused-border-color: #ffcd0f;
15-
--ig-input-group-focused-secondary-color: #ffcd0f;
16-
--igx-button-foreground: #292826;
17-
--igx-button-background: #ffcd0f;
18-
--igx-button-hover-background: #404040;
19-
--igx-button-hover-foreground: #ffcd0f;
20-
--igx-button-focus-background: #ffcd0f;
21-
--igx-button-focus-foreground: black;
22-
--igx-button-focus-visible-background: #ffcd0f;
23-
--igx-button-focus-visible-foreground: black;
24-
--igx-button-disabled-foreground: #ffcd0f;
5+
--ig-column-actions-background-color: #292826;
6+
--ig-column-actions-title-color: #ffcd0f;
7+
--ig-checkbox-tick-color: #292826;
8+
--ig-checkbox-label-color: #ffcd0f;
9+
--ig-checkbox-label-color-hover: #c5a11b;
10+
--ig-checkbox-empty-color: #ffcd0f;
11+
--ig-checkbox-focus-outline-color: #c5a11b;
12+
--ig-checkbox-empty-fill-color: #292826;
13+
--ig-checkbox-fill-color: #ffcd0f;
14+
--ig-checkbox-fill-color-hover: #c5a11b;
15+
--ig-input-group-idle-text-color: white;
16+
--ig-input-group-filled-text-color: #ffcd0f;
17+
--ig-input-group-focused-text-color: #ffcd0f;
18+
--ig-input-group-focused-border-color: #ffcd0f;
19+
--ig-input-group-focused-secondary-color: #ffcd0f;
20+
--ig-flat-button-foreground: #292826;
21+
--ig-flat-button-background: #ffcd0f;
22+
--ig-flat-button-hover-background: #404040;
23+
--ig-flat-button-hover-foreground: #ffcd0f;
24+
--ig-flat-button-focus-background: #ffcd0f;
25+
--ig-flat-button-focus-foreground: black;
26+
--ig-flat-button-focus-visible-background: #ffcd0f;
27+
--ig-flat-button-focus-visible-foreground: black;
28+
--ig-flat-button-disabled-foreground: #ffcd0f;
2529
}
2630

0 commit comments

Comments
 (0)