@progress/kendo-angular-layout 16.5.0 → 16.6.0-develop.2
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
package/gridlayout.module.d.ts
CHANGED
|
@@ -5,13 +5,12 @@
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "./layouts/grid-layout.component";
|
|
7
7
|
import * as i2 from "./layouts/gridlayout-item.component";
|
|
8
|
-
import * as i3 from "@angular/common";
|
|
9
8
|
/**
|
|
10
9
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
11
10
|
* definition for the GridLayout component.
|
|
12
11
|
*/
|
|
13
12
|
export declare class GridLayoutModule {
|
|
14
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<GridLayoutModule, never>;
|
|
15
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GridLayoutModule, [typeof i1.GridLayoutComponent, typeof i2.GridLayoutItemComponent], [typeof
|
|
14
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GridLayoutModule, never, [typeof i1.GridLayoutComponent, typeof i2.GridLayoutItemComponent], [typeof i1.GridLayoutComponent, typeof i2.GridLayoutItemComponent]>;
|
|
16
15
|
static ɵinj: i0.ɵɵInjectorDeclaration<GridLayoutModule>;
|
|
17
16
|
}
|
package/index.d.ts
CHANGED
|
@@ -95,3 +95,4 @@ export { TimelineCardHeaderTemplateDirective } from "./timeline/templates/timeli
|
|
|
95
95
|
export { TimelineCardBodyTemplateDirective } from "./timeline/templates/timeline-card-body.directive";
|
|
96
96
|
export { TimelineCardActionsTemplateDirective } from "./timeline/templates/timeline-card-actions.directive";
|
|
97
97
|
export { TimelineCustomMessagesComponent } from './timeline/localization/custom-messages.component';
|
|
98
|
+
export * from './directives';
|
package/layout.module.d.ts
CHANGED
|
@@ -3,18 +3,55 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./avatar.
|
|
7
|
-
import * as i2 from "./
|
|
8
|
-
import * as i3 from "./
|
|
9
|
-
import * as i4 from "./
|
|
10
|
-
import * as i5 from "./
|
|
11
|
-
import * as i6 from "./
|
|
12
|
-
import * as i7 from "./
|
|
13
|
-
import * as i8 from "./
|
|
14
|
-
import * as i9 from "./
|
|
15
|
-
import * as i10 from "./
|
|
16
|
-
import * as i11 from "./
|
|
17
|
-
import * as i12 from "./
|
|
6
|
+
import * as i1 from "./avatar/avatar.component";
|
|
7
|
+
import * as i2 from "./avatar/l10n/custom-messages.component";
|
|
8
|
+
import * as i3 from "./card/card.component";
|
|
9
|
+
import * as i4 from "./card/card-actions.component";
|
|
10
|
+
import * as i5 from "./card/card-body.component";
|
|
11
|
+
import * as i6 from "./card/card-footer.component";
|
|
12
|
+
import * as i7 from "./card/card-header.component";
|
|
13
|
+
import * as i8 from "./card/directives/card-media.directive";
|
|
14
|
+
import * as i9 from "./card/directives/card-separator.directive";
|
|
15
|
+
import * as i10 from "./card/directives/card-subtitle.directive";
|
|
16
|
+
import * as i11 from "./card/directives/card-title.directive";
|
|
17
|
+
import * as i12 from "./drawer/drawer.component";
|
|
18
|
+
import * as i13 from "./drawer/drawer-container.component";
|
|
19
|
+
import * as i14 from "./drawer/drawer-content.component";
|
|
20
|
+
import * as i15 from "./drawer/template-directives/drawer-template.directive";
|
|
21
|
+
import * as i16 from "./drawer/template-directives/footer-template.directive";
|
|
22
|
+
import * as i17 from "./drawer/template-directives/header-template.directive";
|
|
23
|
+
import * as i18 from "./drawer/template-directives/item-template.directive";
|
|
24
|
+
import * as i19 from "./expansionpanel/expansionpanel.component";
|
|
25
|
+
import * as i20 from "./expansionpanel/expansionpanel-title.directive";
|
|
26
|
+
import * as i21 from "./layouts/grid-layout.component";
|
|
27
|
+
import * as i22 from "./layouts/gridlayout-item.component";
|
|
28
|
+
import * as i23 from "./panelbar/panelbar.component";
|
|
29
|
+
import * as i24 from "./panelbar/panelbar-item.component";
|
|
30
|
+
import * as i25 from "./panelbar/panelbar-content.directive";
|
|
31
|
+
import * as i26 from "./panelbar/panelbar-item-template.directive";
|
|
32
|
+
import * as i27 from "./panelbar/panelbar-item-title.directive";
|
|
33
|
+
import * as i28 from "./splitter/splitter.component";
|
|
34
|
+
import * as i29 from "./splitter/splitter-pane.component";
|
|
35
|
+
import * as i30 from "./layouts/stack-layout.component";
|
|
36
|
+
import * as i31 from "./stepper/stepper.component";
|
|
37
|
+
import * as i32 from "./stepper/localization/custom-messages.component";
|
|
38
|
+
import * as i33 from "./stepper/template-directives/indicator-template.directive";
|
|
39
|
+
import * as i34 from "./stepper/template-directives/label-template.directive";
|
|
40
|
+
import * as i35 from "./stepper/template-directives/step-template.directive";
|
|
41
|
+
import * as i36 from "./tabstrip/tabstrip.component";
|
|
42
|
+
import * as i37 from "./tabstrip/models/tabstrip-tab.component";
|
|
43
|
+
import * as i38 from "./tabstrip/directives/tab-content.directive";
|
|
44
|
+
import * as i39 from "./tabstrip/directives/tab-title.directive";
|
|
45
|
+
import * as i40 from "./tabstrip/localization/custom-messages.component";
|
|
46
|
+
import * as i41 from "./tilelayout/tilelayout.component";
|
|
47
|
+
import * as i42 from "./tilelayout/tilelayout-item-body.component";
|
|
48
|
+
import * as i43 from "./tilelayout/tilelayout-item.component";
|
|
49
|
+
import * as i44 from "./tilelayout/tilelayout-item-header.component";
|
|
50
|
+
import * as i45 from "./timeline/timeline.component";
|
|
51
|
+
import * as i46 from "./timeline/localization/custom-messages.component";
|
|
52
|
+
import * as i47 from "./timeline/templates/timeline-card-actions.directive";
|
|
53
|
+
import * as i48 from "./timeline/templates/timeline-card-body.directive";
|
|
54
|
+
import * as i49 from "./timeline/templates/timeline-card-header.directive";
|
|
18
55
|
/**
|
|
19
56
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
20
57
|
* definition for the Layout components.
|
|
@@ -48,6 +85,6 @@ import * as i12 from "./timeline.module";
|
|
|
48
85
|
*/
|
|
49
86
|
export declare class LayoutModule {
|
|
50
87
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutModule, never>;
|
|
51
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LayoutModule, never,
|
|
88
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LayoutModule, never, [typeof i1.AvatarComponent, typeof i2.AvatarCustomMessagesComponent, typeof i3.CardComponent, typeof i4.CardActionsComponent, typeof i5.CardBodyComponent, typeof i6.CardFooterComponent, typeof i7.CardHeaderComponent, typeof i8.CardMediaDirective, typeof i9.CardSeparatorDirective, typeof i10.CardSubtitleDirective, typeof i11.CardTitleDirective, typeof i12.DrawerComponent, typeof i13.DrawerContainerComponent, typeof i14.DrawerContentComponent, typeof i15.DrawerTemplateDirective, typeof i16.DrawerFooterTemplateDirective, typeof i17.DrawerHeaderTemplateDirective, typeof i18.DrawerItemTemplateDirective, typeof i19.ExpansionPanelComponent, typeof i20.ExpansionPanelTitleDirective, typeof i21.GridLayoutComponent, typeof i22.GridLayoutItemComponent, typeof i23.PanelBarComponent, typeof i24.PanelBarItemComponent, typeof i25.PanelBarContentDirective, typeof i26.PanelBarItemTemplateDirective, typeof i27.PanelBarItemTitleDirective, typeof i28.SplitterComponent, typeof i29.SplitterPaneComponent, typeof i30.StackLayoutComponent, typeof i31.StepperComponent, typeof i32.StepperCustomMessagesComponent, typeof i33.StepperIndicatorTemplateDirective, typeof i34.StepperLabelTemplateDirective, typeof i35.StepperStepTemplateDirective, typeof i36.TabStripComponent, typeof i37.TabStripTabComponent, typeof i38.TabContentDirective, typeof i39.TabTitleDirective, typeof i40.TabStripCustomMessagesComponent, typeof i41.TileLayoutComponent, typeof i42.TileLayoutItemBodyComponent, typeof i43.TileLayoutItemComponent, typeof i44.TileLayoutItemHeaderComponent, typeof i45.TimelineComponent, typeof i46.TimelineCustomMessagesComponent, typeof i47.TimelineCardActionsTemplateDirective, typeof i48.TimelineCardBodyTemplateDirective, typeof i49.TimelineCardHeaderTemplateDirective], [typeof i1.AvatarComponent, typeof i2.AvatarCustomMessagesComponent, typeof i3.CardComponent, typeof i4.CardActionsComponent, typeof i5.CardBodyComponent, typeof i6.CardFooterComponent, typeof i7.CardHeaderComponent, typeof i8.CardMediaDirective, typeof i9.CardSeparatorDirective, typeof i10.CardSubtitleDirective, typeof i11.CardTitleDirective, typeof i12.DrawerComponent, typeof i13.DrawerContainerComponent, typeof i14.DrawerContentComponent, typeof i15.DrawerTemplateDirective, typeof i16.DrawerFooterTemplateDirective, typeof i17.DrawerHeaderTemplateDirective, typeof i18.DrawerItemTemplateDirective, typeof i19.ExpansionPanelComponent, typeof i20.ExpansionPanelTitleDirective, typeof i21.GridLayoutComponent, typeof i22.GridLayoutItemComponent, typeof i23.PanelBarComponent, typeof i24.PanelBarItemComponent, typeof i25.PanelBarContentDirective, typeof i26.PanelBarItemTemplateDirective, typeof i27.PanelBarItemTitleDirective, typeof i28.SplitterComponent, typeof i29.SplitterPaneComponent, typeof i30.StackLayoutComponent, typeof i31.StepperComponent, typeof i32.StepperCustomMessagesComponent, typeof i33.StepperIndicatorTemplateDirective, typeof i34.StepperLabelTemplateDirective, typeof i35.StepperStepTemplateDirective, typeof i36.TabStripComponent, typeof i37.TabStripTabComponent, typeof i38.TabContentDirective, typeof i39.TabTitleDirective, typeof i40.TabStripCustomMessagesComponent, typeof i41.TileLayoutComponent, typeof i42.TileLayoutItemBodyComponent, typeof i43.TileLayoutItemComponent, typeof i44.TileLayoutItemHeaderComponent, typeof i45.TimelineComponent, typeof i46.TimelineCustomMessagesComponent, typeof i47.TimelineCardActionsTemplateDirective, typeof i48.TimelineCardBodyTemplateDirective, typeof i49.TimelineCardHeaderTemplateDirective]>;
|
|
52
89
|
static ɵinj: i0.ɵɵInjectorDeclaration<LayoutModule>;
|
|
53
90
|
}
|
|
@@ -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, ["*"], true, 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, ["*"], true, 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, ["*"], true, never>;
|
|
51
51
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-angular-layout",
|
|
3
|
-
"version": "16.
|
|
3
|
+
"version": "16.6.0-develop.2",
|
|
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",
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
"@angular/core": "15 - 18",
|
|
40
40
|
"@angular/platform-browser": "15 - 18",
|
|
41
41
|
"@progress/kendo-licensing": "^1.0.2",
|
|
42
|
-
"@progress/kendo-angular-common": "16.
|
|
43
|
-
"@progress/kendo-angular-l10n": "16.
|
|
44
|
-
"@progress/kendo-angular-progressbar": "16.
|
|
45
|
-
"@progress/kendo-angular-icons": "16.
|
|
46
|
-
"@progress/kendo-angular-buttons": "16.
|
|
47
|
-
"@progress/kendo-angular-intl": "16.
|
|
42
|
+
"@progress/kendo-angular-common": "16.6.0-develop.2",
|
|
43
|
+
"@progress/kendo-angular-l10n": "16.6.0-develop.2",
|
|
44
|
+
"@progress/kendo-angular-progressbar": "16.6.0-develop.2",
|
|
45
|
+
"@progress/kendo-angular-icons": "16.6.0-develop.2",
|
|
46
|
+
"@progress/kendo-angular-buttons": "16.6.0-develop.2",
|
|
47
|
+
"@progress/kendo-angular-intl": "16.6.0-develop.2",
|
|
48
48
|
"rxjs": "^6.5.3 || ^7.0.0"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"tslib": "^2.3.1",
|
|
52
|
-
"@progress/kendo-angular-schematics": "16.
|
|
52
|
+
"@progress/kendo-angular-schematics": "16.6.0-develop.2",
|
|
53
53
|
"@progress/kendo-draggable": "^3.0.2"
|
|
54
54
|
},
|
|
55
55
|
"schematics": "./schematics/collection.json",
|
|
@@ -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, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelBarContentDirective, "[kendoPanelBarContent]", never, {}, {}, never, never, true, 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, never,
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelBarItemTemplateDirective, "[kendoPanelBarItemTemplate]", never, {}, {}, never, never, true, 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, never,
|
|
37
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PanelBarItemTitleDirective, "[kendoPanelBarItemTitle]", never, {}, {}, never, never, true, never>;
|
|
38
38
|
}
|
|
@@ -168,5 +168,5 @@ export declare class PanelBarItemComponent implements OnInit, AfterContentChecke
|
|
|
168
168
|
private addLevelClass;
|
|
169
169
|
private onWrapperFocusChange;
|
|
170
170
|
static ɵfac: i0.ɵɵFactoryDeclaration<PanelBarItemComponent, [{ optional: true; host: true; skipSelf: true; }, null, null, null]>;
|
|
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"],
|
|
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"], true, never>;
|
|
172
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"], true, never>;
|
|
161
161
|
}
|
package/panelbar.module.d.ts
CHANGED
|
@@ -8,9 +8,6 @@ import * as i2 from "./panelbar/panelbar-item.component";
|
|
|
8
8
|
import * as i3 from "./panelbar/panelbar-content.directive";
|
|
9
9
|
import * as i4 from "./panelbar/panelbar-item-template.directive";
|
|
10
10
|
import * as i5 from "./panelbar/panelbar-item-title.directive";
|
|
11
|
-
import * as i6 from "@angular/common";
|
|
12
|
-
import * as i7 from "@progress/kendo-angular-icons";
|
|
13
|
-
import * as i8 from "@progress/kendo-angular-common";
|
|
14
11
|
/**
|
|
15
12
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
16
13
|
* definition for the PanelBar component.
|
|
@@ -24,6 +21,6 @@ import * as i8 from "@progress/kendo-angular-common";
|
|
|
24
21
|
*/
|
|
25
22
|
export declare class PanelBarModule {
|
|
26
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<PanelBarModule, never>;
|
|
27
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PanelBarModule, [typeof i1.PanelBarComponent, typeof i2.PanelBarItemComponent, typeof i3.PanelBarContentDirective, typeof i4.PanelBarItemTemplateDirective, typeof i5.PanelBarItemTitleDirective], [typeof
|
|
24
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PanelBarModule, never, [typeof i1.PanelBarComponent, typeof i2.PanelBarItemComponent, typeof i3.PanelBarContentDirective, typeof i4.PanelBarItemTemplateDirective, typeof i5.PanelBarItemTitleDirective], [typeof i1.PanelBarComponent, typeof i2.PanelBarItemComponent, typeof i3.PanelBarContentDirective, typeof i4.PanelBarItemTemplateDirective, typeof i5.PanelBarItemTitleDirective]>;
|
|
28
25
|
static ɵinj: i0.ɵɵInjectorDeclaration<PanelBarModule>;
|
|
29
26
|
}
|
|
@@ -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, true, never>;
|
|
47
47
|
}
|
|
@@ -110,5 +110,5 @@ export declare class SplitterPaneComponent implements AfterViewChecked {
|
|
|
110
110
|
detectChanges(): void;
|
|
111
111
|
private setOrderStyles;
|
|
112
112
|
static ɵfac: i0.ɵɵFactoryDeclaration<SplitterPaneComponent, never>;
|
|
113
|
-
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, ["*"],
|
|
113
|
+
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, ["*"], true, never>;
|
|
114
114
|
}
|
|
@@ -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"], true, never>;
|
|
95
95
|
}
|
package/splitter.module.d.ts
CHANGED
|
@@ -3,12 +3,8 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./splitter/splitter
|
|
7
|
-
import * as i2 from "./splitter/splitter.component";
|
|
8
|
-
import * as i3 from "./splitter/splitter-pane.component";
|
|
9
|
-
import * as i4 from "@angular/common";
|
|
10
|
-
import * as i5 from "@progress/kendo-angular-common";
|
|
11
|
-
import * as i6 from "@progress/kendo-angular-icons";
|
|
6
|
+
import * as i1 from "./splitter/splitter.component";
|
|
7
|
+
import * as i2 from "./splitter/splitter-pane.component";
|
|
12
8
|
/**
|
|
13
9
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
14
10
|
* definition for the Splitter component.
|
|
@@ -19,6 +15,6 @@ import * as i6 from "@progress/kendo-angular-icons";
|
|
|
19
15
|
*/
|
|
20
16
|
export declare class SplitterModule {
|
|
21
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<SplitterModule, never>;
|
|
22
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SplitterModule, [typeof i1.
|
|
18
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SplitterModule, never, [typeof i1.SplitterComponent, typeof i2.SplitterPaneComponent], [typeof i1.SplitterComponent, typeof i2.SplitterPaneComponent]>;
|
|
23
19
|
static ɵinj: i0.ɵɵInjectorDeclaration<SplitterModule>;
|
|
24
20
|
}
|
package/stacklayout.module.d.ts
CHANGED
|
@@ -4,13 +4,12 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "./layouts/stack-layout.component";
|
|
7
|
-
import * as i2 from "@angular/common";
|
|
8
7
|
/**
|
|
9
8
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
10
9
|
* definition for the StackLayout component.
|
|
11
10
|
*/
|
|
12
11
|
export declare class StackLayoutModule {
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<StackLayoutModule, never>;
|
|
14
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StackLayoutModule, [typeof i1.StackLayoutComponent], [typeof
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StackLayoutModule, never, [typeof i1.StackLayoutComponent], [typeof i1.StackLayoutComponent]>;
|
|
15
14
|
static ɵinj: i0.ɵɵInjectorDeclaration<StackLayoutModule>;
|
|
16
15
|
}
|
|
@@ -44,5 +44,5 @@ export declare class StepperListComponent implements OnInit, OnDestroy {
|
|
|
44
44
|
private clickHandler;
|
|
45
45
|
private getStepIndex;
|
|
46
46
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperListComponent, never>;
|
|
47
|
-
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,
|
|
47
|
+
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, true, never>;
|
|
48
48
|
}
|
|
@@ -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, true, 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, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedStepperMessagesDirective, " [kendoStepperLocalizedMessages] ", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -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, true, 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, true, 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, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StepperIndicatorTemplateDirective, "[kendoStepperIndicatorTemplate]", never, {}, {}, never, never, true, 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, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StepperLabelTemplateDirective, "[kendoStepperLabelTemplate]", never, {}, {}, never, never, true, 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, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StepperStepTemplateDirective, "[kendoStepperStepTemplate]", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
package/stepper.module.d.ts
CHANGED
|
@@ -3,23 +3,17 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "./stepper/
|
|
7
|
-
import * as i2 from "./stepper/
|
|
8
|
-
import * as i3 from "./stepper/
|
|
9
|
-
import * as i4 from "./stepper/
|
|
10
|
-
import * as i5 from "./stepper/
|
|
11
|
-
import * as i6 from "./stepper/template-directives/step-template.directive";
|
|
12
|
-
import * as i7 from "./stepper/template-directives/label-template.directive";
|
|
13
|
-
import * as i8 from "./stepper/template-directives/indicator-template.directive";
|
|
14
|
-
import * as i9 from "@angular/common";
|
|
15
|
-
import * as i10 from "@progress/kendo-angular-progressbar";
|
|
16
|
-
import * as i11 from "@progress/kendo-angular-icons";
|
|
6
|
+
import * as i1 from "./stepper/stepper.component";
|
|
7
|
+
import * as i2 from "./stepper/localization/custom-messages.component";
|
|
8
|
+
import * as i3 from "./stepper/template-directives/indicator-template.directive";
|
|
9
|
+
import * as i4 from "./stepper/template-directives/label-template.directive";
|
|
10
|
+
import * as i5 from "./stepper/template-directives/step-template.directive";
|
|
17
11
|
/**
|
|
18
12
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
19
13
|
* definition for the Stepper component.
|
|
20
14
|
*/
|
|
21
15
|
export declare class StepperModule {
|
|
22
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperModule, never>;
|
|
23
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperModule, [typeof i1.
|
|
17
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperModule, never, [typeof i1.StepperComponent, typeof i2.StepperCustomMessagesComponent, typeof i3.StepperIndicatorTemplateDirective, typeof i4.StepperLabelTemplateDirective, typeof i5.StepperStepTemplateDirective], [typeof i1.StepperComponent, typeof i2.StepperCustomMessagesComponent, typeof i3.StepperIndicatorTemplateDirective, typeof i4.StepperLabelTemplateDirective, typeof i5.StepperStepTemplateDirective]>;
|
|
24
18
|
static ɵinj: i0.ɵɵInjectorDeclaration<StepperModule>;
|
|
25
19
|
}
|
|
@@ -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, never,
|
|
41
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TabContentDirective, "[kendoTabContent]", never, {}, {}, never, never, true, 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, never,
|
|
46
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TabTitleDirective, "[kendoTabTitle]", never, {}, {}, never, never, true, 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, never,
|
|
14
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TabTemplateDirective, "[kendoTabTemplate]", never, {}, {}, never, never, true, 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, true, 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, never,
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalizedTabStripMessagesDirective, "[kendoTabStripLocalizedMessages]", never, {}, {}, never, never, true, never>;
|
|
16
16
|
}
|
|
@@ -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, true, 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, true, 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, true, 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, true, never>;
|
|
219
219
|
}
|
package/tabstrip.module.d.ts
CHANGED
|
@@ -7,15 +7,7 @@ import * as i1 from "./tabstrip/tabstrip.component";
|
|
|
7
7
|
import * as i2 from "./tabstrip/models/tabstrip-tab.component";
|
|
8
8
|
import * as i3 from "./tabstrip/directives/tab-content.directive";
|
|
9
9
|
import * as i4 from "./tabstrip/directives/tab-title.directive";
|
|
10
|
-
import * as i5 from "./tabstrip/
|
|
11
|
-
import * as i6 from "./tabstrip/localization/custom-messages.component";
|
|
12
|
-
import * as i7 from "./tabstrip/localization/localized-messages.directive";
|
|
13
|
-
import * as i8 from "./tabstrip/directives/tab.directive";
|
|
14
|
-
import * as i9 from "./tabstrip/scrollable-button.component";
|
|
15
|
-
import * as i10 from "@angular/common";
|
|
16
|
-
import * as i11 from "@progress/kendo-angular-common";
|
|
17
|
-
import * as i12 from "@progress/kendo-angular-icons";
|
|
18
|
-
import * as i13 from "@progress/kendo-angular-buttons";
|
|
10
|
+
import * as i5 from "./tabstrip/localization/custom-messages.component";
|
|
19
11
|
/**
|
|
20
12
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
21
13
|
* definition for the TabStrip component.
|
|
@@ -28,6 +20,6 @@ import * as i13 from "@progress/kendo-angular-buttons";
|
|
|
28
20
|
*/
|
|
29
21
|
export declare class TabStripModule {
|
|
30
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabStripModule, never>;
|
|
31
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TabStripModule, [typeof i1.TabStripComponent, typeof i2.TabStripTabComponent, typeof i3.TabContentDirective, typeof i4.TabTitleDirective, typeof i5.
|
|
23
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TabStripModule, never, [typeof i1.TabStripComponent, typeof i2.TabStripTabComponent, typeof i3.TabContentDirective, typeof i4.TabTitleDirective, typeof i5.TabStripCustomMessagesComponent], [typeof i1.TabStripComponent, typeof i2.TabStripTabComponent, typeof i3.TabContentDirective, typeof i4.TabTitleDirective, typeof i5.TabStripCustomMessagesComponent]>;
|
|
32
24
|
static ɵinj: i0.ɵɵInjectorDeclaration<TabStripModule>;
|
|
33
25
|
}
|
|
@@ -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, ["*"], true, 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, ["*"], true, 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"], ["*"], true, 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, never,
|
|
21
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TileLayoutResizeHandleDirective, "[kendoTileLayoutResizeHandle]", never, { "resizeDirection": "resizeDirection"; "rtl": "rtl"; }, {}, never, never, true, 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"], ["*"], true, never>;
|
|
127
127
|
}
|