UNPKG

cronapp-framework-mobile-js

Version:
226 lines 5.45 kB
{ "name": "crn-rating", "text_pt_BR": "Avaliação", "text_en_US": "Evaluation", "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-evaluation.svg", "description": "Estrutura para avaliar itens", "description_en_US": "Structure for valuing items", "category": [ "BUTTONS" ], "wrapper": false, "autoWrapper": true, "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/rating.template.html", "properties": { "id": { "order": 1 }, "class": { "order": 9999 }, "xattr-theme": { "displayName_en_US": "Icon color", "displayName_pt_BR": "Cor do ícone" } }, "styles": [ { "selector": "div#{id} i", "text_pt_BR": "Ícone", "text_en_US": "Icon" } ], "attributesForPreview": [ { "name": "xattr-default-value", "type": "options", "target": "default", "values": [ { "key": "", "value_pt_BR": "Nulo", "value_en_US": "Null" }, { "key": "0", "value": "Zero" } ] }, { "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": "icon-size", "type": "options", "target": "class", "values": [ { "key": "icon-font-size-small", "value_pt_BR": "Pequeno", "value_en_US": "Small" }, { "key": "icon-font-size-default", "value_pt_BR": "Padrão do tema", "value_en_US": "Default theme" }, { "key": "icon-font-size-big", "value_pt_BR": "Grande", "value_en_US": "Big" }, { "key": "icon-font-size-extra-big", "value_pt_BR": "Extra grande", "value_en_US": "Extra big" } ] } ], "childrenProperties": [ { "name": "ng-model", "selector": "cronapp-rating", "onSave": "javascript:function() { var result = arguments[0]; if (result.indexOf('.') == -1 && result.trim().length > 0 ) { result = 'vars.'+result; } return result; }", "onDisplay": "javascript:function() { return arguments[0].replace('vars.',''); }", "type": "text", "order": 1, "mandatory": true }, { "name": "class", "selector": "i", "displayName_pt_BR": "Ícone ativo", "displayName_en_US": "Active icon", "type": "icon", "order": 2 }, { "name": "icon-size", "displayName_pt_BR": "Tamanho do ícone", "displayName_en_US": "Icon size", "selector": "i" }, { "name": "icon-off", "selector": "cronapp-rating", "displayName_pt_BR": "Ícone inativo", "displayName_en_US": "Inactive icon", "type": "icon", "order": 2 }, { "name": "xattr-theme", "selector": ":self", "order": 3 }, { "name": "xattr-default-value", "selector": "cronapp-rating", "displayName_pt_BR": "Valor padrão", "displayName_en_US": "Default value", "type": "text", "order": 4 }, { "name": "ng-init", "selector": "cronapp-rating", "type": "event" }, { "name": "ng-click", "selector": "cronapp-rating", "type": "event" }, { "name": "on-hold", "selector": "cronapp-rating", "type": "event" }, { "name": "on-double-tap", "selector": "cronapp-rating", "type": "event" }, { "name": "on-tap", "selector": "cronapp-rating", "type": "event" }, { "name": "on-swipe", "selector": "cronapp-rating", "type": "event" }, { "name": "on-drag", "selector": "cronapp-rating", "type": "event" } ] }