nextcloud/apps/files/src/mixins
Ferdinand Thiessen 297f0522b2
refactor(files): Fix Typescript issues in filesListWidth mixin
Use `defineComponent` to properly inherit typings.
Expect TS errors for the `$resizeOberserver` as we attach it directly on the component instance.
`filesListWidth` is now a number which defaults to 0,
making compares like `this.fileListWidth < 768` valid in Typescript.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-31 17:17:31 +02:00
..
filesListWidth.ts refactor(files): Fix Typescript issues in filesListWidth mixin 2024-05-31 17:17:31 +02:00
filesSorting.ts chore: Add SPDX header 2024-05-29 08:58:16 +02:00