diff --git a/apps/files_sharing/src/components/PendingActions.vue b/apps/files_sharing/src/components/PendingActions.vue new file mode 100644 index 00000000000..2aa54d0a033 --- /dev/null +++ b/apps/files_sharing/src/components/PendingActions.vue @@ -0,0 +1,235 @@ + + + + + + + diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue index 702b876306f..be53bd6d685 100644 --- a/apps/files_sharing/src/components/SharingEntryLink.vue +++ b/apps/files_sharing/src/components/SharingEntryLink.vue @@ -9,7 +9,6 @@ -
- + :share="share" + :config="config" + :errors="errors" + :pending-password="pendingPassword" + :pending-enforced-password="pendingEnforcedPassword" + :pending-default-expiration-date="pendingDefaultExpirationDate" + :pending-enforced-expiration-date="pendingEnforcedExpirationDate" + :default-expiration-date-enabled="defaultExpirationDateEnabled" + :saving="saving" + :is-password-policy-enabled="isPasswordPolicyEnabled" + :date-tomorrow="dateTomorrow" + :max-expiration-date-enforced="maxExpirationDateEnforced" + :actions-tooltip="actionsTooltip" + :is-password-protected="isPasswordProtected" + @new-link-share="onNewLinkShare" + @cancel="onCancel" + @password-disable="onPasswordDisable" + @update:isPasswordProtected="onPasswordProtectedChange" + @update:defaultExpirationDateEnabled="onExpirationDateToggleChange" + @expiration-date-changed="expirationDateChanged" /> - - - @@ -223,29 +155,22 @@