@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
@@ -2,12 +2,12 @@ import { __decorate } from 'tslib';
2
2
  import * as i0 from '@angular/core';
3
3
  import { Directive, ContentChild, ContentChildren, Component, ChangeDetectionStrategy, NgModule } from '@angular/core';
4
4
  import { ComplexBase, setValue, Template, ArrayBase, ComponentBase, ComponentMixins } from '@syncfusion/ej2-angular-base';
5
- import { Accordion, Toolbar, ContextMenu, Breadcrumb, Carousel, Tab, TreeView, Sidebar, Menu, AppBar } from '@syncfusion/ej2-navigations';
5
+ import { Accordion, Toolbar, ContextMenu, Breadcrumb, Carousel, Tab, TreeView, Sidebar, Menu, AppBar, Stepper } from '@syncfusion/ej2-navigations';
6
6
  export * from '@syncfusion/ej2-navigations';
7
7
  import { CommonModule } from '@angular/common';
8
8
 
9
- let input$5 = ['content', 'cssClass', 'disabled', 'expanded', 'header', 'iconCss', 'id', 'visible'];
10
- let outputs$f = [];
9
+ let input$6 = ['content', 'cssClass', 'disabled', 'expanded', 'header', 'iconCss', 'id', 'visible'];
10
+ let outputs$h = [];
11
11
  /**
12
12
  * 'e-accordionitem' directive represent a item of the Angular Accordion.
13
13
  * It must be contained in a Accordion component(`ejs-accordion`).
@@ -25,8 +25,8 @@ class AccordionItemDirective extends ComplexBase {
25
25
  super();
26
26
  this.viewContainerRef = viewContainerRef;
27
27
  setValue('currentInstance', this, this.viewContainerRef);
28
- this.registerEvents(outputs$f);
29
- this.directivePropList = input$5;
28
+ this.registerEvents(outputs$h);
29
+ this.directivePropList = input$6;
30
30
  }
31
31
  }
32
32
  AccordionItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: AccordionItemDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
@@ -41,8 +41,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
41
41
  type: Directive,
42
42
  args: [{
43
43
  selector: 'e-accordionitems>e-accordionitem',
44
- inputs: input$5,
45
- outputs: outputs$f,
44
+ inputs: input$6,
45
+ outputs: outputs$h,
46
46
  queries: {}
47
47
  }]
48
48
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { header: [{
@@ -73,9 +73,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
73
73
  }]
74
74
  }], ctorParameters: function () { return []; } });
75
75
 
76
- const inputs$9 = ['animation', 'dataSource', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandMode', 'expandedIndices', 'headerTemplate', 'height', 'itemTemplate', 'items', 'locale', 'width'];
77
- const outputs$e = ['clicked', 'created', 'destroyed', 'expanded', 'expanding', 'expandedIndicesChange'];
78
- const twoWays$9 = ['expandedIndices'];
76
+ const inputs$a = ['animation', 'dataSource', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandMode', 'expandedIndices', 'headerTemplate', 'height', 'itemTemplate', 'items', 'locale', 'width'];
77
+ const outputs$g = ['clicked', 'created', 'destroyed', 'expanded', 'expanding', 'expandedIndicesChange'];
78
+ const twoWays$a = ['expandedIndices'];
79
79
  /**
80
80
  * Represents the Angular Accordion Component.
81
81
  * ```html
@@ -92,8 +92,8 @@ let AccordionComponent = class AccordionComponent extends Accordion {
92
92
  this.tags = ['items'];
93
93
  this.element = this.ngEle.nativeElement;
94
94
  this.injectedModules = this.injectedModules || [];
95
- this.registerEvents(outputs$e);
96
- this.addTwoWay.call(this, twoWays$9);
95
+ this.registerEvents(outputs$g);
96
+ this.addTwoWay.call(this, twoWays$a);
97
97
  setValue('currentInstance', this, this.viewContainerRef);
98
98
  this.containerContext = new ComponentBase();
99
99
  }
@@ -126,8 +126,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
126
126
  type: Component,
127
127
  args: [{
128
128
  selector: 'ejs-accordion',
129
- inputs: inputs$9,
130
- outputs: outputs$e,
129
+ inputs: inputs$a,
130
+ outputs: outputs$g,
131
131
  template: `<ng-content select='div'></ng-content>`,
132
132
  changeDetection: ChangeDetectionStrategy.OnPush,
133
133
  queries: {
@@ -190,8 +190,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
190
190
  }]
191
191
  }] });
192
192
 
193
- let input$4 = ['align', 'cssClass', 'disabled', 'htmlAttributes', 'id', 'overflow', 'prefixIcon', 'showAlwaysInPopup', 'showTextOn', 'suffixIcon', 'tabIndex', 'template', 'text', 'tooltipText', 'type', 'visible', 'width'];
194
- let outputs$d = ['click'];
193
+ let input$5 = ['align', 'cssClass', 'disabled', 'htmlAttributes', 'id', 'overflow', 'prefixIcon', 'showAlwaysInPopup', 'showTextOn', 'suffixIcon', 'tabIndex', 'template', 'text', 'tooltipText', 'type', 'visible', 'width'];
194
+ let outputs$f = ['click'];
195
195
  /**
196
196
  * 'e-item' directive represent a item of the Angular Toolbar.
197
197
  * It must be contained in a Toolbar component(`ejs-toolbar`).
@@ -209,8 +209,8 @@ class ItemDirective extends ComplexBase {
209
209
  super();
210
210
  this.viewContainerRef = viewContainerRef;
211
211
  setValue('currentInstance', this, this.viewContainerRef);
212
- this.registerEvents(outputs$d);
213
- this.directivePropList = input$4;
212
+ this.registerEvents(outputs$f);
213
+ this.directivePropList = input$5;
214
214
  }
215
215
  }
216
216
  ItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: ItemDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
@@ -222,8 +222,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
222
222
  type: Directive,
223
223
  args: [{
224
224
  selector: 'e-items>e-item',
225
- inputs: input$4,
226
- outputs: outputs$d,
225
+ inputs: input$5,
226
+ outputs: outputs$f,
227
227
  queries: {}
228
228
  }]
229
229
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { template: [{
@@ -251,9 +251,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
251
251
  }]
252
252
  }], ctorParameters: function () { return []; } });
253
253
 
254
- const inputs$8 = ['allowKeyboard', 'cssClass', 'enableCollision', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'height', 'items', 'locale', 'overflowMode', 'scrollStep', 'width'];
255
- const outputs$c = ['beforeCreate', 'clicked', 'created', 'destroyed'];
256
- const twoWays$8 = [''];
254
+ const inputs$9 = ['allowKeyboard', 'cssClass', 'enableCollision', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'height', 'items', 'locale', 'overflowMode', 'scrollStep', 'width'];
255
+ const outputs$e = ['beforeCreate', 'clicked', 'created', 'destroyed'];
256
+ const twoWays$9 = [''];
257
257
  /**
258
258
  * Represents the Angular Toolbar Component.
259
259
  * ```html
@@ -270,8 +270,8 @@ let ToolbarComponent = class ToolbarComponent extends Toolbar {
270
270
  this.tags = ['items'];
271
271
  this.element = this.ngEle.nativeElement;
272
272
  this.injectedModules = this.injectedModules || [];
273
- this.registerEvents(outputs$c);
274
- this.addTwoWay.call(this, twoWays$8);
273
+ this.registerEvents(outputs$e);
274
+ this.addTwoWay.call(this, twoWays$9);
275
275
  setValue('currentInstance', this, this.viewContainerRef);
276
276
  this.containerContext = new ComponentBase();
277
277
  }
@@ -298,8 +298,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
298
298
  type: Component,
299
299
  args: [{
300
300
  selector: 'ejs-toolbar',
301
- inputs: inputs$8,
302
- outputs: outputs$c,
301
+ inputs: inputs$9,
302
+ outputs: outputs$e,
303
303
  template: `<ng-content select='div'></ng-content>`,
304
304
  changeDetection: ChangeDetectionStrategy.OnPush,
305
305
  queries: {
@@ -356,9 +356,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
356
356
  }]
357
357
  }] });
358
358
 
359
- const inputs$7 = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hoverDelay', 'items', 'locale', 'showItemOnClick', 'target', 'template'];
360
- const outputs$b = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
361
- const twoWays$7 = [''];
359
+ const inputs$8 = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hoverDelay', 'items', 'locale', 'showItemOnClick', 'target', 'template'];
360
+ const outputs$d = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
361
+ const twoWays$8 = [''];
362
362
  /**
363
363
  * Represents the EJ2 Angular ContextMenu Component.
364
364
  * ```html
@@ -375,8 +375,8 @@ let ContextMenuComponent = class ContextMenuComponent extends ContextMenu {
375
375
  this.injector = injector;
376
376
  this.element = this.ngEle.nativeElement;
377
377
  this.injectedModules = this.injectedModules || [];
378
- this.registerEvents(outputs$b);
379
- this.addTwoWay.call(this, twoWays$7);
378
+ this.registerEvents(outputs$d);
379
+ this.addTwoWay.call(this, twoWays$8);
380
380
  setValue('currentInstance', this, this.viewContainerRef);
381
381
  this.context = new ComponentBase();
382
382
  }
@@ -402,8 +402,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
402
402
  type: Component,
403
403
  args: [{
404
404
  selector: 'ejs-contextmenu',
405
- inputs: inputs$7,
406
- outputs: outputs$b,
405
+ inputs: inputs$8,
406
+ outputs: outputs$d,
407
407
  template: '',
408
408
  changeDetection: ChangeDetectionStrategy.OnPush,
409
409
  queries: {}
@@ -450,8 +450,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
450
450
  }]
451
451
  }] });
452
452
 
453
- let input$3 = ['disabled', 'iconCss', 'text', 'url'];
454
- let outputs$a = [];
453
+ let input$4 = ['disabled', 'iconCss', 'text', 'url'];
454
+ let outputs$c = [];
455
455
  /**
456
456
  * `e-breadcrumb-item` directive represent a item of the Angular Breadcrumb.
457
457
  * It must be contained in a Breadcrumb component(`ejs-breadcrumb`).
@@ -469,8 +469,8 @@ class BreadcrumbItemDirective extends ComplexBase {
469
469
  super();
470
470
  this.viewContainerRef = viewContainerRef;
471
471
  setValue('currentInstance', this, this.viewContainerRef);
472
- this.registerEvents(outputs$a);
473
- this.directivePropList = input$3;
472
+ this.registerEvents(outputs$c);
473
+ this.directivePropList = input$4;
474
474
  }
475
475
  }
476
476
  BreadcrumbItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: BreadcrumbItemDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
@@ -479,8 +479,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
479
479
  type: Directive,
480
480
  args: [{
481
481
  selector: 'ejs-breadcrumb>e-breadcrumb-items>e-breadcrumb-item',
482
- inputs: input$3,
483
- outputs: outputs$a,
482
+ inputs: input$4,
483
+ outputs: outputs$c,
484
484
  queries: {}
485
485
  }]
486
486
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
@@ -505,9 +505,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
505
505
  }]
506
506
  }], ctorParameters: function () { return []; } });
507
507
 
508
- const inputs$6 = ['activeItem', 'cssClass', 'disabled', 'enableActiveItemNavigation', 'enableNavigation', 'enablePersistence', 'enableRtl', 'itemTemplate', 'items', 'locale', 'maxItems', 'overflowMode', 'separatorTemplate', 'url'];
509
- const outputs$9 = ['beforeItemRender', 'created', 'itemClick', 'activeItemChange'];
510
- const twoWays$6 = ['activeItem'];
508
+ const inputs$7 = ['activeItem', 'cssClass', 'disabled', 'enableActiveItemNavigation', 'enableNavigation', 'enablePersistence', 'enableRtl', 'itemTemplate', 'items', 'locale', 'maxItems', 'overflowMode', 'separatorTemplate', 'url'];
509
+ const outputs$b = ['beforeItemRender', 'created', 'itemClick', 'activeItemChange'];
510
+ const twoWays$7 = ['activeItem'];
511
511
  /**
512
512
  * Represents the EJ2 Angular Breadcrumb Component.
513
513
  * ```html
@@ -524,8 +524,8 @@ let BreadcrumbComponent = class BreadcrumbComponent extends Breadcrumb {
524
524
  this.tags = ['items'];
525
525
  this.element = this.ngEle.nativeElement;
526
526
  this.injectedModules = this.injectedModules || [];
527
- this.registerEvents(outputs$9);
528
- this.addTwoWay.call(this, twoWays$6);
527
+ this.registerEvents(outputs$b);
528
+ this.addTwoWay.call(this, twoWays$7);
529
529
  setValue('currentInstance', this, this.viewContainerRef);
530
530
  this.context = new ComponentBase();
531
531
  }
@@ -558,8 +558,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
558
558
  type: Component,
559
559
  args: [{
560
560
  selector: 'ejs-breadcrumb',
561
- inputs: inputs$6,
562
- outputs: outputs$9,
561
+ inputs: inputs$7,
562
+ outputs: outputs$b,
563
563
  template: '',
564
564
  changeDetection: ChangeDetectionStrategy.OnPush,
565
565
  queries: {
@@ -622,8 +622,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
622
622
  }]
623
623
  }] });
624
624
 
625
- let input$2 = ['cssClass', 'htmlAttributes', 'interval', 'template'];
626
- let outputs$8 = [];
625
+ let input$3 = ['cssClass', 'htmlAttributes', 'interval', 'template'];
626
+ let outputs$a = [];
627
627
  /**
628
628
  * `e-carousel-item` directive represent a item of the Angular Carousel.
629
629
  * It must be contained in a Carousel component(`ejs-carousel`).
@@ -641,8 +641,8 @@ class CarouselItemDirective extends ComplexBase {
641
641
  super();
642
642
  this.viewContainerRef = viewContainerRef;
643
643
  setValue('currentInstance', this, this.viewContainerRef);
644
- this.registerEvents(outputs$8);
645
- this.directivePropList = input$2;
644
+ this.registerEvents(outputs$a);
645
+ this.directivePropList = input$3;
646
646
  }
647
647
  }
648
648
  CarouselItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CarouselItemDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
@@ -654,8 +654,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
654
654
  type: Directive,
655
655
  args: [{
656
656
  selector: 'ejs-carousel>e-carousel-items>e-carousel-item',
657
- inputs: input$2,
658
- outputs: outputs$8,
657
+ inputs: input$3,
658
+ outputs: outputs$a,
659
659
  queries: {}
660
660
  }]
661
661
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { template: [{
@@ -683,9 +683,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
683
683
  }]
684
684
  }], ctorParameters: function () { return []; } });
685
685
 
686
- const inputs$5 = ['animationEffect', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'indicatorsType', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'partialVisible', 'pauseOnHover', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'swipeMode', 'width'];
687
- const outputs$7 = ['slideChanged', 'slideChanging', 'selectedIndexChange'];
688
- const twoWays$5 = ['selectedIndex'];
686
+ const inputs$6 = ['animationEffect', 'autoPlay', 'buttonsVisibility', 'cssClass', 'dataSource', 'enablePersistence', 'enableRtl', 'enableTouchSwipe', 'height', 'htmlAttributes', 'indicatorsTemplate', 'indicatorsType', 'interval', 'itemTemplate', 'items', 'locale', 'loop', 'nextButtonTemplate', 'partialVisible', 'pauseOnHover', 'playButtonTemplate', 'previousButtonTemplate', 'selectedIndex', 'showIndicators', 'showPlayButton', 'swipeMode', 'width'];
687
+ const outputs$9 = ['slideChanged', 'slideChanging', 'selectedIndexChange'];
688
+ const twoWays$6 = ['selectedIndex'];
689
689
  /**
690
690
  * Represents the EJ2 Angular Carousel Component.
691
691
  * ```html
@@ -702,8 +702,8 @@ let CarouselComponent = class CarouselComponent extends Carousel {
702
702
  this.tags = ['items'];
703
703
  this.element = this.ngEle.nativeElement;
704
704
  this.injectedModules = this.injectedModules || [];
705
- this.registerEvents(outputs$7);
706
- this.addTwoWay.call(this, twoWays$5);
705
+ this.registerEvents(outputs$9);
706
+ this.addTwoWay.call(this, twoWays$6);
707
707
  setValue('currentInstance', this, this.viewContainerRef);
708
708
  this.context = new ComponentBase();
709
709
  }
@@ -745,8 +745,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
745
745
  type: Component,
746
746
  args: [{
747
747
  selector: 'ejs-carousel',
748
- inputs: inputs$5,
749
- outputs: outputs$7,
748
+ inputs: inputs$6,
749
+ outputs: outputs$9,
750
750
  template: '',
751
751
  changeDetection: ChangeDetectionStrategy.OnPush,
752
752
  queries: {
@@ -818,8 +818,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
818
818
  }]
819
819
  }] });
820
820
 
821
- let input$1 = ['content', 'cssClass', 'disabled', 'header', 'headerTemplate', 'id', 'tabIndex', 'visible'];
822
- let outputs$6 = [];
821
+ let input$2 = ['content', 'cssClass', 'disabled', 'header', 'headerTemplate', 'id', 'tabIndex', 'visible'];
822
+ let outputs$8 = [];
823
823
  /**
824
824
  * 'e-tabitem' directive represent a item of the Angular Tab.
825
825
  * It must be contained in a Tab component(`ejs-tab`).
@@ -837,8 +837,8 @@ class TabItemDirective extends ComplexBase {
837
837
  super();
838
838
  this.viewContainerRef = viewContainerRef;
839
839
  setValue('currentInstance', this, this.viewContainerRef);
840
- this.registerEvents(outputs$6);
841
- this.directivePropList = input$1;
840
+ this.registerEvents(outputs$8);
841
+ this.directivePropList = input$2;
842
842
  }
843
843
  }
844
844
  TabItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: TabItemDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
@@ -856,8 +856,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
856
856
  type: Directive,
857
857
  args: [{
858
858
  selector: 'e-tabitems>e-tabitem',
859
- inputs: input$1,
860
- outputs: outputs$6,
859
+ inputs: input$2,
860
+ outputs: outputs$8,
861
861
  queries: {}
862
862
  }]
863
863
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; }, propDecorators: { content: [{
@@ -891,9 +891,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
891
891
  }]
892
892
  }], ctorParameters: function () { return []; } });
893
893
 
894
- const inputs$4 = ['allowDragAndDrop', 'animation', 'clearTemplates', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'reorderActiveTab', 'scrollStep', 'selectedItem', 'showCloseButton', 'width'];
895
- const outputs$5 = ['added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
896
- const twoWays$4 = [''];
894
+ const inputs$5 = ['allowDragAndDrop', 'animation', 'clearTemplates', 'cssClass', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'headerPlacement', 'height', 'heightAdjustMode', 'items', 'loadOn', 'locale', 'overflowMode', 'reorderActiveTab', 'scrollStep', 'selectedItem', 'showCloseButton', 'width'];
895
+ const outputs$7 = ['added', 'adding', 'created', 'destroyed', 'dragged', 'dragging', 'onDragStart', 'removed', 'removing', 'selected', 'selecting'];
896
+ const twoWays$5 = [''];
897
897
  /**
898
898
  * Represents the Angular Tab Component.
899
899
  * ```html
@@ -910,8 +910,8 @@ let TabComponent = class TabComponent extends Tab {
910
910
  this.tags = ['items'];
911
911
  this.element = this.ngEle.nativeElement;
912
912
  this.injectedModules = this.injectedModules || [];
913
- this.registerEvents(outputs$5);
914
- this.addTwoWay.call(this, twoWays$4);
913
+ this.registerEvents(outputs$7);
914
+ this.addTwoWay.call(this, twoWays$5);
915
915
  setValue('currentInstance', this, this.viewContainerRef);
916
916
  this.containerContext = new ComponentBase();
917
917
  }
@@ -938,8 +938,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
938
938
  type: Component,
939
939
  args: [{
940
940
  selector: 'ejs-tab',
941
- inputs: inputs$4,
942
- outputs: outputs$5,
941
+ inputs: inputs$5,
942
+ outputs: outputs$7,
943
943
  template: `<ng-content select='div'></ng-content>`,
944
944
  changeDetection: ChangeDetectionStrategy.OnPush,
945
945
  queries: {
@@ -996,9 +996,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
996
996
  }]
997
997
  }] });
998
998
 
999
- const inputs$3 = ['allowDragAndDrop', 'allowEditing', 'allowMultiSelection', 'allowTextWrap', 'animation', 'autoCheck', 'checkedNodes', 'cssClass', 'disabled', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandOn', 'expandedNodes', 'fields', 'fullRowNavigable', 'fullRowSelect', 'loadOnDemand', 'locale', 'nodeTemplate', 'selectedNodes', 'showCheckBox', 'sortOrder'];
1000
- const outputs$4 = ['actionFailure', 'created', 'dataBound', 'dataSourceChanged', 'destroyed', 'drawNode', 'keyPress', 'nodeChecked', 'nodeChecking', 'nodeClicked', 'nodeCollapsed', 'nodeCollapsing', 'nodeDragStart', 'nodeDragStop', 'nodeDragging', 'nodeDropped', 'nodeEdited', 'nodeEditing', 'nodeExpanded', 'nodeExpanding', 'nodeSelected', 'nodeSelecting'];
1001
- const twoWays$3 = [''];
999
+ const inputs$4 = ['allowDragAndDrop', 'allowEditing', 'allowMultiSelection', 'allowTextWrap', 'animation', 'autoCheck', 'checkedNodes', 'cssClass', 'disabled', 'dragArea', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'expandOn', 'expandedNodes', 'fields', 'fullRowNavigable', 'fullRowSelect', 'loadOnDemand', 'locale', 'nodeTemplate', 'selectedNodes', 'showCheckBox', 'sortOrder'];
1000
+ const outputs$6 = ['actionFailure', 'created', 'dataBound', 'dataSourceChanged', 'destroyed', 'drawNode', 'keyPress', 'nodeChecked', 'nodeChecking', 'nodeClicked', 'nodeCollapsed', 'nodeCollapsing', 'nodeDragStart', 'nodeDragStop', 'nodeDragging', 'nodeDropped', 'nodeEdited', 'nodeEditing', 'nodeExpanded', 'nodeExpanding', 'nodeSelected', 'nodeSelecting'];
1001
+ const twoWays$4 = [''];
1002
1002
  /**
1003
1003
  * TreeView component is used to represent the hierarchical data in tree like structure with advanced functions to perform edit, drag and drop, selection with check-box and more.
1004
1004
  * ```html
@@ -1014,8 +1014,8 @@ let TreeViewComponent = class TreeViewComponent extends TreeView {
1014
1014
  this.injector = injector;
1015
1015
  this.element = this.ngEle.nativeElement;
1016
1016
  this.injectedModules = this.injectedModules || [];
1017
- this.registerEvents(outputs$4);
1018
- this.addTwoWay.call(this, twoWays$3);
1017
+ this.registerEvents(outputs$6);
1018
+ this.addTwoWay.call(this, twoWays$4);
1019
1019
  setValue('currentInstance', this, this.viewContainerRef);
1020
1020
  this.context = new ComponentBase();
1021
1021
  }
@@ -1044,8 +1044,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
1044
1044
  type: Component,
1045
1045
  args: [{
1046
1046
  selector: 'ejs-treeview',
1047
- inputs: inputs$3,
1048
- outputs: outputs$4,
1047
+ inputs: inputs$4,
1048
+ outputs: outputs$6,
1049
1049
  template: '',
1050
1050
  changeDetection: ChangeDetectionStrategy.OnPush,
1051
1051
  queries: {}
@@ -1095,9 +1095,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
1095
1095
  }]
1096
1096
  }] });
1097
1097
 
1098
- const inputs$2 = ['animate', 'closeOnDocumentClick', 'dockSize', 'enableDock', 'enableGestures', 'enablePersistence', 'enableRtl', 'height', 'isOpen', 'locale', 'mediaQuery', 'position', 'showBackdrop', 'target', 'type', 'width', 'zIndex'];
1099
- const outputs$3 = ['change', 'close', 'created', 'destroyed', 'open', 'isOpenChange'];
1100
- const twoWays$2 = ['isOpen'];
1098
+ const inputs$3 = ['animate', 'closeOnDocumentClick', 'dockSize', 'enableDock', 'enableGestures', 'enablePersistence', 'enableRtl', 'height', 'isOpen', 'locale', 'mediaQuery', 'position', 'showBackdrop', 'target', 'type', 'width', 'zIndex'];
1099
+ const outputs$5 = ['change', 'close', 'created', 'destroyed', 'open', 'isOpenChange'];
1100
+ const twoWays$3 = ['isOpen'];
1101
1101
  /**
1102
1102
  * Represents the Essential JS 2 Angular Sidebar Component.
1103
1103
  * ```html
@@ -1113,8 +1113,8 @@ let SidebarComponent = class SidebarComponent extends Sidebar {
1113
1113
  this.injector = injector;
1114
1114
  this.element = this.ngEle.nativeElement;
1115
1115
  this.injectedModules = this.injectedModules || [];
1116
- this.registerEvents(outputs$3);
1117
- this.addTwoWay.call(this, twoWays$2);
1116
+ this.registerEvents(outputs$5);
1117
+ this.addTwoWay.call(this, twoWays$3);
1118
1118
  setValue('currentInstance', this, this.viewContainerRef);
1119
1119
  this.containerContext = new ComponentBase();
1120
1120
  }
@@ -1140,8 +1140,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
1140
1140
  type: Component,
1141
1141
  args: [{
1142
1142
  selector: 'ejs-sidebar',
1143
- inputs: inputs$2,
1144
- outputs: outputs$3,
1143
+ inputs: inputs$3,
1144
+ outputs: outputs$5,
1145
1145
  template: `<ng-content ></ng-content>`,
1146
1146
  changeDetection: ChangeDetectionStrategy.OnPush,
1147
1147
  queries: {}
@@ -1188,15 +1188,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
1188
1188
  }]
1189
1189
  }] });
1190
1190
 
1191
- let input = ['iconCss', 'id', 'items', 'separator', 'text', 'url'];
1192
- let outputs$2 = [];
1191
+ let input$1 = ['iconCss', 'id', 'items', 'separator', 'text', 'url'];
1192
+ let outputs$4 = [];
1193
1193
  class MenuItemDirective extends ComplexBase {
1194
1194
  constructor(viewContainerRef) {
1195
1195
  super();
1196
1196
  this.viewContainerRef = viewContainerRef;
1197
1197
  setValue('currentInstance', this, this.viewContainerRef);
1198
- this.registerEvents(outputs$2);
1199
- this.directivePropList = input;
1198
+ this.registerEvents(outputs$4);
1199
+ this.directivePropList = input$1;
1200
1200
  }
1201
1201
  }
1202
1202
  MenuItemDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: MenuItemDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
@@ -1205,8 +1205,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
1205
1205
  type: Directive,
1206
1206
  args: [{
1207
1207
  selector: 'ejs-menu>e-menu-items>e-menu-item>',
1208
- inputs: input,
1209
- outputs: outputs$2,
1208
+ inputs: input$1,
1209
+ outputs: outputs$4,
1210
1210
  queries: {}
1211
1211
  }]
1212
1212
  }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
@@ -1231,9 +1231,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
1231
1231
  }]
1232
1232
  }], ctorParameters: function () { return []; } });
1233
1233
 
1234
- const inputs$1 = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hamburgerMode', 'hoverDelay', 'items', 'locale', 'orientation', 'showItemOnClick', 'target', 'template', 'title'];
1235
- const outputs$1 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
1236
- const twoWays$1 = [''];
1234
+ const inputs$2 = ['animationSettings', 'cssClass', 'enableHtmlSanitizer', 'enablePersistence', 'enableRtl', 'enableScrolling', 'fields', 'filter', 'hamburgerMode', 'hoverDelay', 'items', 'locale', 'orientation', 'showItemOnClick', 'target', 'template', 'title'];
1235
+ const outputs$3 = ['beforeClose', 'beforeItemRender', 'beforeOpen', 'created', 'onClose', 'onOpen', 'select'];
1236
+ const twoWays$2 = [''];
1237
1237
  /**
1238
1238
  * Represents the EJ2 Angular Menu Component.
1239
1239
  * ```html
@@ -1250,8 +1250,8 @@ let MenuComponent = class MenuComponent extends Menu {
1250
1250
  this.tags = ['items'];
1251
1251
  this.element = this.ngEle.nativeElement;
1252
1252
  this.injectedModules = this.injectedModules || [];
1253
- this.registerEvents(outputs$1);
1254
- this.addTwoWay.call(this, twoWays$1);
1253
+ this.registerEvents(outputs$3);
1254
+ this.addTwoWay.call(this, twoWays$2);
1255
1255
  setValue('currentInstance', this, this.viewContainerRef);
1256
1256
  this.context = new ComponentBase();
1257
1257
  }
@@ -1281,8 +1281,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
1281
1281
  type: Component,
1282
1282
  args: [{
1283
1283
  selector: 'ejs-menu',
1284
- inputs: inputs$1,
1285
- outputs: outputs$1,
1284
+ inputs: inputs$2,
1285
+ outputs: outputs$3,
1286
1286
  template: '',
1287
1287
  changeDetection: ChangeDetectionStrategy.OnPush,
1288
1288
  queries: {
@@ -1342,9 +1342,9 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
1342
1342
  }]
1343
1343
  }] });
1344
1344
 
1345
- const inputs = ['colorMode', 'cssClass', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'isSticky', 'locale', 'mode', 'position'];
1346
- const outputs = ['created', 'destroyed'];
1347
- const twoWays = [''];
1345
+ const inputs$1 = ['colorMode', 'cssClass', 'enablePersistence', 'enableRtl', 'htmlAttributes', 'isSticky', 'locale', 'mode', 'position'];
1346
+ const outputs$2 = ['created', 'destroyed'];
1347
+ const twoWays$1 = [''];
1348
1348
  /**
1349
1349
  * Represents the Essential JS 2 Angular AppBar Component.
1350
1350
  * ```html
@@ -1360,8 +1360,8 @@ let AppBarComponent = class AppBarComponent extends AppBar {
1360
1360
  this.injector = injector;
1361
1361
  this.element = this.ngEle.nativeElement;
1362
1362
  this.injectedModules = this.injectedModules || [];
1363
- this.registerEvents(outputs);
1364
- this.addTwoWay.call(this, twoWays);
1363
+ this.registerEvents(outputs$2);
1364
+ this.addTwoWay.call(this, twoWays$1);
1365
1365
  setValue('currentInstance', this, this.viewContainerRef);
1366
1366
  this.containerContext = new ComponentBase();
1367
1367
  }
@@ -1387,8 +1387,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
1387
1387
  type: Component,
1388
1388
  args: [{
1389
1389
  selector: 'ejs-appbar',
1390
- inputs: inputs,
1391
- outputs: outputs,
1390
+ inputs: inputs$1,
1391
+ outputs: outputs$2,
1392
1392
  template: `<ng-content ></ng-content>`,
1393
1393
  changeDetection: ChangeDetectionStrategy.OnPush,
1394
1394
  queries: {}
@@ -1435,11 +1435,183 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImpor
1435
1435
  }]
1436
1436
  }] });
1437
1437
 
1438
+ let input = ['cssClass', 'disabled', 'iconCss', 'isValid', 'label', 'optional', 'status', 'text'];
1439
+ let outputs$1 = [];
1440
+ /**
1441
+ * 'e-step' directive represents a step of the Angular Stepper.
1442
+ * It must be contained in a Stepper component(`ejs-stepper`).
1443
+ * ```html
1444
+ * <ejs-stepper>
1445
+ * <e-steps>
1446
+ * <e-step [icon]='e-icons e-folder' [text]='Step 1' />
1447
+ * <e-step [icon]='e-icons e-folder' [text]='Step 2' />
1448
+ * </e-steps>
1449
+ * </ejs-stepper>
1450
+ * ```
1451
+ */
1452
+ class StepDirective extends ComplexBase {
1453
+ constructor(viewContainerRef) {
1454
+ super();
1455
+ this.viewContainerRef = viewContainerRef;
1456
+ setValue('currentInstance', this, this.viewContainerRef);
1457
+ this.registerEvents(outputs$1);
1458
+ this.directivePropList = input;
1459
+ }
1460
+ }
1461
+ StepDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StepDirective, deps: [{ token: i0.ViewContainerRef }], target: i0.ɵɵFactoryTarget.Directive });
1462
+ StepDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StepDirective, selector: "ejs-stepper>e-steps>e-step", inputs: { cssClass: "cssClass", disabled: "disabled", iconCss: "iconCss", isValid: "isValid", label: "label", optional: "optional", status: "status", text: "text" }, usesInheritance: true, ngImport: i0 });
1463
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StepDirective, decorators: [{
1464
+ type: Directive,
1465
+ args: [{
1466
+ selector: 'ejs-stepper>e-steps>e-step',
1467
+ inputs: input,
1468
+ outputs: outputs$1,
1469
+ queries: {}
1470
+ }]
1471
+ }], ctorParameters: function () { return [{ type: i0.ViewContainerRef }]; } });
1472
+ /**
1473
+ * Step Array Directive
1474
+ * @private
1475
+ */
1476
+ class StepsDirective extends ArrayBase {
1477
+ constructor() {
1478
+ super('steps');
1479
+ }
1480
+ }
1481
+ StepsDirective.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StepsDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
1482
+ StepsDirective.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.0.3", type: StepsDirective, selector: "ejs-stepper>e-steps", queries: [{ propertyName: "children", predicate: StepDirective }], usesInheritance: true, ngImport: i0 });
1483
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StepsDirective, decorators: [{
1484
+ type: Directive,
1485
+ args: [{
1486
+ selector: 'ejs-stepper>e-steps',
1487
+ queries: {
1488
+ children: new ContentChildren(StepDirective)
1489
+ },
1490
+ }]
1491
+ }], ctorParameters: function () { return []; } });
1492
+
1493
+ const inputs = ['activeStep', 'animation', 'cssClass', 'enablePersistence', 'enableRtl', 'labelPosition', 'linear', 'locale', 'orientation', 'readOnly', 'showTooltip', 'stepType', 'steps', 'template', 'tooltipTemplate'];
1494
+ const outputs = ['beforeStepRender', 'created', 'stepChanged', 'stepChanging', 'stepClick', 'activeStepChange'];
1495
+ const twoWays = ['activeStep'];
1496
+ /**
1497
+ * Represents the EJ2 Angular Stepper Component.
1498
+ * ```html
1499
+ * <nav ejs-stepper [steps]='stepItems'></nav>
1500
+ * ```
1501
+ */
1502
+ let StepperComponent = class StepperComponent extends Stepper {
1503
+ constructor(ngEle, srenderer, viewContainerRef, injector) {
1504
+ super();
1505
+ this.ngEle = ngEle;
1506
+ this.srenderer = srenderer;
1507
+ this.viewContainerRef = viewContainerRef;
1508
+ this.injector = injector;
1509
+ this.tags = ['steps'];
1510
+ this.element = this.ngEle.nativeElement;
1511
+ this.injectedModules = this.injectedModules || [];
1512
+ this.registerEvents(outputs);
1513
+ this.addTwoWay.call(this, twoWays);
1514
+ setValue('currentInstance', this, this.viewContainerRef);
1515
+ this.containerContext = new ComponentBase();
1516
+ }
1517
+ ngOnInit() {
1518
+ this.containerContext.ngOnInit(this);
1519
+ }
1520
+ ngAfterViewInit() {
1521
+ this.containerContext.ngAfterViewInit(this);
1522
+ }
1523
+ ngOnDestroy() {
1524
+ this.containerContext.ngOnDestroy(this);
1525
+ }
1526
+ ngAfterContentChecked() {
1527
+ this.tagObjects[0].instance = this.childSteps;
1528
+ this.containerContext.ngAfterContentChecked(this);
1529
+ }
1530
+ };
1531
+ StepperComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StepperComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
1532
+ StepperComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: StepperComponent, selector: "ejs-stepper", inputs: { 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" }, outputs: { beforeStepRender: "beforeStepRender", created: "created", stepChanged: "stepChanged", stepChanging: "stepChanging", stepClick: "stepClick", activeStepChange: "activeStepChange" }, queries: [{ propertyName: "template", first: true, predicate: ["template"], descendants: true }, { propertyName: "tooltipTemplate", first: true, predicate: ["tooltipTemplate"], descendants: true }, { propertyName: "childSteps", first: true, predicate: StepsDirective, descendants: true }], usesInheritance: true, ngImport: i0, template: `<ng-content select='nav'></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1533
+ __decorate([
1534
+ Template()
1535
+ ], StepperComponent.prototype, "template", void 0);
1536
+ __decorate([
1537
+ Template()
1538
+ ], StepperComponent.prototype, "tooltipTemplate", void 0);
1539
+ StepperComponent = __decorate([
1540
+ ComponentMixins([ComponentBase])
1541
+ ], StepperComponent);
1542
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StepperComponent, decorators: [{
1543
+ type: Component,
1544
+ args: [{
1545
+ selector: 'ejs-stepper',
1546
+ inputs: inputs,
1547
+ outputs: outputs,
1548
+ template: `<ng-content select='nav'></ng-content>`,
1549
+ changeDetection: ChangeDetectionStrategy.OnPush,
1550
+ queries: {
1551
+ childSteps: new ContentChild(StepsDirective)
1552
+ }
1553
+ }]
1554
+ }], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; }, propDecorators: { template: [{
1555
+ type: ContentChild,
1556
+ args: ['template']
1557
+ }], tooltipTemplate: [{
1558
+ type: ContentChild,
1559
+ args: ['tooltipTemplate']
1560
+ }] } });
1561
+
1562
+ /**
1563
+ * NgModule definition for the Stepper component.
1564
+ */
1565
+ class StepperModule {
1566
+ }
1567
+ StepperModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StepperModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1568
+ StepperModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StepperModule, declarations: [StepperComponent,
1569
+ StepDirective,
1570
+ StepsDirective], imports: [CommonModule], exports: [StepperComponent,
1571
+ StepDirective,
1572
+ StepsDirective] });
1573
+ StepperModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StepperModule, imports: [[CommonModule]] });
1574
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StepperModule, decorators: [{
1575
+ type: NgModule,
1576
+ args: [{
1577
+ imports: [CommonModule],
1578
+ declarations: [
1579
+ StepperComponent,
1580
+ StepDirective,
1581
+ StepsDirective
1582
+ ],
1583
+ exports: [
1584
+ StepperComponent,
1585
+ StepDirective,
1586
+ StepsDirective
1587
+ ]
1588
+ }]
1589
+ }] });
1590
+
1591
+ /**
1592
+ * NgModule definition for the Stepper component with providers.
1593
+ */
1594
+ class StepperAllModule {
1595
+ }
1596
+ StepperAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StepperAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1597
+ StepperAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StepperAllModule, imports: [CommonModule, StepperModule], exports: [StepperModule] });
1598
+ StepperAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StepperAllModule, providers: [], imports: [[CommonModule, StepperModule], StepperModule] });
1599
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: StepperAllModule, decorators: [{
1600
+ type: NgModule,
1601
+ args: [{
1602
+ imports: [CommonModule, StepperModule],
1603
+ exports: [
1604
+ StepperModule
1605
+ ],
1606
+ providers: []
1607
+ }]
1608
+ }] });
1609
+
1438
1610
  // Mapping root file for package generation
