UNPKG

cronapp-framework-mobile-js

Version:
242 lines 5.65 kB
{ "name": "crn-list-item-avatar", "text_pt_BR": "Item com Avatar", "text_en_US": "Avatar Item", "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-list-item-avatar.svg", "description": "Cartão com avatar, título e subtítulo", "description_en_US": "Card with avatar, title and subtitle", "category": [ "LISTS" ], "wrapper": false, "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/item.avatar.template.html", "forcedGroup": true, "properties": { "id": { "order": 1 }, "class": { "order": 9999 }, "xattr-image-position": { "displayName_pt_BR": "Posição da Imagem", "displayName_en_US": "Image Position" }, "xattr-text-position": { "displayName_pt_BR": "Posição do Texto", "displayName_en_US": "Text Position" }, "href": { "removable": false, "type": "projectResource", "resourceType": "text/html" } }, "attributesForPreview": [ { "name": "xattr-image-position", "type": "btngroup", "target": "class", "values": [ { "key": "item-avatar-left", "value_pt_BR": "Esquerda", "value_en_US": "Left", "icon": "mdi mdi-arrow-collapse-left" }, { "key": "item-avatar-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": "ng-repeat", "selector": "div", "order": 4 }, { "name": "src", "selector": "img", "removable": false, "type": "projectResource", "resourceType": "image/jpeg,image/gif,image/png", "order": 1 }, { "name": "content", "displayName_pt_BR": "Título", "displayName_en_US": "Title", "selector": "h2", "type": "content", "order": 2 }, { "name": "xattr-theme", "displayName_pt_BR": "Cor do Título", "displayName_en_US": "Title color", "selector": "h2", "type": "text" }, { "name": "content", "displayName_pt_BR": "Subtítulo", "displayName_en_US": "Subtitle", "selector": "h3", "type": "content", "order": 3 }, { "name": "xattr-theme", "displayName_pt_BR": "Cor do Subtítulo", "displayName_en_US": "Subtitle color", "selector": "h3", "type": "text" }, { "name": "on-drag", "selector": "a", "type": "event" }, { "name": "ng-click", "selector": "a", "type": "event" }, { "name": "on-tap", "selector": "a", "type": "event" }, { "name": "on-double-tap", "selector": "a", "type": "event" }, { "name": "on-swipe", "selector": "a", "type": "event" }, { "name": "on-hold", "selector": "a", "type": "event" } ], "styles": [ { "selector": "a#{id}", "text_pt_BR": "Plano de fundo", "text_en_US": "Background" }, { "selector": "a#{id} img", "text_pt_BR": "Avatar", "text_en_US": "Avatar" }, { "selector": "a#{id} h2", "text_pt_BR": "Título", "text_en_US": "Title" }, { "selector": "a#{id} h3", "text_pt_BR": "Subtítulo", "text_en_US": "Subtitle" } ] }