@progress/kendo-angular-navigation 16.5.0 → 16.6.0-develop.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/actionsheet/actionsheet.component.d.ts +1 -1
- package/actionsheet/item.component.d.ts +1 -1
- package/actionsheet/list.component.d.ts +1 -1
- package/actionsheet/templates/actionsheet-template.d.ts +1 -1
- package/actionsheet/templates/content-template.directive.d.ts +1 -1
- package/actionsheet/templates/footer-template.directive.d.ts +1 -1
- package/actionsheet/templates/header-template.directive.d.ts +1 -1
- package/actionsheet/templates/item-template.directive.d.ts +1 -1
- package/actionsheet.module.d.ts +7 -11
- package/appbar/appbar-section.component.d.ts +1 -1
- package/appbar/appbar-spacer.component.d.ts +1 -1
- package/appbar/appbar.component.d.ts +1 -1
- package/appbar.module.d.ts +1 -2
- package/bottomnavigation/bottomnavigation-item.component.d.ts +1 -1
- package/bottomnavigation/bottomnavigation.component.d.ts +1 -1
- package/bottomnavigation/templates/item-template.directive.d.ts +1 -1
- package/bottomnavigation.module.d.ts +3 -6
- package/breadcrumb/breadcrumb-item.component.d.ts +1 -1
- package/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/breadcrumb/list.component.d.ts +1 -1
- package/breadcrumb/template-directives/item-template.directive.d.ts +1 -1
- package/breadcrumb/template-directives/separator.directive.d.ts +1 -1
- package/breadcrumb.module.d.ts +2 -8
- package/directives.d.ts +33 -0
- package/esm2020/actionsheet/actionsheet.component.mjs +7 -5
- package/esm2020/actionsheet/item.component.mjs +7 -5
- package/esm2020/actionsheet/list.component.mjs +6 -4
- package/esm2020/actionsheet/templates/actionsheet-template.mjs +3 -2
- package/esm2020/actionsheet/templates/content-template.directive.mjs +3 -2
- package/esm2020/actionsheet/templates/footer-template.directive.mjs +3 -2
- package/esm2020/actionsheet/templates/header-template.directive.mjs +3 -2
- package/esm2020/actionsheet/templates/item-template.directive.mjs +3 -2
- package/esm2020/actionsheet.module.mjs +14 -36
- package/esm2020/appbar/appbar-section.component.mjs +3 -2
- package/esm2020/appbar/appbar-spacer.component.mjs +3 -2
- package/esm2020/appbar/appbar.component.mjs +3 -2
- package/esm2020/appbar.module.mjs +9 -21
- package/esm2020/bottomnavigation/bottomnavigation-item.component.mjs +8 -6
- package/esm2020/bottomnavigation/bottomnavigation.component.mjs +7 -5
- package/esm2020/bottomnavigation/templates/item-template.directive.mjs +3 -2
- package/esm2020/bottomnavigation.module.mjs +10 -13
- package/esm2020/breadcrumb/breadcrumb-item.component.mjs +7 -5
- package/esm2020/breadcrumb/breadcrumb.component.mjs +6 -6
- package/esm2020/breadcrumb/list.component.mjs +6 -5
- package/esm2020/breadcrumb/template-directives/item-template.directive.mjs +3 -2
- package/esm2020/breadcrumb/template-directives/separator.directive.mjs +6 -4
- package/esm2020/breadcrumb.module.mjs +11 -30
- package/esm2020/directives.mjs +55 -0
- package/esm2020/index.mjs +1 -0
- package/esm2020/navigation.module.mjs +22 -18
- package/esm2020/package-metadata.mjs +2 -2
- package/fesm2015/progress-kendo-angular-navigation.mjs +1555 -1549
- package/fesm2020/progress-kendo-angular-navigation.mjs +1523 -1517
- package/index.d.ts +1 -0
- package/navigation.module.d.ts +14 -5
- package/package.json +5 -5
|
@@ -154,5 +154,5 @@ export declare class ActionSheetComponent implements AfterViewInit, OnDestroy, O
|
|
|
154
154
|
private onAnimationEnd;
|
|
155
155
|
private playAnimation;
|
|
156
156
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetComponent, never>;
|
|
157
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetComponent, "kendo-actionsheet", ["kendoActionSheet"], { "title": "title"; "subtitle": "subtitle"; "items": "items"; "cssClass": "cssClass"; "animation": "animation"; "expanded": "expanded"; "titleId": "titleId"; }, { "expandedChange": "expandedChange"; "expand": "expand"; "collapse": "collapse"; "itemClick": "itemClick"; "overlayClick": "overlayClick"; }, ["actionSheetTemplate", "headerTemplate", "contentTemplate", "itemTemplate", "footerTemplate"], never,
|
|
157
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetComponent, "kendo-actionsheet", ["kendoActionSheet"], { "title": "title"; "subtitle": "subtitle"; "items": "items"; "cssClass": "cssClass"; "animation": "animation"; "expanded": "expanded"; "titleId": "titleId"; }, { "expandedChange": "expandedChange"; "expand": "expand"; "collapse": "collapse"; "itemClick": "itemClick"; "overlayClick": "overlayClick"; }, ["actionSheetTemplate", "headerTemplate", "contentTemplate", "itemTemplate", "footerTemplate"], never, true, never>;
|
|
158
158
|
}
|
|
@@ -15,5 +15,5 @@ export declare class ActionSheetItemComponent {
|
|
|
15
15
|
manageIconClasses(item: ActionSheetItem): string;
|
|
16
16
|
manageIconStyles(item: ActionSheetItem): any;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetItemComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetItemComponent, "[kendoActionSheetItem]", never, { "itemTemplate": "itemTemplate"; "item": "item"; }, {}, never, never,
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetItemComponent, "[kendoActionSheetItem]", never, { "itemTemplate": "itemTemplate"; "item": "item"; }, {}, never, never, true, never>;
|
|
19
19
|
}
|
|
@@ -24,5 +24,5 @@ export declare class ActionSheetListComponent implements AfterViewInit, OnDestro
|
|
|
24
24
|
private clickHandler;
|
|
25
25
|
setAttrIndex(item: ActionSheetItem): number;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetListComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetListComponent, "[kendoActionSheetList]", never, { "groupItems": "groupItems"; "allItems": "allItems"; "itemTemplate": "itemTemplate"; }, { "itemClick": "itemClick"; }, never, never,
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ActionSheetListComponent, "[kendoActionSheetList]", never, { "groupItems": "groupItems"; "allItems": "allItems"; "itemTemplate": "itemTemplate"; }, { "itemClick": "itemClick"; }, never, never, true, never>;
|
|
28
28
|
}
|
|
@@ -13,5 +13,5 @@ export declare class ActionSheetTemplateDirective {
|
|
|
13
13
|
templateRef: TemplateRef<any>;
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetTemplateDirective, [{ optional: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionSheetTemplateDirective, "[kendoActionSheetTemplate]", never, {}, {}, never, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionSheetTemplateDirective, "[kendoActionSheetTemplate]", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -13,5 +13,5 @@ export declare class ActionSheetContentTemplateDirective {
|
|
|
13
13
|
templateRef: TemplateRef<any>;
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetContentTemplateDirective, [{ optional: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionSheetContentTemplateDirective, "[kendoActionSheetContentTemplate]", never, {}, {}, never, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionSheetContentTemplateDirective, "[kendoActionSheetContentTemplate]", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -13,5 +13,5 @@ export declare class ActionSheetFooterTemplateDirective {
|
|
|
13
13
|
templateRef: TemplateRef<any>;
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetFooterTemplateDirective, [{ optional: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionSheetFooterTemplateDirective, "[kendoActionSheetFooterTemplate]", never, {}, {}, never, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionSheetFooterTemplateDirective, "[kendoActionSheetFooterTemplate]", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -13,5 +13,5 @@ export declare class ActionSheetHeaderTemplateDirective {
|
|
|
13
13
|
templateRef: TemplateRef<any>;
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetHeaderTemplateDirective, [{ optional: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionSheetHeaderTemplateDirective, "[kendoActionSheetHeaderTemplate]", never, {}, {}, never, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionSheetHeaderTemplateDirective, "[kendoActionSheetHeaderTemplate]", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -13,5 +13,5 @@ export declare class ActionSheetItemTemplateDirective {
|
|
|
13
13
|
templateRef: TemplateRef<any>;
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetItemTemplateDirective, [{ optional: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionSheetItemTemplateDirective, "[kendoActionSheetItemTemplate]", never, {}, {}, never, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ActionSheetItemTemplateDirective, "[kendoActionSheetItemTemplate]", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
package/actionsheet.module.d.ts
CHANGED
|
@@ -3,16 +3,12 @@
|
|
|
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 "./actionsheet/
|
|
7
|
-
import * as i2 from "./actionsheet/
|
|
8
|
-
import * as i3 from "./actionsheet/
|
|
9
|
-
import * as i4 from "./actionsheet/templates/
|
|
10
|
-
import * as i5 from "./actionsheet/templates/
|
|
11
|
-
import * as i6 from "./actionsheet/templates/
|
|
12
|
-
import * as i7 from "./actionsheet/templates/footer-template.directive";
|
|
13
|
-
import * as i8 from "./actionsheet/templates/actionsheet-template";
|
|
14
|
-
import * as i9 from "@angular/common";
|
|
15
|
-
import * as i10 from "@progress/kendo-angular-icons";
|
|
6
|
+
import * as i1 from "./actionsheet/actionsheet.component";
|
|
7
|
+
import * as i2 from "./actionsheet/templates/header-template.directive";
|
|
8
|
+
import * as i3 from "./actionsheet/templates/item-template.directive";
|
|
9
|
+
import * as i4 from "./actionsheet/templates/content-template.directive";
|
|
10
|
+
import * as i5 from "./actionsheet/templates/footer-template.directive";
|
|
11
|
+
import * as i6 from "./actionsheet/templates/actionsheet-template";
|
|
16
12
|
/**
|
|
17
13
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
18
14
|
* definition for the ActionSheet component.
|
|
@@ -47,6 +43,6 @@ import * as i10 from "@progress/kendo-angular-icons";
|
|
|
47
43
|
*/
|
|
48
44
|
export declare class ActionSheetModule {
|
|
49
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<ActionSheetModule, never>;
|
|
50
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionSheetModule, [typeof i1.
|
|
46
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionSheetModule, never, [typeof i1.ActionSheetComponent, typeof i2.ActionSheetHeaderTemplateDirective, typeof i3.ActionSheetItemTemplateDirective, typeof i4.ActionSheetContentTemplateDirective, typeof i5.ActionSheetFooterTemplateDirective, typeof i6.ActionSheetTemplateDirective], [typeof i1.ActionSheetComponent, typeof i2.ActionSheetHeaderTemplateDirective, typeof i3.ActionSheetItemTemplateDirective, typeof i4.ActionSheetContentTemplateDirective, typeof i5.ActionSheetFooterTemplateDirective, typeof i6.ActionSheetTemplateDirective]>;
|
|
51
47
|
static ɵinj: i0.ɵɵInjectorDeclaration<ActionSheetModule>;
|
|
52
48
|
}
|
|
@@ -24,5 +24,5 @@ import * as i0 from "@angular/core";
|
|
|
24
24
|
export declare class AppBarSectionComponent {
|
|
25
25
|
hostClass: boolean;
|
|
26
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppBarSectionComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppBarSectionComponent, "kendo-appbar-section", never, {}, {}, never, ["*"],
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppBarSectionComponent, "kendo-appbar-section", never, {}, {}, never, ["*"], true, never>;
|
|
28
28
|
}
|
|
@@ -46,5 +46,5 @@ export declare class AppBarSpacerComponent implements AfterViewInit {
|
|
|
46
46
|
constructor(renderer: Renderer2, element: ElementRef);
|
|
47
47
|
ngAfterViewInit(): void;
|
|
48
48
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppBarSpacerComponent, never>;
|
|
49
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppBarSpacerComponent, "kendo-appbar-spacer", never, { "width": "width"; }, {}, never, never,
|
|
49
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppBarSpacerComponent, "kendo-appbar-spacer", never, { "width": "width"; }, {}, never, never, true, never>;
|
|
50
50
|
}
|
|
@@ -72,5 +72,5 @@ export declare class AppBarComponent implements AfterViewInit, OnDestroy {
|
|
|
72
72
|
ngOnDestroy(): void;
|
|
73
73
|
private handleHostClasses;
|
|
74
74
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppBarComponent, never>;
|
|
75
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppBarComponent, "kendo-appbar", ["kendoAppBar"], { "position": "position"; "positionMode": "positionMode"; "themeColor": "themeColor"; }, {}, never, ["*"],
|
|
75
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppBarComponent, "kendo-appbar", ["kendoAppBar"], { "position": "position"; "positionMode": "positionMode"; "themeColor": "themeColor"; }, {}, never, ["*"], true, never>;
|
|
76
76
|
}
|
package/appbar.module.d.ts
CHANGED
|
@@ -6,7 +6,6 @@ import * as i0 from "@angular/core";
|
|
|
6
6
|
import * as i1 from "./appbar/appbar.component";
|
|
7
7
|
import * as i2 from "./appbar/appbar-section.component";
|
|
8
8
|
import * as i3 from "./appbar/appbar-spacer.component";
|
|
9
|
-
import * as i4 from "@angular/common";
|
|
10
9
|
/**
|
|
11
10
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
12
11
|
* definition for the AppBar component.
|
|
@@ -41,6 +40,6 @@ import * as i4 from "@angular/common";
|
|
|
41
40
|
*/
|
|
42
41
|
export declare class AppBarModule {
|
|
43
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppBarModule, never>;
|
|
44
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppBarModule, [typeof i1.AppBarComponent, typeof i2.AppBarSectionComponent, typeof i3.AppBarSpacerComponent], [typeof
|
|
43
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AppBarModule, never, [typeof i1.AppBarComponent, typeof i2.AppBarSectionComponent, typeof i3.AppBarSpacerComponent], [typeof i1.AppBarComponent, typeof i2.AppBarSectionComponent, typeof i3.AppBarSpacerComponent]>;
|
|
45
44
|
static ɵinj: i0.ɵɵInjectorDeclaration<AppBarModule>;
|
|
46
45
|
}
|
|
@@ -23,5 +23,5 @@ export declare class BottomNavigationItemComponent {
|
|
|
23
23
|
get itemIcon(): boolean;
|
|
24
24
|
get iconClasses(): string;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<BottomNavigationItemComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BottomNavigationItemComponent, "[kendoBottomNavigationItem]", never, { "itemTemplate": "itemTemplate"; "item": "item"; "index": "index"; "disabledComponent": "disabledComponent"; "selectedIdx": "selectedIdx"; "orientation": "orientation"; }, {}, never, never,
|
|
26
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BottomNavigationItemComponent, "[kendoBottomNavigationItem]", never, { "itemTemplate": "itemTemplate"; "item": "item"; "index": "index"; "disabledComponent": "disabledComponent"; "selectedIdx": "selectedIdx"; "orientation": "orientation"; }, {}, never, never, true, never>;
|
|
27
27
|
}
|
|
@@ -160,5 +160,5 @@ export declare class BottomNavigationComponent implements OnInit, AfterViewInit,
|
|
|
160
160
|
private keyDownHandler;
|
|
161
161
|
private getBottomNavigationItemIndex;
|
|
162
162
|
static ɵfac: i0.ɵɵFactoryDeclaration<BottomNavigationComponent, never>;
|
|
163
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BottomNavigationComponent, "kendo-bottomnavigation", ["kendoBottomNavigation"], { "items": "items"; "border": "border"; "disabled": "disabled"; "fill": "fill"; "itemFlow": "itemFlow"; "positionMode": "positionMode"; "themeColor": "themeColor"; }, { "select": "select"; }, ["itemTemplate"], never,
|
|
163
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BottomNavigationComponent, "kendo-bottomnavigation", ["kendoBottomNavigation"], { "items": "items"; "border": "border"; "disabled": "disabled"; "fill": "fill"; "itemFlow": "itemFlow"; "positionMode": "positionMode"; "themeColor": "themeColor"; }, { "select": "select"; }, ["itemTemplate"], never, true, never>;
|
|
164
164
|
}
|
|
@@ -13,5 +13,5 @@ export declare class BottomNavigationItemTemplateDirective {
|
|
|
13
13
|
templateRef: TemplateRef<any>;
|
|
14
14
|
constructor(templateRef: TemplateRef<any>);
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<BottomNavigationItemTemplateDirective, [{ optional: true; }]>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BottomNavigationItemTemplateDirective, "[kendoBottomNavigationItemTemplate]", never, {}, {}, never, never,
|
|
16
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BottomNavigationItemTemplateDirective, "[kendoBottomNavigationItemTemplate]", never, {}, {}, never, never, true, never>;
|
|
17
17
|
}
|
|
@@ -3,11 +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 "./bottomnavigation/bottomnavigation
|
|
7
|
-
import * as i2 from "./bottomnavigation/
|
|
8
|
-
import * as i3 from "./bottomnavigation/templates/item-template.directive";
|
|
9
|
-
import * as i4 from "@angular/common";
|
|
10
|
-
import * as i5 from "@progress/kendo-angular-icons";
|
|
6
|
+
import * as i1 from "./bottomnavigation/bottomnavigation.component";
|
|
7
|
+
import * as i2 from "./bottomnavigation/templates/item-template.directive";
|
|
11
8
|
/**
|
|
12
9
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
13
10
|
* definition for the BottomNavigation component.
|
|
@@ -41,6 +38,6 @@ import * as i5 from "@progress/kendo-angular-icons";
|
|
|
41
38
|
*/
|
|
42
39
|
export declare class BottomNavigationModule {
|
|
43
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<BottomNavigationModule, never>;
|
|
44
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BottomNavigationModule, [typeof i1.
|
|
41
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BottomNavigationModule, never, [typeof i1.BottomNavigationComponent, typeof i2.BottomNavigationItemTemplateDirective], [typeof i1.BottomNavigationComponent, typeof i2.BottomNavigationItemTemplateDirective]>;
|
|
45
42
|
static ɵinj: i0.ɵɵInjectorDeclaration<BottomNavigationModule>;
|
|
46
43
|
}
|
|
@@ -26,5 +26,5 @@ export declare class BreadCrumbItemComponent implements OnInit, AfterViewInit {
|
|
|
26
26
|
ngAfterViewInit(): void;
|
|
27
27
|
onImageLoad(): void;
|
|
28
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadCrumbItemComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadCrumbItemComponent, "[kendoBreadCrumbItem]", never, { "item": "item"; "collapseMode": "collapseMode"; "index": "index"; "itemTemplate": "itemTemplate"; }, {}, never, ["[kendoBreadCrumbSeparator]"],
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadCrumbItemComponent, "[kendoBreadCrumbItem]", never, { "item": "item"; "collapseMode": "collapseMode"; "index": "index"; "itemTemplate": "itemTemplate"; }, {}, never, ["[kendoBreadCrumbSeparator]"], true, never>;
|
|
30
30
|
}
|
|
@@ -126,5 +126,5 @@ export declare class BreadCrumbComponent implements OnInit, AfterViewInit, OnDes
|
|
|
126
126
|
private attachResizeHandler;
|
|
127
127
|
private handleClasses;
|
|
128
128
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadCrumbComponent, never>;
|
|
129
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadCrumbComponent, "kendo-breadcrumb", ["kendoBreadCrumb"], { "items": "items"; "separatorIcon": "separatorIcon"; "separatorSVGIcon": "separatorSVGIcon"; "collapseMode": "collapseMode"; "size": "size"; }, { "itemClick": "itemClick"; }, ["itemTemplate"], never,
|
|
129
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadCrumbComponent, "kendo-breadcrumb", ["kendoBreadCrumb"], { "items": "items"; "separatorIcon": "separatorIcon"; "separatorSVGIcon": "separatorSVGIcon"; "collapseMode": "collapseMode"; "size": "size"; }, { "itemClick": "itemClick"; }, ["itemTemplate"], never, true, never>;
|
|
130
130
|
}
|
|
@@ -27,5 +27,5 @@ export declare class BreadCrumbListComponent implements OnDestroy {
|
|
|
27
27
|
ngOnDestroy(): void;
|
|
28
28
|
private getItemIndex;
|
|
29
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadCrumbListComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadCrumbListComponent, "[kendoBreadCrumbList]", never, { "items": "items"; "itemTemplate": "itemTemplate"; "collapseMode": "collapseMode"; "separatorIcon": "separatorIcon"; "separatorSVGIcon": "separatorSVGIcon"; }, { "itemClick": "itemClick"; }, never, never,
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadCrumbListComponent, "[kendoBreadCrumbList]", never, { "items": "items"; "itemTemplate": "itemTemplate"; "collapseMode": "collapseMode"; "separatorIcon": "separatorIcon"; "separatorSVGIcon": "separatorSVGIcon"; }, { "itemClick": "itemClick"; }, never, never, true, never>;
|
|
31
31
|
}
|
|
@@ -14,5 +14,5 @@ export declare class BreadCrumbItemTemplateDirective {
|
|
|
14
14
|
templateRef: TemplateRef<any>;
|
|
15
15
|
constructor(templateRef: TemplateRef<any>);
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadCrumbItemTemplateDirective, [{ optional: true; }]>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BreadCrumbItemTemplateDirective, "[kendoBreadCrumbItemTemplate]", never, {}, {}, never, never,
|
|
17
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BreadCrumbItemTemplateDirective, "[kendoBreadCrumbItemTemplate]", never, {}, {}, never, never, true, never>;
|
|
18
18
|
}
|
|
@@ -28,5 +28,5 @@ export declare class BreadCrumbSeparatorDirective {
|
|
|
28
28
|
ngOnInit(): void;
|
|
29
29
|
ngOnDestroy(): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadCrumbSeparatorDirective, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadCrumbSeparatorDirective, "[kendoBreadCrumbSeparator]", never, { "icon": "icon"; "svgIcon": "svgIcon"; }, {}, never, never,
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadCrumbSeparatorDirective, "[kendoBreadCrumbSeparator]", never, { "icon": "icon"; "svgIcon": "svgIcon"; }, {}, never, never, true, never>;
|
|
32
32
|
}
|
package/breadcrumb.module.d.ts
CHANGED
|
@@ -4,13 +4,7 @@
|
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "./breadcrumb/breadcrumb.component";
|
|
7
|
-
import * as i2 from "./breadcrumb/
|
|
8
|
-
import * as i3 from "./breadcrumb/list.component";
|
|
9
|
-
import * as i4 from "./breadcrumb/template-directives/item-template.directive";
|
|
10
|
-
import * as i5 from "./breadcrumb/template-directives/separator.directive";
|
|
11
|
-
import * as i6 from "@angular/common";
|
|
12
|
-
import * as i7 from "@progress/kendo-angular-common";
|
|
13
|
-
import * as i8 from "@progress/kendo-angular-icons";
|
|
7
|
+
import * as i2 from "./breadcrumb/template-directives/item-template.directive";
|
|
14
8
|
/**
|
|
15
9
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
16
10
|
* definition for the BreadCrumb component.
|
|
@@ -44,6 +38,6 @@ import * as i8 from "@progress/kendo-angular-icons";
|
|
|
44
38
|
*/
|
|
45
39
|
export declare class BreadCrumbModule {
|
|
46
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadCrumbModule, never>;
|
|
47
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadCrumbModule, [typeof i1.BreadCrumbComponent, typeof i2.
|
|
41
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadCrumbModule, never, [typeof i1.BreadCrumbComponent, typeof i2.BreadCrumbItemTemplateDirective], [typeof i1.BreadCrumbComponent, typeof i2.BreadCrumbItemTemplateDirective]>;
|
|
48
42
|
static ɵinj: i0.ɵɵInjectorDeclaration<BreadCrumbModule>;
|
|
49
43
|
}
|
package/directives.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
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 { ActionSheetComponent } from "./actionsheet/actionsheet.component";
|
|
6
|
+
import { ActionSheetContentTemplateDirective, ActionSheetFooterTemplateDirective, ActionSheetHeaderTemplateDirective, ActionSheetItemTemplateDirective, ActionSheetTemplateDirective } from "./actionsheet/models";
|
|
7
|
+
import { AppBarSectionComponent } from "./appbar/appbar-section.component";
|
|
8
|
+
import { AppBarSpacerComponent } from "./appbar/appbar-spacer.component";
|
|
9
|
+
import { AppBarComponent } from "./appbar/appbar.component";
|
|
10
|
+
import { BottomNavigationComponent } from "./bottomnavigation/bottomnavigation.component";
|
|
11
|
+
import { BottomNavigationItemTemplateDirective } from "./bottomnavigation/templates/item-template.directive";
|
|
12
|
+
import { BreadCrumbComponent } from "./breadcrumb/breadcrumb.component";
|
|
13
|
+
import { BreadCrumbItemTemplateDirective } from "./breadcrumb/template-directives/item-template.directive";
|
|
14
|
+
/**
|
|
15
|
+
* Utility array that contains all `ActionSheet` related components and directives.
|
|
16
|
+
*/
|
|
17
|
+
export declare const KENDO_ACTIONSHEET: readonly [typeof ActionSheetComponent, typeof ActionSheetHeaderTemplateDirective, typeof ActionSheetItemTemplateDirective, typeof ActionSheetContentTemplateDirective, typeof ActionSheetFooterTemplateDirective, typeof ActionSheetTemplateDirective];
|
|
18
|
+
/**
|
|
19
|
+
* Utility array that contains all `AppBar` related components and directives.
|
|
20
|
+
*/
|
|
21
|
+
export declare const KENDO_APPBAR: readonly [typeof AppBarComponent, typeof AppBarSectionComponent, typeof AppBarSpacerComponent];
|
|
22
|
+
/**
|
|
23
|
+
* Utility array that contains all `BottomNavigation` related components and directives.
|
|
24
|
+
*/
|
|
25
|
+
export declare const KENDO_BOTTOMNAVIGATION: readonly [typeof BottomNavigationComponent, typeof BottomNavigationItemTemplateDirective];
|
|
26
|
+
/**
|
|
27
|
+
* Utility array that contains all `BreadCrumb` related components and directives.
|
|
28
|
+
*/
|
|
29
|
+
export declare const KENDO_BREADCRUMB: readonly [typeof BreadCrumbComponent, typeof BreadCrumbItemTemplateDirective];
|
|
30
|
+
/**
|
|
31
|
+
* Utility array that contains all `@progress/kendo-angular-navigation` related components and directives.
|
|
32
|
+
*/
|
|
33
|
+
export declare const KENDO_NAVIGATION: readonly [typeof ActionSheetComponent, typeof ActionSheetHeaderTemplateDirective, typeof ActionSheetItemTemplateDirective, typeof ActionSheetContentTemplateDirective, typeof ActionSheetFooterTemplateDirective, typeof ActionSheetTemplateDirective, typeof AppBarComponent, typeof AppBarSectionComponent, typeof AppBarSpacerComponent, typeof BottomNavigationComponent, typeof BottomNavigationItemTemplateDirective, typeof BreadCrumbComponent, typeof BreadCrumbItemTemplateDirective];
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { ChangeDetectorRef, Component, ContentChild, ElementRef, EventEmitter, HostBinding, Input, NgZone, Output, Renderer2, ViewChild } from '@angular/core';
|
|
6
|
+
import { NgIf, NgClass, NgTemplateOutlet } from '@angular/common';
|
|
6
7
|
import { validatePackage } from '@progress/kendo-licensing';
|
|
7
8
|
import { packageMetadata } from '../package-metadata';
|
|
8
9
|
import { Subscription } from 'rxjs';
|
|
@@ -13,11 +14,10 @@ import { L10N_PREFIX, LocalizationService } from '@progress/kendo-angular-l10n';
|
|
|
13
14
|
import { AnimationBuilder } from '@angular/animations';
|
|
14
15
|
import { slideDown, slideUp } from './animation/animations';
|
|
15
16
|
import { take } from 'rxjs/operators';
|
|
17
|
+
import { ActionSheetListComponent } from './list.component';
|
|
16
18
|
import * as i0 from "@angular/core";
|
|
17
19
|
import * as i1 from "@progress/kendo-angular-l10n";
|
|
18
20
|
import * as i2 from "@angular/animations";
|
|
19
|
-
import * as i3 from "@angular/common";
|
|
20
|
-
import * as i4 from "./list.component";
|
|
21
21
|
const DEFAULT_ANIMATION_CONFIG = { duration: 300 };
|
|
22
22
|
/**
|
|
23
23
|
* Represents the [Kendo UI ActionSheet component for Angular]({% slug overview_actionsheet %}).
|
|
@@ -259,7 +259,7 @@ export class ActionSheetComponent {
|
|
|
259
259
|
}
|
|
260
260
|
}
|
|
261
261
|
ActionSheetComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetComponent, deps: [{ token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Renderer2 }, { token: i1.LocalizationService }, { token: i2.AnimationBuilder }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
262
|
-
ActionSheetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ActionSheetComponent, selector: "kendo-actionsheet", inputs: { title: "title", subtitle: "subtitle", items: "items", cssClass: "cssClass", animation: "animation", expanded: "expanded", titleId: "titleId" }, outputs: { expandedChange: "expandedChange", expand: "expand", collapse: "collapse", itemClick: "itemClick", overlayClick: "overlayClick" }, host: { properties: { "class.k-actionsheet-container": "this.hostClass", "attr.dir": "this.direction" } }, providers: [
|
|
262
|
+
ActionSheetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ActionSheetComponent, isStandalone: true, selector: "kendo-actionsheet", inputs: { title: "title", subtitle: "subtitle", items: "items", cssClass: "cssClass", animation: "animation", expanded: "expanded", titleId: "titleId" }, outputs: { expandedChange: "expandedChange", expand: "expand", collapse: "collapse", itemClick: "itemClick", overlayClick: "overlayClick" }, host: { properties: { "class.k-actionsheet-container": "this.hostClass", "attr.dir": "this.direction" } }, providers: [
|
|
263
263
|
LocalizationService,
|
|
264
264
|
{
|
|
265
265
|
provide: L10N_PREFIX,
|
|
@@ -332,7 +332,7 @@ ActionSheetComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", v
|
|
|
332
332
|
</div>
|
|
333
333
|
</div>
|
|
334
334
|
</ng-container>
|
|
335
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
335
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: ActionSheetListComponent, selector: "[kendoActionSheetList]", inputs: ["groupItems", "allItems", "itemTemplate"], outputs: ["itemClick"] }] });
|
|
336
336
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetComponent, decorators: [{
|
|
337
337
|
type: Component,
|
|
338
338
|
args: [{
|
|
@@ -412,7 +412,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
412
412
|
provide: L10N_PREFIX,
|
|
413
413
|
useValue: 'kendo.actionsheet.component'
|
|
414
414
|
}
|
|
415
|
-
]
|
|
415
|
+
],
|
|
416
|
+
standalone: true,
|
|
417
|
+
imports: [NgIf, NgClass, NgTemplateOutlet, ActionSheetListComponent]
|
|
416
418
|
}]
|
|
417
419
|
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Renderer2 }, { type: i1.LocalizationService }, { type: i2.AnimationBuilder }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { hostClass: [{
|
|
418
420
|
type: HostBinding,
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Component, Input, TemplateRef, HostBinding } from "@angular/core";
|
|
6
|
+
import { NgIf, NgTemplateOutlet } from "@angular/common";
|
|
6
7
|
import { isPresent, hexColorRegex } from "../common/util";
|
|
8
|
+
import { IconWrapperComponent } from "@progress/kendo-angular-icons";
|
|
7
9
|
import * as i0 from "@angular/core";
|
|
8
|
-
import * as i1 from "@angular/common";
|
|
9
|
-
import * as i2 from "@progress/kendo-angular-icons";
|
|
10
10
|
/**
|
|
11
11
|
* @hidden
|
|
12
12
|
*/
|
|
@@ -37,7 +37,7 @@ export class ActionSheetItemComponent {
|
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
ActionSheetItemComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
40
|
-
ActionSheetItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ActionSheetItemComponent, selector: "[kendoActionSheetItem]", inputs: { itemTemplate: "itemTemplate", item: "item" }, host: { properties: { "class.k-cursor-pointer": "this.pointerClass" } }, ngImport: i0, template: `
|
|
40
|
+
ActionSheetItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ActionSheetItemComponent, isStandalone: true, selector: "[kendoActionSheetItem]", inputs: { itemTemplate: "itemTemplate", item: "item" }, host: { properties: { "class.k-cursor-pointer": "this.pointerClass" } }, ngImport: i0, template: `
|
|
41
41
|
<ng-template *ngIf="itemTemplate; else defaultTemplate"
|
|
42
42
|
[ngTemplateOutlet]="itemTemplate"
|
|
43
43
|
[ngTemplateOutletContext]="{
|
|
@@ -62,7 +62,7 @@ ActionSheetItemComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0
|
|
|
62
62
|
</span>
|
|
63
63
|
</span>
|
|
64
64
|
</ng-template>
|
|
65
|
-
`, isInline: true, dependencies: [{ kind: "directive", type:
|
|
65
|
+
`, isInline: true, dependencies: [{ kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: IconWrapperComponent, selector: "kendo-icon-wrapper", inputs: ["name", "svgIcon", "innerCssClass", "customFontClass", "size"], exportAs: ["kendoIconWrapper"] }] });
|
|
66
66
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetItemComponent, decorators: [{
|
|
67
67
|
type: Component,
|
|
68
68
|
args: [{
|
|
@@ -93,7 +93,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
93
93
|
</span>
|
|
94
94
|
</span>
|
|
95
95
|
</ng-template>
|
|
96
|
-
|
|
96
|
+
`,
|
|
97
|
+
standalone: true,
|
|
98
|
+
imports: [NgIf, NgTemplateOutlet, IconWrapperComponent]
|
|
97
99
|
}]
|
|
98
100
|
}], propDecorators: { itemTemplate: [{
|
|
99
101
|
type: Input
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { Component, Input, TemplateRef, Output, EventEmitter, ElementRef, Renderer2, NgZone } from "@angular/core";
|
|
6
|
+
import { NgFor, NgClass, NgStyle } from "@angular/common";
|
|
6
7
|
import { Subscription } from "rxjs";
|
|
7
8
|
import { getActionSheetItemIndex, ACTIONSHEET_ITEM_INDEX_ATTRIBUTE } from "../common/util";
|
|
9
|
+
import { ActionSheetItemComponent } from "./item.component";
|
|
8
10
|
import * as i0 from "@angular/core";
|
|
9
|
-
import * as i1 from "@angular/common";
|
|
10
|
-
import * as i2 from "./item.component";
|
|
11
11
|
/**
|
|
12
12
|
* @hidden
|
|
13
13
|
*/
|
|
@@ -55,7 +55,7 @@ export class ActionSheetListComponent {
|
|
|
55
55
|
}
|
|
56
56
|
}
|
|
57
57
|
ActionSheetListComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetListComponent, deps: [{ token: i0.Renderer2 }, { token: i0.NgZone }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Component });
|
|
58
|
-
ActionSheetListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ActionSheetListComponent, selector: "[kendoActionSheetList]", inputs: { groupItems: "groupItems", allItems: "allItems", itemTemplate: "itemTemplate" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: "\n <span *ngFor=\"let item of groupItems\" kendoActionSheetItem\n tabindex=\"0\"\n role=\"button\"\n [attr.aria-disabled]=\"item.disabled\"\n [class.k-actionsheet-item]=\"true\"\n [attr.kendo-actionsheet-item-index]=\"setAttrIndex(item)\"\n [class.k-disabled]=\"item.disabled\"\n [ngClass]=\"item.cssClass\"\n [ngStyle]=\"item.cssStyle\"\n [itemTemplate]=\"itemTemplate\"\n [item]=\"item\">\n </span>\n ", isInline: true, dependencies: [{ kind: "directive", type:
|
|
58
|
+
ActionSheetListComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: ActionSheetListComponent, isStandalone: true, selector: "[kendoActionSheetList]", inputs: { groupItems: "groupItems", allItems: "allItems", itemTemplate: "itemTemplate" }, outputs: { itemClick: "itemClick" }, ngImport: i0, template: "\n <span *ngFor=\"let item of groupItems\" kendoActionSheetItem\n tabindex=\"0\"\n role=\"button\"\n [attr.aria-disabled]=\"item.disabled\"\n [class.k-actionsheet-item]=\"true\"\n [attr.kendo-actionsheet-item-index]=\"setAttrIndex(item)\"\n [class.k-disabled]=\"item.disabled\"\n [ngClass]=\"item.cssClass\"\n [ngStyle]=\"item.cssStyle\"\n [itemTemplate]=\"itemTemplate\"\n [item]=\"item\">\n </span>\n ", isInline: true, dependencies: [{ kind: "directive", type: NgFor, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "component", type: ActionSheetItemComponent, selector: "[kendoActionSheetItem]", inputs: ["itemTemplate", "item"] }, { kind: "directive", type: NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] });
|
|
59
59
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetListComponent, decorators: [{
|
|
60
60
|
type: Component,
|
|
61
61
|
args: [{
|
|
@@ -74,7 +74,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImpo
|
|
|
74
74
|
[itemTemplate]="itemTemplate"
|
|
75
75
|
[item]="item">
|
|
76
76
|
</span>
|
|
77
|
-
|
|
77
|
+
`,
|
|
78
|
+
standalone: true,
|
|
79
|
+
imports: [NgFor, ActionSheetItemComponent, NgClass, NgStyle]
|
|
78
80
|
}]
|
|
79
81
|
}], ctorParameters: function () { return [{ type: i0.Renderer2 }, { type: i0.NgZone }, { type: i0.ElementRef }]; }, propDecorators: { groupItems: [{
|
|
80
82
|
type: Input
|
|
@@ -15,11 +15,12 @@ export class ActionSheetTemplateDirective {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
ActionSheetTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18
|
-
ActionSheetTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ActionSheetTemplateDirective, selector: "[kendoActionSheetTemplate]", ngImport: i0 });
|
|
18
|
+
ActionSheetTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ActionSheetTemplateDirective, isStandalone: true, selector: "[kendoActionSheetTemplate]", ngImport: i0 });
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
|
-
selector: '[kendoActionSheetTemplate]'
|
|
22
|
+
selector: '[kendoActionSheetTemplate]',
|
|
23
|
+
standalone: true
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
25
26
|
type: Optional
|
|
@@ -15,11 +15,12 @@ export class ActionSheetContentTemplateDirective {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
ActionSheetContentTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetContentTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18
|
-
ActionSheetContentTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ActionSheetContentTemplateDirective, selector: "[kendoActionSheetContentTemplate]", ngImport: i0 });
|
|
18
|
+
ActionSheetContentTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ActionSheetContentTemplateDirective, isStandalone: true, selector: "[kendoActionSheetContentTemplate]", ngImport: i0 });
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetContentTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
|
-
selector: '[kendoActionSheetContentTemplate]'
|
|
22
|
+
selector: '[kendoActionSheetContentTemplate]',
|
|
23
|
+
standalone: true
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
25
26
|
type: Optional
|
|
@@ -15,11 +15,12 @@ export class ActionSheetFooterTemplateDirective {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
ActionSheetFooterTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetFooterTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18
|
-
ActionSheetFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ActionSheetFooterTemplateDirective, selector: "[kendoActionSheetFooterTemplate]", ngImport: i0 });
|
|
18
|
+
ActionSheetFooterTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ActionSheetFooterTemplateDirective, isStandalone: true, selector: "[kendoActionSheetFooterTemplate]", ngImport: i0 });
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetFooterTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
|
-
selector: '[kendoActionSheetFooterTemplate]'
|
|
22
|
+
selector: '[kendoActionSheetFooterTemplate]',
|
|
23
|
+
standalone: true
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
25
26
|
type: Optional
|
|
@@ -15,11 +15,12 @@ export class ActionSheetHeaderTemplateDirective {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
ActionSheetHeaderTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetHeaderTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18
|
-
ActionSheetHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ActionSheetHeaderTemplateDirective, selector: "[kendoActionSheetHeaderTemplate]", ngImport: i0 });
|
|
18
|
+
ActionSheetHeaderTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ActionSheetHeaderTemplateDirective, isStandalone: true, selector: "[kendoActionSheetHeaderTemplate]", ngImport: i0 });
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetHeaderTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
|
-
selector: '[kendoActionSheetHeaderTemplate]'
|
|
22
|
+
selector: '[kendoActionSheetHeaderTemplate]',
|
|
23
|
+
standalone: true
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
25
26
|
type: Optional
|
|
@@ -15,11 +15,12 @@ export class ActionSheetItemTemplateDirective {
|
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
ActionSheetItemTemplateDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetItemTemplateDirective, deps: [{ token: i0.TemplateRef, optional: true }], target: i0.ɵɵFactoryTarget.Directive });
|
|
18
|
-
ActionSheetItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ActionSheetItemTemplateDirective, selector: "[kendoActionSheetItemTemplate]", ngImport: i0 });
|
|
18
|
+
ActionSheetItemTemplateDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: ActionSheetItemTemplateDirective, isStandalone: true, selector: "[kendoActionSheetItemTemplate]", ngImport: i0 });
|
|
19
19
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetItemTemplateDirective, decorators: [{
|
|
20
20
|
type: Directive,
|
|
21
21
|
args: [{
|
|
22
|
-
selector: '[kendoActionSheetItemTemplate]'
|
|
22
|
+
selector: '[kendoActionSheetItemTemplate]',
|
|
23
|
+
standalone: true
|
|
23
24
|
}]
|
|
24
25
|
}], ctorParameters: function () { return [{ type: i0.TemplateRef, decorators: [{
|
|
25
26
|
type: Optional
|
|
@@ -3,29 +3,16 @@
|
|
|
3
3
|
* Licensed under commercial license. See LICENSE.md in the project root for more information
|
|
4
4
|
*-------------------------------------------------------------------------------------------*/
|
|
5
5
|
import { NgModule } from '@angular/core';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import { ActionSheetComponent } from './actionsheet/actionsheet.component';
|
|
9
|
-
import { ActionSheetHeaderTemplateDirective, ActionSheetItemTemplateDirective, ActionSheetContentTemplateDirective, ActionSheetFooterTemplateDirective, ActionSheetTemplateDirective } from './actionsheet/models';
|
|
10
|
-
import { ActionSheetItemComponent } from './actionsheet/item.component';
|
|
11
|
-
import { ActionSheetListComponent } from './actionsheet/list.component';
|
|
6
|
+
import { IconsService } from '@progress/kendo-angular-icons';
|
|
7
|
+
import { KENDO_ACTIONSHEET } from './directives';
|
|
12
8
|
import * as i0 from "@angular/core";
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
const exportedModules = [
|
|
21
|
-
ActionSheetComponent,
|
|
22
|
-
...templateDirectives
|
|
23
|
-
];
|
|
24
|
-
const declarations = [
|
|
25
|
-
ActionSheetItemComponent,
|
|
26
|
-
ActionSheetListComponent,
|
|
27
|
-
...exportedModules
|
|
28
|
-
];
|
|
9
|
+
import * as i1 from "./actionsheet/actionsheet.component";
|
|
10
|
+
import * as i2 from "./actionsheet/templates/header-template.directive";
|
|
11
|
+
import * as i3 from "./actionsheet/templates/item-template.directive";
|
|
12
|
+
import * as i4 from "./actionsheet/templates/content-template.directive";
|
|
13
|
+
import * as i5 from "./actionsheet/templates/footer-template.directive";
|
|
14
|
+
import * as i6 from "./actionsheet/templates/actionsheet-template";
|
|
15
|
+
// IMPORTANT: NgModule export kept for backwards compatibility
|
|
29
16
|
/**
|
|
30
17
|
* Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi'])
|
|
31
18
|
* definition for the ActionSheet component.
|
|
@@ -61,22 +48,13 @@ const declarations = [
|
|
|
61
48
|
export class ActionSheetModule {
|
|
62
49
|
}
|
|
63
50
|
ActionSheetModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
64
|
-
ActionSheetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetModule,
|
|
65
|
-
|
|
66
|
-
ActionSheetItemTemplateDirective,
|
|
67
|
-
ActionSheetContentTemplateDirective,
|
|
68
|
-
ActionSheetFooterTemplateDirective,
|
|
69
|
-
ActionSheetTemplateDirective], imports: [CommonModule, IconsModule], exports: [ActionSheetComponent, ActionSheetHeaderTemplateDirective,
|
|
70
|
-
ActionSheetItemTemplateDirective,
|
|
71
|
-
ActionSheetContentTemplateDirective,
|
|
72
|
-
ActionSheetFooterTemplateDirective,
|
|
73
|
-
ActionSheetTemplateDirective] });
|
|
74
|
-
ActionSheetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetModule, imports: [CommonModule, IconsModule] });
|
|
51
|
+
ActionSheetModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetModule, imports: [i1.ActionSheetComponent, i2.ActionSheetHeaderTemplateDirective, i3.ActionSheetItemTemplateDirective, i4.ActionSheetContentTemplateDirective, i5.ActionSheetFooterTemplateDirective, i6.ActionSheetTemplateDirective], exports: [i1.ActionSheetComponent, i2.ActionSheetHeaderTemplateDirective, i3.ActionSheetItemTemplateDirective, i4.ActionSheetContentTemplateDirective, i5.ActionSheetFooterTemplateDirective, i6.ActionSheetTemplateDirective] });
|
|
52
|
+
ActionSheetModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetModule, providers: [IconsService], imports: [i1.ActionSheetComponent] });
|
|
75
53
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: ActionSheetModule, decorators: [{
|
|
76
54
|
type: NgModule,
|
|
77
55
|
args: [{
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
56
|
+
exports: [...KENDO_ACTIONSHEET],
|
|
57
|
+
imports: [...KENDO_ACTIONSHEET],
|
|
58
|
+
providers: [IconsService]
|
|
81
59
|
}]
|
|
82
60
|
}] });
|