UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

24 lines (23 loc) 842 B
<sf-item-wrap [id]="id" [schema]="schema" [ui]="ui" [showError]="showError" [error]="error" [showTitle]="schema.title"> <nz-time-picker [(ngModel)]="displayValue" (ngModelChange)="_change($event)" [nzDisabled]="disabled" [nzSize]="ui.size" [nzFormat]="i.displayFormat" [nzAllowEmpty]="i.allowEmpty" [nzClearText]="i.clearText" [nzDefaultOpenValue]="i.defaultOpenValue" [nzDisabledHours]="ui.disabledHours" [nzDisabledMinutes]="ui.disabledMinutes" [nzDisabledSeconds]="ui.disabledSeconds" [nzHideDisabledOptions]="i.hideDisabledOptions" [nzUse12Hours]="i.use12Hours" [nzHourStep]="i.hourStep" [nzMinuteStep]="i.minuteStep" [nzSecondStep]="i.secondStep" [nzPopupClassName]="ui.popupClassName" (nzOpenChange)="_openChange($event)" > </nz-time-picker> </sf-item-wrap>