From 13b1cc4ab2227e77d2b1c7c56b60e599aeca9174 Mon Sep 17 00:00:00 2001 From: DarkPhoenix2704 Date: Fri, 8 Sep 2023 18:42:29 +0530 Subject: [PATCH] feat: placeholder --- packages/nc-gui/components/cell/Currency.vue | 10 +++++--- .../nc-gui/components/cell/DatePicker.vue | 15 ++++++++++- .../nc-gui/components/cell/DateTimePicker.vue | 15 ++++++++++- packages/nc-gui/components/cell/Decimal.vue | 10 +++++--- packages/nc-gui/components/cell/Duration.vue | 12 ++++++--- packages/nc-gui/components/cell/Email.vue | 19 +++++++++++--- packages/nc-gui/components/cell/Float.vue | 8 +++--- packages/nc-gui/components/cell/Integer.vue | 8 +++--- .../nc-gui/components/cell/MultiSelect.vue | 4 +++ packages/nc-gui/components/cell/Percent.vue | 10 +++++--- .../nc-gui/components/cell/PhoneNumber.vue | 10 +++++--- .../nc-gui/components/cell/SingleSelect.vue | 4 +++ packages/nc-gui/components/cell/Text.vue | 8 +++--- packages/nc-gui/components/cell/TextArea.vue | 17 +++++++++++-- .../nc-gui/components/cell/TimePicker.vue | 25 +++++++++++++++++-- packages/nc-gui/components/cell/Url.vue | 9 ++++--- .../nc-gui/components/cell/YearPicker.vue | 14 ++++++++++- .../nc-gui/components/smartsheet/Cell.vue | 24 +++++++++--------- .../smartsheet/column/EditOrAdd.vue | 2 +- 19 files changed, 168 insertions(+), 56 deletions(-) diff --git a/packages/nc-gui/components/cell/Currency.vue b/packages/nc-gui/components/cell/Currency.vue index fb44bcacbc..ae5eda0d8e 100644 --- a/packages/nc-gui/components/cell/Currency.vue +++ b/packages/nc-gui/components/cell/Currency.vue @@ -1,10 +1,9 @@