From 47f50a6cc5a9a3fe881d847fa8c027cec84a04a0 Mon Sep 17 00:00:00 2001 From: Novout Date: Mon, 29 Nov 2021 22:52:06 -0300 Subject: [PATCH] refactor(editor): unique input element --- .../default/EditorEntityDefaultInput.vue | 328 ------------------ ...ue => EditorEntityDefaultInputPopover.vue} | 52 +-- ...vue => EditorEntityDefaultInputSelect.vue} | 0 ...ltShow.vue => EditorEntityDefautInput.vue} | 16 +- .../main/render/EditorBaseRenderDefault.vue | 41 +-- src/store/context.ts | 7 +- 6 files changed, 35 insertions(+), 409 deletions(-) delete mode 100644 src/components/editor/entity/default/EditorEntityDefaultInput.vue rename src/components/editor/entity/default/{EditorEntityDefaultShowPopover.vue => EditorEntityDefaultInputPopover.vue} (95%) rename src/components/editor/entity/default/{EditorEntityDefaultShowSelect.vue => EditorEntityDefaultInputSelect.vue} (100%) rename src/components/editor/entity/default/{EditorEntityDefaultShow.vue => EditorEntityDefautInput.vue} (97%) diff --git a/src/components/editor/entity/default/EditorEntityDefaultInput.vue b/src/components/editor/entity/default/EditorEntityDefaultInput.vue deleted file mode 100644 index c3b726317..000000000 --- a/src/components/editor/entity/default/EditorEntityDefaultInput.vue +++ /dev/null @@ -1,328 +0,0 @@ -