@syncfusion/ej2-angular-navigations 23.2.7 → 24.1.41

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 (179) hide show
  1. package/esm2020/src/index.mjs +5 -1
  2. package/esm2020/src/stepper/stepper-all.module.mjs +23 -0
  3. package/esm2020/src/stepper/stepper.component.mjs +77 -0
  4. package/esm2020/src/stepper/stepper.module.mjs +34 -0
  5. package/esm2020/src/stepper/steps.directive.mjs +58 -0
  6. package/fesm2015/syncfusion-ej2-angular-navigations.mjs +280 -108
  7. package/fesm2015/syncfusion-ej2-angular-navigations.mjs.map +1 -1
  8. package/fesm2020/syncfusion-ej2-angular-navigations.mjs +280 -108
  9. package/fesm2020/syncfusion-ej2-angular-navigations.mjs.map +1 -1
  10. package/package.json +12 -10
  11. package/schematics/utils/lib-details.d.ts +3 -3
  12. package/schematics/utils/lib-details.js +3 -3
  13. package/schematics/utils/lib-details.ts +3 -3
  14. package/src/index.d.ts +4 -0
  15. package/src/stepper/stepper-all.module.d.ts +11 -0
  16. package/src/stepper/stepper.component.d.ts +54 -0
  17. package/src/stepper/stepper.module.d.ts +12 -0
  18. package/src/stepper/steps.directive.d.ts +78 -0
  19. package/styles/bootstrap-dark.css +753 -1
  20. package/styles/bootstrap-dark.scss +1 -0
  21. package/styles/bootstrap.css +753 -1
  22. package/styles/bootstrap.scss +1 -0
  23. package/styles/bootstrap4.css +753 -1
  24. package/styles/bootstrap4.scss +1 -0
  25. package/styles/bootstrap5-dark.css +754 -2
  26. package/styles/bootstrap5-dark.scss +1 -0
  27. package/styles/bootstrap5.css +754 -2
  28. package/styles/bootstrap5.scss +1 -0
  29. package/styles/fabric-dark.css +752 -0
  30. package/styles/fabric-dark.scss +1 -0
  31. package/styles/fabric.css +752 -0
  32. package/styles/fabric.scss +1 -0
  33. package/styles/fluent-dark.css +753 -1
  34. package/styles/fluent-dark.scss +1 -0
  35. package/styles/fluent.css +753 -1
  36. package/styles/fluent.scss +1 -0
  37. package/styles/highcontrast-light.css +753 -1
  38. package/styles/highcontrast-light.scss +1 -0
  39. package/styles/highcontrast.css +753 -1
  40. package/styles/highcontrast.scss +1 -0
  41. package/styles/material-dark.css +753 -1
  42. package/styles/material-dark.scss +1 -0
  43. package/styles/material.css +753 -1
  44. package/styles/material.scss +1 -0
  45. package/styles/material3-dark.css +752 -0
  46. package/styles/material3-dark.scss +1 -0
  47. package/styles/material3.css +752 -0
  48. package/styles/material3.scss +1 -0
  49. package/styles/pager/_bootstrap-dark-definition.scss +16 -0
  50. package/styles/pager/_bootstrap-definition.scss +16 -0
  51. package/styles/pager/_bootstrap4-definition.scss +16 -0
  52. package/styles/pager/_bootstrap5-definition.scss +16 -0
  53. package/styles/pager/_fabric-dark-definition.scss +16 -0
  54. package/styles/pager/_fabric-definition.scss +16 -0
  55. package/styles/pager/_fluent-definition.scss +16 -0
  56. package/styles/pager/_fusionnew-definition.scss +16 -0
  57. package/styles/pager/_highcontrast-definition.scss +16 -0
  58. package/styles/pager/_highcontrast-light-definition.scss +16 -0
  59. package/styles/pager/_layout.scss +114 -0
  60. package/styles/pager/_material-dark-definition.scss +16 -0
  61. package/styles/pager/_material-definition.scss +16 -0
  62. package/styles/pager/_material3-definition.scss +16 -0
  63. package/styles/pager/_tailwind-definition.scss +16 -0
  64. package/styles/pager/bootstrap-dark.css +107 -0
  65. package/styles/pager/bootstrap.css +107 -0
  66. package/styles/pager/bootstrap4.css +107 -0
  67. package/styles/pager/bootstrap5-dark.css +107 -0
  68. package/styles/pager/bootstrap5.css +107 -0
  69. package/styles/pager/fabric-dark.css +107 -0
  70. package/styles/pager/fabric.css +107 -0
  71. package/styles/pager/fluent-dark.css +107 -0
  72. package/styles/pager/fluent.css +107 -0
  73. package/styles/pager/highcontrast-light.css +107 -0
  74. package/styles/pager/highcontrast.css +107 -0
  75. package/styles/pager/material-dark.css +107 -0
  76. package/styles/pager/material.css +107 -0
  77. package/styles/pager/material3-dark.css +107 -0
  78. package/styles/pager/material3.css +107 -0
  79. package/styles/pager/tailwind-dark.css +107 -0
  80. package/styles/pager/tailwind.css +107 -0
  81. package/styles/stepper/_all.scss +2 -0
  82. package/styles/stepper/_bootstrap-dark-definition.scss +78 -0
  83. package/styles/stepper/_bootstrap-definition.scss +78 -0
  84. package/styles/stepper/_bootstrap4-definition.scss +78 -0
  85. package/styles/stepper/_bootstrap5-dark-definition.scss +1 -0
  86. package/styles/stepper/_bootstrap5-definition.scss +79 -0
  87. package/styles/stepper/_fabric-dark-definition.scss +78 -0
  88. package/styles/stepper/_fabric-definition.scss +78 -0
  89. package/styles/stepper/_fluent-dark-definition.scss +1 -0
  90. package/styles/stepper/_fluent-definition.scss +78 -0
  91. package/styles/stepper/_fusionnew-definition.scss +78 -0
  92. package/styles/stepper/_highcontrast-definition.scss +78 -0
  93. package/styles/stepper/_highcontrast-light-definition.scss +78 -0
  94. package/styles/stepper/_layout.scss +564 -0
  95. package/styles/stepper/_material-dark-definition.scss +78 -0
  96. package/styles/stepper/_material-definition.scss +78 -0
  97. package/styles/stepper/_material3-dark-definition.scss +1 -0
  98. package/styles/stepper/_material3-definition.scss +78 -0
  99. package/styles/stepper/_tailwind-dark-definition.scss +1 -0
  100. package/styles/stepper/_tailwind-definition.scss +78 -0
  101. package/styles/stepper/_theme.scss +223 -0
  102. package/styles/stepper/bootstrap-dark.css +644 -0
  103. package/styles/stepper/bootstrap-dark.scss +5 -0
  104. package/styles/stepper/bootstrap.css +644 -0
  105. package/styles/stepper/bootstrap.scss +5 -0
  106. package/styles/stepper/bootstrap4.css +644 -0
  107. package/styles/stepper/bootstrap4.scss +5 -0
  108. package/styles/stepper/bootstrap5-dark.css +644 -0
  109. package/styles/stepper/bootstrap5-dark.scss +5 -0
  110. package/styles/stepper/bootstrap5.css +644 -0
  111. package/styles/stepper/bootstrap5.scss +5 -0
  112. package/styles/stepper/fabric-dark.css +644 -0
  113. package/styles/stepper/fabric-dark.scss +5 -0
  114. package/styles/stepper/fabric.css +644 -0
  115. package/styles/stepper/fabric.scss +5 -0
  116. package/styles/stepper/fluent-dark.css +644 -0
  117. package/styles/stepper/fluent-dark.scss +5 -0
  118. package/styles/stepper/fluent.css +644 -0
  119. package/styles/stepper/fluent.scss +5 -0
  120. package/styles/stepper/highcontrast-light.css +644 -0
  121. package/styles/stepper/highcontrast-light.scss +5 -0
  122. package/styles/stepper/highcontrast.css +644 -0
  123. package/styles/stepper/highcontrast.scss +5 -0
  124. package/styles/stepper/icons/_bootstrap-dark.scss +5 -0
  125. package/styles/stepper/icons/_bootstrap.scss +5 -0
  126. package/styles/stepper/icons/_bootstrap4.scss +5 -0
  127. package/styles/stepper/icons/_bootstrap5-dark.scss +1 -0
  128. package/styles/stepper/icons/_bootstrap5.scss +5 -0
  129. package/styles/stepper/icons/_fabric-dark.scss +5 -0
  130. package/styles/stepper/icons/_fabric.scss +5 -0
  131. package/styles/stepper/icons/_fluent-dark.scss +1 -0
  132. package/styles/stepper/icons/_fluent.scss +5 -0
  133. package/styles/stepper/icons/_fusionnew.scss +5 -0
  134. package/styles/stepper/icons/_highcontrast-light.scss +5 -0
  135. package/styles/stepper/icons/_highcontrast.scss +5 -0
  136. package/styles/stepper/icons/_material-dark.scss +5 -0
  137. package/styles/stepper/icons/_material.scss +5 -0
  138. package/styles/stepper/icons/_material3-dark.scss +1 -0
  139. package/styles/stepper/icons/_material3.scss +5 -0
  140. package/styles/stepper/icons/_tailwind-dark.scss +1 -0
  141. package/styles/stepper/icons/_tailwind.scss +5 -0
  142. package/styles/stepper/material-dark.css +644 -0
  143. package/styles/stepper/material-dark.scss +5 -0
  144. package/styles/stepper/material.css +644 -0
  145. package/styles/stepper/material.scss +5 -0
  146. package/styles/stepper/material3-dark.css +699 -0
  147. package/styles/stepper/material3-dark.scss +6 -0
  148. package/styles/stepper/material3.css +755 -0
  149. package/styles/stepper/material3.scss +6 -0
  150. package/styles/stepper/tailwind-dark.css +644 -0
  151. package/styles/stepper/tailwind-dark.scss +5 -0
  152. package/styles/stepper/tailwind.css +644 -0
  153. package/styles/stepper/tailwind.scss +5 -0
  154. package/styles/tab/_bootstrap-dark-definition.scss +1 -1
  155. package/styles/tab/_bootstrap-definition.scss +1 -1
  156. package/styles/tab/_bootstrap4-definition.scss +1 -1
  157. package/styles/tab/_bootstrap5-definition.scss +3 -2
  158. package/styles/tab/_fluent-definition.scss +1 -1
  159. package/styles/tab/_fusionnew-definition.scss +1 -1
  160. package/styles/tab/_highcontrast-definition.scss +1 -1
  161. package/styles/tab/_highcontrast-light-definition.scss +1 -1
  162. package/styles/tab/_material-dark-definition.scss +1 -1
  163. package/styles/tab/_material-definition.scss +1 -1
  164. package/styles/tab/_theme.scss +6 -0
  165. package/styles/tab/bootstrap-dark.css +1 -1
  166. package/styles/tab/bootstrap.css +1 -1
  167. package/styles/tab/bootstrap4.css +1 -1
  168. package/styles/tab/bootstrap5-dark.css +2 -2
  169. package/styles/tab/bootstrap5.css +2 -2
  170. package/styles/tab/fluent-dark.css +1 -1
  171. package/styles/tab/fluent.css +1 -1
  172. package/styles/tab/highcontrast-light.css +1 -1
  173. package/styles/tab/highcontrast.css +1 -1
  174. package/styles/tab/material-dark.css +1 -1
  175. package/styles/tab/material.css +1 -1
  176. package/styles/tailwind-dark.css +752 -0
  177. package/styles/tailwind-dark.scss +1 -0
  178. package/styles/tailwind.css +752 -0
  179. package/styles/tailwind.scss +1 -0
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-navigations@*",
3
- "_id": "@syncfusion/ej2-angular-navigations@23.2.4",
3
+ "_id": "@syncfusion/ej2-angular-navigations@22.41.2",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-cC9kfqOal96F8wH/71+GNhl5XNvkxU2m/j+Lz4ouXY69Fq5RmWmtQM++Y0paTzlZbaeC8pcsTFkx8ceoUirntw==",
5
+ "_integrity": "sha512-Le9VYjO1MwtDft38WJZG57OeV1gDvzOIhvpssm1Fey8rA1PWf1XYejE9NwOCVqkeuVHeSNJ/c+V2mAPa3mnjfA==",
6
6
  "_location": "/@syncfusion/ej2-angular-navigations",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,10 +19,10 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-23.2.4.tgz",
