Skip to content

arlas-wui-toolkit / Exports / DownloadDialogComponent

Class: DownloadDialogComponent

Implements

  • OnInit

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new DownloadDialogComponent(data, formBuilder, collaborativeService, configService, authService, deviceService)

Parameters

Name Type
data string[]
formBuilder UntypedFormBuilder
collaborativeService ArlasCollaborativesearchService
configService ArlasConfigService
authService AuthentificationService
deviceService DeviceDetectorService

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:89

Properties

allFields

allFields: ArlasSearchField[]

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:62


arlasHitsExporterVersion

arlasHitsExporterVersion: number = ARLAS_HITS_EXPORTER_VERSION

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:83


authTypeCommand

authTypeCommand: string

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:72


collectionRef

collectionRef: CollectionReferenceDescription

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:78


collections

collections: any

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:84


data

data: string[]

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:90


detectedOs

detectedOs: string = 'Linux/Mac'

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:81


exportTypeGroup

exportTypeGroup: UntypedFormGroup

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:76


exportedTypeCommand

exportedTypeCommand: string

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:71


filterUrl

filterUrl: string

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:70


isCopied

isCopied: boolean = false

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:74


operatingSystems

operatingSystems: string[]

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:80


paramFormGroup

paramFormGroup: UntypedFormGroup

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:77


selectedCollection

selectedCollection: any

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:85


selectedFieldString

selectedFieldString: string = ''

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:65


selectedFields

selectedFields: ArlasSearchField[]

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:63


selectedFirstOrderField

selectedFirstOrderField: ArlasSearchField

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:66


selectedSecondOrderField

selectedSecondOrderField: ArlasSearchField

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:67


selectedSortableFields

selectedSortableFields: ArlasSearchField[]

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:64


selectedThirdOrderField

selectedThirdOrderField: ArlasSearchField

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:68


selectionList

selectionList: MatSelectionList

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:87


serverUrl

serverUrl: any

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:86

Methods

changeStep

changeStep(event): void

Switches between dialog steps

Parameters

Name Type Description
event any The step index

Returns

void

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:154


collectionChange

collectionChange(event): void

Parameters

Name Type
event any

Returns

void

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:126


copyCommand

copyCommand(downloadCommand, downloadCommandWindows): void

Parameters

Name Type
downloadCommand any
downloadCommandWindows any

Returns

void

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:168


copyTextToClipboard

copyTextToClipboard(text): void

Copies a text in your clipboard

Parameters

Name Type Description
text string Text to copy

Returns

void

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:180


ngOnInit

ngOnInit(): void

Returns

void

Implementation of

OnInit.ngOnInit

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:101


onSelectionChange

onSelectionChange(selectedOptionsList): void

Parameters

Name Type
selectedOptionsList any

Returns

void

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:116


setCollectionField

setCollectionField(collection): void

Parameters

Name Type
collection any

Returns

void

Defined in

projects/arlas-toolkit/src/lib/components/download/download.component.ts:132