cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
236 lines • 5.62 kB
JSON
{
"name": "crn-slider-item",
"text_pt_BR": "Item de Carrossel",
"text_en_US": "Carousel Item",
"class": "adjust-icon mdi mdi-view-carousel",
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/item.slider.template.html",
"wrapper": false,
"pallete": false,
"forcedGroup": true,
"properties": {
"id": {
"order": 2
},
"class": {
"order": 9999
},
"xattr-theme": {
"displayName_en_US": "Slider theme",
"displayName_pt_BR": "Tema do slider",
"order": 3
},
"style": {
"displayName_en_US": "Customize the slider",
"displayName_pt_BR": "Personalize o item",
"order": 1
}
},
"attributesForPreview": [
{
"name": "xattr-theme",
"type": "options",
"target": "class",
"values": [
{
"key": "assertive-bg",
"value_pt_BR": "Assertivo",
"value_en_US": "Assertive",
"color": "#ef473a"
},
{
"key": "balanced-bg",
"value_pt_BR": "Equilibrado",
"value_en_US": "Balanced",
"color": "#33cd5f"
},
{
"key": "energized-bg",
"value_pt_BR": "Energizado",
"value_en_US": "Energized",
"color": "#ffc900"
},
{
"key": "light-bg",
"value_pt_BR": "Claro",
"value_en_US": "Light",
"color": "#fff"
},
{
"key": "stable-bg",
"value_pt_BR": "Estável",
"value_en_US": "Stable",
"color": "#f8f8f8"
},
{
"key": "calm-bg",
"value_pt_BR": "Calmo",
"value_en_US": "Calm",
"color": "#11c1f3"
},
{
"key": "positive-bg",
"value_pt_BR": "Positivo",
"value_en_US": "Positive",
"color": "#387ef5"
},
{
"key": "royal-bg",
"value_pt_BR": "Real",
"value_en_US": "Royal",
"color": "#886aea"
},
{
"key": "dark-bg",
"value_pt_BR": "Sombrio",
"value_en_US": "Dark",
"color": "#444"
}
]
},
{
"name": "object-fit",
"target": "style",
"type": "options",
"values": [
{
"key": "object-fit: cover;",
"value_pt_BR": "Proporcional",
"value_en_US": "Proportional"
},
{
"key": "object-fit: contain;",
"value_pt_BR": "Ajustado",
"value_en_US": "Adjusted"
},
{
"key": "object-fit: fill;",
"value_pt_BR": "Preencher (padrão)",
"value_en_US": "Fill (default)"
},
{
"key": "object-fit: none;",
"value_pt_BR": "Nenhum",
"value_en_US": "None"
}
]
},
{
"name": "vertical-text-position",
"type": "btngroup",
"target": "class",
"values": [
{
"key": "top-13",
"value_pt_BR": "Topo",
"value_en_US": "Top",
"icon": "mdi mdi-arrow-up-bold"
},
{
"key": "top-50",
"value_pt_BR": "Centro",
"value_en_US": "Center",
"icon": "mdi mdi-ray-vertex"
},
{
"key": "top-78",
"value_pt_BR": "Abaixo",
"value_en_US": "Bottom",
"icon": "mdi mdi-arrow-down-bold"
}
]
},
{
"name": "horizontal-text-position",
"type": "btngroup",
"target": "class",
"values": [
{
"key": "text-left",
"value_pt_BR": "Esquerda",
"value_en_US": "Left",
"icon": "mdi mdi-ray-start"
},
{
"key": "text-center",
"value_pt_BR": "Centro",
"value_en_US": "Center",
"icon": "mdi mdi-ray-vertex"
},
{
"key": "text-right",
"value_pt_BR": "Direita",
"value_en_US": "Right",
"icon": "mdi mdi-ray-end"
}
]
}
],
"childrenProperties": [
{
"name": "src",
"type": "projectResource",
"resourceType": "image/jpeg,image/gif,image/png,image/svg+xml",
"displayName_pt_BR": "Imagem",
"displayName_en_US": "Image",
"selector": "img"
},
{
"name": "object-fit",
"displayName_pt_BR": "Preenchimento da imagem",
"displayName_en_US": "Image filling",
"selector": "img"
},
{
"name": "horizontal-text-position",
"selector": "h2",
"displayName_pt_BR": "Posição horizontal do texto",
"displayName_en_US": "Horizontal text position"
},
{
"name": "vertical-text-position",
"selector": "h2",
"displayName_pt_BR": "Posição vertical do texto",
"displayName_en_US": "Vertical text position"
},
{
"name": "ng-click",
"selector": "div",
"type": "event"
},
{
"name": "on-tap",
"selector": "div",
"type": "event"
},
{
"name": "on-double-tap",
"selector": "div",
"type": "event"
},
{
"name": "on-hold",
"selector": "div",
"type": "event"
},
{
"name": "on-drag",
"selector": "div",
"type": "event"
},
{
"name": "on-swipe",
"selector": "div",
"type": "event"
},
{
"name": "on-swipe-left",
"selector": "div",
"type": "event"
},
{
"name": "on-swipe-right",
"selector": "div",
"type": "event"
}
]
}