@syncfusion/ej2-angular-navigations 31.2.12 → 31.2.16-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 (106) hide show
  1. package/@syncfusion/ej2-angular-navigations.es5.js +2247 -0
  2. package/@syncfusion/ej2-angular-navigations.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-navigations.js +2070 -0
  4. package/@syncfusion/ej2-angular-navigations.js.map +1 -0
  5. package/LICENSE +10 -0
  6. package/README.md +3 -11
  7. package/dist/ej2-angular-navigations.umd.js +2356 -0
  8. package/dist/ej2-angular-navigations.umd.js.map +1 -0
  9. package/dist/ej2-angular-navigations.umd.min.js +11 -0
  10. package/dist/ej2-angular-navigations.umd.min.js.map +1 -0
  11. package/ej2-angular-navigations.d.ts +15 -0
  12. package/ej2-angular-navigations.metadata.json +1 -0
  13. package/package.json +8 -21
  14. package/public_api.d.ts +1 -1
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/accordion/accordion-all.module.d.ts +5 -11
  18. package/src/accordion/accordion.component.d.ts +54 -57
  19. package/src/accordion/accordion.module.d.ts +5 -12
  20. package/src/accordion/items.directive.d.ts +75 -80
  21. package/src/appbar/appbar-all.module.d.ts +5 -11
  22. package/src/appbar/appbar.component.d.ts +29 -32
  23. package/src/appbar/appbar.module.d.ts +5 -11
  24. package/src/breadcrumb/breadcrumb-all.module.d.ts +5 -11
  25. package/src/breadcrumb/breadcrumb.component.d.ts +46 -49
  26. package/src/breadcrumb/breadcrumb.module.d.ts +5 -12
  27. package/src/breadcrumb/items.directive.d.ts +51 -56
  28. package/src/carousel/carousel-all.module.d.ts +5 -11
  29. package/src/carousel/carousel.component.d.ts +78 -81
  30. package/src/carousel/carousel.module.d.ts +5 -12
  31. package/src/carousel/items.directive.d.ts +50 -55
  32. package/src/context-menu/contextmenu-all.module.d.ts +5 -11
  33. package/src/context-menu/contextmenu.component.d.ts +35 -38
  34. package/src/context-menu/contextmenu.module.d.ts +5 -11
  35. package/src/index.d.ts +41 -41
  36. package/src/menu/items.directive.d.ts +50 -55
  37. package/src/menu/menu-all.module.d.ts +5 -11
  38. package/src/menu/menu.component.d.ts +43 -46
  39. package/src/menu/menu.module.d.ts +5 -12
  40. package/src/sidebar/sidebar-all.module.d.ts +5 -11
  41. package/src/sidebar/sidebar.component.d.ts +33 -36
  42. package/src/sidebar/sidebar.module.d.ts +5 -11
  43. package/src/stepper/stepper-all.module.d.ts +5 -11
  44. package/src/stepper/stepper.component.d.ts +57 -60
  45. package/src/stepper/stepper.module.d.ts +5 -12
  46. package/src/stepper/steps.directive.d.ts +76 -81
  47. package/src/tab/items.directive.d.ts +77 -82
  48. package/src/tab/tab-all.module.d.ts +5 -11
  49. package/src/tab/tab.component.d.ts +41 -44
  50. package/src/tab/tab.module.d.ts +5 -12
  51. package/src/toolbar/items.directive.d.ts +142 -147
  52. package/src/toolbar/toolbar-all.module.d.ts +5 -11
  53. package/src/toolbar/toolbar.component.d.ts +35 -38
  54. package/src/toolbar/toolbar.module.d.ts +5 -12
  55. package/src/treeview/treeview-all.module.d.ts +5 -11
  56. package/src/treeview/treeview.component.d.ts +62 -65
  57. package/src/treeview/treeview.module.d.ts +5 -11
  58. package/CHANGELOG.md +0 -3152
  59. package/esm2020/public_api.mjs +0 -2
  60. package/esm2020/src/accordion/accordion-all.module.mjs +0 -23
  61. package/esm2020/src/accordion/accordion.component.mjs +0 -77
  62. package/esm2020/src/accordion/accordion.module.mjs +0 -34
  63. package/esm2020/src/accordion/items.directive.mjs +0 -72
  64. package/esm2020/src/appbar/appbar-all.module.mjs +0 -23
  65. package/esm2020/src/appbar/appbar.component.mjs +0 -59
  66. package/esm2020/src/appbar/appbar.module.mjs +0 -25
  67. package/esm2020/src/breadcrumb/breadcrumb-all.module.mjs +0 -23
  68. package/esm2020/src/breadcrumb/breadcrumb.component.mjs +0 -77
  69. package/esm2020/src/breadcrumb/breadcrumb.module.mjs +0 -34
  70. package/esm2020/src/breadcrumb/items.directive.mjs +0 -58
  71. package/esm2020/src/carousel/carousel-all.module.mjs +0 -23
  72. package/esm2020/src/carousel/carousel.component.mjs +0 -95
  73. package/esm2020/src/carousel/carousel.module.mjs +0 -34
  74. package/esm2020/src/carousel/items.directive.mjs +0 -66
  75. package/esm2020/src/context-menu/contextmenu-all.module.mjs +0 -23
  76. package/esm2020/src/context-menu/contextmenu.component.mjs +0 -60
  77. package/esm2020/src/context-menu/contextmenu.module.mjs +0 -25
  78. package/esm2020/src/index.mjs +0 -42
  79. package/esm2020/src/menu/items.directive.mjs +0 -46
  80. package/esm2020/src/menu/menu-all.module.mjs +0 -23
  81. package/esm2020/src/menu/menu.component.mjs +0 -71
  82. package/esm2020/src/menu/menu.module.mjs +0 -34
  83. package/esm2020/src/sidebar/sidebar-all.module.mjs +0 -23
  84. package/esm2020/src/sidebar/sidebar.component.mjs +0 -59
  85. package/esm2020/src/sidebar/sidebar.module.mjs +0 -25
  86. package/esm2020/src/stepper/stepper-all.module.mjs +0 -23
  87. package/esm2020/src/stepper/stepper.component.mjs +0 -77
  88. package/esm2020/src/stepper/stepper.module.mjs +0 -34
  89. package/esm2020/src/stepper/steps.directive.mjs +0 -58
  90. package/esm2020/src/tab/items.directive.mjs +0 -78
  91. package/esm2020/src/tab/tab-all.module.mjs +0 -23
  92. package/esm2020/src/tab/tab.component.mjs +0 -64
  93. package/esm2020/src/tab/tab.module.mjs +0 -34
  94. package/esm2020/src/toolbar/items.directive.mjs +0 -66
  95. package/esm2020/src/toolbar/toolbar-all.module.mjs +0 -23
  96. package/esm2020/src/toolbar/toolbar.component.mjs +0 -64
  97. package/esm2020/src/toolbar/toolbar.module.mjs +0 -34
  98. package/esm2020/src/treeview/treeview-all.module.mjs +0 -23
  99. package/esm2020/src/treeview/treeview.component.mjs +0 -66
  100. package/esm2020/src/treeview/treeview.module.mjs +0 -25
  101. package/esm2020/syncfusion-ej2-angular-navigations.mjs +0 -5
  102. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +0 -1615
  103. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  104. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +0 -1615
  105. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +0 -1
  106. 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
