cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
166 lines • 3.92 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": "default",
"value_pt_BR": "Padrão do tema",
"value_en_US": "Default theme",
"color": "--colorDefault"
},
{
"key": "positive",
"value_pt_BR": "Secundário",
"value_en_US": "Secondary",
"color": "--colorPrimary"
},
{
"key": "balanced",
"value_pt_BR": "Sucesso",
"value_en_US": "Success",
"color": "--colorSuccess"
},
{
"key": "calm",
"value_pt_BR": "Informação",
"value_en_US": "Info",
"color": "--colorCalm"
},
{
"key": "energized",
"value_pt_BR": "Aviso",
"value_en_US": "Warning",
"color": "--colorWarning"
},
{
"key": "assertive",
"value_pt_BR": "Perigo",
"value_en_US": "Danger",
"color": "--colorDanger"
},
{
"key": "light",
"value_pt_BR": "Claro",
"value_en_US": "Light",
"color": "--colorLight"
},
{
"key": "stable",
"value_pt_BR": "Estável",
"value_en_US": "Stable",
"color": "--colorStable"
},
{
"key": "royal",
"value_pt_BR": "Real",
"value_en_US": "Royal",
"color": "--colorRoyal"
},
{
"key": "dark",
"value_pt_BR": "Escuro",
"value_en_US": "Dark",
"color": "--colorDark"
}
]
},
{
"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"
}
]
}