File tree Expand file tree Collapse file tree 2 files changed +9
-18
lines changed
Expand file tree Collapse file tree 2 files changed +9
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 */
55/// <reference types="@nextcloud/typings" />
66
7- import type { Navigation } from './lib'
7+ import type { IFileListFilter , Navigation } from './lib'
88import type { DavProperty } from './lib/dav/davProperties'
99import type { FileAction } from './lib/fileAction'
1010import type { Header } from './lib/fileListHeaders'
@@ -14,12 +14,19 @@ export {}
1414
1515declare global {
1616 interface Window {
17- OC : Nextcloud . v26 . OC | Nextcloud . v27 . OC | Nextcloud . v28 . OC ;
17+ OC : Nextcloud . v27 . OC | Nextcloud . v28 . OC | Nextcloud . v29 . OC ;
1818 _nc_dav_namespaces ?: DavProperty
1919 _nc_dav_properties ?: string [ ]
2020 _nc_fileactions ?: FileAction [ ]
2121 _nc_filelistheader ?: Header [ ]
2222 _nc_newfilemenu ?: NewFileMenu
2323 _nc_navigation ?: Navigation
24+ _nc_filelist_filters ?: Map < string , IFileListFilter >
25+
26+ _oc_config ?: {
27+ forbidden_filenames_characters : string [ ]
28+ /** @deprecated */
29+ blacklist_files_regex ?: string
30+ }
2431 }
2532}
You can’t perform that action at this time.
0 commit comments