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.
Files
ContainerImage.WendyUI/stage.yaml

100 lines
2.4 KiB
YAML
Raw Normal View History

2022-01-19 13:43:17 +00:00
id: stage
2022-01-19 14:56:07 +00:00
type: PageHeaderMenu
2022-01-19 13:43:17 +00:00
properties:
title: Stage
2022-01-19 15:07:48 +00:00
layout:
contentJustify: center
2022-01-19 13:43:17 +00:00
areas:
content:
blocks:
2022-01-19 14:56:07 +00:00
- id: content
type: Card
2022-01-19 13:43:17 +00:00
layout:
2022-01-19 15:21:12 +00:00
size: 800
2022-01-19 15:26:14 +00:00
contentGutter: 5
2022-01-19 13:43:17 +00:00
blocks:
2022-01-19 14:56:07 +00:00
- id: title
type: Title
layout:
grow: 1
properties:
content: Stage
2022-01-19 20:58:17 +00:00
- id: leftcolumn
type: Box
2022-01-19 21:06:04 +00:00
layout:
span: 5
2022-01-19 20:58:17 +00:00
blocks:
- id: foo
required: true
type: TextInput
properties:
block: true
title: Foo
placeholder: Bar
label:
colon: false
extra: Lorem ipsum; yada yada
span: 3
- id: woot
required: true
type: TextInput
properties:
block: true
title: Woot
placeholder: Sweet
label:
colon: false
extra: Dude!
span: 3
- id: rightcolumn
type: Box
2022-01-19 21:06:04 +00:00
layout:
span: 5
2022-01-19 20:58:17 +00:00
blocks:
- id: alpha
required: true
type: TextInput
properties:
block: true
title: Alpha
placeholder: Beta
label:
colon: false
extra: Gamma
span: 3
- id: kappa
required: true
type: TextInput
properties:
block: true
title: Kappa
placeholder: Lambda
label:
colon: false
extra: Mu
span: 3
2022-01-19 14:56:07 +00:00
- id: reset_button
type: Button
layout:
grow: 1
properties:
title: Reset
icon: ClearOutlined
block: true
type: default
2022-01-19 15:20:34 +00:00
events:
2022-01-19 13:43:17 +00:00
onClick:
2022-01-19 14:56:07 +00:00
- id: reset
type: reset()
- id: start_download
type: Button
layout:
grow: 3
properties:
title: Download
icon: CloudDownloadOutlined
block: true