From a348f9f49c8c587350fde073c8b8a935a2cdbc67 Mon Sep 17 00:00:00 2001 From: cipchk Date: Fri, 21 Jul 2023 16:43:11 +0800 Subject: [PATCH] chore(abc:sv): fix sv-container type --- packages/abc/sv/sv-container.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/abc/sv/sv-container.component.ts b/packages/abc/sv/sv-container.component.ts index 4d373f380..90f508973 100644 --- a/packages/abc/sv/sv-container.component.ts +++ b/packages/abc/sv/sv-container.component.ts @@ -41,6 +41,7 @@ export class SVContainerComponent { static ngAcceptInputType_gutter: NumberInput; static ngAcceptInputType_labelWidth: NumberInput; static ngAcceptInputType_col: NumberInput; + static ngAcceptInputType_colInCon: NumberInput; static ngAcceptInputType_default: BooleanInput; static ngAcceptInputType_noColon: BooleanInput;