PHP 8.2.30
Preview: index.ts Size: 984 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/src/backend/actions/index.ts

import { DeleteAction } from './delete/delete-action.js'
import { ShowAction } from './show/show-action.js'
import { NewAction } from './new/new-action.js'
import { EditAction } from './edit/edit-action.js'
import { SearchAction } from './search/search-action.js'
import { ListAction } from './list/list-action.js'
import { BulkDeleteAction } from './bulk-delete/bulk-delete-action.js'
import { BuildInActions } from './action.interface.js'

export * from './delete/delete-action.js'
export * from './show/show-action.js'
export * from './new/new-action.js'
export * from './edit/edit-action.js'
export * from './search/search-action.js'
export * from './list/list-action.js'
export * from './bulk-delete/bulk-delete-action.js'
export * from './action.interface.js'

export const ACTIONS: {[key in BuildInActions]: any} = {
  new: NewAction,
  list: ListAction,
  show: ShowAction,
  edit: EditAction,
  delete: DeleteAction,
  bulkDelete: BulkDeleteAction,
  search: SearchAction,
}

Directory Contents

Dirs: 7 × Files: 2

Name Size Perms Modified Actions
- drwxr-xr-x 2026-02-28 00:32:02
Edit Download
delete DIR
- drwxr-xr-x 2026-02-28 00:32:08
Edit Download
edit DIR
- drwxr-xr-x 2026-02-28 00:32:08
Edit Download
list DIR
- drwxr-xr-x 2026-02-28 00:32:32
Edit Download
new DIR
- drwxr-xr-x 2026-02-28 00:32:38
Edit Download
search DIR
- drwxr-xr-x 2026-02-28 00:32:44
Edit Download
show DIR
- drwxr-xr-x 2026-02-28 00:32:44
Edit Download
17.87 KB lrw-r--r-- 2026-02-28 00:31:58
Edit Download
984 B lrw-r--r-- 2026-02-28 00:32:28
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).