File tree Expand file tree Collapse file tree
packages/devextreme-angular Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ import {
1111 AfterViewInit ,
1212 SkipSelf ,
1313 Input ,
14+ ContentChildren ,
15+ QueryList ,
1416} from '@angular/core' ;
1517
1618import { DOCUMENT } from '@angular/common' ;
@@ -51,6 +53,10 @@ import { CollectionNestedOption } from 'devextreme-angular/core';
5153export class DxiCardViewTabComponent extends CollectionNestedOption implements AfterViewInit ,
5254 IDxTemplateHost {
5355
56+ @ContentChildren ( СOLLECTION_NESTED_OPTION_TOKEN )
57+ set _CollectionOptionChildren ( value : QueryList < { propertyName : string , component : CollectionNestedOption } > ) {
58+ this . _setCollectionOptionChildren ( value ) ;
59+ }
5460
5561 @Input ( )
5662 get alignItemLabels ( ) : boolean {
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ import {
1111 AfterViewInit ,
1212 SkipSelf ,
1313 Input ,
14+ ContentChildren ,
15+ QueryList ,
1416} from '@angular/core' ;
1517
1618import { DOCUMENT } from '@angular/common' ;
@@ -51,6 +53,10 @@ import { CollectionNestedOption } from 'devextreme-angular/core';
5153export class DxiFormTabComponent extends CollectionNestedOption implements AfterViewInit ,
5254 IDxTemplateHost {
5355
56+ @ContentChildren ( СOLLECTION_NESTED_OPTION_TOKEN )
57+ set _CollectionOptionChildren ( value : QueryList < { propertyName : string , component : CollectionNestedOption } > ) {
58+ this . _setCollectionOptionChildren ( value ) ;
59+ }
5460
5561 @Input ( )
5662 get alignItemLabels ( ) : boolean {
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ export const componentNames = [
6161 'sparkline' ,
6262 'speed-dial-action' ,
6363 'splitter' ,
64+ 'stepper' ,
6465 'switch' ,
6566 'tab-panel' ,
6667 'tabs' ,
You can’t perform that action at this time.
0 commit comments