{
  "name": "crn-input-floating",
  "text_pt_BR": "Entrada de texto flutuante",
  "text_en_US": "Float Input",
  "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-input-floating.svg",
  "description": "Campo para inserir texto com animação no título",
  "description_en_US": "Field to insert text with animation in the title",
  "category": [
    "INPUTS", "FORMS"
  ],
  "wrapper": false,
  "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/floattextinput.template.html",
  "forceGroup": true,
  "properties": {
    "id": {
      "order": 1
    },
    "class": {
      "order": 9999
    }
  },
  "childrenProperties": [
    {
      "name": "content",
      "selector": "span",
      "type": "text",
      "displayName_pt_BR": "Título",
      "displayName_en_US": "Title",
      "order": 1
    },
    {
      "name": "placeholder",
      "selector": "input[placeholder]",
      "type": "text",
      "order": 4
    },
    {
      "name": "ng-model",
      "selector": "input[ng-model]",
      "type": "text",
      "order": 2,
      "mandatory": true
    },
    {
      "name": "type",
      "selector": "input[type]",
      "type": "inputType",
      "order": 3
    },
    {
      "name": "keyboard",
      "selector": "input",
      "type": "text",
      "displayName_pt_BR": "Tipo de Teclado",
      "displayName_en_US": "Keyboard Type",
      "order": 6
    },
    {
      "name": "mask",
      "selector": "input",
      "type": "mask",
      "order": 4
    },
    {
      "name": "mask-placeholder",
      "selector": "input",
      "type": "text",
      "order": 5
    },
    {
      "name": "ng-minlength",
      "selector": "input",
      "type": "text",
      "displayName_pt_BR": "Tamanho mínimo",
      "displayName_en_US": "Minimum size",
      "order": 7
    },
    {
      "name": "ng-maxlength",
      "selector": "input",
      "type": "text",
      "displayName_pt_BR": "Máximo de caracteres",
      "displayName_en_US": "Maximum characters",
      "order": 8
    },
    {
      "name": "ng-keydown",
      "selector": "input",
      "type": "event"
    },
    {
      "name": "ng-keyup",
      "selector": "input",
      "type": "event"
    },
    {
      "name": "ng-click",
      "selector": "input",
      "type": "event"
    },
    {
      "name": "on-double-tap",
      "selector": "input",
      "type": "event"
    },
    {
      "name": "ng-focus",
      "selector": "input",
      "type": "event"
    },
    {
      "name": "ng-blur",
      "selector": "input",
      "type": "event"
    },
    {
      "name": "on-hold",
      "selector": "input",
      "type": "event"
    },
    {
      "name": "on-swipe",
      "selector": "input",
      "type": "event"
    },
    {
      "name": "on-drag",
      "selector": "input",
      "type": "event"
    },
    {
      "name": "ng-required",
      "selector": "input",
      "type": "logic"
    }
  ], 
  "attributesForPreview": [
    {
      "name": "keyboard",
      "type": "options",
      "target": "keyboard",
      "values": [
        {
          "key": "",
          "value_pt_BR": "Padrão",
          "value_en_US": "Default"
        },
        {
          "key": "integer",
          "value_pt_BR": "Numérico",
          "value_en_US": "Numeric"
        },
        {
          "key": "number",
          "value_pt_BR": "Decimal",
          "value_en_US": "Decimal"
        },
        {
          "key": "tel",
          "value_pt_BR": "Telefone",
          "value_en_US": "Telephone"
        },
        {
          "key": "email",
          "value_pt_BR": "E-mail",
          "value_en_US": "Email"
        },
        {
          "key": "password",
          "value_pt_BR": "Senha",
          "value_en_US": "Password"
        },
        {
          "key": "search",
          "value_pt_BR": "Pesquisa",
          "value_en_US": "Search"
        }
      ]
    }
  ],
  "styles": [
    {
      "selector": "#{id} span",
      "text_pt_BR": "Título",
      "text_en_US": "Title"
    },
    {
      "selector": "#{id} input",
      "text_pt_BR": "Entrada de texto",
      "text_en_US": "Input"
    },
    {
      "selector": "#{id} input::placeholder",
      "text_pt_BR": "Sugestão",
      "text_en_US": "Placeholder"
    }
  ]
}