ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
37 lines (36 loc) • 1.39 kB
HTML
<sf-item-wrap [id]="id" [schema]="schema" [ui]="ui" [showError]="showError" [error]="error" [showTitle]="schema.title">
<nz-tree-select
[]="i.allowClear"
[]="ui.placeholder"
[]="ui.dropdownStyle"
[]="ui.dropdownClassName"
[]="ui.size"
[]="ui.expandedKeys"
[]="ui.notFoundContent"
[]="ui.maxTagCount"
[]="ui.maxTagPlaceholder || null"
[]="ui.treeTemplate || null"
[]="disabled"
[]="i.showSearch"
[]="i.showIcon"
[]="i.dropdownMatchSelectWidth"
[]="i.multiple"
[]="i.hideUnMatched"
[]="i.checkable"
[]="i.showExpand"
[]="i.showLine"
[]="i.checkStrictly"
[]="asyncData"
[]="data"
[]="i.defaultExpandAll"
[]="i.displayWith"
[]="value"
[]="ui.virtualHeight"
[]="ui.virtualItemSize || 28"
[]="ui.virtualMaxBufferPx || 500"
[]="ui.virtualMinBufferPx || 28"
(ngModelChange)="change($event)"
(nzExpandChange)="expandChange($event)"
>
</nz-tree-select>
</sf-item-wrap>