@progress/kendo-angular-layout 16.5.0 → 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.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
|
@@ -52,7 +52,7 @@ export class CardComponent {
|
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
CardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
55
|
-
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: [
|
|
55
|
+
CardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: CardComponent, isStandalone: true, 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,
|
|
@@ -74,7 +74,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
74
74
|
],
|
|
75
75
|
template: `
|
|
76
76
|
<ng-content></ng-content>
|
|
77
|
-
|
|
77
|
+
`,
|
|
78
|
+
standalone: true
|
|
78
79
|
}]
|
|
79
80
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
80
81
|
type: HostBinding,
|
|
@@ -13,11 +13,12 @@ export class CardMediaDirective {
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
CardMediaDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardMediaDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
16
|
-
CardMediaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardMediaDirective, selector: "[kendoCardMedia]", host: { properties: { "class.k-card-media": "this.hostClass" } }, ngImport: i0 });
|
|
16
|
+
CardMediaDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardMediaDirective, isStandalone: true, selector: "[kendoCardMedia]", host: { properties: { "class.k-card-media": "this.hostClass" } }, ngImport: i0 });
|
|
17
17
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardMediaDirective, decorators: [{
|
|
18
18
|
type: Directive,
|
|
19
19
|
args: [{
|
|
20
|
-
selector: '[kendoCardMedia]'
|
|
20
|
+
selector: '[kendoCardMedia]',
|
|
21
|
+
standalone: true
|
|
21
22
|
}]
|
|
22
23
|
}], propDecorators: { hostClass: [{
|
|
23
24
|
type: HostBinding,
|
|
@@ -27,11 +27,12 @@ export class CardSeparatorDirective {
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
CardSeparatorDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSeparatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
30
|
-
CardSeparatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", 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 });
|
|
30
|
+
CardSeparatorDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardSeparatorDirective, isStandalone: true, 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
31
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSeparatorDirective, decorators: [{
|
|
32
32
|
type: Directive,
|
|
33
33
|
args: [{
|
|
34
|
-
selector: '[kendoCardSeparator]'
|
|
34
|
+
selector: '[kendoCardSeparator]',
|
|
35
|
+
standalone: true
|
|
35
36
|
}]
|
|
36
37
|
}], propDecorators: { hostClass: [{
|
|
37
38
|
type: HostBinding,
|
|
@@ -13,11 +13,12 @@ export class CardSubtitleDirective {
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
CardSubtitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSubtitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
16
|
-
CardSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardSubtitleDirective, selector: "[kendoCardSubtitle]", host: { properties: { "class.k-card-subtitle": "this.hostClass" } }, ngImport: i0 });
|
|
16
|
+
CardSubtitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardSubtitleDirective, isStandalone: true, selector: "[kendoCardSubtitle]", host: { properties: { "class.k-card-subtitle": "this.hostClass" } }, ngImport: i0 });
|
|
17
17
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardSubtitleDirective, decorators: [{
|
|
18
18
|
type: Directive,
|
|
19
19
|
args: [{
|
|
20
|
-
selector: '[kendoCardSubtitle]'
|
|
20
|
+
selector: '[kendoCardSubtitle]',
|
|
21
|
+
standalone: true
|
|
21
22
|
}]
|
|
22
23
|
}], propDecorators: { hostClass: [{
|
|
23
24
|
type: HostBinding,
|
|
@@ -13,11 +13,12 @@ export class CardTitleDirective {
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
CardTitleDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardTitleDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
16
|
-
CardTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardTitleDirective, selector: "[kendoCardTitle]", host: { properties: { "class.k-card-title": "this.hostClass" } }, ngImport: i0 });
|
|
16
|
+
CardTitleDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: CardTitleDirective, isStandalone: true, selector: "[kendoCardTitle]", host: { properties: { "class.k-card-title": "this.hostClass" } }, ngImport: i0 });
|
|
17
17
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardTitleDirective, decorators: [{
|
|
18
18
|
type: Directive,
|
|
19
19
|
args: [{
|
|
20
|
-
selector: '[kendoCardTitle]'
|
|
20
|
+
selector: '[kendoCardTitle]',
|
|
21
|
+
standalone: true
|
|
21
22
|
}]
|
|
22
23
|
}], propDecorators: { hostClass: [{
|
|
23
24
|
type: HostBinding,
|
package/esm2020/card.module.mjs
CHANGED
|
@@ -3,32 +3,18 @@
|
|
|
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 { CardComponent } from './card/card.component';
|
|
8
|
-
import { CardHeaderComponent } from './card/card-header.component';
|
|
9
|
-
import { CardFooterComponent } from './card/card-footer.component';
|
|
10
|
-
import { CardBodyComponent } from './card/card-body.component';
|
|
11
|
-
import { CardActionsComponent } from './card/card-actions.component';
|
|
12
|
-
import { CardSeparatorDirective } from './card/directives/card-separator.directive';
|
|
13
|
-
import { CardTitleDirective } from './card/directives/card-title.directive';
|
|
14
|
-
import { CardSubtitleDirective } from './card/directives/card-subtitle.directive';
|
|
15
|
-
import { CardMediaDirective } from './card/directives/card-media.directive';
|
|
6
|
+
import { KENDO_CARD } from './directives';
|
|
16
7
|
import * as i0 from "@angular/core";
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
CardFooterComponent,
|
|
28
|
-
CardActionsComponent,
|
|
29
|
-
...cardDirectives
|
|
30
|
-
];
|
|
31
|
-
const declarations = [...exportedModules];
|
|
8
|
+
import * as i1 from "./card/card.component";
|
|
9
|
+
import * as i2 from "./card/card-actions.component";
|
|
10
|
+
import * as i3 from "./card/card-body.component";
|
|
11
|
+
import * as i4 from "./card/card-footer.component";
|
|
12
|
+
import * as i5 from "./card/card-header.component";
|
|
13
|
+
import * as i6 from "./card/directives/card-media.directive";
|
|
14
|
+
import * as i7 from "./card/directives/card-separator.directive";
|
|
15
|
+
import * as i8 from "./card/directives/card-subtitle.directive";
|
|
16
|
+
import * as i9 from "./card/directives/card-title.directive";
|
|
17
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
32
18
|
/**
|
|
33
19
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
34
20
|
* definition for the Card component.
|
|
@@ -36,27 +22,12 @@ const declarations = [...exportedModules];
|
|
|
36
22
|
export class CardModule {
|
|
37
23
|
}
|
|
38
24
|
CardModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
39
|
-
CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: CardModule,
|
|
40
|
-
|
|
41
|
-
CardBodyComponent,
|
|
42
|
-
CardFooterComponent,
|
|
43
|
-
CardActionsComponent, CardTitleDirective,
|
|
44
|
-
CardSubtitleDirective,
|
|
45
|
-
CardSeparatorDirective,
|
|
46
|
-
CardMediaDirective], imports: [CommonModule], exports: [CardComponent,
|
|
47
|
-
CardHeaderComponent,
|
|
48
|
-
CardBodyComponent,
|
|
49
|
-
CardFooterComponent,
|
|
50
|
-
CardActionsComponent, CardTitleDirective,
|
|
51
|
-
CardSubtitleDirective,
|
|
52
|
-
CardSeparatorDirective,
|
|
53
|
-
CardMediaDirective] });
|
|
54
|
-
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, imports: [CommonModule] });
|
|
25
|
+
CardModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: CardModule, imports: [i1.CardComponent, i2.CardActionsComponent, i3.CardBodyComponent, i4.CardFooterComponent, i5.CardHeaderComponent, i6.CardMediaDirective, i7.CardSeparatorDirective, i8.CardSubtitleDirective, i9.CardTitleDirective], exports: [i1.CardComponent, i2.CardActionsComponent, i3.CardBodyComponent, i4.CardFooterComponent, i5.CardHeaderComponent, i6.CardMediaDirective, i7.CardSeparatorDirective, i8.CardSubtitleDirective, i9.CardTitleDirective] });
|
|
26
|
+
CardModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, imports: [i1.CardComponent, i2.CardActionsComponent, i3.CardBodyComponent, i4.CardFooterComponent, i5.CardHeaderComponent] });
|
|
55
27
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: CardModule, decorators: [{
|
|
56
28
|
type: NgModule,
|
|
57
29
|
args: [{
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
imports: [CommonModule]
|
|
30
|
+
exports: [...KENDO_CARD],
|
|
31
|
+
imports: [...KENDO_CARD]
|
|
61
32
|
}]
|
|
62
33
|
}] });
|
|
@@ -0,0 +1,135 @@
|
|
|
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 const KENDO_AVATAR = [
|
|
50
|
+
AvatarComponent,
|
|
51
|
+
AvatarCustomMessagesComponent
|
|
52
|
+
];
|
|
53
|
+
export const KENDO_CARD = [
|
|
54
|
+
CardComponent,
|
|
55
|
+
CardActionsComponent,
|
|
56
|
+
CardBodyComponent,
|
|
57
|
+
CardFooterComponent,
|
|
58
|
+
CardHeaderComponent,
|
|
59
|
+
CardMediaDirective,
|
|
60
|
+
CardSeparatorDirective,
|
|
61
|
+
CardSubtitleDirective,
|
|
62
|
+
CardTitleDirective
|
|
63
|
+
];
|
|
64
|
+
export const KENDO_DRAWER = [
|
|
65
|
+
DrawerComponent,
|
|
66
|
+
DrawerContainerComponent,
|
|
67
|
+
DrawerContentComponent,
|
|
68
|
+
DrawerTemplateDirective,
|
|
69
|
+
DrawerFooterTemplateDirective,
|
|
70
|
+
DrawerHeaderTemplateDirective,
|
|
71
|
+
DrawerItemTemplateDirective
|
|
72
|
+
];
|
|
73
|
+
export const KENDO_EXPANSIONPANEL = [
|
|
74
|
+
ExpansionPanelComponent,
|
|
75
|
+
ExpansionPanelTitleDirective
|
|
76
|
+
];
|
|
77
|
+
export const KENDO_GRIDLAYOUT = [
|
|
78
|
+
GridLayoutComponent,
|
|
79
|
+
GridLayoutItemComponent
|
|
80
|
+
];
|
|
81
|
+
export const KENDO_PANELBAR = [
|
|
82
|
+
PanelBarComponent,
|
|
83
|
+
PanelBarItemComponent,
|
|
84
|
+
PanelBarContentDirective,
|
|
85
|
+
PanelBarItemTemplateDirective,
|
|
86
|
+
PanelBarItemTitleDirective
|
|
87
|
+
];
|
|
88
|
+
export const KENDO_SPLITTER = [
|
|
89
|
+
SplitterComponent,
|
|
90
|
+
SplitterPaneComponent
|
|
91
|
+
];
|
|
92
|
+
export const KENDO_STACKLAYOUT = [
|
|
93
|
+
StackLayoutComponent
|
|
94
|
+
];
|
|
95
|
+
export const KENDO_STEPPER = [
|
|
96
|
+
StepperComponent,
|
|
97
|
+
StepperCustomMessagesComponent,
|
|
98
|
+
StepperIndicatorTemplateDirective,
|
|
99
|
+
StepperLabelTemplateDirective,
|
|
100
|
+
StepperStepTemplateDirective
|
|
101
|
+
];
|
|
102
|
+
export const KENDO_TABSTRIP = [
|
|
103
|
+
TabStripComponent,
|
|
104
|
+
TabStripTabComponent,
|
|
105
|
+
TabContentDirective,
|
|
106
|
+
TabTitleDirective,
|
|
107
|
+
TabStripCustomMessagesComponent
|
|
108
|
+
];
|
|
109
|
+
export const KENDO_TILELAYOUT = [
|
|
110
|
+
TileLayoutComponent,
|
|
111
|
+
TileLayoutItemBodyComponent,
|
|
112
|
+
TileLayoutItemComponent,
|
|
113
|
+
TileLayoutItemHeaderComponent
|
|
114
|
+
];
|
|
115
|
+
export const KENDO_TIMELINE = [
|
|
116
|
+
TimelineComponent,
|
|
117
|
+
TimelineCustomMessagesComponent,
|
|
118
|
+
TimelineCardActionsTemplateDirective,
|
|
119
|
+
TimelineCardBodyTemplateDirective,
|
|
120
|
+
TimelineCardHeaderTemplateDirective
|
|
121
|
+
];
|
|
122
|
+
export const KENDO_LAYOUT = [
|
|
123
|
+
...KENDO_AVATAR,
|
|
124
|
+
...KENDO_CARD,
|
|
125
|
+
...KENDO_DRAWER,
|
|
126
|
+
...KENDO_EXPANSIONPANEL,
|
|
127
|
+
...KENDO_GRIDLAYOUT,
|
|
128
|
+
...KENDO_PANELBAR,
|
|
129
|
+
...KENDO_SPLITTER,
|
|
130
|
+
...KENDO_STACKLAYOUT,
|
|
131
|
+
...KENDO_STEPPER,
|
|
132
|
+
...KENDO_TABSTRIP,
|
|
133
|
+
...KENDO_TILELAYOUT,
|
|
134
|
+
...KENDO_TIMELINE
|
|
135
|
+
];
|
|
@@ -6,9 +6,9 @@ import { Component, HostBinding, ContentChild } from '@angular/core';
|
|
|
6
6
|
import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
|
|
7
7
|
import { DrawerComponent } from './drawer.component';
|
|
8
8
|
import { isPresent } from '../common/util';
|
|
9
|
+
import { NgIf } from '@angular/common';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
11
|
-
import * as i2 from "@angular/common";
|
|
12
12
|
/**
|
|
13
13
|
* Serves as a container for the [Kendo UI Drawer component for Angular]({% slug overview_drawer %}) and its content.
|
|
14
14
|
*/
|
|
@@ -59,7 +59,7 @@ export class DrawerContainerComponent {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
DrawerContainerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContainerComponent, deps: [{ token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
62
|
-
DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", 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: [
|
|
62
|
+
DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerContainerComponent, isStandalone: true, 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,7 +68,7 @@ DrawerContainerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.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, dependencies: [{ kind: "directive", type:
|
|
71
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
|
|
72
72
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContainerComponent, decorators: [{
|
|
73
73
|
type: Component,
|
|
74
74
|
args: [{
|
|
@@ -83,7 +83,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
83
83
|
template: `
|
|
84
84
|
<div class="k-overlay" *ngIf="overlay" (click)="closeDrawer()"></div>
|
|
85
85
|
<ng-content></ng-content>
|
|
86
|
-
|
|
86
|
+
`,
|
|
87
|
+
standalone: true,
|
|
88
|
+
imports: [NgIf]
|
|
87
89
|
}]
|
|
88
90
|
}], ctorParameters: function () { return [{ type: i1.LocalizationService }]; }, propDecorators: { hostClass: [{
|
|
89
91
|
type: HostBinding,
|
|
@@ -13,7 +13,7 @@ export class DrawerContentComponent {
|
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
DrawerContentComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContentComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
16
|
-
DrawerContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerContentComponent, selector: "kendo-drawer-content", host: { properties: { "class.k-drawer-content": "this.hostClasses" } }, ngImport: i0, template: `
|
|
16
|
+
DrawerContentComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerContentComponent, isStandalone: true, 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
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerContentComponent, decorators: [{
|
|
@@ -23,7 +23,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
23
23
|
template: `
|
|
24
24
|
<ng-content></ng-content>
|
|
25
25
|
`,
|
|
26
|
-
encapsulation: ViewEncapsulation.None
|
|
26
|
+
encapsulation: ViewEncapsulation.None,
|
|
27
|
+
standalone: true
|
|
27
28
|
}]
|
|
28
29
|
}], ctorParameters: function () { return []; }, propDecorators: { hostClasses: [{
|
|
29
30
|
type: HostBinding,
|
|
@@ -13,14 +13,13 @@ import { AnimationBuilder } from '@angular/animations';
|
|
|
13
13
|
import { collapseAnimation, expandAnimation } from './animations';
|
|
14
14
|
import { take } from 'rxjs/operators';
|
|
15
15
|
import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
|
|
16
|
-
import { shouldShowValidationUI } from '@progress/kendo-angular-common';
|
|
16
|
+
import { shouldShowValidationUI, WatermarkOverlayComponent } from '@progress/kendo-angular-common';
|
|
17
|
+
import { DrawerListComponent } from './list.component';
|
|
18
|
+
import { NgIf, NgTemplateOutlet } from '@angular/common';
|
|
17
19
|
import * as i0 from "@angular/core";
|
|
18
20
|
import * as i1 from "@angular/animations";
|
|
19
21
|
import * as i2 from "@progress/kendo-angular-l10n";
|
|
20
22
|
import * as i3 from "./drawer.service";
|
|
21
|
-
import * as i4 from "@angular/common";
|
|
22
|
-
import * as i5 from "@progress/kendo-angular-common";
|
|
23
|
-
import * as i6 from "./list.component";
|
|
24
23
|
const DEFAULT_ANIMATION = { type: 'slide', duration: 200 };
|
|
25
24
|
/**
|
|
26
25
|
* Represents the [Kendo UI Drawer component for Angular]({% slug overview_drawer %}).
|
|
@@ -282,7 +281,7 @@ export class DrawerComponent {
|
|
|
282
281
|
}
|
|
283
282
|
}
|
|
284
283
|
DrawerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", 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.2.10", 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.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerComponent, isStandalone: true, 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
285
|
LocalizationService,
|
|
287
286
|
DrawerService,
|
|
288
287
|
{
|
|
@@ -318,7 +317,7 @@ DrawerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", versio
|
|
|
318
317
|
</div>
|
|
319
318
|
|
|
320
319
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
321
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
320
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: DrawerListComponent, selector: "[kendoDrawerList]", inputs: ["itemTemplate", "mini", "expanded", "view"], outputs: ["select"] }, { kind: "component", type: WatermarkOverlayComponent, selector: "div[kendoWatermarkOverlay]" }] });
|
|
322
321
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerComponent, decorators: [{
|
|
323
322
|
type: Component,
|
|
324
323
|
args: [{
|
|
@@ -361,7 +360,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
361
360
|
</div>
|
|
362
361
|
|
|
363
362
|
<div kendoWatermarkOverlay *ngIf="showLicenseWatermark"></div>
|
|
364
|
-
|
|
363
|
+
`,
|
|
364
|
+
standalone: true,
|
|
365
|
+
imports: [NgIf, NgTemplateOutlet, DrawerListComponent, WatermarkOverlayComponent]
|
|
365
366
|
}]
|
|
366
367
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.AnimationBuilder }, { type: i2.LocalizationService }, { type: i3.DrawerService }]; }, propDecorators: { hostClasses: [{
|
|
367
368
|
type: HostBinding,
|
|
@@ -7,10 +7,10 @@ import { Component, Input, TemplateRef, HostBinding, ElementRef, Renderer2 } fro
|
|
|
7
7
|
import { chevronDownIcon, chevronUpIcon } from "@progress/kendo-svg-icons";
|
|
8
8
|
import { DrawerService } from './drawer.service';
|
|
9
9
|
import { nestedLink, DRAWER_LINK_SELECTOR } from './util';
|
|
10
|
+
import { IconWrapperComponent } from '@progress/kendo-angular-icons';
|
|
11
|
+
import { NgIf, NgTemplateOutlet } from "@angular/common";
|
|
10
12
|
import * as i0 from "@angular/core";
|
|
11
13
|
import * as i1 from "./drawer.service";
|
|
12
|
-
import * as i2 from "@angular/common";
|
|
13
|
-
import * as i3 from "@progress/kendo-angular-icons";
|
|
14
14
|
/**
|
|
15
15
|
* @hidden
|
|
16
16
|
*/
|
|
@@ -59,7 +59,7 @@ export class DrawerItemComponent {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
DrawerItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerItemComponent, deps: [{ token: i1.DrawerService }, { token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
62
|
-
DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerItemComponent, selector: "[kendoDrawerItem]", inputs: { viewItem: "viewItem", index: "index", itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle" }, host: { properties: { "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "attr.aria-current": "this.selectedClass", "class.k-selected": "this.selectedClass", "attr.aria-label": "this.label" } }, ngImport: i0, template: `
|
|
62
|
+
DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerItemComponent, isStandalone: true, selector: "[kendoDrawerItem]", inputs: { viewItem: "viewItem", index: "index", itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", disabled: "disabled", cssClass: "cssClass", cssStyle: "cssStyle" }, host: { properties: { "attr.aria-disabled": "this.disabledClass", "class.k-disabled": "this.disabledClass", "attr.aria-current": "this.selectedClass", "class.k-selected": "this.selectedClass", "attr.aria-label": "this.label" } }, ngImport: i0, template: `
|
|
63
63
|
<ng-template *ngIf="itemTemplate; else defaultTemplate"
|
|
64
64
|
[ngTemplateOutlet]="itemTemplate"
|
|
65
65
|
[ngTemplateOutletContext]="{
|
|
@@ -102,7 +102,7 @@ DrawerItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", ve
|
|
|
102
102
|
</kendo-icon-wrapper>
|
|
103
103
|
</ng-container>
|
|
104
104
|
</ng-template>
|
|
105
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
105
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
106
106
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerItemComponent, decorators: [{
|
|
107
107
|
type: Component,
|
|
108
108
|
args: [{
|
|
@@ -151,7 +151,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
151
151
|
</kendo-icon-wrapper>
|
|
152
152
|
</ng-container>
|
|
153
153
|
</ng-template>
|
|
154
|
-
|
|
154
|
+
`,
|
|
155
|
+
standalone: true,
|
|
156
|
+
imports: [NgIf, NgTemplateOutlet, IconWrapperComponent]
|
|
155
157
|
}]
|
|
156
158
|
}], ctorParameters: function () { return [{ type: i1.DrawerService }, { type: i0.ElementRef }, { type: i0.Renderer2 }]; }, propDecorators: { viewItem: [{
|
|
157
159
|
type: Input
|
|
@@ -11,10 +11,9 @@ import { Keys } from '@progress/kendo-angular-common';
|
|
|
11
11
|
import { ACTIVE_NESTED_LINK_SELECTOR, nestedLink } from './util';
|
|
12
12
|
import { DrawerListSelectEvent } from './events/drawer-list-select.event';
|
|
13
13
|
import { DrawerItemComponent } from './item.component';
|
|
14
|
+
import { NgFor, NgIf, NgClass, NgStyle } from '@angular/common';
|
|
14
15
|
import * as i0 from "@angular/core";
|
|
15
16
|
import * as i1 from "./drawer.service";
|
|
16
|
-
import * as i2 from "@angular/common";
|
|
17
|
-
import * as i3 from "./item.component";
|
|
18
17
|
/**
|
|
19
18
|
* @hidden
|
|
20
19
|
*/
|
|
@@ -104,7 +103,7 @@ export class DrawerListComponent {
|
|
|
104
103
|
}
|
|
105
104
|
}
|
|
106
105
|
DrawerListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerListComponent, deps: [{ token: i1.DrawerService }, { token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
107
|
-
DrawerListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerListComponent, selector: "[kendoDrawerList]", inputs: { itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", view: "view" }, outputs: { select: "select" }, viewQueries: [{ propertyName: "items", predicate: DrawerItemComponent, descendants: true, read: ElementRef }], ngImport: i0, template: "\n <ng-container *ngFor=\"let v of view; trackBy:identifyItem; let idx = index\">\n <li *ngIf=\"!v.item.separator\" kendoDrawerItem\n class=\"k-drawer-item {{expanded ? ' k-level-' + v.level : ''}}\"\n role=\"menuitem\"\n [viewItem]=\"v\"\n [index]=\"idx\"\n [mini]=\"mini\"\n [expanded]=\"expanded\"\n [itemTemplate]=\"itemTemplate\"\n [attr.data-kendo-drawer-index]=\"v.index\"\n [ngClass]=\"v.item.cssClass\"\n [ngStyle]=\"v.item.cssStyle\"\n [tabindex]=\"v.index === 0 ? '0' : '-1'\">\n </li>\n\n <li *ngIf=\"v.item.separator\"\n role=\"separator\"\n class=\"k-drawer-item k-drawer-separator\"\n [ngClass]=\"v.item.cssClass\"\n [ngStyle]=\"v.item.cssStyle\">\n \n </li>\n </ng-container>\n ", isInline: true, dependencies: [{ kind: "directive", type:
|
|
106
|
+
DrawerListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: DrawerListComponent, isStandalone: true, selector: "[kendoDrawerList]", inputs: { itemTemplate: "itemTemplate", mini: "mini", expanded: "expanded", view: "view" }, outputs: { select: "select" }, viewQueries: [{ propertyName: "items", predicate: DrawerItemComponent, descendants: true, read: ElementRef }], ngImport: i0, template: "\n <ng-container *ngFor=\"let v of view; trackBy:identifyItem; let idx = index\">\n <li *ngIf=\"!v.item.separator\" kendoDrawerItem\n class=\"k-drawer-item {{expanded ? ' k-level-' + v.level : ''}}\"\n role=\"menuitem\"\n [viewItem]=\"v\"\n [index]=\"idx\"\n [mini]=\"mini\"\n [expanded]=\"expanded\"\n [itemTemplate]=\"itemTemplate\"\n [attr.data-kendo-drawer-index]=\"v.index\"\n [ngClass]=\"v.item.cssClass\"\n [ngStyle]=\"v.item.cssStyle\"\n [tabindex]=\"v.index === 0 ? '0' : '-1'\">\n </li>\n\n <li *ngIf=\"v.item.separator\"\n role=\"separator\"\n class=\"k-drawer-item k-drawer-separator\"\n [ngClass]=\"v.item.cssClass\"\n [ngStyle]=\"v.item.cssStyle\">\n \n </li>\n </ng-container>\n ", isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: DrawerItemComponent, selector: "[kendoDrawerItem]", inputs: ["viewItem", "index", "itemTemplate", "mini", "expanded", "disabled", "cssClass", "cssStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
108
107
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerListComponent, decorators: [{
|
|
109
108
|
type: Component,
|
|
110
109
|
args: [{
|
|
@@ -134,7 +133,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
134
133
|
|
|
135
134
|
</li>
|
|
136
135
|
</ng-container>
|
|
137
|
-
|
|
136
|
+
`,
|
|
137
|
+
standalone: true,
|
|
138
|
+
imports: [NgFor, NgIf, DrawerItemComponent, NgClass, NgStyle]
|
|
138
139
|
}]
|
|
139
140
|
}], ctorParameters: function () { return [{ type: i1.DrawerService }, { type: i0.Renderer2 }, { type: i0.NgZone }, { type: i0.ElementRef }]; }, propDecorators: { itemTemplate: [{
|
|
140
141
|
type: Input
|
|
@@ -17,11 +17,12 @@ export class DrawerTemplateDirective {
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
DrawerTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
20
|
-
DrawerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerTemplateDirective, selector: "[kendoDrawerTemplate]", ngImport: i0 });
|
|
20
|
+
DrawerTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerTemplateDirective, isStandalone: true, selector: "[kendoDrawerTemplate]", ngImport: i0 });
|
|
21
21
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerTemplateDirective, decorators: [{
|
|
22
22
|
type: Directive,
|
|
23
23
|
args: [{
|
|
24
|
-
selector: '[kendoDrawerTemplate]'
|
|
24
|
+
selector: '[kendoDrawerTemplate]',
|
|
25
|
+
standalone: true
|
|
25
26
|
}]
|
|
26
27
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
27
28
|
type: Optional
|
|
@@ -15,11 +15,12 @@ export class DrawerFooterTemplateDirective {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
DrawerFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerFooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18
|
-
DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerFooterTemplateDirective, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
|
|
18
|
+
DrawerFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerFooterTemplateDirective, isStandalone: true, selector: "[kendoDrawerFooterTemplate]", ngImport: i0 });
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerFooterTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
|
-
selector: '[kendoDrawerFooterTemplate]'
|
|
22
|
+
selector: '[kendoDrawerFooterTemplate]',
|
|
23
|
+
standalone: true
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
25
26
|
type: Optional
|
|
@@ -15,11 +15,12 @@ export class DrawerHeaderTemplateDirective {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
DrawerHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18
|
-
DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerHeaderTemplateDirective, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
|
|
18
|
+
DrawerHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerHeaderTemplateDirective, isStandalone: true, selector: "[kendoDrawerHeaderTemplate]", ngImport: i0 });
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerHeaderTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
|
-
selector: '[kendoDrawerHeaderTemplate]'
|
|
22
|
+
selector: '[kendoDrawerHeaderTemplate]',
|
|
23
|
+
standalone: true
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
25
26
|
type: Optional
|
|
@@ -15,11 +15,12 @@ export class DrawerItemTemplateDirective {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
DrawerItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18
|
-
DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerItemTemplateDirective, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
|
|
18
|
+
DrawerItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: DrawerItemTemplateDirective, isStandalone: true, selector: "[kendoDrawerItemTemplate]", ngImport: i0 });
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: DrawerItemTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
|
-
selector: '[kendoDrawerItemTemplate]'
|
|
22
|
+
selector: '[kendoDrawerItemTemplate]',
|
|
23
|
+
standalone: true
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
25
26
|
type: Optional
|