From f8d95aa9664c147ad134afdfa24511b5057bfc03 Mon Sep 17 00:00:00 2001 From: braks <78412429+bcakmakoglu@users.noreply.github.com> Date: Thu, 21 Jul 2022 19:33:13 +0200 Subject: [PATCH] refactor(gui-v2): import composables from `#imports` path --- packages/nc-gui-v2/components/cell/Attachment.vue | 5 ++--- packages/nc-gui-v2/components/cell/Checkbox.vue | 2 +- .../nc-gui-v2/components/cell/DateTimePicker.vue | 3 +-- packages/nc-gui-v2/components/cell/Duration.vue | 2 +- packages/nc-gui-v2/components/cell/MultiSelect.vue | 2 +- packages/nc-gui-v2/components/cell/Rating.vue | 2 +- packages/nc-gui-v2/components/cell/SingleSelect.vue | 2 +- packages/nc-gui-v2/components/cell/Url.vue | 2 +- packages/nc-gui-v2/components/dashboard/TreeView.vue | 3 +-- packages/nc-gui-v2/components/dlg/TableCreate.vue | 4 +--- packages/nc-gui-v2/components/dlg/ViewCreate.vue | 2 +- .../nc-gui-v2/components/smartsheet-header/Cell.vue | 2 +- .../components/smartsheet-header/CellIcon.vue | 2 +- .../components/smartsheet-header/VirtualCell.vue | 2 +- .../components/smartsheet-header/VirtualCellIcon.vue | 2 +- .../components/smartsheet-toolbar/ColumnFilter.vue | 2 +- .../smartsheet-toolbar/ColumnFilterMenu.vue | 2 +- .../FieldListAutoCompleteDropdown.vue | 2 +- .../components/smartsheet-toolbar/FieldsMenu.vue | 2 +- .../components/smartsheet-toolbar/SortListMenu.vue | 2 +- packages/nc-gui-v2/components/smartsheet/Cell.vue | 2 +- packages/nc-gui-v2/components/smartsheet/Gallery.vue | 2 +- packages/nc-gui-v2/components/smartsheet/Grid.vue | 2 +- .../nc-gui-v2/components/smartsheet/Pagination.vue | 2 +- packages/nc-gui-v2/components/smartsheet/Sidebar.vue | 2 +- .../nc-gui-v2/components/smartsheet/VirtualCell.vue | 2 +- packages/nc-gui-v2/components/tabs/Smartsheet.vue | 2 +- .../nc-gui-v2/components/virtual-cell/BelongsTo.vue | 2 +- .../nc-gui-v2/components/virtual-cell/Formula.vue | 5 +++-- .../nc-gui-v2/components/virtual-cell/HasMany.vue | 2 +- .../nc-gui-v2/components/virtual-cell/ManyToMany.vue | 2 +- .../components/virtual-cell/components/ItemChip.vue | 2 +- packages/nc-gui-v2/composables/useColumn.ts | 2 +- packages/nc-gui-v2/composables/useMetas.ts | 2 +- packages/nc-gui-v2/composables/useTableCreate.ts | 1 + packages/nc-gui-v2/composables/useViewData.ts | 2 +- packages/nc-gui-v2/pages/nc/[projectId].vue | 12 ++---------- 37 files changed, 41 insertions(+), 52 deletions(-) diff --git a/packages/nc-gui-v2/components/cell/Attachment.vue b/packages/nc-gui-v2/components/cell/Attachment.vue index e78c0d6d55..4f225160e3 100644 --- a/packages/nc-gui-v2/components/cell/Attachment.vue +++ b/packages/nc-gui-v2/components/cell/Attachment.vue @@ -1,9 +1,8 @@