@if (expandLess() || !collapsible()) {
@if (saving()) {
} @else { }
{{ 'Story.Toolbar.Widgets' | translate: { Default: 'Widget' } }}
} @if (collapsible()) { }
@if (showDetails() === 'preferences') {
} @if (showDetails() === 'newPages') {
{{ 'Story.Toolbar.NewPage' | translate: { Default: 'New Page' } }}
@for (page of pages; track page) { }
} @if (showDetails() === 'widgets') {
{{ 'Story.Toolbar.Charts' | translate: { Default: 'Charts' } }}
@for (group of charts; track group) {
{{ 'FORMLY.CHART.' + group.label | translate: { Default: group.label } }}
@for (chart of group.charts; track chart) { }
}
{{ 'Story.Toolbar.Widgets' | translate: { Default: 'Widgets' } }}
@for (widget of widgets; track widget) { }
} @if (showDetails() === 'storyDesigner') { } @if (showDetails() === 'devices') {
{{ 'Story.Toolbar.Devices' | translate: { Default: 'Devices' } }}
@for (device of EmulatedDevices; track $index) { }
@if (emulatedDevice) {
}
{{ 'Story.Toolbar.Fit' | translate: { Default: 'Fit' } }}
@for (zoom of DeviceZooms; track zoom) { }
{{ 'Story.Toolbar.Orientation' | translate: { Default: 'Orientation' } }}
@if (emulatedDevice?.isFold) {
{{ 'Story.Toolbar.DeviceFold' | translate: { Default: 'Device Fold' } }}
}
}
@for (point of pointList(); track point.key) { }
@for (device of EmulatedDevices; track device) { }
@for (zoom of DeviceZooms; track zoom) { }
@for (item of StoryScales; track item.value) { }
@if (emulatedDevice) { @if (emulatedDevice?.isFold) { } }