| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- is_package: true
- container:
- type: HtmlTemplate
- properties: {tooltip: '', background: '', foreground: '', border: '', visible: true,
- role: null, html: ''}
- components:
- - type: FlowPanel
- properties: {}
- name: flow_panel_1
- layout_properties: {grid_position: 'CPLQVZ,XTXCAG', slot: default}
- components:
- - type: ColumnPanel
- properties: {}
- name: column_panel_1
- layout_properties: {}
- - type: ColumnPanel
- properties: {col_widths: '{}'}
- name: column_panel_2
- layout_properties: {slot: default}
- components:
- - type: Label
- properties: {role: null, align: left, tooltip: '', border: '', foreground: '',
- visible: true, text: Input, font_size: null, font: '', spacing_above: small,
- icon_align: left, spacing_below: small, italic: false, background: '', bold: false,
- underline: false, icon: ''}
- name: label_1
- layout_properties: {slot: default, grid_position: 'VVNXBD,TONSHT'}
- - type: Label
- properties: {role: null, align: left, tooltip: '', border: '', foreground: '',
- visible: true, text: Output, font_size: null, font: '', spacing_above: small,
- icon_align: left, spacing_below: small, italic: false, background: '', bold: false,
- underline: false, icon: ''}
- name: label_2
- layout_properties: {grid_position: 'VVNXBD,WAPGYW'}
- - type: TextArea
- properties: {role: null, align: left, height: 511.2333, tooltip: '', placeholder: '',
- border: '', enabled: true, foreground: '', visible: true, text: '', font_size: null,
- auto_expand: true, font: '', spacing_above: small, spacing_below: small, italic: false,
- background: '', bold: false, underline: false}
- name: input
- layout_properties: {slot: default, grid_position: 'LQJPZA,LNCESO', column: null,
- width: 491.567}
- event_bindings: {}
- - type: TextArea
- properties: {role: null, align: left, height: 513.9666221435547, tooltip: '',
- placeholder: '', border: '', enabled: true, foreground: '', visible: true, text: '',
- font_size: null, auto_expand: true, font: '', spacing_above: small, spacing_below: small,
- italic: false, background: '', bold: false, underline: false}
- name: output
- layout_properties: {width: 494.567, grid_position: 'LQJPZA,WPLCBP'}
- event_bindings: {}
- - type: Label
- properties: {role: null, align: left, tooltip: '', border: '', foreground: '',
- visible: true, text: Variables, font_size: null, font: '', spacing_above: small,
- icon_align: left, spacing_below: small, italic: false, background: '', bold: false,
- underline: false, icon: ''}
- name: label_3
- layout_properties: {grid_position: 'DMMBLL,LWVNIT'}
- - type: Label
- properties: {}
- name: label_4
- layout_properties: {grid_position: 'DMMBLL,KIIKON'}
- - type: TextArea
- properties: {height: 254.23329999999999}
- name: variabes
- layout_properties: {grid_position: 'IYZCMA,CGPZMZ'}
- - type: Button
- properties: {role: null, align: left, tooltip: '', border: '', enabled: true,
- foreground: '', visible: true, text: 'YAML
- ', font_size: null, font: '', spacing_above: small, icon_align: left, spacing_below: small,
- italic: false, background: '', bold: false, underline: false, icon: ''}
- name: check_yaml
- layout_properties: {slot: default, grid_position: 'IYZCMA,AQIWOW LZDEDM,OWJYKL'}
- event_bindings: {click: check_yaml_click}
- - type: Button
- properties: {role: null, align: left, tooltip: '', border: '', enabled: true,
- foreground: '', visible: true, text: JSON, font_size: null, font: '', spacing_above: small,
- icon_align: left, spacing_below: small, italic: false, background: '', bold: false,
- underline: false, icon: ''}
- name: check_json
- layout_properties: {grid_position: 'IYZCMA,AQIWOW YXUQEK,GYUHWC', slot: default}
- event_bindings: {click: check_json_click}
|