-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
studio.view.tree
140 lines (140 loc) · 4.42 KB
/
studio.view.tree
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
$hyoo_studio $mol_book2
comp $hyoo_studio_component
plugins /
<= Theme $mol_theme_auto
Demo $mol_app_demo
Readme_page => Readme_page
meta_bundle_base <= pack
pages /
<= Edit $mol_page
title @ \$mol Studio
tools /
<= Source_link $mol_link_source
uri \https://github.com/hyoo-ru/studio.hyoo.ru
<= Lights $mol_lights_toggle
<= Code_open $mol_check_icon
hint @ \Show Editor
checked? <=> code_show? false
sub /
<= Editor_toggle_icon $mol_icon_card_text
<= Inspector_open $mol_check_icon
hint @ \Show Inspector
checked? <=> inspector_show? false
sub /
<= Inspect_open_icon $mol_icon_chart_bar
<= Preview_open $mol_check_icon
hint @ \Show Preview
checked? <=> preview_show? false
sub /
<= Preview_open_icon $mol_icon_play_circle
body /
<= Edit_form $mol_list
rows <= form_sections /
<= Pack_field $mol_form_field
name @ \Components Donor App
Content <= Pack $mol_search
query? <=> pack? \https://mol.hyoo.ru
suggests <= suggests /
\https://mol.hyoo.ru
<= Config $mol_list
rows /
<= Classes $mol_view
sub /
<= Self_field $mol_form_field
name @ \Component Name
Content <= Self $mol_string
hint \$hyoo_studio_example
value? <=> self? \
<= Base_field $mol_form_field
name @ \Base Class
Content <= Base_content $mol_view
sub /
<= Base $mol_select
value? <=> base? \
options <= base_options /string
<= Readme_open $mol_check_icon
hint @ \Readme
checked? <=> readme_show? false
sub /
<= Readme_toggle_icon $mol_icon_information_outline
- <= Props_inherited_field $mol_form_field
name @ \Display inherited properties
control <= Props_inherited_control $mol_check_list
option_checked*? <=> props_inherited_checked*? false
options <= Props_inherited *
a \A
b \B
c \C
<= Props_controls $mol_view
sub <= props_controls /
<= Prop_filter $mol_search
hint @ \Search property or Add one..
query? <=> prop_filter? \
<= Prop_add $mol_button_minor
hint @ \Add this property
click? <=> prop_add? null
sub /
<= Prop_add_icon $mol_icon_plus
<= Props $mol_list
rows <= props /$hyoo_studio_prop
<= Readme_page
<= Source_page $mol_page
title @ \Raw Code
body /
<= Source_page_list $mol_list rows <= source_page_body /
<= Source_prop_switch $mol_view
sub /
<= Source_prop_name $mol_paragraph title <= source_prop_name \The property is editing: {prop_name}
<= Source_prop_exit $mol_button_minor
title @ \Show all
click? <=> source_prop_exit? null
<= Source_type $mol_deck
current? <=> soure_type_current? \0
items /
<= Source $mol_textarea
title \Composition
hint \$hyoo_studio_example $mol_view
sidebar_showed true
value? <=> source_tree? \$hyoo_studio_example $mol_view
<= Source_css $mol_textarea
title \Styles
hint \
sidebar_showed true
value? <=> source_css_switch? <=> source_css? \
<= Source_js $mol_textarea
title \Behavior
hint \
sidebar_showed true
value? <=> source_js_switch? <=> source_js? \
<= Preview $mol_frame
title @ \Preview
uri <= pack
html <= preview_html \
window => preview_window
<= Inspect $mol_page
title @ \Inspect
body /
<= Inspect_stat $mol_chart
graphs /
<= Inspect_depth $mol_plot_bar
title @ \Min Depth
series_y <= inspect_stat /number
<= Inspect_stat_vert $mol_plot_ruler_vert
title @ \count
<= Inspect_stat_hor $mol_plot_mark_hor
title @ \depth
series_x <= inspect_stat_depth /number
<= Marker_cross $mol_plot_mark_cross
graphs /
<= Inspect_depth
<= Inspect_graph $mol_dump_value
value <= inspect_graph null
Prop* $hyoo_studio_prop
name <= prop_name* \default
sign? <=> prop_sign*? \
tree? <=> prop_tree*? $mol_tree2_empty
props_of* <= props_of* $mol_tree2_empty
props_bindable <= props_all $mol_tree2_empty
class_list <= class_list /string
Bound_prop* <= Bound_prop* $hyoo_studio_prop
Placeholder null