Skip to content

Commit 7074525

Browse files
wnvkoCopilot
andauthored
Update projects/igniteui-angular/grids/core/src/filtering/excel-style/excel-style-default-expression.component.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a8e0dac commit 7074525

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

projects/igniteui-angular/grids/core/src/filtering/excel-style/excel-style-default-expression.component.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ export class IgxExcelStyleDefaultExpressionComponent implements AfterViewInit {
4747
public logicOperatorChanged = new EventEmitter<ILogicOperatorChangedArgs>();
4848

4949
/**
50-
* @deprecated The `outlet` property is deprecated and no longer has any effect.
51-
* The overlay service now always renders content in place using the HTML Popover API.
52-
* This property will be removed in a future version.
50+
* @deprecated The `outlet` property is deprecated but still functional until its removal in a future version.
51+
* It continues to be passed to the overlay service via `OverlaySettings.outlet`, but consumers should migrate away
52+
* from it as it may be removed in a later release.
5353
*/
5454
@ViewChild('overlayOutlet', { read: IgxOverlayOutletDirective, static: true })
5555
public overlayOutlet: IgxOverlayOutletDirective;

0 commit comments

Comments
 (0)