{"version":3,"file":"TableFooter-D4HB8BhE.js","sources":["../../../node_modules/@mui/material/TableFooter/tableFooterClasses.js","../../../node_modules/@mui/material/TableFooter/TableFooter.js"],"sourcesContent":["import generateUtilityClasses from '@mui/utils/generateUtilityClasses';\nimport generateUtilityClass from '@mui/utils/generateUtilityClass';\nexport function getTableFooterUtilityClass(slot) {\n return generateUtilityClass('MuiTableFooter', slot);\n}\nconst tableFooterClasses = generateUtilityClasses('MuiTableFooter', ['root']);\nexport default tableFooterClasses;","'use client';\n\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport clsx from 'clsx';\nimport composeClasses from '@mui/utils/composeClasses';\nimport Tablelvl2Context from \"../Table/Tablelvl2Context.js\";\nimport { styled } from \"../zero-styled/index.js\";\nimport { useDefaultProps } from \"../DefaultPropsProvider/index.js\";\nimport { getTableFooterUtilityClass } from \"./tableFooterClasses.js\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst useUtilityClasses = ownerState => {\n const {\n classes\n } = ownerState;\n const slots = {\n root: ['root']\n };\n return composeClasses(slots, getTableFooterUtilityClass, classes);\n};\nconst TableFooterRoot = styled('tfoot', {\n name: 'MuiTableFooter',\n slot: 'Root',\n overridesResolver: (props, styles) => styles.root\n})({\n display: 'table-footer-group'\n});\nconst tablelvl2 = {\n variant: 'footer'\n};\nconst defaultComponent = 'tfoot';\nconst TableFooter = /*#__PURE__*/React.forwardRef(function TableFooter(inProps, ref) {\n const props = useDefaultProps({\n props: inProps,\n name: 'MuiTableFooter'\n });\n const {\n className,\n component = defaultComponent,\n ...other\n } = props;\n const ownerState = {\n ...props,\n component\n };\n const classes = useUtilityClasses(ownerState);\n return /*#__PURE__*/_jsx(Tablelvl2Context.Provider, {\n value: tablelvl2,\n children: /*#__PURE__*/_jsx(TableFooterRoot, {\n as: component,\n className: clsx(classes.root, className),\n ref: ref,\n role: component === defaultComponent ? null : 'rowgroup',\n ownerState: ownerState,\n ...other\n })\n });\n});\nprocess.env.NODE_ENV !== \"production\" ? TableFooter.propTypes /* remove-proptypes */ = {\n // ┌────────────────────────────── Warning ──────────────────────────────┐\n // │ These PropTypes are generated from the TypeScript type definitions. │\n // │ To update them, edit the d.ts file and run `pnpm proptypes`. │\n // └─────────────────────────────────────────────────────────────────────┘\n /**\n * The content of the component, normally `TableRow`.\n */\n children: PropTypes.node,\n /**\n * Override or extend the styles applied to the component.\n */\n classes: PropTypes.object,\n /**\n * @ignore\n */\n className: PropTypes.string,\n /**\n * The component used for the root node.\n * Either a string to use a HTML element or a component.\n */\n component: PropTypes.elementType,\n /**\n * The system prop that allows defining system overrides as well as additional CSS styles.\n */\n sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])\n} : void 0;\nexport default TableFooter;"],"names":["getTableFooterUtilityClass","slot","generateUtilityClass","tableFooterClasses","generateUtilityClasses","useUtilityClasses","ownerState","classes","composeClasses","TableFooterRoot","styled","props","styles","tablelvl2","defaultComponent","TableFooter","React.forwardRef","inProps","ref","useDefaultProps","className","component","other","_jsx","Tablelvl2Context","clsx"],"mappings":"iJAEO,SAASA,EAA2BC,EAAM,CAC/C,OAAOC,EAAqB,iBAAkBD,CAAI,CACpD,CACK,MAACE,EAAqBC,EAAuB,iBAAkB,CAAC,MAAM,CAAC,ECMtEC,EAAkCC,GAAA,CAChC,KAAA,CACJ,QAAAC,CAAA,EACED,EAIG,OAAAE,EAHO,CACZ,KAAM,CAAC,MAAM,CACf,EAC6BR,EAA4BO,CAAO,CAClE,EACME,EAAkBC,EAAO,QAAS,CACtC,KAAM,iBACN,KAAM,OACN,kBAAmB,CAACC,EAAOC,IAAWA,EAAO,IAC/C,CAAC,EAAE,CACD,QAAS,oBACX,CAAC,EACKC,EAAY,CAChB,QAAS,QACX,EACMC,EAAmB,QACnBC,EAAiCC,EAAAA,WAAW,SAAqBC,EAASC,EAAK,CACnF,MAAMP,EAAQQ,EAAgB,CAC5B,MAAOF,EACP,KAAM,gBAAA,CACP,EACK,CACJ,UAAAG,EACA,UAAAC,EAAYP,EACZ,GAAGQ,CAAA,EACDX,EACEL,EAAa,CACjB,GAAGK,EACH,UAAAU,CACF,EACMd,EAAUF,EAAkBC,CAAU,EACxB,OAAAiB,EAAA,IAAKC,EAAiB,SAAU,CAClD,MAAOX,EACP,eAA4BJ,EAAiB,CAC3C,GAAIY,EACJ,UAAWI,EAAKlB,EAAQ,KAAMa,CAAS,EACvC,IAAAF,EACA,KAAMG,IAAcP,EAAmB,KAAO,WAC9C,WAAAR,EACA,GAAGgB,CACJ,CAAA,CAAA,CACF,CACH,CAAC","x_google_ignoreList":[0,1]}