@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
|
@@ -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, ["*"], true, 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, true, 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, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedAvatarMessagesDirective, "[kendoAvatarLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
package/avatar.module.d.ts
CHANGED
|
@@ -3,17 +3,14 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./avatar/
|
|
7
|
-
import * as i2 from "./avatar/
|
|
8
|
-
import * as i3 from "./avatar/l10n/custom-messages.component";
|
|
9
|
-
import * as i4 from "@angular/common";
|
|
10
|
-
import * as i5 from "@progress/kendo-angular-icons";
|
|
6
|
+
import * as i1 from "./avatar/avatar.component";
|
|
7
|
+
import * as i2 from "./avatar/l10n/custom-messages.component";
|
|
11
8
|
/**
|
|
12
9
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
13
10
|
* definition for the Avatar component.
|
|
14
11
|
*/
|
|
15
12
|
export declare class AvatarModule {
|
|
16
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarModule, [typeof i1.
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarModule, never, [typeof i1.AvatarComponent, typeof i2.AvatarCustomMessagesComponent], [typeof i1.AvatarComponent, typeof i2.AvatarCustomMessagesComponent]>;
|
|
18
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<AvatarModule>;
|
|
19
16
|
}
|
|
@@ -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, ["*"], true, 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, ["*"], true, 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, ["*"], true, 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, ["*"], true, never>;
|
|
13
13
|
}
|
package/card/card.component.d.ts
CHANGED
|
@@ -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, ["*"], true, 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, never,
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardMediaDirective, "[kendoCardMedia]", never, {}, {}, never, never, true, 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, never,
|
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardSeparatorDirective, "[kendoCardSeparator]", never, { "color": "color"; "orientation": "orientation"; }, {}, never, never, true, 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, never,
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardSubtitleDirective, "[kendoCardSubtitle]", never, {}, {}, never, never, true, 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, never,
|
|
12
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardTitleDirective, "[kendoCardTitle]", never, {}, {}, never, never, true, never>;
|
|
13
13
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
/**
|
|
6
|
-
* Specifies the
|
|
6
|
+
* Specifies the layout of the Card action buttons.
|
|
7
7
|
*
|
|
8
8
|
* The possible values are:
|
|
9
9
|
* * (Default) `start`
|
package/card.module.d.ts
CHANGED
|
@@ -4,21 +4,20 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "./card/card.component";
|
|
7
|
-
import * as i2 from "./card/card-
|
|
7
|
+
import * as i2 from "./card/card-actions.component";
|
|
8
8
|
import * as i3 from "./card/card-body.component";
|
|
9
9
|
import * as i4 from "./card/card-footer.component";
|
|
10
|
-
import * as i5 from "./card/card-
|
|
11
|
-
import * as i6 from "./card/directives/card-
|
|
12
|
-
import * as i7 from "./card/directives/card-
|
|
13
|
-
import * as i8 from "./card/directives/card-
|
|
14
|
-
import * as i9 from "./card/directives/card-
|
|
15
|
-
import * as i10 from "@angular/common";
|
|
10
|
+
import * as i5 from "./card/card-header.component";
|
|
11
|
+
import * as i6 from "./card/directives/card-media.directive";
|
|
12
|
+
import * as i7 from "./card/directives/card-separator.directive";
|
|
13
|
+
import * as i8 from "./card/directives/card-subtitle.directive";
|
|
14
|
+
import * as i9 from "./card/directives/card-title.directive";
|
|
16
15
|
/**
|
|
17
16
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
18
17
|
* definition for the Card component.
|
|
19
18
|
*/
|
|
20
19
|
export declare class CardModule {
|
|
21
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardModule, never>;
|
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, [typeof i1.CardComponent, typeof i2.
|
|
21
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CardModule, never, [typeof i1.CardComponent, typeof i2.CardActionsComponent, typeof i3.CardBodyComponent, typeof i4.CardFooterComponent, typeof i5.CardHeaderComponent, typeof i6.CardMediaDirective, typeof i7.CardSeparatorDirective, typeof i8.CardSubtitleDirective, typeof i9.CardTitleDirective], [typeof i1.CardComponent, typeof i2.CardActionsComponent, typeof i3.CardBodyComponent, typeof i4.CardFooterComponent, typeof i5.CardHeaderComponent, typeof i6.CardMediaDirective, typeof i7.CardSeparatorDirective, typeof i8.CardSubtitleDirective, typeof i9.CardTitleDirective]>;
|
|
23
22
|
static ɵinj: i0.ɵɵInjectorDeclaration<CardModule>;
|
|
24
23
|
}
|
package/directives.d.ts
ADDED
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**-----------------------------------------------------------------------------------------
|
|
2
|
+
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
|
+
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
|
+
*-------------------------------------------------------------------------------------------*/
|
|
5
|
+
import { AvatarComponent } from "./avatar/avatar.component";
|
|
6
|
+
import { AvatarCustomMessagesComponent } from "./avatar/l10n/custom-messages.component";
|
|
7
|
+
import { CardActionsComponent } from "./card/card-actions.component";
|
|
8
|
+
import { CardBodyComponent } from "./card/card-body.component";
|
|
9
|
+
import { CardFooterComponent } from "./card/card-footer.component";
|
|
10
|
+
import { CardHeaderComponent } from "./card/card-header.component";
|
|
11
|
+
import { CardComponent } from "./card/card.component";
|
|
12
|
+
import { CardMediaDirective } from "./card/directives/card-media.directive";
|
|
13
|
+
import { CardSeparatorDirective } from "./card/directives/card-separator.directive";
|
|
14
|
+
import { CardSubtitleDirective } from "./card/directives/card-subtitle.directive";
|
|
15
|
+
import { CardTitleDirective } from "./card/directives/card-title.directive";
|
|
16
|
+
import { DrawerContainerComponent } from "./drawer/drawer-container.component";
|
|
17
|
+
import { DrawerContentComponent } from "./drawer/drawer-content.component";
|
|
18
|
+
import { DrawerComponent } from "./drawer/drawer.component";
|
|
19
|
+
import { DrawerFooterTemplateDirective, DrawerHeaderTemplateDirective, DrawerItemTemplateDirective, DrawerTemplateDirective } from "./drawer/template-directives";
|
|
20
|
+
import { ExpansionPanelTitleDirective } from "./expansionpanel/expansionpanel-title.directive";
|
|
21
|
+
import { ExpansionPanelComponent } from "./expansionpanel/expansionpanel.component";
|
|
22
|
+
import { GridLayoutComponent } from "./layouts/grid-layout.component";
|
|
23
|
+
import { GridLayoutItemComponent } from "./layouts/gridlayout-item.component";
|
|
24
|
+
import { StackLayoutComponent } from "./layouts/stack-layout.component";
|
|
25
|
+
import { PanelBarContentDirective } from "./panelbar/panelbar-content.directive";
|
|
26
|
+
import { PanelBarItemTemplateDirective } from "./panelbar/panelbar-item-template.directive";
|
|
27
|
+
import { PanelBarItemTitleDirective } from "./panelbar/panelbar-item-title.directive";
|
|
28
|
+
import { PanelBarItemComponent } from "./panelbar/panelbar-item.component";
|
|
29
|
+
import { PanelBarComponent } from "./panelbar/panelbar.component";
|
|
30
|
+
import { SplitterPaneComponent } from "./splitter/splitter-pane.component";
|
|
31
|
+
import { SplitterComponent } from "./splitter/splitter.component";
|
|
32
|
+
import { StepperCustomMessagesComponent } from "./stepper/localization/custom-messages.component";
|
|
33
|
+
import { StepperComponent } from "./stepper/stepper.component";
|
|
34
|
+
import { StepperIndicatorTemplateDirective, StepperLabelTemplateDirective, StepperStepTemplateDirective } from "./stepper/template-directives";
|
|
35
|
+
import { TabContentDirective } from "./tabstrip/directives/tab-content.directive";
|
|
36
|
+
import { TabTitleDirective } from "./tabstrip/directives/tab-title.directive";
|
|
37
|
+
import { TabStripCustomMessagesComponent } from "./tabstrip/localization/custom-messages.component";
|
|
38
|
+
import { TabStripTabComponent } from "./tabstrip/models/tabstrip-tab.component";
|
|
39
|
+
import { TabStripComponent } from "./tabstrip/tabstrip.component";
|
|
40
|
+
import { TileLayoutItemBodyComponent } from "./tilelayout/tilelayout-item-body.component";
|
|
41
|
+
import { TileLayoutItemHeaderComponent } from "./tilelayout/tilelayout-item-header.component";
|
|
42
|
+
import { TileLayoutItemComponent } from "./tilelayout/tilelayout-item.component";
|
|
43
|
+
import { TileLayoutComponent } from "./tilelayout/tilelayout.component";
|
|
44
|
+
import { TimelineCustomMessagesComponent } from "./timeline/localization/custom-messages.component";
|
|
45
|
+
import { TimelineCardActionsTemplateDirective } from "./timeline/templates/timeline-card-actions.directive";
|
|
46
|
+
import { TimelineCardBodyTemplateDirective } from "./timeline/templates/timeline-card-body.directive";
|
|
47
|
+
import { TimelineCardHeaderTemplateDirective } from "./timeline/templates/timeline-card-header.directive";
|
|
48
|
+
import { TimelineComponent } from "./timeline/timeline.component";
|
|
49
|
+
export declare const KENDO_AVATAR: readonly [typeof AvatarComponent, typeof AvatarCustomMessagesComponent];
|
|
50
|
+
export declare const KENDO_CARD: readonly [typeof CardComponent, typeof CardActionsComponent, typeof CardBodyComponent, typeof CardFooterComponent, typeof CardHeaderComponent, typeof CardMediaDirective, typeof CardSeparatorDirective, typeof CardSubtitleDirective, typeof CardTitleDirective];
|
|
51
|
+
export declare const KENDO_DRAWER: readonly [typeof DrawerComponent, typeof DrawerContainerComponent, typeof DrawerContentComponent, typeof DrawerTemplateDirective, typeof DrawerFooterTemplateDirective, typeof DrawerHeaderTemplateDirective, typeof DrawerItemTemplateDirective];
|
|
52
|
+
export declare const KENDO_EXPANSIONPANEL: readonly [typeof ExpansionPanelComponent, typeof ExpansionPanelTitleDirective];
|
|
53
|
+
export declare const KENDO_GRIDLAYOUT: readonly [typeof GridLayoutComponent, typeof GridLayoutItemComponent];
|
|
54
|
+
export declare const KENDO_PANELBAR: readonly [typeof PanelBarComponent, typeof PanelBarItemComponent, typeof PanelBarContentDirective, typeof PanelBarItemTemplateDirective, typeof PanelBarItemTitleDirective];
|
|
55
|
+
export declare const KENDO_SPLITTER: readonly [typeof SplitterComponent, typeof SplitterPaneComponent];
|
|
56
|
+
export declare const KENDO_STACKLAYOUT: readonly [typeof StackLayoutComponent];
|
|
57
|
+
export declare const KENDO_STEPPER: readonly [typeof StepperComponent, typeof StepperCustomMessagesComponent, typeof StepperIndicatorTemplateDirective, typeof StepperLabelTemplateDirective, typeof StepperStepTemplateDirective];
|
|
58
|
+
export declare const KENDO_TABSTRIP: readonly [typeof TabStripComponent, typeof TabStripTabComponent, typeof TabContentDirective, typeof TabTitleDirective, typeof TabStripCustomMessagesComponent];
|
|
59
|
+
export declare const KENDO_TILELAYOUT: readonly [typeof TileLayoutComponent, typeof TileLayoutItemBodyComponent, typeof TileLayoutItemComponent, typeof TileLayoutItemHeaderComponent];
|
|
60
|
+
export declare const KENDO_TIMELINE: readonly [typeof TimelineComponent, typeof TimelineCustomMessagesComponent, typeof TimelineCardActionsTemplateDirective, typeof TimelineCardBodyTemplateDirective, typeof TimelineCardHeaderTemplateDirective];
|
|
61
|
+
export declare const KENDO_LAYOUT: readonly [typeof AvatarComponent, typeof AvatarCustomMessagesComponent, typeof CardComponent, typeof CardActionsComponent, typeof CardBodyComponent, typeof CardFooterComponent, typeof CardHeaderComponent, typeof CardMediaDirective, typeof CardSeparatorDirective, typeof CardSubtitleDirective, typeof CardTitleDirective, typeof DrawerComponent, typeof DrawerContainerComponent, typeof DrawerContentComponent, typeof DrawerTemplateDirective, typeof DrawerFooterTemplateDirective, typeof DrawerHeaderTemplateDirective, typeof DrawerItemTemplateDirective, typeof ExpansionPanelComponent, typeof ExpansionPanelTitleDirective, typeof GridLayoutComponent, typeof GridLayoutItemComponent, typeof PanelBarComponent, typeof PanelBarItemComponent, typeof PanelBarContentDirective, typeof PanelBarItemTemplateDirective, typeof PanelBarItemTitleDirective, typeof SplitterComponent, typeof SplitterPaneComponent, typeof StackLayoutComponent, typeof StepperComponent, typeof StepperCustomMessagesComponent, typeof StepperIndicatorTemplateDirective, typeof StepperLabelTemplateDirective, typeof StepperStepTemplateDirective, typeof TabStripComponent, typeof TabStripTabComponent, typeof TabContentDirective, typeof TabTitleDirective, typeof TabStripCustomMessagesComponent, typeof TileLayoutComponent, typeof TileLayoutItemBodyComponent, typeof TileLayoutItemComponent, typeof TileLayoutItemHeaderComponent, typeof TimelineComponent, typeof TimelineCustomMessagesComponent, typeof TimelineCardActionsTemplateDirective, typeof TimelineCardBodyTemplateDirective, typeof TimelineCardHeaderTemplateDirective];
|
|
@@ -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"], ["*"], true, 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, ["*"], true, 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, true, 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, true, 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, true, 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, never,
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerTemplateDirective, "[kendoDrawerTemplate]", never, {}, {}, never, never, true, 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, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerFooterTemplateDirective, "[kendoDrawerFooterTemplate]", never, {}, {}, never, never, true, 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, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerHeaderTemplateDirective, "[kendoDrawerHeaderTemplate]", never, {}, {}, never, never, true, 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, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<DrawerItemTemplateDirective, "[kendoDrawerItemTemplate]", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
package/drawer.module.d.ts
CHANGED
|
@@ -3,24 +3,19 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./drawer/
|
|
7
|
-
import * as i2 from "./drawer/
|
|
8
|
-
import * as i3 from "./drawer/drawer.component";
|
|
9
|
-
import * as i4 from "./drawer/drawer-
|
|
10
|
-
import * as i5 from "./drawer/
|
|
11
|
-
import * as i6 from "./drawer/template-directives/
|
|
12
|
-
import * as i7 from "./drawer/template-directives/
|
|
13
|
-
import * as i8 from "./drawer/template-directives/footer-template.directive";
|
|
14
|
-
import * as i9 from "./drawer/template-directives/item-template.directive";
|
|
15
|
-
import * as i10 from "@angular/common";
|
|
16
|
-
import * as i11 from "@progress/kendo-angular-icons";
|
|
17
|
-
import * as i12 from "@progress/kendo-angular-common";
|
|
6
|
+
import * as i1 from "./drawer/drawer.component";
|
|
7
|
+
import * as i2 from "./drawer/drawer-container.component";
|
|
8
|
+
import * as i3 from "./drawer/drawer-content.component";
|
|
9
|
+
import * as i4 from "./drawer/template-directives/drawer-template.directive";
|
|
10
|
+
import * as i5 from "./drawer/template-directives/footer-template.directive";
|
|
11
|
+
import * as i6 from "./drawer/template-directives/header-template.directive";
|
|
12
|
+
import * as i7 from "./drawer/template-directives/item-template.directive";
|
|
18
13
|
/**
|
|
19
14
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
20
15
|
* definition for the Drawer component.
|
|
21
16
|
*/
|
|
22
17
|
export declare class DrawerModule {
|
|
23
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<DrawerModule, never>;
|
|
24
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<DrawerModule, [typeof i1.
|
|
19
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<DrawerModule, never, [typeof i1.DrawerComponent, typeof i2.DrawerContainerComponent, typeof i3.DrawerContentComponent, typeof i4.DrawerTemplateDirective, typeof i5.DrawerFooterTemplateDirective, typeof i6.DrawerHeaderTemplateDirective, typeof i7.DrawerItemTemplateDirective], [typeof i1.DrawerComponent, typeof i2.DrawerContainerComponent, typeof i3.DrawerContentComponent, typeof i4.DrawerTemplateDirective, typeof i5.DrawerFooterTemplateDirective, typeof i6.DrawerHeaderTemplateDirective, typeof i7.DrawerItemTemplateDirective]>;
|
|
25
20
|
static ɵinj: i0.ɵɵInjectorDeclaration<DrawerModule>;
|
|
26
21
|
}
|
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Component, HostBinding, Input, isDevMode, Renderer2, ElementRef } from '@angular/core';
|
|
6
|
+
import { NgIf, NgStyle } from '@angular/common';
|
|
6
7
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
8
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
7
9
|
import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
|
|
8
10
|
import { getStylingClasses, mapShapeToRounded } from '../common/util';
|
|
9
11
|
import { packageMetadata } from '../package-metadata';
|
|
12
|
+
import { LocalizedAvatarMessagesDirective } from './l10n/localized-messages.directive';
|
|
10
13
|
import * as i0 from "@angular/core";
|
|
11
14
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
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';
|
|
@@ -240,7 +240,7 @@ export class AvatarComponent {
|
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
242
|
AvatarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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.2.10", 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: [
|
|
243
|
+
AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AvatarComponent, isStandalone: true, 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,7 +276,7 @@ AvatarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
276
276
|
</kendo-icon-wrapper>
|
|
277
277
|
</span>
|
|
278
278
|
</ng-container>
|
|
279
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
279
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }, { kind: "directive", type: LocalizedAvatarMessagesDirective, selector: "[kendoAvatarLocalizedMessages]" }] });
|
|
280
280
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarComponent, decorators: [{
|
|
281
281
|
type: Component,
|
|
282
282
|
args: [{
|
|
@@ -318,7 +318,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
318
318
|
</kendo-icon-wrapper>
|
|
319
319
|
</span>
|
|
320
320
|
</ng-container>
|
|
321
|
-
|
|
321
|
+
`,
|
|
322
|
+
standalone: true,
|
|
323
|
+
imports: [NgIf, NgStyle, IconWrapperComponent, LocalizedAvatarMessagesDirective]
|
|
322
324
|
}]
|
|
323
325
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }, { type: i0.Renderer2 }, { type: i0.ElementRef }]; }, propDecorators: { hostClass: [{
|
|
324
326
|
type: HostBinding,
|
|
@@ -22,7 +22,7 @@ export class AvatarCustomMessagesComponent extends Messages {
|
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
AvatarCustomMessagesComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarCustomMessagesComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
25
|
-
AvatarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AvatarCustomMessagesComponent, selector: "kendo-avatar-messages", providers: [
|
|
25
|
+
AvatarCustomMessagesComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: AvatarCustomMessagesComponent, isStandalone: true, selector: "kendo-avatar-messages", providers: [
|
|
26
26
|
{
|
|
27
27
|
provide: Messages,
|
|
28
28
|
useExisting: forwardRef(() => AvatarCustomMessagesComponent)
|
|
@@ -38,6 +38,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
38
38
|
}
|
|
39
39
|
],
|
|
40
40
|
selector: 'kendo-avatar-messages',
|
|
41
|
-
template:
|
|
41
|
+
template: ``,
|
|
42
|
+
standalone: true
|
|
42
43
|
}]
|
|
43
44
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
@@ -18,7 +18,7 @@ export class LocalizedAvatarMessagesDirective extends Messages {
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
LocalizedAvatarMessagesDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: LocalizedAvatarMessagesDirective, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21
|
-
LocalizedAvatarMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedAvatarMessagesDirective, selector: "[kendoAvatarLocalizedMessages]", providers: [
|
|
21
|
+
LocalizedAvatarMessagesDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: LocalizedAvatarMessagesDirective, isStandalone: true, selector: "[kendoAvatarLocalizedMessages]", providers: [
|
|
22
22
|
{
|
|
23
23
|
provide: Messages,
|
|
24
24
|
useExisting: forwardRef(() => LocalizedAvatarMessagesDirective)
|
|
@@ -33,6 +33,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
33
33
|
useExisting: forwardRef(() => LocalizedAvatarMessagesDirective)
|
|
34
34
|
}
|
|
35
35
|
],
|
|
36
|
-
selector: '[kendoAvatarLocalizedMessages]'
|
|
36
|
+
selector: '[kendoAvatarLocalizedMessages]',
|
|
37
|
+
standalone: true
|
|
37
38
|
}]
|
|
38
39
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; } });
|
|
@@ -3,20 +3,11 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import {
|
|
7
|
-
import { IconsModule } from '@progress/kendo-angular-icons';
|
|
8
|
-
import { AvatarComponent } from './avatar/avatar.component';
|
|
9
|
-
import { LocalizedAvatarMessagesDirective } from './avatar/l10n/localized-messages.directive';
|
|
10
|
-
import { AvatarCustomMessagesComponent } from './avatar/l10n/custom-messages.component';
|
|
6
|
+
import { KENDO_AVATAR } from './directives';
|
|
11
7
|
import * as i0 from "@angular/core";
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
];
|
|
16
|
-
const declarations = [
|
|
17
|
-
LocalizedAvatarMessagesDirective,
|
|
18
|
-
...exportedModules
|
|
19
|
-
];
|
|
8
|
+
import * as i1 from "./avatar/avatar.component";
|
|
9
|
+
import * as i2 from "./avatar/l10n/custom-messages.component";
|
|
10
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
20
11
|
/**
|
|
21
12
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
22
13
|
* definition for the Avatar component.
|
|
@@ -24,15 +15,12 @@ const declarations = [
|
|
|
24
15
|
export class AvatarModule {
|
|
25
16
|
}
|
|
26
17
|
AvatarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
27
|
-
AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule,
|
|
28
|
-
|
|
29
|
-
AvatarCustomMessagesComponent] });
|
|
30
|
-
AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, imports: [CommonModule, IconsModule] });
|
|
18
|
+
AvatarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, imports: [i1.AvatarComponent, i2.AvatarCustomMessagesComponent], exports: [i1.AvatarComponent, i2.AvatarCustomMessagesComponent] });
|
|
19
|
+
AvatarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, imports: [KENDO_AVATAR] });
|
|
31
20
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: AvatarModule, decorators: [{
|
|
32
21
|
type: NgModule,
|
|
33
22
|
args: [{
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
imports: [CommonModule, IconsModule]
|
|
23
|
+
exports: [...KENDO_AVATAR],
|
|
24
|
+
imports: [...KENDO_AVATAR]
|
|
37
25
|
}]
|
|
38
26
|
}] });
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Component, EventEmitter, HostBinding, Input, Output, TemplateRef } from '@angular/core';
|
|
6
|
+
import { NgIf, NgFor, NgTemplateOutlet } from '@angular/common';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "@angular/common";
|
|
8
8
|
/**
|
|
9
9
|
* Specifies the action buttons of the Card.
|
|
10
10
|
* * ([see example]({% slug actions_card %})).
|
|
@@ -74,7 +74,7 @@ export class CardActionsComponent {
|
|
|
74
74
|
}
|
|
75
75
|
}
|
|
76
76
|
CardActionsComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
77
|
-
CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: `
|
|
77
|
+
CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardActionsComponent, isStandalone: true, 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,7 +95,7 @@ CardActionsComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
95
95
|
</ng-container>
|
|
96
96
|
|
|
97
97
|
<ng-template [ngTemplateOutlet]="actionsTemplate" *ngIf="actionsTemplate"></ng-template>
|
|
98
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
98
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
|
|
99
99
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardActionsComponent, decorators: [{
|
|
100
100
|
type: Component,
|
|
101
101
|
args: [{
|
|
@@ -121,7 +121,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
121
121
|
</ng-container>
|
|
122
122
|
|
|
123
123
|
<ng-template [ngTemplateOutlet]="actionsTemplate" *ngIf="actionsTemplate"></ng-template>
|
|
124
|
-
|
|
124
|
+
`,
|
|
125
|
+
standalone: true,
|
|
126
|
+
imports: [NgIf, NgFor, NgTemplateOutlet]
|
|
125
127
|
}]
|
|
126
128
|
}], propDecorators: { hostClass: [{
|
|
127
129
|
type: HostBinding,
|
|
@@ -13,7 +13,7 @@ export class CardBodyComponent {
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
CardBodyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardBodyComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
-
CardBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardBodyComponent, selector: "kendo-card-body", host: { properties: { "class.k-card-body": "this.hostClass" } }, ngImport: i0, template: `
|
|
16
|
+
CardBodyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardBodyComponent, isStandalone: true, 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
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardBodyComponent, decorators: [{
|
|
@@ -22,7 +22,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
22
22
|
selector: 'kendo-card-body',
|
|
23
23
|
template: `
|
|
24
24
|
<ng-content></ng-content>
|
|
25
|
-
|
|
25
|
+
`,
|
|
26
|
+
standalone: true
|
|
26
27
|
}]
|
|
27
28
|
}], propDecorators: { hostClass: [{
|
|
28
29
|
type: HostBinding,
|
|
@@ -13,7 +13,7 @@ export class CardFooterComponent {
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
CardFooterComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
-
CardFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardFooterComponent, selector: "kendo-card-footer", host: { properties: { "class.k-card-footer": "this.hostClass" } }, ngImport: i0, template: `
|
|
16
|
+
CardFooterComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardFooterComponent, isStandalone: true, 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
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardFooterComponent, decorators: [{
|
|
@@ -22,7 +22,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
22
22
|
selector: 'kendo-card-footer',
|
|
23
23
|
template: `
|
|
24
24
|
<ng-content></ng-content>
|
|
25
|
-
|
|
25
|
+
`,
|
|
26
|
+
standalone: true
|
|
26
27
|
}]
|
|
27
28
|
}], propDecorators: { hostClass: [{
|
|
28
29
|
type: HostBinding,
|
|
@@ -13,7 +13,7 @@ export class CardHeaderComponent {
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
CardHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
-
CardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardHeaderComponent, selector: "kendo-card-header", host: { properties: { "class.k-card-header": "this.hostClass" } }, ngImport: i0, template: `
|
|
16
|
+
CardHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardHeaderComponent, isStandalone: true, 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
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardHeaderComponent, decorators: [{
|
|
@@ -22,7 +22,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
22
22
|
selector: 'kendo-card-header',
|
|
23
23
|
template: `
|
|
24
24
|
<ng-content></ng-content>
|
|
25
|
-
|
|
25
|
+
`,
|
|
26
|
+
standalone: true
|
|
26
27
|
}]
|
|
27
28
|
}], propDecorators: { hostClass: [{
|
|
28
29
|
type: HostBinding,
|