mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
d12ce6e7d8
a69638341827e9b8ad9ebb318c90e32228da21f6
289 lines
7.9 KiB
JSON
289 lines
7.9 KiB
JSON
{
|
|
"templates": {
|
|
"button": {
|
|
"type": "text",
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 28
|
|
},
|
|
"width": {
|
|
"type": "fixed",
|
|
"value": 56
|
|
},
|
|
"text_alignment_horizontal": "center",
|
|
"text_alignment_vertical": "center",
|
|
"font_size": 18,
|
|
"font_weight": "bold",
|
|
"text_color": "#ffffff",
|
|
"background": [
|
|
{
|
|
"color": "#D098D3",
|
|
"type": "solid"
|
|
}
|
|
],
|
|
"margins": {
|
|
"left": 8,
|
|
"top": 8,
|
|
"right": 8,
|
|
"bottom": 8
|
|
},
|
|
"border": {
|
|
"corner_radius": 8
|
|
}
|
|
},
|
|
"text_block": {
|
|
"type": "text",
|
|
"background": [
|
|
{
|
|
"type": "solid",
|
|
"color": "#0e000000"
|
|
}
|
|
],
|
|
"width": {
|
|
"type": "match_parent"
|
|
},
|
|
"height": {
|
|
"type": "fixed",
|
|
"value": 100,
|
|
"unit": "sp"
|
|
},
|
|
"border": {
|
|
"corner_radius": 16,
|
|
"stroke": "#ffffff",
|
|
"width": 2
|
|
},
|
|
"font_size": 20,
|
|
"text_alignment_vertical": "center",
|
|
"text_alignment_horizontal": "center",
|
|
"text_color": "#000000"
|
|
}
|
|
},
|
|
"card": {
|
|
"log_id": "card",
|
|
"states": [
|
|
{
|
|
"div": {
|
|
"items": [
|
|
{
|
|
"id": "my_tabs",
|
|
"items": [
|
|
{
|
|
"div": {
|
|
"type": "text_block",
|
|
"text": "Item 0",
|
|
"width": {
|
|
"type": "match_parent"
|
|
}
|
|
},
|
|
"title": "Tab 0"
|
|
},
|
|
{
|
|
"div": {
|
|
"text": "Item 1",
|
|
"type": "text_block",
|
|
"width": {
|
|
"type": "match_parent"
|
|
}
|
|
},
|
|
"title": "Tab 1"
|
|
},
|
|
{
|
|
"div": {
|
|
"text": "Item 2",
|
|
"type": "text_block",
|
|
"width": {
|
|
"type": "match_parent"
|
|
}
|
|
},
|
|
"title": "Tab 2"
|
|
},
|
|
{
|
|
"div": {
|
|
"text": "Item 3",
|
|
"type": "text_block",
|
|
"width": {
|
|
"type": "match_parent"
|
|
}
|
|
},
|
|
"title": "Tab 3"
|
|
},
|
|
{
|
|
"div": {
|
|
"text": "Item 4",
|
|
"type": "text_block",
|
|
"width": {
|
|
"type": "match_parent"
|
|
}
|
|
},
|
|
"title": "Tab 4"
|
|
},
|
|
{
|
|
"div": {
|
|
"text": "Item 5",
|
|
"type": "text_block",
|
|
"width": {
|
|
"type": "match_parent"
|
|
}
|
|
},
|
|
"title": "Tab 5"
|
|
},
|
|
{
|
|
"div": {
|
|
"text": "Item 6",
|
|
"type": "text_block",
|
|
"width": {
|
|
"type": "match_parent"
|
|
}
|
|
},
|
|
"title": "Tab 6"
|
|
},
|
|
{
|
|
"div": {
|
|
"text": "Item 7",
|
|
"type": "text_block",
|
|
"width": {
|
|
"type": "match_parent"
|
|
}
|
|
},
|
|
"title": "Tab 7"
|
|
},
|
|
{
|
|
"div": {
|
|
"text": "Item 8",
|
|
"type": "text_block",
|
|
"width": {
|
|
"type": "match_parent"
|
|
}
|
|
},
|
|
"title": "Tab 8"
|
|
},
|
|
{
|
|
"div": {
|
|
"text": "Item 9",
|
|
"type": "text_block",
|
|
"width": {
|
|
"type": "match_parent"
|
|
}
|
|
},
|
|
"title": "Tab 9"
|
|
}
|
|
],
|
|
"type": "tabs"
|
|
},
|
|
{
|
|
"items": [
|
|
{
|
|
"actions": [
|
|
{
|
|
"log_id": "prev",
|
|
"url": "div-action://set_current_item?id=my_tabs&item=0"
|
|
}
|
|
],
|
|
"text": "<<",
|
|
"text_alignment_horizontal": "center",
|
|
"type": "button"
|
|
},
|
|
{
|
|
"actions": [
|
|
{
|
|
"log_id": "prev",
|
|
"url": "div-action://set_previous_item?id=my_tabs"
|
|
}
|
|
],
|
|
"text": "<",
|
|
"text_alignment_horizontal": "center",
|
|
"type": "button"
|
|
},
|
|
{
|
|
"actions": [
|
|
{
|
|
"log_id": "next",
|
|
"url": "div-action://set_next_item?id=my_tabs"
|
|
}
|
|
],
|
|
"text": ">",
|
|
"text_alignment_horizontal": "center",
|
|
"type": "button"
|
|
},
|
|
{
|
|
"actions": [
|
|
{
|
|
"log_id": "next",
|
|
"url": "div-action://set_current_item?id=my_tabs&item=9"
|
|
}
|
|
],
|
|
"text": ">>",
|
|
"text_alignment_horizontal": "center",
|
|
"type": "button"
|
|
}
|
|
],
|
|
"orientation": "horizontal",
|
|
"content_alignment_horizontal": "center",
|
|
"type": "container"
|
|
},
|
|
{
|
|
"items": [
|
|
{
|
|
"actions": [
|
|
{
|
|
"log_id": "scroll_to_start",
|
|
"url": "div-action://scroll_to_start?id=my_tabs"
|
|
}
|
|
],
|
|
"text": "<<",
|
|
"text_alignment_horizontal": "center",
|
|
"type": "button"
|
|
},
|
|
{
|
|
"actions": [
|
|
{
|
|
"log_id": "prev_by_2",
|
|
"url": "div-action://set_previous_item?id=my_tabs&step=2"
|
|
}
|
|
],
|
|
"text": "<",
|
|
"text_alignment_horizontal": "center",
|
|
"type": "button"
|
|
},
|
|
{
|
|
"actions": [
|
|
{
|
|
"log_id": "next_by_2",
|
|
"url": "div-action://set_next_item?id=my_tabs&step=2"
|
|
}
|
|
],
|
|
"text": ">",
|
|
"text_alignment_horizontal": "center",
|
|
"type": "button"
|
|
},
|
|
{
|
|
"actions": [
|
|
{
|
|
"log_id": "scroll_to_end",
|
|
"url": "div-action://scroll_to_end?id=my_tabs"
|
|
}
|
|
],
|
|
"text": ">>",
|
|
"text_alignment_horizontal": "center",
|
|
"type": "button"
|
|
}
|
|
],
|
|
"orientation": "horizontal",
|
|
"content_alignment_horizontal": "center",
|
|
"type": "container"
|
|
}
|
|
],
|
|
"orientation": "vertical",
|
|
"type": "container",
|
|
"margins": {
|
|
"top": 4,
|
|
"left": 8,
|
|
"right": 8
|
|
}
|
|
},
|
|
"state_id": 0
|
|
}
|
|
]
|
|
}
|
|
}
|