@progress/kendo-angular-layout 16.0.0-develop.2 → 16.0.0-develop.4

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 (143) 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/l10n/messages.d.ts +1 -1
  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/drawer/drawer-container.component.d.ts +1 -1
  15. package/drawer/drawer-content.component.d.ts +1 -1
  16. package/drawer/drawer.component.d.ts +1 -1
  17. package/drawer/item.component.d.ts +1 -1
  18. package/drawer/list.component.d.ts +1 -1
  19. package/drawer/template-directives/drawer-template.directive.d.ts +1 -1
  20. package/drawer/template-directives/footer-template.directive.d.ts +1 -1
  21. package/drawer/template-directives/header-template.directive.d.ts +1 -1
  22. package/drawer/template-directives/item-template.directive.d.ts +1 -1
  23. package/esm2020/avatar/avatar.component.mjs +7 -7
  24. package/esm2020/avatar/l10n/custom-messages.component.mjs +3 -3
  25. package/esm2020/avatar/l10n/localized-messages.directive.mjs +3 -3
  26. package/esm2020/avatar/l10n/messages.mjs +3 -3
  27. package/esm2020/avatar.module.mjs +4 -4
  28. package/esm2020/card/card-actions.component.mjs +4 -4
  29. package/esm2020/card/card-body.component.mjs +3 -3
  30. package/esm2020/card/card-footer.component.mjs +3 -3
  31. package/esm2020/card/card-header.component.mjs +3 -3
  32. package/esm2020/card/card.component.mjs +3 -3
  33. package/esm2020/card/directives/card-media.directive.mjs +3 -3
  34. package/esm2020/card/directives/card-separator.directive.mjs +3 -3
  35. package/esm2020/card/directives/card-subtitle.directive.mjs +3 -3
  36. package/esm2020/card/directives/card-title.directive.mjs +3 -3
  37. package/esm2020/card.module.mjs +4 -4
  38. package/esm2020/drawer/drawer-container.component.mjs +4 -4
  39. package/esm2020/drawer/drawer-content.component.mjs +3 -3
  40. package/esm2020/drawer/drawer.component.mjs +6 -6
  41. package/esm2020/drawer/drawer.service.mjs +3 -3
  42. package/esm2020/drawer/item.component.mjs +6 -6
  43. package/esm2020/drawer/list.component.mjs +5 -5
  44. package/esm2020/drawer/template-directives/drawer-template.directive.mjs +3 -3
  45. package/esm2020/drawer/template-directives/footer-template.directive.mjs +3 -3
  46. package/esm2020/drawer/template-directives/header-template.directive.mjs +3 -3
  47. package/esm2020/drawer/template-directives/item-template.directive.mjs +3 -3
  48. package/esm2020/drawer.module.mjs +4 -4
  49. package/esm2020/expansionpanel/expansionpanel-title.directive.mjs +3 -3
  50. package/esm2020/expansionpanel/expansionpanel.component.mjs +6 -6
  51. package/esm2020/expansionpanel.module.mjs +4 -4
  52. package/esm2020/gridlayout.module.mjs +4 -4
  53. package/esm2020/layout.module.mjs +4 -4
  54. package/esm2020/layouts/grid-layout.component.mjs +3 -3
  55. package/esm2020/layouts/gridlayout-item.component.mjs +3 -3
  56. package/esm2020/layouts/stack-layout.component.mjs +3 -3
  57. package/esm2020/package-metadata.mjs +2 -2
  58. package/esm2020/panelbar/panelbar-content.directive.mjs +3 -3
  59. package/esm2020/panelbar/panelbar-item-template.directive.mjs +3 -3
  60. package/esm2020/panelbar/panelbar-item-title.directive.mjs +3 -3
  61. package/esm2020/panelbar/panelbar-item.component.mjs +6 -6
  62. package/esm2020/panelbar/panelbar.component.mjs +6 -6
  63. package/esm2020/panelbar/panelbar.service.mjs +3 -3
  64. package/esm2020/panelbar.module.mjs +4 -4
  65. package/esm2020/splitter/splitter-bar.component.mjs +6 -6
  66. package/esm2020/splitter/splitter-pane.component.mjs +4 -4
  67. package/esm2020/splitter/splitter.component.mjs +7 -7
  68. package/esm2020/splitter/splitter.service.mjs +3 -3
  69. package/esm2020/splitter.module.mjs +6 -8
  70. package/esm2020/stacklayout.module.mjs +4 -4
  71. package/esm2020/stepper/list.component.mjs +5 -5
  72. package/esm2020/stepper/localization/custom-messages.component.mjs +3 -3
  73. package/esm2020/stepper/localization/localized-messages.directive.mjs +3 -3
  74. package/esm2020/stepper/localization/messages.mjs +3 -3
  75. package/esm2020/stepper/step.component.mjs +6 -6
  76. package/esm2020/stepper/stepper.component.mjs +7 -7
  77. package/esm2020/stepper/stepper.service.mjs +3 -3
  78. package/esm2020/stepper/template-directives/indicator-template.directive.mjs +3 -3
  79. package/esm2020/stepper/template-directives/label-template.directive.mjs +3 -3
  80. package/esm2020/stepper/template-directives/step-template.directive.mjs +3 -3
  81. package/esm2020/stepper.module.mjs +4 -4
  82. package/esm2020/tabstrip/directives/tab-content.directive.mjs +3 -3
  83. package/esm2020/tabstrip/directives/tab-title.directive.mjs +3 -3
  84. package/esm2020/tabstrip/directives/tab.directive.mjs +3 -3
  85. package/esm2020/tabstrip/localization/custom-messages.component.mjs +3 -3
  86. package/esm2020/tabstrip/localization/localized-messages.directive.mjs +3 -3
  87. package/esm2020/tabstrip/localization/messages.mjs +3 -3
  88. package/esm2020/tabstrip/models/tabstrip-tab.component.mjs +3 -3
  89. package/esm2020/tabstrip/rendering/tab.component.mjs +6 -6
  90. package/esm2020/tabstrip/scrollable-button.component.mjs +4 -4
  91. package/esm2020/tabstrip/tabstrip-scroll.service.mjs +3 -3
  92. package/esm2020/tabstrip/tabstrip.component.mjs +8 -8
  93. package/esm2020/tabstrip/tabstrip.service.mjs +3 -3
  94. package/esm2020/tabstrip.module.mjs +4 -4
  95. package/esm2020/tilelayout/dragging-service.mjs +3 -3
  96. package/esm2020/tilelayout/keyboard-navigation.service.mjs +3 -5
  97. package/esm2020/tilelayout/tilelayout-item-body.component.mjs +3 -3
  98. package/esm2020/tilelayout/tilelayout-item-header.component.mjs +3 -3
  99. package/esm2020/tilelayout/tilelayout-item.component.mjs +6 -6
  100. package/esm2020/tilelayout/tilelayout-resize-handle.directive.mjs +3 -3
  101. package/esm2020/tilelayout/tilelayout.component.mjs +6 -6
  102. package/esm2020/tilelayout.module.mjs +4 -4
  103. package/expansionpanel/expansionpanel-title.directive.d.ts +1 -1
  104. package/expansionpanel/expansionpanel.component.d.ts +1 -1
  105. package/fesm2015/progress-kendo-angular-layout.mjs +439 -443
  106. package/fesm2020/progress-kendo-angular-layout.mjs +282 -286
  107. package/layouts/grid-layout.component.d.ts +1 -1
  108. package/layouts/gridlayout-item.component.d.ts +1 -1
  109. package/layouts/stack-layout.component.d.ts +1 -1
  110. package/package.json +13 -13
  111. package/panelbar/panelbar-content.directive.d.ts +1 -1
  112. package/panelbar/panelbar-item-template.directive.d.ts +1 -1
  113. package/panelbar/panelbar-item-title.directive.d.ts +1 -1
  114. package/panelbar/panelbar-item.component.d.ts +1 -1
  115. package/panelbar/panelbar.component.d.ts +1 -1
  116. package/splitter/splitter-bar.component.d.ts +1 -1
  117. package/splitter/splitter-pane.component.d.ts +1 -1
  118. package/splitter/splitter.component.d.ts +1 -1
  119. package/stepper/list.component.d.ts +1 -1
  120. package/stepper/localization/custom-messages.component.d.ts +1 -1
  121. package/stepper/localization/localized-messages.directive.d.ts +1 -1
  122. package/stepper/localization/messages.d.ts +1 -1
  123. package/stepper/step.component.d.ts +1 -1
  124. package/stepper/stepper.component.d.ts +1 -1
  125. package/stepper/template-directives/indicator-template.directive.d.ts +1 -1
  126. package/stepper/template-directives/label-template.directive.d.ts +1 -1
  127. package/stepper/template-directives/step-template.directive.d.ts +1 -1
  128. package/tabstrip/directives/tab-content.directive.d.ts +1 -1
  129. package/tabstrip/directives/tab-title.directive.d.ts +1 -1
  130. package/tabstrip/directives/tab.directive.d.ts +1 -1
  131. package/tabstrip/localization/custom-messages.component.d.ts +1 -1
  132. package/tabstrip/localization/localized-messages.directive.d.ts +1 -1
  133. package/tabstrip/localization/messages.d.ts +1 -1
  134. package/tabstrip/models/tabstrip-tab.component.d.ts +1 -1
  135. package/tabstrip/rendering/tab.component.d.ts +1 -1
  136. package/tabstrip/scrollable-button.component.d.ts +1 -1
  137. package/tabstrip/tabstrip.component.d.ts +1 -1
  138. package/tilelayout/tilelayout-item-body.component.d.ts +1 -1
  139. package/tilelayout/tilelayout-item-header.component.d.ts +1 -1
  140. package/tilelayout/tilelayout-item.component.d.ts +1 -1
  141. package/tilelayout/tilelayout-resize-handle.directive.d.ts +1 -1
  142. package/tilelayout/tilelayout.component.d.ts +1 -1
  143. package/progress-kendo-angular-layout.d.ts +0 -9
