cronapp-framework-js
Version:
Javascript library for CronApp's projects
234 lines • 5.46 kB
JSON
{
"name": "crn-button-filter",
"text_pt_BR": "Botão do Filtro",
"text_en_US": "Filter Button",
"class": "adjust-icon mdi mdi-stop",
"wrapper": false,
"autoWrapper": true,
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/buttonfilter.template.html",
"pallete": false,
"styles": [
{
"selector": "button#{id}",
"text_pt_BR": "Botão do Filtro",
"text_en_US": "Filter Button"
},
{
"selector": "button#{id} i",
"text_pt_BR": "Ícone",
"text_en_US": "Icon"
},
{
"selector": "button#{id} span",
"text_pt_BR": "Descrição",
"text_en_US": "Description"
}
],
"properties": {
"crn-datasource": {
"displayName_pt_BR": "Fonte de dados",
"displayName_en_US": "Datasource",
"removable": false,
"type": "pageDatasource",
"order": 1
},
"ng-init": {
"removable": true,
"type": "event"
},
"ng-click": {
"removable": true,
"type": "event"
},
"ng-dblclick": {
"removable": true,
"type": "event"
},
"ng-mouseenter": {
"removable": true,
"type": "event"
},
"ng-mouseleave": {
"removable": true,
"type": "event"
},
"ng-mousemove": {
"removable": true,
"type": "event"
},
"xattr-fullsize": {
"displayName": "Width",
"order": 4
},
"xattr-theme": {
"displayName": "Theme",
"order": 5
},
"xattr-size": {
"displayName": "Size",
"order": 6
}
},
"attributesForPreview": [
{
"name": "xattr-size",
"type": "options",
"target": "class",
"values": [
{
"key": "",
"value": "Standard"
},
{
"key": "btn-lg",
"value": "Large"
},
{
"key": "btn-sm",
"value": "Small"
}
]
},
{
"name": "crn-datasource",
"type": "pageDatasource",
"target": "button"
},
{
"name": "xattr-fullsize",
"type": "options",
"target": "class",
"values": [
{
"key": "btn-block",
"value_pt_BR": "Bloco",
"value_en_US": "Block"
},
{
"key": "",
"value_pt_BR": "Embutido",
"value_en_US": "Inline"
}
]
},
{
"name": "xattr-theme",
"type": "options",
"target": "class",
"values": [
{
"key": "btn-default",
"value_pt_BR": "Padrão do tema",
"value_en_US": "Default theme",
"color": "--btnDefault",
"borderColor": "--borderBtnDefault"
},
{
"key": "k-primary",
"value_pt_BR": "Secundário",
"value_en_US": "Secondary",
"color": "--btnPrimary",
"borderColor": "--borderBtnPrimary"
},
{
"key": "k-success",
"value_pt_BR": "Sucesso",
"value_en_US": "Success",
"color": "--btnSuccess",
"borderColor": "--borderBtnSuccess"
},
{
"key": "k-info",
"value_pt_BR": "Informação",
"value_en_US": "Info",
"color": "--btnCalm",
"borderColor": "--borderBtnCalm"
},
{
"key": "k-warning",
"value_pt_BR": "Aviso",
"value_en_US": "Warning",
"color": "--btnWarning",
"borderColor": "--borderBtnWarning"
},
{
"key": "k-danger",
"value_pt_BR": "Perigo",
"value_en_US": "Danger",
"color": "--btnDanger",
"borderColor": "--borderBtnDanger"
},
{
"key": "btn-light",
"value_pt_BR": "Claro",
"value_en_US": "Light",
"color": "--btnLight",
"borderColor": "--borderBtnLight"
},
{
"key": "btn-link",
"value_pt_BR": "Link",
"value_en_US": "Link",
"color": "--btnLink",
"borderColor": "--borderBtnLink"
},
{
"key": "btn-stable",
"value_pt_BR": "Estável",
"value_en_US": "Stable",
"color": "--btnStable",
"borderColor": "--borderBtnStable"
},
{
"key": "btn-royal",
"value_pt_BR": "Real",
"value_en_US": "Royal",
"color": "--btnRoyal",
"borderColor": "--borderBtnRoyal"
},
{
"key": "btn-dark",
"value_pt_BR": "Escuro",
"value_en_US": "Dark",
"color": "--btnDark",
"borderColor": "--borderBtnDark"
}
]
},
{
"name": "required-filter",
"type": "options",
"target": "required-filter",
"values": [
{
"key": "true",
"value_pt_BR": "Sim",
"value_en_US": "Yes"
},
{
"key": "false",
"value_pt_BR": "Não",
"value_en_US": "No"
}
]
}
],
"childrenProperties": [
{
"name": "content",
"selector": "span",
"displayName_pt_BR": "Título",
"displayName_en_US": "Title",
"type": "content",
"order": 2
},
{
"name": "class",
"displayName_pt_BR": "Ícone",
"displayName_en_US": "Icon",
"selector": "i",
"type": "icon",
"order": 3
}
]
}