{
  "name": "crn-QRCode",
  "text_pt_BR": "Código QR",
  "text_en_US": "QR Code",
  "image": "/node_modules/cronapp-framework-mobile-js/img/cron-icon/crn-QRCode.svg",
  "description": "Código de barras bidimensional lido por câmera",
  "description_en_US": "Two-dimensional barcode read by camera",
  "category": [
    "LAYOUTS"
  ],
  "wrapper": true,
  "template": "<qr ng-model=\"vars.QR${RANDOM}\" ><div> </div> </qr>",
  "designTimeHTML": "<img alt=\"qr-code\" style=\"height: 100%;width:100%;min-height:100%; min-width:100%;\"  src=\"node_modules/cronapp-framework-mobile-js/img/qr-code.png\"/>",
  "designTimeSelector": "div",
  "properties": {
    "id": {
      "order": 3
    },
    "class": {
      "order": 9999
    },
    "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": "ng-model",
      "selector": "qr",
      "displayName_pt_BR": "Valor",
      "displayName_en_US": "Value",
      "type": "text",
      "order": 1,
      "mandatory": true
    }
  ]
}