@@ -160,5 +160,5 @@ export declare class AvatarComponent implements OnInit, AfterViewInit {
160
160
  */
161
161
  textFor(key: string): string;
162
162
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
163
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "kendo-avatar", never, { "shape": "shape"; "size": "size"; "rounded": "rounded"; "themeColor": "themeColor"; "fillMode": "fillMode"; "fill": "fill"; "border": "border"; "iconClass": "iconClass"; "width": "width"; "height": "height"; "cssStyle": "cssStyle"; "initials": "initials"; "icon": "icon"; "imageSrc": "imageSrc"; "svgIcon": "svgIcon"; }, {}, never, ["*"]>;
163
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "kendo-avatar", never, { "shape": "shape"; "size": "size"; "rounded": "rounded"; "themeColor": "themeColor"; "fillMode": "fillMode"; "fill": "fill"; "border": "border"; "iconClass": "iconClass"; "width": "width"; "height": "height"; "cssStyle": "cssStyle"; "initials": "initials"; "icon": "icon"; "imageSrc": "imageSrc"; "svgIcon": "svgIcon"; }, {}, never, ["*"], false, never>;
164
164
  }
@@ -14,5 +14,5 @@ export declare class AvatarCustomMessagesComponent extends Messages {
14
14
  constructor(service: LocalizationService);
15
15
  protected get override(): boolean;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarCustomMessagesComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarCustomMessagesComponent, "kendo-avatar-messages", never, {}, {}, never, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarCustomMessagesComponent, "kendo-avatar-messages", never, {}, {}, never, never, false, never>;
18
18
  }
