UNPKG

cronapp-framework-mobile-js

Version:
181 lines (180 loc) 4.24 kB
{ "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": "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" } ] }, { "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" } ] }