@progress/kendo-angular-gantt 20.1.2-develop.2 → 21.0.0-develop.2
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/esm2022/binding-directives/flat-binding.directive.mjs +3 -3
- package/esm2022/binding-directives/hierarchy-binding.directive.mjs +3 -3
- package/esm2022/columns/cell-template.directive.mjs +5 -5
- package/esm2022/columns/column-base.component.mjs +3 -3
- package/esm2022/columns/column-group.component.mjs +5 -5
- package/esm2022/columns/column-menu-template.directive.mjs +5 -5
- package/esm2022/columns/column.component.mjs +5 -5
- package/esm2022/columns/edit-template.directive.mjs +5 -5
- package/esm2022/columns/filter-cell-template.directive.mjs +5 -5
- package/esm2022/columns/filter-menu-template.directive.mjs +5 -5
- package/esm2022/columns/footer-template.directive.mjs +5 -5
- package/esm2022/columns/header-template.directive.mjs +5 -5
- package/esm2022/columns/span-column.component.mjs +5 -5
- package/esm2022/common/mapping.service.mjs +3 -3
- package/esm2022/common/option-changes.service.mjs +3 -3
- package/esm2022/dependencies/dependency-dom.service.mjs +4 -4
- package/esm2022/dependencies/gantt-dependency.directive.mjs +4 -4
- package/esm2022/dragging/dependency-drag-create.directive.mjs +4 -4
- package/esm2022/dragging/drag-validation-tooltip.component.mjs +3 -3
- package/esm2022/dragging/task-drag.directive.mjs +4 -4
- package/esm2022/dragging/task-drag.service.mjs +4 -4
- package/esm2022/editing/add-task.component.mjs +4 -4
- package/esm2022/editing/dependencies-table.component.mjs +4 -4
- package/esm2022/editing/edit-dialog.component.mjs +4 -4
- package/esm2022/editing/edit.service.mjs +4 -4
- package/esm2022/editing/task-fields.component.mjs +4 -4
- package/esm2022/expanded-state/expandable.directive.mjs +3 -3
- package/esm2022/gantt.component.mjs +5 -5
- package/esm2022/gantt.module.mjs +4 -4
- package/esm2022/localization/custom-messages.component.mjs +4 -4
- package/esm2022/localization/gantt-localization.service.mjs +4 -4
- package/esm2022/localization/localized-messages.directive.mjs +4 -4
- package/esm2022/localization/messages.mjs +3 -3
- package/esm2022/navigation/navigation.service.mjs +4 -4
- package/esm2022/package-metadata.mjs +2 -2
- package/esm2022/rendering/gantt-header-table-body.component.mjs +3 -3
- package/esm2022/rendering/gantt-milestone-task.component.mjs +4 -4
- package/esm2022/rendering/gantt-summary-task.component.mjs +4 -4
- package/esm2022/rendering/gantt-task-base.mjs +4 -4
- package/esm2022/rendering/gantt-task.component.mjs +4 -4
- package/esm2022/rendering/gantt-tasks-table-body.component.mjs +4 -4
- package/esm2022/scrolling/scroll-sync.service.mjs +4 -4
- package/esm2022/scrolling/timeline-scroll.directive.mjs +4 -4
- package/esm2022/scrolling/timeline-scroll.service.mjs +4 -4
- package/esm2022/selection/selectable.directive.mjs +4 -4
- package/esm2022/template-directives/summary-task-template.directive.mjs +5 -5
- package/esm2022/template-directives/task-content-template.directive.mjs +5 -5
- package/esm2022/template-directives/task-template.directive.mjs +5 -5
- package/esm2022/template-directives/task-tooltip-template.directive.mjs +5 -5
- package/esm2022/timeline/current-time-marker.service.mjs +4 -4
- package/esm2022/timeline/gantt-timeline.component.mjs +5 -5
- package/esm2022/timeline/timeline-day-view.component.mjs +4 -4
- package/esm2022/timeline/timeline-day-view.service.mjs +4 -4
- package/esm2022/timeline/timeline-month-view.component.mjs +4 -4
- package/esm2022/timeline/timeline-month-view.service.mjs +4 -4
- package/esm2022/timeline/timeline-view.service.mjs +4 -4
- package/esm2022/timeline/timeline-week-view.component.mjs +4 -4
- package/esm2022/timeline/timeline-week-view.service.mjs +4 -4
- package/esm2022/timeline/timeline-year-view.component.mjs +4 -4
- package/esm2022/timeline/timeline-year-view.service.mjs +4 -4
- package/esm2022/timeline/view-base.mjs +4 -4
- package/esm2022/toolbar/toolbar-navigation.service.mjs +4 -4
- package/esm2022/toolbar/toolbar-template.directive.mjs +5 -5
- package/esm2022/toolbar/toolbar.component.mjs +4 -4
- package/esm2022/toolbar/view-selector.component.mjs +4 -4
- package/fesm2022/progress-kendo-angular-gantt.mjs +266 -266
- package/package.json +22 -22
- package/schematics/ngAdd/index.js +8 -8
|
@@ -44,8 +44,8 @@ const packageMetadata = {
|
|
|
44
44
|
productName: 'Kendo UI for Angular',
|
|
45
45
|
productCode: 'KENDOUIANGULAR',
|
|
46
46
|
productCodes: ['KENDOUIANGULAR'],
|
|
47
|
-
publishDate:
|
|
48
|
-
version: '
|
|
47
|
+
publishDate: 1761753111,
|
|
48
|
+
version: '21.0.0-develop.2',
|
|
49
49
|
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'
|
|
50
50
|
};
|
|
51
51
|
|
|
@@ -175,12 +175,12 @@ class ScrollSyncService {
|
|
|
175
175
|
}
|
|
176
176
|
});
|
|
177
177
|
}
|
|
178
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
179
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
178
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollSyncService, deps: [{ token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
179
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollSyncService });
|
|
180
180
|
}
|
|
181
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
181
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ScrollSyncService, decorators: [{
|
|
182
182
|
type: Injectable
|
|
183
|
-
}], ctorParameters:
|
|
183
|
+
}], ctorParameters: () => [{ type: i0.NgZone }] });
|
|
184
184
|
|
|
185
185
|
/**
|
|
186
186
|
* @hidden
|
|
@@ -584,10 +584,10 @@ class MappingService {
|
|
|
584
584
|
}
|
|
585
585
|
return getter(this.dependencyFields[field])(dataItem);
|
|
586
586
|
}
|
|
587
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
588
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
587
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MappingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
588
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MappingService });
|
|
589
589
|
}
|
|
590
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
590
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: MappingService, decorators: [{
|
|
591
591
|
type: Injectable
|
|
592
592
|
}] });
|
|
593
593
|
|
|
@@ -656,12 +656,12 @@ class DependencyDomService {
|
|
|
656
656
|
notifyChanges() {
|
|
657
657
|
this.notifier.next(this.dependencyDomArgs);
|
|
658
658
|
}
|
|
659
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
660
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
659
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DependencyDomService, deps: [{ token: MappingService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
660
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DependencyDomService });
|
|
661
661
|
}
|
|
662
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
662
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DependencyDomService, decorators: [{
|
|
663
663
|
type: Injectable
|
|
664
|
-
}], ctorParameters:
|
|
664
|
+
}], ctorParameters: () => [{ type: MappingService }] });
|
|
665
665
|
|
|
666
666
|
const MS_PER_SECOND = 1000;
|
|
667
667
|
const MS_PER_MINUTE = 60 * MS_PER_SECOND;
|
|
@@ -740,12 +740,12 @@ class CurrentTimeMarkerService {
|
|
|
740
740
|
this.currentTimeTimeout = setTimeout(this.createTimeMarker, this.interval || MS_PER_MINUTE);
|
|
741
741
|
}
|
|
742
742
|
};
|
|
743
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
744
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
743
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CurrentTimeMarkerService, deps: [{ token: i0.Renderer2 }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
744
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CurrentTimeMarkerService });
|
|
745
745
|
}
|
|
746
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
746
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CurrentTimeMarkerService, decorators: [{
|
|
747
747
|
type: Injectable
|
|
748
|
-
}], ctorParameters:
|
|
748
|
+
}], ctorParameters: () => [{ type: i0.Renderer2 }, { type: i0.ChangeDetectorRef }] });
|
|
749
749
|
|
|
750
750
|
/**
|
|
751
751
|
* @hidden
|
|
@@ -1002,16 +1002,16 @@ class GanttDependencyDirective {
|
|
|
1002
1002
|
const parsedCoords = points.map(({ left, top }) => `${left},${top}`).join(' ');
|
|
1003
1003
|
this.renderer.setAttribute(this.polyline.nativeElement, 'points', parsedCoords);
|
|
1004
1004
|
}
|
|
1005
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1006
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
1005
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttDependencyDirective, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: MappingService }, { token: DependencyDomService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
1006
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: GanttDependencyDirective, isStandalone: true, selector: "[kendoGanttDependency]", inputs: { dependency: "dependency" }, usesOnChanges: true, ngImport: i0 });
|
|
1007
1007
|
}
|
|
1008
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1008
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttDependencyDirective, decorators: [{
|
|
1009
1009
|
type: Directive,
|
|
1010
1010
|
args: [{
|
|
1011
1011
|
selector: '[kendoGanttDependency]',
|
|
1012
1012
|
standalone: true
|
|
1013
1013
|
}]
|
|
1014
|
-
}], ctorParameters:
|
|
1014
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: MappingService }, { type: DependencyDomService }], propDecorators: { dependency: [{
|
|
1015
1015
|
type: Input
|
|
1016
1016
|
}] } });
|
|
1017
1017
|
|
|
@@ -1270,12 +1270,12 @@ class NavigationService {
|
|
|
1270
1270
|
focusTreeList() {
|
|
1271
1271
|
this.metadata.treeList.focus();
|
|
1272
1272
|
}
|
|
1273
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1274
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1273
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService, deps: [{ token: i0.NgZone }, { token: i0.Renderer2 }, { token: ScrollSyncService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1274
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService });
|
|
1275
1275
|
}
|
|
1276
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1276
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: NavigationService, decorators: [{
|
|
1277
1277
|
type: Injectable
|
|
1278
|
-
}], ctorParameters:
|
|
1278
|
+
}], ctorParameters: () => [{ type: i0.NgZone }, { type: i0.Renderer2 }, { type: ScrollSyncService }] });
|
|
1279
1279
|
|
|
1280
1280
|
/**
|
|
1281
1281
|
* @hidden
|
|
@@ -1378,12 +1378,12 @@ class EditService {
|
|
|
1378
1378
|
isNew(item) {
|
|
1379
1379
|
return !isPresent(this.mapper.extractFromDependency(item, 'id'));
|
|
1380
1380
|
}
|
|
1381
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1382
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1381
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditService, deps: [{ token: MappingService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1382
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditService });
|
|
1383
1383
|
}
|
|
1384
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1384
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditService, decorators: [{
|
|
1385
1385
|
type: Injectable
|
|
1386
|
-
}], ctorParameters:
|
|
1386
|
+
}], ctorParameters: () => [{ type: MappingService }] });
|
|
1387
1387
|
|
|
1388
1388
|
/**
|
|
1389
1389
|
* @hidden
|
|
@@ -1401,10 +1401,10 @@ class OptionChangesService {
|
|
|
1401
1401
|
notifyDateFormatChanges() {
|
|
1402
1402
|
this.dateFormatChanges.emit();
|
|
1403
1403
|
}
|
|
1404
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1405
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1404
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: OptionChangesService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1405
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: OptionChangesService });
|
|
1406
1406
|
}
|
|
1407
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: OptionChangesService, decorators: [{
|
|
1408
1408
|
type: Injectable
|
|
1409
1409
|
}] });
|
|
1410
1410
|
|
|
@@ -1653,12 +1653,12 @@ class TimelineDayViewService extends TimelineBaseViewService {
|
|
|
1653
1653
|
slots.push(daySlots, hourSlots);
|
|
1654
1654
|
return slots;
|
|
1655
1655
|
}
|
|
1656
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1657
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1656
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineDayViewService, deps: [{ token: i1.IntlService }, { token: MappingService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1657
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineDayViewService });
|
|
1658
1658
|
}
|
|
1659
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1659
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineDayViewService, decorators: [{
|
|
1660
1660
|
type: Injectable
|
|
1661
|
-
}], ctorParameters:
|
|
1661
|
+
}], ctorParameters: () => [{ type: i1.IntlService }, { type: MappingService }] });
|
|
1662
1662
|
|
|
1663
1663
|
/**
|
|
1664
1664
|
* @hidden
|
|
@@ -1708,12 +1708,12 @@ class TimelineMonthViewService extends TimelineBaseViewService {
|
|
|
1708
1708
|
slots.push(months, weeks);
|
|
1709
1709
|
return slots;
|
|
1710
1710
|
}
|
|
1711
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1712
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1711
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineMonthViewService, deps: [{ token: i1.IntlService }, { token: MappingService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1712
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineMonthViewService });
|
|
1713
1713
|
}
|
|
1714
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1714
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineMonthViewService, decorators: [{
|
|
1715
1715
|
type: Injectable
|
|
1716
|
-
}], ctorParameters:
|
|
1716
|
+
}], ctorParameters: () => [{ type: i1.IntlService }, { type: MappingService }] });
|
|
1717
1717
|
|
|
1718
1718
|
/**
|
|
1719
1719
|
* @hidden
|
|
@@ -1759,12 +1759,12 @@ class TimelineWeekViewService extends TimelineBaseViewService {
|
|
|
1759
1759
|
slots.push(weeks, days);
|
|
1760
1760
|
return slots;
|
|
1761
1761
|
}
|
|
1762
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1763
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1762
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineWeekViewService, deps: [{ token: i1.IntlService }, { token: MappingService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1763
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineWeekViewService });
|
|
1764
1764
|
}
|
|
1765
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1765
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineWeekViewService, decorators: [{
|
|
1766
1766
|
type: Injectable
|
|
1767
|
-
}], ctorParameters:
|
|
1767
|
+
}], ctorParameters: () => [{ type: i1.IntlService }, { type: MappingService }] });
|
|
1768
1768
|
|
|
1769
1769
|
/**
|
|
1770
1770
|
* @hidden
|
|
@@ -1805,12 +1805,12 @@ class TimeLineYearViewService extends TimelineBaseViewService {
|
|
|
1805
1805
|
slots.push(years, months);
|
|
1806
1806
|
return slots;
|
|
1807
1807
|
}
|
|
1808
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1809
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1808
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeLineYearViewService, deps: [{ token: i1.IntlService }, { token: MappingService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1809
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeLineYearViewService });
|
|
1810
1810
|
}
|
|
1811
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1811
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimeLineYearViewService, decorators: [{
|
|
1812
1812
|
type: Injectable
|
|
1813
|
-
}], ctorParameters:
|
|
1813
|
+
}], ctorParameters: () => [{ type: i1.IntlService }, { type: MappingService }] });
|
|
1814
1814
|
|
|
1815
1815
|
/**
|
|
1816
1816
|
* @hidden
|
|
@@ -1834,12 +1834,12 @@ class TimelineViewService {
|
|
|
1834
1834
|
const serviceType = services[view];
|
|
1835
1835
|
return serviceType ? this.injector.get(serviceType) : null;
|
|
1836
1836
|
}
|
|
1837
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
1838
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
1837
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineViewService, deps: [{ token: i0.Injector }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1838
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineViewService });
|
|
1839
1839
|
}
|
|
1840
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
1840
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineViewService, decorators: [{
|
|
1841
1841
|
type: Injectable
|
|
1842
|
-
}], ctorParameters:
|
|
1842
|
+
}], ctorParameters: () => [{ type: i0.Injector }] });
|
|
1843
1843
|
|
|
1844
1844
|
/**
|
|
1845
1845
|
* @hidden
|
|
@@ -2064,12 +2064,12 @@ class TaskDragService {
|
|
|
2064
2064
|
end: newEnd
|
|
2065
2065
|
};
|
|
2066
2066
|
}
|
|
2067
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2068
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2067
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TaskDragService, deps: [{ token: MappingService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2068
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TaskDragService });
|
|
2069
2069
|
}
|
|
2070
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2070
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TaskDragService, decorators: [{
|
|
2071
2071
|
type: Injectable
|
|
2072
|
-
}], ctorParameters:
|
|
2072
|
+
}], ctorParameters: () => [{ type: MappingService }, { type: i0.NgZone }] });
|
|
2073
2073
|
|
|
2074
2074
|
const slotUnitDuration = {
|
|
2075
2075
|
day: MS_PER_HOUR,
|
|
@@ -2236,16 +2236,16 @@ class GanttTaskBase {
|
|
|
2236
2236
|
this.taskElement.nativeElement.classList.remove(FOCUSED_CLASS);
|
|
2237
2237
|
}
|
|
2238
2238
|
}
|
|
2239
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2240
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
2239
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttTaskBase, deps: [{ token: MappingService }, { token: TimelineViewService }, { token: DependencyDomService }, { token: OptionChangesService }, { token: i0.ChangeDetectorRef }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
2240
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: GanttTaskBase, selector: "kendo-gantt-task-base", inputs: { dataItem: "dataItem", index: "index", level: "level", renderDependencyDragClues: "renderDependencyDragClues", selectable: "selectable", isSelected: "isSelected", activeView: "activeView", taskClass: "taskClass" }, host: { properties: { "class.k-task-wrap": "this.wrapperClass", "attr.data-task-index": "this.taskIndexAttribute", "style.left.px": "this.taskOffset" } }, viewQueries: [{ propertyName: "taskElement", first: true, predicate: ["task"], descendants: true, static: true }], usesOnChanges: true, ngImport: i0 });
|
|
2241
2241
|
}
|
|
2242
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2242
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttTaskBase, decorators: [{
|
|
2243
2243
|
type: Directive,
|
|
2244
2244
|
args: [{
|
|
2245
2245
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
2246
2246
|
selector: 'kendo-gantt-task-base'
|
|
2247
2247
|
}]
|
|
2248
|
-
}], ctorParameters:
|
|
2248
|
+
}], ctorParameters: () => [{ type: MappingService }, { type: TimelineViewService }, { type: DependencyDomService }, { type: OptionChangesService }, { type: i0.ChangeDetectorRef }, { type: NavigationService }], propDecorators: { wrapperClass: [{
|
|
2249
2249
|
type: HostBinding,
|
|
2250
2250
|
args: ['class.k-task-wrap']
|
|
2251
2251
|
}], taskIndexAttribute: [{
|
|
@@ -2295,8 +2295,8 @@ class GanttTaskComponent extends GanttTaskBase {
|
|
|
2295
2295
|
this.editService.dataItem = this.dataItem;
|
|
2296
2296
|
this.editService.taskDelete.next(this.dataItem);
|
|
2297
2297
|
}
|
|
2298
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2299
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2298
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttTaskComponent, deps: [{ token: EditService }, { token: MappingService }, { token: TimelineViewService }, { token: DependencyDomService }, { token: OptionChangesService }, { token: i0.ChangeDetectorRef }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2299
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GanttTaskComponent, isStandalone: true, selector: "kendo-gantt-task", inputs: { taskContentTemplate: "taskContentTemplate", taskTemplate: "taskTemplate" }, providers: [
|
|
2300
2300
|
{
|
|
2301
2301
|
provide: GanttTaskBase,
|
|
2302
2302
|
useExisting: forwardRef(() => GanttTaskComponent)
|
|
@@ -2379,7 +2379,7 @@ class GanttTaskComponent extends GanttTaskBase {
|
|
|
2379
2379
|
</ng-container>
|
|
2380
2380
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
2381
2381
|
}
|
|
2382
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2382
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttTaskComponent, decorators: [{
|
|
2383
2383
|
type: Component,
|
|
2384
2384
|
args: [{
|
|
2385
2385
|
selector: 'kendo-gantt-task',
|
|
@@ -2469,7 +2469,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2469
2469
|
standalone: true,
|
|
2470
2470
|
imports: [NgClass, NgIf, NgTemplateOutlet, EventsOutsideAngularDirective, IconWrapperComponent]
|
|
2471
2471
|
}]
|
|
2472
|
-
}], ctorParameters:
|
|
2472
|
+
}], ctorParameters: () => [{ type: EditService }, { type: MappingService }, { type: TimelineViewService }, { type: DependencyDomService }, { type: OptionChangesService }, { type: i0.ChangeDetectorRef }, { type: NavigationService }], propDecorators: { taskContentTemplate: [{
|
|
2473
2473
|
type: Input
|
|
2474
2474
|
}], taskTemplate: [{
|
|
2475
2475
|
type: Input
|
|
@@ -2492,8 +2492,8 @@ class GanttSummaryTaskComponent extends GanttTaskBase {
|
|
|
2492
2492
|
constructor(mapper, timelineViewService, dependencyDomService, optionChangesService, cdr, navigationService) {
|
|
2493
2493
|
super(mapper, timelineViewService, dependencyDomService, optionChangesService, cdr, navigationService);
|
|
2494
2494
|
}
|
|
2495
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2496
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2495
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttSummaryTaskComponent, deps: [{ token: MappingService }, { token: TimelineViewService }, { token: DependencyDomService }, { token: OptionChangesService }, { token: i0.ChangeDetectorRef }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2496
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GanttSummaryTaskComponent, isStandalone: true, selector: "kendo-gantt-summary-task", inputs: { template: "template", isExpanded: "isExpanded" }, host: { properties: { "class.k-summary-wrap": "this.summaryWrapperClass" } }, providers: [
|
|
2497
2497
|
{
|
|
2498
2498
|
provide: GanttTaskBase,
|
|
2499
2499
|
useExisting: forwardRef(() => GanttSummaryTaskComponent)
|
|
@@ -2544,7 +2544,7 @@ class GanttSummaryTaskComponent extends GanttTaskBase {
|
|
|
2544
2544
|
</ng-container>
|
|
2545
2545
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
2546
2546
|
}
|
|
2547
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2547
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttSummaryTaskComponent, decorators: [{
|
|
2548
2548
|
type: Component,
|
|
2549
2549
|
args: [{
|
|
2550
2550
|
selector: 'kendo-gantt-summary-task',
|
|
@@ -2602,7 +2602,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2602
2602
|
standalone: true,
|
|
2603
2603
|
imports: [NgClass, NgIf, NgTemplateOutlet]
|
|
2604
2604
|
}]
|
|
2605
|
-
}], ctorParameters:
|
|
2605
|
+
}], ctorParameters: () => [{ type: MappingService }, { type: TimelineViewService }, { type: DependencyDomService }, { type: OptionChangesService }, { type: i0.ChangeDetectorRef }, { type: NavigationService }], propDecorators: { summaryWrapperClass: [{
|
|
2606
2606
|
type: HostBinding,
|
|
2607
2607
|
args: ['class.k-summary-wrap']
|
|
2608
2608
|
}], template: [{
|
|
@@ -2620,8 +2620,8 @@ class GanttMilestoneTaskComponent extends GanttTaskBase {
|
|
|
2620
2620
|
constructor(mapper, timelineViewService, dependencyDomService, optionChangesService, cdr, navigationService) {
|
|
2621
2621
|
super(mapper, timelineViewService, dependencyDomService, optionChangesService, cdr, navigationService);
|
|
2622
2622
|
}
|
|
2623
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2624
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2623
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttMilestoneTaskComponent, deps: [{ token: MappingService }, { token: TimelineViewService }, { token: DependencyDomService }, { token: OptionChangesService }, { token: i0.ChangeDetectorRef }, { token: NavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2624
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GanttMilestoneTaskComponent, isStandalone: true, selector: "kendo-gantt-milestone-task", host: { properties: { "class.k-milestone-wrap": "this.milestoneWrapperClass" } }, providers: [
|
|
2625
2625
|
{
|
|
2626
2626
|
provide: GanttTaskBase,
|
|
2627
2627
|
useExisting: forwardRef(() => GanttMilestoneTaskComponent)
|
|
@@ -2652,7 +2652,7 @@ class GanttMilestoneTaskComponent extends GanttTaskBase {
|
|
|
2652
2652
|
</ng-container>
|
|
2653
2653
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
2654
2654
|
}
|
|
2655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2655
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttMilestoneTaskComponent, decorators: [{
|
|
2656
2656
|
type: Component,
|
|
2657
2657
|
args: [{
|
|
2658
2658
|
selector: 'kendo-gantt-milestone-task',
|
|
@@ -2690,7 +2690,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2690
2690
|
standalone: true,
|
|
2691
2691
|
imports: [NgClass, NgIf]
|
|
2692
2692
|
}]
|
|
2693
|
-
}], ctorParameters:
|
|
2693
|
+
}], ctorParameters: () => [{ type: MappingService }, { type: TimelineViewService }, { type: DependencyDomService }, { type: OptionChangesService }, { type: i0.ChangeDetectorRef }, { type: NavigationService }], propDecorators: { milestoneWrapperClass: [{
|
|
2694
2694
|
type: HostBinding,
|
|
2695
2695
|
args: ['class.k-milestone-wrap']
|
|
2696
2696
|
}] } });
|
|
@@ -2736,8 +2736,8 @@ class GanttTasksTableBodyComponent {
|
|
|
2736
2736
|
}, {});
|
|
2737
2737
|
return mappedItem;
|
|
2738
2738
|
}
|
|
2739
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2740
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
2739
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttTasksTableBodyComponent, deps: [{ token: DependencyDomService }, { token: MappingService }], target: i0.ɵɵFactoryTarget.Component });
|
|
2740
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GanttTasksTableBodyComponent, isStandalone: true, selector: "[kendoGanttTasksTableBody]", inputs: { selectable: "selectable", rows: "rows", activeView: "activeView", taskContentTemplate: "taskContentTemplate", taskTemplate: "taskTemplate", summaryTaskTemplate: "summaryTaskTemplate", taskClass: "taskClass", isExpanded: "isExpanded", isTaskSelected: "isTaskSelected", renderDependencyDragClues: "renderDependencyDragClues" }, outputs: { taskPointerEnter: "taskPointerEnter", taskPointerLeave: "taskPointerLeave" }, viewQueries: [{ propertyName: "timelineRow", first: true, predicate: ["timelineRow"], descendants: true }], ngImport: i0, template: `
|
|
2741
2741
|
<tr class="k-table-row" #timelineRow *ngFor="let item of rows; let index = index; trackBy: trackBy ">
|
|
2742
2742
|
<td class="k-table-td">
|
|
2743
2743
|
<kendo-gantt-milestone-task
|
|
@@ -2790,7 +2790,7 @@ class GanttTasksTableBodyComponent {
|
|
|
2790
2790
|
</tr>
|
|
2791
2791
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: GanttMilestoneTaskComponent, selector: "kendo-gantt-milestone-task" }, { kind: "component", type: GanttSummaryTaskComponent, selector: "kendo-gantt-summary-task", inputs: ["template", "isExpanded"] }, { kind: "component", type: GanttTaskComponent, selector: "kendo-gantt-task", inputs: ["taskContentTemplate", "taskTemplate"] }] });
|
|
2792
2792
|
}
|
|
2793
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2793
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttTasksTableBodyComponent, decorators: [{
|
|
2794
2794
|
type: Component,
|
|
2795
2795
|
args: [{
|
|
2796
2796
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -2850,7 +2850,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2850
2850
|
standalone: true,
|
|
2851
2851
|
imports: [NgFor, NgIf, GanttMilestoneTaskComponent, GanttSummaryTaskComponent, GanttTaskComponent]
|
|
2852
2852
|
}]
|
|
2853
|
-
}], ctorParameters:
|
|
2853
|
+
}], ctorParameters: () => [{ type: DependencyDomService }, { type: MappingService }], propDecorators: { timelineRow: [{
|
|
2854
2854
|
type: ViewChild,
|
|
2855
2855
|
args: ['timelineRow', { static: false }]
|
|
2856
2856
|
}], selectable: [{
|
|
@@ -2918,12 +2918,12 @@ class TimelineScrollService {
|
|
|
2918
2918
|
this.verticalScroll.next(clientLeft);
|
|
2919
2919
|
}
|
|
2920
2920
|
requestScrollCancel() {
|
|
2921
|
-
this.scrollCancel.next();
|
|
2921
|
+
this.scrollCancel.next(undefined);
|
|
2922
2922
|
}
|
|
2923
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
2924
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
2923
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineScrollService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2924
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineScrollService });
|
|
2925
2925
|
}
|
|
2926
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
2926
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineScrollService, decorators: [{
|
|
2927
2927
|
type: Injectable
|
|
2928
2928
|
}] });
|
|
2929
2929
|
|
|
@@ -3057,16 +3057,16 @@ class TimelineScrollableDirective {
|
|
|
3057
3057
|
this.horizontalScrollInterval = null;
|
|
3058
3058
|
}
|
|
3059
3059
|
}
|
|
3060
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3061
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3060
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineScrollableDirective, deps: [{ token: i0.ElementRef }, { token: TimelineScrollService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3061
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: TimelineScrollableDirective, isStandalone: true, selector: "[kendoGanttTimelineScrollable]", inputs: { scrollSettings: "scrollSettings" }, ngImport: i0 });
|
|
3062
3062
|
}
|
|
3063
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3063
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineScrollableDirective, decorators: [{
|
|
3064
3064
|
type: Directive,
|
|
3065
3065
|
args: [{
|
|
3066
3066
|
selector: '[kendoGanttTimelineScrollable]',
|
|
3067
3067
|
standalone: true
|
|
3068
3068
|
}]
|
|
3069
|
-
}], ctorParameters:
|
|
3069
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: TimelineScrollService }, { type: i0.NgZone }], propDecorators: { scrollSettings: [{
|
|
3070
3070
|
type: Input
|
|
3071
3071
|
}] } });
|
|
3072
3072
|
|
|
@@ -3077,8 +3077,8 @@ class GanttHeaderTableBodyComponent {
|
|
|
3077
3077
|
tbodyClass = true;
|
|
3078
3078
|
groupSlots;
|
|
3079
3079
|
slots;
|
|
3080
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3081
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3080
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttHeaderTableBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
3081
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GanttHeaderTableBodyComponent, isStandalone: true, selector: "[kendoGanttHeaderTableBody]", inputs: { groupSlots: "groupSlots", slots: "slots" }, host: { properties: { "class.k-table-tbody": "this.tbodyClass" } }, ngImport: i0, template: `
|
|
3082
3082
|
<tr class="k-table-row">
|
|
3083
3083
|
<td *ngFor="let item of groupSlots" [attr.colspan]="item.span" class="k-header k-table-td">{{ item.text }}</td>
|
|
3084
3084
|
</tr>
|
|
@@ -3088,7 +3088,7 @@ class GanttHeaderTableBodyComponent {
|
|
|
3088
3088
|
</tr>
|
|
3089
3089
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
|
|
3090
3090
|
}
|
|
3091
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3091
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttHeaderTableBodyComponent, decorators: [{
|
|
3092
3092
|
type: Component,
|
|
3093
3093
|
args: [{
|
|
3094
3094
|
// eslint-disable-next-line @angular-eslint/component-selector
|
|
@@ -3144,18 +3144,18 @@ class GanttTaskTooltipTemplateDirective {
|
|
|
3144
3144
|
constructor(templateRef) {
|
|
3145
3145
|
this.templateRef = templateRef;
|
|
3146
3146
|
}
|
|
3147
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3148
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3147
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttTaskTooltipTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3148
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: GanttTaskTooltipTemplateDirective, isStandalone: true, selector: "[kendoGanttTaskTooltipTemplate]", ngImport: i0 });
|
|
3149
3149
|
}
|
|
3150
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3150
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttTaskTooltipTemplateDirective, decorators: [{
|
|
3151
3151
|
type: Directive,
|
|
3152
3152
|
args: [{
|
|
3153
3153
|
selector: '[kendoGanttTaskTooltipTemplate]',
|
|
3154
3154
|
standalone: true
|
|
3155
3155
|
}]
|
|
3156
|
-
}], ctorParameters:
|
|
3156
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
3157
3157
|
type: Optional
|
|
3158
|
-
}] }]
|
|
3158
|
+
}] }] });
|
|
3159
3159
|
|
|
3160
3160
|
/**
|
|
3161
3161
|
* @hidden
|
|
@@ -3170,12 +3170,12 @@ class GanttLocalizationService {
|
|
|
3170
3170
|
get(token) {
|
|
3171
3171
|
return this.localizationService.get(token);
|
|
3172
3172
|
}
|
|
3173
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3174
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
3173
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttLocalizationService, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
3174
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttLocalizationService });
|
|
3175
3175
|
}
|
|
3176
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3176
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttLocalizationService, decorators: [{
|
|
3177
3177
|
type: Injectable
|
|
3178
|
-
}], ctorParameters:
|
|
3178
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
3179
3179
|
|
|
3180
3180
|
/**
|
|
3181
3181
|
* @hidden
|
|
@@ -3376,8 +3376,8 @@ class GanttTimelineComponent {
|
|
|
3376
3376
|
}
|
|
3377
3377
|
});
|
|
3378
3378
|
}
|
|
3379
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3380
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3379
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttTimelineComponent, deps: [{ token: ScrollSyncService }, { token: DependencyDomService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: CurrentTimeMarkerService }, { token: GanttLocalizationService }, { token: TaskDragService, optional: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
3380
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GanttTimelineComponent, isStandalone: true, selector: "kendo-gantt-timeline", inputs: { rows: "rows", slots: "slots", groupSlots: "groupSlots", tableWidth: "tableWidth", activeView: "activeView", taskContentTemplate: "taskContentTemplate", taskTemplate: "taskTemplate", summaryTaskTemplate: "summaryTaskTemplate", taskClass: "taskClass", renderDependencyDragClues: "renderDependencyDragClues", dragScrollSettings: "dragScrollSettings", currentTimeMarker: "currentTimeMarker", customTooltipTemplate: "customTooltipTemplate", tooltipOptions: "tooltipOptions", selectable: "selectable", isTaskSelected: "isTaskSelected", isExpanded: "isExpanded", dependencies: "dependencies" }, outputs: { timelineContainerPress: "timelineContainerPress", timelineContainerDrag: "timelineContainerDrag", timelineContainerRelease: "timelineContainerRelease" }, viewQueries: [{ propertyName: "timelineContent", first: true, predicate: ["timelineContent"], descendants: true, static: true }, { propertyName: "timelineColumns", first: true, predicate: ["timelineColumns"], descendants: true, static: true }, { propertyName: "timelineHeaderWrap", first: true, predicate: ["timelineHeaderWrap"], descendants: true, static: true }, { propertyName: "tasksContainer", first: true, predicate: ["tasksContainer"], descendants: true, static: true }, { propertyName: "tooltip", first: true, predicate: TooltipDirective, descendants: true }, { propertyName: "dragPopupContainer", first: true, predicate: ["dragPopupContainer"], descendants: true, read: ViewContainerRef }, { propertyName: "dependencyDragCreatePolyline", first: true, predicate: ["dependencyDragCreatePolyline"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
|
|
3381
3381
|
<div class="k-gantt-timeline k-grid k-grid-md">
|
|
3382
3382
|
<div class="k-grid-header">
|
|
3383
3383
|
<div #timelineHeaderWrap class="k-grid-header-wrap">
|
|
@@ -3521,7 +3521,7 @@ class GanttTimelineComponent {
|
|
|
3521
3521
|
|
|
3522
3522
|
`, isInline: true, dependencies: [{ kind: "component", type: GanttHeaderTableBodyComponent, selector: "[kendoGanttHeaderTableBody]", inputs: ["groupSlots", "slots"] }, { kind: "directive", type: TimelineScrollableDirective, selector: "[kendoGanttTimelineScrollable]", inputs: ["scrollSettings"] }, { kind: "directive", type: DraggableDirective, selector: "[kendoDraggable]", inputs: ["enableDrag"], outputs: ["kendoPress", "kendoDrag", "kendoRelease"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: GanttTasksTableBodyComponent, selector: "[kendoGanttTasksTableBody]", inputs: ["selectable", "rows", "activeView", "taskContentTemplate", "taskTemplate", "summaryTaskTemplate", "taskClass", "isExpanded", "isTaskSelected", "renderDependencyDragClues"], outputs: ["taskPointerEnter", "taskPointerLeave"] }, { kind: "directive", type: GanttDependencyDirective, selector: "[kendoGanttDependency]", inputs: ["dependency"] }, { kind: "directive", type: i6.TooltipDirective, selector: "[kendoTooltip]", inputs: ["filter", "position", "titleTemplate", "showOn", "showAfter", "callout", "closable", "offset", "tooltipWidth", "tooltipHeight", "tooltipClass", "tooltipContentClass", "collision", "closeTitle", "tooltipTemplate"], exportAs: ["kendoTooltip"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "pipe", type: DatePipe, name: "kendoDate" }, { kind: "pipe", type: NumberPipe, name: "kendoNumber" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
3523
3523
|
}
|
|
3524
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3524
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttTimelineComponent, decorators: [{
|
|
3525
3525
|
type: Component,
|
|
3526
3526
|
args: [{
|
|
3527
3527
|
selector: 'kendo-gantt-timeline',
|
|
@@ -3673,9 +3673,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3673
3673
|
imports: [GanttHeaderTableBodyComponent, TimelineScrollableDirective, DraggableDirective, NgFor, GanttTasksTableBodyComponent,
|
|
3674
3674
|
GanttDependencyDirective, KENDO_TOOLTIP, NgIf, DatePipe, NumberPipe, NgTemplateOutlet],
|
|
3675
3675
|
}]
|
|
3676
|
-
}], ctorParameters:
|
|
3676
|
+
}], ctorParameters: () => [{ type: ScrollSyncService }, { type: DependencyDomService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: CurrentTimeMarkerService }, { type: GanttLocalizationService }, { type: TaskDragService, decorators: [{
|
|
3677
3677
|
type: Optional
|
|
3678
|
-
}] }]
|
|
3678
|
+
}] }], propDecorators: { timelineContent: [{
|
|
3679
3679
|
type: ViewChild,
|
|
3680
3680
|
args: ['timelineContent', { static: true }]
|
|
3681
3681
|
}], timelineColumns: [{
|
|
@@ -3745,10 +3745,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
3745
3745
|
*
|
|
3746
3746
|
*/
|
|
3747
3747
|
class GanttColumnBase extends ColumnBase {
|
|
3748
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3749
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
3748
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttColumnBase, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
3749
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GanttColumnBase, selector: "kendo-gantt-column-base", usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
3750
3750
|
}
|
|
3751
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3751
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttColumnBase, decorators: [{
|
|
3752
3752
|
type: Component,
|
|
3753
3753
|
args: [{
|
|
3754
3754
|
template: '',
|
|
@@ -3785,18 +3785,18 @@ class CellTemplateDirective {
|
|
|
3785
3785
|
constructor(templateRef) {
|
|
3786
3786
|
this.templateRef = templateRef;
|
|
3787
3787
|
}
|
|
3788
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3789
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3788
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3789
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: CellTemplateDirective, isStandalone: true, selector: "[kendoGanttCellTemplate]", ngImport: i0 });
|
|
3790
3790
|
}
|
|
3791
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3791
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CellTemplateDirective, decorators: [{
|
|
3792
3792
|
type: Directive,
|
|
3793
3793
|
args: [{
|
|
3794
3794
|
selector: '[kendoGanttCellTemplate]',
|
|
3795
3795
|
standalone: true
|
|
3796
3796
|
}]
|
|
3797
|
-
}], ctorParameters:
|
|
3797
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
3798
3798
|
type: Optional
|
|
3799
|
-
}] }]
|
|
3799
|
+
}] }] });
|
|
3800
3800
|
|
|
3801
3801
|
/**
|
|
3802
3802
|
* Customizes the column menu content in the Gantt. Place an `<ng-template>` tag with the
|
|
@@ -3820,18 +3820,18 @@ class ColumnMenuTemplateDirective {
|
|
|
3820
3820
|
constructor(templateRef) {
|
|
3821
3821
|
this.templateRef = templateRef;
|
|
3822
3822
|
}
|
|
3823
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3824
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3823
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ColumnMenuTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3824
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ColumnMenuTemplateDirective, isStandalone: true, selector: "[kendoGanttColumnMenuTemplate]", ngImport: i0 });
|
|
3825
3825
|
}
|
|
3826
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3826
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ColumnMenuTemplateDirective, decorators: [{
|
|
3827
3827
|
type: Directive,
|
|
3828
3828
|
args: [{
|
|
3829
3829
|
selector: '[kendoGanttColumnMenuTemplate]',
|
|
3830
3830
|
standalone: true
|
|
3831
3831
|
}]
|
|
3832
|
-
}], ctorParameters:
|
|
3832
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
3833
3833
|
type: Optional
|
|
3834
|
-
}] }]
|
|
3834
|
+
}] }] });
|
|
3835
3835
|
|
|
3836
3836
|
/**
|
|
3837
3837
|
* @hidden
|
|
@@ -3847,18 +3847,18 @@ class FilterCellTemplateDirective {
|
|
|
3847
3847
|
constructor(templateRef) {
|
|
3848
3848
|
this.templateRef = templateRef;
|
|
3849
3849
|
}
|
|
3850
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3851
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3850
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3851
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterCellTemplateDirective, isStandalone: true, selector: "[kendoGanttFilterCellTemplate]", ngImport: i0 });
|
|
3852
3852
|
}
|
|
3853
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3853
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterCellTemplateDirective, decorators: [{
|
|
3854
3854
|
type: Directive,
|
|
3855
3855
|
args: [{
|
|
3856
3856
|
selector: '[kendoGanttFilterCellTemplate]',
|
|
3857
3857
|
standalone: true
|
|
3858
3858
|
}]
|
|
3859
|
-
}], ctorParameters:
|
|
3859
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
3860
3860
|
type: Optional
|
|
3861
|
-
}] }]
|
|
3861
|
+
}] }] });
|
|
3862
3862
|
|
|
3863
3863
|
/**
|
|
3864
3864
|
* Represents the filter-menu template for the Gantt column.
|
|
@@ -3883,18 +3883,18 @@ class FilterMenuTemplateDirective {
|
|
|
3883
3883
|
constructor(templateRef) {
|
|
3884
3884
|
this.templateRef = templateRef;
|
|
3885
3885
|
}
|
|
3886
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3887
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3886
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3887
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FilterMenuTemplateDirective, isStandalone: true, selector: "[kendoGanttFilterMenuTemplate]", ngImport: i0 });
|
|
3888
3888
|
}
|
|
3889
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3889
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FilterMenuTemplateDirective, decorators: [{
|
|
3890
3890
|
type: Directive,
|
|
3891
3891
|
args: [{
|
|
3892
3892
|
selector: '[kendoGanttFilterMenuTemplate]',
|
|
3893
3893
|
standalone: true
|
|
3894
3894
|
}]
|
|
3895
|
-
}], ctorParameters:
|
|
3895
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
3896
3896
|
type: Optional
|
|
3897
|
-
}] }]
|
|
3897
|
+
}] }] });
|
|
3898
3898
|
|
|
3899
3899
|
/**
|
|
3900
3900
|
* Represents the footer cell template of the Gantt columns.
|
|
@@ -3922,18 +3922,18 @@ class FooterTemplateDirective {
|
|
|
3922
3922
|
constructor(templateRef) {
|
|
3923
3923
|
this.templateRef = templateRef;
|
|
3924
3924
|
}
|
|
3925
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3926
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3925
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3926
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: FooterTemplateDirective, isStandalone: true, selector: "[kendoGanttFooterTemplate]", ngImport: i0 });
|
|
3927
3927
|
}
|
|
3928
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3928
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: FooterTemplateDirective, decorators: [{
|
|
3929
3929
|
type: Directive,
|
|
3930
3930
|
args: [{
|
|
3931
3931
|
selector: '[kendoGanttFooterTemplate]',
|
|
3932
3932
|
standalone: true
|
|
3933
3933
|
}]
|
|
3934
|
-
}], ctorParameters:
|
|
3934
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
3935
3935
|
type: Optional
|
|
3936
|
-
}] }]
|
|
3936
|
+
}] }] });
|
|
3937
3937
|
|
|
3938
3938
|
/**
|
|
3939
3939
|
* Represents the header cell template of the Gantt columns.
|
|
@@ -3960,18 +3960,18 @@ class HeaderTemplateDirective {
|
|
|
3960
3960
|
constructor(templateRef) {
|
|
3961
3961
|
this.templateRef = templateRef;
|
|
3962
3962
|
}
|
|
3963
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
3964
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
3963
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3964
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: HeaderTemplateDirective, isStandalone: true, selector: "[kendoGanttHeaderTemplate]", ngImport: i0 });
|
|
3965
3965
|
}
|
|
3966
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
3966
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: HeaderTemplateDirective, decorators: [{
|
|
3967
3967
|
type: Directive,
|
|
3968
3968
|
args: [{
|
|
3969
3969
|
selector: '[kendoGanttHeaderTemplate]',
|
|
3970
3970
|
standalone: true
|
|
3971
3971
|
}]
|
|
3972
|
-
}], ctorParameters:
|
|
3972
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
3973
3973
|
type: Optional
|
|
3974
|
-
}] }]
|
|
3974
|
+
}] }] });
|
|
3975
3975
|
|
|
3976
3976
|
/**
|
|
3977
3977
|
* Represents the column template for edited cells in the Gantt.
|
|
@@ -4001,18 +4001,18 @@ class EditTemplateDirective {
|
|
|
4001
4001
|
constructor(templateRef) {
|
|
4002
4002
|
this.templateRef = templateRef;
|
|
4003
4003
|
}
|
|
4004
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4005
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4004
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4005
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: EditTemplateDirective, isStandalone: true, selector: "[kendoGanttEditTemplate]", ngImport: i0 });
|
|
4006
4006
|
}
|
|
4007
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4007
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditTemplateDirective, decorators: [{
|
|
4008
4008
|
type: Directive,
|
|
4009
4009
|
args: [{
|
|
4010
4010
|
selector: '[kendoGanttEditTemplate]',
|
|
4011
4011
|
standalone: true
|
|
4012
4012
|
}]
|
|
4013
|
-
}], ctorParameters:
|
|
4013
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
4014
4014
|
type: Optional
|
|
4015
|
-
}] }]
|
|
4015
|
+
}] }] });
|
|
4016
4016
|
|
|
4017
4017
|
/**
|
|
4018
4018
|
* Represents a column in the Gantt. Use this component to define columns and customize their behavior and appearance.
|
|
@@ -4061,15 +4061,15 @@ class GanttColumnComponent extends ColumnComponent {
|
|
|
4061
4061
|
ngOnChanges() {
|
|
4062
4062
|
this.options.notifyColumnChanges();
|
|
4063
4063
|
}
|
|
4064
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4065
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4064
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttColumnComponent, deps: [{ token: OptionChangesService }, { token: GanttColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
4065
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GanttColumnComponent, isStandalone: true, selector: "kendo-gantt-column", inputs: { filter: "filter", filterable: "filterable", editor: "editor", editable: "editable" }, providers: [
|
|
4066
4066
|
{
|
|
4067
4067
|
provide: GanttColumnBase,
|
|
4068
4068
|
useExisting: forwardRef(() => GanttColumnComponent)
|
|
4069
4069
|
}
|
|
4070
4070
|
], queries: [{ propertyName: "footerTemplate", first: true, predicate: FooterTemplateDirective, descendants: true }, { propertyName: "template", first: true, predicate: CellTemplateDirective, descendants: true }, { propertyName: "editTemplate", first: true, predicate: EditTemplateDirective, descendants: true }, { propertyName: "filterCellTemplate", first: true, predicate: FilterCellTemplateDirective, descendants: true }, { propertyName: "filterMenuTemplate", first: true, predicate: FilterMenuTemplateDirective, descendants: true }, { propertyName: "headerTemplates", predicate: HeaderTemplateDirective }, { propertyName: "columnMenuTemplates", predicate: ColumnMenuTemplateDirective }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
4071
4071
|
}
|
|
4072
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4072
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttColumnComponent, decorators: [{
|
|
4073
4073
|
type: Component,
|
|
4074
4074
|
args: [{
|
|
4075
4075
|
selector: 'kendo-gantt-column',
|
|
@@ -4082,13 +4082,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4082
4082
|
],
|
|
4083
4083
|
standalone: true
|
|
4084
4084
|
}]
|
|
4085
|
-
}], ctorParameters:
|
|
4085
|
+
}], ctorParameters: () => [{ type: OptionChangesService }, { type: GanttColumnBase, decorators: [{
|
|
4086
4086
|
type: SkipSelf
|
|
4087
4087
|
}, {
|
|
4088
4088
|
type: Host
|
|
4089
4089
|
}, {
|
|
4090
4090
|
type: Optional
|
|
4091
|
-
}] }]
|
|
4091
|
+
}] }], propDecorators: { headerTemplates: [{
|
|
4092
4092
|
type: ContentChildren,
|
|
4093
4093
|
args: [HeaderTemplateDirective, { descendants: false }]
|
|
4094
4094
|
}], footerTemplate: [{
|
|
@@ -4153,15 +4153,15 @@ class GanttColumnGroupComponent extends ColumnGroupComponent {
|
|
|
4153
4153
|
ngOnChanges() {
|
|
4154
4154
|
this.options.notifyColumnChanges();
|
|
4155
4155
|
}
|
|
4156
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4157
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4156
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttColumnGroupComponent, deps: [{ token: OptionChangesService }, { token: GanttColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
4157
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GanttColumnGroupComponent, isStandalone: true, selector: "kendo-gantt-column-group", providers: [
|
|
4158
4158
|
{
|
|
4159
4159
|
provide: GanttColumnBase,
|
|
4160
4160
|
useExisting: forwardRef(() => GanttColumnGroupComponent)
|
|
4161
4161
|
}
|
|
4162
4162
|
], queries: [{ propertyName: "children", predicate: GanttColumnBase }, { propertyName: "headerTemplates", predicate: HeaderTemplateDirective }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
4163
4163
|
}
|
|
4164
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4164
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttColumnGroupComponent, decorators: [{
|
|
4165
4165
|
type: Component,
|
|
4166
4166
|
args: [{
|
|
4167
4167
|
selector: 'kendo-gantt-column-group',
|
|
@@ -4174,13 +4174,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4174
4174
|
],
|
|
4175
4175
|
standalone: true
|
|
4176
4176
|
}]
|
|
4177
|
-
}], ctorParameters:
|
|
4177
|
+
}], ctorParameters: () => [{ type: OptionChangesService }, { type: GanttColumnBase, decorators: [{
|
|
4178
4178
|
type: SkipSelf
|
|
4179
4179
|
}, {
|
|
4180
4180
|
type: Host
|
|
4181
4181
|
}, {
|
|
4182
4182
|
type: Optional
|
|
4183
|
-
}] }]
|
|
4183
|
+
}] }], propDecorators: { children: [{
|
|
4184
4184
|
type: ContentChildren,
|
|
4185
4185
|
args: [GanttColumnBase]
|
|
4186
4186
|
}], headerTemplates: [{
|
|
@@ -4219,15 +4219,15 @@ class GanttSpanColumnComponent extends SpanColumnComponent {
|
|
|
4219
4219
|
ngOnChanges() {
|
|
4220
4220
|
this.options.notifyColumnChanges();
|
|
4221
4221
|
}
|
|
4222
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4223
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4222
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttSpanColumnComponent, deps: [{ token: OptionChangesService }, { token: GanttColumnBase, host: true, optional: true, skipSelf: true }], target: i0.ɵɵFactoryTarget.Component });
|
|
4223
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GanttSpanColumnComponent, isStandalone: true, selector: "kendo-gantt-span-column", providers: [
|
|
4224
4224
|
{
|
|
4225
4225
|
provide: GanttColumnBase,
|
|
4226
4226
|
useExisting: forwardRef(() => GanttSpanColumnComponent)
|
|
4227
4227
|
}
|
|
4228
4228
|
], queries: [{ propertyName: "childColumns", predicate: GanttColumnComponent }, { propertyName: "template", predicate: CellTemplateDirective }, { propertyName: "editTemplate", predicate: EditTemplateDirective }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: '', isInline: true });
|
|
4229
4229
|
}
|
|
4230
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4230
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttSpanColumnComponent, decorators: [{
|
|
4231
4231
|
type: Component,
|
|
4232
4232
|
args: [{
|
|
4233
4233
|
selector: 'kendo-gantt-span-column',
|
|
@@ -4240,13 +4240,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4240
4240
|
],
|
|
4241
4241
|
standalone: true
|
|
4242
4242
|
}]
|
|
4243
|
-
}], ctorParameters:
|
|
4243
|
+
}], ctorParameters: () => [{ type: OptionChangesService }, { type: GanttColumnBase, decorators: [{
|
|
4244
4244
|
type: SkipSelf
|
|
4245
4245
|
}, {
|
|
4246
4246
|
type: Host
|
|
4247
4247
|
}, {
|
|
4248
4248
|
type: Optional
|
|
4249
|
-
}] }]
|
|
4249
|
+
}] }], propDecorators: { childColumns: [{
|
|
4250
4250
|
type: ContentChildren,
|
|
4251
4251
|
args: [GanttColumnComponent]
|
|
4252
4252
|
}], template: [{
|
|
@@ -4358,18 +4358,18 @@ class GanttTaskTemplateDirective {
|
|
|
4358
4358
|
constructor(templateRef) {
|
|
4359
4359
|
this.templateRef = templateRef;
|
|
4360
4360
|
}
|
|
4361
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4362
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4361
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttTaskTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4362
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: GanttTaskTemplateDirective, isStandalone: true, selector: "[kendoGanttTaskTemplate]", ngImport: i0 });
|
|
4363
4363
|
}
|
|
4364
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4364
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttTaskTemplateDirective, decorators: [{
|
|
4365
4365
|
type: Directive,
|
|
4366
4366
|
args: [{
|
|
4367
4367
|
selector: '[kendoGanttTaskTemplate]',
|
|
4368
4368
|
standalone: true
|
|
4369
4369
|
}]
|
|
4370
|
-
}], ctorParameters:
|
|
4370
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
4371
4371
|
type: Optional
|
|
4372
|
-
}] }]
|
|
4372
|
+
}] }] });
|
|
4373
4373
|
|
|
4374
4374
|
/**
|
|
4375
4375
|
* Defines a template for the entire summary task component.
|
|
@@ -4396,18 +4396,18 @@ class GanttSummaryTaskTemplateDirective {
|
|
|
4396
4396
|
constructor(templateRef) {
|
|
4397
4397
|
this.templateRef = templateRef;
|
|
4398
4398
|
}
|
|
4399
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4400
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4399
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttSummaryTaskTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4400
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: GanttSummaryTaskTemplateDirective, isStandalone: true, selector: "[kendoGanttSummaryTaskTemplate]", ngImport: i0 });
|
|
4401
4401
|
}
|
|
4402
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4402
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttSummaryTaskTemplateDirective, decorators: [{
|
|
4403
4403
|
type: Directive,
|
|
4404
4404
|
args: [{
|
|
4405
4405
|
selector: '[kendoGanttSummaryTaskTemplate]',
|
|
4406
4406
|
standalone: true
|
|
4407
4407
|
}]
|
|
4408
|
-
}], ctorParameters:
|
|
4408
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
4409
4409
|
type: Optional
|
|
4410
|
-
}] }]
|
|
4410
|
+
}] }] });
|
|
4411
4411
|
|
|
4412
4412
|
/**
|
|
4413
4413
|
* Defines a template for the text content section of the task component.
|
|
@@ -4437,18 +4437,18 @@ class GanttTaskContentTemplateDirective {
|
|
|
4437
4437
|
constructor(templateRef) {
|
|
4438
4438
|
this.templateRef = templateRef;
|
|
4439
4439
|
}
|
|
4440
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4441
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4440
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttTaskContentTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4441
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: GanttTaskContentTemplateDirective, isStandalone: true, selector: "[kendoGanttTaskContentTemplate]", ngImport: i0 });
|
|
4442
4442
|
}
|
|
4443
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4443
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttTaskContentTemplateDirective, decorators: [{
|
|
4444
4444
|
type: Directive,
|
|
4445
4445
|
args: [{
|
|
4446
4446
|
selector: '[kendoGanttTaskContentTemplate]',
|
|
4447
4447
|
standalone: true
|
|
4448
4448
|
}]
|
|
4449
|
-
}], ctorParameters:
|
|
4449
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
4450
4450
|
type: Optional
|
|
4451
|
-
}] }]
|
|
4451
|
+
}] }] });
|
|
4452
4452
|
|
|
4453
4453
|
/**
|
|
4454
4454
|
* Represents the toolbar template of the Gantt.
|
|
@@ -4485,18 +4485,18 @@ class ToolbarTemplateDirective {
|
|
|
4485
4485
|
constructor(templateRef) {
|
|
4486
4486
|
this.templateRef = templateRef;
|
|
4487
4487
|
}
|
|
4488
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4489
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4488
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4489
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ToolbarTemplateDirective, isStandalone: true, selector: "[kendoGanttToolbarTemplate]", inputs: { position: "position" }, ngImport: i0 });
|
|
4490
4490
|
}
|
|
4491
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4491
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarTemplateDirective, decorators: [{
|
|
4492
4492
|
type: Directive,
|
|
4493
4493
|
args: [{
|
|
4494
4494
|
selector: '[kendoGanttToolbarTemplate]',
|
|
4495
4495
|
standalone: true
|
|
4496
4496
|
}]
|
|
4497
|
-
}], ctorParameters:
|
|
4497
|
+
}], ctorParameters: () => [{ type: i0.TemplateRef, decorators: [{
|
|
4498
4498
|
type: Optional
|
|
4499
|
-
}] }]
|
|
4499
|
+
}] }], propDecorators: { position: [{
|
|
4500
4500
|
type: Input,
|
|
4501
4501
|
args: ['position']
|
|
4502
4502
|
}] } });
|
|
@@ -4547,16 +4547,16 @@ class ViewBase {
|
|
|
4547
4547
|
this.optionChangesService.notifyDateFormatChanges();
|
|
4548
4548
|
}
|
|
4549
4549
|
}
|
|
4550
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4551
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
4550
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ViewBase, deps: [{ token: OptionChangesService }, { token: DependencyDomService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
4551
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: ViewBase, selector: "kendo-gantt-view-base", inputs: { slotWidth: "slotWidth", timelineHeadersDateFormat: "timelineHeadersDateFormat", currentTimeMarker: "currentTimeMarker" }, usesOnChanges: true, ngImport: i0 });
|
|
4552
4552
|
}
|
|
4553
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ViewBase, decorators: [{
|
|
4554
4554
|
type: Directive,
|
|
4555
4555
|
args: [{
|
|
4556
4556
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
4557
4557
|
selector: 'kendo-gantt-view-base'
|
|
4558
4558
|
}]
|
|
4559
|
-
}], ctorParameters:
|
|
4559
|
+
}], ctorParameters: () => [{ type: OptionChangesService }, { type: DependencyDomService }], propDecorators: { slotWidth: [{
|
|
4560
4560
|
type: Input
|
|
4561
4561
|
}], timelineHeadersDateFormat: [{
|
|
4562
4562
|
type: Input
|
|
@@ -4666,8 +4666,8 @@ class DependenciesTableComponent {
|
|
|
4666
4666
|
this.editService.deleteDependency(item);
|
|
4667
4667
|
this.formGroups.removeAt(selectedIndex);
|
|
4668
4668
|
}
|
|
4669
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4670
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4669
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DependenciesTableComponent, deps: [{ token: MappingService }, { token: EditService }, { token: GanttLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4670
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DependenciesTableComponent, isStandalone: true, selector: "kendo-gantt-dependencies-table", inputs: { tasks: "tasks", dependencies: "dependencies", dependencyType: "dependencyType" }, outputs: { dependenciesChange: "dependenciesChange" }, ngImport: i0, template: `
|
|
4671
4671
|
<kendo-grid
|
|
4672
4672
|
[data]="dependencies"
|
|
4673
4673
|
[selectable]="{ mode: 'single' }"
|
|
@@ -4721,7 +4721,7 @@ class DependenciesTableComponent {
|
|
|
4721
4721
|
</kendo-grid>
|
|
4722
4722
|
`, isInline: true, dependencies: [{ kind: "component", type: GridComponent, selector: "kendo-grid", inputs: ["data", "pageSize", "height", "rowHeight", "adaptiveMode", "detailRowHeight", "skip", "scrollable", "selectable", "sort", "size", "trackBy", "filter", "group", "virtualColumns", "filterable", "sortable", "pageable", "groupable", "gridResizable", "rowReorderable", "navigable", "autoSize", "rowClass", "rowSticky", "rowSelected", "isRowSelectable", "cellSelected", "resizable", "reorderable", "loading", "columnMenu", "hideHeader", "showInactiveTools", "isDetailExpanded", "isGroupExpanded", "dataLayoutMode"], outputs: ["filterChange", "pageChange", "groupChange", "sortChange", "selectionChange", "rowReorder", "dataStateChange", "gridStateChange", "groupExpand", "groupCollapse", "detailExpand", "detailCollapse", "edit", "cancel", "save", "remove", "add", "cellClose", "cellClick", "pdfExport", "excelExport", "columnResize", "columnReorder", "columnVisibilityChange", "columnLockedChange", "columnStickyChange", "scrollBottom", "contentScroll"], exportAs: ["kendoGrid"] }, { kind: "directive", type: SelectionDirective, selector: "[kendoGridSelectBy]" }, { kind: "directive", type: ToolbarTemplateDirective$1, selector: "[kendoGridToolbarTemplate]", inputs: ["position"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: ColumnComponent$1, selector: "kendo-grid-column", inputs: ["field", "format", "sortable", "groupable", "editor", "filter", "filterVariant", "filterable", "editable"] }, { kind: "directive", type: CellTemplateDirective$1, selector: "[kendoGridCellTemplate]" }, { kind: "component", type: DropDownListComponent, selector: "kendo-dropdownlist", inputs: ["customIconClass", "showStickyHeader", "icon", "svgIcon", "loading", "data", "value", "textField", "valueField", "adaptiveMode", "adaptiveTitle", "adaptiveSubtitle", "popupSettings", "listHeight", "defaultItem", "disabled", "itemDisabled", "readonly", "filterable", "virtual", "ignoreCase", "delay", "valuePrimitive", "tabindex", "tabIndex", "size", "rounded", "fillMode", "leftRightArrowsNavigation", "id"], outputs: ["valueChange", "filterChange", "selectionChange", "open", "opened", "close", "closed", "focus", "blur"], exportAs: ["kendoDropDownList"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.FormControlDirective, selector: "[formControl]", inputs: ["formControl", "disabled", "ngModel"], outputs: ["ngModelChange"], exportAs: ["ngForm"] }] });
|
|
4723
4723
|
}
|
|
4724
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4724
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DependenciesTableComponent, decorators: [{
|
|
4725
4725
|
type: Component,
|
|
4726
4726
|
args: [{
|
|
4727
4727
|
selector: 'kendo-gantt-dependencies-table',
|
|
@@ -4781,7 +4781,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4781
4781
|
standalone: true,
|
|
4782
4782
|
imports: [GridComponent, SelectionDirective, ToolbarTemplateDirective$1, ButtonComponent, ColumnComponent$1, CellTemplateDirective$1, DropDownListComponent, ReactiveFormsModule]
|
|
4783
4783
|
}]
|
|
4784
|
-
}], ctorParameters:
|
|
4784
|
+
}], ctorParameters: () => [{ type: MappingService }, { type: EditService }, { type: GanttLocalizationService }], propDecorators: { tasks: [{
|
|
4785
4785
|
type: Input
|
|
4786
4786
|
}], dependencies: [{
|
|
4787
4787
|
type: Input
|
|
@@ -4812,8 +4812,8 @@ class TaskFieldsComponent {
|
|
|
4812
4812
|
getText(token) {
|
|
4813
4813
|
return this.localizationService.get(token);
|
|
4814
4814
|
}
|
|
4815
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4816
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4815
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TaskFieldsComponent, deps: [{ token: MappingService }, { token: EditService }, { token: GanttLocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4816
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: TaskFieldsComponent, isStandalone: true, selector: "kendo-gantt-task-fields", ngImport: i0, template: `
|
|
4817
4817
|
<form class="k-form k-form-md" [formGroup]="formGroup">
|
|
4818
4818
|
<kendo-formfield *ngIf="formGroup.get(mapper.taskFields.title)">
|
|
4819
4819
|
<kendo-label [for]="title" [text]="getText('titleFieldInputLabel')"></kendo-label>
|
|
@@ -4845,7 +4845,7 @@ class TaskFieldsComponent {
|
|
|
4845
4845
|
</form>
|
|
4846
4846
|
`, isInline: true, dependencies: [{ kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i4.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i4.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i4.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i4.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i4.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: FormFieldComponent, selector: "kendo-formfield", inputs: ["showHints", "orientation", "showErrors", "colSpan"] }, { kind: "component", type: LabelComponent, selector: "kendo-label", inputs: ["text", "for", "optional", "labelCssStyle", "labelCssClass"], exportAs: ["kendoLabel"] }, { kind: "directive", type: TextBoxDirective, selector: "input[kendoTextBox]", inputs: ["value"] }, { kind: "component", type: DateTimePickerComponent, selector: "kendo-datetimepicker", inputs: ["focusableId", "weekDaysFormat", "showOtherMonthDays", "value", "format", "twoDigitYearMax", "tabindex", "disabledDates", "popupSettings", "adaptiveTitle", "adaptiveSubtitle", "disabled", "readonly", "readOnlyInput", "cancelButton", "formatPlaceholder", "placeholder", "steps", "focusedDate", "calendarType", "animateCalendarNavigation", "weekNumber", "min", "max", "rangeValidation", "disabledDatesValidation", "incompleteDateValidation", "autoCorrectParts", "autoSwitchParts", "autoSwitchKeys", "enableMouseWheel", "allowCaretMode", "clearButton", "autoFill", "adaptiveMode", "inputAttributes", "defaultTab", "size", "rounded", "fillMode", "headerTemplate", "footerTemplate", "footer"], outputs: ["valueChange", "open", "close", "focus", "blur", "escape"], exportAs: ["kendo-datetimepicker"] }, { kind: "component", type: TreeListSpacerComponent, selector: "kendo-treelist-spacer", inputs: ["width"] }, { kind: "component", type: NumericTextBoxComponent, selector: "kendo-numerictextbox", inputs: ["focusableId", "disabled", "readonly", "title", "autoCorrect", "format", "max", "min", "decimals", "placeholder", "step", "spinners", "rangeValidation", "tabindex", "tabIndex", "changeValueOnScroll", "selectOnFocus", "value", "maxlength", "size", "rounded", "fillMode", "inputAttributes"], outputs: ["valueChange", "focus", "blur", "inputFocus", "inputBlur"], exportAs: ["kendoNumericTextBox"] }] });
|
|
4847
4847
|
}
|
|
4848
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
4848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TaskFieldsComponent, decorators: [{
|
|
4849
4849
|
type: Component,
|
|
4850
4850
|
args: [{
|
|
4851
4851
|
selector: 'kendo-gantt-task-fields',
|
|
@@ -4883,7 +4883,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
4883
4883
|
standalone: true,
|
|
4884
4884
|
imports: [ReactiveFormsModule, NgIf, FormFieldComponent, LabelComponent, TextBoxDirective, DateTimePickerComponent, TreeListSpacerComponent, NumericTextBoxComponent]
|
|
4885
4885
|
}]
|
|
4886
|
-
}], ctorParameters:
|
|
4886
|
+
}], ctorParameters: () => [{ type: MappingService }, { type: EditService }, { type: GanttLocalizationService }] });
|
|
4887
4887
|
|
|
4888
4888
|
/**
|
|
4889
4889
|
* @hidden
|
|
@@ -4933,8 +4933,8 @@ class EditDialogComponent {
|
|
|
4933
4933
|
handleTaskDelete() {
|
|
4934
4934
|
this.editService.taskDelete.next(this.editService.dataItem);
|
|
4935
4935
|
}
|
|
4936
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
4937
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
4936
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditDialogComponent, deps: [{ token: MappingService }, { token: EditService }, { token: i0.ChangeDetectorRef }, { token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
4937
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: EditDialogComponent, isStandalone: true, selector: "kendo-gantt-edit-dialog", inputs: { data: "data" }, ngImport: i0, template: `
|
|
4938
4938
|
<kendo-dialog
|
|
4939
4939
|
[title]="getText('taskEditingDialogTitle')"
|
|
4940
4940
|
[width]="575"
|
|
@@ -5007,7 +5007,7 @@ class EditDialogComponent {
|
|
|
5007
5007
|
</kendo-dialog>
|
|
5008
5008
|
`, isInline: true, dependencies: [{ kind: "component", type: DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { kind: "directive", type: CustomMessagesComponent$1, selector: "kendo-dialog-messages, kendo-window-messages" }, { kind: "component", type: TabStripComponent, selector: "kendo-tabstrip", inputs: ["height", "animate", "tabAlignment", "tabPosition", "keepTabContent", "closable", "scrollable", "size", "closeIcon", "closeIconClass", "closeSVGIcon", "showContentArea"], outputs: ["tabSelect", "tabClose", "tabScroll"], exportAs: ["kendoTabStrip"] }, { kind: "component", type: TabStripTabComponent, selector: "kendo-tabstrip-tab", inputs: ["title", "disabled", "cssClass", "cssStyle", "selected", "closable", "closeIcon", "closeIconClass", "closeSVGIcon"], exportAs: ["kendoTabStripTab"] }, { kind: "directive", type: TabContentDirective, selector: "[kendoTabContent]" }, { kind: "component", type: TaskFieldsComponent, selector: "kendo-gantt-task-fields" }, { kind: "component", type: DependenciesTableComponent, selector: "kendo-gantt-dependencies-table", inputs: ["tasks", "dependencies", "dependencyType"], outputs: ["dependenciesChange"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: TreeListSpacerComponent, selector: "kendo-treelist-spacer", inputs: ["width"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
5009
5009
|
}
|
|
5010
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: EditDialogComponent, decorators: [{
|
|
5011
5011
|
type: Component,
|
|
5012
5012
|
args: [{
|
|
5013
5013
|
selector: 'kendo-gantt-edit-dialog',
|
|
@@ -5086,7 +5086,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5086
5086
|
standalone: true,
|
|
5087
5087
|
imports: [DialogComponent, CustomMessagesComponent$1, TabStripComponent, TabStripTabComponent, TabContentDirective, TaskFieldsComponent, DependenciesTableComponent, DialogActionsComponent, ButtonComponent, TreeListSpacerComponent, EventsOutsideAngularDirective]
|
|
5088
5088
|
}]
|
|
5089
|
-
}], ctorParameters:
|
|
5089
|
+
}], ctorParameters: () => [{ type: MappingService }, { type: EditService }, { type: i0.ChangeDetectorRef }, { type: i1$1.LocalizationService }], propDecorators: { data: [{
|
|
5090
5090
|
type: Input
|
|
5091
5091
|
}] } });
|
|
5092
5092
|
|
|
@@ -5107,12 +5107,12 @@ class ToolbarNavigationService {
|
|
|
5107
5107
|
this.renderer.setAttribute(this.focusableContent[this.focusIndex], 'tabindex', '0');
|
|
5108
5108
|
this.focusableContent[this.focusIndex].focus();
|
|
5109
5109
|
}
|
|
5110
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5111
|
-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "
|
|
5110
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarNavigationService, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Injectable });
|
|
5111
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarNavigationService });
|
|
5112
5112
|
}
|
|
5113
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5113
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarNavigationService, decorators: [{
|
|
5114
5114
|
type: Injectable
|
|
5115
|
-
}], ctorParameters:
|
|
5115
|
+
}], ctorParameters: () => [{ type: i0.Renderer2 }] });
|
|
5116
5116
|
|
|
5117
5117
|
/**
|
|
5118
5118
|
* The Gantt ViewSelector component. Shows the current view type and lets you switch to another view type.
|
|
@@ -5156,8 +5156,8 @@ class ViewSelectorComponent {
|
|
|
5156
5156
|
onActiveViewChange(event) {
|
|
5157
5157
|
this.activeViewChange.emit(event.target.value);
|
|
5158
5158
|
}
|
|
5159
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5160
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5159
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ViewSelectorComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5160
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ViewSelectorComponent, isStandalone: true, selector: "kendo-gantt-view-selector", inputs: { views: "views", activeView: "activeView" }, outputs: { activeViewChange: "activeViewChange" }, host: { properties: { "class.k-gantt-views-wrapper": "this.hostClass" } }, ngImport: i0, template: `
|
|
5161
5161
|
<select
|
|
5162
5162
|
class="k-dropdownlist k-picker k-rounded-md k-views-dropdown"
|
|
5163
5163
|
aria-label="View Selector"
|
|
@@ -5174,7 +5174,7 @@ class ViewSelectorComponent {
|
|
|
5174
5174
|
</kendo-buttongroup>
|
|
5175
5175
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "directive", type: i4.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i4.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "component", type: ButtonGroupComponent, selector: "kendo-buttongroup", inputs: ["disabled", "selection", "width", "tabIndex", "navigable"], outputs: ["navigate"], exportAs: ["kendoButtonGroup"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }] });
|
|
5176
5176
|
}
|
|
5177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ViewSelectorComponent, decorators: [{
|
|
5178
5178
|
type: Component,
|
|
5179
5179
|
args: [{
|
|
5180
5180
|
selector: 'kendo-gantt-view-selector',
|
|
@@ -5197,7 +5197,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5197
5197
|
standalone: true,
|
|
5198
5198
|
imports: [NgFor, ReactiveFormsModule, ButtonGroupComponent, ButtonComponent]
|
|
5199
5199
|
}]
|
|
5200
|
-
}], ctorParameters:
|
|
5200
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }], propDecorators: { hostClass: [{
|
|
5201
5201
|
type: HostBinding,
|
|
5202
5202
|
args: ['class.k-gantt-views-wrapper']
|
|
5203
5203
|
}], views: [{
|
|
@@ -5282,8 +5282,8 @@ class GanttAddTaskComponent {
|
|
|
5282
5282
|
selectedItem: null
|
|
5283
5283
|
});
|
|
5284
5284
|
}
|
|
5285
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5286
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5285
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttAddTaskComponent, deps: [{ token: i1$1.LocalizationService }, { token: EditService }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5286
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GanttAddTaskComponent, isStandalone: true, selector: "kendo-gantt-add-task", inputs: { data: "data", icon: "icon", svgIcon: "svgIcon" }, ngImport: i0, template: `
|
|
5287
5287
|
<kendo-dropdownbutton
|
|
5288
5288
|
[data]="data"
|
|
5289
5289
|
[icon]="icon"
|
|
@@ -5296,7 +5296,7 @@ class GanttAddTaskComponent {
|
|
|
5296
5296
|
</kendo-dropdownbutton>
|
|
5297
5297
|
`, isInline: true, dependencies: [{ kind: "component", type: DropDownButtonComponent, selector: "kendo-dropdownbutton", inputs: ["arrowIcon", "icon", "svgIcon", "iconClass", "imageUrl", "textField", "data", "size", "rounded", "fillMode", "themeColor", "buttonAttributes"], outputs: ["itemClick", "focus", "blur"], exportAs: ["kendoDropDownButton"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }] });
|
|
5298
5298
|
}
|
|
5299
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5299
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttAddTaskComponent, decorators: [{
|
|
5300
5300
|
type: Component,
|
|
5301
5301
|
args: [{
|
|
5302
5302
|
selector: 'kendo-gantt-add-task',
|
|
@@ -5315,7 +5315,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5315
5315
|
standalone: true,
|
|
5316
5316
|
imports: [DropDownButtonComponent, EventsOutsideAngularDirective]
|
|
5317
5317
|
}]
|
|
5318
|
-
}], ctorParameters:
|
|
5318
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }, { type: EditService }, { type: i0.NgZone }], propDecorators: { data: [{
|
|
5319
5319
|
type: Input
|
|
5320
5320
|
}], icon: [{
|
|
5321
5321
|
type: Input
|
|
@@ -5398,8 +5398,8 @@ class ToolbarComponent {
|
|
|
5398
5398
|
}
|
|
5399
5399
|
}
|
|
5400
5400
|
}
|
|
5401
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5402
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
5401
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarComponent, deps: [{ token: i0.ElementRef }, { token: ToolbarNavigationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
5402
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: ToolbarComponent, isStandalone: true, selector: "kendo-gantt-toolbar", inputs: { showAddTask: "showAddTask", showViewSelector: "showViewSelector", views: "views", activeView: "activeView", toolbarTemplate: "toolbarTemplate", navigable: "navigable", position: "position" }, outputs: { activeViewChange: "activeViewChange" }, host: { listeners: { "click": "clickHandler($event)", "keydown.arrowleft": "arrowLeftListener($event)", "keydown.arrowright": "arrowRightListener($event)" }, properties: { "attr.role": "this.role", "class.k-gantt-toolbar": "this.hostClasses", "class.k-toolbar": "this.hostClasses", "class.k-toolbar-md": "this.hostClasses", "class.k-toolbar-solid": "this.hostClasses" } }, providers: [ToolbarNavigationService], ngImport: i0, template: `
|
|
5403
5403
|
<ng-container *ngIf="!renderTemplate">
|
|
5404
5404
|
<kendo-gantt-add-task *ngIf="showAddTask"></kendo-gantt-add-task>
|
|
5405
5405
|
<span class="k-spacer k-toolbar-spacer"></span>
|
|
@@ -5417,7 +5417,7 @@ class ToolbarComponent {
|
|
|
5417
5417
|
</ng-template>
|
|
5418
5418
|
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: GanttAddTaskComponent, selector: "kendo-gantt-add-task", inputs: ["data", "icon", "svgIcon"] }, { kind: "component", type: ViewSelectorComponent, selector: "kendo-gantt-view-selector", inputs: ["views", "activeView"], outputs: ["activeViewChange"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
5419
5419
|
}
|
|
5420
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5420
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: ToolbarComponent, decorators: [{
|
|
5421
5421
|
type: Component,
|
|
5422
5422
|
args: [{
|
|
5423
5423
|
selector: 'kendo-gantt-toolbar',
|
|
@@ -5442,7 +5442,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5442
5442
|
standalone: true,
|
|
5443
5443
|
imports: [NgIf, GanttAddTaskComponent, ViewSelectorComponent, NgTemplateOutlet]
|
|
5444
5444
|
}]
|
|
5445
|
-
}], ctorParameters:
|
|
5445
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }, { type: ToolbarNavigationService }], propDecorators: { role: [{
|
|
5446
5446
|
type: HostBinding,
|
|
5447
5447
|
args: ['attr.role']
|
|
5448
5448
|
}], hostClasses: [{
|
|
@@ -5780,10 +5780,10 @@ class Messages extends ComponentMessages {
|
|
|
5780
5780
|
* The text shown in the task tooltip before the task end date.
|
|
5781
5781
|
*/
|
|
5782
5782
|
tooltipEndDateText;
|
|
5783
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5784
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5783
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
5784
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: Messages, selector: "kendo-gantt-messages-base", inputs: { taskEditingGeneralTabTitle: "taskEditingGeneralTabTitle", taskEditingPredecessorsTabTitle: "taskEditingPredecessorsTabTitle", taskEditingSuccessorsTabTitle: "taskEditingSuccessorsTabTitle", taskEditingDependenciesAddButtonText: "taskEditingDependenciesAddButtonText", taskEditingDependenciesRemoveButtonText: "taskEditingDependenciesRemoveButtonText", taskEditingDependenciesGridNameColumnTitle: "taskEditingDependenciesGridNameColumnTitle", taskEditingDependenciesGridTypeColumnTitle: "taskEditingDependenciesGridTypeColumnTitle", deleteButtonText: "deleteButtonText", taskDeleteLabel: "taskDeleteLabel", taskEditingDialogTitle: "taskEditingDialogTitle", taskEditingDialogCloseTitle: "taskEditingDialogCloseTitle", confirmationDialogCloseTitle: "confirmationDialogCloseTitle", confirmationDialogTitle: "confirmationDialogTitle", addTaskText: "addTaskText", addChildText: "addChildText", addAboveText: "addAboveText", addBelowText: "addBelowText", cancelButtonText: "cancelButtonText", saveButtonText: "saveButtonText", titleFieldInputLabel: "titleFieldInputLabel", startFieldInputLabel: "startFieldInputLabel", endFieldInputLabel: "endFieldInputLabel", completionRatioFieldInputLabel: "completionRatioFieldInputLabel", confirmationDialogContent: "confirmationDialogContent", dayViewText: "dayViewText", weekViewText: "weekViewText", monthViewText: "monthViewText", yearViewText: "yearViewText", noRecords: "noRecords", filter: "filter", filterEqOperator: "filterEqOperator", filterNotEqOperator: "filterNotEqOperator", filterIsNullOperator: "filterIsNullOperator", filterIsNotNullOperator: "filterIsNotNullOperator", filterIsEmptyOperator: "filterIsEmptyOperator", filterIsNotEmptyOperator: "filterIsNotEmptyOperator", filterStartsWithOperator: "filterStartsWithOperator", filterContainsOperator: "filterContainsOperator", filterNotContainsOperator: "filterNotContainsOperator", filterEndsWithOperator: "filterEndsWithOperator", filterGteOperator: "filterGteOperator", filterGtOperator: "filterGtOperator", filterLteOperator: "filterLteOperator", filterLtOperator: "filterLtOperator", filterIsTrue: "filterIsTrue", filterIsFalse: "filterIsFalse", filterBooleanAll: "filterBooleanAll", filterAfterOrEqualOperator: "filterAfterOrEqualOperator", filterAfterOperator: "filterAfterOperator", filterBeforeOperator: "filterBeforeOperator", filterBeforeOrEqualOperator: "filterBeforeOrEqualOperator", filterFilterButton: "filterFilterButton", filterClearButton: "filterClearButton", filterAndLogic: "filterAndLogic", filterOrLogic: "filterOrLogic", loading: "loading", columnMenu: "columnMenu", columns: "columns", lock: "lock", unlock: "unlock", sortable: "sortable", sortAscending: "sortAscending", sortDescending: "sortDescending", sortedAscending: "sortedAscending", sortedDescending: "sortedDescending", sortedDefault: "sortedDefault", columnsApply: "columnsApply", columnsReset: "columnsReset", tooltipStartDateText: "tooltipStartDateText", tooltipEndDateText: "tooltipEndDateText" }, usesInheritance: true, ngImport: i0 });
|
|
5785
5785
|
}
|
|
5786
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5786
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: Messages, decorators: [{
|
|
5787
5787
|
type: Directive,
|
|
5788
5788
|
args: [{
|
|
5789
5789
|
// eslint-disable-next-line @angular-eslint/directive-selector
|
|
@@ -5940,15 +5940,15 @@ class LocalizedMessagesDirective extends Messages {
|
|
|
5940
5940
|
super();
|
|
5941
5941
|
this.service = service;
|
|
5942
5942
|
}
|
|
5943
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
5944
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
5943
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
5944
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: LocalizedMessagesDirective, isStandalone: true, selector: "[kendoGanttLocalizedMessages]", providers: [
|
|
5945
5945
|
{
|
|
5946
5946
|
provide: Messages,
|
|
5947
5947
|
useExisting: forwardRef(() => LocalizedMessagesDirective)
|
|
5948
5948
|
}
|
|
5949
5949
|
], usesInheritance: true, ngImport: i0 });
|
|
5950
5950
|
}
|
|
5951
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
5951
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: LocalizedMessagesDirective, decorators: [{
|
|
5952
5952
|
type: Directive,
|
|
5953
5953
|
args: [{
|
|
5954
5954
|
providers: [
|
|
@@ -5960,7 +5960,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
5960
5960
|
selector: '[kendoGanttLocalizedMessages]',
|
|
5961
5961
|
standalone: true
|
|
5962
5962
|
}]
|
|
5963
|
-
}], ctorParameters:
|
|
5963
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
5964
5964
|
|
|
5965
5965
|
const TREELIST_GROUP_COLUMNS_CLASS = 'k-gantt-treelist-nested-columns';
|
|
5966
5966
|
const DEFAULT_VIEW = 'week';
|
|
@@ -7294,8 +7294,8 @@ class GanttComponent {
|
|
|
7294
7294
|
}
|
|
7295
7295
|
}
|
|
7296
7296
|
}
|
|
7297
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
7298
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
7297
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttComponent, deps: [{ token: TimelineViewService }, { token: ScrollSyncService }, { token: i0.Renderer2 }, { token: MappingService }, { token: OptionChangesService }, { token: DependencyDomService }, { token: EditService }, { token: i1$1.LocalizationService }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: NavigationService }, { token: CurrentTimeMarkerService }, { token: i1.IntlService }, { token: LOCALE_ID }], target: i0.ɵɵFactoryTarget.Component });
|
|
7298
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: GanttComponent, isStandalone: true, selector: "kendo-gantt", inputs: { roleDescription: ["aria-roledescription", "roleDescription"], role: "role", taskModelFields: "taskModelFields", dependencyModelFields: "dependencyModelFields", activeView: "activeView", data: "data", isSelected: "isSelected", validateNewDependency: "validateNewDependency", selectable: "selectable", toolbarSettings: "toolbarSettings", toolbarAriaLabel: "toolbarAriaLabel", fetchChildren: "fetchChildren", hasChildren: "hasChildren", dependencies: "dependencies", sortable: "sortable", sort: "sort", filterable: "filterable", filter: "filter", workDayStart: "workDayStart", workDayEnd: "workDayEnd", workWeekStart: "workWeekStart", workWeekEnd: "workWeekEnd", navigable: "navigable", timelinePaneOptions: "timelinePaneOptions", treeListPaneOptions: "treeListPaneOptions", taskClass: "taskClass", rowClass: "rowClass", isExpanded: "isExpanded", columnsAutoSize: "columnsAutoSize", currentTimeMarker: "currentTimeMarker", columnMenu: "columnMenu", columnsReorderable: "columnsReorderable", columnsResizable: "columnsResizable", dragScrollSettings: "dragScrollSettings", taskTooltipOptions: "taskTooltipOptions" }, outputs: { selectionChange: "selectionChange", rowExpand: "rowExpand", taskDblClick: "taskDblClick", cellDblClick: "cellDblClick", cellClose: "cellClose", taskDelete: "taskDelete", rowCollapse: "rowCollapse", remove: "remove", cancel: "cancel", save: "save", taskAdd: "taskAdd", dependencyAdd: "dependencyAdd", sortChange: "sortChange", filterChange: "filterChange", dataStateChange: "dataStateChange", treeListPaneCollapsedChange: "treeListPaneCollapsedChange", timelinePaneCollapsedChange: "timelinePaneCollapsedChange", timelinePaneSizeChange: "timelinePaneSizeChange", activeViewChange: "activeViewChange", columnResize: "columnResize", columnReorder: "columnReorder", columnVisibilityChange: "columnVisibilityChange", columnLockedChange: "columnLockedChange", cellClick: "cellClick", taskClick: "taskClick" }, host: { properties: { "attr.aria-roledescription": "this.hostRoleDescriptionAttr", "attr.role": "this.hostRoleAttr", "class.k-gantt": "this.hostClasses", "attr.dir": "this.dir" } }, providers: [
|
|
7299
7299
|
GanttLocalizationService,
|
|
7300
7300
|
LocalizationService,
|
|
7301
7301
|
{
|
|
@@ -7705,7 +7705,7 @@ class GanttComponent {
|
|
|
7705
7705
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark" [licenseMessage]="licenseMessage"></div>
|
|
7706
7706
|
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedMessagesDirective, selector: "[kendoGanttLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: ToolbarComponent, selector: "kendo-gantt-toolbar", inputs: ["showAddTask", "showViewSelector", "views", "activeView", "toolbarTemplate", "navigable", "position"], outputs: ["activeViewChange"] }, { kind: "component", type: SplitterComponent, selector: "kendo-splitter", inputs: ["orientation", "splitbarWidth", "resizeStep", "splitterBarClass"], outputs: ["layoutChange"], exportAs: ["kendoSplitter"] }, { kind: "component", type: SplitterPaneComponent, selector: "kendo-splitter-pane", inputs: ["order", "size", "splitterBarAttributes", "splitterBarClass", "min", "max", "resizable", "collapsible", "scrollable", "collapsed", "orientation", "containsSplitter", "overlayContent"], outputs: ["sizeChange", "collapsedChange"], exportAs: ["kendoSplitterPane"] }, { kind: "component", type: TreeListComponent, selector: "kendo-treelist", inputs: ["aria-label", "data", "pageSize", "height", "rowHeight", "skip", "scrollable", "sort", "trackBy", "filter", "virtualColumns", "filterable", "sortable", "pageable", "navigable", "autoSize", "rowClass", "resizable", "reorderable", "loading", "columnMenu", "hideHeader", "idField", "selectable", "isSelected", "rowReorderable", "columns", "fetchChildren", "hasChildren", "isExpanded"], outputs: ["selectionChange", "filterChange", "pageChange", "sortChange", "dataStateChange", "edit", "cancel", "save", "remove", "add", "cellClose", "cellClick", "pdfExport", "excelExport", "columnResize", "columnReorder", "columnVisibilityChange", "columnLockedChange", "scrollBottom", "contentScroll", "expand", "collapse", "expandStateChange", "rowReorder"], exportAs: ["kendoTreeList"] }, { kind: "directive", type: EventsOutsideAngularDirective, selector: "[kendoEventsOutsideAngular]", inputs: ["kendoEventsOutsideAngular", "scope"] }, { kind: "component", type: CustomMessagesComponent$2, selector: "kendo-treelist-messages" }, { kind: "component", type: GanttTimelineComponent, selector: "kendo-gantt-timeline", inputs: ["rows", "slots", "groupSlots", "tableWidth", "activeView", "taskContentTemplate", "taskTemplate", "summaryTaskTemplate", "taskClass", "renderDependencyDragClues", "dragScrollSettings", "currentTimeMarker", "customTooltipTemplate", "tooltipOptions", "selectable", "isTaskSelected", "isExpanded", "dependencies"], outputs: ["timelineContainerPress", "timelineContainerDrag", "timelineContainerRelease"] }, { kind: "component", type: EditDialogComponent, selector: "kendo-gantt-edit-dialog", inputs: ["data"] }, { kind: "component", type: DialogComponent, selector: "kendo-dialog", inputs: ["actions", "actionsLayout", "autoFocusedElement", "title", "width", "minWidth", "maxWidth", "height", "minHeight", "maxHeight", "animation", "themeColor"], outputs: ["action", "close"], exportAs: ["kendoDialog"] }, { kind: "component", type: DialogActionsComponent, selector: "kendo-dialog-actions", inputs: ["actions", "layout"], outputs: ["action"] }, { kind: "component", type: TreeListSpacerComponent, selector: "kendo-treelist-spacer", inputs: ["width"] }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton]", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]", inputs: ["licenseMessage"] }] });
|
|
7707
7707
|
}
|
|
7708
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
7708
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttComponent, decorators: [{
|
|
7709
7709
|
type: Component,
|
|
7710
7710
|
args: [{
|
|
7711
7711
|
selector: 'kendo-gantt',
|
|
@@ -8123,10 +8123,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
8123
8123
|
standalone: true,
|
|
8124
8124
|
imports: [LocalizedMessagesDirective, NgIf, ToolbarComponent, SplitterComponent, SplitterPaneComponent, TreeListComponent, EventsOutsideAngularDirective, CustomMessagesComponent$2, GanttTimelineComponent, EditDialogComponent, DialogComponent, DialogActionsComponent, TreeListSpacerComponent, ButtonComponent, WatermarkOverlayComponent]
|
|
8125
8125
|
}]
|
|
8126
|
-
}], ctorParameters:
|
|
8126
|
+
}], ctorParameters: () => [{ type: TimelineViewService }, { type: ScrollSyncService }, { type: i0.Renderer2 }, { type: MappingService }, { type: OptionChangesService }, { type: DependencyDomService }, { type: EditService }, { type: i1$1.LocalizationService }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: NavigationService }, { type: CurrentTimeMarkerService }, { type: i1.IntlService }, { type: undefined, decorators: [{
|
|
8127
8127
|
type: Inject,
|
|
8128
8128
|
args: [LOCALE_ID]
|
|
8129
|
-
}] }]
|
|
8129
|
+
}] }], propDecorators: { treeList: [{
|
|
8130
8130
|
type: ViewChild,
|
|
8131
8131
|
args: [TreeListComponent, { static: true }]
|
|
8132
8132
|
}], timeline: [{
|
|
@@ -8318,10 +8318,10 @@ class GanttFlatBindingDirective extends FlatBindingDirective {
|
|
|
8318
8318
|
set aggregate(value) {
|
|
8319
8319
|
super.aggregate = value;
|
|
8320
8320
|
}
|
|
8321
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8322
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
8321
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttFlatBindingDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
8322
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: GanttFlatBindingDirective, isStandalone: true, selector: "[kendoGanttFlatBinding]", inputs: { data: ["kendoGanttFlatBinding", "data"] }, exportAs: ["kendoGanttFlatBinding"], usesInheritance: true, ngImport: i0 });
|
|
8323
8323
|
}
|
|
8324
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8324
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttFlatBindingDirective, decorators: [{
|
|
8325
8325
|
type: Directive,
|
|
8326
8326
|
args: [{
|
|
8327
8327
|
selector: '[kendoGanttFlatBinding]',
|
|
@@ -8361,10 +8361,10 @@ class GanttHierarchyBindingDirective extends HierarchyBindingDirective {
|
|
|
8361
8361
|
set aggregate(value) {
|
|
8362
8362
|
super.aggregate = value;
|
|
8363
8363
|
}
|
|
8364
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8365
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
8364
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttHierarchyBindingDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
8365
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: GanttHierarchyBindingDirective, isStandalone: true, selector: "[kendoGanttHierarchyBinding]", inputs: { data: ["kendoGanttHierarchyBinding", "data"] }, exportAs: ["kendoGanttHierarchyBinding"], usesInheritance: true, ngImport: i0 });
|
|
8366
8366
|
}
|
|
8367
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8367
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttHierarchyBindingDirective, decorators: [{
|
|
8368
8368
|
type: Directive,
|
|
8369
8369
|
args: [{
|
|
8370
8370
|
selector: '[kendoGanttHierarchyBinding]',
|
|
@@ -8395,10 +8395,10 @@ class GanttExpandableDirective extends ExpandableDirective {
|
|
|
8395
8395
|
set expandBy(value) {
|
|
8396
8396
|
super.expandBy = value;
|
|
8397
8397
|
}
|
|
8398
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8399
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
8398
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttExpandableDirective, deps: null, target: i0.ɵɵFactoryTarget.Directive });
|
|
8399
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: GanttExpandableDirective, isStandalone: true, selector: "[kendoGanttExpandable]", inputs: { expandBy: "expandBy" }, exportAs: ["kendoGanttExpandable"], usesInheritance: true, ngImport: i0 });
|
|
8400
8400
|
}
|
|
8401
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8401
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttExpandableDirective, decorators: [{
|
|
8402
8402
|
type: Directive,
|
|
8403
8403
|
args: [{
|
|
8404
8404
|
exportAs: 'kendoGanttExpandable',
|
|
@@ -8433,8 +8433,8 @@ class DragValidationTooltipComponent {
|
|
|
8433
8433
|
* or when a task body is hovered and not an actual drag clue.
|
|
8434
8434
|
*/
|
|
8435
8435
|
showValidityStatus;
|
|
8436
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8437
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8436
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragValidationTooltipComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
8437
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: DragValidationTooltipComponent, isStandalone: true, selector: "ng-component", ngImport: i0, template: `
|
|
8438
8438
|
<div
|
|
8439
8439
|
class="k-tooltip k-gantt-tooltip-validation"
|
|
8440
8440
|
[class.k-gantt-tooltip-valid]="showValidityStatus && isValid"
|
|
@@ -8451,7 +8451,7 @@ class DragValidationTooltipComponent {
|
|
|
8451
8451
|
</div>
|
|
8452
8452
|
`, isInline: true });
|
|
8453
8453
|
}
|
|
8454
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DragValidationTooltipComponent, decorators: [{
|
|
8455
8455
|
type: Component,
|
|
8456
8456
|
args: [{
|
|
8457
8457
|
template: `
|
|
@@ -8780,16 +8780,16 @@ class DependencyDragCreateDirective {
|
|
|
8780
8780
|
top: fitToRange(top, minLeftTop, this.container.scrollHeight - popupHeight)
|
|
8781
8781
|
};
|
|
8782
8782
|
}
|
|
8783
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8784
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
8783
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DependencyDragCreateDirective, deps: [{ token: GanttComponent }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: MappingService }, { token: i3.PopupService }, { token: TimelineScrollService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
8784
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: DependencyDragCreateDirective, isStandalone: true, selector: "[kendoGanttDependencyDragCreate]", inputs: { displayValidationTooltip: "displayValidationTooltip" }, ngImport: i0 });
|
|
8785
8785
|
}
|
|
8786
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8786
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: DependencyDragCreateDirective, decorators: [{
|
|
8787
8787
|
type: Directive,
|
|
8788
8788
|
args: [{
|
|
8789
8789
|
selector: '[kendoGanttDependencyDragCreate]',
|
|
8790
8790
|
standalone: true
|
|
8791
8791
|
}]
|
|
8792
|
-
}], ctorParameters:
|
|
8792
|
+
}], ctorParameters: () => [{ type: GanttComponent }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: MappingService }, { type: i3.PopupService }, { type: TimelineScrollService }], propDecorators: { displayValidationTooltip: [{
|
|
8793
8793
|
type: Input
|
|
8794
8794
|
}] } });
|
|
8795
8795
|
|
|
@@ -8809,15 +8809,15 @@ class TimelineDayViewComponent extends ViewBase {
|
|
|
8809
8809
|
constructor(optionChangesService, dependencyDomService) {
|
|
8810
8810
|
super(optionChangesService, dependencyDomService);
|
|
8811
8811
|
}
|
|
8812
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8813
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8812
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineDayViewComponent, deps: [{ token: OptionChangesService }, { token: DependencyDomService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8813
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: TimelineDayViewComponent, isStandalone: true, selector: "kendo-gantt-timeline-day-view", providers: [
|
|
8814
8814
|
{
|
|
8815
8815
|
provide: ViewBase,
|
|
8816
8816
|
useExisting: forwardRef(() => TimelineDayViewComponent)
|
|
8817
8817
|
}
|
|
8818
8818
|
], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
8819
8819
|
}
|
|
8820
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineDayViewComponent, decorators: [{
|
|
8821
8821
|
type: Component,
|
|
8822
8822
|
args: [{
|
|
8823
8823
|
selector: 'kendo-gantt-timeline-day-view',
|
|
@@ -8830,7 +8830,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
8830
8830
|
],
|
|
8831
8831
|
standalone: true
|
|
8832
8832
|
}]
|
|
8833
|
-
}], ctorParameters:
|
|
8833
|
+
}], ctorParameters: () => [{ type: OptionChangesService }, { type: DependencyDomService }] });
|
|
8834
8834
|
|
|
8835
8835
|
/**
|
|
8836
8836
|
* Represents the Gantt timeline week view component.
|
|
@@ -8848,15 +8848,15 @@ class TimelineWeekViewComponent extends ViewBase {
|
|
|
8848
8848
|
constructor(optionChangesService, dependencyDomService) {
|
|
8849
8849
|
super(optionChangesService, dependencyDomService);
|
|
8850
8850
|
}
|
|
8851
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8852
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8851
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineWeekViewComponent, deps: [{ token: OptionChangesService }, { token: DependencyDomService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8852
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: TimelineWeekViewComponent, isStandalone: true, selector: "kendo-gantt-timeline-week-view", providers: [
|
|
8853
8853
|
{
|
|
8854
8854
|
provide: ViewBase,
|
|
8855
8855
|
useExisting: forwardRef(() => TimelineWeekViewComponent)
|
|
8856
8856
|
}
|
|
8857
8857
|
], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
8858
8858
|
}
|
|
8859
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8859
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineWeekViewComponent, decorators: [{
|
|
8860
8860
|
type: Component,
|
|
8861
8861
|
args: [{
|
|
8862
8862
|
selector: 'kendo-gantt-timeline-week-view',
|
|
@@ -8869,7 +8869,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
8869
8869
|
],
|
|
8870
8870
|
standalone: true
|
|
8871
8871
|
}]
|
|
8872
|
-
}], ctorParameters:
|
|
8872
|
+
}], ctorParameters: () => [{ type: OptionChangesService }, { type: DependencyDomService }] });
|
|
8873
8873
|
|
|
8874
8874
|
/**
|
|
8875
8875
|
* Represents the Gantt timeline month view component.
|
|
@@ -8887,15 +8887,15 @@ class TimelineMonthViewComponent extends ViewBase {
|
|
|
8887
8887
|
constructor(optionChangesService, dependencyDomService) {
|
|
8888
8888
|
super(optionChangesService, dependencyDomService);
|
|
8889
8889
|
}
|
|
8890
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8891
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8890
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineMonthViewComponent, deps: [{ token: OptionChangesService }, { token: DependencyDomService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8891
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: TimelineMonthViewComponent, isStandalone: true, selector: "kendo-gantt-timeline-month-view", providers: [
|
|
8892
8892
|
{
|
|
8893
8893
|
provide: ViewBase,
|
|
8894
8894
|
useExisting: forwardRef(() => TimelineMonthViewComponent)
|
|
8895
8895
|
}
|
|
8896
8896
|
], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
8897
8897
|
}
|
|
8898
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8898
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineMonthViewComponent, decorators: [{
|
|
8899
8899
|
type: Component,
|
|
8900
8900
|
args: [{
|
|
8901
8901
|
selector: 'kendo-gantt-timeline-month-view',
|
|
@@ -8908,7 +8908,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
8908
8908
|
],
|
|
8909
8909
|
standalone: true
|
|
8910
8910
|
}]
|
|
8911
|
-
}], ctorParameters:
|
|
8911
|
+
}], ctorParameters: () => [{ type: OptionChangesService }, { type: DependencyDomService }] });
|
|
8912
8912
|
|
|
8913
8913
|
/**
|
|
8914
8914
|
* Represents the Gantt timeline year view component.
|
|
@@ -8926,15 +8926,15 @@ class TimelineYearViewComponent extends ViewBase {
|
|
|
8926
8926
|
constructor(optionChangesService, dependencyDomService) {
|
|
8927
8927
|
super(optionChangesService, dependencyDomService);
|
|
8928
8928
|
}
|
|
8929
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
8930
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
8929
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineYearViewComponent, deps: [{ token: OptionChangesService }, { token: DependencyDomService }], target: i0.ɵɵFactoryTarget.Component });
|
|
8930
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: TimelineYearViewComponent, isStandalone: true, selector: "kendo-gantt-timeline-year-view", providers: [
|
|
8931
8931
|
{
|
|
8932
8932
|
provide: ViewBase,
|
|
8933
8933
|
useExisting: forwardRef(() => TimelineYearViewComponent)
|
|
8934
8934
|
}
|
|
8935
8935
|
], usesInheritance: true, ngImport: i0, template: '', isInline: true });
|
|
8936
8936
|
}
|
|
8937
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
8937
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TimelineYearViewComponent, decorators: [{
|
|
8938
8938
|
type: Component,
|
|
8939
8939
|
args: [{
|
|
8940
8940
|
selector: 'kendo-gantt-timeline-year-view',
|
|
@@ -8947,7 +8947,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
8947
8947
|
],
|
|
8948
8948
|
standalone: true
|
|
8949
8949
|
}]
|
|
8950
|
-
}], ctorParameters:
|
|
8950
|
+
}], ctorParameters: () => [{ type: OptionChangesService }, { type: DependencyDomService }] });
|
|
8951
8951
|
|
|
8952
8952
|
/**
|
|
8953
8953
|
* Handles the [`selectionChange`]({% slug api_gantt_ganttcomponent %}#toc-selectionchange) event of the Gantt component.
|
|
@@ -9046,17 +9046,17 @@ class SelectableDirective {
|
|
|
9046
9046
|
this.selectionSubscription = null;
|
|
9047
9047
|
}
|
|
9048
9048
|
}
|
|
9049
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9050
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
9049
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectableDirective, deps: [{ token: GanttComponent }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9050
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: SelectableDirective, isStandalone: true, selector: "[kendoGanttSelectable]", inputs: { selectable: "selectable", selectedKeys: "selectedKeys", itemKey: "itemKey" }, outputs: { selectedKeysChange: "selectedKeysChange" }, exportAs: ["kendoGanttSelectable"], ngImport: i0 });
|
|
9051
9051
|
}
|
|
9052
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9052
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: SelectableDirective, decorators: [{
|
|
9053
9053
|
type: Directive,
|
|
9054
9054
|
args: [{
|
|
9055
9055
|
exportAs: 'kendoGanttSelectable',
|
|
9056
9056
|
selector: '[kendoGanttSelectable]',
|
|
9057
9057
|
standalone: true
|
|
9058
9058
|
}]
|
|
9059
|
-
}], ctorParameters:
|
|
9059
|
+
}], ctorParameters: () => [{ type: GanttComponent }], propDecorators: { selectable: [{
|
|
9060
9060
|
type: Input
|
|
9061
9061
|
}], selectedKeys: [{
|
|
9062
9062
|
type: Input
|
|
@@ -9087,15 +9087,15 @@ class CustomMessagesComponent extends Messages {
|
|
|
9087
9087
|
get override() {
|
|
9088
9088
|
return true;
|
|
9089
9089
|
}
|
|
9090
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9091
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "
|
|
9090
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomMessagesComponent, deps: [{ token: i1$1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
9091
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.14", type: CustomMessagesComponent, isStandalone: true, selector: "kendo-gantt-messages", providers: [
|
|
9092
9092
|
{
|
|
9093
9093
|
provide: Messages,
|
|
9094
9094
|
useExisting: forwardRef(() => CustomMessagesComponent)
|
|
9095
9095
|
}
|
|
9096
9096
|
], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
|
|
9097
9097
|
}
|
|
9098
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9098
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: CustomMessagesComponent, decorators: [{
|
|
9099
9099
|
type: Component,
|
|
9100
9100
|
args: [{
|
|
9101
9101
|
providers: [
|
|
@@ -9108,7 +9108,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
9108
9108
|
template: ``,
|
|
9109
9109
|
standalone: true
|
|
9110
9110
|
}]
|
|
9111
|
-
}], ctorParameters:
|
|
9111
|
+
}], ctorParameters: () => [{ type: i1$1.LocalizationService }] });
|
|
9112
9112
|
|
|
9113
9113
|
/**
|
|
9114
9114
|
* Represents the Gantt task drag directive.
|
|
@@ -9171,10 +9171,10 @@ class TaskDragDirective {
|
|
|
9171
9171
|
ngOnDestroy() {
|
|
9172
9172
|
this.subs.unsubscribe();
|
|
9173
9173
|
}
|
|
9174
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9175
|
-
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "
|
|
9174
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TaskDragDirective, deps: [{ token: GanttComponent }, { token: MappingService }, { token: i3$1.DragTargetContainerDirective }, { token: TaskDragService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
9175
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "18.2.14", type: TaskDragDirective, isStandalone: true, selector: "[kendoGanttTaskDrag]", outputs: { taskDrag: "taskDrag", taskDragEnd: "taskDragEnd" }, providers: [TaskDragService], hostDirectives: [{ directive: i3$1.DragTargetContainerDirective }], ngImport: i0 });
|
|
9176
9176
|
}
|
|
9177
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9177
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: TaskDragDirective, decorators: [{
|
|
9178
9178
|
type: Directive,
|
|
9179
9179
|
args: [{
|
|
9180
9180
|
selector: '[kendoGanttTaskDrag]',
|
|
@@ -9182,7 +9182,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
9182
9182
|
providers: [TaskDragService],
|
|
9183
9183
|
hostDirectives: [DragTargetContainerDirective]
|
|
9184
9184
|
}]
|
|
9185
|
-
}], ctorParameters:
|
|
9185
|
+
}], ctorParameters: () => [{ type: GanttComponent }, { type: MappingService }, { type: i3$1.DragTargetContainerDirective }, { type: TaskDragService }], propDecorators: { taskDrag: [{
|
|
9186
9186
|
type: Output
|
|
9187
9187
|
}], taskDragEnd: [{
|
|
9188
9188
|
type: Output
|
|
@@ -9245,9 +9245,9 @@ const KENDO_GANTT = [
|
|
|
9245
9245
|
* ```
|
|
9246
9246
|
*/
|
|
9247
9247
|
class GanttModule {
|
|
9248
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
9249
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
9250
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
9248
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9249
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "18.2.14", ngImport: i0, type: GanttModule, imports: [GanttComponent, GanttFlatBindingDirective, GanttHierarchyBindingDirective, GanttTaskContentTemplateDirective, GanttTaskTemplateDirective, GanttSummaryTaskTemplateDirective, ToolbarTemplateDirective, ViewSelectorComponent, GanttColumnComponent, GanttColumnGroupComponent, GanttSpanColumnComponent, FilterCellTemplateDirective, FilterMenuTemplateDirective, CellTemplateDirective, EditTemplateDirective, ColumnMenuTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, GanttExpandableDirective, DependencyDragCreateDirective, TimelineDayViewComponent, TimelineWeekViewComponent, TimelineMonthViewComponent, TimelineYearViewComponent, SelectableDirective, CustomMessagesComponent, GanttAddTaskComponent, TaskDragDirective, GanttTaskTooltipTemplateDirective], exports: [GanttComponent, GanttFlatBindingDirective, GanttHierarchyBindingDirective, GanttTaskContentTemplateDirective, GanttTaskTemplateDirective, GanttSummaryTaskTemplateDirective, ToolbarTemplateDirective, ViewSelectorComponent, GanttColumnComponent, GanttColumnGroupComponent, GanttSpanColumnComponent, FilterCellTemplateDirective, FilterMenuTemplateDirective, CellTemplateDirective, EditTemplateDirective, ColumnMenuTemplateDirective, HeaderTemplateDirective, FooterTemplateDirective, GanttExpandableDirective, DependencyDragCreateDirective, TimelineDayViewComponent, TimelineWeekViewComponent, TimelineMonthViewComponent, TimelineYearViewComponent, SelectableDirective, CustomMessagesComponent, GanttAddTaskComponent, TaskDragDirective, GanttTaskTooltipTemplateDirective] });
|
|
9250
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttModule, providers: [{
|
|
9251
9251
|
provide: L10N_PREFIX,
|
|
9252
9252
|
useValue: 'kendo.gantt'
|
|
9253
9253
|
},
|
|
@@ -9276,7 +9276,7 @@ class GanttModule {
|
|
|
9276
9276
|
ColumnResizingService
|
|
9277
9277
|
], imports: [GanttComponent, ViewSelectorComponent, GanttAddTaskComponent] });
|
|
9278
9278
|
}
|
|
9279
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
9279
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.14", ngImport: i0, type: GanttModule, decorators: [{
|
|
9280
9280
|
type: NgModule,
|
|
9281
9281
|
args: [{
|
|
9282
9282
|
imports: [...KENDO_GANTT],
|