@@ -12,5 +12,5 @@ export declare class LocalizedAvatarMessagesDirective extends Messages {
12
12
  protected service: LocalizationService;
13
13
  constructor(service: LocalizationService);
14
14
  static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedAvatarMessagesDirective, never>;
15
- static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedAvatarMessagesDirective, "[kendoAvatarLocalizedMessages]", never, {}, {}, never>;
15
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedAvatarMessagesDirective, "[kendoAvatarLocalizedMessages]", never, {}, {}, never, never, false, never>;
16
16
  }
@@ -13,5 +13,5 @@ export declare class Messages extends ComponentMessages {
13
13
  */
14
14
  avatarAlt: string;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<Messages, never>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "kendoAvatarMessages", never, { "avatarAlt": "avatarAlt"; }, {}, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<Messages, "kendoAvatarMessages", never, { "avatarAlt": "avatarAlt"; }, {}, never, never, false, never>;
17
17
  }
@@ -60,5 +60,5 @@ export declare class CardActionsComponent {
60
60
  */
61
61
  onClick(action: CardAction): void;
62
62
  static ɵfac: i0.ɵɵFactoryDeclaration<CardActionsComponent, never>;
63
- static ɵcmp: i0.ɵɵComponentDeclaration<CardActionsComponent, "kendo-card-actions", never, { "orientation": "orientation"; "layout": "layout"; "actions": "actions"; }, { "action": "action"; }, never, ["*"]>;
63
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardActionsComponent, "kendo-card-actions", never, { "orientation": "orientation"; "layout": "layout"; "actions": "actions"; }, { "action": "action"; }, never, ["*"], false, never>;
64
64
  }
