{{ t.pages.treeview.intro }}
{{ t.common.sectionDescription }}
{{ descriptionBody }}
{{ t.common.sectionFeatures }}
- {{ item }}
{{ t.common.sectionLimitations }}
- {{ item }}
{{ classicTreeTitle }}
{{ classicTreeBody }}
{{ staticSelectTitle }}
{{ staticSelectBody }}
{{ currentValueLabel }}: {{ selectedStaticTreeValueText }}
{{ currentLabelLabel }}: {{ selectedStaticTreeLabel }}
{{ currentLabelLabel }}: {{ selectedStaticTreeLabel }}
{{ lazySelectTitle }}
{{ lazySelectBody }}
{{ currentValueLabel }}: {{ selectedLazyTreeValueText }}
{{ currentLabelLabel }}: {{ selectedLazyTreeLabel }}
{{ currentLabelLabel }}: {{ selectedLazyTreeLabel }}
{{ rawFrameTitle }}
{{ rawFrameBody }}
{{ currentValueLabel }}: {{ selectedRawFrameValueText }}
{{ currentLabelLabel }}: {{ selectedRawFrameLabel }}
{{ currentLabelLabel }}: {{ selectedRawFrameLabel }}
{{ rawLazyTitle }}
{{ rawLazyBody }}
{{ currentValueLabel }}: {{ selectedLazySerializableValueText }}
{{ currentLabelLabel }}: {{ selectedLazySerializableLabel }}
{{ currentLabelLabel }}: {{ selectedLazySerializableLabel }}
{{ customRenderTitle }}
{{ customRenderBody }}
{{ ctx.node.treeViewNodeLabel }}
{{ ctx.node.value ?? (isPt ? 'grupo' : 'group') }}
{{ readonlyBadge }}
{{ currentValuesLabel }}: {{ selectedMultiTreeValueText }}
{{ currentLabelsLabel }}: {{ selectedMultiTreeLabel }}
{{ currentLabelsLabel }}: {{ selectedMultiTreeLabel }}
{{ apiIntro }}
- {{ item }}
<li-treeview
[data]="treeNodes"
[searchPlaceholder]="'Buscar nó'">
</li-treeview>
<li-treeview-select
[pageLoader]="loadRawTreeChunk"
[settings]="lazySerializableSettings"
[pageSize]="20"
placeholder="Selecione um nó"
[(ngModel)]="selectedValue">
</li-treeview-select>