UNPKG

@ohayojp.com/components

Version:

Common business components of ohayojp.

30 lines (29 loc) 1.07 kB
import { TemplateRef } from '@angular/core'; import { REP_TYPE } from '@ohayojp.com/theme'; import { OhayoConfigService, NumberInput } from '@ohayojp.com/util'; import { Observable } from 'rxjs'; import { SEErrorRefresh, SELayout } from './se.types'; export declare class SEContainerComponent { static ngAcceptInputType_col: NumberInput; static ngAcceptInputType_colInCon: NumberInput; static ngAcceptInputType_labelWidth: NumberInput; private errorNotify$; colInCon: REP_TYPE; col: REP_TYPE; labelWidth: number; title: string | TemplateRef<void>; get gutter(): number; set gutter(value: number); private _gutter; get nzLayout(): SELayout; set nzLayout(value: SELayout); private _nzLayout; size: 'default' | 'compact'; firstVisual: boolean; ingoreDirty: boolean; line: boolean; set errors(val: SEErrorRefresh[]); get errorNotify(): Observable<SEErrorRefresh>; constructor(configSrv: OhayoConfigService); setErrors(errors: SEErrorRefresh[]): void; }