File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
dev/src/ion2-calendar/components Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export const ION_CAL_VALUE_ACCESSOR: Provider = {
35
35
(click)="switchView()">
36
36
{{ _monthFormat(monthOpt.original.time) }}
37
37
<ion-icon class="arrow-dropdown"
38
- [name]="_view === 'days' ? 'md-arrow-dropdown ' : 'md-arrow-dropup '"></ion-icon>
38
+ [name]="_view === 'days' ? 'caret-down-outline ' : 'caret-up-outline '"></ion-icon>
39
39
</ion-button>
40
40
</ng-template>
41
41
<ng-template #title>
@@ -46,10 +46,10 @@ export const ION_CAL_VALUE_ACCESSOR: Provider = {
46
46
</ng-template>
47
47
<ng-template [ngIf]="_showToggleButtons">
48
48
<ion-button type="button" fill="clear" class="back" [disabled]="!canBack()" (click)="prev()">
49
- <ion-icon slot="icon-only" size="small" name="ios-arrow- back"></ion-icon>
49
+ <ion-icon slot="icon-only" size="small" name="chevron- back-outline "></ion-icon>
50
50
</ion-button>
51
51
<ion-button type="button" fill="clear" class="forward" [disabled]="!canNext()" (click)="next()">
52
- <ion-icon slot="icon-only" size="small" name="ios-arrow- forward"></ion-icon>
52
+ <ion-icon slot="icon-only" size="small" name="chevron- forward-outline "></ion-icon>
53
53
</ion-button>
54
54
</ng-template>
55
55
</div>
Original file line number Diff line number Diff line change 37
37
"gulp-clean" : " ^0.4.0" ,
38
38
"gulp-ext-replace" : " ^0.3.0" ,
39
39
"gulp-sass" : " ^4.0.1" ,
40
- "ionicons" : " 4. 5.1" ,
40
+ "ionicons" : " 5.1.2 " ,
41
41
"moment" : " ^2.23.0" ,
42
42
"ng-packagr" : " ^2.0.0" ,
43
43
"npm-run-all" : " ^4.1.2" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export const ION_CAL_VALUE_ACCESSOR: Provider = {
34
34
(click)="switchView()">
35
35
{{ _monthFormat(monthOpt.original.time) }}
36
36
<ion-icon class="arrow-dropdown"
37
- [name]="_view === 'days' ? 'md-arrow-dropdown ' : 'md-arrow-dropup '"></ion-icon>
37
+ [name]="_view === 'days' ? 'caret-down-outline ' : 'caret-up-outline '"></ion-icon>
38
38
</ion-button>
39
39
</ng-template>
40
40
<ng-template #title>
@@ -44,10 +44,10 @@ export const ION_CAL_VALUE_ACCESSOR: Provider = {
44
44
</ng-template>
45
45
<ng-template [ngIf]="_showToggleButtons">
46
46
<ion-button type="button" fill="clear" class="back" [disabled]="!canBack()" (click)="prev()">
47
- <ion-icon slot="icon-only" size="small" name="ios-arrow- back"></ion-icon>
47
+ <ion-icon slot="icon-only" size="small" name="chevron- back-outline "></ion-icon>
48
48
</ion-button>
49
49
<ion-button type="button" fill="clear" class="forward" [disabled]="!canNext()" (click)="next()">
50
- <ion-icon slot="icon-only" size="small" name="ios-arrow- forward"></ion-icon>
50
+ <ion-icon slot="icon-only" size="small" name="chevron- forward-outline "></ion-icon>
51
51
</ion-button>
52
52
</ng-template>
53
53
</div>
You can’t perform that action at this time.
0 commit comments