Skip to content

Commit 561041c

Browse files
authored
fix(module:popconfirm): reverting missing nzPopconfirmVisibleChange (#7338)
1 parent d169452 commit 561041c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/popconfirm/popconfirm.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ export class NzPopconfirmDirective extends NzTooltipBaseDirective {
7676
@Input() @WithConfig() nzPopconfirmBackdrop?: boolean = false;
7777
@Input() @WithConfig() nzAutofocus: NzAutoFocusType = null;
7878

79+
// eslint-disable-next-line @angular-eslint/no-output-rename
80+
@Output('nzPopconfirmVisibleChange') override readonly visibleChange = new EventEmitter<boolean>();
7981
@Output() readonly nzOnCancel = new EventEmitter<void>();
8082
@Output() readonly nzOnConfirm = new EventEmitter<void>();
8183

0 commit comments

Comments
 (0)