UNPKG

cronapp-framework-mobile-js

Version:
248 lines 5.85 kB
{ "name": "crn-list-item-icon", "text_pt_BR": "Item com Ícone", "text_en_US": "Icon Item", "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-list-item-icon.svg", "description": "Cartão com ícone, título e subtítulo", "description_en_US": "Card with icon, title and subtitle", "category": [ "LISTS" ], "wrapper": false, "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/item.icon.template.html", "properties": { "id": { "order": 1 }, "class": { "order": 9999 }, "xattr-icon-position": { "displayName_pt_BR": "Posição do Ícone", "displayName_en_US": "Icon Position", "order": 4 }, "xattr-text-position": { "displayName_pt_BR": "Posição do Texto", "displayName_en_US": "Text Position", "order": 5 }, "href": { "removable": false, "type": "projectResource", "resourceType": "text/html", "order": 6 }, "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": "xattr-icon-position", "type": "btngroup", "target": "class", "values": [ { "key": "item-icon-left", "value_pt_BR": "Esquerda", "value_en_US": "Left", "icon": "mdi mdi-arrow-collapse-left" }, { "key": "item-icon-right", "value_pt_BR": "Direita", "value_en_US": "Right", "icon": "mdi mdi-arrow-collapse-right" } ] }, { "name": "xattr-icon-size", "type": "options", "target": "style", "values": [ { "key": "font-size:100%;", "value_pt_BR": "Pequeno", "value_en_US": "Small" }, { "key": "font-size:200%;", "value_pt_BR": "Médio", "value_en_US": "Medium" }, { "key": "font-size:300%;", "value_pt_BR": "Grande", "value_en_US": "Big" } ] }, { "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": "content", "selector": "h2", "displayName_pt_BR": "Título", "displayName_en_US": "Title", "type": "content", "order": 2 }, { "name": "xattr-theme", "selector": "h2", "displayName_pt_BR": "Cor do conteúdo", "displayName_en_US": "Content color", "type": "text" }, { "name": "class", "selector": "i", "displayName_pt_BR": "Ícone", "displayName_en_US": "Icon", "type": "icon", "order": 1 }, { "name": "xattr-icon-size", "selector": "i", "displayName_pt_BR": "Tamanho do Ícone", "displayName_en_US": "Icon Size" }, { "name": "xattr-theme", "selector": "i", "displayName_pt_BR": "Cor do ícone", "displayName_en_US": "Icon color", "type": "text" } ], "styles": [ { "selector": "a#{id}", "text_pt_BR": "Plano de fundo", "text_en_US": "Background" }, { "selector": "a#{id} i", "text_pt_BR": "Ícone", "text_en_US": "Icon" }, { "selector": "a#{id} h2", "text_pt_BR": "Título", "text_en_US": "Title" } ] }