23
- "_shasum": "fe0b6e792a70d5831b9b5ad5cfdec25d14b595f9",
22
+ "_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-navigations/-/ej2-angular-navigations-22.41.2.tgz",
23
+ "_shasum": "21fa3785cc97983b300abd6ca2d24c9ea31d5554",
24
24
  "_spec": "@syncfusion/ej2-angular-navigations@*",
25
- "_where": "/jenkins/workspace/elease-automation_release_23.1.1/ivypackages/included",
25
+ "_where": "/jenkins/workspace/elease-automation_release_24.1.1/ivypackages/included",
26
26
  "author": {
27
27
  "name": "Syncfusion Inc."
28
28
  },
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~23.2.5",
35
- "@syncfusion/ej2-base": "~23.2.6",
36
- "@syncfusion/ej2-navigations": "23.2.7",
34
+ "@syncfusion/ej2-angular-base": "~24.1.41",
35
+ "@syncfusion/ej2-base": "~24.1.41",
36
+ "@syncfusion/ej2-navigations": "24.1.41",
37
37
  "tslib": "^2.3.0"
38
38
  },
39
39
  "deprecated": false,
@@ -88,7 +88,9 @@
88
88
  "angular carousel",
89
89
  "ng carousel",
90
90
  "angular appbar",
