From 3fd0eef6fe635d5c8805012ec8f91ae6929a08ee Mon Sep 17 00:00:00 2001 From: totoro Date: Tue, 4 Apr 2017 01:35:35 +0200 Subject: [PATCH] rename sone component in Type (s) HK_Edit_View_xx --- ds_files/ds_types.anubis | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/ds_files/ds_types.anubis b/ds_files/ds_types.anubis index ec2f37d..817728c 100644 --- a/ds_files/ds_types.anubis +++ b/ds_files/ds_types.anubis @@ -205,39 +205,39 @@ public define List(DS_Type) hayamiki_lib_types_description = ]) ]), - ds_type("HK_View_Editor_Cell", [ - alternative("ve_cell", [ - component(extern_type("VT_edit_entry", "hayamiki_lib/view/view_table_types.anubis"), "edit_entry") + ds_type("HK_Form_Table_Cell", [ + alternative("hk_form_table_cell", [ + component(extern_type("HK_Form_Entry", view_types+"hk_form_entry.anubis"), "form_entry") ]) ]), - ds_type("HK_View_Editor_Line", [ - alternative("ve_line", [ - component(list, extern_type("HK_View_Editor_Cell", view_types+"hk_view_editor_cell.anubis"), "ve_cells") + ds_type("HK_Form_Table_Line", [ + alternative("hk_form_table_line", [ + component(list, extern_type("HK_Form_Table_Cell", view_types+"hk_form_table_cell.anubis"), "form_table_cells") ]) ]), - ds_type("HK_View_Editor_Table", [ - alternative("ve_table", [ - component(list, extern_type("HK_View_Editor_Line", view_types+"hk_view_editor_line.anubis"), "ve_lines") + ds_type("HK_Form_Table", [ + alternative("hk_form_table", [ + component(list, extern_type("HK_Form_Table_Line", view_types+"hk_form_table_line.anubis"), "form_lines") ]) ]), - ds_type("HK_Edit_View_Cell", [ - alternative("ev_cell", [ + ds_type("HK_Edit_View_Table_Cell", [ + alternative("cell", [ component(string, "column_name") ]) ]), - ds_type("HK_Edit_View_Line", [ - alternative("ev_line", [ - component(list, extern_type("HK_Edit_View_Cell", model_types+"hk_edit_view_cell.anubis"), "ev_cells") + ds_type("HK_Edit_View_Table_Line", [ + alternative("line", [ + component(list, extern_type("HK_Edit_View_Table_Cell", model_types+"hk_edit_view_table_cell.anubis"), "cells") ]) ]), ds_type("HK_Edit_View_Table", [ - alternative("ev_table", [ - component(list, extern_type("HK_Edit_View_Line", model_types+"hk_edit_view_line.anubis"), "ev_lines") + alternative("table", [ + component(list, extern_type("HK_Edit_View_Table_Line", model_types+"hk_edit_view_table_line.anubis"), "lines") ]) ]), @@ -250,7 +250,7 @@ public define List(DS_Type) hayamiki_lib_types_description = ]), alternative("edit_view_table_form", [ component(string, "view_name"), - component(extern_type("HK_Edit_View_Table", model_types+"hk_edit_view_table.anubis"), "ev_table") + component(extern_type("HK_Edit_View_Table", model_types+"hk_edit_view_table.anubis"), "form_table") ]) ]), -- libgit2 0.21.4