This repository has been archived by the owner on Feb 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
__INSPECTOR.yaml
276 lines (272 loc) · 8.45 KB
/
__INSPECTOR.yaml
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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
id: __INSPECTOR
type: Context
blocks:
- id: inpector_page_padding
type: Box
visible:
_not:
_not:
_state: inspector_open
style:
height: 380
- id: __INSPECTOR_BAR
type: Affix
style:
zIndex: 10000
properties:
offsetBottom: 0
blocks:
- id: __INSPECTOR_footer
type: Box
layout:
contentGutter: [8, 0]
style:
backgroundColor: '#1890ff'
width: '100%'
padding: '0 10px'
cursor: 'pointer'
height: 22
alignContent: 'center'
actions:
onClick:
- id: toggle_drawer
type: CallMethod
params:
blockId: inspector_drawer
method: toggleOpen
- id: set_inspector
type: SetState
params:
inspector_open:
_not:
_state: inspector_open
blocks:
- id: link_branch
type: Anchor
layout:
flex: 0 1 auto
properties:
style:
color: '#fff'
icon: BranchesOutlined
title: Branch
- id: link_page
type: Anchor
layout:
flex: 0 1 auto
properties:
style:
color: '#fff'
icon: FileOutlined
title: Page
- id: link_user
type: Anchor
layout:
flex: 0 1 auto
properties:
style:
color: '#fff'
icon: UserOutlined
title: User
- id: inspector_drawer
type: Drawer
properties:
placement: bottom
height: 400
mask: false
zIndex: 1000
keyboard: true
closable: false
bodyStyle:
padding: 0
background: '#1f1f1f'
open:
_not:
_not:
_state: inspector_open
blocks:
- id: drawer_controls
type: Box
style:
backgroundColor: '#1890ff'
areas:
content:
gutter: [8, 0]
style:
padding: '0 10px'
blocks:
- id: select_context
type: Selector
layout:
flex: 0 1 300px
style:
margin: 0px !important
properties:
size: small
placeholder: Select Context
label:
disabled: true
options:
_list_contexts: true
actions:
onChange:
- id: change_context
type: SetState
params:
context:
_state: select_context
- id: select_list
type: MultipleSelector
layout:
flex: 0 1 300px
style:
margin: 0px !important
properties:
size: small
placeholder: Select Variable
label:
disabled: true
options:
- label: State
value:
value: _state
label: State
- label: Requests
value:
value: _request_details
label: Requests
- label: Mutations
value:
value: _mutation_details
label: Mutations
- label: Actions
value:
value: _action_log
label: Actions
- label: User
value:
value: _user
label: User
- label: Config
value:
value: _config
label: Config
- label: Global
value:
value: _global
label: Global
- label: Menu
value:
value: _menu
label: Menu
- label: Input
value:
value: _input
label: Input
actions:
onChange:
- id: change_list
type: SetState
params:
watch_list:
_state: select_list
- id: tools_box
type: Box
layout:
flex: 1 1 auto
areas:
content:
style:
height: 32
justify: end
align: middle
gutter: [8,0]
blocks:
- id: toggle_borders
type: Anchor
layout:
flex: 0 1 auto
properties:
style:
color: '#fff'
icon: BorderInnerOutlined
title: Borders
actions:
onClick:
- id: set_global
type: SetGlobal
params:
highlightBorders:
_not:
_global: highlightBorders
- id: get_cli_token
type: Anchor
layout:
flex: 0 1 auto
properties:
style:
color: '#fff'
icon: LinkOutlined
title: Cli Token
actions:
onClick:
- id: get_cli_token
type: GetCliToken
- id: message_copied
type: Message
params:
content: CLI Token Copied
- id: close_drawer
type: Anchor
layout:
flex: 0 1 auto
properties:
style:
color: '#fff'
icon: CloseOutlined
title: Close
hideActionLoading: true
actions:
onClick:
- id: close_drawer
type: CallMethod
params:
blockId: inspector_drawer
method: toggleOpen
- id: close_inspector
type: SetState
params:
inspector_open:
_not:
_state: inspector_open
- id: watch_list
type: List
areas:
content:
blocks:
- id: watch_list.$.box
type: Box
blocks:
- id: watch_list.$.divider
type: Divider
properties:
style:
color: '#fff'
plain: true
title:
_state: watch_list.$.label
- id: watch_list.$.value
type: CodeEditor
properties:
height: 260
value:
_dump_yaml:
_operator:
name:
_state: watch_list.$.value
params:
contextId:
_state: select_context
all: true
options:
readOnly: true