Commit f6a8044 1 parent 754ded6 commit f6a8044 Copy full SHA for f6a8044
File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ const NZ_CONFIG_MODULE_NAME: NzConfigKey = 'popconfirm';
51
51
} )
52
52
export class NzPopconfirmDirective extends NzTooltipBaseDirective {
53
53
readonly _nzModuleName : NzConfigKey = NZ_CONFIG_MODULE_NAME ;
54
+ static ngAcceptInputType_nzOkDanger : BooleanInput ;
54
55
static ngAcceptInputType_nzCondition : BooleanInput ;
55
56
static ngAcceptInputType_nzPopconfirmShowArrow : BooleanInput ;
56
57
static ngAcceptInputType_nzPopconfirmArrowPointAtCenter : BooleanInput ;
@@ -68,7 +69,7 @@ export class NzPopconfirmDirective extends NzTooltipBaseDirective {
68
69
@Input ( 'nzPopconfirmVisible' ) override visible ?: boolean ;
69
70
@Input ( ) nzOkText ?: string ;
70
71
@Input ( ) nzOkType ?: string ;
71
- @Input ( ) nzOkDanger ?: boolean ;
72
+ @Input ( ) @ InputBoolean ( ) nzOkDanger ?: boolean ;
72
73
@Input ( ) nzCancelText ?: string ;
73
74
@Input ( ) nzBeforeConfirm ?: ( ) => Observable < boolean > | Promise < boolean > | boolean ;
74
75
@Input ( ) nzIcon ?: string | TemplateRef < void > ;
You can’t perform that action at this time.
0 commit comments