Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 4f999e0

Browse files
author
eksrvb
committed
update test data
1 parent 1038377 commit 4f999e0

File tree

2 files changed

+6
-15
lines changed

2 files changed

+6
-15
lines changed

projects/lib-workspace/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</div>
3030

3131
<div class="mat-app-background" style="height: 80%;">
32-
<calendar-panel [placeholderDay]="placeholder" [dataSource]="dataSource" [year]="2021" [month]="5"
32+
<calendar-panel [placeholderDay]="placeholder" [dataSource]="dataSource" [year]="2021" [month]="7"
3333
[monthsBefore]="monthsBefore" [monthsAfter]="monthsAfter" [config]="calendarConfig"
3434
(clickDate)="testMethod($event)">
3535
</calendar-panel>

projects/lib-workspace/src/app/app.component.ts

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,32 +37,23 @@ export class AppComponent implements OnInit {
3737

3838
dataSource: DayC[] = [
3939
{
40-
date: 1624312800000,
40+
date: 1634594400000,
4141
backgroundColor: '#0167c7',
4242
toolTip: 'Test ToolTip First',
43-
badgeMode: 'Icon',
44-
badgeInt: 5,
45-
badgeIcon: 'edit'
4643
},
4744
{
48-
date: 1624312800000,
45+
date: 1634594400000,
4946
backgroundColor: 'rgb(6, 182, 0)',
5047
toolTip: 'Test ToolTip Second',
51-
badgeMode: 'Icon',
52-
badgeInt: 5,
53-
badgeIcon: 'edit'
5448
},
5549
{
56-
date: 1624658400000,
50+
date: 1634853600000,
5751
backgroundColor: 'rgb(6, 182, 0)',
5852
toolTip: 'Test ToolTip 2',
59-
/* badgeMode: 'Icon',
60-
badgeInt: 5,
61-
badgeIcon: 'edit' */
6253
},
6354
{
64-
date: 1604199900000,
65-
backgroundColor: 'blue'
55+
date: 1635544800000,
56+
backgroundColor: 'lightblue'
6657
}
6758
]
6859

0 commit comments

Comments
 (0)