cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
186 lines • 4.46 kB
JSON
{
"name": "crn-list-simple",
"text_pt_BR": "Lista simples",
"text_en_US": "Simple List",
"wrapper": true,
"forcedGroup": true,
"pallete": false,
"image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-list.svg",
"template": "<div class=\"\" crn-datasource=\"\" ng-repeat=\"rowData in datasource.data\" ><ion-item class=\"item dark text-left\" data-component=\"crn-list-item\" xattr-theme=\"dark\" xattr-text-position=\"text-left\" >Item 1</ion-item></div>",
"properties": {
"id": {
"order": 3
},
"class": {
"order": 9999
},
"href": {
"removable": false,
"type": "projectResource",
"resourceType": "text/html",
"order": 4
},
"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"
}
},
"childrenProperties": [
{
"name": "crn-datasource",
"selector": "div",
"displayName_pt_BR": "Fonte de dados",
"displayName_en_US": "Datasource",
"type": "pageDatasource",
"order": 1
},
{
"name": "ng-repeat",
"selector": "div",
"order": 2
},
{
"name": "content",
"selector": "ion-item",
"displayName_pt_BR": "Título",
"displayName_en_US": "Title",
"type": "content",
"order": 3
},
{
"name": "xattr-theme",
"displayName_pt_BR": "Tema",
"displayName_en_US": "Text Theme",
"selector": "ion-item",
"type": "text"
},
{
"name": "xattr-text-position",
"displayName_pt_BR": "Posição do Texto",
"displayName_en_US": "Text Position",
"selector": "ion-item",
"type": "text"
}
],
"attributesForPreview": [
{
"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": "xattr-text-position",
"type": "btngroup",
"target": "class",
"values": [
{
"key": "text-left",
"value_pt_BR": "Esquerda",
"value_en_US": "Left",
"icon": "mdi mdi-ray-start"
},
{
"key": "text-center",
"value_pt_BR": "Centro",
"value_en_US": "Center",
"icon": "mdi mdi-ray-vertex"
},
{
"key": "text-right",
"value_pt_BR": "Direita",
"value_en_US": "Right",
"icon": "mdi mdi-ray-end"
}
]
}
],
"styles": [
{
"selector": "#{id} ion-item",
"text_pt_BR": "Título",
"text_en_US": "Title"
}
]
}