From 4a31d733a878cf6c4045c08d05ea8a6d32dac785 Mon Sep 17 00:00:00 2001 From: Pranav C Date: Sun, 14 Aug 2022 00:24:51 +0530 Subject: [PATCH] refactor(gui-v2): use edit and readonly injection keys properly in all cell Signed-off-by: Pranav C --- packages/nc-gui-v2/components/cell/Checkbox.vue | 3 ++- packages/nc-gui-v2/components/cell/Currency.vue | 5 +++-- packages/nc-gui-v2/components/cell/DatePicker.vue | 5 +++-- .../nc-gui-v2/components/cell/DateTimePicker.vue | 4 ++-- packages/nc-gui-v2/components/cell/Decimal.vue | 5 +++-- packages/nc-gui-v2/components/cell/Duration.vue | 14 +++----------- packages/nc-gui-v2/components/cell/Email.vue | 5 +++-- packages/nc-gui-v2/components/cell/Float.vue | 5 +++-- packages/nc-gui-v2/components/cell/Integer.vue | 5 +++-- packages/nc-gui-v2/components/cell/MultiSelect.vue | 5 +++-- packages/nc-gui-v2/components/cell/Percent.vue | 5 +++-- packages/nc-gui-v2/components/cell/Rating.vue | 5 +++-- .../nc-gui-v2/components/cell/SingleSelect.vue | 5 +++-- packages/nc-gui-v2/components/cell/Text.vue | 5 +++-- packages/nc-gui-v2/components/cell/TextArea.vue | 5 +++-- packages/nc-gui-v2/components/cell/TimePicker.vue | 4 ++-- packages/nc-gui-v2/components/cell/Url.vue | 5 +++-- packages/nc-gui-v2/components/cell/YearPicker.vue | 4 ++-- .../components/virtual-cell/BelongsTo.vue | 4 ++-- .../nc-gui-v2/components/virtual-cell/HasMany.vue | 4 ++-- .../components/virtual-cell/ManyToMany.vue | 4 ++-- .../virtual-cell/components/ItemChip.vue | 4 ++-- .../virtual-cell/components/ListChildItems.vue | 4 ++-- 23 files changed, 60 insertions(+), 54 deletions(-) diff --git a/packages/nc-gui-v2/components/cell/Checkbox.vue b/packages/nc-gui-v2/components/cell/Checkbox.vue index 8cead9365a..9dce776a1a 100644 --- a/packages/nc-gui-v2/components/cell/Checkbox.vue +++ b/packages/nc-gui-v2/components/cell/Checkbox.vue @@ -1,5 +1,6 @@