Mark supported features of Flutter

e5a6a0f23d3e399f39c492c585359ca1666ccddf
This commit is contained in:
man-y
2024-05-14 11:14:51 +03:00
parent f2563cdbb2
commit 7f00e3b5aa
62 changed files with 589 additions and 92 deletions
+6 -1
View File
@@ -22,5 +22,10 @@
"default_value": "0",
"$description": "translations.json#/div_edge_insets_bottom"
}
}
},
"platforms": [
"android",
"ios",
"web"
]
}
+6 -1
View File
@@ -64,5 +64,10 @@
"$description": "translations.json#/div_accessibility_mute_after_action",
"platforms": [ "ios" ]
}
}
},
"platforms": [
"android",
"ios",
"web"
]
}
@@ -18,6 +18,11 @@
"$ref": "div-typed-value.json"
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"variable_name",
@@ -15,6 +15,11 @@
"type": "integer"
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"variable_name",
+11 -2
View File
@@ -10,7 +10,11 @@
},
"referer": {
"$ref": "common.json#/url",
"$description": "translations.json#/div_action_base_referer"
"$description": "translations.json#/div_action_base_referer",
"platforms": [
"android",
"ios"
]
},
"payload": {
"type": "object",
@@ -19,7 +23,12 @@
},
"download_callbacks": {
"$ref": "div-download-callbacks.json",
"$description": "translations.json#/div_action_base_download_callbacks"
"$description": "translations.json#/div_action_base_download_callbacks",
"platforms": [
"android",
"ios",
"web"
]
},
"typed": {
"$ref": "div-action-typed.json"
@@ -44,5 +44,10 @@
{
"$ref": "#/definitions/content_url"
}
],
"platforms": [
"android",
"ios",
"web"
]
}
+5
View File
@@ -12,6 +12,11 @@
"$ref": "div-action-copy-to-clipboard-content.json"
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"content"
+18 -3
View File
@@ -16,19 +16,34 @@
"items": {
"$ref": "div-action.json"
},
"$description": "translations.json#/div_actionable_longtap_actions"
"$description": "translations.json#/div_actionable_longtap_actions",
"platforms": [
"android",
"ios",
"web"
]
},
"doubletap_actions": {
"type": "array",
"items": {
"$ref": "div-action.json"
},
"$description": "translations.json#/div_actionable_doubletap_actions"
"$description": "translations.json#/div_actionable_doubletap_actions",
"platforms": [
"android",
"ios",
"web"
]
},
"action_animation": {
"$ref": "div-animation.json",
"default_value": "{\"name\": \"fade\", \"start_value\": 1, \"end_value\": 0.6, \"duration\": 100 }",
"$description": "translations.json#/div_actionable_action_animation"
"$description": "translations.json#/div_actionable_action_animation",
"platforms": [
"android",
"ios",
"web"
]
}
}
}
+6 -1
View File
@@ -8,5 +8,10 @@
"ease_in_out",
"spring"
],
"$description": "translations.json#/div_animation_interpolator"
"$description": "translations.json#/div_animation_interpolator",
"platforms": [
"android",
"ios",
"web"
]
}
+5
View File
@@ -51,6 +51,11 @@
"$description": "translations.json#/div_animation_items"
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"name"
]
@@ -17,6 +17,11 @@
"$description": "translations.json#/div_appearance_set_transition_items"
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"items"
+84 -14
View File
@@ -59,47 +59,87 @@
},
"row_span": {
"$ref": "common.json#/non_negative_integer",
"$description": "translations.json#/div_base_row_span"
"$description": "translations.json#/div_base_row_span",
"platforms": [
"android",
"ios",
"web"
]
},
"column_span": {
"$ref": "common.json#/non_negative_integer",
"$description": "translations.json#/div_base_column_span"
"$description": "translations.json#/div_base_column_span",
"platforms": [
"android",
"ios",
"web"
]
},
"visibility_action": {
"$ref": "div-visibility-action.json",
"$description": "translations.json#/div_base_visibility_action"
"$description": "translations.json#/div_base_visibility_action",
"platforms": [
"android",
"ios",
"web"
]
},
"visibility_actions": {
"type": "array",
"items": {
"$ref": "div-visibility-action.json"
},
"$description": "translations.json#/div_base_visibility_actions"
"$description": "translations.json#/div_base_visibility_actions",
"platforms": [
"android",
"ios",
"web"
]
},
"disappear_actions": {
"type": "array",
"items": {
"$ref": "div-disappear-action.json"
},
"$description": "translations.json#/div_base_disappear_actions"
"$description": "translations.json#/div_base_disappear_actions",
"platforms": [
"android",
"ios",
"web"
]
},
"tooltips": {
"type": "array",
"items": {
"$ref": "div-tooltip.json"
},
"$description": "translations.json#/div_base_tooltips"
"$description": "translations.json#/div_base_tooltips",
"platforms": [
"android",
"ios",
"web"
]
},
"accessibility": {
"$ref": "div-accessibility.json",
"$description": "translations.json#/div_base_accessibility"
"$description": "translations.json#/div_base_accessibility",
"platforms": [
"android",
"ios",
"web"
]
},
"extensions": {
"type": "array",
"items": {
"$ref": "div-extension.json"
},
"$description": "translations.json#/div_base_extensions"
"$description": "translations.json#/div_base_extensions",
"platforms": [
"android",
"ios",
"web"
]
},
"transition_triggers": {
"type": "array",
@@ -108,26 +148,51 @@
},
"minItems": 1,
"supports_expressions": false,
"$description": "translations.json#/div_base_transition_triggers"
"$description": "translations.json#/div_base_transition_triggers",
"platforms": [
"android",
"ios",
"web"
]
},
"transition_in": {
"$ref": "div-appearance-transition.json",
"$description": "translations.json#/div_base_transition_in"
"$description": "translations.json#/div_base_transition_in",
"platforms": [
"android",
"ios",
"web"
]
},
"transition_change": {
"$ref": "div-change-transition.json",
"$description": "translations.json#/div_base_transition_change"
"$description": "translations.json#/div_base_transition_change",
"platforms": [
"android",
"ios",
"web"
]
},
"transition_out": {
"$ref": "div-appearance-transition.json",
"$description": "translations.json#/div_base_transition_out"
"$description": "translations.json#/div_base_transition_out",
"platforms": [
"android",
"ios",
"web"
]
},
"selected_actions": {
"type": "array",
"items": {
"$ref": "div-action.json"
},
"$description": "translations.json#/div_base_selected_actions"
"$description": "translations.json#/div_base_selected_actions",
"platforms": [
"android",
"ios",
"web"
]
},
"focus": {
"$ref": "div-focus.json",
@@ -140,7 +205,12 @@
},
"transform": {
"$ref": "div-transform.json",
"$description": "translations.json#/div_base_transform"
"$description": "translations.json#/div_base_transform",
"platforms": [
"android",
"ios",
"web"
]
}
}
}
+5
View File
@@ -17,6 +17,11 @@
"$description": "translations.json#/div_change_set_transition_items"
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"items"
+12 -2
View File
@@ -3,11 +3,21 @@
"anyOf": [
{
"$ref": "div-change-set-transition.json",
"$description": "translations.json#/div_change_transition_set"
"$description": "translations.json#/div_change_transition_set",
"platforms": [
"android",
"ios",
"web"
]
},
{
"$ref": "div-change-bounds-transition.json",
"$description": "translations.json#/div_change_transition_bounds"
"$description": "translations.json#/div_change_transition_bounds",
"platforms": [
"android",
"ios",
"web"
]
}
]
}
+3 -3
View File
@@ -21,11 +21,11 @@
}
}
],
"required": [
"type"
],
"platforms": [
"android",
"web"
],
"required": [
"type"
]
}
+5
View File
@@ -34,6 +34,11 @@
"$description": "translations.json#/div_collection_item_builder_prototypes"
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"data",
"prototypes"
+23 -3
View File
@@ -44,6 +44,11 @@
"definitions": {
"separator": {
"type": "object",
"platforms": [
"android",
"ios",
"web"
],
"properties": {
"show_at_start": {
"$ref": "common.json#/boolean_int",
@@ -120,11 +125,21 @@
},
"separator": {
"$ref": "#/definitions/separator",
"$description": "translations.json#/div_container_separator"
"$description": "translations.json#/div_container_separator",
"platforms": [
"android",
"ios",
"web"
]
},
"line_separator": {
"$ref": "#/definitions/separator",
"$description": "translations.json#/div_container_line_separator"
"$description": "translations.json#/div_container_line_separator",
"platforms": [
"android",
"ios",
"web"
]
},
"items": {
"type": "array",
@@ -148,7 +163,12 @@
"clip_to_bounds": {
"$ref": "common.json#/boolean_int",
"default_value": "true",
"$description": "translations.json#/div_clip_to_bounds"
"$description": "translations.json#/div_clip_to_bounds",
"platforms": [
"android",
"ios",
"web"
]
}
}
}
+5
View File
@@ -19,6 +19,11 @@
}
}
],
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type"
]
@@ -14,6 +14,11 @@
]
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type"
]
+6 -1
View File
@@ -16,5 +16,10 @@
},
"$description": "translations.json#/div_download_callbacks_on_success_actions"
}
}
},
"platforms": [
"android",
"ios",
"web"
]
}
+5
View File
@@ -4,5 +4,10 @@
"$ref": "div-shape-drawable.json",
"$description": "translations.json#/div_shape_drawable"
}
],
"platforms": [
"android",
"ios",
"web"
]
}
+5
View File
@@ -1,6 +1,11 @@
{
"type": "object",
"$description": "translations.json#/div_extension",
"platforms": [
"android",
"ios",
"web"
],
"properties": {
"id": {
"$ref": "common.json#/id",
+2 -1
View File
@@ -9,7 +9,8 @@
"$description": "translations.json#/div_filter_rtl_mirror",
"platforms": [
"android",
"web"
"web",
"flutter"
]
}
]
+5
View File
@@ -13,6 +13,11 @@
]
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"value",
"type"
+5
View File
@@ -55,6 +55,11 @@
}
}
],
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"pattern",
+24 -4
View File
@@ -31,7 +31,12 @@
},
"column_count": {
"$ref": "common.json#/positive_integer",
"$description": "translations.json#/div_gallery_column_count"
"$description": "translations.json#/div_gallery_column_count",
"platforms": [
"android",
"ios",
"web"
]
},
"item_spacing": {
"$ref": "common.json#/non_negative_integer",
@@ -40,7 +45,12 @@
},
"cross_spacing": {
"$ref": "common.json#/non_negative_integer",
"$description": "translations.json#/div_gallery_cross_spacing"
"$description": "translations.json#/div_gallery_cross_spacing",
"platforms": [
"android",
"ios",
"web"
]
},
"scroll_mode": {
"type": "string",
@@ -49,7 +59,12 @@
"paging",
"default"
],
"$description": "translations.json#/div_gallery_scroll_mode"
"$description": "translations.json#/div_gallery_scroll_mode",
"platforms": [
"android",
"ios",
"web"
]
},
"items": {
"type": "array",
@@ -85,7 +100,12 @@
"default_item": {
"$ref": "common.json#/non_negative_integer",
"default_value": "0",
"$description": "translations.json#/div_gallery_default_item"
"$description": "translations.json#/div_gallery_default_item",
"platforms": [
"android",
"ios",
"web"
]
},
"scrollbar": {
"type": "string",
+5
View File
@@ -26,6 +26,11 @@
}
}
],
"platforms": [
"android",
"ios",
"web"
],
"required": [
"gif_url",
"type"
+5
View File
@@ -45,6 +45,11 @@
}
}
],
"platforms": [
"android",
"ios",
"web"
],
"required": [
"column_count",
"type"
+12 -2
View File
@@ -3,7 +3,12 @@
"placeholder_color": {
"$ref": "common.json#/color",
"default_value": "#14000000",
"$description": "translations.json#/div_image_base_placeholder_color"
"$description": "translations.json#/div_image_base_placeholder_color",
"platforms": [
"android",
"ios",
"web"
]
},
"scale": {
"$ref": "div-image-scale.json",
@@ -22,7 +27,12 @@
},
"preview": {
"type": "string",
"$description": "translations.json#/div_image_base_preview"
"$description": "translations.json#/div_image_base_preview",
"platforms": [
"android",
"ios",
"web"
]
},
"preload_required": {
"$ref": "common.json#/boolean_int",
+6 -1
View File
@@ -50,7 +50,12 @@
},
"appearance_animation": {
"$ref": "div-fade-transition.json",
"$description": "translations.json#/div_image_appearance_animation"
"$description": "translations.json#/div_image_appearance_animation",
"platforms": [
"android",
"ios",
"web"
]
},
"filters": {
"type": "array",
+5
View File
@@ -92,6 +92,11 @@
}
}
],
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type"
]
+5
View File
@@ -9,6 +9,11 @@
]
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type"
]
+12 -2
View File
@@ -2,11 +2,21 @@
"anyOf": [
{
"$ref": "div-fixed-length-input-mask.json",
"$description": "translations.json#/div_input_mask_fixed_length"
"$description": "translations.json#/div_input_mask_fixed_length",
"platforms": [
"android",
"ios",
"web"
]
},
{
"$ref": "div-currency-input-mask.json",
"$description": "translations.json#/div_input_mask_currency"
"$description": "translations.json#/div_input_mask_currency",
"platforms": [
"android",
"ios",
"web"
]
},
{
"$ref": "div-phone-input-mask.json",
+6 -1
View File
@@ -14,5 +14,10 @@
"$ref": "div-variable-name.json",
"$description": "translations.json#/div_input_validators_variable"
}
}
},
"platforms": [
"android",
"ios",
"web"
]
}
+32 -15
View File
@@ -39,7 +39,12 @@
},
"font_family": {
"type": "string",
"$description": "translations.json#/div_font_family"
"$description": "translations.json#/div_font_family",
"platforms": [
"android",
"ios",
"web"
]
},
"font_weight": {
"$ref": "div-font-weight.json",
@@ -58,20 +63,12 @@
"text_alignment_horizontal": {
"$ref": "div-alignment-horizontal.json",
"default_value": "start",
"$description": "translations.json#/div_text_text_alignment_horizontal",
"platforms": [
"android",
"web"
]
"$description": "translations.json#/div_text_text_alignment_horizontal"
},
"text_alignment_vertical": {
"$ref": "div-alignment-vertical.json",
"default_value": "center",
"$description": "translations.json#/div_text_text_alignment_vertical",
"platforms": [
"android",
"web"
]
"$description": "translations.json#/div_text_text_alignment_vertical"
},
"line_height": {
"$ref": "common.json#/non_negative_integer",
@@ -84,7 +81,12 @@
"letter_spacing": {
"type": "number",
"default_value": "0",
"$description": "translations.json#/div_input_letter_spacing"
"$description": "translations.json#/div_input_letter_spacing",
"platforms": [
"android",
"ios",
"web"
]
},
"hint_text": {
"type": "string",
@@ -97,7 +99,12 @@
},
"highlight_color": {
"$ref": "common.json#/color",
"$description": "translations.json#/div_input_highlight_color"
"$description": "translations.json#/div_input_highlight_color",
"platforms": [
"android",
"ios",
"web"
]
},
"native_interface": {
"$ref": "#/definitions/native_interface",
@@ -117,11 +124,21 @@
"select_all_on_focus": {
"$ref": "common.json#/boolean_int",
"default_value": "false",
"$description": "translations.json#/div_input_select_all_on_focus"
"$description": "translations.json#/div_input_select_all_on_focus",
"platforms": [
"android",
"ios",
"web"
]
},
"mask": {
"$ref": "div-input-mask.json",
"$description": "translations.json#/div_input_mask"
"$description": "translations.json#/div_input_mask",
"platforms": [
"android",
"ios",
"web"
]
},
"validators": {
"type": "array",
+5
View File
@@ -13,6 +13,11 @@
"$description": "translations.json#/div_neighbour_page_size_neighbour_page_width"
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"neighbour_page_width"
+5
View File
@@ -17,6 +17,11 @@
]
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"image_url",
"type",
+5
View File
@@ -13,6 +13,11 @@
"$description": "translations.json#/div_page_size_page_width"
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"page_width"
+5
View File
@@ -76,6 +76,11 @@
}
}
],
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"layout_mode"
+5
View File
@@ -47,6 +47,11 @@
"$description": "translations.json#/div_patch_changes"
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"changes"
]
+5
View File
@@ -13,6 +13,11 @@
]
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"value"
+5
View File
@@ -15,6 +15,11 @@
}
}
],
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type"
]
+6 -1
View File
@@ -17,5 +17,10 @@
"pivot-fixed"
]
}
}
},
"platforms": [
"android",
"ios",
"web"
]
}
+5
View File
@@ -13,6 +13,11 @@
]
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"value"
+5
View File
@@ -11,6 +11,11 @@
"$description": "translations.json#/div_point_y"
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"x",
"y"
+5
View File
@@ -31,6 +31,11 @@
}
}
],
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type"
]
+5
View File
@@ -92,6 +92,11 @@
}
}
],
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"options",
+5
View File
@@ -42,6 +42,11 @@
]
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type"
]
+5
View File
@@ -23,6 +23,11 @@
]
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type", "shape", "color"
]
+5
View File
@@ -20,6 +20,11 @@
}
}
],
"platforms": [
"android",
"ios",
"web"
],
"required": [
"log_id"
]
+5
View File
@@ -145,6 +145,11 @@
}
}
],
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"thumb_style",
@@ -19,6 +19,11 @@
]
}
},
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type"
]
+5
View File
@@ -209,6 +209,11 @@
}
}
],
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"items"
+12 -2
View File
@@ -2,11 +2,21 @@
"anyOf": [
{
"$ref": "div-linear-gradient.json",
"$description": "translations.json#/div_gradient_linear"
"$description": "translations.json#/div_gradient_linear",
"platforms": [
"android",
"ios",
"web"
]
},
{
"$ref": "div-radial-gradient.json",
"$description": "translations.json#/div_gradient_radial"
"$description": "translations.json#/div_gradient_radial",
"platforms": [
"android",
"ios",
"web"
]
}
]
}
+6 -1
View File
@@ -10,5 +10,10 @@
"$ref": "common.json#/non_negative_integer",
"$description": "translations.json#/div_border_corner_radius"
}
}
},
"platforms": [
"android",
"ios",
"web"
]
}
+71 -11
View File
@@ -11,6 +11,11 @@
"definitions": {
"range": {
"type": "object",
"platforms": [
"android",
"ios",
"web"
],
"properties": {
"start": {
"$ref": "common.json#/non_negative_integer",
@@ -97,6 +102,11 @@
},
"image": {
"type": "object",
"platforms": [
"android",
"ios",
"web"
],
"properties": {
"start": {
"$ref": "common.json#/non_negative_integer",
@@ -156,21 +166,36 @@
"items": {
"$ref": "div-action.json"
},
"$description": "translations.json#/div_text_ellipsis_actions"
"$description": "translations.json#/div_text_ellipsis_actions",
"platforms": [
"android",
"ios",
"web"
]
},
"ranges": {
"type": "array",
"items": {
"$ref": "#/definitions/range"
},
"$description": "translations.json#/div_text_ellipsis_ranges"
"$description": "translations.json#/div_text_ellipsis_ranges",
"platforms": [
"android",
"ios",
"web"
]
},
"images": {
"type": "array",
"items": {
"$ref": "#/definitions/image"
},
"$description": "translations.json#/div_text_ellipsis_images"
"$description": "translations.json#/div_text_ellipsis_images",
"platforms": [
"android",
"ios",
"web"
]
}
},
"required": [
@@ -205,7 +230,12 @@
},
"font_family": {
"type": "string",
"$description": "translations.json#/div_font_family"
"$description": "translations.json#/div_font_family",
"platforms": [
"android",
"ios",
"web"
]
},
"font_size_unit": {
"$ref": "div-size-unit.json",
@@ -236,13 +266,19 @@
"$description": "translations.json#/div_text_auto_ellipsize",
"platforms": [
"android",
"web"
"web",
"flutter"
]
},
"letter_spacing": {
"type": "number",
"default_value": "0",
"$description": "translations.json#/div_text_letter_spacing"
"$description": "translations.json#/div_text_letter_spacing",
"platforms": [
"android",
"ios",
"web"
]
},
"font_weight": {
"$ref": "div-font-weight.json",
@@ -274,7 +310,12 @@
},
"text_gradient": {
"$ref": "div-text-gradient.json",
"$description": "translations.json#/div_text_text_gradient"
"$description": "translations.json#/div_text_text_gradient",
"platforms": [
"android",
"ios",
"web"
]
},
"text": {
"type": "string",
@@ -295,14 +336,24 @@
"items": {
"$ref": "#/definitions/range"
},
"$description": "translations.json#/div_text_ranges"
"$description": "translations.json#/div_text_ranges",
"platforms": [
"android",
"ios",
"web"
]
},
"images": {
"type": "array",
"items": {
"$ref": "#/definitions/image"
},
"$description": "translations.json#/div_text_images"
"$description": "translations.json#/div_text_images",
"platforms": [
"android",
"ios",
"web"
]
},
"ellipsis": {
"$ref": "#/definitions/ellipsis"
@@ -310,7 +361,12 @@
"selectable": {
"$ref": "common.json#/boolean_int",
"default_value": "false",
"$description": "translations.json#/div_text_selectable"
"$description": "translations.json#/div_text_selectable",
"platforms": [
"android",
"ios",
"web"
]
},
"truncate": {
"type": "string",
@@ -321,7 +377,11 @@
"$description": "translations.json#/div_text_truncate",
"deprecated": true,
"code_generation_disabled_kotlin": true,
"code_generation_disabled_swift": true
"code_generation_disabled_swift": true,
"platforms": [
"android",
"ios"
]
},
"text_shadow": {
"$ref": "div-shadow.json",
+5
View File
@@ -1,6 +1,11 @@
{
"type": "object",
"$description": "translations.json#/div_tooltip",
"platforms": [
"android",
"ios",
"web"
],
"properties": {
"id": {
"$ref": "common.json#/id",
+22 -17
View File
@@ -1,20 +1,25 @@
{
"type": "object",
"$description": "translations.json#/div_transform",
"properties": {
"rotation": {
"type": "number",
"$description": "translations.json#/div_transform_rotation"
},
"pivot_x": {
"$ref": "div-pivot.json",
"default_value": "{\"type\": \"pivot-percentage\",\"value\":50}",
"$description": "translations.json#/div_transform_pivot_x"
},
"pivot_y": {
"$ref": "div-pivot.json",
"default_value": "{\"type\": \"pivot-percentage\",\"value\":50}",
"$description": "translations.json#/div_transform_pivot_y"
}
"type": "object",
"$description": "translations.json#/div_transform",
"platforms": [
"android",
"ios",
"web"
],
"properties": {
"rotation": {
"type": "number",
"$description": "translations.json#/div_transform_rotation"
},
"pivot_x": {
"$ref": "div-pivot.json",
"default_value": "{\"type\": \"pivot-percentage\",\"value\":50}",
"$description": "translations.json#/div_transform_pivot_x"
},
"pivot_y": {
"$ref": "div-pivot.json",
"default_value": "{\"type\": \"pivot-percentage\",\"value\":50}",
"$description": "translations.json#/div_transform_pivot_y"
}
}
}
+6 -1
View File
@@ -22,5 +22,10 @@
"default_value": "ease_in_out",
"$description": "translations.json#/div_transition_base_interpolator"
}
}
},
"platforms": [
"android",
"ios",
"web"
]
}
+6 -1
View File
@@ -7,5 +7,10 @@
"any_change"
],
"$description": "translations.json#/div_transition_selector",
"deprecated": true
"deprecated": true,
"platforms": [
"android",
"ios",
"web"
]
}
+6 -1
View File
@@ -5,5 +5,10 @@
"state_change",
"visibility_change"
],
"$description": "translations.json#/div_transition_trigger"
"$description": "translations.json#/div_transition_trigger",
"platforms": [
"android",
"ios",
"web"
]
}
+5
View File
@@ -109,6 +109,11 @@
}
}
],
"platforms": [
"android",
"ios",
"web"
],
"required": [
"type",
"video_sources"