@@ -9,5 +9,5 @@ import * as i0 from "@angular/core";
9
9
  export declare class CardBodyComponent {
10
10
  hostClass: boolean;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<CardBodyComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "kendo-card-body", never, {}, {}, never, ["*"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardBodyComponent, "kendo-card-body", never, {}, {}, never, ["*"], false, never>;
13
13
  }
@@ -9,5 +9,5 @@ import * as i0 from "@angular/core";
9
9
  export declare class CardFooterComponent {
10
10
  hostClass: boolean;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "kendo-card-footer", never, {}, {}, never, ["*"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardFooterComponent, "kendo-card-footer", never, {}, {}, never, ["*"], false, never>;
13
13
  }
@@ -9,5 +9,5 @@ import * as i0 from "@angular/core";
9
9
  export declare class CardHeaderComponent {
10
10
  hostClass: boolean;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "kendo-card-header", never, {}, {}, never, ["*"]>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "kendo-card-header", never, {}, {}, never, ["*"], false, never>;
13
13
  }
@@ -38,5 +38,5 @@ export declare class CardComponent implements OnDestroy {
38
38
  constructor(localizationService: LocalizationService);
39
39
  ngOnDestroy(): void;
40
40
  static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
41
- static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "kendo-card", never, { "orientation": "orientation"; "width": "width"; }, {}, never, ["*"]>;
41
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "kendo-card", never, { "orientation": "orientation"; "width": "width"; }, {}, never, ["*"], false, never>;
42
42
  }
@@ -9,5 +9,5 @@ import * as i0 from "@angular/core";
9
9
  export declare class CardMediaDirective {
10
10
  hostClass: boolean;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<CardMediaDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardMediaDirective, "[kendoCardMedia]", never, {}, {}, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardMediaDirective, "[kendoCardMedia]", never, {}, {}, never, never, false, never>;
13
13
  }
@@ -24,5 +24,5 @@ export declare class CardSeparatorDirective {
24
24
  */
25
25
  orientation: Orientation;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<CardSeparatorDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardSeparatorDirective, "[kendoCardSeparator]", never, { "color": "color"; "orientation": "orientation"; }, {}, never>;
27
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardSeparatorDirective, "[kendoCardSeparator]", never, { "color": "color"; "orientation": "orientation"; }, {}, never, never, false, never>;
28
28
  }
@@ -9,5 +9,5 @@ import * as i0 from "@angular/core";
9
9
  export declare class CardSubtitleDirective {
10
10
  hostClass: boolean;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<CardSubtitleDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardSubtitleDirective, "[kendoCardSubtitle]", never, {}, {}, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardSubtitleDirective, "[kendoCardSubtitle]", never, {}, {}, never, never, false, never>;
13
13
  }
@@ -9,5 +9,5 @@ import * as i0 from "@angular/core";
9
9
  export declare class CardTitleDirective {
10
10
  hostClass: boolean;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<CardTitleDirective, never>;
12
- static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "[kendoCardTitle]", never, {}, {}, never>;
12
+ static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "[kendoCardTitle]", never, {}, {}, never, never, false, never>;
13
13
  }
@@ -36,5 +36,5 @@ export declare class DrawerContainerComponent {
36
36
  */
37
37
  closeDrawer(): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawerContainerComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<DrawerContainerComponent, "kendo-drawer-container", never, {}, {}, ["drawer"], ["*"]>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrawerContainerComponent, "kendo-drawer-container", never, {}, {}, ["drawer"], ["*"], false, never>;
40
40
  }
@@ -10,5 +10,5 @@ export declare class DrawerContentComponent {
10
10
  hostClasses: boolean;
11
11
  constructor();
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawerContentComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<DrawerContentComponent, "kendo-drawer-content", never, {}, {}, never, ["*"]>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrawerContentComponent, "kendo-drawer-content", never, {}, {}, never, ["*"], false, never>;
14
14
  }
@@ -188,5 +188,5 @@ export declare class DrawerComponent implements OnDestroy {
188
188
  private animate;
189
189
  private createPlayer;
190
190
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawerComponent, never>;
191
- static ɵcmp: i0.ɵɵComponentDeclaration<DrawerComponent, "kendo-drawer", ["kendoDrawer"], { "mode": "mode"; "position": "position"; "mini": "mini"; "expanded": "expanded"; "width": "width"; "miniWidth": "miniWidth"; "autoCollapse": "autoCollapse"; "items": "items"; "isItemExpanded": "isItemExpanded"; "animation": "animation"; }, { "expand": "expand"; "collapse": "collapse"; "select": "select"; "expandedChange": "expandedChange"; }, ["drawerTemplate", "footerTemplate", "headerTemplate", "itemTemplate"], never>;
191
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrawerComponent, "kendo-drawer", ["kendoDrawer"], { "mode": "mode"; "position": "position"; "mini": "mini"; "expanded": "expanded"; "width": "width"; "miniWidth": "miniWidth"; "autoCollapse": "autoCollapse"; "items": "items"; "isItemExpanded": "isItemExpanded"; "animation": "animation"; }, { "expand": "expand"; "collapse": "collapse"; "select": "select"; "expandedChange": "expandedChange"; }, ["drawerTemplate", "footerTemplate", "headerTemplate", "itemTemplate"], never, false, never>;
192
192
  }
@@ -34,5 +34,5 @@ export declare class DrawerItemComponent implements AfterViewInit {
34
34
  get customIconClasses(): string;
35
35
  get item(): any;
36
36
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawerItemComponent, never>;
37
- static ɵcmp: i0.ɵɵComponentDeclaration<DrawerItemComponent, "[kendoDrawerItem]", never, { "viewItem": "viewItem"; "index": "index"; "itemTemplate": "itemTemplate"; "mini": "mini"; "expanded": "expanded"; "disabled": "disabled"; "cssClass": "cssClass"; "cssStyle": "cssStyle"; }, {}, never, never>;
37
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrawerItemComponent, "[kendoDrawerItem]", never, { "viewItem": "viewItem"; "index": "index"; "itemTemplate": "itemTemplate"; "mini": "mini"; "expanded": "expanded"; "disabled": "disabled"; "cssClass": "cssClass"; "cssStyle": "cssStyle"; }, {}, never, never, false, never>;
38
38
  }
@@ -32,5 +32,5 @@ export declare class DrawerListComponent implements OnInit, OnDestroy {
32
32
  private onEnterOrSpaceKeyDown;
33
33
  private getDrawerItemIndex;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawerListComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<DrawerListComponent, "[kendoDrawerList]", never, { "itemTemplate": "itemTemplate"; "mini": "mini"; "expanded": "expanded"; "view": "view"; }, { "select": "select"; }, never, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<DrawerListComponent, "[kendoDrawerList]", never, { "itemTemplate": "itemTemplate"; "mini": "mini"; "expanded": "expanded"; "view": "view"; }, { "select": "select"; }, never, never, false, never>;
36
36
  }
@@ -15,5 +15,5 @@ export declare class DrawerTemplateDirective {
15
15
  templateRef: TemplateRef<any>;
16
16
  constructor(templateRef: TemplateRef<any>);
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawerTemplateDirective, [{ optional: true; }]>;
18
- static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerTemplateDirective, "[kendoDrawerTemplate]", never, {}, {}, never>;
18
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerTemplateDirective, "[kendoDrawerTemplate]", never, {}, {}, never, never, false, never>;
19
19
  }
@@ -13,5 +13,5 @@ export declare class DrawerFooterTemplateDirective {
13
13
  templateRef: TemplateRef<any>;
14
14
  constructor(templateRef: TemplateRef<any>);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawerFooterTemplateDirective, [{ optional: true; }]>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerFooterTemplateDirective, "[kendoDrawerFooterTemplate]", never, {}, {}, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerFooterTemplateDirective, "[kendoDrawerFooterTemplate]", never, {}, {}, never, never, false, never>;
17
17
  }
@@ -13,5 +13,5 @@ export declare class DrawerHeaderTemplateDirective {
13
13
  templateRef: TemplateRef<any>;
14
14
  constructor(templateRef: TemplateRef<any>);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawerHeaderTemplateDirective, [{ optional: true; }]>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerHeaderTemplateDirective, "[kendoDrawerHeaderTemplate]", never, {}, {}, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerHeaderTemplateDirective, "[kendoDrawerHeaderTemplate]", never, {}, {}, never, never, false, never>;
17
17
  }
@@ -13,5 +13,5 @@ export declare class DrawerItemTemplateDirective {
13
13
  templateRef: TemplateRef<any>;
14
14
  constructor(templateRef: TemplateRef<any>);
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<DrawerItemTemplateDirective, [{ optional: true; }]>;
16
- static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerItemTemplateDirective, "[kendoDrawerItemTemplate]", never, {}, {}, never>;
16
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerItemTemplateDirective, "[kendoDrawerItemTemplate]", never, {}, {}, never, never, false, never>;
17
17
  }
@@ -9,9 +9,9 @@ import { getStylingClasses, mapShapeToRounded } from '../common/util';
9
9
  import { packageMetadata } from '../package-metadata';
10
10
  import * as i0 from "@angular/core";
11
11
  import * as i1 from "@progress/kendo-angular-l10n";
12
- import * as i2 from "@progress/kendo-angular-icons";
13
- import * as i3 from "./l10n/localized-messages.directive";
14
- import * as i4 from "@angular/common";
12
+ import * as i2 from "@angular/common";
13
+ import * as i3 from "@progress/kendo-angular-icons";
14
+ import * as i4 from "./l10n/localized-messages.directive";
15
15
  const DEFAULT_ROUNDED = 'full';
16
16
  const DEFAULT_SIZE = 'medium';
17
17
  const DEFAULT_THEME_COLOR = 'primary';
@@ -239,8 +239,8 @@ export class AvatarComponent {
239
239
  return this.localization.get(key);
240
240
  }
241
241
  }
242
- AvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
243
- AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AvatarComponent, selector: "kendo-avatar", inputs: { shape: "shape", size: "size", rounded: "rounded", themeColor: "themeColor", fillMode: "fillMode", fill: "fill", border: "border", iconClass: "iconClass", width: "width", height: "height", cssStyle: "cssStyle", initials: "initials", icon: "icon", imageSrc: "imageSrc", svgIcon: "svgIcon" }, host: { properties: { "class.k-avatar": "this.hostClass", "class.k-avatar-bordered": "this.borderClass", "style.flexBasis": "this.flexBasis", "style.width": "this.avatarWidth", "style.height": "this.avatarHeight" } }, providers: [
242
+ AvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AvatarComponent, deps: [{ token: i1.LocalizationService }, { token: i0.Renderer2 }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
243
+ AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: AvatarComponent, selector: "kendo-avatar", inputs: { shape: "shape", size: "size", rounded: "rounded", themeColor: "themeColor", fillMode: "fillMode", fill: "fill", border: "border", iconClass: "iconClass", width: "width", height: "height", cssStyle: "cssStyle", initials: "initials", icon: "icon", imageSrc: "imageSrc", svgIcon: "svgIcon" }, host: { properties: { "class.k-avatar": "this.hostClass", "class.k-avatar-bordered": "this.borderClass", "style.flexBasis": "this.flexBasis", "style.width": "this.avatarWidth", "style.height": "this.avatarHeight" } }, providers: [
244
244
  LocalizationService,
245
245
  {
246
246
  provide: L10N_PREFIX,
@@ -276,8 +276,8 @@ AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
276
276
  </kendo-icon-wrapper>
277
277
  </span>
278
278
  </ng-container>
279
- `, isInline: true, components: [{ type: i2.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }], directives: [{ type: i3.LocalizedAvatarMessagesDirective, selector: "[kendoAvatarLocalizedMessages]" }, { type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i4.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
280
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarComponent, decorators: [{
279
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i3.IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: i4.LocalizedAvatarMessagesDirective, selector: "[kendoAvatarLocalizedMessages]" }] });
280
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AvatarComponent, decorators: [{
281
281
  type: Component,
282
282
  args: [{
283
283
  providers: [
@@ -21,14 +21,14 @@ export class AvatarCustomMessagesComponent extends Messages {
21
21
  return true;
22
22
  }
23
23
  }
24
- AvatarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
25
- AvatarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: AvatarCustomMessagesComponent, selector: "kendo-avatar-messages", providers: [
24
+ AvatarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AvatarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
25
+ AvatarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: AvatarCustomMessagesComponent, selector: "kendo-avatar-messages", providers: [
26
26
  {
27
27
  provide: Messages,
28
28
  useExisting: forwardRef(() => AvatarCustomMessagesComponent)
29
29
  }
30
30
  ], usesInheritance: true, ngImport: i0, template: ``, isInline: true });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarCustomMessagesComponent, decorators: [{
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AvatarCustomMessagesComponent, decorators: [{
32
32
  type: Component,
33
33
  args: [{
34
34
  providers: [
@@ -17,14 +17,14 @@ export class LocalizedAvatarMessagesDirective extends Messages {
17
17
  this.service = service;
18
18
  }
19
19
  }
20
- LocalizedAvatarMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedAvatarMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
21
- LocalizedAvatarMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: LocalizedAvatarMessagesDirective, selector: "[kendoAvatarLocalizedMessages]", providers: [
20
+ LocalizedAvatarMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedAvatarMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
21
+ LocalizedAvatarMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: LocalizedAvatarMessagesDirective, selector: "[kendoAvatarLocalizedMessages]", providers: [
22
22
  {
23
23
  provide: Messages,
24
24
  useExisting: forwardRef(() => LocalizedAvatarMessagesDirective)
25
25
  }
26
26
  ], usesInheritance: true, ngImport: i0 });
27
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: LocalizedAvatarMessagesDirective, decorators: [{
27
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: LocalizedAvatarMessagesDirective, decorators: [{
28
28
  type: Directive,
29
29
  args: [{
30
30
  providers: [
@@ -10,9 +10,9 @@ import * as i0 from "@angular/core";
10
10
  */
11
11
  export class Messages extends ComponentMessages {
12
12
  }
13
- Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
- Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: Messages, selector: "kendoAvatarMessages", inputs: { avatarAlt: "avatarAlt" }, usesInheritance: true, ngImport: i0 });
15
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: Messages, decorators: [{
13
+ Messages.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, deps: null, target: i0.ɵɵFactoryTarget.Directive });
14
+ Messages.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: Messages, selector: "kendoAvatarMessages", inputs: { avatarAlt: "avatarAlt" }, usesInheritance: true, ngImport: i0 });
15
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: Messages, decorators: [{
16
16
  type: Directive,
17
17
  args: [{
18
18
  // eslint-disable-next-line @angular-eslint/directive-selector
@@ -23,12 +23,12 @@ const declarations = [
23
23
  */
24
24
  export class AvatarModule {
25
25
  }
26
- AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
27
- AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarModule, declarations: [LocalizedAvatarMessagesDirective, AvatarComponent,
26
+ AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
27
+ AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: AvatarModule, declarations: [LocalizedAvatarMessagesDirective, AvatarComponent,
28
28
  AvatarCustomMessagesComponent], imports: [CommonModule, IconsModule], exports: [AvatarComponent,
29
29
  AvatarCustomMessagesComponent] });
30
- AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarModule, imports: [[CommonModule, IconsModule]] });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: AvatarModule, decorators: [{
30
+ AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AvatarModule, imports: [CommonModule, IconsModule] });
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: AvatarModule, decorators: [{
32
32
  type: NgModule,
33
33
  args: [{
34
34
  declarations: [declarations],
@@ -73,8 +73,8 @@ export class CardActionsComponent {
73
73
  this.action.emit(action);
74
74
  }
75
75
  }
76
- CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
77
- CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardActionsComponent, selector: "kendo-card-actions", inputs: { orientation: "orientation", layout: "layout", actions: "actions" }, outputs: { action: "action" }, host: { properties: { "class.k-actions": "this.hostClass", "class.k-card-actions": "this.hostClass", "class.k-actions-stretched": "this.stretchedClass", "class.k-actions-start": "this.startClass", "class.k-actions-end": "this.endClass", "class.k-actions-center": "this.centerClass", "class.k-actions-vertical": "this.verticalClass", "class.k-actions-horizontal": "this.horizontalClass" } }, ngImport: i0, template: `
76
+ CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
77
+ CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CardActionsComponent, selector: "kendo-card-actions", inputs: { orientation: "orientation", layout: "layout", actions: "actions" }, outputs: { action: "action" }, host: { properties: { "class.k-actions": "this.hostClass", "class.k-card-actions": "this.hostClass", "class.k-actions-stretched": "this.stretchedClass", "class.k-actions-start": "this.startClass", "class.k-actions-end": "this.endClass", "class.k-actions-center": "this.centerClass", "class.k-actions-vertical": "this.verticalClass", "class.k-actions-horizontal": "this.horizontalClass" } }, ngImport: i0, template: `
78
78
  <ng-content *ngIf="!actionsArray && !actionsTemplate"></ng-content>
79
79
 
80
80
  <ng-container *ngIf="actionsArray">
@@ -95,8 +95,8 @@ CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", v
95
95
  </ng-container>
96
96
 
97
97
  <ng-template [ngTemplateOutlet]="actionsTemplate" *ngIf="actionsTemplate"></ng-template>
98
- `, isInline: true, directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
99
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardActionsComponent, decorators: [{
98
+ `, isInline: true, dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
99
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardActionsComponent, decorators: [{
100
100
  type: Component,
101
101
  args: [{
102
102
  selector: 'kendo-card-actions',
@@ -12,11 +12,11 @@ export class CardBodyComponent {
12
12
  this.hostClass = true;
13
13
  }
14
14
  }
15
- CardBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- CardBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardBodyComponent, selector: "kendo-card-body", host: { properties: { "class.k-card-body": "this.hostClass" } }, ngImport: i0, template: `
15
+ CardBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
+ CardBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CardBodyComponent, selector: "kendo-card-body", host: { properties: { "class.k-card-body": "this.hostClass" } }, ngImport: i0, template: `
17
17
  <ng-content></ng-content>
18
18
  `, isInline: true });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardBodyComponent, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardBodyComponent, decorators: [{
20
20
  type: Component,
21
21
  args: [{
22
22
  selector: 'kendo-card-body',
@@ -12,11 +12,11 @@ export class CardFooterComponent {
12
12
  this.hostClass = true;
13
13
  }
14
14
  }
15
- CardFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- CardFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardFooterComponent, selector: "kendo-card-footer", host: { properties: { "class.k-card-footer": "this.hostClass" } }, ngImport: i0, template: `
15
+ CardFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
+ CardFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CardFooterComponent, selector: "kendo-card-footer", host: { properties: { "class.k-card-footer": "this.hostClass" } }, ngImport: i0, template: `
17
17
  <ng-content></ng-content>
18
18
  `, isInline: true });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardFooterComponent, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardFooterComponent, decorators: [{
20
20
  type: Component,
21
21
  args: [{
22
22
  selector: 'kendo-card-footer',
@@ -12,11 +12,11 @@ export class CardHeaderComponent {
12
12
  this.hostClass = true;
13
13
  }
14
14
  }
15
- CardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- CardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardHeaderComponent, selector: "kendo-card-header", host: { properties: { "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
15
+ CardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
+ CardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CardHeaderComponent, selector: "kendo-card-header", host: { properties: { "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
17
17
  <ng-content></ng-content>
18
18
  `, isInline: true });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardHeaderComponent, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardHeaderComponent, decorators: [{
20
20
  type: Component,
21
21
  args: [{
22
22
  selector: 'kendo-card-header',
@@ -51,8 +51,8 @@ export class CardComponent {
51
51
  }
52
52
  }
53
53
  }
54
- CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
55
- CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: CardComponent, selector: "kendo-card", inputs: { orientation: "orientation", width: "width" }, host: { properties: { "class.k-card": "this.hostClass", "style.width": "this.widthStyle", "class.k-card-vertical": "this.vertical", "class.k-card-horizontal": "this.horizontal", "attr.dir": "this.direction" } }, providers: [
54
+ CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
55
+ CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: CardComponent, selector: "kendo-card", inputs: { orientation: "orientation", width: "width" }, host: { properties: { "class.k-card": "this.hostClass", "style.width": "this.widthStyle", "class.k-card-vertical": "this.vertical", "class.k-card-horizontal": "this.horizontal", "attr.dir": "this.direction" } }, providers: [
56
56
  LocalizationService,
57
57
  {
58
58
  provide: L10N_PREFIX,
@@ -61,7 +61,7 @@ CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version:
61
61
  ], ngImport: i0, template: `
62
62
  <ng-content></ng-content>
63
63
  `, isInline: true });
64
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardComponent, decorators: [{
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardComponent, decorators: [{
65
65
  type: Component,
66
66
  args: [{
67
67
  selector: 'kendo-card',
@@ -12,9 +12,9 @@ export class CardMediaDirective {
12
12
  this.hostClass = true;
13
13
  }
14
14
  }
15
- CardMediaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
16
- CardMediaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: CardMediaDirective, selector: "[kendoCardMedia]", host: { properties: { "class.k-card-media": "this.hostClass" } }, ngImport: i0 });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardMediaDirective, decorators: [{
15
+ CardMediaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
16
+ CardMediaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CardMediaDirective, selector: "[kendoCardMedia]", host: { properties: { "class.k-card-media": "this.hostClass" } }, ngImport: i0 });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardMediaDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
20
  selector: '[kendoCardMedia]'
@@ -26,9 +26,9 @@ export class CardSeparatorDirective {
26
26
  return this.orientation === 'horizontal';
27
27
  }
28
28
  }
29
- CardSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardSeparatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
30
- CardSeparatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: CardSeparatorDirective, selector: "[kendoCardSeparator]", inputs: { color: "color", orientation: "orientation" }, host: { properties: { "class.k-card-separator": "this.hostClass", "class.k-separator-vertical": "this.verticalClass", "class.k-separator-horizontal": "this.horizontalClass", "style.color": "this.color" } }, ngImport: i0 });
31
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardSeparatorDirective, decorators: [{
29
+ CardSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardSeparatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
30
+ CardSeparatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CardSeparatorDirective, selector: "[kendoCardSeparator]", inputs: { color: "color", orientation: "orientation" }, host: { properties: { "class.k-card-separator": "this.hostClass", "class.k-separator-vertical": "this.verticalClass", "class.k-separator-horizontal": "this.horizontalClass", "style.color": "this.color" } }, ngImport: i0 });
31
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardSeparatorDirective, decorators: [{
32
32
  type: Directive,
33
33
  args: [{
34
34
  selector: '[kendoCardSeparator]'
@@ -12,9 +12,9 @@ export class CardSubtitleDirective {
12
12
  this.hostClass = true;
13
13
  }
14
14
  }
15
- CardSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
16
- CardSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: CardSubtitleDirective, selector: "[kendoCardSubtitle]", host: { properties: { "class.k-card-subtitle": "this.hostClass" } }, ngImport: i0 });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardSubtitleDirective, decorators: [{
15
+ CardSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
16
+ CardSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CardSubtitleDirective, selector: "[kendoCardSubtitle]", host: { properties: { "class.k-card-subtitle": "this.hostClass" } }, ngImport: i0 });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardSubtitleDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
20
  selector: '[kendoCardSubtitle]'
@@ -12,9 +12,9 @@ export class CardTitleDirective {
12
12
  this.hostClass = true;
13
13
  }
14
14
  }
15
- CardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
16
- CardTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.3.12", type: CardTitleDirective, selector: "[kendoCardTitle]", host: { properties: { "class.k-card-title": "this.hostClass" } }, ngImport: i0 });
17
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardTitleDirective, decorators: [{
15
+ CardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
16
+ CardTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.0.4", type: CardTitleDirective, selector: "[kendoCardTitle]", host: { properties: { "class.k-card-title": "this.hostClass" } }, ngImport: i0 });
17
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardTitleDirective, decorators: [{
18
18
  type: Directive,
19
19
  args: [{
20
20
  selector: '[kendoCardTitle]'
@@ -35,8 +35,8 @@ const declarations = [...exportedModules];
35
35
  */
36
36
  export class CardModule {
37
37
  }
38
- CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
39
- CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardModule, declarations: [CardComponent,
38
+ CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
39
+ CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.0.4", ngImport: i0, type: CardModule, declarations: [CardComponent,
40
40
  CardHeaderComponent,
41
41
  CardBodyComponent,
42
42
  CardFooterComponent,
@@ -51,8 +51,8 @@ CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13
51
51
  CardSubtitleDirective,
52
52
  CardSeparatorDirective,
53
53
  CardMediaDirective] });
54
- CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardModule, imports: [[CommonModule]] });
55
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: CardModule, decorators: [{
54
+ CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardModule, imports: [CommonModule] });
55
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: CardModule, decorators: [{
56
56
  type: NgModule,
57
57
  args: [{
58
58
  declarations: [declarations],
@@ -58,8 +58,8 @@ export class DrawerContainerComponent {
58
58
  }
59
59
  }
60
60
  }
61
- DrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerContainerComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
62
- DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: DrawerContainerComponent, selector: "kendo-drawer-container", host: { properties: { "class.k-drawer-container": "this.hostClass", "class.k-drawer-overlay": "this.overlayClass", "class.k-drawer-mini": "this.miniClass", "class.k-drawer-push": "this.pushClass", "class.k-drawer-expanded": "this.isExpandedClass", "attr.dir": "this.direction" } }, providers: [
61
+ DrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerContainerComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
62
+ DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DrawerContainerComponent, selector: "kendo-drawer-container", host: { properties: { "class.k-drawer-container": "this.hostClass", "class.k-drawer-overlay": "this.overlayClass", "class.k-drawer-mini": "this.miniClass", "class.k-drawer-push": "this.pushClass", "class.k-drawer-expanded": "this.isExpandedClass", "attr.dir": "this.direction" } }, providers: [
63
63
  LocalizationService,
64
64
  {
65
65
  provide: L10N_PREFIX,
@@ -68,8 +68,8 @@ DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0
68
68
  ], queries: [{ propertyName: "drawer", first: true, predicate: DrawerComponent, descendants: true }], ngImport: i0, template: `
69
69
  <div class="k-overlay" *ngIf="overlay" (click)="closeDrawer()"></div>
70
70
  <ng-content></ng-content>
71
- `, isInline: true, directives: [{ type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
72
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerContainerComponent, decorators: [{
71
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
72
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerContainerComponent, decorators: [{
73
73
  type: Component,
74
74
  args: [{
75
75
  selector: 'kendo-drawer-container',
@@ -12,11 +12,11 @@ export class DrawerContentComponent {
12
12
  this.hostClasses = true;
13
13
  }
14
14
  }
15
- DrawerContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
- DrawerContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: DrawerContentComponent, selector: "kendo-drawer-content", host: { properties: { "class.k-drawer-content": "this.hostClasses" } }, ngImport: i0, template: `
15
+ DrawerContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
16
+ DrawerContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DrawerContentComponent, selector: "kendo-drawer-content", host: { properties: { "class.k-drawer-content": "this.hostClasses" } }, ngImport: i0, template: `
17
17
  <ng-content></ng-content>
18
18
  `, isInline: true, encapsulation: i0.ViewEncapsulation.None });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerContentComponent, decorators: [{
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerContentComponent, decorators: [{
20
20
  type: Component,
21
21
  args: [{
22
22
  selector: 'kendo-drawer-content',
@@ -18,9 +18,9 @@ import * as i0 from "@angular/core";
18
18
  import * as i1 from "@angular/animations";
19
19
  import * as i2 from "@progress/kendo-angular-l10n";
20
20
  import * as i3 from "./drawer.service";
21
- import * as i4 from "./list.component";
21
+ import * as i4 from "@angular/common";
22
22
  import * as i5 from "@progress/kendo-angular-common";
23
- import * as i6 from "@angular/common";
23
+ import * as i6 from "./list.component";
24
24
  const DEFAULT_ANIMATION = { type: 'slide', duration: 200 };
25
25
  /**
26
26
  * Represents the [Kendo UI Drawer component for Angular]({% slug overview_drawer %}).
@@ -281,8 +281,8 @@ export class DrawerComponent {
281
281
  return player;
282
282
  }
283
283
  }
284
- DrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerComponent, deps: [{ token: i0.ElementRef }, { token: i1.AnimationBuilder }, { token: i2.LocalizationService }, { token: i3.DrawerService }], target: i0.ɵɵFactoryTarget.Component });
285
- DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.3.12", type: DrawerComponent, selector: "kendo-drawer", inputs: { mode: "mode", position: "position", mini: "mini", expanded: "expanded", width: "width", miniWidth: "miniWidth", autoCollapse: "autoCollapse", items: "items", isItemExpanded: "isItemExpanded", animation: "animation" }, outputs: { expand: "expand", collapse: "collapse", select: "select", expandedChange: "expandedChange" }, host: { properties: { "class.k-drawer": "this.hostClasses", "class.k-drawer-start": "this.startPositionClass", "class.k-drawer-end": "this.endPositionClass", "style.transform": "this.overlayTransofrmStyles", "style.flexBasis.px": "this.flexStyles", "attr.dir": "this.direction" } }, providers: [
284
+ DrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerComponent, deps: [{ token: i0.ElementRef }, { token: i1.AnimationBuilder }, { token: i2.LocalizationService }, { token: i3.DrawerService }], target: i0.ɵɵFactoryTarget.Component });
285
+ DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.0.4", type: DrawerComponent, selector: "kendo-drawer", inputs: { mode: "mode", position: "position", mini: "mini", expanded: "expanded", width: "width", miniWidth: "miniWidth", autoCollapse: "autoCollapse", items: "items", isItemExpanded: "isItemExpanded", animation: "animation" }, outputs: { expand: "expand", collapse: "collapse", select: "select", expandedChange: "expandedChange" }, host: { properties: { "class.k-drawer": "this.hostClasses", "class.k-drawer-start": "this.startPositionClass", "class.k-drawer-end": "this.endPositionClass", "style.transform": "this.overlayTransofrmStyles", "style.flexBasis.px": "this.flexStyles", "attr.dir": "this.direction" } }, providers: [
286
286
  LocalizationService,
287
287
  DrawerService,
288
288
  {
@@ -318,8 +318,8 @@ DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", versio
318
318
  </div>
319
319
 
320
320
  <div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
321
- `, isInline: true, components: [{ type: i4.DrawerListComponent, selector: "[kendoDrawerList]", inputs: ["itemTemplate", "mini", "expanded", "view"], outputs: ["select"] }, { type: i5.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }], directives: [{ type: i6.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i6.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet"] }] });
322
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImport: i0, type: DrawerComponent, decorators: [{
321
+ `, isInline: true, dependencies: [{ kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i4.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i5.WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }, { kind: "component", type: i6.DrawerListComponent, selector: "[kendoDrawerList]", inputs: ["itemTemplate", "mini", "expanded", "view"], outputs: ["select"] }] });
322
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.0.4", ngImport: i0, type: DrawerComponent, decorators: [{
323
323
  type: Component,
324
324
  args: [{
325
325
  exportAs: 'kendoDrawer',