From a00bb83529d7f0fafb5c9e7222c12c7957696eb1 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Fri, 15 Nov 2024 12:04:45 -0300 Subject: [PATCH] chore: replace :value.sync by v-model Ref: - https://github.com/nextcloud-libraries/nextcloud-vue/pull/5418/files - https://github.com/nextcloud-libraries/nextcloud-vue/releases/tag/v8.20.0 Signed-off-by: Vitor Mattos --- src/Components/Draw/Editor.vue | 1 - src/Components/Draw/TextInput.vue | 4 ++-- src/Components/Request/IdentifySigner.vue | 4 ++-- src/views/CreateAccount.vue | 8 ++++---- src/views/CreatePassword.vue | 6 +++--- src/views/FilesList/FilesList.vue | 4 ++-- src/views/ReadCertificate.vue | 6 +++--- src/views/Request.vue | 4 ++-- src/views/ResetPassword.vue | 6 +++--- src/views/Settings/CertificateCustonOptions.vue | 2 +- src/views/Settings/DefaultUserFolder.vue | 4 ++-- src/views/Settings/ExpirationRules.vue | 8 ++++---- src/views/Settings/RootCertificateCfssl.vue | 6 +++--- src/views/Settings/RootCertificateOpenSsl.vue | 4 ++-- src/views/Settings/Validation.vue | 4 ++-- src/views/SignPDF/_partials/ModalEmailManager.vue | 6 +++--- src/views/SignPDF/_partials/Sign.vue | 2 +- src/views/Validation.vue | 2 +- 18 files changed, 40 insertions(+), 41 deletions(-) diff --git a/src/Components/Draw/Editor.vue b/src/Components/Draw/Editor.vue index 41b0b73e95..6028fe1696 100644 --- a/src/Components/Draw/Editor.vue +++ b/src/Components/Draw/Editor.vue @@ -7,7 +7,6 @@
diff --git a/src/Components/Draw/TextInput.vue b/src/Components/Draw/TextInput.vue index 06c1d60cba..b9178e71a4 100644 --- a/src/Components/Draw/TextInput.vue +++ b/src/Components/Draw/TextInput.vue @@ -12,8 +12,8 @@ :height="canvasHeight + 'px'" /> + v-model="value" + :label="t('libresign', 'Enter your Full Name or Initials to create Signature')" />
diff --git a/src/Components/Request/IdentifySigner.vue b/src/Components/Request/IdentifySigner.vue index 35af68fe99..fc392ee4b9 100644 --- a/src/Components/Request/IdentifySigner.vue +++ b/src/Components/Request/IdentifySigner.vue @@ -12,9 +12,9 @@ @update:email="updateEmail" @update:display-name="updateDisplayName" /> -