From fb1d5f44979d9805c40ff264059dd567aa800624 Mon Sep 17 00:00:00 2001 From: Gor Date: Mon, 19 Jan 2026 13:11:40 +0400 Subject: [PATCH] new and old version switch --- structures-frontend-next/components.d.ts | 4 +- .../src/components/EntityListOld.vue | 227 ++++++++++++++++++ .../modals/StructureDataViewModal.vue | 30 ++- .../src/pages/EntityList.vue | 2 +- 4 files changed, 252 insertions(+), 11 deletions(-) create mode 100644 structures-frontend-next/src/components/EntityListOld.vue diff --git a/structures-frontend-next/components.d.ts b/structures-frontend-next/components.d.ts index d2c685b5..b991efcb 100644 --- a/structures-frontend-next/components.d.ts +++ b/structures-frontend-next/components.d.ts @@ -13,7 +13,6 @@ declare module 'vue' { Button: typeof import('primevue/button')['default'] Calendar: typeof import('primevue/calendar')['default'] Card: typeof import('primevue/card')['default'] - CascadeSelect: typeof import('primevue/cascadeselect')['default'] Column: typeof import('primevue/column')['default'] Confirm: typeof import('./src/components/Confirm.vue')['default'] ConfirmDialog: typeof import('primevue/confirmdialog')['default'] @@ -24,6 +23,7 @@ declare module 'vue' { DataTable: typeof import('primevue/datatable')['default'] Dialog: typeof import('primevue/dialog')['default'] EmptyState: typeof import('./src/components/EmptyState.vue')['default'] + EntityListOld: typeof import('./src/components/EntityListOld.vue')['default'] EnumNode: typeof import('./src/components/nodes/EnumNode.vue')['default'] ERTable: typeof import('./src/components/modals/ERTable.vue')['default'] Glitch: typeof import('./src/components/Glitch.vue')['default'] @@ -38,11 +38,9 @@ declare module 'vue' { OpenAPIModal: typeof import('./src/components/modals/OpenAPIModal.vue')['default'] Paginator: typeof import('primevue/paginator')['default'] Password: typeof import('primevue/password')['default'] - Popover: typeof import('primevue/popover')['default'] ProjectList: typeof import('./src/components/ProjectList.vue')['default'] ProjectStructuresTable: typeof import('./src/components/ProjectStructuresTable.vue')['default'] PropertyType: typeof import('./src/components/structures/flow-components/PropertyType.vue')['default'] - RadioButton: typeof import('primevue/radiobutton')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] SavedWidgetItem: typeof import('./src/components/SavedWidgetItem.vue')['default'] diff --git a/structures-frontend-next/src/components/EntityListOld.vue b/structures-frontend-next/src/components/EntityListOld.vue new file mode 100644 index 00000000..754daf29 --- /dev/null +++ b/structures-frontend-next/src/components/EntityListOld.vue @@ -0,0 +1,227 @@ + + + + \ No newline at end of file diff --git a/structures-frontend-next/src/components/modals/StructureDataViewModal.vue b/structures-frontend-next/src/components/modals/StructureDataViewModal.vue index 0ffccca1..7803e429 100644 --- a/structures-frontend-next/src/components/modals/StructureDataViewModal.vue +++ b/structures-frontend-next/src/components/modals/StructureDataViewModal.vue @@ -1,15 +1,18 @@ -