@syncfusion/ej2-angular-navigations 31.2.5 → 31.2.12-ngcc
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/@syncfusion/ej2-angular-navigations.es5.js +2247 -0
- package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-navigations.js +2070 -0
- package/@syncfusion/ej2-angular-navigations.js.map +1 -0
- package/LICENSE +10 -0
- package/README.md +3 -11
- package/dist/ej2-angular-navigations.umd.js +2356 -0
- package/dist/ej2-angular-navigations.umd.js.map +1 -0
- package/dist/ej2-angular-navigations.umd.min.js +11 -0
- package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
- package/ej2-angular-navigations.d.ts +15 -0
- package/ej2-angular-navigations.metadata.json +1 -0
- package/package.json +10 -23
- package/public_api.d.ts +1 -1
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/src/accordion/accordion-all.module.d.ts +5 -11
- package/src/accordion/accordion.component.d.ts +54 -57
- package/src/accordion/accordion.module.d.ts +5 -12
- package/src/accordion/items.directive.d.ts +75 -80
- package/src/appbar/appbar-all.module.d.ts +5 -11
- package/src/appbar/appbar.component.d.ts +29 -32
- package/src/appbar/appbar.module.d.ts +5 -11
- package/src/breadcrumb/breadcrumb-all.module.d.ts +5 -11
- package/src/breadcrumb/breadcrumb.component.d.ts +46 -49
- package/src/breadcrumb/breadcrumb.module.d.ts +5 -12
- package/src/breadcrumb/items.directive.d.ts +51 -56
- package/src/carousel/carousel-all.module.d.ts +5 -11
- package/src/carousel/carousel.component.d.ts +78 -81
- package/src/carousel/carousel.module.d.ts +5 -12
- package/src/carousel/items.directive.d.ts +50 -55
- package/src/context-menu/contextmenu-all.module.d.ts +5 -11
- package/src/context-menu/contextmenu.component.d.ts +35 -38
- package/src/context-menu/contextmenu.module.d.ts +5 -11
- package/src/index.d.ts +41 -41
- package/src/menu/items.directive.d.ts +50 -55
- package/src/menu/menu-all.module.d.ts +5 -11
- package/src/menu/menu.component.d.ts +43 -46
- package/src/menu/menu.module.d.ts +5 -12
- package/src/sidebar/sidebar-all.module.d.ts +5 -11
- package/src/sidebar/sidebar.component.d.ts +33 -36
- package/src/sidebar/sidebar.module.d.ts +5 -11
- package/src/stepper/stepper-all.module.d.ts +5 -11
- package/src/stepper/stepper.component.d.ts +57 -60
- package/src/stepper/stepper.module.d.ts +5 -12
- package/src/stepper/steps.directive.d.ts +76 -81
- package/src/tab/items.directive.d.ts +77 -82
- package/src/tab/tab-all.module.d.ts +5 -11
- package/src/tab/tab.component.d.ts +41 -44
- package/src/tab/tab.module.d.ts +5 -12
- package/src/toolbar/items.directive.d.ts +142 -147
- package/src/toolbar/toolbar-all.module.d.ts +5 -11
- package/src/toolbar/toolbar.component.d.ts +35 -38
- package/src/toolbar/toolbar.module.d.ts +5 -12
- package/src/treeview/treeview-all.module.d.ts +5 -11
- package/src/treeview/treeview.component.d.ts +62 -65
- package/src/treeview/treeview.module.d.ts +5 -11
- package/CHANGELOG.md +0 -3144
- package/esm2020/public_api.mjs +0 -2
- package/esm2020/src/accordion/accordion-all.module.mjs +0 -23
- package/esm2020/src/accordion/accordion.component.mjs +0 -77
- package/esm2020/src/accordion/accordion.module.mjs +0 -34
- package/esm2020/src/accordion/items.directive.mjs +0 -72
- package/esm2020/src/appbar/appbar-all.module.mjs +0 -23
- package/esm2020/src/appbar/appbar.component.mjs +0 -59
- package/esm2020/src/appbar/appbar.module.mjs +0 -25
- package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +0 -23
- package/esm2020/src/breadcrumb/breadcrumb.component.mjs +0 -77
- package/esm2020/src/breadcrumb/breadcrumb.module.mjs +0 -34
- package/esm2020/src/breadcrumb/items.directive.mjs +0 -58
- package/esm2020/src/carousel/carousel-all.module.mjs +0 -23
- package/esm2020/src/carousel/carousel.component.mjs +0 -95
- package/esm2020/src/carousel/carousel.module.mjs +0 -34
- package/esm2020/src/carousel/items.directive.mjs +0 -66
- package/esm2020/src/context-menu/contextmenu-all.module.mjs +0 -23
- package/esm2020/src/context-menu/contextmenu.component.mjs +0 -60
- package/esm2020/src/context-menu/contextmenu.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -42
- package/esm2020/src/menu/items.directive.mjs +0 -46
- package/esm2020/src/menu/menu-all.module.mjs +0 -23
- package/esm2020/src/menu/menu.component.mjs +0 -71
- package/esm2020/src/menu/menu.module.mjs +0 -34
- package/esm2020/src/sidebar/sidebar-all.module.mjs +0 -23
- package/esm2020/src/sidebar/sidebar.component.mjs +0 -59
- package/esm2020/src/sidebar/sidebar.module.mjs +0 -25
- package/esm2020/src/stepper/stepper-all.module.mjs +0 -23
- package/esm2020/src/stepper/stepper.component.mjs +0 -77
- package/esm2020/src/stepper/stepper.module.mjs +0 -34
- package/esm2020/src/stepper/steps.directive.mjs +0 -58
- package/esm2020/src/tab/items.directive.mjs +0 -78
- package/esm2020/src/tab/tab-all.module.mjs +0 -23
- package/esm2020/src/tab/tab.component.mjs +0 -64
- package/esm2020/src/tab/tab.module.mjs +0 -34
- package/esm2020/src/toolbar/items.directive.mjs +0 -66
- package/esm2020/src/toolbar/toolbar-all.module.mjs +0 -23
- package/esm2020/src/toolbar/toolbar.component.mjs +0 -64
- package/esm2020/src/toolbar/toolbar.module.mjs +0 -34
- package/esm2020/src/treeview/treeview-all.module.mjs +0 -23
- package/esm2020/src/treeview/treeview.component.mjs +0 -66
- package/esm2020/src/treeview/treeview.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-navigations.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs +0 -1615
- package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs +0 -1615
- package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +0 -1
- package/syncfusion-ej2-angular-navigations.d.ts +0 -5
|
@@ -1,60 +1,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
|
-
|
|
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
|
-
|
|
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
|
+
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
|
+
export declare const inputs: string[];
|
|
6
|
+
export declare const outputs: string[];
|
|
7
|
+
export declare const twoWays: string[];
|
|
8
|
+
/**
|
|
9
|
+
* Represents the EJ2 Angular Stepper Component.
|
|
10
|
+
* ```html
|
|
11
|
+
* <nav ejs-stepper [steps]='stepItems'></nav>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare class StepperComponent extends Stepper implements IComponentBase {
|
|
15
|
+
private ngEle;
|
|
16
|
+
private srenderer;
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
private injector;
|
|
19
|
+
containerContext: any;
|
|
20
|
+
tagObjects: any;
|
|
21
|
+
beforeStepRender: any;
|
|
22
|
+
created: any;
|
|
23
|
+
stepChanged: any;
|
|
24
|
+
stepChanging: any;
|
|
25
|
+
stepClick: any;
|
|
26
|
+
activeStepChange: any;
|
|
27
|
+
childSteps: QueryList<StepsDirective>;
|
|
28
|
+
tags: string[];
|
|
29
|
+
/**
|
|
30
|
+
* Defines the template content for each step.
|
|
31
|
+
*
|
|
32
|
+
* {% codeBlock src='stepper/template/index.md' %}{% endcodeBlock %}
|
|
33
|
+
*
|
|
34
|
+
* @default ''
|
|
35
|
+
* @angulartype string | object
|
|
36
|
+
* @reacttype string | function | JSX.Element
|
|
37
|
+
* @vuetype string | function
|
|
38
|
+
* @asptype string
|
|
39
|
+
*/
|
|
40
|
+
template: any;
|
|
41
|
+
/**
|
|
42
|
+
* Defines the template content for the tooltip.
|
|
43
|
+
* @default ''
|
|
44
|
+
* @angulartype string | object
|
|
45
|
+
* @reacttype string | function | JSX.Element
|
|
46
|
+
* @vuetype string | function
|
|
47
|
+
* @asptype string
|
|
48
|
+
*/
|
|
49
|
+
tooltipTemplate: any;
|
|
50
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
51
|
+
ngOnInit(): void;
|
|
52
|
+
ngAfterViewInit(): void;
|
|
53
|
+
ngOnDestroy(): void;
|
|
54
|
+
ngAfterContentChecked(): void;
|
|
55
|
+
registerEvents: (eventList: string[]) => void;
|
|
56
|
+
addTwoWay: (propList: string[]) => void;
|
|
57
|
+
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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
|
+
/**
|
|
2
|
+
* NgModule definition for the Stepper component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class StepperModule {
|
|
5
|
+
}
|
|
@@ -1,81 +1,76 @@
|
|
|
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
|
-
|
|
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
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* 'e-step' directive represents a step of the Angular Stepper.
|
|
5
|
+
* It must be contained in a Stepper component(`ejs-stepper`).
|
|
6
|
+
* ```html
|
|
7
|
+
* <ejs-stepper>
|
|
8
|
+
* <e-steps>
|
|
9
|
+
* <e-step [iconCss]='e-icons e-folder' [text]='Step 1' />
|
|
10
|
+
* <e-step [iconCss]='e-icons e-folder' [text]='Step 2' />
|
|
11
|
+
* </e-steps>
|
|
12
|
+
* </ejs-stepper>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class StepDirective extends ComplexBase<StepDirective> {
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
directivePropList: any;
|
|
18
|
+
/**
|
|
19
|
+
* Defines the CSS class to customize the step appearance.
|
|
20
|
+
* @default ''
|
|
21
|
+
*/
|
|
22
|
+
cssClass: any;
|
|
23
|
+
/**
|
|
24
|
+
* Defines whether a step is enabled or disabled.
|
|
25
|
+
* @default false
|
|
26
|
+
*/
|
|
27
|
+
disabled: any;
|
|
28
|
+
/**
|
|
29
|
+
* Defines the icon content of the step.
|
|
30
|
+
* @default ''
|
|
31
|
+
*/
|
|
32
|
+
iconCss: any;
|
|
33
|
+
/**
|
|
34
|
+
* Defines the state whether it is valid completion or not.
|
|
35
|
+
* If set to true, the completion is valid.
|
|
36
|
+
* If false, the completion is invalid.
|
|
37
|
+
* If null, the completion state is not determined.
|
|
38
|
+
* @asptype bool?
|
|
39
|
+
* @default null
|
|
40
|
+
*/
|
|
41
|
+
isValid: any;
|
|
42
|
+
/**
|
|
43
|
+
* Defines the label content of the step.
|
|
44
|
+
* @default ''
|
|
45
|
+
*/
|
|
46
|
+
label: any;
|
|
47
|
+
/**
|
|
48
|
+
* Defines whether the step is optionally to skip completion or not.
|
|
49
|
+
* @default false
|
|
50
|
+
*/
|
|
51
|
+
optional: any;
|
|
52
|
+
/**
|
|
53
|
+
* Defines the status of the step.
|
|
54
|
+
* The possible values are
|
|
55
|
+
* * NotStarted
|
|
56
|
+
* * InProgress
|
|
57
|
+
* * Completed
|
|
58
|
+
* @isenumeration true
|
|
59
|
+
* @default StepStatus.NotStarted
|
|
60
|
+
* @asptype StepStatus
|
|
61
|
+
*/
|
|
62
|
+
status: any;
|
|
63
|
+
/**
|
|
64
|
+
* Defines the text content of the step.
|
|
65
|
+
* @default ''
|
|
66
|
+
*/
|
|
67
|
+
text: any;
|
|
68
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
69
|
+
}
|
|
70
|
+
/**
|
|
71
|
+
* Step Array Directive
|
|
72
|
+
* @private
|
|
73
|
+
*/
|
|
74
|
+
export declare class StepsDirective extends ArrayBase<StepsDirective> {
|
|
75
|
+
constructor();
|
|
76
|
+
}
|
|
@@ -1,82 +1,77 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* <e-tabitem [header]='Header
|
|
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
|
-
|
|
37
|
-
|
|
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
|
-
|
|
77
|
-
|
|
78
|
-
export declare class TabItemsDirective extends ArrayBase<TabItemsDirective> {
|
|
79
|
-
constructor();
|
|
80
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TabItemsDirective, never>;
|
|
81
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TabItemsDirective, "ejs-tab>e-tabitems", never, {}, {}, ["children"]>;
|
|
82
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* 'e-tabitem' directive represent a item of the Angular Tab.
|
|
5
|
+
* It must be contained in a Tab component(`ejs-tab`).
|
|
6
|
+
* ```html
|
|
7
|
+
* <ejs-tab>
|
|
8
|
+
* <e-tabitems>
|
|
9
|
+
* <e-tabitem [header]='Header 1' [content]='Content 1'></e-tabitem>
|
|
10
|
+
* <e-tabitem [header]='Header 2' [content]='Content 2'></e-tabitem>
|
|
11
|
+
* <e-tabitems>
|
|
12
|
+
* </ejs-tab>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class TabItemDirective extends ComplexBase<TabItemDirective> {
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
directivePropList: any;
|
|
18
|
+
/**
|
|
19
|
+
* Sets the CSS classes to the Tab item to customize its styles.
|
|
20
|
+
* @default ''
|
|
21
|
+
*/
|
|
22
|
+
cssClass: any;
|
|
23
|
+
/**
|
|
24
|
+
* Sets true to disable user interactions of the Tab item.
|
|
25
|
+
* @default false
|
|
26
|
+
*/
|
|
27
|
+
disabled: any;
|
|
28
|
+
/**
|
|
29
|
+
* The object used for configuring the Tab item header properties.
|
|
30
|
+
* @default {}
|
|
31
|
+
*/
|
|
32
|
+
header: any;
|
|
33
|
+
/**
|
|
34
|
+
* Sets unique ID to Tab item.
|
|
35
|
+
* @default null
|
|
36
|
+
*/
|
|
37
|
+
id: any;
|
|
38
|
+
/**
|
|
39
|
+
* Specifies the tab order of the Tabs items. When positive values assigned, it allows to switch focus to the next/previous tabs items with Tab/ShiftTab keys.
|
|
40
|
+
* By default, user can able to switch between items only via arrow keys.
|
|
41
|
+
* If the value is set to 0 for all tabs items, then tab switches based on element order.
|
|
42
|
+
* @default -1
|
|
43
|
+
*/
|
|
44
|
+
tabIndex: any;
|
|
45
|
+
/**
|
|
46
|
+
* Sets false to hide the Tab item.
|
|
47
|
+
* @default true
|
|
48
|
+
*/
|
|
49
|
+
visible: any;
|
|
50
|
+
/**
|
|
51
|
+
* Specifies the content of Tab item, that is displayed when concern item header is selected.
|
|
52
|
+
* @default ''
|
|
53
|
+
* @angulartype string | object
|
|
54
|
+
* @reacttype string | function | JSX.Element
|
|
55
|
+
* @vuetype string | function
|
|
56
|
+
* @asptype string
|
|
57
|
+
*/
|
|
58
|
+
content: any;
|
|
59
|
+
header_text: any;
|
|
60
|
+
/**
|
|
61
|
+
* Specifies the header text of Tab item.
|
|
62
|
+
* @default null
|
|
63
|
+
* @angulartype string | object
|
|
64
|
+
* @reacttype string | function | JSX.Element
|
|
65
|
+
* @vuetype string | function
|
|
66
|
+
* @asptype string
|
|
67
|
+
*/
|
|
68
|
+
headerTemplate: any;
|
|
69
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* TabItem Array Directive
|
|
73
|
+
* @private
|
|
74
|
+
*/
|
|
75
|
+
export declare class TabItemsDirective extends ArrayBase<TabItemsDirective> {
|
|
76
|
+
constructor();
|
|
77
|
+
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
*/
|
|
7
|
-
export declare class TabAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TabAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TabAllModule, never, [typeof i1.CommonModule, typeof i2.TabModule], [typeof i2.TabModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TabAllModule>;
|
|
11
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the Tab component with providers.
|
|
3
|
+
*/
|
|
4
|
+
export declare class TabAllModule {
|
|
5
|
+
}
|
|
@@ -1,44 +1,41 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { Tab } from '@syncfusion/ej2-navigations';
|
|
4
|
-
import { TabItemsDirective } 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
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "ejs-tab", never, { "allowDragAndDrop": "allowDragAndDrop"; "animation": "animation"; "clearTemplates": "clearTemplates"; "cssClass": "cssClass"; "dragArea": "dragArea"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "headerPlacement": "headerPlacement"; "height": "height"; "heightAdjustMode": "heightAdjustMode"; "items": "items"; "loadOn": "loadOn"; "locale": "locale"; "overflowMode": "overflowMode"; "reorderActiveTab": "reorderActiveTab"; "scrollStep": "scrollStep"; "selectedItem": "selectedItem"; "showCloseButton": "showCloseButton"; "swipeMode": "swipeMode"; "width": "width"; }, { "added": "added"; "adding": "adding"; "created": "created"; "destroyed": "destroyed"; "dragged": "dragged"; "dragging": "dragging"; "onDragStart": "onDragStart"; "removed": "removed"; "removing": "removing"; "selected": "selected"; "selecting": "selecting"; }, ["childItems"], ["div"]>;
|
|
44
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector, QueryList } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Tab } from '@syncfusion/ej2-navigations';
|
|
4
|
+
import { TabItemsDirective } from './items.directive';
|
|
5
|
+
export declare const inputs: string[];
|
|
6
|
+
export declare const outputs: string[];
|
|
7
|
+
export declare const twoWays: string[];
|
|
8
|
+
/**
|
|
9
|
+
* Represents the Angular Tab Component.
|
|
10
|
+
* ```html
|
|
11
|
+
* <ejs-tab></ejs-tab>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare class TabComponent extends Tab implements IComponentBase {
|
|
15
|
+
private ngEle;
|
|
16
|
+
private srenderer;
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
private injector;
|
|
19
|
+
containerContext: any;
|
|
20
|
+
tagObjects: any;
|
|
21
|
+
added: any;
|
|
22
|
+
adding: any;
|
|
23
|
+
created: any;
|
|
24
|
+
destroyed: any;
|
|
25
|
+
dragged: any;
|
|
26
|
+
dragging: any;
|
|
27
|
+
onDragStart: any;
|
|
28
|
+
removed: any;
|
|
29
|
+
removing: any;
|
|
30
|
+
selected: any;
|
|
31
|
+
selecting: any;
|
|
32
|
+
childItems: QueryList<TabItemsDirective>;
|
|
33
|
+
tags: string[];
|
|
34
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
35
|
+
ngOnInit(): void;
|
|
36
|
+
ngAfterViewInit(): void;
|
|
37
|
+
ngOnDestroy(): void;
|
|
38
|
+
ngAfterContentChecked(): void;
|
|
39
|
+
registerEvents: (eventList: string[]) => void;
|
|
40
|
+
addTwoWay: (propList: string[]) => void;
|
|
41
|
+
}
|
package/src/tab/tab.module.d.ts
CHANGED
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
* NgModule definition for the Tab component.
|
|
7
|
-
*/
|
|
8
|
-
export declare class TabModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TabModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TabModule, [typeof i1.TabComponent, typeof i2.TabItemDirective, typeof i2.TabItemsDirective], [typeof i3.CommonModule], [typeof i1.TabComponent, typeof i2.TabItemDirective, typeof i2.TabItemsDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TabModule>;
|
|
12
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the Tab component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class TabModule {
|
|
5
|
+
}
|