From 1c79b77c641e7967e96ddb43c8dfc13f4e2f780d Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Sun, 14 Aug 2022 17:01:47 +0200 Subject: [PATCH] fix(gui-v2): circular component imports replaced with async imports and typehack --- .../settings/app-store/AppInstall.vue | 14 ++---- .../components/smartsheet-header/Cell.vue | 6 +-- .../smartsheet-header/VirtualCell.vue | 34 +++++++------- .../nc-gui-v2/components/smartsheet/Cell.vue | 4 +- .../components/smartsheet/VirtualCell.vue | 38 ++++++++++----- .../smartsheet/expanded-form/index.vue | 47 ++++++++++++++----- .../components/virtual-cell/BelongsTo.vue | 9 ++-- .../components/virtual-cell/Formula.vue | 4 +- .../components/virtual-cell/HasMany.vue | 27 +++++++++-- .../components/virtual-cell/Lookup.vue | 3 +- .../components/virtual-cell/ManyToMany.vue | 24 ++++++++-- .../components/virtual-cell/Rollup.vue | 2 +- .../virtual-cell/components/ItemChip.vue | 31 +++++++----- .../components/ListChildItems.vue | 33 +++++++++---- .../virtual-cell/components/ListItems.vue | 33 +++++++++---- 15 files changed, 203 insertions(+), 106 deletions(-) diff --git a/packages/nc-gui-v2/components/dashboard/settings/app-store/AppInstall.vue b/packages/nc-gui-v2/components/dashboard/settings/app-store/AppInstall.vue index 5928084ef0..1c589933ee 100644 --- a/packages/nc-gui-v2/components/dashboard/settings/app-store/AppInstall.vue +++ b/packages/nc-gui-v2/components/dashboard/settings/app-store/AppInstall.vue @@ -1,11 +1,7 @@