Files
grechka62 a5400ddd0e Add regression case for input cursor
commit_hash:469c743d2f3e4242b31bc9be469661948af83bcd
2026-02-03 16:42:12 +03:00

217 lines
5.6 KiB
JSON

{
"templates": {
"label": {
"type": "text",
"font_size": 20,
"font_weight": "bold",
"text_alignment_horizontal": "center",
"margins": {
"left": 16,
"top": 20,
"right": 16,
"bottom": 16
}
}
},
"card": {
"log_id": "input",
"variables": [
{
"name": "login",
"type": "string",
"value": ""
},
{
"name": "password",
"type": "string",
"value": ""
},
{
"name": "is_masked",
"type": "boolean",
"value": true
}
],
"states": [
{
"state_id": 0,
"div": {
"type": "container",
"width": {
"type": "match_parent"
},
"height": {
"type": "wrap_content"
},
"items": [
{
"type": "label",
"text": "login"
},
{
"type": "input",
"width": {
"type": "match_parent"
},
"height": {
"type": "wrap_content"
},
"margins": {
"left": 16,
"top": 0,
"right": 16,
"bottom": 16
},
"paddings": {
"left": 16,
"top": 10,
"right": 16,
"bottom": 10
},
"alpha": 1,
"alignment_horizontal": "center",
"alignment_vertical": "center",
"background": [
{
"type": "solid",
"color": "#0e000000"
}
],
"border": {
"corner_radius": 8
},
"font_size": 16,
"font_weight": "medium",
"text_color": "#000000",
"text_variable": "login",
"hint_color": "#888888",
"highlight_color": "#e0bae3",
"line_height": 22,
"select_all_on_focus": 1
},
{
"type": "label",
"text": "password"
},
{
"type": "input",
"width": {
"type": "match_parent"
},
"height": {
"type": "wrap_content"
},
"margins": {
"left": 16,
"top": 0,
"right": 16,
"bottom": 16
},
"paddings": {
"left": 16,
"top": 10,
"right": 16,
"bottom": 10
},
"alpha": 1,
"alignment_horizontal": "center",
"alignment_vertical": "center",
"background": [
{
"type": "solid",
"color": "#0e000000"
}
],
"border": {
"corner_radius": 8
},
"font_size": 16,
"font_weight": "medium",
"text_color": "#000000",
"text_variable": "password",
"line_height": 22,
"keyboard_type": "@{is_masked ? 'password' : 'single_line_text'}"
},
{
"type": "text",
"width": {
"type": "match_parent"
},
"height": {
"type": "wrap_content"
},
"paddings": {
"left": 18,
"right": 16,
"bottom": 16
},
"alpha": 1,
"alignment_horizontal": "center",
"alignment_vertical": "center",
"font_size": 16,
"font_weight": "medium",
"text_alignment_horizontal": "left",
"text_alignment_vertical": "center",
"text_color": "#000000",
"text": "Password: @{password}",
"ranges": [
{
"start": 0,
"end": 9,
"text_color": "#777777"
}
]
},
{
"type": "text",
"text": "Toggle password visibility",
"action": {
"log_id": "toggle",
"url": "div-action://set_variable?name=is_masked&value=@{is_masked ? 'false' : 'true'}"
},
"width": {
"type": "match_parent"
},
"height": {
"type": "wrap_content"
},
"margins": {
"left": 16,
"top": 20,
"right": 16,
"bottom": 16
},
"paddings": {
"left": 16,
"top": 10,
"right": 16,
"bottom": 10
},
"alpha": 1,
"alignment_horizontal": "center",
"alignment_vertical": "center",
"background": [
{
"type": "solid",
"color": "#0e000000"
}
],
"border": {
"corner_radius": 8
},
"font_size": 16,
"font_weight": "medium",
"text_color": "#000000",
"text_variable": "password",
"hint_color": "#888888",
"highlight_color": "#e0bae3",
"line_height": 22,
"select_all_on_focus": 1
}
]
}
}
]
}
}