REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 1.56 KB
Close
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/src/frontend/components/actions/show.tsx
Text
Base64
import { DrawerContent } from '@adminjs/design-system' import React from 'react' import allowOverride from '../../hoc/allow-override.js' import { getActionElementCss } from '../../utils/index.js' import ActionHeader from '../app/action-header/action-header.js' import BasePropertyComponent from '../property-type/index.js' import { ActionProps } from './action.props.js' import LayoutElementRenderer from './utils/layout-element-renderer.js' /** * @name ShowAction * @category Actions * @description Shows a given record. * @component * @private */ const Show: React.FC<ActionProps> = (props) => { const { resource, record, action } = props const properties = resource.showProperties const contentTag = getActionElementCss(resource.id, action.name, 'drawer-content') return ( <DrawerContent data-css={contentTag}> {action?.showInDrawer ? <ActionHeader {...props} /> : null} {action.layout ? action.layout.map((layoutElement, i) => ( <LayoutElementRenderer // eslint-disable-next-line react/no-array-index-key key={i} layoutElement={layoutElement} {...props} where="show" /> )) : properties.map((property) => ( <BasePropertyComponent key={property.propertyPath} where="show" property={property} resource={resource} record={record} /> ))} </DrawerContent> ) } const OverridableShow = allowOverride(Show, 'DefaultShowAction') export { OverridableShow as default, OverridableShow as Show, Show as OriginalShow, }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 1 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
utils
DIR
-
drwxr-xr-x
2026-02-28 00:32:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
action.props.ts
782 B
lrw-r--r--
2026-02-28 00:31:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
bulk-delete.tsx
3.95 KB
lrw-r--r--
2026-02-28 00:32:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
edit.tsx
3.18 KB
lrw-r--r--
2026-02-28 00:32:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.ts
488 B
lrw-r--r--
2026-02-28 00:32:28
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
list.tsx
2.55 KB
lrw-r--r--
2026-02-28 00:32:48
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
new.tsx
4.54 KB
lrw-r--r--
2026-02-28 00:32:48
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
show.tsx
1.56 KB
lrw-r--r--
2026-02-28 00:32:48
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).