diff --git a/packages/nc-gui/components/auth/userManagement.vue b/packages/nc-gui/components/auth/userManagement.vue index 191b5f7679..b19e893d54 100644 --- a/packages/nc-gui/components/auth/userManagement.vue +++ b/packages/nc-gui/components/auth/userManagement.vue @@ -450,7 +450,7 @@ + + + diff --git a/packages/nc-gui/components/project/spreadsheet/editableCell/booleanCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/booleanCell.vue similarity index 100% rename from packages/nc-gui/components/project/spreadsheet/editableCell/booleanCell.vue rename to packages/nc-gui/components/project/spreadsheet/components/editableCell/booleanCell.vue diff --git a/packages/nc-gui/components/project/spreadsheet/editableCell/datePickerCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/datePickerCell.vue similarity index 100% rename from packages/nc-gui/components/project/spreadsheet/editableCell/datePickerCell.vue rename to packages/nc-gui/components/project/spreadsheet/components/editableCell/datePickerCell.vue diff --git a/packages/nc-gui/components/project/spreadsheet/editableCell/dateTimePickerCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/dateTimePickerCell.vue similarity index 100% rename from packages/nc-gui/components/project/spreadsheet/editableCell/dateTimePickerCell.vue rename to packages/nc-gui/components/project/spreadsheet/components/editableCell/dateTimePickerCell.vue diff --git a/packages/nc-gui/components/project/spreadsheet/editableCell/editableAttachmentCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/editableAttachmentCell.vue similarity index 100% rename from packages/nc-gui/components/project/spreadsheet/editableCell/editableAttachmentCell.vue rename to packages/nc-gui/components/project/spreadsheet/components/editableCell/editableAttachmentCell.vue diff --git a/packages/nc-gui/components/project/spreadsheet/editableCell/enumListEditableCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/enumListEditableCell.vue similarity index 100% rename from packages/nc-gui/components/project/spreadsheet/editableCell/enumListEditableCell.vue rename to packages/nc-gui/components/project/spreadsheet/components/editableCell/enumListEditableCell.vue diff --git a/packages/nc-gui/components/project/spreadsheet/editableCell/enumRadioEditableCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/enumRadioEditableCell.vue similarity index 100% rename from packages/nc-gui/components/project/spreadsheet/editableCell/enumRadioEditableCell.vue rename to packages/nc-gui/components/project/spreadsheet/components/editableCell/enumRadioEditableCell.vue diff --git a/packages/nc-gui/components/project/spreadsheet/editableCell/floatCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/floatCell.vue similarity index 100% rename from packages/nc-gui/components/project/spreadsheet/editableCell/floatCell.vue rename to packages/nc-gui/components/project/spreadsheet/components/editableCell/floatCell.vue diff --git a/packages/nc-gui/components/project/spreadsheet/editableCell/hasManyCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/hasManyCell.vue similarity index 100% rename from packages/nc-gui/components/project/spreadsheet/editableCell/hasManyCell.vue rename to packages/nc-gui/components/project/spreadsheet/components/editableCell/hasManyCell.vue diff --git a/packages/nc-gui/components/project/spreadsheet/editableCell/integerCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/integerCell.vue similarity index 100% rename from packages/nc-gui/components/project/spreadsheet/editableCell/integerCell.vue rename to packages/nc-gui/components/project/spreadsheet/components/editableCell/integerCell.vue diff --git a/packages/nc-gui/components/project/spreadsheet/editableCell/jsonCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/jsonCell.vue similarity index 100% rename from packages/nc-gui/components/project/spreadsheet/editableCell/jsonCell.vue rename to packages/nc-gui/components/project/spreadsheet/components/editableCell/jsonCell.vue diff --git a/packages/nc-gui/components/project/spreadsheet/components/editableCell/manyToMany.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/manyToMany.vue new file mode 100644 index 0000000000..127eb22e9d --- /dev/null +++ b/packages/nc-gui/components/project/spreadsheet/components/editableCell/manyToMany.vue @@ -0,0 +1,270 @@ + + + + + + diff --git a/packages/nc-gui/components/project/spreadsheet/editableCell/setListCheckboxCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/setListCheckboxCell.vue similarity index 100% rename from packages/nc-gui/components/project/spreadsheet/editableCell/setListCheckboxCell.vue rename to packages/nc-gui/components/project/spreadsheet/components/editableCell/setListCheckboxCell.vue diff --git a/packages/nc-gui/components/project/spreadsheet/editableCell/setListEditableCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/setListEditableCell.vue similarity index 100% rename from packages/nc-gui/components/project/spreadsheet/editableCell/setListEditableCell.vue rename to packages/nc-gui/components/project/spreadsheet/components/editableCell/setListEditableCell.vue diff --git a/packages/nc-gui/components/project/spreadsheet/editableCell/textAreaCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/textAreaCell.vue similarity index 100% rename from packages/nc-gui/components/project/spreadsheet/editableCell/textAreaCell.vue rename to packages/nc-gui/components/project/spreadsheet/components/editableCell/textAreaCell.vue diff --git a/packages/nc-gui/components/project/spreadsheet/editableCell/textCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/textCell.vue similarity index 100% rename from packages/nc-gui/components/project/spreadsheet/editableCell/textCell.vue rename to packages/nc-gui/components/project/spreadsheet/components/editableCell/textCell.vue diff --git a/packages/nc-gui/components/project/spreadsheet/editableCell/timePickerCell.vue b/packages/nc-gui/components/project/spreadsheet/components/editableCell/timePickerCell.vue similarity index 100% rename from packages/nc-gui/components/project/spreadsheet/editableCell/timePickerCell.vue rename to packages/nc-gui/components/project/spreadsheet/components/editableCell/timePickerCell.vue diff --git a/packages/nc-gui/components/project/spreadsheet/components/headerCell.vue b/packages/nc-gui/components/project/spreadsheet/components/headerCell.vue index 857b227324..4b9b9374c7 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/headerCell.vue +++ b/packages/nc-gui/components/project/spreadsheet/components/headerCell.vue @@ -92,7 +92,7 @@