@if (showAttributes()) { } @if (hierarchies$ | async) { } @if (membersSignal()) { }
@if (entityTypeLoading()) { } @if (error()) {
{{ error() }}
}
@if (showMore()) {
}
@if (showDisplayAs()) { } @if (labels$ | async; as labels) { }
{{ 'Ngm.Property.Caption' | translate: { Default: 'Caption' } }}
@if (isMeasure$ | async) { @if (showMeasureAttributes()) { } @if (calculationProperty(); as calculationProperty) { } } @if (isParameter()) { } @if (isDimension()) {
{{ 'Ngm.Property.UnbookedData' | translate: { Default: 'Unbooked Data' } }}
} @if (isDimension() || showMeasureAttributes()) {
{{ 'Ngm.Property.ZeroSuppression' | translate: { Default: 'Zero Suppression' } }}
} @if (showOrder()) { }
@for (behaviour of DISPLAY_BEHAVIOUR_LIST; track behaviour) {
{{ 'Ngm.Property.' + behaviour.label | translate: { Default: behaviour.label } }}
}
{{ 'Ngm.Property.Auto' | translate: { Default: 'Auto' } }}
@for (item of labels$ | async; track item.name) {
{{ item.caption }}
}

@for (property of levels$ | async; track property.name) { }

@if (showAttributes()) { }
{{ 'Ngm.Property.Default' | translate: { Default: 'Default' } }}
@for (property of hierarchies$ | async; track property.name) {
}
@for (property of membersSignal(); track property.name) {
}
@for (option of parameters$ | async; track option.name) { }
{{ 'Ngm.Property.None' | translate: { Default: 'None' } }}
{{ 'Ngm.Property.Order_ASC' | translate: { Default: 'ASC' } }}
{{ 'Ngm.Property.Order_DESC' | translate: { Default: 'DESC' } }}