cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
316 lines • 7.29 kB
JSON
{
"name": "crn-button",
"text_pt_BR": "Botão",
"text_en_US": "Button",
"image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-button.svg",
"description": "Botão",
"description_en_US": "Button",
"category": [
"BUTTONS", "FORMS"
],
"wrapper": false,
"templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/button.template.html",
"properties": {
"id": {
"order": 7
},
"type": {
"order": 6
},
"class": {
"order": 9999
},
"ng-click": {
"removable": true,
"type": "event"
},
"on-tap": {
"removable": true,
"type": "event"
},
"on-double-tap": {
"removable": true,
"type": "event"
},
"on-hold": {
"removable": true,
"type": "event"
},
"on-drag": {
"removable": true,
"type": "event"
},
"on-swipe": {
"removable": true,
"type": "event"
},
"xattr-fullsize": {
"displayName_en_US": "Width",
"displayName_pt_BR": "Largura",
"order": 4
},
"xattr-theme": {
"displayName_en_US": "Theme",
"displayName_pt_BR": "Tema",
"order": 3
},
"xattr-type": {
"displayName_pt_BR": "Estilo do botão",
"displayName_en_US": "Button style",
"order": 5
},
"xattr-size": {
"displayName_en_US": "Size",
"displayName_pt_BR": "Tamanho",
"order": 2
}
},
"attributesForPreview": [
{
"name": "xattr-size",
"type": "btngroup",
"target": "class",
"values": [
{
"key": "button-small",
"value_pt_BR": "Pequeno",
"value_en_US": "Small"
},
{
"key": "button-medium",
"value_pt_BR": "Médio",
"value_en_US": "Medium"
},
{
"key": "button-large",
"value_pt_BR": "Grande",
"value_en_US": "Large"
}
]
},
{
"name": "type",
"type": "options",
"target": "type",
"values": [
{
"key": "submit",
"value_pt_BR": "Enviar dados do formulário (submit)",
"value_en_US": "Submit form data (submit)"
},
{
"key": "reset",
"value_pt_BR": "Resetar dados do formulário (submit)",
"value_en_US": "Reset form data (submit)"
},
{
"key": "button",
"value_pt_BR": "Botão clicável",
"value_en_US": "Clickable button"
}
]
},
{
"name": "xattr-type",
"type": "options",
"target": "class",
"values": [
{
"key": "filled",
"value_pt_BR": "Preenchido",
"value_en_US": "Filled"
},
{
"key": "button-clear",
"value_pt_BR": "Claro",
"value_en_US": "Clear"
},
{
"key": "button-outline",
"value_pt_BR": "Contorno",
"value_en_US": "Outline"
}
]
},
{
"name": "xattr-fullsize",
"type": "options",
"target": "class",
"values": [
{
"key": "button-block",
"value_pt_BR": "Bloco",
"value_en_US": "Block"
},
{
"key": "",
"value_pt_BR": "Embutido",
"value_en_US": "Inline"
},
{
"key": "button-full",
"value_pt_BR": "Largura completa",
"value_en_US": "Full width"
}
]
},
{
"name": "xattr-theme",
"type": "options",
"target": "class",
"values": [
{
"key": "button-assertive",
"value_pt_BR": "Assertivo",
"value_en_US": "Assertive",
"color": "#ef473a"
},
{
"key": "button-balanced",
"value_pt_BR": "Equilibrado",
"value_en_US": "Balanced",
"color": "#33cd5f"
},
{
"key": "button-energized",
"value_pt_BR": "Energizado",
"value_en_US": "Energized",
"color": "#ffc900"
},
{
"key": "button-light",
"value_pt_BR": "Claro",
"value_en_US": "Light",
"color": "#fff"
},
{
"key": "button-stable",
"value_pt_BR": "Estável",
"value_en_US": "Stable",
"color": "#f8f8f8"
},
{
"key": "button-calm",
"value_pt_BR": "Calmo",
"value_en_US": "Calm",
"color": "#11c1f3"
},
{
"key": "button-positive",
"value_pt_BR": "Positivo",
"value_en_US": "Positive",
"color": "#387ef5"
},
{
"key": "button-royal",
"value_pt_BR": "Real",
"value_en_US": "Royal",
"color": "#886aea"
},
{
"key": "button-dark",
"value_pt_BR": "Escuro",
"value_en_US": "Dark",
"color": "#444"
}
]
},
{
"name": "xattr-icon-theme",
"type": "options",
"target": "class",
"values": [
{
"key": "assertive",
"value_pt_BR": "Assertivo",
"value_en_US": "Assertive",
"color": "#ef473a"
},
{
"key": "balanced",
"value_pt_BR": "Equilibrado",
"value_en_US": "Balanced",
"color": "#33cd5f"
},
{
"key": "energized",
"value_pt_BR": "Energizado",
"value_en_US": "Energized",
"color": "#ffc900"
},
{
"key": "light",
"value_pt_BR": "Claro",
"value_en_US": "Light",
"color": "#fff"
},
{
"key": "stable",
"value_pt_BR": "Estável",
"value_en_US": "Stable",
"color": "#f8f8f8"
},
{
"key": "calm",
"value_pt_BR": "Calmo",
"value_en_US": "Calm",
"color": "#11c1f3"
},
{
"key": "positive",
"value_pt_BR": "Positivo",
"value_en_US": "Positive",
"color": "#387ef5"
},
{
"key": "royal",
"value_pt_BR": "Real",
"value_en_US": "Royal",
"color": "#886aea"
},
{
"key": "dark",
"value_pt_BR": "Escuro",
"value_en_US": "Dark",
"color": "#444"
}
]
}
],
"childrenProperties": [
{
"name": "class",
"selector": "i",
"displayName_pt_BR": "Ícone",
"displayName_en_US": "Icon",
"type": "icon",
"order": 1
},
{
"name": "xattr-icon-theme",
"selector": "i",
"displayName_pt_BR": "Tema do ícone",
"displayName_en_US": "Icon theme",
"type": "text"
},
{
"name": "content",
"selector": "span",
"displayName_pt_BR": "Título",
"displayName_en_US": "Title",
"type": "text"
}
],
"styles": [
{
"selector": "button#{id}",
"text_pt_BR": "Botão",
"text_en_US": "Button"
},
{
"selector": "button#{id} i",
"text_pt_BR": "Ícone",
"text_en_US": "Icon"
}
]
}