This repository has been archived on 2022-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
ContainerImage.WendyUI/Lowdefy/stage.yaml

134 lines
3.4 KiB
YAML

id: stage
type: PageHeaderMenu
properties:
title: Stage
requests:
- id: get_data
type: AxiosHttp
connectionId: api
properties:
url: /
events:
onEnter:
- id: fetch_get_data
type: Request
params: get_data
layout:
contentJustify: center
areas:
content:
blocks:
- id: content
type: Card
layout:
size: 1000
contentGutter: 10
blocks:
- id: title
type: Title
layout:
span: 24
properties:
content: Stage
- id: leftcolumn
type: Box
layout:
span: 12
contentGutter: 10
blocks:
- id: foo
required: true
type: TextInput
properties:
block: true
title: Foo
placeholder: Bar
label:
extra: Lorem ipsum; yada yada
extraStyle:
font-size: smaller
font-style: italic
# span: 5
- id: woot
required: true
type: TextInput
properties:
block: true
title: Woot
placeholder: Sweet
label:
extra: Dude!
extraStyle:
font-size: smaller
font-style: italic
# span: 5
- id: rightcolumn
type: Box
layout:
span: 12
contentGutter: 10
blocks:
- id: alpha
required: true
type: TextArea
properties:
autoSize:
maxRows: 3
minRows: 3
block: true
title: Alpha
placeholder: Beta
label:
extra: Gamma
extraStyle:
font-size: smaller
font-style: italic
# span: 5
- id: kappa
required: true
type: TextArea
properties:
autoSize:
maxRows: 3
minRows: 3
block: true
title: Kappa
placeholder: Lambda
label:
extra: Mu
extraStyle:
font-size: smaller
font-style: italic
# span: 5
- id: bottomrow
type: Box
layout:
span: 24
contentGutter: 10
blocks:
- id: reset_button
type: Button
layout:
grow: 1
properties:
title: Reset
icon: ClearOutlined
block: true
type: default
events:
onClick:
- id: reset
type: Reset
- id: start_download
type: Button
layout:
grow: 3
properties:
title: Download
icon: CloudDownloadOutlined
block: true