Skip to content

Commit a306f13

Browse files
committed
feat(*): updating to 18.2.0 rc
1 parent 0a6e0b5 commit a306f13

21 files changed

Lines changed: 43 additions & 45 deletions

File tree

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
"bootstrap": "5.3.2",
6666
"file-saver": "^2.0.2",
6767
"hammerjs": "^2.0.8",
68-
"igniteui-angular": "^18.1.7",
68+
"igniteui-angular": "^18.2.0-rc.0",
6969
"igniteui-angular-charts": "^18.0.0",
7070
"igniteui-angular-core": "^18.0.0",
7171
"igniteui-angular-extras": "^18.0.5",
72-
"igniteui-angular-i18n": "^18.1.0",
72+
"igniteui-angular-i18n": "^18.2.0-rc.0",
7373
"igniteui-dockmanager": "^1.14.2",
7474
"igniteui-live-editing": "^2.3.0",
7575
"igniteui-webcomponents": "^4.7.0",

projects/app-lob/src/app/grid-dynamic-chart-data/data-analysis-dock-manager/data-analysis-dock-manager.component.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
.selection-area {
3434

35-
@include scrollbar(scrollbar-theme($scrollbar-size: 6px));
35+
@include scrollbar(scrollbar-theme($sb-size: 6px));
3636
width: 100%;
3737
height: 90%;
3838
display: inline-flex;
@@ -50,7 +50,6 @@
5050

5151
$custom-badge-theme: badge-theme(
5252
$border-color: contrast-color($color: 'gray', $variant: 900),
53-
$border-width: #{rem(2px)},
5453
$icon-color: contrast-color($color: 'gray', $variant: 900),
5554
$text-color: contrast-color($color: 'gray', $variant: 50),
5655
$background-color: contrast-color($color: 'gray', $variant: 500),
@@ -92,7 +91,7 @@ $custom-badge-theme: badge-theme(
9291

9392
.grid-chart-contextmenu-wrapper {
9493
igx-grid {
95-
@include scrollbar(scrollbar-theme($scrollbar-size: 16px));
94+
@include scrollbar(scrollbar-theme($sb-size: 16px));
9695
}
9796
}
9897

@@ -125,7 +124,7 @@ $custom-badge-theme: badge-theme(
125124
}
126125

127126
igx-tab-content {
128-
@include scrollbar(scrollbar-theme($scrollbar-size: 10px));
127+
@include scrollbar(scrollbar-theme($sb-size: 10px));
129128
}
130129

131130
}
@@ -147,7 +146,7 @@ $custom-badge-theme: badge-theme(
147146
$font-family: 'Titillium Web', 'Roboto', 'Helvetica Neue', sans-serif;
148147

149148
.tab-options-wrapper {
150-
@include scrollbar(scrollbar-theme($scrollbar-size: 6px));
149+
@include scrollbar(scrollbar-theme($sb-size: 6px));
151150

152151
display: flex;
153152
flex-flow: column;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
::ng-deep {
22
.custom-body {
33
color: var(--ig-surface-500-contrast);
4-
background: hsla(var(--ig-surface-500));
4+
background: var(--ig-surface-500);
55
}
66
}

src/app/data-display/badge/badge-styling-sample/badge-styling-sample.component.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121

2222
$custom-badge-theme: badge-theme(
2323
$border-color: white,
24-
$border-width: 1px,
2524
$icon-color: white,
2625
$text-color: black
2726
);

src/app/data-display/icon/icon-service-sample/icon-service-sample.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ igx-avatar {
1616
z-index: 1;
1717
--ig-size: var(--ig-size-medium);
1818
--background: hsla(var(--ig-secondary-500), 6%);
19-
border: 1px solid hsl(var(--ig-secondary-500));
19+
border: 1px solid var(--ig-secondary-500);
2020
border-radius: rem(4px);
2121

2222
igx-icon {
2323
--size: #{rem(48px)};
24-
color: hsl(var(--ig-secondary-500));
24+
color: var(--ig-secondary-500);
2525
}
2626
}
2727

@@ -31,5 +31,5 @@ igx-icon[backdrop] {
3131
inset-inline: calc(100% - var(--size));
3232
z-index: -1;
3333
position: absolute;
34-
color: hsl(var(--ig-gray-300));
34+
color: var(--ig-gray-300);
3535
}

src/app/grid/grid-multi-cell-selection/grid-multi-cell-selection.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class GridMultiCellSelectionComponent {
1515

1616
public transferData(source: IgxGridComponent, target: IgxGridComponent,
1717
notification: IgxToastComponent) {
18-
target.shouldGenerate = true;
18+
target.autoGenerate = true;
1919
target.clearCellSelection();
2020
this.targetData = source.getSelectedData();
2121
notification.positionSettings.verticalDirection = VerticalAlignment.Middle;

src/app/grid/grid-summary-template/grid-summary-template.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ igx-buttongroup {
4242
min-width: 70px;
4343
justify-self: flex-start;
4444
text-align: left;
45-
color: hsla(var(--ig-secondary-600));
45+
color: var(--ig-secondary-600);
4646
user-select: none;
4747
}
4848
}

src/app/hierarchical-grid/hgrid-summary-export/hgrid-summary-export.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ igx-buttongroup {
2828
align-items: center;
2929
gap: 4px;
3030
justify-content: space-between;
31-
color: hsla(var(--ig-gray-900));
31+
color: var(--ig-gray-900);
3232

3333
span {
3434
user-select: all;
@@ -42,15 +42,15 @@ igx-buttongroup {
4242
min-width: 70px;
4343
justify-self: flex-start;
4444
text-align: left;
45-
color: hsla(var(--ig-secondary-600));
45+
color: var(--ig-secondary-600);
4646
user-select: none;
4747
}
4848
}
4949

5050
> * {
5151
padding: 8px 0;
5252
line-height: 18px;
53-
border-bottom: 1px dashed hsla(var(--ig-gray-400));
53+
border-bottom: 1px dashed var(--ig-gray-400);
5454

5555
&:last-child {
5656
border-bottom: none;

src/app/hierarchical-grid/hgrid-summary-template/hgrid-summary-template.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ igx-buttongroup {
4242
min-width: 70px;
4343
justify-self: flex-start;
4444
text-align: left;
45-
color: hsla(var(--ig-secondary-600));
45+
color: var(--ig-secondary-600);
4646
user-select: none;
4747
}
4848
}

0 commit comments

Comments
 (0)