From f68ec7d943fc00845af6140d1a3aa19155e539ce Mon Sep 17 00:00:00 2001 From: chenc Date: Mon, 29 Nov 2021 22:43:08 +0800 Subject: [PATCH 1/3] fix(module:popconfirm): missing arrow --- components/popconfirm/popconfirm.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/popconfirm/popconfirm.ts b/components/popconfirm/popconfirm.ts index 082d656acc..a11f843fa6 100644 --- a/components/popconfirm/popconfirm.ts +++ b/components/popconfirm/popconfirm.ts @@ -145,7 +145,9 @@ export class NzPopconfirmDirective extends NzTooltipBaseDirective { [@zoomBigMotion]="'active'" >
-
+
+ +
From 2072af869faba7f362059b52316f8ef3724c6a83 Mon Sep 17 00:00:00 2001 From: chenc Date: Mon, 13 Dec 2021 18:37:30 +0800 Subject: [PATCH 2/3] chore: trigger ci --- components/popconfirm/popconfirm.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components/popconfirm/popconfirm.ts b/components/popconfirm/popconfirm.ts index a11f843fa6..40cb1ef2a3 100644 --- a/components/popconfirm/popconfirm.ts +++ b/components/popconfirm/popconfirm.ts @@ -114,6 +114,7 @@ export class NzPopconfirmDirective extends NzTooltipBaseDirective { } } + @Component({ changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, From 58b10ef3a048ee293a312ea90a5c4bdb1cd1782b Mon Sep 17 00:00:00 2001 From: chenc Date: Mon, 13 Dec 2021 19:10:47 +0800 Subject: [PATCH 3/3] fix: lint error --- components/popconfirm/popconfirm.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/components/popconfirm/popconfirm.ts b/components/popconfirm/popconfirm.ts index 40cb1ef2a3..a11f843fa6 100644 --- a/components/popconfirm/popconfirm.ts +++ b/components/popconfirm/popconfirm.ts @@ -114,7 +114,6 @@ export class NzPopconfirmDirective extends NzTooltipBaseDirective { } } - @Component({ changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None,