Skip to content

Commit 587320d

Browse files
authored
Merge pull request #3287 from IgniteUI/snovoselski/update-extras-15.1.1
chore(dependencies): upgrade igniteui-angular-extras 15.1.1
2 parents 560afba + 8724d09 commit 587320d

14 files changed

Lines changed: 38 additions & 38 deletions

File tree

package-lock.json

Lines changed: 10 additions & 10 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
@@ -56,6 +56,7 @@
5656
"@angular/platform-browser-dynamic": "^15.2.3",
5757
"@angular/router": "^15.2.3",
5858
"@igniteui/material-icons-extended": "^2.10.0",
59+
"igniteui-angular-extras": "^15.1.1",
5960
"@microsoft/signalr": "^5.0.11",
6061
"@ng-bootstrap/ng-bootstrap": "^14.0.0",
6162
"@popperjs/core": "2.11.6",
@@ -68,7 +69,6 @@
6869
"igniteui-angular": "^15.1.0",
6970
"igniteui-angular-charts": "^15.0.0",
7071
"igniteui-angular-core": "^15.0.0",
71-
"igniteui-angular-extras": "^15.1.0",
7272
"igniteui-angular-i18n": "^15.0.15",
7373
"igniteui-dockmanager": "^1.12.3",
7474
"igniteui-live-editing": "^2.0.6",
@@ -112,4 +112,4 @@
112112
"typescript": "4.9.5",
113113
"webpack-bundle-analyzer": "^4.5.0"
114114
}
115-
}
115+
}

src/app/data-entries/rating/rating-form/rating-form.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ <h4 igxCardHeaderTitle>{{ product.ProductName }}</h4>
1717
<igc-rating [(ngModel)]="product.UserRating" name="userRating"></igc-rating>
1818
</igx-card-content>
1919
<igx-card-actions>
20-
<button igxButton="outlined" igxRipple>Buy again</button>
20+
<button igxButton="outlined" igxRipple igxStart>Buy again</button>
2121
<button igxButton="icon"
2222
igxRipple
2323
[igxRippleCentered]="true"
24-
*ngFor="let icon of product.icons">
24+
*ngFor="let icon of product.icons" igxEnd>
2525
<igx-icon [style.color]="'#ECAA53'">{{icon}}</igx-icon>
2626
</button>
2727
</igx-card-actions>

src/app/layouts/card/card-sample-1/card-sample-1.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h5 igxCardHeaderSubtitle>{{card.subtitle}}</h5>
1111
<igx-divider></igx-divider>
1212

1313
<igx-card-actions layout="justify">
14-
<button *ngFor="let icon of card.icons;" igxButton="icon" igxRipple [igxRippleCentered]="true">
14+
<button *ngFor="let icon of card.icons;" igxButton="icon" igxRipple [igxRippleCentered]="true" igxEnd>
1515
<igx-icon>{{icon}}</igx-icon>
1616
</button>
1717
</igx-card-actions>

src/app/layouts/card/card-sample-2/card-sample-2.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h5 igxCardHeaderSubtitle>{{card.subtitle}}</h5>
1717
<igx-divider [vertical]="horizontal"></igx-divider>
1818

1919
<igx-card-actions layout="justify">
20-
<button *ngFor="let icon of card.icons;" igxButton="icon" igxRipple [igxRippleCentered]="true">
20+
<button *ngFor="let icon of card.icons;" igxButton="icon" igxRipple [igxRippleCentered]="true" igxEnd>
2121
<igx-icon>{{icon}}</igx-icon>
2222
</button>
2323
</igx-card-actions>

src/app/layouts/card/card-sample-3/card-sample-3.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ <h5 igxCardHeaderSubtitle>{{card.subtitle}}</h5>
1212
</igx-card-content>
1313

1414
<igx-card-actions [vertical]="false">
15-
<button *ngFor="let button of card.buttons;" igxButton="flat" igxRipple>
15+
<button *ngFor="let button of card.buttons;" igxButton="flat" igxRipple igxStart>
1616
{{button}}
1717
</button>
1818
</igx-card-actions>

src/app/layouts/card/card-sample-4/card-sample-4.component.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h5 igxCardHeaderSubtitle>{{ cards[1].subtitle }}</h5>
6464
<igx-divider></igx-divider>
6565

6666
<igx-card-actions>
67-
<button (click)="toggleDetails()" igxButton igxRipple>{{cards[1].buttons}}</button>
67+
<button (click)="toggleDetails()" igxButton igxRipple igxStart>{{cards[1].buttons}}</button>
6868
</igx-card-actions>
6969
</igx-card>
7070
</article>
@@ -95,7 +95,7 @@ <h5 igxCardHeaderSubtitle>{{ cards[0].subtitle }}</h5>
9595
</igx-card-content>
9696

9797
<igx-card-actions>
98-
<button igxButton igxRipple *ngFor="let button of cards[0].buttons">{{ button }}</button>
98+
<button igxButton igxRipple *ngFor="let button of cards[0].buttons" igxStart>{{ button }}</button>
9999
</igx-card-actions>
100100
</igx-card>
101101
</article>
@@ -117,8 +117,8 @@ <h5 igxCardHeaderSubtitle>Photographer</h5>
117117
</igx-card-content>
118118

119119
<igx-card-actions>
120-
<button igxButton>Like</button>
121-
<button igxButton>Share</button>
120+
<button igxButton igxStart>Like</button>
121+
<button igxButton igxStart>Share</button>
122122
</igx-card-actions>
123123
</igx-card>
124124
</article>

src/app/layouts/card/card-styling-sample/card-styling-sample.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ <h5 igxCardHeaderSubtitle>{{ card.subtitle }}</h5>
1717
<button igxButton="icon"
1818
igxRipple
1919
[igxRippleCentered]="true"
20-
*ngFor="let icon of card.icons">
20+
*ngFor="let icon of card.icons" igxEnd>
2121
<igx-icon [style.color]="'#ECAA53'">{{icon}}</igx-icon>
2222
</button>
2323
</igx-card-actions>

src/app/layouts/card/card.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ <h5 igxCardHeaderSubtitle>{{ card.subtitle }}</h5>
1414
</igx-card-content>
1515

1616
<igx-card-actions>
17-
<button igxButton igxRipple *ngFor="let button of card.buttons">{{ button }}</button>
17+
<button igxButton igxRipple *ngFor="let button of card.buttons" igxStart>{{ button }}</button>
1818
<button igxButton="icon"
1919
igxRipple
2020
[igxRippleCentered]="true"
21-
*ngFor="let icon of card.icons">
21+
*ngFor="let icon of card.icons" igxEnd>
2222
<igx-icon>{{icon}}</igx-icon>
2323
</button>
2424
</igx-card-actions>

src/app/layouts/carousel/carousel-animations-sample/carousel-animations-sample.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h4 igxCardHeaderTitle>{{slide.heading}}</h4>
2727
</igx-card-media>
2828

2929
<igx-card-actions>
30-
<a igxButton href="{{slide.link}}" target="_blank" rel="noopener" style="text-decoration: none;">visit page</a>
30+
<a igxButton href="{{slide.link}}" target="_blank" rel="noopener" style="text-decoration: none;" igxStart>visit page</a>
3131
</igx-card-actions>
3232
</igx-card>
3333
</div>

0 commit comments

Comments
 (0)