@progress/kendo-angular-layout 16.5.0 → 16.6.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.
Files changed (164) hide show
  1. package/avatar/avatar.component.d.ts +1 -1
  2. package/avatar/l10n/custom-messages.component.d.ts +1 -1
  3. package/avatar/l10n/localized-messages.directive.d.ts +1 -1
  4. package/avatar.module.d.ts +3 -6
  5. package/card/card-actions.component.d.ts +1 -1
  6. package/card/card-body.component.d.ts +1 -1
  7. package/card/card-footer.component.d.ts +1 -1
  8. package/card/card-header.component.d.ts +1 -1
  9. package/card/card.component.d.ts +1 -1
  10. package/card/directives/card-media.directive.d.ts +1 -1
  11. package/card/directives/card-separator.directive.d.ts +1 -1
  12. package/card/directives/card-subtitle.directive.d.ts +1 -1
  13. package/card/directives/card-title.directive.d.ts +1 -1
  14. package/card.module.d.ts +7 -8
  15. package/directives.d.ts +61 -0
  16. package/drawer/drawer-container.component.d.ts +1 -1
  17. package/drawer/drawer-content.component.d.ts +1 -1
  18. package/drawer/drawer.component.d.ts +1 -1
  19. package/drawer/item.component.d.ts +1 -1
  20. package/drawer/list.component.d.ts +1 -1
  21. package/drawer/template-directives/drawer-template.directive.d.ts +1 -1
  22. package/drawer/template-directives/footer-template.directive.d.ts +1 -1
  23. package/drawer/template-directives/header-template.directive.d.ts +1 -1
  24. package/drawer/template-directives/item-template.directive.d.ts +1 -1
  25. package/drawer.module.d.ts +8 -13
  26. package/esm2020/avatar/avatar.component.mjs +8 -6
  27. package/esm2020/avatar/l10n/custom-messages.component.mjs +3 -2
  28. package/esm2020/avatar/l10n/localized-messages.directive.mjs +3 -2
  29. package/esm2020/avatar.module.mjs +8 -20
  30. package/esm2020/card/card-actions.component.mjs +6 -4
  31. package/esm2020/card/card-body.component.mjs +3 -2
  32. package/esm2020/card/card-footer.component.mjs +3 -2
  33. package/esm2020/card/card-header.component.mjs +3 -2
  34. package/esm2020/card/card.component.mjs +3 -2
  35. package/esm2020/card/directives/card-media.directive.mjs +3 -2
  36. package/esm2020/card/directives/card-separator.directive.mjs +3 -2
  37. package/esm2020/card/directives/card-subtitle.directive.mjs +3 -2
  38. package/esm2020/card/directives/card-title.directive.mjs +3 -2
  39. package/esm2020/card.module.mjs +15 -44
  40. package/esm2020/directives.mjs +135 -0
  41. package/esm2020/drawer/drawer-container.component.mjs +6 -4
  42. package/esm2020/drawer/drawer-content.component.mjs +3 -2
  43. package/esm2020/drawer/drawer.component.mjs +8 -7
  44. package/esm2020/drawer/item.component.mjs +7 -5
  45. package/esm2020/drawer/list.component.mjs +5 -4
  46. package/esm2020/drawer/template-directives/drawer-template.directive.mjs +3 -2
  47. package/esm2020/drawer/template-directives/footer-template.directive.mjs +3 -2
  48. package/esm2020/drawer/template-directives/header-template.directive.mjs +3 -2
  49. package/esm2020/drawer/template-directives/item-template.directive.mjs +3 -2
  50. package/esm2020/drawer.module.mjs +13 -42
  51. package/esm2020/expansionpanel/expansionpanel-title.directive.mjs +3 -2
  52. package/esm2020/expansionpanel/expansionpanel.component.mjs +7 -5
  53. package/esm2020/expansionpanel.module.mjs +8 -19
  54. package/esm2020/gridlayout.module.mjs +8 -17
  55. package/esm2020/index.mjs +1 -0
  56. package/esm2020/layout.module.mjs +55 -50
  57. package/esm2020/layouts/grid-layout.component.mjs +3 -2
  58. package/esm2020/layouts/gridlayout-item.component.mjs +3 -2
  59. package/esm2020/layouts/stack-layout.component.mjs +3 -2
  60. package/esm2020/package-metadata.mjs +2 -2
  61. package/esm2020/panelbar/panelbar-content.directive.mjs +3 -2
  62. package/esm2020/panelbar/panelbar-item-template.directive.mjs +3 -2
  63. package/esm2020/panelbar/panelbar-item-title.directive.mjs +3 -2
  64. package/esm2020/panelbar/panelbar-item.component.mjs +7 -5
  65. package/esm2020/panelbar/panelbar.component.mjs +7 -7
  66. package/esm2020/panelbar.module.mjs +11 -31
  67. package/esm2020/splitter/splitter-bar.component.mjs +7 -5
  68. package/esm2020/splitter/splitter-pane.component.mjs +6 -4
  69. package/esm2020/splitter/splitter.component.mjs +10 -9
  70. package/esm2020/splitter.module.mjs +8 -29
  71. package/esm2020/stacklayout.module.mjs +7 -13
  72. package/esm2020/stepper/list.component.mjs +6 -4
  73. package/esm2020/stepper/localization/custom-messages.component.mjs +3 -2
  74. package/esm2020/stepper/localization/localized-messages.directive.mjs +3 -2
  75. package/esm2020/stepper/step.component.mjs +7 -5
  76. package/esm2020/stepper/stepper.component.mjs +9 -7
  77. package/esm2020/stepper/template-directives/indicator-template.directive.mjs +3 -2
  78. package/esm2020/stepper/template-directives/label-template.directive.mjs +3 -2
  79. package/esm2020/stepper/template-directives/step-template.directive.mjs +3 -2
  80. package/esm2020/stepper.module.mjs +11 -40
  81. package/esm2020/tabstrip/directives/tab-content.directive.mjs +3 -2
  82. package/esm2020/tabstrip/directives/tab-title.directive.mjs +3 -2
  83. package/esm2020/tabstrip/directives/tab.directive.mjs +3 -2
  84. package/esm2020/tabstrip/localization/custom-messages.component.mjs +3 -2
  85. package/esm2020/tabstrip/localization/localized-messages.directive.mjs +3 -2
  86. package/esm2020/tabstrip/models/tabstrip-tab.component.mjs +3 -2
  87. package/esm2020/tabstrip/rendering/tab.component.mjs +7 -5
  88. package/esm2020/tabstrip/scrollable-button.component.mjs +6 -4
  89. package/esm2020/tabstrip/tabstrip.component.mjs +9 -9
  90. package/esm2020/tabstrip.module.mjs +11 -46
  91. package/esm2020/tilelayout/tilelayout-item-body.component.mjs +3 -2
  92. package/esm2020/tilelayout/tilelayout-item-header.component.mjs +3 -2
  93. package/esm2020/tilelayout/tilelayout-item.component.mjs +7 -6
  94. package/esm2020/tilelayout/tilelayout-resize-handle.directive.mjs +3 -2
  95. package/esm2020/tilelayout/tilelayout.component.mjs +7 -6
  96. package/esm2020/tilelayout.module.mjs +10 -30
  97. package/esm2020/timeline/localization/custom-messages.component.mjs +2 -1
  98. package/esm2020/timeline/localization/localized-messages.directive.mjs +3 -2
  99. package/esm2020/timeline/templates/timeline-card-actions.directive.mjs +3 -2
  100. package/esm2020/timeline/templates/timeline-card-body.directive.mjs +3 -2
  101. package/esm2020/timeline/templates/timeline-card-header.directive.mjs +3 -2
  102. package/esm2020/timeline/timeline-card.component.mjs +13 -11
  103. package/esm2020/timeline/timeline-horizontal.component.mjs +7 -6
  104. package/esm2020/timeline/timeline-vertical.component.mjs +7 -5
  105. package/esm2020/timeline/timeline.component.mjs +6 -6
  106. package/esm2020/timeline.module.mjs +11 -44
  107. package/expansionpanel/expansionpanel-title.directive.d.ts +1 -1
  108. package/expansionpanel/expansionpanel.component.d.ts +1 -1
  109. package/expansionpanel.module.d.ts +1 -4
  110. package/fesm2015/progress-kendo-angular-layout.mjs +1075 -1158
  111. package/fesm2020/progress-kendo-angular-layout.mjs +806 -889
  112. package/gridlayout.module.d.ts +1 -2
  113. package/index.d.ts +1 -0
  114. package/layout.module.d.ts +50 -13
  115. package/layouts/grid-layout.component.d.ts +1 -1
  116. package/layouts/gridlayout-item.component.d.ts +1 -1
  117. package/layouts/stack-layout.component.d.ts +1 -1
  118. package/package.json +8 -8
  119. package/panelbar/panelbar-content.directive.d.ts +1 -1
  120. package/panelbar/panelbar-item-template.directive.d.ts +1 -1
  121. package/panelbar/panelbar-item-title.directive.d.ts +1 -1
  122. package/panelbar/panelbar-item.component.d.ts +1 -1
  123. package/panelbar/panelbar.component.d.ts +1 -1
  124. package/panelbar.module.d.ts +1 -4
  125. package/splitter/splitter-bar.component.d.ts +1 -1
  126. package/splitter/splitter-pane.component.d.ts +1 -1
  127. package/splitter/splitter.component.d.ts +1 -1
  128. package/splitter.module.d.ts +3 -7
  129. package/stacklayout.module.d.ts +1 -2
  130. package/stepper/list.component.d.ts +1 -1
  131. package/stepper/localization/custom-messages.component.d.ts +1 -1
  132. package/stepper/localization/localized-messages.directive.d.ts +1 -1
  133. package/stepper/step.component.d.ts +1 -1
  134. package/stepper/stepper.component.d.ts +1 -1
  135. package/stepper/template-directives/indicator-template.directive.d.ts +1 -1
  136. package/stepper/template-directives/label-template.directive.d.ts +1 -1
  137. package/stepper/template-directives/step-template.directive.d.ts +1 -1
  138. package/stepper.module.d.ts +6 -12
  139. package/tabstrip/directives/tab-content.directive.d.ts +1 -1
  140. package/tabstrip/directives/tab-title.directive.d.ts +1 -1
  141. package/tabstrip/directives/tab.directive.d.ts +1 -1
  142. package/tabstrip/localization/custom-messages.component.d.ts +1 -1
  143. package/tabstrip/localization/localized-messages.directive.d.ts +1 -1
  144. package/tabstrip/models/tabstrip-tab.component.d.ts +1 -1
  145. package/tabstrip/rendering/tab.component.d.ts +1 -1
  146. package/tabstrip/scrollable-button.component.d.ts +1 -1
  147. package/tabstrip/tabstrip.component.d.ts +1 -1
  148. package/tabstrip.module.d.ts +2 -10
  149. package/tilelayout/tilelayout-item-body.component.d.ts +1 -1
  150. package/tilelayout/tilelayout-item-header.component.d.ts +1 -1
  151. package/tilelayout/tilelayout-item.component.d.ts +1 -1
  152. package/tilelayout/tilelayout-resize-handle.directive.d.ts +1 -1
  153. package/tilelayout/tilelayout.component.d.ts +1 -1
  154. package/tilelayout.module.d.ts +4 -7
  155. package/timeline/localization/custom-messages.component.d.ts +1 -1
  156. package/timeline/localization/localized-messages.directive.d.ts +1 -1
  157. package/timeline/templates/timeline-card-actions.directive.d.ts +1 -1
  158. package/timeline/templates/timeline-card-body.directive.d.ts +1 -1
  159. package/timeline/templates/timeline-card-header.directive.d.ts +1 -1
  160. package/timeline/timeline-card.component.d.ts +1 -1
  161. package/timeline/timeline-horizontal.component.d.ts +1 -1
  162. package/timeline/timeline-vertical.component.d.ts +1 -1
  163. package/timeline/timeline.component.d.ts +1 -1
  164. package/timeline.module.d.ts +3 -12
