[Library | data-transfer-v2]: For data transfer, open full screen modal instead of alert modal | Support transfer of hierarchical files | Show description in storage types.
1. full-screen-modal.component.ts: Added cancelButton: boolean = true; and show cancel button, only if cancelButton is true and okButton is false. 2. transferData.module.ts: Imported FullScreenModalModule. 3. transferData.component.html: Replaced <modal-alert> with <fs-modal> and updated the interface accordingly | In inputs, set [inputClass]="'flat'". 4. transferData.component.ts: a. Configure FullScreenModal, instread of AlertModal. b. In destinationOptions, set label to dest.description (used to be dest.destination). c. In transfer, in destinations, use also element.path, to keep the initial structure/ hierarchy when transfering files.
This commit is contained in:
parent
06aa6eb91b
commit
bcc0bb4299
|
@ -1 +1 @@
|
|||
Subproject commit 217a3969db9ecacbe211190e2d32f9c99f853f03
|
||||
Subproject commit ab43152a6a6c931aaab5c5a95b9300566be9852b
|
|
@ -1 +1 @@
|
|||
Subproject commit 95c2b50a57696a80dd3dd376880f26cb21d65817
|
||||
Subproject commit f15bbfa7265f170e06b256f086f2acedfa3f72e0
|
|
@ -1 +1 @@
|
|||
Subproject commit c4e2781acc42f281265a70d6cd75616cdd6fa762
|
||||
Subproject commit c92a0dea1b7fc51f0cf272f8d4343735d000a23b
|
Loading…
Reference in New Issue