{"version":3,"file":"cell-navigation.cjs","names":["extendFeature","FILL_HANDLE","slotRender","cellNavigation","core","FillHandle","props"],"sources":["../src/cell-navigation.tsx"],"sourcesContent":["import {\n  extendFeature,\n  FILL_HANDLE,\n  slotRender,\n  type StaticTableFeature,\n} from \"@adapttable/react/adapter\";\nimport { cellNavigation as core } from \"@adapttable/react/features\";\n\nimport { FillHandle } from \"./components/FillHandle\";\n\n/**\n * Keyboard grid plus the fill handle, drawn with MUI's own control.\n *\n * @public\n */\nexport function cellNavigation(): StaticTableFeature {\n  return extendFeature(core(), [\n    slotRender(FILL_HANDLE, (props) => <FillHandle {...props} />),\n  ]);\n}\n"],"mappings":";;;;;;;;;;;;AAeA,SAAgBG,iBAAqC;CACnD,QAAA,GAAOH,0BAAAA,cAAAA,EAAAA,GAAcI,2BAAAA,eAAAA,CAAK,GAAG,EAAA,GAC3BF,0BAAAA,WAAAA,CAAWD,0BAAAA,cAAcK,UAAU,iBAAA,GAAA,kBAAA,IAAA,CAAC,mBAAA,YAAD,EAAY,GAAIA,MAAM,CAAA,CAAG,CAAC,CAC9D;AACH"}