From ea7bf3ea16e6b24cf8ba8bc65caaa98418c722b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Sat, 9 Sep 2023 11:05:19 +0200 Subject: [PATCH] fix(vue3): Migrate Nc*Field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- .eslintrc.js | 1 - src/components/NcInputField/NcInputField.vue | 13 +++++++++--- .../NcPasswordField/NcPasswordField.vue | 20 ++++++++----------- src/components/NcTextField/NcTextField.vue | 20 +++++++++---------- src/components/index.js | 4 ++-- styleguide.config.js | 12 +++++------ 6 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 1dc0550f04..065295e6d4 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -15,7 +15,6 @@ module.exports = { 'cypress', ], ignorePatterns: [ - 'src/components/Nc*Field/*.vue', 'src/components/Nc*Picker*/*.vue', 'src/components/NcAction*/*.vue', 'src/components/NcAppContent*/*.vue', diff --git a/src/components/NcInputField/NcInputField.vue b/src/components/NcInputField/NcInputField.vue index 50f10ccbf9..4f77c13691 100644 --- a/src/components/NcInputField/NcInputField.vue +++ b/src/components/NcInputField/NcInputField.vue @@ -33,7 +33,7 @@ For a list of all available props and attributes, please check the [HTMLInputEle