@progress/kendo-angular-layout 16.0.0-develop.2 → 16.0.0-develop.20
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/l10n/messages.d.ts +1 -1
- 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/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/esm2020/avatar/avatar.component.mjs +7 -7
- package/esm2020/avatar/l10n/custom-messages.component.mjs +3 -3
- package/esm2020/avatar/l10n/localized-messages.directive.mjs +3 -3
- package/esm2020/avatar/l10n/messages.mjs +3 -3
- package/esm2020/avatar.module.mjs +4 -4
- package/esm2020/card/card-actions.component.mjs +4 -4
- package/esm2020/card/card-body.component.mjs +3 -3
- package/esm2020/card/card-footer.component.mjs +3 -3
- package/esm2020/card/card-header.component.mjs +3 -3
- package/esm2020/card/card.component.mjs +3 -3
- package/esm2020/card/directives/card-media.directive.mjs +3 -3
- package/esm2020/card/directives/card-separator.directive.mjs +3 -3
- package/esm2020/card/directives/card-subtitle.directive.mjs +3 -3
- package/esm2020/card/directives/card-title.directive.mjs +3 -3
- package/esm2020/card.module.mjs +4 -4
- package/esm2020/drawer/drawer-container.component.mjs +4 -4
- package/esm2020/drawer/drawer-content.component.mjs +3 -3
- package/esm2020/drawer/drawer.component.mjs +6 -6
- package/esm2020/drawer/drawer.service.mjs +3 -3
- package/esm2020/drawer/item.component.mjs +8 -6
- package/esm2020/drawer/list.component.mjs +5 -5
- package/esm2020/drawer/template-directives/drawer-template.directive.mjs +3 -3
- package/esm2020/drawer/template-directives/footer-template.directive.mjs +3 -3
- package/esm2020/drawer/template-directives/header-template.directive.mjs +3 -3
- package/esm2020/drawer/template-directives/item-template.directive.mjs +3 -3
- package/esm2020/drawer.module.mjs +4 -4
- package/esm2020/expansionpanel/expansionpanel-title.directive.mjs +3 -3
- package/esm2020/expansionpanel/expansionpanel.component.mjs +6 -6
- package/esm2020/expansionpanel.module.mjs +4 -4
- package/esm2020/gridlayout.module.mjs +4 -4
- package/esm2020/index.mjs +7 -0
- package/esm2020/layout.module.mjs +11 -7
- package/esm2020/layouts/grid-layout.component.mjs +3 -3
- package/esm2020/layouts/gridlayout-item.component.mjs +3 -3
- package/esm2020/layouts/stack-layout.component.mjs +3 -3
- package/esm2020/package-metadata.mjs +2 -2
- package/esm2020/panelbar/panelbar-content.directive.mjs +3 -3
- package/esm2020/panelbar/panelbar-item-template.directive.mjs +3 -3
- package/esm2020/panelbar/panelbar-item-title.directive.mjs +3 -3
- package/esm2020/panelbar/panelbar-item.component.mjs +14 -20
- package/esm2020/panelbar/panelbar.component.mjs +6 -9
- package/esm2020/panelbar/panelbar.service.mjs +3 -3
- package/esm2020/panelbar.module.mjs +4 -4
- package/esm2020/splitter/splitter-bar.component.mjs +6 -6
- package/esm2020/splitter/splitter-pane.component.mjs +4 -4
- package/esm2020/splitter/splitter.component.mjs +7 -7
- package/esm2020/splitter/splitter.service.mjs +3 -3
- package/esm2020/splitter.module.mjs +6 -8
- package/esm2020/stacklayout.module.mjs +4 -4
- package/esm2020/stepper/list.component.mjs +5 -5
- package/esm2020/stepper/localization/custom-messages.component.mjs +3 -3
- package/esm2020/stepper/localization/localized-messages.directive.mjs +3 -3
- package/esm2020/stepper/localization/messages.mjs +3 -3
- package/esm2020/stepper/step.component.mjs +6 -6
- package/esm2020/stepper/stepper.component.mjs +7 -7
- package/esm2020/stepper/stepper.service.mjs +3 -3
- package/esm2020/stepper/template-directives/indicator-template.directive.mjs +3 -3
- package/esm2020/stepper/template-directives/label-template.directive.mjs +3 -3
- package/esm2020/stepper/template-directives/step-template.directive.mjs +3 -3
- package/esm2020/stepper.module.mjs +4 -4
- package/esm2020/tabstrip/directives/tab-content.directive.mjs +3 -3
- package/esm2020/tabstrip/directives/tab-title.directive.mjs +3 -3
- package/esm2020/tabstrip/directives/tab.directive.mjs +3 -3
- package/esm2020/tabstrip/localization/custom-messages.component.mjs +3 -3
- package/esm2020/tabstrip/localization/localized-messages.directive.mjs +3 -3
- package/esm2020/tabstrip/localization/messages.mjs +3 -3
- package/esm2020/tabstrip/models/tabstrip-tab.component.mjs +3 -3
- package/esm2020/tabstrip/rendering/tab.component.mjs +6 -6
- package/esm2020/tabstrip/scrollable-button.component.mjs +4 -4
- package/esm2020/tabstrip/tabstrip-scroll.service.mjs +3 -3
- package/esm2020/tabstrip/tabstrip.component.mjs +8 -10
- package/esm2020/tabstrip/tabstrip.service.mjs +3 -3
- package/esm2020/tabstrip.module.mjs +4 -4
- package/esm2020/tilelayout/dragging-service.mjs +3 -3
- package/esm2020/tilelayout/keyboard-navigation.service.mjs +3 -5
- package/esm2020/tilelayout/tilelayout-item-body.component.mjs +3 -3
- package/esm2020/tilelayout/tilelayout-item-header.component.mjs +3 -3
- package/esm2020/tilelayout/tilelayout-item.component.mjs +6 -6
- package/esm2020/tilelayout/tilelayout-resize-handle.directive.mjs +3 -3
- package/esm2020/tilelayout/tilelayout.component.mjs +6 -6
- package/esm2020/tilelayout.module.mjs +4 -4
- package/esm2020/timeline/events/navigation-direction.mjs +5 -0
- package/esm2020/timeline/localization/custom-messages.component.mjs +41 -0
- package/esm2020/timeline/localization/localized-messages.directive.mjs +37 -0
- package/esm2020/timeline/localization/messages.mjs +25 -0
- package/esm2020/timeline/models/anchor-target.mjs +5 -0
- package/esm2020/timeline/models/default-model-fields.mjs +16 -0
- package/esm2020/timeline/models/model-fields.mjs +5 -0
- package/esm2020/timeline/models/timeline-event.mjs +5 -0
- package/esm2020/timeline/templates/timeline-card-actions.directive.mjs +29 -0
- package/esm2020/timeline/templates/timeline-card-body.directive.mjs +29 -0
- package/esm2020/timeline/templates/timeline-card-header.directive.mjs +29 -0
- package/esm2020/timeline/timeline-card.component.mjs +400 -0
- package/esm2020/timeline/timeline-horizontal.component.mjs +723 -0
- package/esm2020/timeline/timeline-vertical.component.mjs +175 -0
- package/esm2020/timeline/timeline.component.mjs +418 -0
- package/esm2020/timeline/timeline.service.mjs +31 -0
- package/esm2020/timeline/util.mjs +26 -0
- package/esm2020/timeline.module.mjs +65 -0
- package/expansionpanel/expansionpanel-title.directive.d.ts +1 -1
- package/expansionpanel/expansionpanel.component.d.ts +1 -1
- package/fesm2015/progress-kendo-angular-layout.mjs +2527 -608
- package/fesm2020/progress-kendo-angular-layout.mjs +2258 -366
- package/index.d.ts +10 -0
- package/layout.module.d.ts +2 -1
- 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 +13 -13
- 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 -2
- package/panelbar/panelbar.component.d.ts +1 -1
- 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/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/localization/messages.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/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/localization/messages.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/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/timeline/events/navigation-direction.d.ts +5 -0
- package/timeline/localization/custom-messages.component.d.ts +17 -0
- package/timeline/localization/localized-messages.directive.d.ts +16 -0
- package/timeline/localization/messages.d.ts +21 -0
- package/timeline/models/anchor-target.d.ts +5 -0
- package/{progress-kendo-angular-layout.d.ts → timeline/models/default-model-fields.d.ts} +3 -3
- package/timeline/models/model-fields.d.ts +51 -0
- package/timeline/models/timeline-event.d.ts +49 -0
- package/timeline/templates/timeline-card-actions.directive.d.ts +20 -0
- package/timeline/templates/timeline-card-body.directive.d.ts +20 -0
- package/timeline/templates/timeline-card-header.directive.d.ts +20 -0
- package/timeline/timeline-card.component.d.ts +59 -0
- package/timeline/timeline-horizontal.component.d.ts +110 -0
- package/timeline/timeline-vertical.component.d.ts +41 -0
- package/timeline/timeline.component.d.ts +185 -0
- package/timeline/timeline.service.d.ts +17 -0
- package/timeline/util.d.ts +18 -0
- package/timeline.module.d.ts +31 -0
package/index.d.ts
CHANGED
|
@@ -78,6 +78,7 @@ export { ExpansionPanelModule } from './expansionpanel.module';
|
|
|
78
78
|
export { TileLayoutModule } from './tilelayout.module';
|
|
79
79
|
export { StackLayoutModule } from './stacklayout.module';
|
|
80
80
|
export { GridLayoutModule } from './gridlayout.module';
|
|
81
|
+
export { TimelineModule } from './timeline.module';
|
|
81
82
|
export { StackLayoutComponent } from './layouts/stack-layout.component';
|
|
82
83
|
export { AlignSettings, HorizontalAlign, VerticalAlign } from './layouts/models';
|
|
83
84
|
export { GridLayoutComponent } from './layouts/grid-layout.component';
|
|
@@ -85,3 +86,12 @@ export { GridLayoutItemComponent } from './layouts/gridlayout-item.component';
|
|
|
85
86
|
export { GridLayoutRowSize, GridLayoutColSize, GridLayoutGapSettings } from './layouts/models';
|
|
86
87
|
export { TabComponent } from './tabstrip/rendering/tab.component';
|
|
87
88
|
export { TileLayoutResizeHandleDirective } from './tilelayout/tilelayout-resize-handle.directive';
|
|
89
|
+
export { TimelineComponent } from './timeline/timeline.component';
|
|
90
|
+
export { TimelineModelFields } from './timeline/models/model-fields';
|
|
91
|
+
export { TimelineEvent } from './timeline/models/timeline-event';
|
|
92
|
+
export { AnchorTarget } from './timeline/models/anchor-target';
|
|
93
|
+
export { NavigationDirection } from './timeline/events/navigation-direction';
|
|
94
|
+
export { TimelineCardHeaderTemplateDirective } from "./timeline/templates/timeline-card-header.directive";
|
|
95
|
+
export { TimelineCardBodyTemplateDirective } from "./timeline/templates/timeline-card-body.directive";
|
|
96
|
+
export { TimelineCardActionsTemplateDirective } from "./timeline/templates/timeline-card-actions.directive";
|
|
97
|
+
export { TimelineCustomMessagesComponent } from './timeline/localization/custom-messages.component';
|
package/layout.module.d.ts
CHANGED
|
@@ -14,6 +14,7 @@ import * as i8 from "./tabstrip.module";
|
|
|
14
14
|
import * as i9 from "./tilelayout.module";
|
|
15
15
|
import * as i10 from "./stacklayout.module";
|
|
16
16
|
import * as i11 from "./gridlayout.module";
|
|
17
|
+
import * as i12 from "./timeline.module";
|
|
17
18
|
/**
|
|
18
19
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
19
20
|
* definition for the Layout components.
|
|
@@ -47,6 +48,6 @@ import * as i11 from "./gridlayout.module";
|
|
|
47
48
|
*/
|
|
48
49
|
export declare class LayoutModule {
|
|
49
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutModule, never>;
|
|
50
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LayoutModule, never, never, [typeof i1.AvatarModule, typeof i2.CardModule, typeof i3.DrawerModule, typeof i4.PanelBarModule, typeof i5.ExpansionPanelModule, typeof i6.SplitterModule, typeof i7.StepperModule, typeof i8.TabStripModule, typeof i9.TileLayoutModule, typeof i10.StackLayoutModule, typeof i11.GridLayoutModule]>;
|
|
51
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LayoutModule, never, never, [typeof i1.AvatarModule, typeof i2.CardModule, typeof i3.DrawerModule, typeof i4.PanelBarModule, typeof i5.ExpansionPanelModule, typeof i6.SplitterModule, typeof i7.StepperModule, typeof i8.TabStripModule, typeof i9.TileLayoutModule, typeof i10.StackLayoutModule, typeof i11.GridLayoutModule, typeof i12.TimelineModule]>;
|
|
51
52
|
static ɵinj: i0.ɵɵInjectorDeclaration<LayoutModule>;
|
|
52
53
|
}
|
|
@@ -63,5 +63,5 @@ export declare class GridLayoutComponent implements AfterViewInit, OnChanges {
|
|
|
63
63
|
private handleGridTemplateStyling;
|
|
64
64
|
private get direction();
|
|
65
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridLayoutComponent, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GridLayoutComponent, "kendo-gridlayout", ["kendoGridLayout"], { "rows": "rows"; "cols": "cols"; "gap": "gap"; "align": "align"; }, {}, never, ["*"]>;
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridLayoutComponent, "kendo-gridlayout", ["kendoGridLayout"], { "rows": "rows"; "cols": "cols"; "gap": "gap"; "align": "align"; }, {}, never, ["*"], false, never>;
|
|
67
67
|
}
|
|
@@ -32,5 +32,5 @@ export declare class GridLayoutItemComponent implements OnChanges {
|
|
|
32
32
|
ngOnChanges(): void;
|
|
33
33
|
private setItemStyle;
|
|
34
34
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridLayoutItemComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GridLayoutItemComponent, "kendo-gridlayout-item", never, { "row": "row"; "col": "col"; "rowSpan": "rowSpan"; "colSpan": "colSpan"; }, {}, never, ["*"]>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GridLayoutItemComponent, "kendo-gridlayout-item", never, { "row": "row"; "col": "col"; "rowSpan": "rowSpan"; "colSpan": "colSpan"; }, {}, never, ["*"], false, never>;
|
|
36
36
|
}
|
|
@@ -47,5 +47,5 @@ export declare class StackLayoutComponent implements AfterViewInit, OnChanges {
|
|
|
47
47
|
private setGap;
|
|
48
48
|
private get direction();
|
|
49
49
|
static ɵfac: i0.ɵɵFactoryDeclaration<StackLayoutComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StackLayoutComponent, "kendo-stacklayout", ["kendoStackLayout"], { "align": "align"; "gap": "gap"; "orientation": "orientation"; }, {}, never, ["*"]>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StackLayoutComponent, "kendo-stacklayout", ["kendoStackLayout"], { "align": "align"; "gap": "gap"; "orientation": "orientation"; }, {}, never, ["*"], false, never>;
|
|
51
51
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "16.0.0-develop.
|
|
3
|
+
"version": "16.0.0-develop.20",
|
|
4
4
|
"description": "Kendo UI for Angular Layout Package - a collection of components to create professional application layoyts",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"author": "Progress",
|
|
@@ -34,21 +34,21 @@
|
|
|
34
34
|
"friendlyName": "Layout"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@angular/animations": "
|
|
38
|
-
"@angular/common": "
|
|
39
|
-
"@angular/core": "
|
|
40
|
-
"@angular/platform-browser": "
|
|
37
|
+
"@angular/animations": "15 - 17",
|
|
38
|
+
"@angular/common": "15 - 17",
|
|
39
|
+
"@angular/core": "15 - 17",
|
|
40
|
+
"@angular/platform-browser": "15 - 17",
|
|
41
41
|
"@progress/kendo-licensing": "^1.0.2",
|
|
42
|
-
"@progress/kendo-angular-common": "16.0.0-develop.
|
|
43
|
-
"@progress/kendo-angular-l10n": "16.0.0-develop.
|
|
44
|
-
"@progress/kendo-angular-progressbar": "16.0.0-develop.
|
|
45
|
-
"@progress/kendo-angular-icons": "16.0.0-develop.
|
|
46
|
-
"@progress/kendo-angular-buttons": "16.0.0-develop.
|
|
42
|
+
"@progress/kendo-angular-common": "16.0.0-develop.20",
|
|
43
|
+
"@progress/kendo-angular-l10n": "16.0.0-develop.20",
|
|
44
|
+
"@progress/kendo-angular-progressbar": "16.0.0-develop.20",
|
|
45
|
+
"@progress/kendo-angular-icons": "16.0.0-develop.20",
|
|
46
|
+
"@progress/kendo-angular-buttons": "16.0.0-develop.20",
|
|
47
47
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"tslib": "^2.3.1",
|
|
51
|
-
"@progress/kendo-angular-schematics": "16.0.0-develop.
|
|
51
|
+
"@progress/kendo-angular-schematics": "16.0.0-develop.20",
|
|
52
52
|
"@progress/kendo-draggable": "^3.0.2"
|
|
53
53
|
},
|
|
54
54
|
"schematics": "./schematics/collection.json",
|
|
@@ -57,13 +57,13 @@
|
|
|
57
57
|
"esm2020": "esm2020/progress-kendo-angular-layout.mjs",
|
|
58
58
|
"fesm2020": "fesm2020/progress-kendo-angular-layout.mjs",
|
|
59
59
|
"fesm2015": "fesm2015/progress-kendo-angular-layout.mjs",
|
|
60
|
-
"typings": "
|
|
60
|
+
"typings": "index.d.ts",
|
|
61
61
|
"exports": {
|
|
62
62
|
"./package.json": {
|
|
63
63
|
"default": "./package.json"
|
|
64
64
|
},
|
|
65
65
|
".": {
|
|
66
|
-
"types": "./
|
|
66
|
+
"types": "./index.d.ts",
|
|
67
67
|
"esm2020": "./esm2020/progress-kendo-angular-layout.mjs",
|
|
68
68
|
"es2020": "./fesm2020/progress-kendo-angular-layout.mjs",
|
|
69
69
|
"es2015": "./fesm2015/progress-kendo-angular-layout.mjs",
|
|
@@ -12,5 +12,5 @@ export declare class PanelBarContentDirective {
|
|
|
12
12
|
templateRef: TemplateRef<any>;
|
|
13
13
|
constructor(templateRef: TemplateRef<any>);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<PanelBarContentDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelBarContentDirective, "[kendoPanelBarContent]", never, {}, {}, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelBarContentDirective, "[kendoPanelBarContent]", never, {}, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -11,5 +11,5 @@ export declare class PanelBarItemTemplateDirective {
|
|
|
11
11
|
templateRef: TemplateRef<any>;
|
|
12
12
|
constructor(templateRef: TemplateRef<any>);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<PanelBarItemTemplateDirective, [{ optional: true; }]>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelBarItemTemplateDirective, "[kendoPanelBarItemTemplate]", never, {}, {}, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelBarItemTemplateDirective, "[kendoPanelBarItemTemplate]", never, {}, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -34,5 +34,5 @@ export declare class PanelBarItemTitleDirective {
|
|
|
34
34
|
templateRef: TemplateRef<any>;
|
|
35
35
|
constructor(templateRef: TemplateRef<any>);
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<PanelBarItemTitleDirective, [{ optional: true; }]>;
|
|
37
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelBarItemTitleDirective, "[kendoPanelBarItemTitle]", never, {}, {}, never>;
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelBarItemTitleDirective, "[kendoPanelBarItemTitle]", never, {}, {}, never, never, false, never>;
|
|
38
38
|
}
|
|
@@ -89,7 +89,6 @@ export declare class PanelBarItemComponent implements OnInit, AfterContentChecke
|
|
|
89
89
|
role: string;
|
|
90
90
|
titleAttribute: string;
|
|
91
91
|
kItemClass: boolean;
|
|
92
|
-
get kStateDefaultClass(): boolean;
|
|
93
92
|
get kStateExpandedClass(): boolean;
|
|
94
93
|
get itemId(): string;
|
|
95
94
|
get ariaExpanded(): boolean;
|
|
@@ -169,5 +168,5 @@ export declare class PanelBarItemComponent implements OnInit, AfterContentChecke
|
|
|
169
168
|
private addLevelClass;
|
|
170
169
|
private onWrapperFocusChange;
|
|
171
170
|
static ɵfac: i0.ɵɵFactoryDeclaration<PanelBarItemComponent, [{ optional: true; host: true; skipSelf: true; }, null, null, null]>;
|
|
172
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PanelBarItemComponent, "kendo-panelbar-item", ["kendoPanelbarItem"], { "title": "title"; "id": "id"; "icon": "icon"; "iconClass": "iconClass"; "svgIcon": "svgIcon"; "imageUrl": "imageUrl"; "disabled": "disabled"; "expanded": "expanded"; "selected": "selected"; "content": "content"; "items": "items"; "template": "template"; }, {}, ["contentItems", "contentTemplate", "titleTemplates"], ["kendo-panelbar-item"]>;
|
|
171
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PanelBarItemComponent, "kendo-panelbar-item", ["kendoPanelbarItem"], { "title": "title"; "id": "id"; "icon": "icon"; "iconClass": "iconClass"; "svgIcon": "svgIcon"; "imageUrl": "imageUrl"; "disabled": "disabled"; "expanded": "expanded"; "selected": "selected"; "content": "content"; "items": "items"; "template": "template"; }, {}, ["contentItems", "contentTemplate", "titleTemplates"], ["kendo-panelbar-item"], false, never>;
|
|
173
172
|
}
|
|
@@ -157,5 +157,5 @@ export declare class PanelBarComponent implements AfterViewChecked, OnChanges, O
|
|
|
157
157
|
private visibleItems;
|
|
158
158
|
private flatVisibleItems;
|
|
159
159
|
static ɵfac: i0.ɵɵFactoryDeclaration<PanelBarComponent, never>;
|
|
160
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PanelBarComponent, "kendo-panelbar", ["kendoPanelbar"], { "expandMode": "expandMode"; "selectable": "selectable"; "animate": "animate"; "height": "height"; "keepItemContent": "keepItemContent"; "items": "items"; }, { "stateChange": "stateChange"; "select": "select"; "expand": "expand"; "collapse": "collapse"; "itemClick": "itemClick"; }, ["template", "contentItems", "contentChildItems"], ["kendo-panelbar-item"]>;
|
|
160
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PanelBarComponent, "kendo-panelbar", ["kendoPanelbar"], { "expandMode": "expandMode"; "selectable": "selectable"; "animate": "animate"; "height": "height"; "keepItemContent": "keepItemContent"; "items": "items"; }, { "stateChange": "stateChange"; "select": "select"; "expand": "expand"; "collapse": "collapse"; "itemClick": "itemClick"; }, ["template", "contentItems", "contentChildItems"], ["kendo-panelbar-item"], false, never>;
|
|
161
161
|
}
|
|
@@ -43,5 +43,5 @@ export declare class SplitterBarComponent implements OnInit, OnDestroy {
|
|
|
43
43
|
private onKeyDown;
|
|
44
44
|
private tryToggleNearest;
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<SplitterBarComponent, [{ host: true; }, null, null, null, null]>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SplitterBarComponent, "kendo-splitter-bar", never, { "orientation": "orientation"; "index": "index"; }, {}, never, never>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SplitterBarComponent, "kendo-splitter-bar", never, { "orientation": "orientation"; "index": "index"; }, {}, never, never, false, never>;
|
|
47
47
|
}
|
|
@@ -107,5 +107,5 @@ export declare class SplitterPaneComponent implements AfterViewChecked {
|
|
|
107
107
|
detectChanges(): void;
|
|
108
108
|
private setOrderStyles;
|
|
109
109
|
static ɵfac: i0.ɵɵFactoryDeclaration<SplitterPaneComponent, never>;
|
|
110
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SplitterPaneComponent, "kendo-splitter-pane", ["kendoSplitterPane"], { "order": "order"; "size": "size"; "separatorLabel": "separatorLabel"; "min": "min"; "max": "max"; "resizable": "resizable"; "collapsible": "collapsible"; "scrollable": "scrollable"; "collapsed": "collapsed"; "orientation": "orientation"; "containsSplitter": "containsSplitter"; "overlayContent": "overlayContent"; }, { "sizeChange": "sizeChange"; "collapsedChange": "collapsedChange"; }, never, ["*"]>;
|
|
110
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SplitterPaneComponent, "kendo-splitter-pane", ["kendoSplitterPane"], { "order": "order"; "size": "size"; "separatorLabel": "separatorLabel"; "min": "min"; "max": "max"; "resizable": "resizable"; "collapsible": "collapsible"; "scrollable": "scrollable"; "collapsed": "collapsed"; "orientation": "orientation"; "containsSplitter": "containsSplitter"; "overlayContent": "overlayContent"; }, { "sizeChange": "sizeChange"; "collapsedChange": "collapsedChange"; }, never, ["*"], false, never>;
|
|
111
111
|
}
|
|
@@ -91,5 +91,5 @@ export declare class SplitterComponent implements AfterContentInit {
|
|
|
91
91
|
private configure;
|
|
92
92
|
private get direction();
|
|
93
93
|
static ɵfac: i0.ɵɵFactoryDeclaration<SplitterComponent, [null, null, null, null, { optional: true; host: true; }]>;
|
|
94
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SplitterComponent, "kendo-splitter", ["kendoSplitter"], { "orientation": "orientation"; "splitbarWidth": "splitbarWidth"; "resizeStep": "resizeStep"; }, { "layoutChange": "layoutChange"; }, ["panes"], ["kendo-splitter-pane"]>;
|
|
94
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SplitterComponent, "kendo-splitter", ["kendoSplitter"], { "orientation": "orientation"; "splitbarWidth": "splitbarWidth"; "resizeStep": "resizeStep"; }, { "layoutChange": "layoutChange"; }, ["panes"], ["kendo-splitter-pane"], false, never>;
|
|
95
95
|
}
|
|
@@ -43,5 +43,5 @@ export declare class StepperListComponent implements OnInit, OnDestroy {
|
|
|
43
43
|
private clickHandler;
|
|
44
44
|
private getStepIndex;
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperListComponent, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepperListComponent, "[kendoStepperList]", never, { "linear": "linear"; "stepType": "stepType"; "orientation": "orientation"; "currentStep": "currentStep"; "steps": "steps"; "successIcon": "successIcon"; "successSVGIcon": "successSVGIcon"; "errorIcon": "errorIcon"; "errorSVGIcon": "errorSVGIcon"; "svgIcon": "svgIcon"; "indicatorTemplate": "indicatorTemplate"; "labelTemplate": "labelTemplate"; "stepTemplate": "stepTemplate"; }, { "listKeydown": "listKeydown"; "listClick": "listClick"; }, never, never>;
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepperListComponent, "[kendoStepperList]", never, { "linear": "linear"; "stepType": "stepType"; "orientation": "orientation"; "currentStep": "currentStep"; "steps": "steps"; "successIcon": "successIcon"; "successSVGIcon": "successSVGIcon"; "errorIcon": "errorIcon"; "errorSVGIcon": "errorSVGIcon"; "svgIcon": "svgIcon"; "indicatorTemplate": "indicatorTemplate"; "labelTemplate": "labelTemplate"; "stepTemplate": "stepTemplate"; }, { "listKeydown": "listKeydown"; "listClick": "listClick"; }, never, never, false, never>;
|
|
47
47
|
}
|
|
@@ -14,5 +14,5 @@ export declare class StepperCustomMessagesComponent extends StepperMessages {
|
|
|
14
14
|
constructor(service: LocalizationService);
|
|
15
15
|
protected get override(): boolean;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperCustomMessagesComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepperCustomMessagesComponent, "kendo-stepper-messages", never, {}, {}, never, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepperCustomMessagesComponent, "kendo-stepper-messages", never, {}, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
@@ -12,5 +12,5 @@ export declare class LocalizedStepperMessagesDirective extends StepperMessages {
|
|
|
12
12
|
protected service: LocalizationService;
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedStepperMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedStepperMessagesDirective, " [kendoStepperLocalizedMessages] ", never, {}, {}, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedStepperMessagesDirective, " [kendoStepperLocalizedMessages] ", never, {}, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -13,5 +13,5 @@ export declare class StepperMessages extends ComponentMessages {
|
|
|
13
13
|
*/
|
|
14
14
|
optional: string;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperMessages, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StepperMessages, "kendo-stepper-messages-base", never, { "optional": "optional"; }, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StepperMessages, "kendo-stepper-messages-base", never, { "optional": "optional"; }, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -60,5 +60,5 @@ export declare class StepperStepComponent implements OnInit, OnChanges, OnDestro
|
|
|
60
60
|
private _shouldCheckValidity;
|
|
61
61
|
private handleValidityChecks;
|
|
62
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperStepComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepperStepComponent, "[kendoStepperStep]", never, { "step": "step"; "index": "index"; "current": "current"; "type": "type"; "successIcon": "successIcon"; "successSVGIcon": "successSVGIcon"; "errorIcon": "errorIcon"; "errorSVGIcon": "errorSVGIcon"; "svgIcon": "svgIcon"; "indicatorTemplate": "indicatorTemplate"; "labelTemplate": "labelTemplate"; "stepTemplate": "stepTemplate"; }, {}, never, never>;
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepperStepComponent, "[kendoStepperStep]", never, { "step": "step"; "index": "index"; "current": "current"; "type": "type"; "successIcon": "successIcon"; "successSVGIcon": "successSVGIcon"; "errorIcon": "errorIcon"; "errorSVGIcon": "errorSVGIcon"; "svgIcon": "svgIcon"; "indicatorTemplate": "indicatorTemplate"; "labelTemplate": "labelTemplate"; "stepTemplate": "stepTemplate"; }, {}, never, never, false, never>;
|
|
64
64
|
}
|
|
@@ -180,5 +180,5 @@ export declare class StepperComponent implements OnChanges, OnDestroy {
|
|
|
180
180
|
*/
|
|
181
181
|
get isHorizontal(): boolean;
|
|
182
182
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
|
|
183
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "kendo-stepper", ["kendoStepper"], { "stepType": "stepType"; "linear": "linear"; "orientation": "orientation"; "currentStep": "currentStep"; "steps": "steps"; "svgIcon": "svgIcon"; "successSVGIcon": "successSVGIcon"; "errorSVGIcon": "errorSVGIcon"; "successIcon": "successIcon"; "errorIcon": "errorIcon"; "animation": "animation"; }, { "activate": "activate"; "currentStepChange": "currentStepChange"; }, ["stepTemplate", "labelTemplate", "indicatorTemplate"], never>;
|
|
183
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "kendo-stepper", ["kendoStepper"], { "stepType": "stepType"; "linear": "linear"; "orientation": "orientation"; "currentStep": "currentStep"; "steps": "steps"; "svgIcon": "svgIcon"; "successSVGIcon": "successSVGIcon"; "errorSVGIcon": "errorSVGIcon"; "successIcon": "successIcon"; "errorIcon": "errorIcon"; "animation": "animation"; }, { "activate": "activate"; "currentStepChange": "currentStepChange"; }, ["stepTemplate", "labelTemplate", "indicatorTemplate"], never, false, never>;
|
|
184
184
|
}
|
|
@@ -13,5 +13,5 @@ export declare class StepperIndicatorTemplateDirective {
|
|
|
13
13
|
templateRef: TemplateRef<any>;
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperIndicatorTemplateDirective, [{ optional: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StepperIndicatorTemplateDirective, "[kendoStepperIndicatorTemplate]", never, {}, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StepperIndicatorTemplateDirective, "[kendoStepperIndicatorTemplate]", never, {}, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -13,5 +13,5 @@ export declare class StepperLabelTemplateDirective {
|
|
|
13
13
|
templateRef: TemplateRef<any>;
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperLabelTemplateDirective, [{ optional: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StepperLabelTemplateDirective, "[kendoStepperLabelTemplate]", never, {}, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StepperLabelTemplateDirective, "[kendoStepperLabelTemplate]", never, {}, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -13,5 +13,5 @@ export declare class StepperStepTemplateDirective {
|
|
|
13
13
|
templateRef: TemplateRef<any>;
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperStepTemplateDirective, [{ optional: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StepperStepTemplateDirective, "[kendoStepperStepTemplate]", never, {}, {}, never>;
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StepperStepTemplateDirective, "[kendoStepperStepTemplate]", never, {}, {}, never, never, false, never>;
|
|
17
17
|
}
|
|
@@ -38,5 +38,5 @@ export declare class TabContentDirective {
|
|
|
38
38
|
templateRef: TemplateRef<any>;
|
|
39
39
|
constructor(templateRef: TemplateRef<any>);
|
|
40
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabContentDirective, never>;
|
|
41
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentDirective, "[kendoTabContent]", never, {}, {}, never>;
|
|
41
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentDirective, "[kendoTabContent]", never, {}, {}, never, never, false, never>;
|
|
42
42
|
}
|
|
@@ -43,5 +43,5 @@ export declare class TabTitleDirective {
|
|
|
43
43
|
templateRef: TemplateRef<any>;
|
|
44
44
|
constructor(templateRef: TemplateRef<any>);
|
|
45
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabTitleDirective, never>;
|
|
46
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TabTitleDirective, "[kendoTabTitle]", never, {}, {}, never>;
|
|
46
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TabTitleDirective, "[kendoTabTitle]", never, {}, {}, never, never, false, never>;
|
|
47
47
|
}
|
|
@@ -11,5 +11,5 @@ export declare class TabTemplateDirective {
|
|
|
11
11
|
templateRef: TemplateRef<any>;
|
|
12
12
|
constructor(templateRef: TemplateRef<any>);
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabTemplateDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TabTemplateDirective, "[kendoTabTemplate]", never, {}, {}, never>;
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TabTemplateDirective, "[kendoTabTemplate]", never, {}, {}, never, never, false, never>;
|
|
15
15
|
}
|
|
@@ -14,5 +14,5 @@ export declare class TabStripCustomMessagesComponent extends TabStripMessages {
|
|
|
14
14
|
constructor(service: LocalizationService);
|
|
15
15
|
protected get override(): boolean;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabStripCustomMessagesComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabStripCustomMessagesComponent, "kendo-tabstrip-messages", never, {}, {}, never, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabStripCustomMessagesComponent, "kendo-tabstrip-messages", never, {}, {}, never, never, false, never>;
|
|
18
18
|
}
|
|
@@ -12,5 +12,5 @@ export declare class LocalizedTabStripMessagesDirective extends TabStripMessages
|
|
|
12
12
|
protected service: LocalizationService;
|
|
13
13
|
constructor(service: LocalizationService);
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedTabStripMessagesDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedTabStripMessagesDirective, "[kendoTabStripLocalizedMessages]", never, {}, {}, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedTabStripMessagesDirective, "[kendoTabStripLocalizedMessages]", never, {}, {}, never, never, false, never>;
|
|
16
16
|
}
|
|
@@ -21,5 +21,5 @@ export declare class TabStripMessages extends ComponentMessages {
|
|
|
21
21
|
*/
|
|
22
22
|
nextTabButton: string;
|
|
23
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabStripMessages, never>;
|
|
24
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TabStripMessages, "kendo-tabstrip-messages-base", never, { "closeTitle": "closeTitle"; "previousTabButton": "previousTabButton"; "nextTabButton": "nextTabButton"; }, {}, never>;
|
|
24
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TabStripMessages, "kendo-tabstrip-messages-base", never, { "closeTitle": "closeTitle"; "previousTabButton": "previousTabButton"; "nextTabButton": "nextTabButton"; }, {}, never, never, false, never>;
|
|
25
25
|
}
|
|
@@ -71,5 +71,5 @@ export declare class TabStripTabComponent {
|
|
|
71
71
|
*/
|
|
72
72
|
focused: boolean;
|
|
73
73
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabStripTabComponent, never>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabStripTabComponent, "kendo-tabstrip-tab", ["kendoTabStripTab"], { "title": "title"; "disabled": "disabled"; "cssClass": "cssClass"; "cssStyle": "cssStyle"; "selected": "selected"; "closable": "closable"; "closeIcon": "closeIcon"; "closeIconClass": "closeIconClass"; "closeSVGIcon": "closeSVGIcon"; }, {}, ["_tabDirective", "_tabContent", "_tabTitleDirective"], never>;
|
|
74
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabStripTabComponent, "kendo-tabstrip-tab", ["kendoTabStripTab"], { "title": "title"; "disabled": "disabled"; "cssClass": "cssClass"; "cssStyle": "cssStyle"; "selected": "selected"; "closable": "closable"; "closeIcon": "closeIcon"; "closeIconClass": "closeIconClass"; "closeSVGIcon": "closeSVGIcon"; }, {}, ["_tabDirective", "_tabContent", "_tabTitleDirective"], never, false, never>;
|
|
75
75
|
}
|
|
@@ -33,5 +33,5 @@ export declare class TabComponent {
|
|
|
33
33
|
get closeButtonTitle(): string;
|
|
34
34
|
closeTab(index: number): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "[kendoTabStripTab]", never, { "tab": "tab"; "index": "index"; "tabStripClosable": "tabStripClosable"; "tabStripCloseIcon": "tabStripCloseIcon"; "customTabstripCloseIcon": "customTabstripCloseIcon"; "closeSVGIcon": "closeSVGIcon"; }, { "tabClose": "tabClose"; }, never, never>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "[kendoTabStripTab]", never, { "tab": "tab"; "index": "index"; "tabStripClosable": "tabStripClosable"; "tabStripCloseIcon": "tabStripCloseIcon"; "customTabstripCloseIcon": "customTabstripCloseIcon"; "closeSVGIcon": "closeSVGIcon"; }, { "tabClose": "tabClose"; }, never, never, false, never>;
|
|
37
37
|
}
|
|
@@ -44,5 +44,5 @@ export declare class TabStripScrollableButtonComponent implements AfterViewInit,
|
|
|
44
44
|
private get scrollButtonSVGIcon();
|
|
45
45
|
private emitScrollEvent;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabStripScrollableButtonComponent, never>;
|
|
47
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabStripScrollableButtonComponent, "[kendoTabStripScrollableButton]", never, { "prev": "prev"; "tabPosition": "tabPosition"; "scrollable": "scrollable"; }, { "tabScroll": "tabScroll"; "onClick": "onClick"; }, never, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabStripScrollableButtonComponent, "[kendoTabStripScrollableButton]", never, { "prev": "prev"; "tabPosition": "tabPosition"; "scrollable": "scrollable"; }, { "tabScroll": "tabScroll"; "onClick": "onClick"; }, never, never, false, never>;
|
|
48
48
|
}
|
|
@@ -215,5 +215,5 @@ export declare class TabStripComponent implements AfterViewInit, OnDestroy {
|
|
|
215
215
|
private toggleScrollButtons;
|
|
216
216
|
private attachWheelHandler;
|
|
217
217
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabStripComponent, never>;
|
|
218
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabStripComponent, "kendo-tabstrip", ["kendoTabStrip"], { "height": "height"; "animate": "animate"; "tabAlignment": "tabAlignment"; "tabPosition": "tabPosition"; "keepTabContent": "keepTabContent"; "closable": "closable"; "scrollable": "scrollable"; "closeIcon": "closeIcon"; "closeIconClass": "closeIconClass"; "closeSVGIcon": "closeSVGIcon"; "showContentArea": "showContentArea"; }, { "tabSelect": "tabSelect"; "tabClose": "tabClose"; "tabScroll": "tabScroll"; }, ["tabs"], never>;
|
|
218
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabStripComponent, "kendo-tabstrip", ["kendoTabStrip"], { "height": "height"; "animate": "animate"; "tabAlignment": "tabAlignment"; "tabPosition": "tabPosition"; "keepTabContent": "keepTabContent"; "closable": "closable"; "scrollable": "scrollable"; "closeIcon": "closeIcon"; "closeIconClass": "closeIconClass"; "closeSVGIcon": "closeSVGIcon"; "showContentArea": "showContentArea"; }, { "tabSelect": "tabSelect"; "tabClose": "tabClose"; "tabScroll": "tabScroll"; }, ["tabs"], never, false, never>;
|
|
219
219
|
}
|
|
@@ -10,5 +10,5 @@ export declare class TileLayoutItemBodyComponent {
|
|
|
10
10
|
hostClass: boolean;
|
|
11
11
|
minHeight: number;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<TileLayoutItemBodyComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TileLayoutItemBodyComponent, "kendo-tilelayout-item-body", never, {}, {}, never, ["*"]>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TileLayoutItemBodyComponent, "kendo-tilelayout-item-body", never, {}, {}, never, ["*"], false, never>;
|
|
14
14
|
}
|
|
@@ -18,5 +18,5 @@ export declare class TileLayoutItemHeaderComponent {
|
|
|
18
18
|
set reorderable(value: boolean);
|
|
19
19
|
constructor(hostEl: ElementRef, renderer: Renderer2);
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<TileLayoutItemHeaderComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TileLayoutItemHeaderComponent, "kendo-tilelayout-item-header", never, { "reorderable": "reorderable"; }, {}, never, ["*"]>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TileLayoutItemHeaderComponent, "kendo-tilelayout-item-header", never, { "reorderable": "reorderable"; }, {}, never, ["*"], false, never>;
|
|
22
22
|
}
|
|
@@ -103,5 +103,5 @@ export declare class TileLayoutItemComponent implements AfterViewInit, OnDestroy
|
|
|
103
103
|
ngOnDestroy(): void;
|
|
104
104
|
private toggleCursorClass;
|
|
105
105
|
static ɵfac: i0.ɵɵFactoryDeclaration<TileLayoutItemComponent, never>;
|
|
106
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TileLayoutItemComponent, "kendo-tilelayout-item", never, { "title": "title"; "rowSpan": "rowSpan"; "colSpan": "colSpan"; "order": "order"; "col": "col"; "row": "row"; "reorderable": "reorderable"; "resizable": "resizable"; }, {}, ["headers"], ["*"]>;
|
|
106
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TileLayoutItemComponent, "kendo-tilelayout-item", never, { "title": "title"; "rowSpan": "rowSpan"; "colSpan": "colSpan"; "order": "order"; "col": "col"; "row": "row"; "reorderable": "reorderable"; "resizable": "resizable"; }, {}, ["headers"], ["*"], false, never>;
|
|
107
107
|
}
|
|
@@ -18,5 +18,5 @@ export declare class TileLayoutResizeHandleDirective implements OnInit {
|
|
|
18
18
|
private setBottom;
|
|
19
19
|
private sizeHandle;
|
|
20
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<TileLayoutResizeHandleDirective, never>;
|
|
21
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TileLayoutResizeHandleDirective, "[kendoTileLayoutResizeHandle]", never, { "resizeDirection": "resizeDirection"; "rtl": "rtl"; }, {}, never>;
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TileLayoutResizeHandleDirective, "[kendoTileLayoutResizeHandle]", never, { "resizeDirection": "resizeDirection"; "rtl": "rtl"; }, {}, never, never, false, never>;
|
|
22
22
|
}
|
|
@@ -123,5 +123,5 @@ export declare class TileLayoutComponent implements OnInit, AfterViewInit, After
|
|
|
123
123
|
private applyAutoFlow;
|
|
124
124
|
private setItemsOrder;
|
|
125
125
|
static ɵfac: i0.ɵɵFactoryDeclaration<TileLayoutComponent, never>;
|
|
126
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TileLayoutComponent, "kendo-tilelayout", never, { "columns": "columns"; "columnWidth": "columnWidth"; "gap": "gap"; "reorderable": "reorderable"; "resizable": "resizable"; "rowHeight": "rowHeight"; "autoFlow": "autoFlow"; "navigable": "navigable"; }, { "reorder": "reorder"; "resize": "resize"; }, ["items"], ["*"]>;
|
|
126
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TileLayoutComponent, "kendo-tilelayout", never, { "columns": "columns"; "columnWidth": "columnWidth"; "gap": "gap"; "reorderable": "reorderable"; "resizable": "resizable"; "rowHeight": "rowHeight"; "autoFlow": "autoFlow"; "navigable": "navigable"; }, { "reorder": "reorder"; "resize": "resize"; }, ["items"], ["*"], false, never>;
|
|
127
127
|
}
|
|
@@ -0,0 +1,5 @@
|
|
|
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
|
+
export declare type NavigationDirection = 'previous' | 'next';
|
|
@@ -0,0 +1,17 @@
|
|
|
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 { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
+
import { TimelineMessages } from './messages';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
/**
|
|
9
|
+
* Custom component messages override default component messages.
|
|
10
|
+
*/
|
|
11
|
+
export declare class TimelineCustomMessagesComponent extends TimelineMessages {
|
|
12
|
+
protected service: LocalizationService;
|
|
13
|
+
constructor(service: LocalizationService);
|
|
14
|
+
protected get override(): boolean;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineCustomMessagesComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TimelineCustomMessagesComponent, "kendo-timeline-messages", never, {}, {}, never, never, false, never>;
|
|
17
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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 { LocalizationService } from '@progress/kendo-angular-l10n';
|
|
6
|
+
import { TimelineMessages } from './messages';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
/**
|
|
9
|
+
* @hidden
|
|
10
|
+
*/
|
|
11
|
+
export declare class LocalizedTimelineMessagesDirective extends TimelineMessages {
|
|
12
|
+
protected service: LocalizationService;
|
|
13
|
+
constructor(service: LocalizationService);
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocalizedTimelineMessagesDirective, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedTimelineMessagesDirective, "[kendoTimelineLocalizedMessages]", never, {}, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
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 { ComponentMessages } from '@progress/kendo-angular-l10n';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
7
|
+
/**
|
|
8
|
+
* @hidden
|
|
9
|
+
*/
|
|
10
|
+
export declare class TimelineMessages extends ComponentMessages {
|
|
11
|
+
/**
|
|
12
|
+
* The title of the previous button in horizontal orientation.
|
|
13
|
+
*/
|
|
14
|
+
previous: string;
|
|
15
|
+
/**
|
|
16
|
+
* The title of the next button in horizontal orientation.
|
|
17
|
+
*/
|
|
18
|
+
next: string;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TimelineMessages, never>;
|
|
20
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TimelineMessages, "kendo-timeline-messages-base", never, { "previous": "previous"; "next": "next"; }, {}, never, never, false, never>;
|
|
21
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
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
|
+
export declare type AnchorTarget = 'self' | 'blank';
|
|
@@ -2,8 +2,8 @@
|
|
|
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 { TimelineModelFields } from "./model-fields";
|
|
5
6
|
/**
|
|
6
|
-
*
|
|
7
|
+
* @hidden
|
|
7
8
|
*/
|
|
8
|
-
|
|
9
|
-
export * from './index';
|
|
9
|
+
export declare const defaultModelFields: TimelineModelFields;
|
|
@@ -0,0 +1,51 @@
|
|
|
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
|
+
/**
|
|
6
|
+
* Defines the model fields that will be used for creating `TimelineEvent` instances.
|
|
7
|
+
*/
|
|
8
|
+
export interface TimelineModelFields {
|
|
9
|
+
/**
|
|
10
|
+
* The name of the `title` model field.
|
|
11
|
+
*
|
|
12
|
+
* @default "title"
|
|
13
|
+
*/
|
|
14
|
+
title: string;
|
|
15
|
+
/**
|
|
16
|
+
* The name of the `subtitle` model field.
|
|
17
|
+
*
|
|
18
|
+
* @default "subtitle"
|
|
19
|
+
*/
|
|
20
|
+
subtitle?: string;
|
|
21
|
+
/**
|
|
22
|
+
* The name of the `description` model field.
|
|
23
|
+
*
|
|
24
|
+
* @default "description"
|
|
25
|
+
*/
|
|
26
|
+
description?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The name of the `date` model field.
|
|
29
|
+
*
|
|
30
|
+
* @default "date"
|
|
31
|
+
*/
|
|
32
|
+
date: string;
|
|
33
|
+
/**
|
|
34
|
+
* The name of the `expanded` model field.
|
|
35
|
+
*
|
|
36
|
+
* @default "expanded"
|
|
37
|
+
*/
|
|
38
|
+
expanded?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The name of the `images` model field.
|
|
41
|
+
*
|
|
42
|
+
* @default "images"
|
|
43
|
+
*/
|
|
44
|
+
images?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The name of the `actions` model field.
|
|
47
|
+
*
|
|
48
|
+
* @default "actions"
|
|
49
|
+
*/
|
|
50
|
+
actions?: string;
|
|
51
|
+
}
|