- 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 AppBar Component.
10
- * ```html
11
- * <ejs-appbar></ejs-appbar>
12
- * ```
13
- */
14
- export declare class AppBarComponent extends AppBar implements IComponentBase {
15
- private ngEle;
16
- private srenderer;
17
- private viewContainerRef;
18
- private injector;
19
- containerContext: any;
20
- tagObjects: any;
21
- created: any;
22
- destroyed: any;
23
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
24
- ngOnInit(): void;
25
- ngAfterViewInit(): void;
26
- ngOnDestroy(): void;
27
- ngAfterContentChecked(): void;
28
- registerEvents: (eventList: string[]) => void;
29
- addTwoWay: (propList: string[]) => void;
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
- import * as i0 from "@angular/core";
2
- import * as i1 from "./appbar.component";
3
- import * as i2 from "@angular/common";
4
- /**
5
- * NgModule definition for the AppBar component.
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
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./breadcrumb.module";
4
- /**
5
- * NgModule definition for the Breadcrumb component with providers.
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
- 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 Breadcrumb Component.
11
- * ```html
12
- * <ejs-breadcrumb [items]='breadcrumbItems'></ejs-breadcrumb>
13
- * ```
14
- */
15
- export declare class BreadcrumbComponent extends Breadcrumb implements IComponentBase {
16
- private ngEle;
17
- private srenderer;
18
- private viewContainerRef;
19
- private injector;
20
- context: any;
21
- tagObjects: any;
22
- beforeItemRender: any;
23
- created: any;
24
- itemClick: any;
25
- activeItemChange: any;
26
- childItems: QueryList<BreadcrumbItemsDirective>;
27
- tags: string[];
28
- /**
29
- * Specifies the separator template for Breadcrumb.
30
- * @default '/'
31
- * @asptype string
32
- */
33
- separatorTemplate: any;
34
- /**
35
- * Specifies the template for Breadcrumb item.
36
- * @default null
37
- * @asptype string
38
- */
39
- itemTemplate: any;
40
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
41
- ngOnInit(): void;
42
- ngAfterViewInit(): void;
43
- ngOnDestroy(): void;
44
- ngAfterContentChecked(): void;
45
- registerEvents: (eventList: string[]) => void;
46
- addTwoWay: (propList: string[]) => void;
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
- import * as i0 from "@angular/core";
2
- import * as i1 from "./breadcrumb.component";
3
- import * as i2 from "./items.directive";
4
- import * as i3 from "@angular/common";
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
- import * as i0 from "@angular/core";
4
- /**
5
- * `e-breadcrumb-item` directive represent a item of the Angular Breadcrumb.
6
- * It must be contained in a Breadcrumb component(`ejs-breadcrumb`).
7
- * ```html
8
- * <ejs-breadcrumb>
9
- * <e-breadcrumb-items>
10
- * <e-breadcrumb-item text='Home' url='/'></e-breadcrumb-item>
11
- * <e-breadcrumb-item text='Index' url='./index'></e-breadcrumb-item>
12
- * </e-breadcrumb-items>
13
- * </ejs-breadcrumb>
14
- * ```
15
- */
16
- export declare class BreadcrumbItemDirective extends ComplexBase<BreadcrumbItemDirective> {
17
- private viewContainerRef;
18
- directivePropList: any;
19
- /**
20
- * Enable or disable the breadcrumb item, when set to true, the breadcrumb item will be disabled.
21
- * @default false
22
- */
23
- disabled: any;
24
- /**
25
- * Defines a class/multiple classes separated by a space for the item that is used to include an icon.
26
- * @default null
27
- */
28
- iconCss: any;
29
- /**
30
- * Specifies the id of the Breadcrumb item.
31
- * @default ''
32
- */
33
- id: any;
34
- /**
35
- * Specifies the text content of the Breadcrumb item.
36
- * @default ''
37
- */
38
- text: any;
39
- /**
40
- * Specifies the Url of the Breadcrumb item that will be activated when clicked.
41
- * @default ''
42
- */
43
- url: any;
44
- constructor(viewContainerRef: ViewContainerRef);
45
- static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbItemDirective, never>;
46
- static ɵdir: i0.ɵɵDirectiveDeclaration<BreadcrumbItemDirective, "ejs-breadcrumb>e-breadcrumb-items>e-breadcrumb-item", never, { "disabled": "disabled"; "iconCss": "iconCss"; "id": "id"; "text": "text"; "url": "url"; }, {}, never>;
47
- }
48
- /**
49
- * BreadcrumbItem Array Directive
50
- * @private
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
- import * as i0 from "@angular/core";
2
- import * as i1 from "@angular/common";
3
- import * as i2 from "./carousel.module";
4
- /**
5
- * NgModule definition for the Carousel component with providers.
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
- 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 Carousel Component.
11
- * ```html
12
- * <ejs-carousel [items]='carouselItems'></ejs-carousel>
13
- * ```
14
- */
15
- export declare class CarouselComponent extends Carousel implements IComponentBase {
16
- private ngEle;
17
- private srenderer;
18
- private viewContainerRef;
19
- private injector;
20
- context: any;
21
- tagObjects: any;
22
- slideChanged: any;
23
- slideChanging: any;
24
- selectedIndexChange: any;
25
- childItems: QueryList<CarouselItemsDirective>;
26
- tags: string[];
27
- /**
28
- * Accepts the template for indicator buttons.
29
- * @default null
30
- * @angulartype string | object
31
- * @reacttype string | function | JSX.Element
32
- * @vuetype string | function
33
- * @asptype string
34
- */
35
- indicatorsTemplate: any;
36
- /**
37
- * Accepts the template for next navigation button.
38
- * @default null
39
- * @angulartype string | object
40
- * @reacttype string | function | JSX.Element
41
- * @vuetype string | function
42
- * @asptype string
43
- */
44
- nextButtonTemplate: any;
45
- /**
46
- * Accepts the template for previous navigation button.
47
- * @default null
48
- * @angulartype string | object
49
- * @reacttype string | function | JSX.Element
50
- * @vuetype string | function
51
- * @asptype string
52
- */
53
- previousButtonTemplate: any;
54
- /**
55
- * Accepts the template for play/pause button.
56
- * @default null
57
- * @angulartype string | object
58
- * @reacttype string | function | JSX.Element
59
- * @vuetype string | function
60
- * @asptype string
61
- */
62
- playButtonTemplate: any;
63
- /**
64
- * Specifies the template option for carousel items.
65
- * @default null
66
- * @angulartype string | object
67
- * @reacttype string | function | JSX.Element
68
- * @vuetype string | function
69
- * @asptype string
70
- */
71
- itemTemplate: any;
72
- constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
73
- ngOnInit(): void;
74
- ngAfterViewInit(): void;
75
- ngOnDestroy(): void;
76
- ngAfterContentChecked(): void;
77
- registerEvents: (eventList: string[]) => void;
78
- addTwoWay: (propList: string[]) => void;
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
- import * as i0 from "@angular/core";
2
- import * as i1 from "./carousel.component";
3
- import * as i2 from "./items.directive";
4
- import * as i3 from "@angular/common";
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
- import * as i0 from "@angular/core";
4
- /**
5
- * `e-carousel-item` directive represent a item of the Angular Carousel.
6
- * It must be contained in a Carousel component(`ejs-carousel`).
7
- * ```html
8
- * <ejs-carousel>
9
- * <e-carousel-items>
10
- * <e-carousel-item template='#item1'></e-carousel-item>
11
- * <e-carousel-item template='#item2'></e-carousel-item>
12
- * </e-carousel-items>
13
- * </ejs-carousel>
14
- * ```
15
- */
16
- export declare class CarouselItemDirective extends ComplexBase<CarouselItemDirective> {
17
- private viewContainerRef;
18
- directivePropList: any;
19
- /**
20
- * Accepts single/multiple classes (separated by a space) to be used for individual carousel item customization.
21
- * @default null
22
- */
23
- cssClass: any;
24
- /**
25
- * Accepts HTML attributes/custom attributes to add in individual carousel item.
26
- * @default null
27
- */
28
- htmlAttributes: any;
29
- /**
30
- * Accepts the interval duration in milliseconds for individual carousel item transition.
31
- * @default null
32
- */
33
- interval: any;
34
- /**
35
- * Accepts the template for individual carousel item.
36
- * @default null
37
- * @angulartype string | object
38
- * @reacttype string | function | JSX.Element
39
- * @vuetype string | function
40
- * @asptype string
41
- */
42
- template: any;
43
- constructor(viewContainerRef: ViewContainerRef);
44
- static ɵfac: i0.ɵɵFactoryDeclaration<CarouselItemDirective, never>;
45
- static ɵdir: i0.ɵɵDirectiveDeclaration<CarouselItemDirective, "ejs-carousel>e-carousel-items>e-carousel-item", never, { "cssClass": "cssClass"; "htmlAttributes": "htmlAttributes"; "interval": "interval"; "template": "template"; }, {}, ["template"]>;
46
- }
47
- /**
48
- * CarouselItem Array Directive
49
- * @private
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
+ }