Commit 3fd0eef6fe635d5c8805012ec8f91ae6929a08ee
1 parent
7ed7fe52
rename sone component in Type (s) HK_Edit_View_xx
Showing
1 changed file
with
17 additions
and
17 deletions
Show diff stats
ds_files/ds_types.anubis
| @@ -205,39 +205,39 @@ public define List(DS_Type) hayamiki_lib_types_description = | @@ -205,39 +205,39 @@ public define List(DS_Type) hayamiki_lib_types_description = | ||
| 205 | ]) | 205 | ]) |
| 206 | ]), | 206 | ]), |
| 207 | 207 | ||
| 208 | - ds_type("HK_View_Editor_Cell", [ | ||
| 209 | - alternative("ve_cell", [ | ||
| 210 | - component(extern_type("VT_edit_entry", "hayamiki_lib/view/view_table_types.anubis"), "edit_entry") | 208 | + ds_type("HK_Form_Table_Cell", [ |
| 209 | + alternative("hk_form_table_cell", [ | ||
| 210 | + component(extern_type("HK_Form_Entry", view_types+"hk_form_entry.anubis"), "form_entry") | ||
| 211 | ]) | 211 | ]) |
| 212 | ]), | 212 | ]), |
| 213 | 213 | ||
| 214 | - ds_type("HK_View_Editor_Line", [ | ||
| 215 | - alternative("ve_line", [ | ||
| 216 | - component(list, extern_type("HK_View_Editor_Cell", view_types+"hk_view_editor_cell.anubis"), "ve_cells") | 214 | + ds_type("HK_Form_Table_Line", [ |
| 215 | + alternative("hk_form_table_line", [ | ||
| 216 | + component(list, extern_type("HK_Form_Table_Cell", view_types+"hk_form_table_cell.anubis"), "form_table_cells") | ||
| 217 | ]) | 217 | ]) |
| 218 | ]), | 218 | ]), |
| 219 | 219 | ||
| 220 | - ds_type("HK_View_Editor_Table", [ | ||
| 221 | - alternative("ve_table", [ | ||
| 222 | - component(list, extern_type("HK_View_Editor_Line", view_types+"hk_view_editor_line.anubis"), "ve_lines") | 220 | + ds_type("HK_Form_Table", [ |
| 221 | + alternative("hk_form_table", [ | ||
| 222 | + component(list, extern_type("HK_Form_Table_Line", view_types+"hk_form_table_line.anubis"), "form_lines") | ||
| 223 | ]) | 223 | ]) |
| 224 | ]), | 224 | ]), |
| 225 | 225 | ||
| 226 | - ds_type("HK_Edit_View_Cell", [ | ||
| 227 | - alternative("ev_cell", [ | 226 | + ds_type("HK_Edit_View_Table_Cell", [ |
| 227 | + alternative("cell", [ | ||
| 228 | component(string, "column_name") | 228 | component(string, "column_name") |
| 229 | ]) | 229 | ]) |
| 230 | ]), | 230 | ]), |
| 231 | 231 | ||
| 232 | - ds_type("HK_Edit_View_Line", [ | ||
| 233 | - alternative("ev_line", [ | ||
| 234 | - component(list, extern_type("HK_Edit_View_Cell", model_types+"hk_edit_view_cell.anubis"), "ev_cells") | 232 | + ds_type("HK_Edit_View_Table_Line", [ |
| 233 | + alternative("line", [ | ||
| 234 | + component(list, extern_type("HK_Edit_View_Table_Cell", model_types+"hk_edit_view_table_cell.anubis"), "cells") | ||
| 235 | ]) | 235 | ]) |
| 236 | ]), | 236 | ]), |
| 237 | 237 | ||
| 238 | ds_type("HK_Edit_View_Table", [ | 238 | ds_type("HK_Edit_View_Table", [ |
| 239 | - alternative("ev_table", [ | ||
| 240 | - component(list, extern_type("HK_Edit_View_Line", model_types+"hk_edit_view_line.anubis"), "ev_lines") | 239 | + alternative("table", [ |
| 240 | + component(list, extern_type("HK_Edit_View_Table_Line", model_types+"hk_edit_view_table_line.anubis"), "lines") | ||
| 241 | ]) | 241 | ]) |
| 242 | ]), | 242 | ]), |
| 243 | 243 | ||
| @@ -250,7 +250,7 @@ public define List(DS_Type) hayamiki_lib_types_description = | @@ -250,7 +250,7 @@ public define List(DS_Type) hayamiki_lib_types_description = | ||
| 250 | ]), | 250 | ]), |
| 251 | alternative("edit_view_table_form", [ | 251 | alternative("edit_view_table_form", [ |
| 252 | component(string, "view_name"), | 252 | component(string, "view_name"), |
| 253 | - component(extern_type("HK_Edit_View_Table", model_types+"hk_edit_view_table.anubis"), "ev_table") | 253 | + component(extern_type("HK_Edit_View_Table", model_types+"hk_edit_view_table.anubis"), "form_table") |
| 254 | ]) | 254 | ]) |
| 255 | ]), | 255 | ]), |
| 256 | 256 |