91
- "ng appbar"
91
+ "ng appbar",
92
+ "angular stepper",
93
+ "ng stepper"
92
94
  ],
93
95
  "license": "SEE LICENSE IN license",
94
96
  "module": "fesm2015/syncfusion-ej2-angular-navigations.mjs",
@@ -100,5 +102,5 @@
100
102
  "schematics": "./schematics/collection.json",
101
103
  "sideEffects": false,
102
104
  "typings": "syncfusion-ej2-angular-navigations.d.ts",
103
- "version": "23.2.7"
105
+ "version": "24.1.41"
104
106
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-navigations";
2
- export declare const pkgVer = "^23.2.5";
3
- export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule";
4
- export declare const themeVer = "~23.2.5";
2
+ export declare const pkgVer = "^22.41.2";
3
+ export declare const moduleName = "AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule, StepperModule";
4
+ export declare const themeVer = "~22.41.2";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-navigations';
4
- exports.pkgVer = '^23.2.7';
5
- exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
6
- exports.themeVer = '~23.2.7';
4
+ exports.pkgVer = '^24.1.41';
5
+ exports.moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule, StepperModule';
6
+ exports.themeVer = '~24.1.41';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-navigations';
2
- export const pkgVer = '^23.2.7';
3
- export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule';
4
- export const themeVer = '~23.2.7';
2
+ export const pkgVer = '^24.1.41';
3
+ export const moduleName = 'AccordionModule, ToolbarModule, ContextMenuModule, BreadcrumbModule, CarouselModule, TabModule, TreeViewModule, SidebarModule, MenuModule, AppBarModule, StepperModule';
4
+ export const themeVer = '~24.1.41';
package/src/index.d.ts CHANGED
@@ -34,4 +34,8 @@ export { MenuAllModule } from './menu/menu-all.module';
34
34
  export { AppBarComponent } from './appbar/appbar.component';
