From c39b30d311a1d6a0c8ef74221d2321800403524b Mon Sep 17 00:00:00 2001 From: Anbarasu Date: Thu, 11 Apr 2024 22:12:32 +0530 Subject: [PATCH] fix: Expanded Record Fields (#8250) * fix: expanded record display field is messed up * fix: delete modal --- .../{calendar/Cell.vue => PlainCell.vue} | 6 +++--- .../smartsheet/calendar/DayView/DateField.vue | 3 ++- .../smartsheet/calendar/DayView/DateTimeField.vue | 3 ++- .../components/smartsheet/calendar/MonthView.vue | 3 ++- .../components/smartsheet/calendar/SideMenu.vue | 2 +- .../smartsheet/calendar/WeekView/DateField.vue | 3 ++- .../smartsheet/calendar/WeekView/DateTimeField.vue | 3 ++- .../components/smartsheet/expanded-form/index.vue | 14 ++++++++------ .../nc-gui/composables/useSharedFormViewStore.ts | 2 +- 9 files changed, 23 insertions(+), 16 deletions(-) rename packages/nc-gui/components/smartsheet/{calendar/Cell.vue => PlainCell.vue} (99%) diff --git a/packages/nc-gui/components/smartsheet/calendar/Cell.vue b/packages/nc-gui/components/smartsheet/PlainCell.vue similarity index 99% rename from packages/nc-gui/components/smartsheet/calendar/Cell.vue rename to packages/nc-gui/components/smartsheet/PlainCell.vue index 797124951b..87cc7be7ce 100644 --- a/packages/nc-gui/components/smartsheet/calendar/Cell.vue +++ b/packages/nc-gui/components/smartsheet/PlainCell.vue @@ -356,20 +356,20 @@ const parseValue = (value: any, col: ColumnType): string => {