diff --git a/prop/prop.view.tree b/prop/prop.view.tree index f75a82c..3d89e5d 100644 --- a/prop/prop.view.tree +++ b/prop/prop.view.tree @@ -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 diff --git a/type/type.view.tree b/type/type.view.tree index 744d8fa..6c811ee 100644 --- a/type/type.view.tree +++ b/type/type.view.tree @@ -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 diff --git a/value/bound/bound.view.tree b/value/bound/bound.view.tree index 04bf37b..da1199b 100644 --- a/value/bound/bound.view.tree +++ b/value/bound/bound.view.tree @@ -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 diff --git a/value/dict/dict.view.tree b/value/dict/dict.view.tree index 2cc4792..248637a 100644 --- a/value/dict/dict.view.tree +++ b/value/dict/dict.view.tree @@ -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 diff --git a/value/list/list.view.tree b/value/list/list.view.tree index 56a8fac..7d68197 100644 --- a/value/list/list.view.tree +++ b/value/list/list.view.tree @@ -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 diff --git a/value/number/number.view.tree b/value/number/number.view.tree index 8a739de..18fda7a 100644 --- a/value/number/number.view.tree +++ b/value/number/number.view.tree @@ -1,4 +1,4 @@ $hyoo_studio_value_number $hyoo_studio_value_unit self / <= Numb $mol_number - value?next <=> numb?next +NaN + value? <=> numb? +NaN diff --git a/value/object/object.view.tree b/value/object/object.view.tree index d45a962..919ab30 100644 --- a/value/object/object.view.tree +++ b/value/object/object.view.tree @@ -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* diff --git a/value/string/string.view.tree b/value/string/string.view.tree index 01c592d..1ee1939 100644 --- a/value/string/string.view.tree +++ b/value/string/string.view.tree @@ -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 diff --git a/value/value.view.tree b/value/value.view.tree index 215ef03..d738599 100644 --- a/value/value.view.tree +++ b/value/value.view.tree @@ -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 @@ -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 diff --git a/value/value.view.ts b/value/value.view.ts index d24ee5d..2ac2def 100644 --- a/value/value.view.ts +++ b/value/value.view.ts @@ -39,11 +39,6 @@ namespace $.$$ { type(): string { return this.Sub().Type().type() } - - @ $mol_mem - selected_class(): string { - return this.Sub().Type().selected_class() - } }