1439
1611
 
1440
1612
  /**
1441
1613
  * Generated bundle index. Do not edit.
1442
1614
  */
1443
1615
 
1444
- export { AccordionAllModule, AccordionComponent, AccordionItemDirective, AccordionItemsDirective, AccordionModule, AppBarAllModule, AppBarComponent, AppBarModule, BreadcrumbAllModule, BreadcrumbComponent, BreadcrumbItemDirective, BreadcrumbItemsDirective, BreadcrumbModule, CarouselAllModule, CarouselComponent, CarouselItemDirective, CarouselItemsDirective, CarouselModule, ContextMenuAllModule, ContextMenuComponent, ContextMenuModule, ItemDirective, ItemsDirective, MenuAllModule, MenuComponent, MenuItemDirective, MenuItemsDirective, MenuModule, SidebarAllModule, SidebarComponent, SidebarModule, TabAllModule, TabComponent, TabItemDirective, TabItemsDirective, TabModule, ToolbarAllModule, ToolbarComponent, ToolbarModule, TreeViewAllModule, TreeViewComponent, TreeViewModule };
1616
+ export { AccordionAllModule, AccordionComponent, AccordionItemDirective, AccordionItemsDirective, AccordionModule, AppBarAllModule, AppBarComponent, AppBarModule, BreadcrumbAllModule, BreadcrumbComponent, BreadcrumbItemDirective, BreadcrumbItemsDirective, BreadcrumbModule, CarouselAllModule, CarouselComponent, CarouselItemDirective, CarouselItemsDirective, CarouselModule, ContextMenuAllModule, ContextMenuComponent, ContextMenuModule, ItemDirective, ItemsDirective, MenuAllModule, MenuComponent, MenuItemDirective, MenuItemsDirective, MenuModule, SidebarAllModule, SidebarComponent, SidebarModule, StepDirective, StepperAllModule, StepperComponent, StepperModule, StepsDirective, TabAllModule, TabComponent, TabItemDirective, TabItemsDirective, TabModule, ToolbarAllModule, ToolbarComponent, ToolbarModule, TreeViewAllModule, TreeViewComponent, TreeViewModule };
1445
1617
  //# sourceMappingURL=syncfusion-ej2-angular-navigations.mjs.map