Skip to content

Commit

Permalink
no old view.tree syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
stan-donarise committed Apr 15, 2023
1 parent c345e62 commit a52260a
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 17 deletions.
3 changes: 1 addition & 2 deletions prop/prop.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ $hyoo_studio_prop $mol_view
value_tools => value_tools
belong_to \prop
tree? <=> value? $mol_tree2_empty
props_of!klass <= props_of!klass $mol_tree2_empty
props_of* <= props_of* $mol_tree2_empty
props_bindable <= props_bindable $mol_tree2_empty
class_list <= class_list /string
Bound_prop* <= Bound_prop* $hyoo_studio_prop
selected_class? null
2 changes: 1 addition & 1 deletion type/type.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $hyoo_studio_type $mol_pick
Object_select $mol_select
hint @ \Class
align_hor \right
value?next <=> selected_class?next \$mol_view
value? <=> selected_class? \$mol_view
options <= class_list /string
Trigger_icon null
bubble_content => Obj_bubble_content
Expand Down
2 changes: 1 addition & 1 deletion value/bound/bound.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $hyoo_studio_value_bound $hyoo_studio_value_unit
<= Value_tools
<= Bound_prop_name $mol_select
hint @ \Bound Property
value?next <=> bound_prop_name?next null
value? <=> bound_prop_name? null
options <= prop_name_list /string
Trigger_icon null
<= Bound_prop_expand $mol_check_expand
Expand Down
2 changes: 1 addition & 1 deletion value/dict/dict.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $hyoo_studio_value_dict $hyoo_studio_value_unit
<= Value* $hyoo_studio_value
tree? <=> item_value*? $mol_tree2_empty
belong_to \dict
props_of!klass <= props_of!klass $mol_tree2_empty
props_of* <= props_of* $mol_tree2_empty
props_bindable <= props_bindable $mol_tree2_empty
class_list <= class_list /string
Bound_prop* <= Bound_prop* null
Expand Down
2 changes: 1 addition & 1 deletion value/list/list.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $hyoo_studio_value_list $hyoo_studio_value_unit
<= List_value*0 $hyoo_studio_value
tree? <=> list_value*? $mol_tree2_empty
belong_to \list
props_of!klass <= props_of!klass $mol_tree2_empty
props_of* <= props_of* $mol_tree2_empty
props_bindable <= props_bindable $mol_tree2_empty
class_list <= class_list /string
Bound_prop* <= Bound_prop* null
Expand Down
2 changes: 1 addition & 1 deletion value/number/number.view.tree
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$hyoo_studio_value_number $hyoo_studio_value_unit
self /
<= Numb $mol_number
value?next <=> numb?next +NaN
value? <=> numb? +NaN
2 changes: 1 addition & 1 deletion value/object/object.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $hyoo_studio_value_object $hyoo_studio_value_dict
<= Value* $hyoo_studio_value
tree? <=> item_value*?
belong_to \subprop
props_of!klass <= props_of!klass
props_of* <= props_of*
props_bindable <= props_bindable
class_list <= class_list
Bound_prop* <= Bound_prop*
Expand Down
2 changes: 1 addition & 1 deletion value/string/string.view.tree
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$hyoo_studio_value_string $hyoo_studio_value_unit
self /
<= Str $mol_textarea
value?next <=> str?next \
value? <=> str? \
tools /
<= Type
<= Locale $mol_check_icon
Expand Down
5 changes: 2 additions & 3 deletions value/value.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ $hyoo_studio_value $mol_ghost
Unit $hyoo_studio_value_unit
value_tools /
type \
selected_class \
head /
belong_to \prop
hide_tools false
props_of!klass $mol_tree2_empty
props_of* $mol_tree2_empty
props_bindable $mol_tree2_empty
class_list /string
Bound_prop* $hyoo_studio_prop
Expand All @@ -22,7 +21,7 @@ $hyoo_studio_value_unit $mol_view
head /
belong_to \prop
hide_tools false
props_of!klass $mol_tree2_empty
props_of* $mol_tree2_empty
props_bindable $mol_tree2_empty
class_list /string
Bound_prop* $hyoo_studio_prop
Expand Down
5 changes: 0 additions & 5 deletions value/value.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ namespace $.$$ {
type(): string {
return this.Sub().Type().type()
}

@ $mol_mem
selected_class(): string {
return this.Sub().Type().selected_class()
}

}

Expand Down

0 comments on commit a52260a

Please sign in to comment.