OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
_backup
/
tinymce
/
tinymce
/
src
/
themes
/
silver
/
demo
/
ts
/
components
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/20/2020 06:33:39 AM
rwxr-xr-x
📄
Components.ts
416 bytes
02/20/2020 06:33:29 AM
rw-r--r--
📄
DemoHelpers.ts
6.66 KB
02/20/2020 06:33:29 AM
rw-r--r--
📄
DialogComponentsDemo.ts
13.08 KB
02/20/2020 06:33:30 AM
rw-r--r--
📁
alert
-
02/20/2020 06:37:19 AM
rwxr-xr-x
📁
notification
-
02/20/2020 06:37:23 AM
rwxr-xr-x
📁
preview
-
02/20/2020 06:37:24 AM
rwxr-xr-x
📁
searchreplace
-
02/20/2020 06:37:28 AM
rwxr-xr-x
Editing: Components.ts
Close
import Preview from './preview/Preview'; import { open as SearchReplace } from './searchreplace/SearchReplace'; import DialogComponentsDemo from './DialogComponentsDemo'; import AlertDemo from './alert/AlertDemo'; import NotificationDemo from './notification/NotificationDemo'; declare let window: any; window.components = { Preview, SearchReplace, DialogComponentsDemo, AlertDemo, NotificationDemo };