UNPKG

cronapp-framework-js

Version:
177 lines (176 loc) 3.6 kB
{ "name": "crn-datasource-filter", "text_pt_BR": "Filtro", "text_en_US": "Filter", "pallete": false, "class": "adjust-icon mdi mdi-filter", "order": 4, "templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/datasourcefilter.template.html", "styles": [ { "selector": "div#{id} input.form-control", "text_pt_BR": "Filtro Geral", "text_en_US": "Filter" }, { "selector": "div#{id} label", "text_pt_BR": "Título", "text_en_US": "Title" } ], "properties": { "crn-datasource": { "displayName_pt_BR": "Fonte de dados", "displayName_en_US": "Datasource", "removable": false, "type": "pageDatasource", "selector": "input", "childrenProperty": true, "order": 1 }, "cronapp-filter-caseinsensitive": { "removable": false, "type": "logic", "selector": "input", "childrenProperty": true, "order": 2 }, "cronapp-filter-autopost": { "removable": false, "type": "logic", "selector": "input", "childrenProperty": true, "order": 3 }, "cronapp-filter-operator": { "removable": false, "type": "list", "options": [ { "value": "=", "key": "=" }, { "value": ">", "key": ">" }, { "value": ">=", "key": ">=" }, { "value": "<", "key": "<" }, { "value": "<=", "key": "<=" } ], "selector": "input", "childrenProperty": true, "order": 4 }, "class": { "order": 9999 }, "id": { "order": 5 } }, "childrenProperties": [ { "name": "ng-model", "selector": "input", "type": "text", "order": 6, "mandatory": true }, { "name": "content", "selector": "label", "displayName_pt_BR": "Título", "displayName_en_US": "Title", "type": "content", "order": 5 }, { "name": "type", "selector": "input", "type": "type" }, { "name": "cronapp-filter", "selector": "input" }, { "name": "mask", "selector": "input", "type": "mask" }, { "name": "placeholder", "displayName_pt_BR": "Sugestão", "displayName_en_US": "Placeholder", "selector": "input", "type": "content" }, { "name": "mask-placeholder", "displayName_pt_BR": "Máscara da sugestão", "displayName_en_US": "Placeholder mask", "selector": "input", "type": "content" }, { "name": "ng-init", "selector": "input", "type": "event" }, { "name": "ng-click", "selector": "input", "type": "event" }, { "name": "ng-dblclick", "selector": "input", "type": "event" }, { "name": "ng-keydown", "selector": "input", "type": "event" }, { "name": "ng-keyup", "selector": "input", "type": "event" }, { "name": "ng-focus", "selector": "input", "type": "event" }, { "name": "ng-blur", "selector": "input", "type": "event" }, { "name": "ng-mouseenter", "selector": "input", "type": "event" }, { "name": "ng-copy", "selector": "input", "type": "event" }, { "name": "ng-paste", "selector": "input", "type": "event" } ] }