cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
254 lines • 6.41 kB
JSON
{
"name": "crn-list-thumbnail",
"text_pt_BR": "Lista com miniatura",
"text_en_US": "List Thumbnail",
"image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-list-thumbnail.svg",
"description": "Lista de cartão com miniatura, título e subtítulo",
"description_en_US": "Card list with thumbnail, title and subtitle",
"category": [
"LISTS"
],
"wrapper": true,
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/list.thumbnail.template.html",
"forcedGroup": true,
"properties": {
"id": {
"order": 1
},
"class": {
"order": 9999
},
"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"
}
},
"handleRules": {
"canIncrement": true,
"rules": [
{
"sourceHTML": "<a data-component=\"crn-list-item-thumbnail\" class=\"item item-thumbnail-left text-left\" xattr-position=\"item-thumbnail-left\" href=\"\" xattr-text-position=\"text-left\"><img alt=\"Thumbnail\" src=\"https://picsum.photos/id/875/100/100\" class=\"component-holder\" data-component=\"crn-image\" id=\"crn-image-${RANDOM}\"><h2 class=\"dark\" xattr-theme=\"dark\">List Title</h2><h3 class=\"dark\" xattr-theme=\"dark\">List Subtitle</h3></a>",
"targetSelector": "div"
}
]
},
"attributesForPreview": [
{
"name": "xattr-position",
"type": "btngroup",
"target": "class",
"values": [
{
"key": "item-thumbnail-left",
"value_pt_BR": "Esquerda",
"value_en_US": "Left",
"icon": "mdi mdi-arrow-collapse-left"
},
{
"key": "item-thumbnail-right",
"value_pt_BR": "Direita",
"value_en_US": "Right",
"icon": "mdi mdi-arrow-collapse-right"
}
]
},
{
"name": "xattr-text-position",
"type": "btngroup",
"target": "class",
"values": [
{
"key": "text-left",
"value_pt_BR": "Esquerda",
"value_en_US": "Left"
},
{
"key": "text-center",
"value_pt_BR": "Centro",
"value_en_US": "Center"
},
{
"key": "text-right",
"value_pt_BR": "Direita",
"value_en_US": "Right"
}
]
},
{
"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"
}
]
}
],
"childrenProperties": [
{
"name": "crn-datasource",
"selector": "div",
"displayName_pt_BR": "Fonte de dados",
"displayName_en_US": "Datasource",
"type": "pageDatasource",
"order": 1,
"mandatory": true
},
{
"name": "ng-repeat",
"selector": "div",
"order": 5
},
{
"name": "src",
"selector": "img",
"removable": false,
"type": "projectResource",
"resourceType": "image/jpeg,image/gif,image/png",
"order": 2
},
{
"name": "xattr-position",
"displayName_pt_BR": "Posição da Imagem",
"displayName_en_US": "Image Position",
"selector": "a",
"type": "text",
"order": 6
},
{
"name": "xattr-text-position",
"displayName_pt_BR": "Posição do Texto",
"displayName_en_US": "Text Position",
"selector": "a",
"type": "text",
"order": 7
},
{
"name": "content",
"displayName_pt_BR": "Título",
"displayName_en_US": "Title",
"selector": "h2",
"type": "content",
"order": 3
},
{
"name": "content",
"displayName_pt_BR": "Subtítulo",
"displayName_en_US": "Subtitle",
"selector": "h3",
"type": "content",
"order": 4
},
{
"name": "xattr-theme",
"displayName_pt_BR": "Cor do título",
"displayName_en_US": "Title color",
"selector": "h2",
"type": "text",
"order": 8
},
{
"name": "xattr-theme",
"displayName_pt_BR": "Cor do subtítulo",
"displayName_en_US": "Subtitle color",
"selector": "h3",
"type": "text",
"order": 9
}
],
"styles": [
{
"selector": "div#{id} a",
"text_pt_BR": "Plano de fundo",
"text_en_US": "Background"
},
{
"selector": "div#{id} h2",
"text_pt_BR": "Título",
"text_en_US": "Title"
},
{
"selector": "div#{id} h3",
"text_pt_BR": "Subtítulo",
"text_en_US": "Description"
}
]
}