@syncfusion/ej2-angular-navigations 31.2.3-ngcc → 31.2.3
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/CHANGELOG.md +3136 -0
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/accordion/accordion-all.module.mjs +23 -0
- package/esm2020/src/accordion/accordion.component.mjs +77 -0
- package/esm2020/src/accordion/accordion.module.mjs +34 -0
- package/esm2020/src/accordion/items.directive.mjs +72 -0
- package/esm2020/src/appbar/appbar-all.module.mjs +23 -0
- package/esm2020/src/appbar/appbar.component.mjs +59 -0
- package/esm2020/src/appbar/appbar.module.mjs +25 -0
- package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +23 -0
- package/esm2020/src/breadcrumb/breadcrumb.component.mjs +77 -0
- package/esm2020/src/breadcrumb/breadcrumb.module.mjs +34 -0
- package/esm2020/src/breadcrumb/items.directive.mjs +58 -0
- package/esm2020/src/carousel/carousel-all.module.mjs +23 -0
- package/esm2020/src/carousel/carousel.component.mjs +95 -0
- package/esm2020/src/carousel/carousel.module.mjs +34 -0
- package/esm2020/src/carousel/items.directive.mjs +66 -0
- package/esm2020/src/context-menu/contextmenu-all.module.mjs +23 -0
- package/esm2020/src/context-menu/contextmenu.component.mjs +60 -0
- package/esm2020/src/context-menu/contextmenu.module.mjs +25 -0
- package/esm2020/src/index.mjs +42 -0
- package/esm2020/src/menu/items.directive.mjs +46 -0
- package/esm2020/src/menu/menu-all.module.mjs +23 -0
- package/esm2020/src/menu/menu.component.mjs +71 -0
- package/esm2020/src/menu/menu.module.mjs +34 -0
- package/esm2020/src/sidebar/sidebar-all.module.mjs +23 -0
- package/esm2020/src/sidebar/sidebar.component.mjs +59 -0
- package/esm2020/src/sidebar/sidebar.module.mjs +25 -0
- package/esm2020/src/stepper/stepper-all.module.mjs +23 -0
- package/esm2020/src/stepper/stepper.component.mjs +77 -0
- package/esm2020/src/stepper/stepper.module.mjs +34 -0
- package/esm2020/src/stepper/steps.directive.mjs +58 -0
- package/esm2020/src/tab/items.directive.mjs +78 -0
- package/esm2020/src/tab/tab-all.module.mjs +23 -0
- package/esm2020/src/tab/tab.component.mjs +64 -0
- package/esm2020/src/tab/tab.module.mjs +34 -0
- package/esm2020/src/toolbar/items.directive.mjs +66 -0
- package/esm2020/src/toolbar/toolbar-all.module.mjs +23 -0
- package/esm2020/src/toolbar/toolbar.component.mjs +64 -0
- package/esm2020/src/toolbar/toolbar.module.mjs +34 -0
- package/esm2020/src/treeview/treeview-all.module.mjs +23 -0
- package/esm2020/src/treeview/treeview.component.mjs +66 -0
- package/esm2020/src/treeview/treeview.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-navigations.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs +1615 -0
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs +1615 -0
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -0
- package/package.json +20 -7
- package/public_api.d.ts +1 -1
- package/src/accordion/accordion-all.module.d.ts +11 -5
- package/src/accordion/accordion.component.d.ts +57 -54
- package/src/accordion/accordion.module.d.ts +12 -5
- package/src/accordion/items.directive.d.ts +80 -75
- package/src/appbar/appbar-all.module.d.ts +11 -5
- package/src/appbar/appbar.component.d.ts +32 -29
- package/src/appbar/appbar.module.d.ts +11 -5
- package/src/breadcrumb/breadcrumb-all.module.d.ts +11 -5
- package/src/breadcrumb/breadcrumb.component.d.ts +49 -46
- package/src/breadcrumb/breadcrumb.module.d.ts +12 -5
- package/src/breadcrumb/items.directive.d.ts +56 -51
- package/src/carousel/carousel-all.module.d.ts +11 -5
- package/src/carousel/carousel.component.d.ts +81 -78
- package/src/carousel/carousel.module.d.ts +12 -5
- package/src/carousel/items.directive.d.ts +55 -50
- package/src/context-menu/contextmenu-all.module.d.ts +11 -5
- package/src/context-menu/contextmenu.component.d.ts +38 -35
- package/src/context-menu/contextmenu.module.d.ts +11 -5
- package/src/index.d.ts +41 -41
- package/src/menu/items.directive.d.ts +55 -50
- package/src/menu/menu-all.module.d.ts +11 -5
- package/src/menu/menu.component.d.ts +46 -43
- package/src/menu/menu.module.d.ts +12 -5
- package/src/sidebar/sidebar-all.module.d.ts +11 -5
- package/src/sidebar/sidebar.component.d.ts +36 -33
- package/src/sidebar/sidebar.module.d.ts +11 -5
- package/src/stepper/stepper-all.module.d.ts +11 -5
- package/src/stepper/stepper.component.d.ts +60 -57
- package/src/stepper/stepper.module.d.ts +12 -5
- package/src/stepper/steps.directive.d.ts +81 -76
- package/src/tab/items.directive.d.ts +82 -77
- package/src/tab/tab-all.module.d.ts +11 -5
- package/src/tab/tab.component.d.ts +44 -41
- package/src/tab/tab.module.d.ts +12 -5
- package/src/toolbar/items.directive.d.ts +147 -142
- package/src/toolbar/toolbar-all.module.d.ts +11 -5
- package/src/toolbar/toolbar.component.d.ts +38 -35
- package/src/toolbar/toolbar.module.d.ts +12 -5
- package/src/treeview/treeview-all.module.d.ts +11 -5
- package/src/treeview/treeview.component.d.ts +65 -62
- package/src/treeview/treeview.module.d.ts +11 -5
- package/syncfusion-ej2-angular-navigations.d.ts +5 -0
- package/@syncfusion/ej2-angular-navigations.es5.js +0 -2247
- package/@syncfusion/ej2-angular-navigations.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-navigations.js +0 -2070
- package/@syncfusion/ej2-angular-navigations.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-navigations.umd.js +0 -2356
- package/dist/ej2-angular-navigations.umd.js.map +0 -1
- package/dist/ej2-angular-navigations.umd.min.js +0 -11
- package/dist/ej2-angular-navigations.umd.min.js.map +0 -1
- package/ej2-angular-navigations.d.ts +0 -15
- package/ej2-angular-navigations.metadata.json +0 -1
|
@@ -1,43 +1,46 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { Menu } from '@syncfusion/ej2-navigations';
|
|
4
|
-
import { MenuItemsDirective } from './items.directive';
|
|
5
|
-
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
private
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
*
|
|
33
|
-
* @
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Menu } from '@syncfusion/ej2-navigations';
|
|
4
|
+
import { MenuItemsDirective } from './items.directive';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare const inputs: string[];
|
|
7
|
+
export declare const outputs: string[];
|
|
8
|
+
export declare const twoWays: string[];
|
|
9
|
+
/**
|
|
10
|
+
* Represents the EJ2 Angular Menu Component.
|
|
11
|
+
* ```html
|
|
12
|
+
* <ejs-menu [items]='menuItems'></ejs-menu>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class MenuComponent extends Menu implements IComponentBase {
|
|
16
|
+
private ngEle;
|
|
17
|
+
private srenderer;
|
|
18
|
+
private viewContainerRef;
|
|
19
|
+
private injector;
|
|
20
|
+
context: any;
|
|
21
|
+
tagObjects: any;
|
|
22
|
+
beforeClose: any;
|
|
23
|
+
beforeItemRender: any;
|
|
24
|
+
beforeOpen: any;
|
|
25
|
+
created: any;
|
|
26
|
+
onClose: any;
|
|
27
|
+
onOpen: any;
|
|
28
|
+
select: any;
|
|
29
|
+
childItems: QueryList<MenuItemsDirective>;
|
|
30
|
+
tags: string[];
|
|
31
|
+
/**
|
|
32
|
+
* Specifies the template for Menu item.
|
|
33
|
+
* @default null
|
|
34
|
+
* @asptype string
|
|
35
|
+
*/
|
|
36
|
+
template: any;
|
|
37
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
38
|
+
ngOnInit(): void;
|
|
39
|
+
ngAfterViewInit(): void;
|
|
40
|
+
ngOnDestroy(): void;
|
|
41
|
+
ngAfterContentChecked(): void;
|
|
42
|
+
registerEvents: (eventList: string[]) => void;
|
|
43
|
+
addTwoWay: (propList: string[]) => void;
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuComponent, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MenuComponent, "ejs-menu", never, { "animationSettings": "animationSettings"; "cssClass": "cssClass"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableScrolling": "enableScrolling"; "fields": "fields"; "filter": "filter"; "hamburgerMode": "hamburgerMode"; "hoverDelay": "hoverDelay"; "items": "items"; "locale": "locale"; "orientation": "orientation"; "showItemOnClick": "showItemOnClick"; "target": "target"; "template": "template"; "title": "title"; }, { "beforeClose": "beforeClose"; "beforeItemRender": "beforeItemRender"; "beforeOpen": "beforeOpen"; "created": "created"; "onClose": "onClose"; "onOpen": "onOpen"; "select": "select"; }, ["template", "childItems"], never>;
|
|
46
|
+
}
|
|
@@ -1,5 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./menu.component";
|
|
3
|
+
import * as i2 from "./items.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
/**
|
|
6
|
+
* NgModule definition for the Menu component.
|
|
7
|
+
*/
|
|
8
|
+
export declare class MenuModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MenuModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MenuModule, [typeof i1.MenuComponent, typeof i2.MenuItemDirective, typeof i2.MenuItemsDirective], [typeof i3.CommonModule], [typeof i1.MenuComponent, typeof i2.MenuItemDirective, typeof i2.MenuItemsDirective]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MenuModule>;
|
|
12
|
+
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./sidebar.module";
|
|
4
|
+
/**
|
|
5
|
+
* NgModule definition for the Sidebar component with providers.
|
|
6
|
+
*/
|
|
7
|
+
export declare class SidebarAllModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarAllModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarAllModule, never, [typeof i1.CommonModule, typeof i2.SidebarModule], [typeof i2.SidebarModule]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SidebarAllModule>;
|
|
11
|
+
}
|
|
@@ -1,33 +1,36 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { Sidebar } from '@syncfusion/ej2-navigations';
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
6
|
-
export declare const
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
private
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Sidebar } from '@syncfusion/ej2-navigations';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare const inputs: string[];
|
|
6
|
+
export declare const outputs: string[];
|
|
7
|
+
export declare const twoWays: string[];
|
|
8
|
+
/**
|
|
9
|
+
* Represents the Essential JS 2 Angular Sidebar Component.
|
|
10
|
+
* ```html
|
|
11
|
+
* <ejs-sidebar></ejs-sidebar>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare class SidebarComponent extends Sidebar implements IComponentBase {
|
|
15
|
+
private ngEle;
|
|
16
|
+
private srenderer;
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
private injector;
|
|
19
|
+
containerContext: any;
|
|
20
|
+
tagObjects: any;
|
|
21
|
+
change: any;
|
|
22
|
+
close: any;
|
|
23
|
+
created: any;
|
|
24
|
+
destroyed: any;
|
|
25
|
+
open: any;
|
|
26
|
+
isOpenChange: any;
|
|
27
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
28
|
+
ngOnInit(): void;
|
|
29
|
+
ngAfterViewInit(): void;
|
|
30
|
+
ngOnDestroy(): void;
|
|
31
|
+
ngAfterContentChecked(): void;
|
|
32
|
+
registerEvents: (eventList: string[]) => void;
|
|
33
|
+
addTwoWay: (propList: string[]) => void;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidebarComponent, "ejs-sidebar", never, { "animate": "animate"; "closeOnDocumentClick": "closeOnDocumentClick"; "dockSize": "dockSize"; "enableDock": "enableDock"; "enableGestures": "enableGestures"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "height": "height"; "isOpen": "isOpen"; "locale": "locale"; "mediaQuery": "mediaQuery"; "position": "position"; "showBackdrop": "showBackdrop"; "target": "target"; "type": "type"; "width": "width"; "zIndex": "zIndex"; }, { "change": "change"; "close": "close"; "created": "created"; "destroyed": "destroyed"; "open": "open"; "isOpenChange": "isOpenChange"; }, never, ["*"]>;
|
|
36
|
+
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./sidebar.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
/**
|
|
5
|
+
* NgModule definition for the Sidebar component.
|
|
6
|
+
*/
|
|
7
|
+
export declare class SidebarModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SidebarModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SidebarModule, [typeof i1.SidebarComponent], [typeof i2.CommonModule], [typeof i1.SidebarComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SidebarModule>;
|
|
11
|
+
}
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common";
|
|
3
|
+
import * as i2 from "./stepper.module";
|
|
4
|
+
/**
|
|
5
|
+
* NgModule definition for the Stepper component with providers.
|
|
6
|
+
*/
|
|
7
|
+
export declare class StepperAllModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StepperAllModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperAllModule, never, [typeof i1.CommonModule, typeof i2.StepperModule], [typeof i2.StepperModule]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<StepperAllModule>;
|
|
11
|
+
}
|
|
@@ -1,57 +1,60 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { Stepper } from '@syncfusion/ej2-navigations';
|
|
4
|
-
import { StepsDirective } from './steps.directive';
|
|
5
|
-
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
private
|
|
17
|
-
private
|
|
18
|
-
private
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
* @
|
|
36
|
-
* @
|
|
37
|
-
* @
|
|
38
|
-
* @
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
*
|
|
44
|
-
* @
|
|
45
|
-
* @
|
|
46
|
-
* @
|
|
47
|
-
* @
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Stepper } from '@syncfusion/ej2-navigations';
|
|
4
|
+
import { StepsDirective } from './steps.directive';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare const inputs: string[];
|
|
7
|
+
export declare const outputs: string[];
|
|
8
|
+
export declare const twoWays: string[];
|
|
9
|
+
/**
|
|
10
|
+
* Represents the EJ2 Angular Stepper Component.
|
|
11
|
+
* ```html
|
|
12
|
+
* <nav ejs-stepper [steps]='stepItems'></nav>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class StepperComponent extends Stepper implements IComponentBase {
|
|
16
|
+
private ngEle;
|
|
17
|
+
private srenderer;
|
|
18
|
+
private viewContainerRef;
|
|
19
|
+
private injector;
|
|
20
|
+
containerContext: any;
|
|
21
|
+
tagObjects: any;
|
|
22
|
+
beforeStepRender: any;
|
|
23
|
+
created: any;
|
|
24
|
+
stepChanged: any;
|
|
25
|
+
stepChanging: any;
|
|
26
|
+
stepClick: any;
|
|
27
|
+
activeStepChange: any;
|
|
28
|
+
childSteps: QueryList<StepsDirective>;
|
|
29
|
+
tags: string[];
|
|
30
|
+
/**
|
|
31
|
+
* Defines the template content for each step.
|
|
32
|
+
*
|
|
33
|
+
* {% codeBlock src='stepper/template/index.md' %}{% endcodeBlock %}
|
|
34
|
+
*
|
|
35
|
+
* @default ''
|
|
36
|
+
* @angulartype string | object
|
|
37
|
+
* @reacttype string | function | JSX.Element
|
|
38
|
+
* @vuetype string | function
|
|
39
|
+
* @asptype string
|
|
40
|
+
*/
|
|
41
|
+
template: any;
|
|
42
|
+
/**
|
|
43
|
+
* Defines the template content for the tooltip.
|
|
44
|
+
* @default ''
|
|
45
|
+
* @angulartype string | object
|
|
46
|
+
* @reacttype string | function | JSX.Element
|
|
47
|
+
* @vuetype string | function
|
|
48
|
+
* @asptype string
|
|
49
|
+
*/
|
|
50
|
+
tooltipTemplate: any;
|
|
51
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
52
|
+
ngOnInit(): void;
|
|
53
|
+
ngAfterViewInit(): void;
|
|
54
|
+
ngOnDestroy(): void;
|
|
55
|
+
ngAfterContentChecked(): void;
|
|
56
|
+
registerEvents: (eventList: string[]) => void;
|
|
57
|
+
addTwoWay: (propList: string[]) => void;
|
|
58
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
|
|
59
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "ejs-stepper", never, { "activeStep": "activeStep"; "animation": "animation"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "labelPosition": "labelPosition"; "linear": "linear"; "locale": "locale"; "orientation": "orientation"; "readOnly": "readOnly"; "showTooltip": "showTooltip"; "stepType": "stepType"; "steps": "steps"; "template": "template"; "tooltipTemplate": "tooltipTemplate"; }, { "beforeStepRender": "beforeStepRender"; "created": "created"; "stepChanged": "stepChanged"; "stepChanging": "stepChanging"; "stepClick": "stepClick"; "activeStepChange": "activeStepChange"; }, ["template", "tooltipTemplate", "childSteps"], ["nav"]>;
|
|
60
|
+
}
|
|
@@ -1,5 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./stepper.component";
|
|
3
|
+
import * as i2 from "./steps.directive";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
/**
|
|
6
|
+
* NgModule definition for the Stepper component.
|
|
7
|
+
*/
|
|
8
|
+
export declare class StepperModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StepperModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<StepperModule, [typeof i1.StepperComponent, typeof i2.StepDirective, typeof i2.StepsDirective], [typeof i3.CommonModule], [typeof i1.StepperComponent, typeof i2.StepDirective, typeof i2.StepsDirective]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<StepperModule>;
|
|
12
|
+
}
|
|
@@ -1,76 +1,81 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* <e-step [iconCss]='e-icons e-folder' [text]='Step
|
|
11
|
-
*
|
|
12
|
-
*
|
|
13
|
-
*
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
*
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
*
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
*
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
*
|
|
36
|
-
* If
|
|
37
|
-
* If
|
|
38
|
-
*
|
|
39
|
-
* @
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
*
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
*
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
*
|
|
55
|
-
*
|
|
56
|
-
* *
|
|
57
|
-
* *
|
|
58
|
-
*
|
|
59
|
-
* @
|
|
60
|
-
* @
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
*
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
/**
|
|
5
|
+
* 'e-step' directive represents a step of the Angular Stepper.
|
|
6
|
+
* It must be contained in a Stepper component(`ejs-stepper`).
|
|
7
|
+
* ```html
|
|
8
|
+
* <ejs-stepper>
|
|
9
|
+
* <e-steps>
|
|
10
|
+
* <e-step [iconCss]='e-icons e-folder' [text]='Step 1' />
|
|
11
|
+
* <e-step [iconCss]='e-icons e-folder' [text]='Step 2' />
|
|
12
|
+
* </e-steps>
|
|
13
|
+
* </ejs-stepper>
|
|
14
|
+
* ```
|
|
15
|
+
*/
|
|
16
|
+
export declare class StepDirective extends ComplexBase<StepDirective> {
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
directivePropList: any;
|
|
19
|
+
/**
|
|
20
|
+
* Defines the CSS class to customize the step appearance.
|
|
21
|
+
* @default ''
|
|
22
|
+
*/
|
|
23
|
+
cssClass: any;
|
|
24
|
+
/**
|
|
25
|
+
* Defines whether a step is enabled or disabled.
|
|
26
|
+
* @default false
|
|
27
|
+
*/
|
|
28
|
+
disabled: any;
|
|
29
|
+
/**
|
|
30
|
+
* Defines the icon content of the step.
|
|
31
|
+
* @default ''
|
|
32
|
+
*/
|
|
33
|
+
iconCss: any;
|
|
34
|
+
/**
|
|
35
|
+
* Defines the state whether it is valid completion or not.
|
|
36
|
+
* If set to true, the completion is valid.
|
|
37
|
+
* If false, the completion is invalid.
|
|
38
|
+
* If null, the completion state is not determined.
|
|
39
|
+
* @asptype bool?
|
|
40
|
+
* @default null
|
|
41
|
+
*/
|
|
42
|
+
isValid: any;
|
|
43
|
+
/**
|
|
44
|
+
* Defines the label content of the step.
|
|
45
|
+
* @default ''
|
|
46
|
+
*/
|
|
47
|
+
label: any;
|
|
48
|
+
/**
|
|
49
|
+
* Defines whether the step is optionally to skip completion or not.
|
|
50
|
+
* @default false
|
|
51
|
+
*/
|
|
52
|
+
optional: any;
|
|
53
|
+
/**
|
|
54
|
+
* Defines the status of the step.
|
|
55
|
+
* The possible values are
|
|
56
|
+
* * NotStarted
|
|
57
|
+
* * InProgress
|
|
58
|
+
* * Completed
|
|
59
|
+
* @isenumeration true
|
|
60
|
+
* @default StepStatus.NotStarted
|
|
61
|
+
* @asptype StepStatus
|
|
62
|
+
*/
|
|
63
|
+
status: any;
|
|
64
|
+
/**
|
|
65
|
+
* Defines the text content of the step.
|
|
66
|
+
* @default ''
|
|
67
|
+
*/
|
|
68
|
+
text: any;
|
|
69
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
70
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StepDirective, never>;
|
|
71
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StepDirective, "ejs-stepper>e-steps>e-step", never, { "cssClass": "cssClass"; "disabled": "disabled"; "iconCss": "iconCss"; "isValid": "isValid"; "label": "label"; "optional": "optional"; "status": "status"; "text": "text"; }, {}, never>;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Step Array Directive
|
|
75
|
+
* @private
|
|
76
|
+
*/
|
|
77
|
+
export declare class StepsDirective extends ArrayBase<StepsDirective> {
|
|
78
|
+
constructor();
|
|
79
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StepsDirective, never>;
|
|
80
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StepsDirective, "ejs-stepper>e-steps", never, {}, {}, ["children"]>;
|
|
81
|
+
}
|