@progress/kendo-angular-layout 16.5.0-develop.6 → 16.6.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/avatar/avatar.component.d.ts +1 -1
- package/avatar/l10n/custom-messages.component.d.ts +1 -1
- package/avatar/l10n/localized-messages.directive.d.ts +1 -1
- package/avatar.module.d.ts +3 -6
- package/card/card-actions.component.d.ts +1 -1
- package/card/card-body.component.d.ts +1 -1
- package/card/card-footer.component.d.ts +1 -1
- package/card/card-header.component.d.ts +1 -1
- package/card/card.component.d.ts +1 -1
- package/card/directives/card-media.directive.d.ts +1 -1
- package/card/directives/card-separator.directive.d.ts +1 -1
- package/card/directives/card-subtitle.directive.d.ts +1 -1
- package/card/directives/card-title.directive.d.ts +1 -1
- package/card/models/actions-layout.d.ts +1 -1
- package/card.module.d.ts +7 -8
- package/directives.d.ts +61 -0
- package/drawer/drawer-container.component.d.ts +1 -1
- package/drawer/drawer-content.component.d.ts +1 -1
- package/drawer/drawer.component.d.ts +1 -1
- package/drawer/item.component.d.ts +1 -1
- package/drawer/list.component.d.ts +1 -1
- package/drawer/template-directives/drawer-template.directive.d.ts +1 -1
- package/drawer/template-directives/footer-template.directive.d.ts +1 -1
- package/drawer/template-directives/header-template.directive.d.ts +1 -1
- package/drawer/template-directives/item-template.directive.d.ts +1 -1
- package/drawer.module.d.ts +8 -13
- package/esm2020/avatar/avatar.component.mjs +8 -6
- package/esm2020/avatar/l10n/custom-messages.component.mjs +3 -2
- package/esm2020/avatar/l10n/localized-messages.directive.mjs +3 -2
- package/esm2020/avatar.module.mjs +8 -20
- package/esm2020/card/card-actions.component.mjs +6 -4
- package/esm2020/card/card-body.component.mjs +3 -2
- package/esm2020/card/card-footer.component.mjs +3 -2
- package/esm2020/card/card-header.component.mjs +3 -2
- package/esm2020/card/card.component.mjs +3 -2
- package/esm2020/card/directives/card-media.directive.mjs +3 -2
- package/esm2020/card/directives/card-separator.directive.mjs +3 -2
- package/esm2020/card/directives/card-subtitle.directive.mjs +3 -2
- package/esm2020/card/directives/card-title.directive.mjs +3 -2
- package/esm2020/card.module.mjs +15 -44
- package/esm2020/directives.mjs +135 -0
- package/esm2020/drawer/drawer-container.component.mjs +6 -4
- package/esm2020/drawer/drawer-content.component.mjs +3 -2
- package/esm2020/drawer/drawer.component.mjs +8 -7
- package/esm2020/drawer/item.component.mjs +7 -5
- package/esm2020/drawer/list.component.mjs +5 -4
- package/esm2020/drawer/template-directives/drawer-template.directive.mjs +3 -2
- package/esm2020/drawer/template-directives/footer-template.directive.mjs +3 -2
- package/esm2020/drawer/template-directives/header-template.directive.mjs +3 -2
- package/esm2020/drawer/template-directives/item-template.directive.mjs +3 -2
- package/esm2020/drawer.module.mjs +13 -42
- package/esm2020/expansionpanel/expansionpanel-title.directive.mjs +3 -2
- package/esm2020/expansionpanel/expansionpanel.component.mjs +7 -5
- package/esm2020/expansionpanel.module.mjs +8 -19
- package/esm2020/gridlayout.module.mjs +8 -17
- package/esm2020/index.mjs +1 -0
- package/esm2020/layout.module.mjs +55 -50
- package/esm2020/layouts/grid-layout.component.mjs +3 -2
- package/esm2020/layouts/gridlayout-item.component.mjs +3 -2
- package/esm2020/layouts/stack-layout.component.mjs +3 -2
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/panelbar/panelbar-content.directive.mjs +3 -2
- package/esm2020/panelbar/panelbar-item-template.directive.mjs +3 -2
- package/esm2020/panelbar/panelbar-item-title.directive.mjs +3 -2
- package/esm2020/panelbar/panelbar-item.component.mjs +7 -5
- package/esm2020/panelbar/panelbar.component.mjs +7 -7
- package/esm2020/panelbar.module.mjs +11 -31
- package/esm2020/splitter/splitter-bar.component.mjs +7 -5
- package/esm2020/splitter/splitter-pane.component.mjs +6 -4
- package/esm2020/splitter/splitter.component.mjs +10 -9
- package/esm2020/splitter.module.mjs +8 -29
- package/esm2020/stacklayout.module.mjs +7 -13
- package/esm2020/stepper/list.component.mjs +6 -4
- package/esm2020/stepper/localization/custom-messages.component.mjs +3 -2
- package/esm2020/stepper/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/stepper/step.component.mjs +7 -5
- package/esm2020/stepper/stepper.component.mjs +9 -7
- package/esm2020/stepper/template-directives/indicator-template.directive.mjs +3 -2
- package/esm2020/stepper/template-directives/label-template.directive.mjs +3 -2
- package/esm2020/stepper/template-directives/step-template.directive.mjs +3 -2
- package/esm2020/stepper.module.mjs +11 -40
- package/esm2020/tabstrip/directives/tab-content.directive.mjs +3 -2
- package/esm2020/tabstrip/directives/tab-title.directive.mjs +3 -2
- package/esm2020/tabstrip/directives/tab.directive.mjs +3 -2
- package/esm2020/tabstrip/localization/custom-messages.component.mjs +3 -2
- package/esm2020/tabstrip/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/tabstrip/models/tabstrip-tab.component.mjs +3 -2
- package/esm2020/tabstrip/rendering/tab.component.mjs +7 -5
- package/esm2020/tabstrip/scrollable-button.component.mjs +6 -4
- package/esm2020/tabstrip/tabstrip.component.mjs +9 -9
- package/esm2020/tabstrip.module.mjs +11 -46
- package/esm2020/tilelayout/tilelayout-item-body.component.mjs +3 -2
- package/esm2020/tilelayout/tilelayout-item-header.component.mjs +3 -2
- package/esm2020/tilelayout/tilelayout-item.component.mjs +7 -6
- package/esm2020/tilelayout/tilelayout-resize-handle.directive.mjs +3 -2
- package/esm2020/tilelayout/tilelayout.component.mjs +7 -6
- package/esm2020/tilelayout.module.mjs +10 -30
- package/esm2020/timeline/localization/custom-messages.component.mjs +2 -1
- package/esm2020/timeline/localization/localized-messages.directive.mjs +3 -2
- package/esm2020/timeline/templates/timeline-card-actions.directive.mjs +3 -2
- package/esm2020/timeline/templates/timeline-card-body.directive.mjs +3 -2
- package/esm2020/timeline/templates/timeline-card-header.directive.mjs +3 -2
- package/esm2020/timeline/timeline-card.component.mjs +13 -11
- package/esm2020/timeline/timeline-horizontal.component.mjs +7 -6
- package/esm2020/timeline/timeline-vertical.component.mjs +7 -5
- package/esm2020/timeline/timeline.component.mjs +6 -6
- package/esm2020/timeline.module.mjs +11 -44
- package/expansionpanel/expansionpanel-title.directive.d.ts +1 -1
- package/expansionpanel/expansionpanel.component.d.ts +1 -1
- package/expansionpanel.module.d.ts +1 -4
- package/fesm2015/progress-kendo-angular-layout.mjs +1075 -1158
- package/fesm2020/progress-kendo-angular-layout.mjs +806 -889
- package/gridlayout.module.d.ts +1 -2
- package/index.d.ts +1 -0
- package/layout.module.d.ts +50 -13
- package/layouts/grid-layout.component.d.ts +1 -1
- package/layouts/gridlayout-item.component.d.ts +1 -1
- package/layouts/stack-layout.component.d.ts +1 -1
- package/package.json +8 -8
- package/panelbar/panelbar-content.directive.d.ts +1 -1
- package/panelbar/panelbar-item-template.directive.d.ts +1 -1
- package/panelbar/panelbar-item-title.directive.d.ts +1 -1
- package/panelbar/panelbar-item.component.d.ts +1 -1
- package/panelbar/panelbar.component.d.ts +1 -1
- package/panelbar.module.d.ts +1 -4
- package/splitter/splitter-bar.component.d.ts +1 -1
- package/splitter/splitter-pane.component.d.ts +1 -1
- package/splitter/splitter.component.d.ts +1 -1
- package/splitter.module.d.ts +3 -7
- package/stacklayout.module.d.ts +1 -2
- package/stepper/list.component.d.ts +1 -1
- package/stepper/localization/custom-messages.component.d.ts +1 -1
- package/stepper/localization/localized-messages.directive.d.ts +1 -1
- package/stepper/step.component.d.ts +1 -1
- package/stepper/stepper.component.d.ts +1 -1
- package/stepper/template-directives/indicator-template.directive.d.ts +1 -1
- package/stepper/template-directives/label-template.directive.d.ts +1 -1
- package/stepper/template-directives/step-template.directive.d.ts +1 -1
- package/stepper.module.d.ts +6 -12
- package/tabstrip/directives/tab-content.directive.d.ts +1 -1
- package/tabstrip/directives/tab-title.directive.d.ts +1 -1
- package/tabstrip/directives/tab.directive.d.ts +1 -1
- package/tabstrip/localization/custom-messages.component.d.ts +1 -1
- package/tabstrip/localization/localized-messages.directive.d.ts +1 -1
- package/tabstrip/models/tabstrip-tab.component.d.ts +1 -1
- package/tabstrip/rendering/tab.component.d.ts +1 -1
- package/tabstrip/scrollable-button.component.d.ts +1 -1
- package/tabstrip/tabstrip.component.d.ts +1 -1
- package/tabstrip.module.d.ts +2 -10
- package/tilelayout/tilelayout-item-body.component.d.ts +1 -1
- package/tilelayout/tilelayout-item-header.component.d.ts +1 -1
- package/tilelayout/tilelayout-item.component.d.ts +1 -1
- package/tilelayout/tilelayout-resize-handle.directive.d.ts +1 -1
- package/tilelayout/tilelayout.component.d.ts +1 -1
- package/tilelayout.module.d.ts +4 -7
- package/timeline/localization/custom-messages.component.d.ts +1 -1
- package/timeline/localization/localized-messages.directive.d.ts +1 -1
- package/timeline/templates/timeline-card-actions.directive.d.ts +1 -1
- package/timeline/templates/timeline-card-body.directive.d.ts +1 -1
- package/timeline/templates/timeline-card-header.directive.d.ts +1 -1
- package/timeline/timeline-card.component.d.ts +1 -1
- package/timeline/timeline-horizontal.component.d.ts +1 -1
- package/timeline/timeline-vertical.component.d.ts +1 -1
- package/timeline/timeline.component.d.ts +1 -1
- package/timeline.module.d.ts +3 -12
package/tilelayout.module.d.ts
CHANGED
|
@@ -4,12 +4,9 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "./tilelayout/tilelayout.component";
|
|
7
|
-
import * as i2 from "./tilelayout/tilelayout-item.component";
|
|
8
|
-
import * as i3 from "./tilelayout/tilelayout-item
|
|
9
|
-
import * as i4 from "./tilelayout/tilelayout-item-
|
|
10
|
-
import * as i5 from "./tilelayout/tilelayout-resize-handle.directive";
|
|
11
|
-
import * as i6 from "@angular/common";
|
|
12
|
-
import * as i7 from "@progress/kendo-angular-common";
|
|
7
|
+
import * as i2 from "./tilelayout/tilelayout-item-body.component";
|
|
8
|
+
import * as i3 from "./tilelayout/tilelayout-item.component";
|
|
9
|
+
import * as i4 from "./tilelayout/tilelayout-item-header.component";
|
|
13
10
|
/**
|
|
14
11
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
15
12
|
* definition for the TileLayout component.
|
|
@@ -22,6 +19,6 @@ import * as i7 from "@progress/kendo-angular-common";
|
|
|
22
19
|
*/
|
|
23
20
|
export declare class TileLayoutModule {
|
|
24
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<TileLayoutModule, never>;
|
|
25
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TileLayoutModule, [typeof i1.TileLayoutComponent, typeof i2.
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TileLayoutModule, never, [typeof i1.TileLayoutComponent, typeof i2.TileLayoutItemBodyComponent, typeof i3.TileLayoutItemComponent, typeof i4.TileLayoutItemHeaderComponent], [typeof i1.TileLayoutComponent, typeof i2.TileLayoutItemBodyComponent, typeof i3.TileLayoutItemComponent, typeof i4.TileLayoutItemHeaderComponent]>;
|
|
26
23
|
static ɵinj: i0.ɵɵInjectorDeclaration<TileLayoutModule>;
|
|
27
24
|
}
|
|
@@ -13,5 +13,5 @@ export declare class TimelineCustomMessagesComponent extends TimelineMessages {
|
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
protected get override(): boolean;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineCustomMessagesComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineCustomMessagesComponent, "kendo-timeline-messages", never, {}, {}, never, never,
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineCustomMessagesComponent, "kendo-timeline-messages", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -12,5 +12,5 @@ export declare class LocalizedTimelineMessagesDirective extends TimelineMessages
|
|
|
12
12
|
protected service: LocalizationService;
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedTimelineMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedTimelineMessagesDirective, "[kendoTimelineLocalizedMessages]", never, {}, {}, never, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedTimelineMessagesDirective, "[kendoTimelineLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -16,5 +16,5 @@ export declare class TimelineCardActionsTemplateDirective {
|
|
|
16
16
|
templateRef: TemplateRef<any>;
|
|
17
17
|
constructor(templateRef: TemplateRef<any>);
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineCardActionsTemplateDirective, [{ optional: true; }]>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TimelineCardActionsTemplateDirective, "[kendoTimelineCardActionsTemplate]", never, {}, {}, never, never,
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TimelineCardActionsTemplateDirective, "[kendoTimelineCardActionsTemplate]", never, {}, {}, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -16,5 +16,5 @@ export declare class TimelineCardBodyTemplateDirective {
|
|
|
16
16
|
templateRef: TemplateRef<any>;
|
|
17
17
|
constructor(templateRef: TemplateRef<any>);
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineCardBodyTemplateDirective, [{ optional: true; }]>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TimelineCardBodyTemplateDirective, "[kendoTimelineCardBodyTemplate]", never, {}, {}, never, never,
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TimelineCardBodyTemplateDirective, "[kendoTimelineCardBodyTemplate]", never, {}, {}, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -16,5 +16,5 @@ export declare class TimelineCardHeaderTemplateDirective {
|
|
|
16
16
|
templateRef: TemplateRef<any>;
|
|
17
17
|
constructor(templateRef: TemplateRef<any>);
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineCardHeaderTemplateDirective, [{ optional: true; }]>;
|
|
19
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TimelineCardHeaderTemplateDirective, "[kendoTimelineCardHeaderTemplate]", never, {}, {}, never, never,
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TimelineCardHeaderTemplateDirective, "[kendoTimelineCardHeaderTemplate]", never, {}, {}, never, never, true, never>;
|
|
20
20
|
}
|
|
@@ -55,5 +55,5 @@ export declare class TimelineCardComponent implements OnChanges, AfterViewInit {
|
|
|
55
55
|
animationDone(event: any): void;
|
|
56
56
|
private makeOverflowVisible;
|
|
57
57
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineCardComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineCardComponent, "kendo-timeline-card", ["kendoTimelineCard"], { "event": "event"; "expanded": "expanded"; "collapsible": "collapsible"; "reversed": "reversed"; "orientation": "orientation"; "navigable": "navigable"; "tabIndex": "tabIndex"; "animationDuration": "animationDuration"; "index": "index"; "eventWidth": "eventWidth"; "eventHeight": "eventHeight"; "headerTemplate": "headerTemplate"; "bodyTemplate": "bodyTemplate"; "actionsTemplate": "actionsTemplate"; "calloutStyle": "calloutStyle"; }, {}, never, never,
|
|
58
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineCardComponent, "kendo-timeline-card", ["kendoTimelineCard"], { "event": "event"; "expanded": "expanded"; "collapsible": "collapsible"; "reversed": "reversed"; "orientation": "orientation"; "navigable": "navigable"; "tabIndex": "tabIndex"; "animationDuration": "animationDuration"; "index": "index"; "eventWidth": "eventWidth"; "eventHeight": "eventHeight"; "headerTemplate": "headerTemplate"; "bodyTemplate": "bodyTemplate"; "actionsTemplate": "actionsTemplate"; "calloutStyle": "calloutStyle"; }, {}, never, never, true, never>;
|
|
59
59
|
}
|
|
@@ -106,5 +106,5 @@ export declare class TimelineHorizontalComponent implements OnInit, AfterViewIni
|
|
|
106
106
|
private changeTabsCount;
|
|
107
107
|
private l10nChange;
|
|
108
108
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineHorizontalComponent, never>;
|
|
109
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineHorizontalComponent, "kendo-timeline-horizontal", ["kendoTimelineHorizontal"], { "events": "events"; "alterMode": "alterMode"; "collapsibleEvents": "collapsibleEvents"; "navigable": "navigable"; "showDateLabels": "showDateLabels"; "animationDuration": "animationDuration"; "eventHeight": "eventHeight"; "dateFormat": "dateFormat"; "headerTemplate": "headerTemplate"; "bodyTemplate": "bodyTemplate"; "actionsTemplate": "actionsTemplate"; }, {}, never, never,
|
|
109
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineHorizontalComponent, "kendo-timeline-horizontal", ["kendoTimelineHorizontal"], { "events": "events"; "alterMode": "alterMode"; "collapsibleEvents": "collapsibleEvents"; "navigable": "navigable"; "showDateLabels": "showDateLabels"; "animationDuration": "animationDuration"; "eventHeight": "eventHeight"; "dateFormat": "dateFormat"; "headerTemplate": "headerTemplate"; "bodyTemplate": "bodyTemplate"; "actionsTemplate": "actionsTemplate"; }, {}, never, never, true, never>;
|
|
110
110
|
}
|
|
@@ -37,5 +37,5 @@ export declare class TimelineVerticalComponent {
|
|
|
37
37
|
private removeAriaDescribedBy;
|
|
38
38
|
private assignAriaDescribedBy;
|
|
39
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineVerticalComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineVerticalComponent, "kendo-timeline-vertical", ["kendoTimelineVertical"], { "events": "events"; "alterMode": "alterMode"; "collapsibleEvents": "collapsibleEvents"; "navigable": "navigable"; "showDateLabels": "showDateLabels"; "animationDuration": "animationDuration"; "eventWidth": "eventWidth"; "dateFormat": "dateFormat"; "headerTemplate": "headerTemplate"; "bodyTemplate": "bodyTemplate"; "actionsTemplate": "actionsTemplate"; }, {}, never, never,
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineVerticalComponent, "kendo-timeline-vertical", ["kendoTimelineVertical"], { "events": "events"; "alterMode": "alterMode"; "collapsibleEvents": "collapsibleEvents"; "navigable": "navigable"; "showDateLabels": "showDateLabels"; "animationDuration": "animationDuration"; "eventWidth": "eventWidth"; "dateFormat": "dateFormat"; "headerTemplate": "headerTemplate"; "bodyTemplate": "bodyTemplate"; "actionsTemplate": "actionsTemplate"; }, {}, never, never, true, never>;
|
|
41
41
|
}
|
|
@@ -181,5 +181,5 @@ export declare class TimelineComponent implements AfterContentInit, OnDestroy {
|
|
|
181
181
|
collapse(index: number): void;
|
|
182
182
|
private initTemplates;
|
|
183
183
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineComponent, never>;
|
|
184
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineComponent, "kendo-timeline", ["kendoTimeline"], { "events": "events"; "modelFields": "modelFields"; "orientation": "orientation"; "alterMode": "alterMode"; "collapsibleEvents": "collapsibleEvents"; "navigable": "navigable"; "showDateLabels": "showDateLabels"; "animation": "animation"; "eventWidth": "eventWidth"; "eventHeight": "eventHeight"; "dateFormat": "dateFormat"; }, { "onToggle": "onToggle"; "onActionClick": "onActionClick"; "onNavigate": "onNavigate"; }, ["cardHeaderTemplate", "cardBodyTemplate", "cardActionsTemplate"], never,
|
|
184
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineComponent, "kendo-timeline", ["kendoTimeline"], { "events": "events"; "modelFields": "modelFields"; "orientation": "orientation"; "alterMode": "alterMode"; "collapsibleEvents": "collapsibleEvents"; "navigable": "navigable"; "showDateLabels": "showDateLabels"; "animation": "animation"; "eventWidth": "eventWidth"; "eventHeight": "eventHeight"; "dateFormat": "dateFormat"; }, { "onToggle": "onToggle"; "onActionClick": "onActionClick"; "onNavigate": "onNavigate"; }, ["cardHeaderTemplate", "cardBodyTemplate", "cardActionsTemplate"], never, true, never>;
|
|
185
185
|
}
|
package/timeline.module.d.ts
CHANGED
|
@@ -5,18 +5,9 @@
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "./timeline/timeline.component";
|
|
7
7
|
import * as i2 from "./timeline/localization/custom-messages.component";
|
|
8
|
-
import * as i3 from "./timeline/templates/timeline-card-
|
|
8
|
+
import * as i3 from "./timeline/templates/timeline-card-actions.directive";
|
|
9
9
|
import * as i4 from "./timeline/templates/timeline-card-body.directive";
|
|
10
|
-
import * as i5 from "./timeline/templates/timeline-card-
|
|
11
|
-
import * as i6 from "./timeline/timeline-vertical.component";
|
|
12
|
-
import * as i7 from "./timeline/timeline-horizontal.component";
|
|
13
|
-
import * as i8 from "./timeline/timeline-card.component";
|
|
14
|
-
import * as i9 from "./timeline/localization/localized-messages.directive";
|
|
15
|
-
import * as i10 from "@angular/common";
|
|
16
|
-
import * as i11 from "./card.module";
|
|
17
|
-
import * as i12 from "@progress/kendo-angular-buttons";
|
|
18
|
-
import * as i13 from "@progress/kendo-angular-icons";
|
|
19
|
-
import * as i14 from "@progress/kendo-angular-intl";
|
|
10
|
+
import * as i5 from "./timeline/templates/timeline-card-header.directive";
|
|
20
11
|
/**
|
|
21
12
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
22
13
|
* definition for the Timeline component.
|
|
@@ -26,6 +17,6 @@ import * as i14 from "@progress/kendo-angular-intl";
|
|
|
26
17
|
*/
|
|
27
18
|
export declare class TimelineModule {
|
|
28
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineModule, never>;
|
|
29
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TimelineModule, [typeof i1.TimelineComponent, typeof i2.TimelineCustomMessagesComponent, typeof i3.
|
|
20
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TimelineModule, never, [typeof i1.TimelineComponent, typeof i2.TimelineCustomMessagesComponent, typeof i3.TimelineCardActionsTemplateDirective, typeof i4.TimelineCardBodyTemplateDirective, typeof i5.TimelineCardHeaderTemplateDirective], [typeof i1.TimelineComponent, typeof i2.TimelineCustomMessagesComponent, typeof i3.TimelineCardActionsTemplateDirective, typeof i4.TimelineCardBodyTemplateDirective, typeof i5.TimelineCardHeaderTemplateDirective]>;
|
|
30
21
|
static ɵinj: i0.ɵɵInjectorDeclaration<TimelineModule>;
|
|
31
22
|
}
|