{
  "name": "crn-rating",
  "text_pt_BR": "Avaliação",
  "text_en_US": "Evaluation",
  "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-evaluation.svg",
  "description": "Estrutura para avaliar itens",
  "description_en_US": "Structure for valuing items",
  "category": [
      "BUTTONS"
  ],
  "wrapper": false,
  "autoWrapper": false,
  "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/rating.template.html",
  "properties": {
    "id": {
      "order": 1
    },
    "xattr-theme": {
      "displayName_en_US": "Icon color",
      "displayName_pt_BR": "Cor do ícone",
      "order": 3
    },
    "class": {
      "order": 9999
    }
  },
  "styles": [
    {
      "selector": "div#{id} i",
      "text_pt_BR": "Ícone",
      "text_en_US": "Icon"
    }
  ],
  "attributesForPreview": [
    {
      "name": "xattr-default-value",
      "type": "options",
      "target": "default",
      "values": [
        {
          "key": "",
          "value_pt_BR": "Nulo",
          "value_en_US": "Null"
        },
        {
          "key": "0",
          "value": "Zero"
        }
      ]
    },
    {
      "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"
        }
      ]
    }
  ],
  "childrenProperties": [
    {
      "name": "ng-model",
      "selector": "cronapp-rating",
      "onSave": "javascript:function() { var result = arguments[0]; if (result.indexOf('.') == -1 && result.trim().length > 0 ) { result = 'vars.'+result;  }  return result; }",
      "onDisplay": "javascript:function() { return arguments[0].replace('vars.',''); }",
      "type": "text",
      "order": 1,
      "mandatory": true
    },
    {
      "name": "class",
      "selector": "i",
      "displayName_pt_BR": "Ícone ativo",
      "displayName_en_US": "Active icon",
      "type": "icon",
      "order": 2
    },
    {
      "name": "icon-off",
      "selector": "cronapp-rating",
      "displayName_pt_BR": "Ícone inativo",
      "displayName_en_US": "Inactive icon",
      "type": "icon",
      "order": 2
    },
    {
      "name": "xattr-theme",
      "selector": "div",
      "type": "text",
      "order": 3
    },
    {
      "name": "xattr-default-value",
      "selector": "cronapp-rating",
      "displayName_pt_BR": "Valor padrão",
      "displayName_en_US": "Default value",
      "type": "text",
      "order": 4
    },
    {
      "name": "ng-init",
      "selector": "cronapp-rating",
      "type": "event"
    },
    {
      "name": "ng-click",
      "selector": "cronapp-rating",
      "type": "event"
    },
    {
      "name": "on-hold",
      "selector": "cronapp-rating",
      "type": "event"
    },
    {
      "name": "on-double-tap",
      "selector": "cronapp-rating",
      "type": "event"
    },
    {
      "name": "on-tap",
      "selector": "cronapp-rating",
      "type": "event"
    },
    {
      "name": "on-swipe",
      "selector": "cronapp-rating",
      "type": "event"
    },
    {
      "name": "on-drag",
      "selector": "cronapp-rating",
      "type": "event"
    }
  ]
}