@@ -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-header.component";
9
- import * as i4 from "./tilelayout/tilelayout-item-body.component";
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.TileLayoutItemComponent, typeof i3.TileLayoutItemHeaderComponent, typeof i4.TileLayoutItemBodyComponent, typeof i5.TileLayoutResizeHandleDirective], [typeof i6.CommonModule, typeof i7.WatermarkModule], [typeof i1.TileLayoutComponent, typeof i2.TileLayoutItemComponent, typeof i3.TileLayoutItemHeaderComponent, typeof i4.TileLayoutItemBodyComponent, typeof i5.TileLayoutResizeHandleDirective]>;
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, false, 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, false, 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, false, 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, false, 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, false, 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, false, 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, false, 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, false, 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, false, 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
  }
@@ -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-header.directive";
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-actions.directive";
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.TimelineCardHeaderTemplateDirective, typeof i4.TimelineCardBodyTemplateDirective, typeof i5.TimelineCardActionsTemplateDirective, typeof i6.TimelineVerticalComponent, typeof i7.TimelineHorizontalComponent, typeof i8.TimelineCardComponent, typeof i9.LocalizedTimelineMessagesDirective], [typeof i10.CommonModule, typeof i11.CardModule, typeof i12.ButtonModule, typeof i13.IconsModule, typeof i14.IntlModule], [typeof i1.TimelineComponent, typeof i2.TimelineCustomMessagesComponent, typeof i3.TimelineCardHeaderTemplateDirective, typeof i4.TimelineCardBodyTemplateDirective, typeof i5.TimelineCardActionsTemplateDirective]>;
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
  }