35
35
  export { AppBarModule } from './appbar/appbar.module';
36
36
  export { AppBarAllModule } from './appbar/appbar-all.module';
37
+ export { StepDirective, StepsDirective } from './stepper/steps.directive';
38
+ export { StepperComponent } from './stepper/stepper.component';
39
+ export { StepperModule } from './stepper/stepper.module';
40
+ export { StepperAllModule } from './stepper/stepper-all.module';
37
41
  export * from '@syncfusion/ej2-navigations';
@@ -0,0 +1,11 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./stepper.module";
4
+ /**
5
+ * NgModule definition for the Stepper component with providers.
6
+ */
7
+ export declare class StepperAllModule {
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<StepperAllModule, never>;
9
+ static ɵmod: i0.ɵɵNgModuleDeclaration<StepperAllModule, never, [typeof i1.CommonModule, typeof i2.StepperModule], [typeof i2.StepperModule]>;
10
+ static ɵinj: i0.ɵɵInjectorDeclaration<StepperAllModule>;
11
+ }
@@ -0,0 +1,54 @@
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
+ * @asptype string
37
+ */
38
+ template: any;
39
+ /**
40
+ * Defines the template content for the tooltip.
41
+ * @default ''
42
+ * @asptype string
43
+ */
44
+ tooltipTemplate: any;
45
+ constructor(ngEle: ElementRef, srenderer: Renderer2, viewContainerRef: ViewContainerRef, injector: Injector);
46
+ ngOnInit(): void;
47
+ ngAfterViewInit(): void;
48
+ ngOnDestroy(): void;
49
+ ngAfterContentChecked(): void;
50
+ registerEvents: (eventList: string[]) => void;
51
+ addTwoWay: (propList: string[]) => void;
52
+ static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
53
+ 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"]>;
54
+ }
@@ -0,0 +1,12 @@
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
+ }
@@ -0,0 +1,78 @@
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 [icon]='e-icons e-folder' [text]='Step 1' />
11
+ * <e-step [icon]='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
+ }