{"version":3,"file":"ngx-datatables-net-bs5.mjs","sources":["../../../projects/ngx-datatables-net/bs5/src/with-bootstrap5.ts","../../../projects/ngx-datatables-net/bs5/src/public-api.ts","../../../projects/ngx-datatables-net/bs5/src/ngx-datatables-net-bs5.ts"],"sourcesContent":["import DataTable from 'datatables.net-bs5';\nimport { DATA_TABLE, type DataTablesFeature } from 'ngx-datatables-net';\n\n/**\n * Use Bootstrap 5 styling.\n *\n * Importing `datatables.net-bs5` registers the Bootstrap 5 styling classes as a side-effect and\n * re-exports the same constructor, which we bind to the `DATA_TABLE` token.\n *\n * Include both Bootstrap's CSS and the DataTables Bootstrap 5 CSS in your application.\n *\n * @example\n * provideDataTables(withBootstrap5())\n */\nexport function withBootstrap5(): DataTablesFeature {\n  return { providers: [{ provide: DATA_TABLE, useValue: DataTable }] };\n}\n","/*\n * ngx-datatables-net/bs5, Bootstrap 5 styling adapter.\n *\n * Wraps the upstream `datatables.net-bs5` package. Include Bootstrap 5 CSS and the DataTables\n * Bootstrap 5 CSS in your app (e.g. angular.json styles:\n * \"node_modules/bootstrap/dist/css/bootstrap.min.css\",\n * \"node_modules/datatables.net-bs5/css/dataTables.bootstrap5.css\").\n */\nexport * from './with-bootstrap5';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;AAGA;;;;;;;;;;AAUG;SACa,cAAc,GAAA;AAC5B,IAAA,OAAO,EAAE,SAAS,EAAE,CAAC,EAAE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,SAAS,EAAE,CAAC,EAAE;AACtE;;AChBA;;;;;;;AAOG;;ACPH;;AAEG;;;;"}