Skip to content

Commit bf36e92

Browse files
update regenerated
1 parent 5b7c974 commit bf36e92

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

packages/devextreme-angular/src/ui/card-view/nested/tab-dxi.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import {
1111
AfterViewInit,
1212
SkipSelf,
1313
Input,
14+
ContentChildren,
15+
QueryList,
1416
} from '@angular/core';
1517

1618
import { DOCUMENT } from '@angular/common';
@@ -51,6 +53,10 @@ import { CollectionNestedOption } from 'devextreme-angular/core';
5153
export 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 {

packages/devextreme-angular/src/ui/form/nested/tab-dxi.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import {
1111
AfterViewInit,
1212
SkipSelf,
1313
Input,
14+
ContentChildren,
15+
QueryList,
1416
} from '@angular/core';
1517

1618
import { DOCUMENT } from '@angular/common';
@@ -51,6 +53,10 @@ import { CollectionNestedOption } from 'devextreme-angular/core';
5153
export 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 {

packages/devextreme-angular/tests/src/server/component-names.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)