{"version":3,"file":"find-in-table.cjs","names":["extendFeature","FIND_BAR","slotRender","findInTable","core","FindBar","props"],"sources":["../src/find-in-table.tsx"],"sourcesContent":["import {\n  extendFeature,\n  FIND_BAR,\n  slotRender,\n  type StaticTableFeature,\n} from \"@adapttable/react/adapter\";\nimport { findInTable as core } from \"@adapttable/react/features\";\n\nimport { FindBar } from \"./components/kitControls\";\n\n/**\n * Find-as-you-type over the rendered rows, with MUI's own input and buttons.\n *\n * @public\n */\nexport function findInTable(): StaticTableFeature {\n  return extendFeature(core(), [\n    slotRender(FIND_BAR, (props) => <FindBar {...props} />),\n  ]);\n}\n"],"mappings":";;;;;;;;;;;;AAeA,SAAgBG,cAAkC;CAChD,QAAA,GAAOH,0BAAAA,cAAAA,EAAAA,GAAcI,2BAAAA,YAAAA,CAAK,GAAG,EAAA,GAC3BF,0BAAAA,WAAAA,CAAWD,0BAAAA,WAAWK,UAAU,iBAAA,GAAA,kBAAA,IAAA,CAAC,oBAAA,SAAD,EAAS,GAAIA,MAAM,CAAA,CAAG,CAAC,CACxD;AACH"}