Skip to content

Commit ef44893

Browse files
author
pipeline
committed
v31.2.2 is released
1 parent 4ddbaae commit ef44893

File tree

136 files changed

+141
-148
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+141
-148
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"styleDependency": ["ej2"],
66
"github": ["/source/**/*.{css,ts,html,json}", "!/source/**/*.{d.ts,ngfactory.ts,ngstyle.ts,ngsummary.json}", "./styles/images{,/**}", "./styles/{index.css,highlight.css}", "./styles/*.scss", "./dist/zone.min.js", "/source/**/images{,/**}", "/source/common/cldr-data{,/**}", "./index.html", "./favicon.ico", "package.json", "tsconfig-aot.json", "webpack.config.js", "license"],
77
"publishSamples": ["./output/**/*.*"],
8-
"releaseVersion": "31.1.17",
8+
"releaseVersion": "31.2.2",
99
"platform": "angular",
1010
"customNames": [
1111
"listview",

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": "31.1.17",
3+
"version": "31.2.2",
44
"private": true,
55
"dependencies": {
66
"@angular/animations": "17.1.2",

src/app/gantt/advanced-exporting-stackb.json

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

src/app/gantt/advanced-exporting.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export class GanttAdvancedExportingComponent implements OnInit {
4242
public gridLines: string;
4343
public labelSettings: object;
4444
public projectStartDate: Date;
45-
public projectEndDate: Date;
4645
public toolbar: string[];
4746
public splitterSettings: object;
4847
public columns: object[];
@@ -125,7 +124,6 @@ export class GanttAdvancedExportingComponent implements OnInit {
125124
};
126125
this.gridLines = 'Both';
127126
this.projectStartDate = new Date('03/30/2025');
128-
this.projectEndDate = new Date('07/20/2025');
129127
this.resources = editingResources;
130128
this.splitterSettings = {
131129
columnIndex: 3,

src/app/gantt/advanced-exporting.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
dateFormat="MMM dd, y" [taskFields]="taskSettings" [eventMarkers]="eventMarkers" [holidays]="holidays"
2727
[columns]="columns" [timelineSettings]="timelineSettings" [treeColumnIndex]="1" [allowPdfExport]="true"
2828
[allowSelection]="true" [projectStartDate]="projectStartDate"
29-
[projectEndDate]="projectEndDate" [highlightWeekends]="true" [gridLines]="gridLines" [toolbar]="toolbar"
29+
[highlightWeekends]="true" [gridLines]="gridLines" [toolbar]="toolbar"
3030
[resourceFields]="resourceFields" [resources]="resources"
3131
(pdfQueryTaskbarInfo)="pdfQueryTaskbarInfo($event)" (queryTaskbarInfo)="queryTaskbarInfo($event)"
3232
(toolbarClick)="toolbarClick($event)" [splitterSettings]="splitterSettings">

src/app/gantt/advanced-filtering-stackb.json

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

src/app/gantt/baseline-stackb.json

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

src/app/gantt/column-menu-stackb.json

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

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

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

src/app/gantt/constraints-stackb.json

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

0 commit comments

Comments
 (0)