Skip to content

Commit 05b149a

Browse files
author
pipeline
committed
v20.3.56 is released
1 parent 26ba100 commit 05b149a

File tree

5 files changed

+9
-18
lines changed

5 files changed

+9
-18
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ej2-angular-samples",
3-
"version": "20.3.47",
3+
"version": "20.3.56",
44
"private": true,
55
"dependencies": {
66
"@angular/animations": "~10.0.0",

src/app/gantt/event-markers-stackb.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/app/gantt/event-markers.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export class GanttEventMarkersComponent implements OnInit {
4141
this.eventMarkers = [
4242
{
4343
day: new Date('04/02/2019'),
44+
label:"Project starts"
4445
}, {
4546
day: new Date("04/09/2019"),
4647
label: 'Research phase'

src/app/gantt/header-template-stackb.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/app/gantt/header-template.html

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,37 @@
11
<style>
2-
/deep/ .material img.resource, /deep/ .fabric img.resource, /deep/ .bootstrap img.resource,
3-
/deep/ .tailwind img.resource, /deep/ .bootstrap5 img.resource, /deep/ .bootstrap4 img.resource,
4-
/deep/ .fluent img.resource{
2+
/deep/ img.resource{
53
content: url("./assets/gantt/images/Resources.png");
64
}
75
/deep/ .material-dark img.resource, /deep/ .fabric-dark img.resource, /deep/ .bootstrap-dark img.resource,
86
/deep/ .tailwind-dark img.resource, /deep/ .bootstrap5-dark img.resource, /deep/ .highcontrast img.resource,
97
/deep/ .fluent-dark img.resource{
108
content: url("./assets/gantt/images/ResourcesDark.png");
119
}
12-
/deep/ .material img.taskName, /deep/ .fabric img.taskName, /deep/ .bootstrap img.taskName,
13-
/deep/ .tailwind img.taskName, /deep/ .bootstrap5 img.taskName, /deep/ .bootstrap4 img.taskName,
14-
/deep/ .fluent img.taskName{
10+
/deep/ img.taskName{
1511
content: url("./assets/gantt/images/Task name.png");
1612
}
1713
/deep/ .material-dark img.taskName, /deep/ .fabric-dark img.taskName, /deep/ .bootstrap-dark img.taskName,
1814
/deep/ .tailwind-dark img.taskName, /deep/ .bootstrap5-dark img.taskName, /deep/ .highcontrast img.taskName,
1915
/deep/ .fluent-dark img.taskName{
2016
content: url("./assets/gantt/images/TaskNameDark.png");
2117
}
22-
/deep/ .material img.startDate, /deep/ .fabric img.startDate, /deep/ .bootstrap img.startDate,
23-
/deep/ .tailwind img.startDate, /deep/ .bootstrap5 img.startDate, /deep/ .bootstrap4 img.startDate,
24-
/deep/ .fluent img.startDate{
18+
/deep/ img.startDate{
2519
content: url("./assets/gantt/images/Start date.png");
2620
}
2721
/deep/ .material-dark img.startDate, /deep/ .fabric-dark img.startDate, /deep/ .bootstrap-dark img.startDate,
2822
/deep/ .tailwind-dark img.startDate, /deep/ .bootstrap5-dark img.startDate, /deep/ .highcontrast img.startDate,
2923
/deep/ .fluent-dark img.startDate{
3024
content: url("./assets/gantt/images/StartDateDark.png");
3125
}
32-
/deep/ .material img.duration, /deep/ .fabric img.duration, /deep/ .bootstrap img.duration,
33-
/deep/ .tailwind img.duration, /deep/ .bootstrap5 img.duration, /deep/ .bootstrap4 img.duration,
34-
/deep/ .fluent img.duration{
26+
/deep/ img.duration{
3527
content: url("./assets/gantt/images/Duration.png");
3628
}
3729
/deep/ .material-dark img.duration, /deep/ .fabric-dark img.duration, /deep/ .bootstrap-dark img.duration,
3830
/deep/ .tailwind-dark img.duration, /deep/ .bootstrap5-dark img.duration, /deep/ .highcontrast img.duration,
3931
/deep/ .fluent-dark img.duration{
4032
content: url("./assets/gantt/images/DurationDark.png");
4133
}
42-
/deep/ .material img.progressTemplate, /deep/ .fabric img.progressTemplate, /deep/ .bootstrap img.progressTemplate,
43-
/deep/ .tailwind img.progressTemplate, /deep/ .bootstrap5 img.progressTemplate, /deep/ .bootstrap4 img.progressTemplate,
44-
/deep/ .fluent img.progressTemplate{
34+
/deep/ img.progressTemplate{
4535
content: url("./assets/gantt/images/Progress.png");
4636
}
4737
/deep/ .material-dark img.progressTemplate, /deep/ .fabric-dark img.progressTemplate, /deep/ .bootstrap-dark img.progressTemplate,

0 commit comments

Comments
 (0)