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