{
 "legacyTag": "oj-list-view",
 "corePackTag": "oj-c-list-view",
 "migrateImports": {
  "from": "ojs/ojlistview",
  "to": "oj-c/list-view"
 },
 "migrateAttributes": [
  {
   "fromAttribute": "gridlines.item",
   "fromValue": "visibleExceptLast",
   "toAttribute": "gridlines.item",
   "toValue": "visible"
  },
  {
     "depAttribute": "gridlines.item",
     "fromAttribute": "",
     "fromValue": "",
     "toAttribute": "gridlines.bottom",
     "toValue": "visible"
  }
 ],
 "ruleSetToIgnore": [
  {
   "attribute": "display"
  },
  {
   "attribute": "drill-mode"
  },
  {
   "attribute": "expanded"
  },
  {
   "attribute": "group-header-position"
  },
  {
   "attribute": "dnd"
  },
  {
   "attribute": "first-selected-item"
  },
  {
   "attribute": "item.selectable"
  },
  {
   "attribute": "scroll-policy"
  },
  {
   "attribute": "scroll-position"
  },
  {
   "attribute": "scroll-to-key"
  },
  {
   "attribute": "selection-required"
  },
  {
   "slot": "contextMenu"
  },
  {
   "missAttribute": {
        "data": ""
   }
  }
 ],
 "migrateTest": {
  "type": {
   "from": "OjListView",
   "to": "ListViewWebElement"
  },
  "locator": {
   "from": "ojListView",
   "to": "findListView"
  },
  "ruleSetToIgnore": [
   "getAs",
   "changeCurrentItem",
   "getDisplay",
   "getDnd",
   "getDrillMode",
   "getFirstSelectedItem",
   "getGroupHeaderPosition",
   "getItem",
   "getScrollPolicy",
   "changeScrollPosition",
   "getScrollPosition",
   "getScrollToKey",
   "changeSelection",
   "getSelection",
   "getSelectionRequired",
   "getTranslations"
  ]
 }
}