@progress/kendo-angular-gantt 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdn/js/kendo-angular-gantt.js +2 -2
- package/dist/cdn/main.js +1 -1
- package/dist/es/gantt.component.js +3 -3
- package/dist/es/package-metadata.js +1 -1
- package/dist/es2015/gantt.component.d.ts +21 -0
- package/dist/es2015/gantt.component.js +3 -3
- package/dist/es2015/index.metadata.json +1 -1
- package/dist/es2015/package-metadata.js +1 -1
- package/dist/fesm2015/index.js +4 -4
- package/dist/fesm5/index.js +4 -4
- package/dist/npm/gantt.component.js +3 -3
- package/dist/npm/package-metadata.js +1 -1
- package/dist/systemjs/kendo-angular-gantt.js +1 -1
- package/package.json +7 -6
- package/schematics/ngAdd/index.js +4 -4
|
@@ -9,7 +9,7 @@ export const packageMetadata = {
|
|
|
9
9
|
name: '@progress/kendo-angular-gantt',
|
|
10
10
|
productName: 'Kendo UI for Angular',
|
|
11
11
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1647344447,
|
|
13
13
|
version: '',
|
|
14
14
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
15
15
|
};
|
package/dist/fesm2015/index.js
CHANGED
|
@@ -33,7 +33,7 @@ const packageMetadata = {
|
|
|
33
33
|
name: '@progress/kendo-angular-gantt',
|
|
34
34
|
productName: 'Kendo UI for Angular',
|
|
35
35
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
36
|
-
publishDate:
|
|
36
|
+
publishDate: 1647344447,
|
|
37
37
|
version: '',
|
|
38
38
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
39
39
|
};
|
|
@@ -3780,15 +3780,15 @@ __decorate([
|
|
|
3780
3780
|
__metadata("design:type", GanttTimelineComponent)
|
|
3781
3781
|
], GanttComponent.prototype, "timeline", void 0);
|
|
3782
3782
|
__decorate([
|
|
3783
|
-
ContentChild(GanttTaskContentTemplateDirective, { static:
|
|
3783
|
+
ContentChild(GanttTaskContentTemplateDirective, { static: false }),
|
|
3784
3784
|
__metadata("design:type", GanttTaskContentTemplateDirective)
|
|
3785
3785
|
], GanttComponent.prototype, "taskContentTemplate", void 0);
|
|
3786
3786
|
__decorate([
|
|
3787
|
-
ContentChild(GanttTaskTemplateDirective, { static:
|
|
3787
|
+
ContentChild(GanttTaskTemplateDirective, { static: false }),
|
|
3788
3788
|
__metadata("design:type", GanttTaskTemplateDirective)
|
|
3789
3789
|
], GanttComponent.prototype, "taskTemplate", void 0);
|
|
3790
3790
|
__decorate([
|
|
3791
|
-
ContentChild(GanttSummaryTaskTemplateDirective, { static:
|
|
3791
|
+
ContentChild(GanttSummaryTaskTemplateDirective, { static: false }),
|
|
3792
3792
|
__metadata("design:type", GanttSummaryTaskTemplateDirective)
|
|
3793
3793
|
], GanttComponent.prototype, "summaryTaskTemplate", void 0);
|
|
3794
3794
|
__decorate([
|
package/dist/fesm5/index.js
CHANGED
|
@@ -33,7 +33,7 @@ var packageMetadata = {
|
|
|
33
33
|
name: '@progress/kendo-angular-gantt',
|
|
34
34
|
productName: 'Kendo UI for Angular',
|
|
35
35
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
36
|
-
publishDate:
|
|
36
|
+
publishDate: 1647344447,
|
|
37
37
|
version: '',
|
|
38
38
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
39
39
|
};
|
|
@@ -3935,15 +3935,15 @@ var GanttComponent = /** @class */ (function () {
|
|
|
3935
3935
|
__metadata("design:type", GanttTimelineComponent)
|
|
3936
3936
|
], GanttComponent.prototype, "timeline", void 0);
|
|
3937
3937
|
__decorate([
|
|
3938
|
-
ContentChild(GanttTaskContentTemplateDirective, { static:
|
|
3938
|
+
ContentChild(GanttTaskContentTemplateDirective, { static: false }),
|
|
3939
3939
|
__metadata("design:type", GanttTaskContentTemplateDirective)
|
|
3940
3940
|
], GanttComponent.prototype, "taskContentTemplate", void 0);
|
|
3941
3941
|
__decorate([
|
|
3942
|
-
ContentChild(GanttTaskTemplateDirective, { static:
|
|
3942
|
+
ContentChild(GanttTaskTemplateDirective, { static: false }),
|
|
3943
3943
|
__metadata("design:type", GanttTaskTemplateDirective)
|
|
3944
3944
|
], GanttComponent.prototype, "taskTemplate", void 0);
|
|
3945
3945
|
__decorate([
|
|
3946
|
-
ContentChild(GanttSummaryTaskTemplateDirective, { static:
|
|
3946
|
+
ContentChild(GanttSummaryTaskTemplateDirective, { static: false }),
|
|
3947
3947
|
__metadata("design:type", GanttSummaryTaskTemplateDirective)
|
|
3948
3948
|
], GanttComponent.prototype, "summaryTaskTemplate", void 0);
|
|
3949
3949
|
__decorate([
|
|
@@ -1307,15 +1307,15 @@ var GanttComponent = /** @class */ (function () {
|
|
|
1307
1307
|
tslib_1.__metadata("design:type", gantt_timeline_component_1.GanttTimelineComponent)
|
|
1308
1308
|
], GanttComponent.prototype, "timeline", void 0);
|
|
1309
1309
|
tslib_1.__decorate([
|
|
1310
|
-
core_1.ContentChild(task_content_template_directive_1.GanttTaskContentTemplateDirective, { static:
|
|
1310
|
+
core_1.ContentChild(task_content_template_directive_1.GanttTaskContentTemplateDirective, { static: false }),
|
|
1311
1311
|
tslib_1.__metadata("design:type", task_content_template_directive_1.GanttTaskContentTemplateDirective)
|
|
1312
1312
|
], GanttComponent.prototype, "taskContentTemplate", void 0);
|
|
1313
1313
|
tslib_1.__decorate([
|
|
1314
|
-
core_1.ContentChild(task_template_directive_1.GanttTaskTemplateDirective, { static:
|
|
1314
|
+
core_1.ContentChild(task_template_directive_1.GanttTaskTemplateDirective, { static: false }),
|
|
1315
1315
|
tslib_1.__metadata("design:type", task_template_directive_1.GanttTaskTemplateDirective)
|
|
1316
1316
|
], GanttComponent.prototype, "taskTemplate", void 0);
|
|
1317
1317
|
tslib_1.__decorate([
|
|
1318
|
-
core_1.ContentChild(summary_task_template_directive_1.GanttSummaryTaskTemplateDirective, { static:
|
|
1318
|
+
core_1.ContentChild(summary_task_template_directive_1.GanttSummaryTaskTemplateDirective, { static: false }),
|
|
1319
1319
|
tslib_1.__metadata("design:type", summary_task_template_directive_1.GanttSummaryTaskTemplateDirective)
|
|
1320
1320
|
], GanttComponent.prototype, "summaryTaskTemplate", void 0);
|
|
1321
1321
|
tslib_1.__decorate([
|
|
@@ -11,7 +11,7 @@ exports.packageMetadata = {
|
|
|
11
11
|
name: '@progress/kendo-angular-gantt',
|
|
12
12
|
productName: 'Kendo UI for Angular',
|
|
13
13
|
productCodes: ['KENDOUIANGULAR', 'KENDOUICOMPLETE'],
|
|
14
|
-
publishDate:
|
|
14
|
+
publishDate: 1647344447,
|
|
15
15
|
version: '',
|
|
16
16
|
licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/?utm_medium=product&utm_source=kendoangular&utm_campaign=kendo-ui-angular-purchase-license-keys-warning'
|
|
17
17
|
};
|