cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
160 lines • 3.7 kB
JSON
{
"name": "crn-list-item",
"text_pt_BR": "Item da lista simples",
"text_en_US": "Simple list item",
"wrapper": false,
"pallete": false,
"image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-list-item.svg",
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/item.template.html",
"properties": {
"id": {
"order": 1
},
"class": {
"order": 9999
},
"content": {
"displayName_pt_BR": "Título",
"displayName_en_US": "Title",
"order": 2
},
"xattr-theme": {
"displayName_pt_BR": "Cor do texto",
"displayName_en_US": "Text color",
"order": 3
},
"xattr-text-position": {
"displayName_pt_BR": "Posição do texto",
"displayName_en_US": "Text position",
"order": 4
},
"ng-click": {
"removable": false,
"type": "event"
},
"on-hold": {
"removable": false,
"type": "event"
},
"on-double-tap": {
"removable": false,
"type": "event"
},
"on-tap": {
"removable": false,
"type": "event"
},
"on-swipe": {
"removable": false,
"type": "event"
},
"on-drag": {
"removable": false,
"type": "event"
}
},
"attributesForPreview": [
{
"name": "content",
"type": "text"
},
{
"name": "xattr-theme",
"type": "options",
"target": "class",
"values": [
{
"key": "assertive",
"value_pt_BR": "Assertivo",
"value_en_US": "Assertive",
"color": "#ef473a"
},
{
"key": "balanced",
"value_pt_BR": "Equilibrado",
"value_en_US": "Balanced",
"color": "#33cd5f"
},
{
"key": "energized",
"value_pt_BR": "Energizado",
"value_en_US": "Energized",
"color": "#ffc900"
},
{
"key": "light",
"value_pt_BR": "Claro",
"value_en_US": "Light",
"color": "#fff"
},
{
"key": "stable",
"value_pt_BR": "Estável",
"value_en_US": "Stable",
"color": "#f8f8f8"
},
{
"key": "calm",
"value_pt_BR": "Calmo",
"value_en_US": "Calm",
"color": "#11c1f3"
},
{
"key": "positive",
"value_pt_BR": "Positivo",
"value_en_US": "Positive",
"color": "#387ef5"
},
{
"key": "royal",
"value_pt_BR": "Real",
"value_en_US": "Royal",
"color": "#886aea"
},
{
"key": "dark",
"value_pt_BR": "Escuro",
"value_en_US": "Dark",
"color": "#444"
}
]
},
{
"name": "xattr-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"
}
]
}
],
"styles": [
{
"selector": "ion-item#{id} .item-content",
"text_pt_BR": "Plano de fundo",
"text_en_US": "Background"
},
{
"selector": "ion-item#{id} p",
"text_pt_BR": "Título",
"text_en_US": "Title"
}
]
}