@syncfusion/ej2-angular-navigations 29.2.8-ngcc → 30.1.37-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.
Files changed (57) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +2246 -2246
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -1
  3. package/@syncfusion/ej2-angular-navigations.js +1980 -1980
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -1
  5. package/{license → LICENSE} +10 -10
  6. package/dist/ej2-angular-navigations.umd.js +2237 -2237
  7. package/dist/ej2-angular-navigations.umd.js.map +1 -1
  8. package/dist/ej2-angular-navigations.umd.min.js +2 -2
  9. package/dist/ej2-angular-navigations.umd.min.js.map +1 -1
  10. package/ej2-angular-navigations.d.ts +15 -15
  11. package/ej2-angular-navigations.metadata.json +1 -1
  12. package/package.json +4 -4
  13. package/public_api.d.ts +1 -1
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +4 -4
  17. package/src/accordion/accordion-all.module.d.ts +5 -5
  18. package/src/accordion/accordion.component.d.ts +54 -54
  19. package/src/accordion/accordion.module.d.ts +5 -5
  20. package/src/accordion/items.directive.d.ts +75 -75
  21. package/src/appbar/appbar-all.module.d.ts +5 -5
  22. package/src/appbar/appbar.component.d.ts +29 -29
  23. package/src/appbar/appbar.module.d.ts +5 -5
  24. package/src/breadcrumb/breadcrumb-all.module.d.ts +5 -5
  25. package/src/breadcrumb/breadcrumb.component.d.ts +46 -46
  26. package/src/breadcrumb/breadcrumb.module.d.ts +5 -5
  27. package/src/breadcrumb/items.directive.d.ts +51 -51
  28. package/src/carousel/carousel-all.module.d.ts +5 -5
  29. package/src/carousel/carousel.component.d.ts +78 -78
  30. package/src/carousel/carousel.module.d.ts +5 -5
  31. package/src/carousel/items.directive.d.ts +50 -50
  32. package/src/context-menu/contextmenu-all.module.d.ts +5 -5
  33. package/src/context-menu/contextmenu.component.d.ts +35 -35
  34. package/src/context-menu/contextmenu.module.d.ts +5 -5
  35. package/src/index.d.ts +41 -41
  36. package/src/menu/items.directive.d.ts +50 -50
  37. package/src/menu/menu-all.module.d.ts +5 -5
  38. package/src/menu/menu.component.d.ts +43 -43
  39. package/src/menu/menu.module.d.ts +5 -5
  40. package/src/sidebar/sidebar-all.module.d.ts +5 -5
  41. package/src/sidebar/sidebar.component.d.ts +33 -33
  42. package/src/sidebar/sidebar.module.d.ts +5 -5
  43. package/src/stepper/stepper-all.module.d.ts +5 -5
  44. package/src/stepper/stepper.component.d.ts +57 -57
  45. package/src/stepper/stepper.module.d.ts +5 -5
  46. package/src/stepper/steps.directive.d.ts +73 -73
  47. package/src/tab/items.directive.d.ts +77 -77
  48. package/src/tab/tab-all.module.d.ts +5 -5
  49. package/src/tab/tab.component.d.ts +41 -41
  50. package/src/tab/tab.module.d.ts +5 -5
  51. package/src/toolbar/items.directive.d.ts +142 -142
  52. package/src/toolbar/toolbar-all.module.d.ts +5 -5
  53. package/src/toolbar/toolbar.component.d.ts +35 -34
  54. package/src/toolbar/toolbar.module.d.ts +5 -5
  55. package/src/treeview/treeview-all.module.d.ts +5 -5
  56. package/src/treeview/treeview.component.d.ts +62 -62
  57. package/src/treeview/treeview.module.d.ts +5 -5
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the Accordion component.
3
- */
4
- export declare class AccordionModule {
5
- }
1
+ /**
2
+ * NgModule definition for the Accordion component.
3
+ */
4
+ export declare class AccordionModule {
5
+ }
@@ -1,75 +1,75 @@
1
- import { ViewContainerRef } from '@angular/core';
2
- import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
- /**
4
- * 'e-accordionitem' directive represent a item of the Angular Accordion.
5
- * It must be contained in a Accordion component(`ejs-accordion`).
6
- * ```html
7
- * <ejs-accordion>
8
- * <e-accordionitems>
9
- * <e-accordionitem header='Header1'></e-accordionitem>
10
- * <e-accordionitem header='Header2' content='Content2'></e-accordionitem>
11
- * </e-accordionitems>
12
- * </ejs-accordion>
13
- * ```
14
- */
15
- export declare class AccordionItemDirective extends ComplexBase<AccordionItemDirective> {
16
- private viewContainerRef;
17
- directivePropList: any;
18
- /**
19
- * Defines single/multiple classes (separated by a space) are to be used for Accordion item customization.
20
- * @default null
21
- */
22
- cssClass: any;
23
- /**
24
- * Sets true to disable an accordion item.
25
- * @default false
26
- */
27
- disabled: any;
28
- /**
29
- * Sets the expand (true) or collapse (false) state of the Accordion item. By default, all the items are in a collapsed state.
30
- * @default false
31
- */
32
- expanded: any;
33
- /**
34
- * Defines an icon with the given custom CSS class that is to be rendered before the header text.
35
- * Add the css classes to the `iconCss` property and write the css styles to the defined class to set images/icons.
36
- * Adding icon is applicable only to the header.
37
- *
38
- * @default null
39
- */
40
- iconCss: any;
41
- /**
42
- * Sets unique ID to accordion item.
43
- * @default null
44
- */
45
- id: any;
46
- /**
47
- * Sets false to hide an accordion item.
48
- * @default true
49
- */
50
- visible: any;
51
- /**
52
- * Sets the header text to be displayed for the Accordion item.
53
- * You can set the title of the Accordion item using `header` property.
54
- * It also supports to include the title as `HTML element`, `string`, or `query selector`.
55
- *
56
- * @default null
57
- */
58
- header: any;
59
- /**
60
- * Sets the text content to be displayed for the Accordion item.
61
- * You can set the content of the Accordion item using `content` property.
62
- * It also supports to include the title as `HTML element`, `string`, or `query selector`.
63
- *
64
- * @default null
65
- */
66
- content: any;
67
- constructor(viewContainerRef: ViewContainerRef);
68
- }
69
- /**
70
- * AccordionItem Array Directive
71
- * @private
72
- */
73
- export declare class AccordionItemsDirective extends ArrayBase<AccordionItemsDirective> {
74
- constructor();
75
- }
1
+ import { ViewContainerRef } from '@angular/core';
2
+ import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
3
+ /**
4
+ * 'e-accordionitem' directive represent a item of the Angular Accordion.
5
+ * It must be contained in a Accordion component(`ejs-accordion`).
6
+ * ```html
7
+ * <ejs-accordion>
8
+ * <e-accordionitems>
9
+ * <e-accordionitem header='Header1'></e-accordionitem>
10
+ * <e-accordionitem header='Header2' content='Content2'></e-accordionitem>
11
+ * </e-accordionitems>
12
+ * </ejs-accordion>
13
+ * ```
14
+ */
15
+ export declare class AccordionItemDirective extends ComplexBase<AccordionItemDirective> {
16
+ private viewContainerRef;
17
+ directivePropList: any;
18
+ /**
19
+ * Defines single/multiple classes (separated by a space) are to be used for Accordion item customization.
20
+ * @default null
21
+ */
22
+ cssClass: any;
23
+ /**
24
+ * Sets true to disable an accordion item.
25
+ * @default false
26
+ */
27
+ disabled: any;
28
+ /**
29
+ * Sets the expand (true) or collapse (false) state of the Accordion item. By default, all the items are in a collapsed state.
30
+ * @default false
31
+ */
32
+ expanded: any;
33
+ /**
34
+ * Defines an icon with the given custom CSS class that is to be rendered before the header text.
35
+ * Add the css classes to the `iconCss` property and write the css styles to the defined class to set images/icons.
36
+ * Adding icon is applicable only to the header.
37
+ *
38
+ * @default null
39
+ */
40
+ iconCss: any;
41
+ /**
42
+ * Sets unique ID to accordion item.
43
+ * @default null
44
+ */
45
+ id: any;
46
+ /**
47
+ * Sets false to hide an accordion item.
48
+ * @default true
49
+ */
50
+ visible: any;
51
+ /**
52
+ * Sets the header text to be displayed for the Accordion item.
53
+ * You can set the title of the Accordion item using `header` property.
54
+ * It also supports to include the title as `HTML element`, `string`, or `query selector`.
55
+ *
56
+ * @default null
57
+ */
58
+ header: any;
59
+ /**
60
+ * Sets the text content to be displayed for the Accordion item.
61
+ * You can set the content of the Accordion item using `content` property.
62
+ * It also supports to include the title as `HTML element`, `string`, or `query selector`.
63
+ *
64
+ * @default null
65
+ */
66
+ content: any;
67
+ constructor(viewContainerRef: ViewContainerRef);
68
+ }
69
+ /**
70
+ * AccordionItem Array Directive
71
+ * @private
72
+ */
73
+ export declare class AccordionItemsDirective extends ArrayBase<AccordionItemsDirective> {
74
+ constructor();
75
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the AppBar component with providers.
3
- */
4
- export declare class AppBarAllModule {
5
- }
1
+ /**
2
+ * NgModule definition for the AppBar component with providers.
3
+ */
4
+ export declare class AppBarAllModule {
5
+ }
@@ -1,29 +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
- 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
+ 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,5 +1,5 @@
1
- /**
2
- * NgModule definition for the AppBar component.
3
- */
4
- export declare class AppBarModule {
5
- }
1
+ /**
2
+ * NgModule definition for the AppBar component.
3
+ */
4
+ export declare class AppBarModule {
5
+ }
@@ -1,5 +1,5 @@
1
- /**
2
- * NgModule definition for the Breadcrumb component with providers.
3
- */
4
- export declare class BreadcrumbAllModule {
5
- }
1
+ /**
2
+ * NgModule definition for the Breadcrumb component with providers.
3
+ */
4
+ export declare class BreadcrumbAllModule {
5
+ }
@@ -1,46 +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
- 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
+ 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,5 +1,5 @@
1
- /**
2
- * NgModule definition for the Breadcrumb component.
3
- */
4
- export declare class BreadcrumbModule {
5
- }
1
+ /**
2
+ * NgModule definition for the Breadcrumb component.
3
+ */
4
+ export declare class BreadcrumbModule {
5
+ }
@@ -1,51 +1,51 @@
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
+ 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,5 +1,5 @@
1
- /**
2
- * NgModule definition for the Carousel component with providers.
3
- */
4
- export declare class CarouselAllModule {
5
- }
1
+ /**
2
+ * NgModule definition for the Carousel component with providers.
3
+ */
4
+ export declare class CarouselAllModule {
5
+ }
@@ -1,78 +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
- 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
+ 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,5 +1,5 @@
1
- /**
2
- * NgModule definition for the Carousel component.
3
- */
4
- export declare class CarouselModule {
5
- }
1
+ /**
2
+ * NgModule definition for the Carousel component.
3
+ */
4
+ export declare class CarouselModule {
5
+ }