{"version":3,"file":"Breadcrumbs-Bs-E4-6X.js","sources":["../../../frontend/src/Components/Posts/Breadcrumbs/Breadcrumbs.tsx"],"sourcesContent":["import React from 'react';\nimport { Box, Grid2 as Grid, Link as MuiLink } from '@mui/material';\nimport ChevronLeft from '@mui/icons-material/ChevronLeft';\nimport PropTypes from 'prop-types';\nimport { useIntl } from 'react-intl';\nimport { Link } from 'react-router-dom';\n\nimport { postHasParent } from '../../../Utils/Post';\nimport { PostCategories, getCategoryForPostType, Groups } from '../../../Utils/Types';\nimport { postPath, dashboardPostPath, newPostPath } from '../../../Utils/routes';\nimport { menuItems } from '../../../Utils/Dashboard';\nimport useSpace from '../../../Hooks/useSpace';\n\nfunction Breadcrumbs({ post = {}, isDashboard = false, isEdit, actions }: any) {\n const intl = useIntl();\n const { space } = useSpace();\n const isMessagingCategory = PostCategories.MESSAGING.includes(post.type);\n const parentPostCategory = getCategoryForPostType(post?.included?.source?.type);\n const postCategory = getCategoryForPostType(post.type);\n const isAdminOrFluimaster = Groups.ADMINS.includes(space.current_user_role);\n const postPathFn = isDashboard ? dashboardPostPath : postPath;\n\n let item;\n\n if (\n isDashboard ||\n (isAdminOrFluimaster && newPostPath(space.slug, post.type) === window.location.pathname)\n ) {\n const { path } =\n menuItems.find(({ key }) => key === (parentPostCategory || postCategory)) || menuItems[0];\n\n item = {\n name: intl.formatMessage({ id: `DASHBOARD.MENU.${parentPostCategory || postCategory}` }),\n href: `/${space.slug}/dashboard/${path}`,\n };\n } else {\n item = {\n name: space.name,\n href: `/${space.slug}`,\n };\n }\n\n if (isMessagingCategory) {\n if (post.authored_by) {\n item = {\n name: intl.formatMessage({ id: 'SPACE.CONTRIBUTIONS.MESSAGING.TITLE' }),\n href: `/${space.slug}/contributions/messaging`,\n };\n }\n }\n\n if (postHasParent(post)) {\n const { title, slug, type } = post?.included?.source || {};\n\n item = {\n name: title,\n href: postPathFn(space.slug, slug, type),\n };\n }\n\n if (isEdit && post.id) {\n item = {\n name: post.title,\n href: postPathFn(space.slug, post.slug, post.type),\n };\n }\n\n return (\n \n \n \n ({\n fontWeight: theme.typography.fontWeightRegular,\n })}\n >\n ({\n color: 'inherit',\n marginBottom: theme.spacing(-0.8),\n marginRight: theme.spacing(1),\n })}\n />\n {item.name}\n \n \n \n\n {actions}\n \n );\n}\n\nBreadcrumbs.propTypes = {\n post: PropTypes.object,\n isDashboard: PropTypes.bool,\n actions: PropTypes.node,\n isEdit: PropTypes.bool,\n};\n\nexport default Breadcrumbs;\n"],"names":["Breadcrumbs","_ref","_post$included","_ref$post","post","_ref$isDashboard","isDashboard","isEdit","actions","intl","useIntl","_useSpace","useSpace","space","isMessagingCategory","PostCategories","MESSAGING","includes","type","parentPostCategory","getCategoryForPostType","included","source","postCategory","isAdminOrFluimaster","Groups","ADMINS","current_user_role","postPathFn","dashboardPostPath","postPath","item","newPostPath","slug","window","location","pathname","_ref2","menuItems","find","_ref3","key","path","name","formatMessage","id","concat","href","postHasParent","authored_by","_post$included2","_ref4","title","React","createElement","Grid","container","spacing","sx","alignItems","justifyContent","width","Box","whiteSpace","textOverflow","overflow","display","MuiLink","component","Link","to","underline","color","theme","fontWeight","typography","fontWeightRegular","ChevronLeft","marginBottom","marginRight","propTypes","PropTypes","object","bool","node"],"mappings":"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"}