@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,32 +1,29 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { AppBar } 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
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppBarComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppBarComponent, "ejs-appbar", never, { "colorMode": "colorMode"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "htmlAttributes": "htmlAttributes"; "isSticky": "isSticky"; "locale": "locale"; "mode": "mode"; "position": "position"; }, { "created": "created"; "destroyed": "destroyed"; }, never, ["*"]>;
|
|
32
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { AppBar } from '@syncfusion/ej2-navigations';
|
|
4
|
+
export declare const inputs: string[];
|
|
5
|
+
export declare const outputs: string[];
|
|
6
|
+
export declare const twoWays: string[];
|
|
7
|
+
/**
|
|
8
|
+
* Represents the Essential JS 2 Angular AppBar Component.
|
|
9
|
+
* ```html
|
|
10
|
+
* <ejs-appbar></ejs-appbar>
|
|
11
|
+
* ```
|
|
12
|
+
*/
|
|
13
|
+
export declare class AppBarComponent extends AppBar implements IComponentBase {
|
|
14
|
+
private ngEle;
|
|
15
|
+
private srenderer;
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
private injector;
|
|
18
|
+
containerContext: any;
|
|
19
|
+
tagObjects: any;
|
|
20
|
+
created: any;
|
|
21
|
+
destroyed: any;
|
|
22
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
23
|
+
ngOnInit(): void;
|
|
24
|
+
ngAfterViewInit(): void;
|
|
25
|
+
ngOnDestroy(): void;
|
|
26
|
+
ngAfterContentChecked(): void;
|
|
27
|
+
registerEvents: (eventList: string[]) => void;
|
|
28
|
+
addTwoWay: (propList: string[]) => void;
|
|
29
|
+
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
*/
|
|
7
|
-
export declare class AppBarModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AppBarModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AppBarModule, [typeof i1.AppBarComponent], [typeof i2.CommonModule], [typeof i1.AppBarComponent]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AppBarModule>;
|
|
11
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the AppBar component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class AppBarModule {
|
|
5
|
+
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
*/
|
|
7
|
-
export declare class BreadcrumbAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbAllModule, never, [typeof i1.CommonModule, typeof i2.BreadcrumbModule], [typeof i2.BreadcrumbModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbAllModule>;
|
|
11
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the Breadcrumb component with providers.
|
|
3
|
+
*/
|
|
4
|
+
export declare class BreadcrumbAllModule {
|
|
5
|
+
}
|
|
@@ -1,49 +1,46 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { Breadcrumb } from '@syncfusion/ej2-navigations';
|
|
4
|
-
import { BreadcrumbItemsDirective } 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
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "ejs-breadcrumb", never, { "activeItem": "activeItem"; "cssClass": "cssClass"; "disabled": "disabled"; "enableActiveItemNavigation": "enableActiveItemNavigation"; "enableNavigation": "enableNavigation"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "itemTemplate": "itemTemplate"; "items": "items"; "locale": "locale"; "maxItems": "maxItems"; "overflowMode": "overflowMode"; "separatorTemplate": "separatorTemplate"; "url": "url"; }, { "beforeItemRender": "beforeItemRender"; "created": "created"; "itemClick": "itemClick"; "activeItemChange": "activeItemChange"; }, ["separatorTemplate", "itemTemplate", "childItems"], never>;
|
|
49
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Breadcrumb } from '@syncfusion/ej2-navigations';
|
|
4
|
+
import { BreadcrumbItemsDirective } 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 EJ2 Angular Breadcrumb Component.
|
|
10
|
+
* ```html
|
|
11
|
+
* <ejs-breadcrumb [items]='breadcrumbItems'></ejs-breadcrumb>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare class BreadcrumbComponent extends Breadcrumb implements IComponentBase {
|
|
15
|
+
private ngEle;
|
|
16
|
+
private srenderer;
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
private injector;
|
|
19
|
+
context: any;
|
|
20
|
+
tagObjects: any;
|
|
21
|
+
beforeItemRender: any;
|
|
22
|
+
created: any;
|
|
23
|
+
itemClick: any;
|
|
24
|
+
activeItemChange: any;
|
|
25
|
+
childItems: QueryList<BreadcrumbItemsDirective>;
|
|
26
|
+
tags: string[];
|
|
27
|
+
/**
|
|
28
|
+
* Specifies the separator template for Breadcrumb.
|
|
29
|
+
* @default '/'
|
|
30
|
+
* @asptype string
|
|
31
|
+
*/
|
|
32
|
+
separatorTemplate: any;
|
|
33
|
+
/**
|
|
34
|
+
* Specifies the template for Breadcrumb item.
|
|
35
|
+
* @default null
|
|
36
|
+
* @asptype string
|
|
37
|
+
*/
|
|
38
|
+
itemTemplate: any;
|
|
39
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
40
|
+
ngOnInit(): void;
|
|
41
|
+
ngAfterViewInit(): void;
|
|
42
|
+
ngOnDestroy(): void;
|
|
43
|
+
ngAfterContentChecked(): void;
|
|
44
|
+
registerEvents: (eventList: string[]) => void;
|
|
45
|
+
addTwoWay: (propList: string[]) => void;
|
|
46
|
+
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
* NgModule definition for the Breadcrumb component.
|
|
7
|
-
*/
|
|
8
|
-
export declare class BreadcrumbModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<BreadcrumbModule, [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemDirective, typeof i2.BreadcrumbItemsDirective], [typeof i3.CommonModule], [typeof i1.BreadcrumbComponent, typeof i2.BreadcrumbItemDirective, typeof i2.BreadcrumbItemsDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<BreadcrumbModule>;
|
|
12
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the Breadcrumb component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class BreadcrumbModule {
|
|
5
|
+
}
|
|
@@ -1,56 +1,51 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* <e-breadcrumb-item text='
|
|
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
|
-
export declare class BreadcrumbItemsDirective extends ArrayBase<BreadcrumbItemsDirective> {
|
|
53
|
-
constructor();
|
|
54
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemsDirective, never>;
|
|
55
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BreadcrumbItemsDirective, "ejs-breadcrumb>e-breadcrumb-items", never, {}, {}, ["children"]>;
|
|
56
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* `e-breadcrumb-item` directive represent a item of the Angular Breadcrumb.
|
|
5
|
+
* It must be contained in a Breadcrumb component(`ejs-breadcrumb`).
|
|
6
|
+
* ```html
|
|
7
|
+
* <ejs-breadcrumb>
|
|
8
|
+
* <e-breadcrumb-items>
|
|
9
|
+
* <e-breadcrumb-item text='Home' url='/'></e-breadcrumb-item>
|
|
10
|
+
* <e-breadcrumb-item text='Index' url='./index'></e-breadcrumb-item>
|
|
11
|
+
* </e-breadcrumb-items>
|
|
12
|
+
* </ejs-breadcrumb>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class BreadcrumbItemDirective extends ComplexBase<BreadcrumbItemDirective> {
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
directivePropList: any;
|
|
18
|
+
/**
|
|
19
|
+
* Enable or disable the breadcrumb item, when set to true, the breadcrumb item will be disabled.
|
|
20
|
+
* @default false
|
|
21
|
+
*/
|
|
22
|
+
disabled: any;
|
|
23
|
+
/**
|
|
24
|
+
* Defines a class/multiple classes separated by a space for the item that is used to include an icon.
|
|
25
|
+
* @default null
|
|
26
|
+
*/
|
|
27
|
+
iconCss: any;
|
|
28
|
+
/**
|
|
29
|
+
* Specifies the id of the Breadcrumb item.
|
|
30
|
+
* @default ''
|
|
31
|
+
*/
|
|
32
|
+
id: any;
|
|
33
|
+
/**
|
|
34
|
+
* Specifies the text content of the Breadcrumb item.
|
|
35
|
+
* @default ''
|
|
36
|
+
*/
|
|
37
|
+
text: any;
|
|
38
|
+
/**
|
|
39
|
+
* Specifies the Url of the Breadcrumb item that will be activated when clicked.
|
|
40
|
+
* @default ''
|
|
41
|
+
*/
|
|
42
|
+
url: any;
|
|
43
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* BreadcrumbItem Array Directive
|
|
47
|
+
* @private
|
|
48
|
+
*/
|
|
49
|
+
export declare class BreadcrumbItemsDirective extends ArrayBase<BreadcrumbItemsDirective> {
|
|
50
|
+
constructor();
|
|
51
|
+
}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
*/
|
|
7
|
-
export declare class CarouselAllModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselAllModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselAllModule, never, [typeof i1.CommonModule, typeof i2.CarouselModule], [typeof i2.CarouselModule]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CarouselAllModule>;
|
|
11
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the Carousel component with providers.
|
|
3
|
+
*/
|
|
4
|
+
export declare class CarouselAllModule {
|
|
5
|
+
}
|
|
@@ -1,81 +1,78 @@
|
|
|
1
|
-
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
-
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
import { Carousel } from '@syncfusion/ej2-navigations';
|
|
4
|
-
import { CarouselItemsDirective } 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
|
-
|
|
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
|
-
|
|
79
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselComponent, never>;
|
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CarouselComponent, "ejs-carousel", never, { "allowKeyboardInteraction": "allowKeyboardInteraction"; "animationEffect": "animationEffect"; "autoPlay": "autoPlay"; "buttonsVisibility": "buttonsVisibility"; "cssClass": "cssClass"; "dataSource": "dataSource"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableTouchSwipe": "enableTouchSwipe"; "height": "height"; "htmlAttributes": "htmlAttributes"; "indicatorsTemplate": "indicatorsTemplate"; "indicatorsType": "indicatorsType"; "interval": "interval"; "itemTemplate": "itemTemplate"; "items": "items"; "locale": "locale"; "loop": "loop"; "nextButtonTemplate": "nextButtonTemplate"; "partialVisible": "partialVisible"; "pauseOnHover": "pauseOnHover"; "playButtonTemplate": "playButtonTemplate"; "previousButtonTemplate": "previousButtonTemplate"; "selectedIndex": "selectedIndex"; "showIndicators": "showIndicators"; "showPlayButton": "showPlayButton"; "swipeMode": "swipeMode"; "width": "width"; }, { "slideChanged": "slideChanged"; "slideChanging": "slideChanging"; "selectedIndexChange": "selectedIndexChange"; }, ["indicatorsTemplate", "nextButtonTemplate", "previousButtonTemplate", "playButtonTemplate", "itemTemplate", "childItems"], never>;
|
|
81
|
-
}
|
|
1
|
+
import { ElementRef, ViewContainerRef, QueryList, Renderer2, Injector } from '@angular/core';
|
|
2
|
+
import { IComponentBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
import { Carousel } from '@syncfusion/ej2-navigations';
|
|
4
|
+
import { CarouselItemsDirective } 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 EJ2 Angular Carousel Component.
|
|
10
|
+
* ```html
|
|
11
|
+
* <ejs-carousel [items]='carouselItems'></ejs-carousel>
|
|
12
|
+
* ```
|
|
13
|
+
*/
|
|
14
|
+
export declare class CarouselComponent extends Carousel implements IComponentBase {
|
|
15
|
+
private ngEle;
|
|
16
|
+
private srenderer;
|
|
17
|
+
private viewContainerRef;
|
|
18
|
+
private injector;
|
|
19
|
+
context: any;
|
|
20
|
+
tagObjects: any;
|
|
21
|
+
slideChanged: any;
|
|
22
|
+
slideChanging: any;
|
|
23
|
+
selectedIndexChange: any;
|
|
24
|
+
childItems: QueryList<CarouselItemsDirective>;
|
|
25
|
+
tags: string[];
|
|
26
|
+
/**
|
|
27
|
+
* Accepts the template for indicator buttons.
|
|
28
|
+
* @default null
|
|
29
|
+
* @angulartype string | object
|
|
30
|
+
* @reacttype string | function | JSX.Element
|
|
31
|
+
* @vuetype string | function
|
|
32
|
+
* @asptype string
|
|
33
|
+
*/
|
|
34
|
+
indicatorsTemplate: any;
|
|
35
|
+
/**
|
|
36
|
+
* Accepts the template for next navigation button.
|
|
37
|
+
* @default null
|
|
38
|
+
* @angulartype string | object
|
|
39
|
+
* @reacttype string | function | JSX.Element
|
|
40
|
+
* @vuetype string | function
|
|
41
|
+
* @asptype string
|
|
42
|
+
*/
|
|
43
|
+
nextButtonTemplate: any;
|
|
44
|
+
/**
|
|
45
|
+
* Accepts the template for previous navigation button.
|
|
46
|
+
* @default null
|
|
47
|
+
* @angulartype string | object
|
|
48
|
+
* @reacttype string | function | JSX.Element
|
|
49
|
+
* @vuetype string | function
|
|
50
|
+
* @asptype string
|
|
51
|
+
*/
|
|
52
|
+
previousButtonTemplate: any;
|
|
53
|
+
/**
|
|
54
|
+
* Accepts the template for play/pause button.
|
|
55
|
+
* @default null
|
|
56
|
+
* @angulartype string | object
|
|
57
|
+
* @reacttype string | function | JSX.Element
|
|
58
|
+
* @vuetype string | function
|
|
59
|
+
* @asptype string
|
|
60
|
+
*/
|
|
61
|
+
playButtonTemplate: any;
|
|
62
|
+
/**
|
|
63
|
+
* Specifies the template option for carousel items.
|
|
64
|
+
* @default null
|
|
65
|
+
* @angulartype string | object
|
|
66
|
+
* @reacttype string | function | JSX.Element
|
|
67
|
+
* @vuetype string | function
|
|
68
|
+
* @asptype string
|
|
69
|
+
*/
|
|
70
|
+
itemTemplate: any;
|
|
71
|
+
constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
|
|
72
|
+
ngOnInit(): void;
|
|
73
|
+
ngAfterViewInit(): void;
|
|
74
|
+
ngOnDestroy(): void;
|
|
75
|
+
ngAfterContentChecked(): void;
|
|
76
|
+
registerEvents: (eventList: string[]) => void;
|
|
77
|
+
addTwoWay: (propList: string[]) => void;
|
|
78
|
+
}
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
* NgModule definition for the Carousel component.
|
|
7
|
-
*/
|
|
8
|
-
export declare class CarouselModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CarouselModule, [typeof i1.CarouselComponent, typeof i2.CarouselItemDirective, typeof i2.CarouselItemsDirective], [typeof i3.CommonModule], [typeof i1.CarouselComponent, typeof i2.CarouselItemDirective, typeof i2.CarouselItemsDirective]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<CarouselModule>;
|
|
12
|
-
}
|
|
1
|
+
/**
|
|
2
|
+
* NgModule definition for the Carousel component.
|
|
3
|
+
*/
|
|
4
|
+
export declare class CarouselModule {
|
|
5
|
+
}
|
|
@@ -1,55 +1,50 @@
|
|
|
1
|
-
import { ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* <e-carousel-item template='#
|
|
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
|
-
export declare class CarouselItemsDirective extends ArrayBase<CarouselItemsDirective> {
|
|
52
|
-
constructor();
|
|
53
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CarouselItemsDirective, never>;
|
|
54
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselItemsDirective, "ejs-carousel>e-carousel-items", never, {}, {}, ["children"]>;
|
|
55
|
-
}
|
|
1
|
+
import { ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
|
|
3
|
+
/**
|
|
4
|
+
* `e-carousel-item` directive represent a item of the Angular Carousel.
|
|
5
|
+
* It must be contained in a Carousel component(`ejs-carousel`).
|
|
6
|
+
* ```html
|
|
7
|
+
* <ejs-carousel>
|
|
8
|
+
* <e-carousel-items>
|
|
9
|
+
* <e-carousel-item template='#item1'></e-carousel-item>
|
|
10
|
+
* <e-carousel-item template='#item2'></e-carousel-item>
|
|
11
|
+
* </e-carousel-items>
|
|
12
|
+
* </ejs-carousel>
|
|
13
|
+
* ```
|
|
14
|
+
*/
|
|
15
|
+
export declare class CarouselItemDirective extends ComplexBase<CarouselItemDirective> {
|
|
16
|
+
private viewContainerRef;
|
|
17
|
+
directivePropList: any;
|
|
18
|
+
/**
|
|
19
|
+
* Accepts single/multiple classes (separated by a space) to be used for individual carousel item customization.
|
|
20
|
+
* @default null
|
|
21
|
+
*/
|
|
22
|
+
cssClass: any;
|
|
23
|
+
/**
|
|
24
|
+
* Accepts HTML attributes/custom attributes to add in individual carousel item.
|
|
25
|
+
* @default null
|
|
26
|
+
*/
|
|
27
|
+
htmlAttributes: any;
|
|
28
|
+
/**
|
|
29
|
+
* Accepts the interval duration in milliseconds for individual carousel item transition.
|
|
30
|
+
* @default null
|
|
31
|
+
*/
|
|
32
|
+
interval: any;
|
|
33
|
+
/**
|
|
34
|
+
* Accepts the template for individual carousel item.
|
|
35
|
+
* @default null
|
|
36
|
+
* @angulartype string | object
|
|
37
|
+
* @reacttype string | function | JSX.Element
|
|
38
|
+
* @vuetype string | function
|
|
39
|
+
* @asptype string
|
|
40
|
+
*/
|
|
41
|
+
template: any;
|
|
42
|
+
constructor(viewContainerRef: ViewContainerRef);
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* CarouselItem Array Directive
|
|
46
|
+
* @private
|
|
47
|
+
*/
|
|
48
|
+
export declare class CarouselItemsDirective extends ArrayBase<CarouselItemsDirective> {
|
|
49
|
+
constructor();
|
|
50
|
+
}
|