REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 2.65 KB
Close
//proc/thread-self/root/home/byroehnu/.trash/node_modules11/adminjs/lib/frontend/bundle-entry.js
Text
Base64
import { ThemeProvider } from '@adminjs/design-system/styled-components'; import React, { Suspense } from 'react'; import { I18nextProvider } from 'react-i18next'; import { Provider } from 'react-redux'; import { BrowserRouter } from 'react-router-dom'; import ViewHelpers from '../backend/utils/view-helpers/view-helpers.js'; import { flat } from '../utils/flat/index.js'; import * as AppComponents from './components/app/index.js'; import * as ActionComponents from './components/actions/index.js'; import App, { OriginalApp } from './components/application.js'; import { AppLoader } from './components/index.js'; import Login from './components/login/index.js'; import BasePropertyComponent, { CleanPropertyComponent } from './components/property-type/index.js'; import * as PropertyComponentUtils from './components/property-type/utils/index.js'; import * as ActionUtils from './interfaces/action/index.js'; import withNotice from './hoc/with-notice.js'; import * as Hooks from './hooks/index.js'; import createStore from './store/store.js'; import initTranslations from './utils/adminjs.i18n.js'; import ApiClient from './utils/api-client.js'; const env = { NODE_ENV: process.env.NODE_ENV || 'development' }; const store = createStore(window.REDUX_STATE); const theme = window.THEME; const { locale } = store.getState(); const { i18n } = initTranslations(locale); const Application = /*#__PURE__*/React.createElement(Provider, { store: store }, /*#__PURE__*/React.createElement(ThemeProvider, { theme: theme }, /*#__PURE__*/React.createElement(I18nextProvider, { i18n: i18n }, /*#__PURE__*/React.createElement(BrowserRouter, null, /*#__PURE__*/React.createElement(Suspense, { fallback: /*#__PURE__*/React.createElement(AppLoader, null) }, /*#__PURE__*/React.createElement(App, null)))))); const loginAppProps = window.__APP_STATE__ ?? {}; const LoginApplication = /*#__PURE__*/React.createElement(Provider, { store: store }, /*#__PURE__*/React.createElement(ThemeProvider, { theme: theme }, /*#__PURE__*/React.createElement(I18nextProvider, { i18n: i18n }, /*#__PURE__*/React.createElement(BrowserRouter, null, /*#__PURE__*/React.createElement(Suspense, { fallback: /*#__PURE__*/React.createElement(AppLoader, null) }, /*#__PURE__*/React.createElement(Login, loginAppProps)))))); // eslint-disable-next-line no-undef window.regeneratorRuntime = regeneratorRuntime; export default { withNotice, Application, OriginalApplication: OriginalApp, LoginApplication, ViewHelpers, UserComponents: {}, ApiClient, BasePropertyComponent, CleanPropertyComponent, env, ...PropertyComponentUtils, ...AppComponents, ...ActionComponents, ...Hooks, ...ActionUtils, flat };
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 7 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
assets
DIR
-
drwxr-xr-x
2026-02-28 00:31:58
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
components
DIR
-
drwxr-xr-x
2026-02-28 00:31:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
hoc
DIR
-
drwxr-xr-x
2026-02-28 00:31:52
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
hooks
DIR
-
drwxr-xr-x
2026-02-28 00:31:56
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
interfaces
DIR
-
drwxr-xr-x
2026-02-28 00:31:48
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
store
DIR
-
drwxr-xr-x
2026-02-28 00:31:50
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
utils
DIR
-
drwxr-xr-x
2026-02-28 00:31:48
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
bundle-entry.js
2.65 KB
lrw-r--r--
2026-02-28 00:31:26
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
global-entry.js
1.09 KB
lrw-r--r--
2026-02-28 00:31:40
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
211 B
lrw-r--r--
2026-02-28 00:31:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
layout-template.js
4.31 KB
lrw-r--r--
2026-02-28 00:31:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
layout-template.spec.js
1.96 KB
lrw-r--r--
2026-02-28 00:31:44
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
login-template.js
4.58 KB
lrw-r--r--
2026-02-28 00:31:46
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
login-template.spec.js
462 B
lrw-r--r--
2026-02-28 00:31:46
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).