@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
|
@@ -18,11 +18,12 @@ export class TimelineCardBodyTemplateDirective {
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
TimelineCardBodyTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardBodyTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21
|
-
TimelineCardBodyTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardBodyTemplateDirective, selector: "[kendoTimelineCardBodyTemplate]", ngImport: i0 });
|
|
21
|
+
TimelineCardBodyTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardBodyTemplateDirective, isStandalone: true, selector: "[kendoTimelineCardBodyTemplate]", ngImport: i0 });
|
|
22
22
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardBodyTemplateDirective, decorators: [{
|
|
23
23
|
type: Directive,
|
|
24
24
|
args: [{
|
|
25
|
-
selector: '[kendoTimelineCardBodyTemplate]'
|
|
25
|
+
selector: '[kendoTimelineCardBodyTemplate]',
|
|
26
|
+
standalone: true
|
|
26
27
|
}]
|
|
27
28
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
28
29
|
type: Optional
|
|
@@ -18,11 +18,12 @@ export class TimelineCardHeaderTemplateDirective {
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
TimelineCardHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
21
|
-
TimelineCardHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardHeaderTemplateDirective, selector: "[kendoTimelineCardHeaderTemplate]", ngImport: i0 });
|
|
21
|
+
TimelineCardHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardHeaderTemplateDirective, isStandalone: true, selector: "[kendoTimelineCardHeaderTemplate]", ngImport: i0 });
|
|
22
22
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardHeaderTemplateDirective, decorators: [{
|
|
23
23
|
type: Directive,
|
|
24
24
|
args: [{
|
|
25
|
-
selector: '[kendoTimelineCardHeaderTemplate]'
|
|
25
|
+
selector: '[kendoTimelineCardHeaderTemplate]',
|
|
26
|
+
standalone: true
|
|
26
27
|
}]
|
|
27
28
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
28
29
|
type: Optional
|
|
@@ -10,17 +10,17 @@ import { TimelineService } from './timeline.service';
|
|
|
10
10
|
import { TimelineCardHeaderTemplateDirective } from './templates/timeline-card-header.directive';
|
|
11
11
|
import { TimelineCardBodyTemplateDirective } from './templates/timeline-card-body.directive';
|
|
12
12
|
import { TimelineCardActionsTemplateDirective } from './templates/timeline-card-actions.directive';
|
|
13
|
+
import { CardActionsComponent } from '../card/card-actions.component';
|
|
14
|
+
import { CardMediaDirective } from '../card/directives/card-media.directive';
|
|
15
|
+
import { CardBodyComponent } from '../card/card-body.component';
|
|
16
|
+
import { CardSubtitleDirective } from '../card/directives/card-subtitle.directive';
|
|
17
|
+
import { ButtonComponent } from '@progress/kendo-angular-buttons';
|
|
18
|
+
import { CardTitleDirective } from '../card/directives/card-title.directive';
|
|
19
|
+
import { CardHeaderComponent } from '../card/card-header.component';
|
|
20
|
+
import { NgStyle, NgClass, NgIf, NgTemplateOutlet, NgFor } from '@angular/common';
|
|
21
|
+
import { CardComponent } from '../card/card.component';
|
|
13
22
|
import * as i0 from "@angular/core";
|
|
14
23
|
import * as i1 from "./timeline.service";
|
|
15
|
-
import * as i2 from "@angular/common";
|
|
16
|
-
import * as i3 from "../card/card.component";
|
|
17
|
-
import * as i4 from "../card/card-header.component";
|
|
18
|
-
import * as i5 from "../card/card-body.component";
|
|
19
|
-
import * as i6 from "../card/card-actions.component";
|
|
20
|
-
import * as i7 from "../card/directives/card-title.directive";
|
|
21
|
-
import * as i8 from "../card/directives/card-subtitle.directive";
|
|
22
|
-
import * as i9 from "../card/directives/card-media.directive";
|
|
23
|
-
import * as i10 from "@progress/kendo-angular-buttons";
|
|
24
24
|
/**
|
|
25
25
|
* @hidden
|
|
26
26
|
*/
|
|
@@ -125,7 +125,7 @@ export class TimelineCardComponent {
|
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
TimelineCardComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineCardComponent, deps: [{ token: i0.ElementRef }, { token: i1.TimelineService }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
128
|
-
TimelineCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardComponent, selector: "kendo-timeline-card", inputs: { event: "event", expanded: "expanded", collapsible: "collapsible", reversed: "reversed", orientation: "orientation", navigable: "navigable", tabIndex: "tabIndex", animationDuration: "animationDuration", index: "index", eventWidth: "eventWidth", eventHeight: "eventHeight", headerTemplate: "headerTemplate", bodyTemplate: "bodyTemplate", actionsTemplate: "actionsTemplate", calloutStyle: "calloutStyle" }, host: { listeners: { "keydown": "onComponentKeyDown($event)" }, properties: { "class.k-timeline-card": "this.hostClass", "class.k-collapsed": "this.collapsedClass" } }, providers: [], viewQueries: [{ propertyName: "calloutElementRef", first: true, predicate: ["callout"], descendants: true }], exportAs: ["kendoTimelineCard"], usesOnChanges: true, ngImport: i0, template: `
|
|
128
|
+
TimelineCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineCardComponent, isStandalone: true, selector: "kendo-timeline-card", inputs: { event: "event", expanded: "expanded", collapsible: "collapsible", reversed: "reversed", orientation: "orientation", navigable: "navigable", tabIndex: "tabIndex", animationDuration: "animationDuration", index: "index", eventWidth: "eventWidth", eventHeight: "eventHeight", headerTemplate: "headerTemplate", bodyTemplate: "bodyTemplate", actionsTemplate: "actionsTemplate", calloutStyle: "calloutStyle" }, host: { listeners: { "keydown": "onComponentKeyDown($event)" }, properties: { "class.k-timeline-card": "this.hostClass", "class.k-collapsed": "this.collapsedClass" } }, providers: [], viewQueries: [{ propertyName: "calloutElementRef", first: true, predicate: ["callout"], descendants: true }], exportAs: ["kendoTimelineCard"], usesOnChanges: true, ngImport: i0, template: `
|
|
129
129
|
<kendo-card
|
|
130
130
|
[ngStyle]="{ 'height': orientation === 'horizontal' ? eventHeight + 'px' : null }"
|
|
131
131
|
[width]="orientation === 'horizontal' ? 'auto' : eventWidth + 'px'"
|
|
@@ -219,7 +219,7 @@ TimelineCardComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0",
|
|
|
219
219
|
</kendo-card-actions>
|
|
220
220
|
</div>
|
|
221
221
|
</kendo-card>
|
|
222
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
222
|
+
`, isInline: true, dependencies: [{ kind: "component", type: CardComponent, selector: "kendo-card", inputs: ["orientation", "width"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: CardHeaderComponent, selector: "kendo-card-header" }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: CardTitleDirective, selector: "[kendoCardTitle]" }, { kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: CardSubtitleDirective, selector: "[kendoCardSubtitle]" }, { kind: "component", type: CardBodyComponent, selector: "kendo-card-body" }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: CardMediaDirective, selector: "[kendoCardMedia]" }, { kind: "component", type: CardActionsComponent, selector: "kendo-card-actions", inputs: ["orientation", "layout", "actions"], outputs: ["action"] }], animations: [
|
|
223
223
|
trigger('toggle', [
|
|
224
224
|
state('collapsed', style({
|
|
225
225
|
height: '0',
|
|
@@ -354,6 +354,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
354
354
|
</div>
|
|
355
355
|
</kendo-card>
|
|
356
356
|
`,
|
|
357
|
+
standalone: true,
|
|
358
|
+
imports: [CardComponent, NgStyle, NgClass, NgIf, CardHeaderComponent, NgTemplateOutlet, CardTitleDirective, ButtonComponent, CardSubtitleDirective, CardBodyComponent, NgFor, CardMediaDirective, CardActionsComponent]
|
|
357
359
|
}]
|
|
358
360
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i1.TimelineService }, { type: i0.Renderer2 }]; }, propDecorators: { event: [{
|
|
359
361
|
type: Input
|
|
@@ -13,13 +13,12 @@ import { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
|
13
13
|
import { TimelineCardBodyTemplateDirective } from './templates/timeline-card-body.directive';
|
|
14
14
|
import { TimelineCardHeaderTemplateDirective } from './templates/timeline-card-header.directive';
|
|
15
15
|
import { TimelineCardActionsTemplateDirective } from './templates/timeline-card-actions.directive';
|
|
16
|
+
import { DatePipe } from '@progress/kendo-angular-intl';
|
|
17
|
+
import { NgFor, NgIf, NgStyle } from '@angular/common';
|
|
18
|
+
import { ButtonComponent } from '@progress/kendo-angular-buttons';
|
|
16
19
|
import * as i0 from "@angular/core";
|
|
17
20
|
import * as i1 from "./timeline.service";
|
|
18
21
|
import * as i2 from "@progress/kendo-angular-l10n";
|
|
19
|
-
import * as i3 from "@angular/common";
|
|
20
|
-
import * as i4 from "@progress/kendo-angular-buttons";
|
|
21
|
-
import * as i5 from "./timeline-card.component";
|
|
22
|
-
import * as i6 from "@progress/kendo-angular-intl";
|
|
23
22
|
const DEFAULT_TAB_WIDTH = 200;
|
|
24
23
|
const SPACE_BETWEEN_TABS = 25;
|
|
25
24
|
const TRANSITION_EVENTS_COUNT = 3;
|
|
@@ -457,7 +456,7 @@ export class TimelineHorizontalComponent {
|
|
|
457
456
|
}
|
|
458
457
|
}
|
|
459
458
|
TimelineHorizontalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineHorizontalComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.TimelineService }, { token: i2.LocalizationService }], target: i0.ɵɵFactoryTarget.Component });
|
|
460
|
-
TimelineHorizontalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineHorizontalComponent, selector: "kendo-timeline-horizontal", inputs: { events: "events", alterMode: "alterMode", collapsibleEvents: "collapsibleEvents", navigable: "navigable", showDateLabels: "showDateLabels", animationDuration: "animationDuration", eventHeight: "eventHeight", dateFormat: "dateFormat", headerTemplate: "headerTemplate", bodyTemplate: "bodyTemplate", actionsTemplate: "actionsTemplate" }, providers: [], viewQueries: [{ propertyName: "trackElementRef", first: true, predicate: ["track"], descendants: true }, { propertyName: "scrollableTrackElementRef", first: true, predicate: ["scrollableTrack"], descendants: true }, { propertyName: "cardElementRefs", predicate: ["card"], descendants: true, read: ElementRef }, { propertyName: "circleElementRefs", predicate: ["trackCircle"], descendants: true }, { propertyName: "flagElementRefs", predicate: ["trackFlag"], descendants: true }, { propertyName: "cardComponents", predicate: TimelineCardComponent, descendants: true }], exportAs: ["kendoTimelineHorizontal"], usesOnChanges: true, ngImport: i0, template: `
|
|
459
|
+
TimelineHorizontalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineHorizontalComponent, isStandalone: true, selector: "kendo-timeline-horizontal", inputs: { events: "events", alterMode: "alterMode", collapsibleEvents: "collapsibleEvents", navigable: "navigable", showDateLabels: "showDateLabels", animationDuration: "animationDuration", eventHeight: "eventHeight", dateFormat: "dateFormat", headerTemplate: "headerTemplate", bodyTemplate: "bodyTemplate", actionsTemplate: "actionsTemplate" }, providers: [], viewQueries: [{ propertyName: "trackElementRef", first: true, predicate: ["track"], descendants: true }, { propertyName: "scrollableTrackElementRef", first: true, predicate: ["scrollableTrack"], descendants: true }, { propertyName: "cardElementRefs", predicate: ["card"], descendants: true, read: ElementRef }, { propertyName: "circleElementRefs", predicate: ["trackCircle"], descendants: true }, { propertyName: "flagElementRefs", predicate: ["trackFlag"], descendants: true }, { propertyName: "cardComponents", predicate: TimelineCardComponent, descendants: true }], exportAs: ["kendoTimelineHorizontal"], usesOnChanges: true, ngImport: i0, template: `
|
|
461
460
|
<div class="k-timeline-track-wrap" #track>
|
|
462
461
|
<button
|
|
463
462
|
kendoButton
|
|
@@ -554,7 +553,7 @@ TimelineHorizontalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.
|
|
|
554
553
|
</li>
|
|
555
554
|
</ul>
|
|
556
555
|
</div>
|
|
557
|
-
`, isInline: true, dependencies: [{ kind: "
|
|
556
|
+
`, isInline: true, dependencies: [{ kind: "component", type: ButtonComponent, selector: "button[kendoButton], span[kendoButton], kendo-button", inputs: ["arrowIcon", "toggleable", "togglable", "selected", "tabIndex", "imageUrl", "iconClass", "icon", "disabled", "size", "rounded", "fillMode", "themeColor", "svgIcon", "role", "primary", "look"], outputs: ["selectedChange", "click"], exportAs: ["kendoButton"] }, { kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: TimelineCardComponent, selector: "kendo-timeline-card", inputs: ["event", "expanded", "collapsible", "reversed", "orientation", "navigable", "tabIndex", "animationDuration", "index", "eventWidth", "eventHeight", "headerTemplate", "bodyTemplate", "actionsTemplate", "calloutStyle"], exportAs: ["kendoTimelineCard"] }, { kind: "pipe", type: DatePipe, name: "kendoDate" }], animations: [
|
|
558
557
|
trigger('trackSlide', [
|
|
559
558
|
state('left', style({
|
|
560
559
|
transform: `translateX({{transformValue}}%)`,
|
|
@@ -700,6 +699,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
700
699
|
</ul>
|
|
701
700
|
</div>
|
|
702
701
|
`,
|
|
702
|
+
standalone: true,
|
|
703
|
+
imports: [ButtonComponent, NgFor, NgIf, NgStyle, TimelineCardComponent, DatePipe]
|
|
703
704
|
}]
|
|
704
705
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.TimelineService }, { type: i2.LocalizationService }]; }, propDecorators: { events: [{
|
|
705
706
|
type: Input
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Component, Input, QueryList, Renderer2, ViewChildren } from '@angular/core';
|
|
6
6
|
import { guid } from '@progress/kendo-angular-common';
|
|
7
|
+
import { TimelineCardComponent } from './timeline-card.component';
|
|
7
8
|
import { Subscription } from 'rxjs';
|
|
8
9
|
import { TimelineCardBodyTemplateDirective } from './templates/timeline-card-body.directive';
|
|
9
10
|
import { TimelineCardHeaderTemplateDirective } from './templates/timeline-card-header.directive';
|
|
10
11
|
import { TimelineCardActionsTemplateDirective } from './templates/timeline-card-actions.directive';
|
|
12
|
+
import { DatePipe } from '@progress/kendo-angular-intl';
|
|
13
|
+
import { NgIf, NgFor, NgClass } from '@angular/common';
|
|
11
14
|
import * as i0 from "@angular/core";
|
|
12
|
-
import * as i1 from "@angular/common";
|
|
13
|
-
import * as i2 from "./timeline-card.component";
|
|
14
|
-
import * as i3 from "@progress/kendo-angular-intl";
|
|
15
15
|
/**
|
|
16
16
|
* @hidden
|
|
17
17
|
*/
|
|
@@ -66,7 +66,7 @@ export class TimelineVerticalComponent {
|
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
TimelineVerticalComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineVerticalComponent, deps: [{ token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Component });
|
|
69
|
-
TimelineVerticalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineVerticalComponent, selector: "kendo-timeline-vertical", inputs: { events: "events", alterMode: "alterMode", collapsibleEvents: "collapsibleEvents", navigable: "navigable", showDateLabels: "showDateLabels", animationDuration: "animationDuration", eventWidth: "eventWidth", dateFormat: "dateFormat", headerTemplate: "headerTemplate", bodyTemplate: "bodyTemplate", actionsTemplate: "actionsTemplate" }, providers: [], viewQueries: [{ propertyName: "cards", predicate: ["card"], descendants: true }, { propertyName: "dateElementRefs", predicate: ["dateWrap"], descendants: true }, { propertyName: "innerDateElementRefs", predicate: ["innerDate"], descendants: true }], exportAs: ["kendoTimelineVertical"], ngImport: i0, template: `
|
|
69
|
+
TimelineVerticalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineVerticalComponent, isStandalone: true, selector: "kendo-timeline-vertical", inputs: { events: "events", alterMode: "alterMode", collapsibleEvents: "collapsibleEvents", navigable: "navigable", showDateLabels: "showDateLabels", animationDuration: "animationDuration", eventWidth: "eventWidth", dateFormat: "dateFormat", headerTemplate: "headerTemplate", bodyTemplate: "bodyTemplate", actionsTemplate: "actionsTemplate" }, providers: [], viewQueries: [{ propertyName: "cards", predicate: ["card"], descendants: true }, { propertyName: "dateElementRefs", predicate: ["dateWrap"], descendants: true }, { propertyName: "innerDateElementRefs", predicate: ["innerDate"], descendants: true }], exportAs: ["kendoTimelineVertical"], ngImport: i0, template: `
|
|
70
70
|
<ul *ngIf="events && events.length > 0">
|
|
71
71
|
<ng-container *ngFor="let event of events; let i = index">
|
|
72
72
|
<li class="k-timeline-flag-wrap" *ngIf="event.flag">
|
|
@@ -99,7 +99,7 @@ TimelineVerticalComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.
|
|
|
99
99
|
</li>
|
|
100
100
|
</ng-container>
|
|
101
101
|
</ul>
|
|
102
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
102
|
+
`, 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: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "component", type: TimelineCardComponent, selector: "kendo-timeline-card", inputs: ["event", "expanded", "collapsible", "reversed", "orientation", "navigable", "tabIndex", "animationDuration", "index", "eventWidth", "eventHeight", "headerTemplate", "bodyTemplate", "actionsTemplate", "calloutStyle"], exportAs: ["kendoTimelineCard"] }, { kind: "pipe", type: DatePipe, name: "kendoDate" }] });
|
|
103
103
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineVerticalComponent, decorators: [{
|
|
104
104
|
type: Component,
|
|
105
105
|
args: [{
|
|
@@ -140,6 +140,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
140
140
|
</ng-container>
|
|
141
141
|
</ul>
|
|
142
142
|
`,
|
|
143
|
+
standalone: true,
|
|
144
|
+
imports: [NgIf, NgFor, NgClass, TimelineCardComponent, DatePipe]
|
|
143
145
|
}]
|
|
144
146
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }]; }, propDecorators: { events: [{
|
|
145
147
|
type: Input
|
|
@@ -14,12 +14,10 @@ import { TimelineCardHeaderTemplateDirective } from './templates/timeline-card-h
|
|
|
14
14
|
import { Subscription } from 'rxjs';
|
|
15
15
|
import { TimelineCardActionsTemplateDirective } from './templates/timeline-card-actions.directive';
|
|
16
16
|
import { isPresent } from '@progress/kendo-angular-common';
|
|
17
|
+
import { NgIf } from '@angular/common';
|
|
18
|
+
import { LocalizedTimelineMessagesDirective } from './localization/localized-messages.directive';
|
|
17
19
|
import * as i0 from "@angular/core";
|
|
18
20
|
import * as i1 from "./timeline.service";
|
|
19
|
-
import * as i2 from "@angular/common";
|
|
20
|
-
import * as i3 from "./timeline-vertical.component";
|
|
21
|
-
import * as i4 from "./timeline-horizontal.component";
|
|
22
|
-
import * as i5 from "./localization/localized-messages.directive";
|
|
23
21
|
const DEFAULT_HORIZONTAL_ANIMATION_DURATION = 400;
|
|
24
22
|
const DEFAULT_VERTICAL_ANIMATION_DURATION = 300;
|
|
25
23
|
const DEFAULT_EVENT_WIDTH = 400;
|
|
@@ -254,7 +252,7 @@ export class TimelineComponent {
|
|
|
254
252
|
}
|
|
255
253
|
}
|
|
256
254
|
TimelineComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineComponent, deps: [{ token: i1.TimelineService }], target: i0.ɵɵFactoryTarget.Component });
|
|
257
|
-
TimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineComponent, selector: "kendo-timeline", inputs: { events: "events", modelFields: "modelFields", orientation: "orientation", alterMode: "alterMode", collapsibleEvents: "collapsibleEvents", navigable: "navigable", showDateLabels: "showDateLabels", animation: "animation", eventWidth: "eventWidth", eventHeight: "eventHeight", dateFormat: "dateFormat" }, outputs: { onToggle: "onToggle", onActionClick: "onActionClick", onNavigate: "onNavigate" }, host: { properties: { "class.k-timeline": "this.hostClass", "class.k-timeline-vertical": "this.verticalClass", "class.k-timeline-horizontal": "this.horizontalClass", "class.k-timeline-alternating": "this.alternatingClass", "class.k-timeline-collapsible": "this.collapsibleClass" } }, providers: [
|
|
255
|
+
TimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TimelineComponent, isStandalone: true, selector: "kendo-timeline", inputs: { events: "events", modelFields: "modelFields", orientation: "orientation", alterMode: "alterMode", collapsibleEvents: "collapsibleEvents", navigable: "navigable", showDateLabels: "showDateLabels", animation: "animation", eventWidth: "eventWidth", eventHeight: "eventHeight", dateFormat: "dateFormat" }, outputs: { onToggle: "onToggle", onActionClick: "onActionClick", onNavigate: "onNavigate" }, host: { properties: { "class.k-timeline": "this.hostClass", "class.k-timeline-vertical": "this.verticalClass", "class.k-timeline-horizontal": "this.horizontalClass", "class.k-timeline-alternating": "this.alternatingClass", "class.k-timeline-collapsible": "this.collapsibleClass" } }, providers: [
|
|
258
256
|
TimelineService,
|
|
259
257
|
LocalizationService,
|
|
260
258
|
{
|
|
@@ -301,7 +299,7 @@ TimelineComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", vers
|
|
|
301
299
|
[actionsTemplate]="actionsTemplate"
|
|
302
300
|
>
|
|
303
301
|
</kendo-timeline-horizontal>
|
|
304
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
302
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: LocalizedTimelineMessagesDirective, selector: "[kendoTimelineLocalizedMessages]" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "component", type: TimelineVerticalComponent, selector: "kendo-timeline-vertical", inputs: ["events", "alterMode", "collapsibleEvents", "navigable", "showDateLabels", "animationDuration", "eventWidth", "dateFormat", "headerTemplate", "bodyTemplate", "actionsTemplate"], exportAs: ["kendoTimelineVertical"] }, { kind: "component", type: TimelineHorizontalComponent, selector: "kendo-timeline-horizontal", inputs: ["events", "alterMode", "collapsibleEvents", "navigable", "showDateLabels", "animationDuration", "eventHeight", "dateFormat", "headerTemplate", "bodyTemplate", "actionsTemplate"], exportAs: ["kendoTimelineHorizontal"] }] });
|
|
305
303
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineComponent, decorators: [{
|
|
306
304
|
type: Component,
|
|
307
305
|
args: [{
|
|
@@ -356,6 +354,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
356
354
|
>
|
|
357
355
|
</kendo-timeline-horizontal>
|
|
358
356
|
`,
|
|
357
|
+
standalone: true,
|
|
358
|
+
imports: [LocalizedTimelineMessagesDirective, NgIf, TimelineVerticalComponent, TimelineHorizontalComponent]
|
|
359
359
|
}]
|
|
360
360
|
}], ctorParameters: function () { return [{ type: i1.TimelineService }]; }, propDecorators: { events: [{
|
|
361
361
|
type: Input
|
|
@@ -2,36 +2,15 @@
|
|
|
2
2
|
* Copyright © 2024 Progress Software Corporation. All rights reserved.
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
|
-
import { CommonModule } from "@angular/common";
|
|
6
5
|
import { NgModule } from "@angular/core";
|
|
7
|
-
import {
|
|
8
|
-
import { CardModule } from "./card.module";
|
|
9
|
-
import { ButtonModule } from "@progress/kendo-angular-buttons";
|
|
10
|
-
import { TimelineCardComponent } from "./timeline/timeline-card.component";
|
|
11
|
-
import { TimelineVerticalComponent } from "./timeline/timeline-vertical.component";
|
|
12
|
-
import { TimelineHorizontalComponent } from "./timeline/timeline-horizontal.component";
|
|
13
|
-
import { IconsModule } from "@progress/kendo-angular-icons";
|
|
14
|
-
import { LocalizedTimelineMessagesDirective } from "./timeline/localization/localized-messages.directive";
|
|
15
|
-
import { TimelineCustomMessagesComponent } from "./timeline/localization/custom-messages.component";
|
|
16
|
-
import { TimelineCardHeaderTemplateDirective } from "./timeline/templates/timeline-card-header.directive";
|
|
17
|
-
import { TimelineCardBodyTemplateDirective } from "./timeline/templates/timeline-card-body.directive";
|
|
18
|
-
import { TimelineCardActionsTemplateDirective } from "./timeline/templates/timeline-card-actions.directive";
|
|
19
|
-
import { IntlModule } from "@progress/kendo-angular-intl";
|
|
6
|
+
import { KENDO_TIMELINE } from "./directives";
|
|
20
7
|
import * as i0 from "@angular/core";
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
];
|
|
28
|
-
const declarations = [
|
|
29
|
-
...exportedModules,
|
|
30
|
-
TimelineVerticalComponent,
|
|
31
|
-
TimelineHorizontalComponent,
|
|
32
|
-
TimelineCardComponent,
|
|
33
|
-
LocalizedTimelineMessagesDirective,
|
|
34
|
-
];
|
|
8
|
+
import * as i1 from "./timeline/timeline.component";
|
|
9
|
+
import * as i2 from "./timeline/localization/custom-messages.component";
|
|
10
|
+
import * as i3 from "./timeline/templates/timeline-card-actions.directive";
|
|
11
|
+
import * as i4 from "./timeline/templates/timeline-card-body.directive";
|
|
12
|
+
import * as i5 from "./timeline/templates/timeline-card-header.directive";
|
|
13
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
35
14
|
/**
|
|
36
15
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
37
16
|
* definition for the Timeline component.
|
|
@@ -42,24 +21,12 @@ const declarations = [
|
|
|
42
21
|
export class TimelineModule {
|
|
43
22
|
}
|
|
44
23
|
TimelineModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
45
|
-
TimelineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule,
|
|
46
|
-
|
|
47
|
-
TimelineCardHeaderTemplateDirective,
|
|
48
|
-
TimelineCardBodyTemplateDirective,
|
|
49
|
-
TimelineCardActionsTemplateDirective, TimelineVerticalComponent,
|
|
50
|
-
TimelineHorizontalComponent,
|
|
51
|
-
TimelineCardComponent,
|
|
52
|
-
LocalizedTimelineMessagesDirective], imports: [CommonModule, CardModule, ButtonModule, IconsModule, IntlModule], exports: [TimelineComponent,
|
|
53
|
-
TimelineCustomMessagesComponent,
|
|
54
|
-
TimelineCardHeaderTemplateDirective,
|
|
55
|
-
TimelineCardBodyTemplateDirective,
|
|
56
|
-
TimelineCardActionsTemplateDirective] });
|
|
57
|
-
TimelineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule, imports: [CommonModule, CardModule, ButtonModule, IconsModule, IntlModule] });
|
|
24
|
+
TimelineModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule, imports: [i1.TimelineComponent, i2.TimelineCustomMessagesComponent, i3.TimelineCardActionsTemplateDirective, i4.TimelineCardBodyTemplateDirective, i5.TimelineCardHeaderTemplateDirective], exports: [i1.TimelineComponent, i2.TimelineCustomMessagesComponent, i3.TimelineCardActionsTemplateDirective, i4.TimelineCardBodyTemplateDirective, i5.TimelineCardHeaderTemplateDirective] });
|
|
25
|
+
TimelineModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule, imports: [i1.TimelineComponent, i2.TimelineCustomMessagesComponent] });
|
|
58
26
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TimelineModule, decorators: [{
|
|
59
27
|
type: NgModule,
|
|
60
28
|
args: [{
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
imports: [CommonModule, CardModule, ButtonModule, IconsModule, IntlModule]
|
|
29
|
+
exports: [...KENDO_TIMELINE],
|
|
30
|
+
imports: [...KENDO_TIMELINE]
|
|
64
31
|
}]
|
|
65
32
|
}] });
|
|
@@ -14,5 +14,5 @@ export declare class ExpansionPanelTitleDirective {
|
|
|
14
14
|
templateRef: TemplateRef<any>;
|
|
15
15
|
constructor(templateRef: TemplateRef<any>);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelTitleDirective, [{ optional: true; }]>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpansionPanelTitleDirective, "[kendoExpansionPanelTitleDirective]", never, {}, {}, never, never,
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpansionPanelTitleDirective, "[kendoExpansionPanelTitleDirective]", never, {}, {}, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -176,5 +176,5 @@ export declare class ExpansionPanelComponent implements OnInit, AfterViewInit, O
|
|
|
176
176
|
private addContentHiddenClass;
|
|
177
177
|
private removeContentHiddenClass;
|
|
178
178
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelComponent, never>;
|
|
179
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ExpansionPanelComponent, "kendo-expansionpanel", ["kendoExpansionPanel"], { "title": "title"; "subtitle": "subtitle"; "disabled": "disabled"; "expanded": "expanded"; "svgExpandIcon": "svgExpandIcon"; "svgCollapseIcon": "svgCollapseIcon"; "expandIcon": "expandIcon"; "collapseIcon": "collapseIcon"; "animation": "animation"; }, { "expandedChange": "expandedChange"; "action": "action"; "expand": "expand"; "collapse": "collapse"; }, ["titleTemplate"], ["*"],
|
|
179
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ExpansionPanelComponent, "kendo-expansionpanel", ["kendoExpansionPanel"], { "title": "title"; "subtitle": "subtitle"; "disabled": "disabled"; "expanded": "expanded"; "svgExpandIcon": "svgExpandIcon"; "svgCollapseIcon": "svgCollapseIcon"; "expandIcon": "expandIcon"; "collapseIcon": "collapseIcon"; "animation": "animation"; }, { "expandedChange": "expandedChange"; "action": "action"; "expand": "expand"; "collapse": "collapse"; }, ["titleTemplate"], ["*"], true, never>;
|
|
180
180
|
}
|
|
@@ -5,15 +5,12 @@
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "./expansionpanel/expansionpanel.component";
|
|
7
7
|
import * as i2 from "./expansionpanel/expansionpanel-title.directive";
|
|
8
|
-
import * as i3 from "@angular/common";
|
|
9
|
-
import * as i4 from "@progress/kendo-angular-common";
|
|
10
|
-
import * as i5 from "@progress/kendo-angular-icons";
|
|
11
8
|
/**
|
|
12
9
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
13
10
|
* definition for the ExpansionPanel component.
|
|
14
11
|
*/
|
|
15
12
|
export declare class ExpansionPanelModule {
|
|
16
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExpansionPanelModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ExpansionPanelModule, [typeof i1.ExpansionPanelComponent, typeof i2.ExpansionPanelTitleDirective], [typeof
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ExpansionPanelModule, never, [typeof i1.ExpansionPanelComponent, typeof i2.ExpansionPanelTitleDirective], [typeof i1.ExpansionPanelComponent, typeof i2.ExpansionPanelTitleDirective]>;
|
|
18
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<ExpansionPanelModule>;
|
|
19
16
|
}
|