{
 "legacyTag": "oj-input-text",
 "corePackTag": "oj-c-input-text",
 "migrateImports": {
  "from": "ojs/ojinputtext",
  "to": [
   "oj-c/input-text",
   "oj-c/text-area",
   "oj-c/input-password"
  ]
 },
 "classNameToAttribute": [
  {
   "className": "oj-form-control-text-align-right",
   "attribute": "textAlign",
   "attributeValue": "right"
  },
  {
   "className": "oj-form-control-text-align-start",
   "attribute": "textAlign",
   "attributeValue": "start"
  },
  {
   "className": "oj-form-control-text-align-end",
   "attribute": "textAlign",
   "attributeValue": "end"
  }
 ],
 "migrateAttributes": [
  {
   "fromAttribute": "translations.required.message-detail",
   "fromValue": "",
   "toAttribute": "required-message-detail",
   "toValue": ""
  },
  {
   "fromAttribute": "translations.number-range.message-detail.exact",
   "fromValue": "",
   "toAttribute": "number-range-exact-message-detail",
   "toValue": ""
  },
  {
   "fromAttribute": "translations.number-range.message-detail.overflow",
   "fromValue": "",
   "toAttribute": "number-range-overflow-message-detail",
   "toValue": ""
  },
  {
   "fromAttribute": "translations.number-range.message-detail.underflow",
   "fromValue": "",
   "toAttribute": "number-range-underflow-message-detail",
   "toValue": ""
  },
  {
   "fromAttribute": "label-edge",
   "fromValue": "provided",
   "toAttribute": "",
   "toValue": ""
  },
  {
   "fromAttribute": "described-by",
   "fromValue": "",
   "toAttribute": "",
   "toValue": ""
  },
  {
   "fromAttribute": "labelled-by",
   "fromValue": "",
   "toAttribute": "",
   "toValue": ""
  },
  {
    "depAttribute": "label-hint",
    "depValue": "",
    "fromAttribute": "aria-label",
    "fromValue": "",
    "toAttribute": "",
    "toValue": ""
  },
  {
    "depAttribute": "aria-label",
    "depValue": "",
    "fromAttribute": "",
    "fromValue": "",
    "toAttribute": "label-edge",
    "toValue": "none"
  },
  {
   "fromAttribute": "aria-label",
   "fromValue": "",
   "toAttribute": "label-hint",
   "toValue": ""
  },
  {
    "fromAttribute": "messages-custom",
    "fromKeyValue": {"severity": 4},
    "toAttribute": "messages-custom",
    "toKeyValue": {"severity": "error"}
  },
  {
    "fromAttribute": "messages-custom",
    "fromKeyValue": {"severity": 3},
    "toAttribute": "messages-custom",
    "toKeyValue": {"severity": "warning"}
  },
  {
    "fromAttribute": "messages-custom",
    "fromKeyValue": {"severity": 2},
    "toAttribute": "messages-custom",
    "toKeyValue": {"severity": "info"}
  },
  {
    "fromAttribute": "messages-custom",
    "fromKeyValue": {"severity": 1},
    "toAttribute": "messages-custom",
    "toKeyValue": {"severity": "confirmation"}
  }
 ],
 "ruleSetToIgnore": [
  {
    "missAttribute":
    {
      "label-hint": "",
      "aria-label": ""
    }
  }
 ],
 "migrateTest": {
  "type": {
   "from": "OjInputText",
   "to": "InputTextWebElement"
  },
  "locator": {
   "from": "ojInputText",
   "to": "findInputText"
  },
  "ruleSetToIgnore": [
   "getAsyncValidators",
   "getAutofocus",
   "getDescribedBy",
   "getLabelledBy",
   "getList",
   "getName",
   "getTranslations"
  ]
 }
}