From c63c3edee2d350f0d8e3ae2e1b10c6090b3b3f5b Mon Sep 17 00:00:00 2001 From: Pranav C <61551451+pranavxc@users.noreply.github.com> Date: Thu, 8 Jul 2021 19:37:11 +0530 Subject: [PATCH] feat: GQL - M2M Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com> --- .../spreadsheet/components/editColumn.vue | 5 +- .../editColumn/linkedToAnotherOptions.vue | 22 ++++-- .../components/editVirtualColumn.vue | 4 +- .../spreadsheet/components/expandedForm.vue | 18 +++-- .../spreadsheet/components/headerCell.vue | 10 ++- .../spreadsheet/components/virtualCell.vue | 13 ++++ .../components/virtualCell/belogsToCell.vue | 5 +- .../virtualCell/components/item-chip.vue | 2 +- .../components/virtualCell/hasManyCell.vue | 38 +++++++--- .../components/virtualCell/manyToManyCell.vue | 72 +++++++++---------- .../components/virtualHeaderCell.vue | 13 +++- .../project/spreadsheet/rowsXcDataTable.vue | 28 ++++---- packages/nc-gui/helpers/index.js | 1 + packages/nc-gui/store/sqlMgr.js | 14 ++++ .../nocodb/src/lib/noco/gql/GqlApiBuilder.ts | 39 +++++----- 15 files changed, 176 insertions(+), 108 deletions(-) diff --git a/packages/nc-gui/components/project/spreadsheet/components/editColumn.vue b/packages/nc-gui/components/project/spreadsheet/components/editColumn.vue index 3954e52e19..d51ce3fca7 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/editColumn.vue +++ b/packages/nc-gui/components/project/spreadsheet/components/editColumn.vue @@ -1,7 +1,7 @@