Skip to content

Commit 985cb04

Browse files
authored
Merge branch '26_1' into renovate/chrome-146.x
2 parents 4ed5f9e + 0d16fa9 commit 985cb04

58 files changed

Lines changed: 255 additions & 20 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/devextreme-angular/src/ui/autocomplete/nested/drop-down-options.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,14 @@ export class DxoAutocompleteDropDownOptionsComponent extends NestedOption implem
380380
this._setOption('showTitle', value);
381381
}
382382

383+
@Input()
384+
get tabFocusLoopEnabled(): boolean {
385+
return this._getOption('tabFocusLoopEnabled');
386+
}
387+
set tabFocusLoopEnabled(value: boolean) {
388+
this._setOption('tabFocusLoopEnabled', value);
389+
}
390+
383391
@Input()
384392
get tabIndex(): number {
385393
return this._getOption('tabIndex');

packages/devextreme-angular/src/ui/color-box/nested/drop-down-options.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,14 @@ export class DxoColorBoxDropDownOptionsComponent extends NestedOption implements
380380
this._setOption('showTitle', value);
381381
}
382382

383+
@Input()
384+
get tabFocusLoopEnabled(): boolean {
385+
return this._getOption('tabFocusLoopEnabled');
386+
}
387+
set tabFocusLoopEnabled(value: boolean) {
388+
this._setOption('tabFocusLoopEnabled', value);
389+
}
390+
383391
@Input()
384392
get tabIndex(): number {
385393
return this._getOption('tabIndex');

packages/devextreme-angular/src/ui/data-grid/nested/filter-builder-popup.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,14 @@ export class DxoDataGridFilterBuilderPopupComponent extends NestedOption impleme
380380
this._setOption('showTitle', value);
381381
}
382382

383+
@Input()
384+
get tabFocusLoopEnabled(): boolean {
385+
return this._getOption('tabFocusLoopEnabled');
386+
}
387+
set tabFocusLoopEnabled(value: boolean) {
388+
this._setOption('tabFocusLoopEnabled', value);
389+
}
390+
383391
@Input()
384392
get tabIndex(): number {
385393
return this._getOption('tabIndex');

packages/devextreme-angular/src/ui/data-grid/nested/popup.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,14 @@ export class DxoDataGridPopupComponent extends NestedOption implements OnDestroy
380380
this._setOption('showTitle', value);
381381
}
382382

383+
@Input()
384+
get tabFocusLoopEnabled(): boolean {
385+
return this._getOption('tabFocusLoopEnabled');
386+
}
387+
set tabFocusLoopEnabled(value: boolean) {
388+
this._setOption('tabFocusLoopEnabled', value);
389+
}
390+
383391
@Input()
384392
get tabIndex(): number {
385393
return this._getOption('tabIndex');

packages/devextreme-angular/src/ui/date-box/nested/drop-down-options.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,14 @@ export class DxoDateBoxDropDownOptionsComponent extends NestedOption implements
380380
this._setOption('showTitle', value);
381381
}
382382

383+
@Input()
384+
get tabFocusLoopEnabled(): boolean {
385+
return this._getOption('tabFocusLoopEnabled');
386+
}
387+
set tabFocusLoopEnabled(value: boolean) {
388+
this._setOption('tabFocusLoopEnabled', value);
389+
}
390+
383391
@Input()
384392
get tabIndex(): number {
385393
return this._getOption('tabIndex');

packages/devextreme-angular/src/ui/date-range-box/nested/drop-down-options.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,14 @@ export class DxoDateRangeBoxDropDownOptionsComponent extends NestedOption implem
380380
this._setOption('showTitle', value);
381381
}
382382

383+
@Input()
384+
get tabFocusLoopEnabled(): boolean {
385+
return this._getOption('tabFocusLoopEnabled');
386+
}
387+
set tabFocusLoopEnabled(value: boolean) {
388+
this._setOption('tabFocusLoopEnabled', value);
389+
}
390+
383391
@Input()
384392
get tabIndex(): number {
385393
return this._getOption('tabIndex');

packages/devextreme-angular/src/ui/drop-down-box/nested/drop-down-options.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,14 @@ export class DxoDropDownBoxDropDownOptionsComponent extends NestedOption impleme
380380
this._setOption('showTitle', value);
381381
}
382382

383+
@Input()
384+
get tabFocusLoopEnabled(): boolean {
385+
return this._getOption('tabFocusLoopEnabled');
386+
}
387+
set tabFocusLoopEnabled(value: boolean) {
388+
this._setOption('tabFocusLoopEnabled', value);
389+
}
390+
383391
@Input()
384392
get tabIndex(): number {
385393
return this._getOption('tabIndex');

packages/devextreme-angular/src/ui/drop-down-button/nested/drop-down-options.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,14 @@ export class DxoDropDownButtonDropDownOptionsComponent extends NestedOption impl
380380
this._setOption('showTitle', value);
381381
}
382382

383+
@Input()
384+
get tabFocusLoopEnabled(): boolean {
385+
return this._getOption('tabFocusLoopEnabled');
386+
}
387+
set tabFocusLoopEnabled(value: boolean) {
388+
this._setOption('tabFocusLoopEnabled', value);
389+
}
390+
383391
@Input()
384392
get tabIndex(): number {
385393
return this._getOption('tabIndex');

packages/devextreme-angular/src/ui/lookup/nested/drop-down-options.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,14 @@ export class DxoLookupDropDownOptionsComponent extends NestedOption implements O
305305
this._setOption('showTitle', value);
306306
}
307307

308+
@Input()
309+
get tabFocusLoopEnabled(): boolean {
310+
return this._getOption('tabFocusLoopEnabled');
311+
}
312+
set tabFocusLoopEnabled(value: boolean) {
313+
this._setOption('tabFocusLoopEnabled', value);
314+
}
315+
308316
@Input()
309317
get target(): any | string | undefined {
310318
return this._getOption('target');

packages/devextreme-angular/src/ui/nested/base/popup-options.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,13 @@ export abstract class DxoPopupOptions extends NestedOption {
302302
this._setOption('showTitle', value);
303303
}
304304

305+
get tabFocusLoopEnabled(): boolean {
306+
return this._getOption('tabFocusLoopEnabled');
307+
}
308+
set tabFocusLoopEnabled(value: boolean) {
309+
this._setOption('tabFocusLoopEnabled', value);
310+
}
311+
305312
get tabIndex(): number {
306313
return this._getOption('tabIndex');
307314
}

0 commit comments

Comments
 (0)