Skip to content

Commit

Permalink
v20.3.56 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
pipeline committed Nov 10, 2022
1 parent 26ba100 commit 05b149a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ej2-angular-samples",
"version": "20.3.47",
"version": "20.3.56",
"private": true,
"dependencies": {
"@angular/animations": "~10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/app/gantt/event-markers-stackb.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/app/gantt/event-markers.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export class GanttEventMarkersComponent implements OnInit {
this.eventMarkers = [
{
day: new Date('04/02/2019'),
label:"Project starts"
}, {
day: new Date("04/09/2019"),
label: 'Research phase'
Expand Down
2 changes: 1 addition & 1 deletion src/app/gantt/header-template-stackb.json

Large diffs are not rendered by default.

20 changes: 5 additions & 15 deletions src/app/gantt/header-template.html
Original file line number Diff line number Diff line change
@@ -1,47 +1,37 @@
<style>
/deep/ .material img.resource, /deep/ .fabric img.resource, /deep/ .bootstrap img.resource,
/deep/ .tailwind img.resource, /deep/ .bootstrap5 img.resource, /deep/ .bootstrap4 img.resource,
/deep/ .fluent img.resource{
/deep/ img.resource{
content: url("./assets/gantt/images/Resources.png");
}
/deep/ .material-dark img.resource, /deep/ .fabric-dark img.resource, /deep/ .bootstrap-dark img.resource,
/deep/ .tailwind-dark img.resource, /deep/ .bootstrap5-dark img.resource, /deep/ .highcontrast img.resource,
/deep/ .fluent-dark img.resource{
content: url("./assets/gantt/images/ResourcesDark.png");
}
/deep/ .material img.taskName, /deep/ .fabric img.taskName, /deep/ .bootstrap img.taskName,
/deep/ .tailwind img.taskName, /deep/ .bootstrap5 img.taskName, /deep/ .bootstrap4 img.taskName,
/deep/ .fluent img.taskName{
/deep/ img.taskName{
content: url("./assets/gantt/images/Task name.png");
}
/deep/ .material-dark img.taskName, /deep/ .fabric-dark img.taskName, /deep/ .bootstrap-dark img.taskName,
/deep/ .tailwind-dark img.taskName, /deep/ .bootstrap5-dark img.taskName, /deep/ .highcontrast img.taskName,
/deep/ .fluent-dark img.taskName{
content: url("./assets/gantt/images/TaskNameDark.png");
}
/deep/ .material img.startDate, /deep/ .fabric img.startDate, /deep/ .bootstrap img.startDate,
/deep/ .tailwind img.startDate, /deep/ .bootstrap5 img.startDate, /deep/ .bootstrap4 img.startDate,
/deep/ .fluent img.startDate{
/deep/ img.startDate{
content: url("./assets/gantt/images/Start date.png");
}
/deep/ .material-dark img.startDate, /deep/ .fabric-dark img.startDate, /deep/ .bootstrap-dark img.startDate,
/deep/ .tailwind-dark img.startDate, /deep/ .bootstrap5-dark img.startDate, /deep/ .highcontrast img.startDate,
/deep/ .fluent-dark img.startDate{
content: url("./assets/gantt/images/StartDateDark.png");
}
/deep/ .material img.duration, /deep/ .fabric img.duration, /deep/ .bootstrap img.duration,
/deep/ .tailwind img.duration, /deep/ .bootstrap5 img.duration, /deep/ .bootstrap4 img.duration,
/deep/ .fluent img.duration{
/deep/ img.duration{
content: url("./assets/gantt/images/Duration.png");
}
/deep/ .material-dark img.duration, /deep/ .fabric-dark img.duration, /deep/ .bootstrap-dark img.duration,
/deep/ .tailwind-dark img.duration, /deep/ .bootstrap5-dark img.duration, /deep/ .highcontrast img.duration,
/deep/ .fluent-dark img.duration{
content: url("./assets/gantt/images/DurationDark.png");
}
/deep/ .material img.progressTemplate, /deep/ .fabric img.progressTemplate, /deep/ .bootstrap img.progressTemplate,
/deep/ .tailwind img.progressTemplate, /deep/ .bootstrap5 img.progressTemplate, /deep/ .bootstrap4 img.progressTemplate,
/deep/ .fluent img.progressTemplate{
/deep/ img.progressTemplate{
content: url("./assets/gantt/images/Progress.png");
}
/deep/ .material-dark img.progressTemplate, /deep/ .fabric-dark img.progressTemplate, /deep/ .bootstrap-dark img.progressTemplate,
Expand Down

0 comments on commit 05b149a

Please sign in to comment.