{{#ui/ui-button light=false outline=true uppercase=false color=constants.Color.Gray label=constants.Label.Sort}} {{#attach-popover class="ember-attacher-popper" hideOn="click" showOn="click" isShown=false placement="bottom-end" as |attacher|}}
{{ui/ui-spacer size=100}}
  • Name
  • Created date
  • Last updated
{{ui/ui-spacer size=100}}
  • Ascending
  • Descending
{{ui/ui-spacer size=300}} {{ui/ui-button light=true color=constants.Color.Yellow label=constants.Label.Sort onClick=(action "onSortBy" attacher)}}
{{/attach-popover}} {{/ui/ui-button}}
{{ui/ui-spacer size=200}}
{{#ui/ui-dialog title="Delete Documents" confirmCaption="Delete" buttonColor=constants.Color.Red show=showDeleteDialog onAction=(action "onDeleteDocuments")}}

Are you sure you want to delete {{selectedDocuments.length}} {{selectedCaption}}?

{{/ui/ui-dialog}} {{#ui/ui-dialog title="Move Documents" confirmCaption="Move" buttonColor=constants.Color.Green show=showMoveDialog onAction=(action "onMoveDocuments")}}

Select space for {{selectedDocuments.length}} {{selectedCaption}}

{{ui/ui-list-picker items=moveOptions nameField="name" singleSelect=true}} {{/ui/ui-dialog}} {{#if showAdd}} {{ui/empty-state icon=constants.Icon.ArrowUp message="Add documents via + DOCUMENT"}} {{/if}} {{#if showLockout}} {{ui/empty-state icon=constants.Icon.Preview message="Space permissions are preventing you from viewing and creating documents"}} {{/if}}