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

Updating master with vnext for 18.0.0 #3490

Merged
merged 47 commits into from
Jun 7, 2024
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
774c928
feat(forms): updating the reactive forms sample with new components (…
Marina-L-Stoyanova May 27, 2024
78150d0
chore(*): ng update @angular/core@18 @angular/cli@18
dkamburov May 29, 2024
a709480
chore(*): ng update @angular/cdk @angular/material
dkamburov May 29, 2024
f2c8169
chore(*): add package-lock
dkamburov May 29, 2024
097d912
chore(*): update igniteui-angular
dkamburov May 29, 2024
55a7745
chore(*): Update migrations
dkamburov May 29, 2024
f892ede
chore(*): update to latest patches
dkamburov May 29, 2024
56cfc8a
chore(*): manual fixes for failed angular migrations
dkamburov May 29, 2024
638c9e2
chore(*): Fix active-item-color to icon-selected-color of bottom nav …
dkamburov May 29, 2024
89da070
Merge pull request #3464 from IgniteUI/dkamburov/update-ng18
Lipata May 30, 2024
e256920
chore(*): update ig schmeatics
Lipata May 30, 2024
f0bc487
chore(*): ng update @igniteui/angular-schematics --next
Lipata May 30, 2024
a6ad592
chore(*): ng update igniteui-angular --next --force
Lipata May 30, 2024
fbccce6
chore(css): move root size rule
Lipata May 30, 2024
b3aff9e
Merge pull request #3465 from IgniteUI/nalipiev/updates-18-schema
ChronosSF May 30, 2024
cdd3a4f
fix(grid): remove displayDensity
Lipata May 30, 2024
ebdc64b
chore(*): ng update @angular-eslint/schematics
Lipata May 30, 2024
c260829
chore(*): ng update @angular/cdk @angular/material
Lipata May 30, 2024
34b0891
Merge pull request #3467 from IgniteUI/nalipiev/fix-density
Lipata May 30, 2024
1c8815e
feat(*): updating packages
ChronosSF May 31, 2024
9e2f33f
Merge pull request #3468 from IgniteUI/sstoychev/update-to-rc-18
ChronosSF May 31, 2024
31a4411
fix(*): specifying browser path
ChronosSF May 31, 2024
439d7ea
Merge branch 'vnext' into sstoychev/update-to-rc-18
ChronosSF May 31, 2024
fca6da6
Merge pull request #3469 from IgniteUI/sstoychev/update-to-rc-18
ChronosSF May 31, 2024
ca87115
fix(*): returning to browser builder
ChronosSF May 31, 2024
43ee9fd
Merge branch 'vnext' into sstoychev/update-to-rc-18
ChronosSF May 31, 2024
8401723
Merge pull request #3470 from IgniteUI/sstoychev/update-to-rc-18
ChronosSF May 31, 2024
20d0812
feat(forms): updating the reactive forms sample (#3466)
Marina-L-Stoyanova May 31, 2024
a1b7a32
feat(forms): adding reactive forms stepper sample (#3462)
Marina-L-Stoyanova May 31, 2024
0c4a2ad
feat(forms): changing the igxbutton style in the stepper sample (#3475)
Marina-L-Stoyanova Jun 3, 2024
e094b64
fix(grid-sample): custon button theme issue
SisIvanova Jun 3, 2024
084ea2c
Merge branch 'vnext' into sivanova/fix-3473
simeonoff Jun 3, 2024
bfbdfc9
Merge pull request #3481 from IgniteUI/sivanova/fix-3473
simeonoff Jun 4, 2024
100f92e
refactor(calendar): update samples styles
desig9stein Jun 4, 2024
7a93778
Merge pull request #3485 from IgniteUI/mpopov/fix-calendar-samples
simeonoff Jun 6, 2024
b267e86
chore(*): updating schematics
ChronosSF Jun 6, 2024
3afcc81
chore(*): updating angular
ChronosSF Jun 6, 2024
19cb6ed
chore(*): applying migrations
ChronosSF Jun 6, 2024
a7809e9
chore(*): adding (very) important property
ChronosSF Jun 6, 2024
2053d61
Merge pull request #3488 from IgniteUI/update-to-rc.1
ChronosSF Jun 6, 2024
10a05e3
fix(grid): fix paging styles samples for all grid types
desig9stein Jun 7, 2024
e4d6a5e
Merge pull request #3489 from IgniteUI/mpopov/fix-paging-style-samples
simeonoff Jun 7, 2024
27341ff
chore(*): ng update igniteui-angular
Lipata Jun 7, 2024
2c171d5
chore(*): ng update @igniteui/angular-schematics
Lipata Jun 7, 2024
15d6d5a
fix(combo): remove unnecessary default filtering options
Lipata Jun 7, 2024
a7aa565
chore(combo): shorten syntax of filteringOptions
Lipata Jun 7, 2024
2a7165f
Merge pull request #3491 from IgniteUI/nalipiev/update-18
Lipata Jun 7, 2024
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
Prev Previous commit
Next Next commit
fix(grid): fix paging styles samples for all grid types
desig9stein committed Jun 7, 2024
commit 10a05e374109fa625e1d29f266a08a7b75edaa02
Original file line number Diff line number Diff line change
@@ -7,48 +7,53 @@ $light-gray: #999;
$inactive-color: #9b7829;

$dark-paginator: paginator-theme(
$text-color: $my-secondary,
$background-color: $my-primary,
$border-color: $my-secondary
$text-color: $my-secondary,
$background-color: $my-primary,
$border-color: $my-secondary
);

$dark-button: icon-button-theme(
$foreground: $my-secondary,
$hover-foreground: $dark-gray,
$hover-background: $my-secondary,
$focus-foreground: $dark-gray,
$focus-background: $my-secondary,
$border-color: $my-secondary,
$focus-border-color: $my-secondary,
$disabled-foreground: $inactive-color
$foreground: $my-secondary,
$hover-foreground: $dark-gray,
$hover-background: $my-secondary,
$focus-foreground: $dark-gray,
$focus-background: $my-secondary,
$border-color: $my-secondary,
$focus-border-color: $my-secondary,
$disabled-foreground: $inactive-color
);

$dark-select: select-theme(
$toggle-button-background: $my-primary,
$toggle-button-foreground: $inactive-color,
$toggle-button-background: $my-primary,
$toggle-button-foreground: $inactive-color,
$toggle-button-foreground-filled: $inactive-color,
$toggle-button-foreground-focus: $inactive-color,
$toggle-button-background-focus--border: $my-primary,
);

$dark-input-group: input-group-theme(
$filled-text-color: $my-secondary,
$idle-text-color: $my-secondary,
$focused-text-color: $my-secondary,
$border-color: darken($inactive-color, 10%),
$focused-border-color: $my-secondary,
$input-suffix-color: $my-secondary,
$filled-text-color: $my-secondary,
$idle-text-color: $my-secondary,
$filled-text-hover-color: $my-secondary,
$focused-text-color: $my-secondary,
$border-color: darken($inactive-color, 10%),
$focused-border-color: $my-secondary,
$input-suffix-color: $my-secondary,
);

$dark-drop-down-theme: drop-down-theme(
$background-color: $my-primary,
$item-text-color: $my-secondary,
$selected-item-background: $my-secondary,
$selected-item-text-color: $dark-gray,
$focused-item-background: $my-secondary,
$focused-item-text-color: $dark-gray,
$selected-focus-item-background: $my-secondary,
$selected-focus-item-text-color: $dark-gray,
$selected-hover-item-background: $my-secondary,
$selected-hover-item-text-color: $dark-gray
$background-color: $my-primary,
$item-text-color: $my-secondary,
$selected-item-background: $my-secondary,
$selected-item-text-color: $dark-gray,
$focused-item-background: $my-secondary,
$focused-item-text-color: $dark-gray,
$selected-focus-item-background: $my-secondary,
$selected-focus-item-text-color: $dark-gray,
$selected-hover-item-background: $my-secondary,
$selected-hover-item-text-color: $dark-gray
);

/*INCLUSION by DEFAULT ViewEncapsulation strategy*/

:host {
Original file line number Diff line number Diff line change
@@ -21,48 +21,51 @@ $light-gray: #999;
$inactive-color: #9b7829;

$dark-paginator: paginator-theme(
$text-color: $my-secondary,
$background-color: $my-primary,
$border-color: $my-secondary
$text-color: $my-secondary,
$background-color: $my-primary,
$border-color: $my-secondary
);

$dark-button: button-theme(
$foreground: $my-secondary,
$hover-foreground: $dark-gray,
$hover-background: $my-secondary,
$focus-foreground: $dark-gray,
$focus-background: $my-secondary,
$border-color: $my-secondary,
$hover-border-color: $my-secondary,
$focus-border-color: $my-secondary,
$disabled-foreground: $inactive-color
$dark-button: icon-button-theme(
$foreground: $my-secondary,
$hover-foreground: $dark-gray,
$hover-background: $my-secondary,
$focus-foreground: $dark-gray,
$focus-background: $my-secondary,
$border-color: $my-secondary,
$focus-border-color: $my-secondary,
$disabled-foreground: $inactive-color
);

$dark-select: select-theme(
$toggle-button-background: $my-primary,
$toggle-button-foreground: $inactive-color,
$toggle-button-background: $my-primary,
$toggle-button-foreground: $inactive-color,
$toggle-button-foreground-filled: $inactive-color,
$toggle-button-foreground-focus: $inactive-color,
$toggle-button-background-focus--border: $my-primary,
);

$dark-input-group: input-group-theme(
$filled-text-color: $my-secondary,
$idle-text-color: $my-secondary,
$focused-text-color: $my-secondary,
$border-color: darken($inactive-color, 10%),
$focused-border-color: $my-secondary,
$input-suffix-color: $my-secondary,
$filled-text-color: $my-secondary,
$idle-text-color: $my-secondary,
$filled-text-hover-color: $my-secondary,
$focused-text-color: $my-secondary,
$border-color: darken($inactive-color, 10%),
$focused-border-color: $my-secondary,
$input-suffix-color: $my-secondary,
);

$dark-drop-down-theme: drop-down-theme(
$background-color: $my-primary,
$item-text-color: $my-secondary,
$selected-item-background: $my-secondary,
$selected-item-text-color: $dark-gray,
$focused-item-background: $my-secondary,
$focused-item-text-color: $dark-gray,
$selected-focus-item-background: $my-secondary,
$selected-focus-item-text-color: $dark-gray,
$selected-hover-item-background: $my-secondary,
$selected-hover-item-text-color: $dark-gray
$background-color: $my-primary,
$item-text-color: $my-secondary,
$selected-item-background: $my-secondary,
$selected-item-text-color: $dark-gray,
$focused-item-background: $my-secondary,
$focused-item-text-color: $dark-gray,
$selected-focus-item-background: $my-secondary,
$selected-focus-item-text-color: $dark-gray,
$selected-hover-item-background: $my-secondary,
$selected-hover-item-text-color: $dark-gray
);

:host {
Original file line number Diff line number Diff line change
@@ -13,50 +13,54 @@ $light-gray: #999;
$inactive-color: #9b7829;

$dark-paginator: paginator-theme(
$text-color: $my-secondary,
$background-color: $my-primary,
$border-color: $my-secondary
$text-color: $my-secondary,
$background-color: $my-primary,
$border-color: $my-secondary
);

$dark-button: button-theme(
$foreground: $my-secondary,
$hover-foreground: $dark-gray,
$hover-background: $my-secondary,
$focus-foreground: $dark-gray,
$focus-background: $my-secondary,
$border-color: $my-secondary,
$hover-border-color: $my-secondary,
$focus-border-color: $my-secondary,
$disabled-foreground: $inactive-color
$dark-button: icon-button-theme(
$foreground: $my-secondary,
$hover-foreground: $dark-gray,
$hover-background: $my-secondary,
$focus-foreground: $dark-gray,
$focus-background: $my-secondary,
$border-color: $my-secondary,
$focus-border-color: $my-secondary,
$disabled-foreground: $inactive-color
);

$dark-select: select-theme(
$toggle-button-background: $my-primary,
$toggle-button-foreground: $inactive-color,
$toggle-button-background: $my-primary,
$toggle-button-foreground: $inactive-color,
$toggle-button-foreground-filled: $inactive-color,
$toggle-button-foreground-focus: $inactive-color,
$toggle-button-background-focus--border: $my-primary,
);

$dark-input-group: input-group-theme(
$filled-text-color: $my-secondary,
$idle-text-color: $my-secondary,
$focused-text-color: $my-secondary,
$border-color: darken($inactive-color, 10%),
$focused-border-color: $my-secondary,
$input-suffix-color: $my-secondary,
$filled-text-color: $my-secondary,
$idle-text-color: $my-secondary,
$filled-text-hover-color: $my-secondary,
$focused-text-color: $my-secondary,
$border-color: darken($inactive-color, 10%),
$focused-border-color: $my-secondary,
$input-suffix-color: $my-secondary,
);

$dark-drop-down-theme: drop-down-theme(
$background-color: $my-primary,
$item-text-color: $my-secondary,
$selected-item-background: $my-secondary,
$selected-item-text-color: $dark-gray,
$focused-item-background: $my-secondary,
$focused-item-text-color: $dark-gray,
$selected-focus-item-background: $my-secondary,
$selected-focus-item-text-color: $dark-gray,
$selected-hover-item-background: $my-secondary,
$selected-hover-item-text-color: $dark-gray
$background-color: $my-primary,
$item-text-color: $my-secondary,
$selected-item-background: $my-secondary,
$selected-item-text-color: $dark-gray,
$focused-item-background: $my-secondary,
$focused-item-text-color: $dark-gray,
$selected-focus-item-background: $my-secondary,
$selected-focus-item-text-color: $dark-gray,
$selected-hover-item-background: $my-secondary,
$selected-hover-item-text-color: $dark-gray
);


:host {
::ng-deep {
@include css-vars($dark-drop-down-theme);