diff options
author | Zero~Informatique | 2020-02-12 21:25:07 +0100 |
---|---|---|
committer | Notkea | 2020-02-12 21:44:51 +0100 |
commit | af4660b4c4fea455dfffbf2d966bae425ed6effb (patch) | |
tree | d0767971137faa81380a50661c47b848b10ccc5b /viewer/src/@types | |
parent | d2b06df90fd1e8f6b89c49704150de45aee92b51 (diff) | |
download | ldgallery-af4660b4c4fea455dfffbf2d966bae425ed6effb.tar.gz |
viewer: project configuration - eof-last enforced
Diffstat (limited to 'viewer/src/@types')
-rw-r--r-- | viewer/src/@types/Operation.ts | 2 | ||||
-rw-r--r-- | viewer/src/@types/gallery.d.ts | 2 | ||||
-rw-r--r-- | viewer/src/@types/scrollposition.d.ts | 2 | ||||
-rw-r--r-- | viewer/src/@types/tag.d.ts | 2 | ||||
-rw-r--r-- | viewer/src/@types/v-lazy-image.d.ts | 2 | ||||
-rw-r--r-- | viewer/src/@types/vue-dragscroll.d.ts | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/viewer/src/@types/Operation.ts b/viewer/src/@types/Operation.ts index f1e7a41..ba31bc0 100644 --- a/viewer/src/@types/Operation.ts +++ b/viewer/src/@types/Operation.ts | |||
@@ -21,4 +21,4 @@ export enum Operation { | |||
21 | INTERSECTION = '', | 21 | INTERSECTION = '', |
22 | ADDITION = '+', | 22 | ADDITION = '+', |
23 | SUBSTRACTION = '-', | 23 | SUBSTRACTION = '-', |
24 | }; \ No newline at end of file | 24 | }; |
diff --git a/viewer/src/@types/gallery.d.ts b/viewer/src/@types/gallery.d.ts index 1987416..14a7ed9 100644 --- a/viewer/src/@types/gallery.d.ts +++ b/viewer/src/@types/gallery.d.ts | |||
@@ -56,4 +56,4 @@ declare namespace Gallery { | |||
56 | } | 56 | } |
57 | type RawTag = string; | 57 | type RawTag = string; |
58 | type ItemType = "other" | "picture" | "directory"; | 58 | type ItemType = "other" | "picture" | "directory"; |
59 | } \ No newline at end of file | 59 | } |
diff --git a/viewer/src/@types/scrollposition.d.ts b/viewer/src/@types/scrollposition.d.ts index d4fad52..b2147fa 100644 --- a/viewer/src/@types/scrollposition.d.ts +++ b/viewer/src/@types/scrollposition.d.ts | |||
@@ -17,4 +17,4 @@ | |||
17 | -- along with this program. If not, see <https://www.gnu.org/licenses/>. | 17 | -- along with this program. If not, see <https://www.gnu.org/licenses/>. |
18 | */ | 18 | */ |
19 | 19 | ||
20 | type ScrollPosition = { [index: string]: number } \ No newline at end of file | 20 | type ScrollPosition = { [index: string]: number } |
diff --git a/viewer/src/@types/tag.d.ts b/viewer/src/@types/tag.d.ts index 1d5df88..a390c80 100644 --- a/viewer/src/@types/tag.d.ts +++ b/viewer/src/@types/tag.d.ts | |||
@@ -31,4 +31,4 @@ declare namespace Tag { | |||
31 | } | 31 | } |
32 | type SearchByOperation = { [index: string]: Tag.Search[] }; | 32 | type SearchByOperation = { [index: string]: Tag.Search[] }; |
33 | type Index = { [index: string]: Node }; | 33 | type Index = { [index: string]: Node }; |
34 | } \ No newline at end of file | 34 | } |
diff --git a/viewer/src/@types/v-lazy-image.d.ts b/viewer/src/@types/v-lazy-image.d.ts index e307751..df29484 100644 --- a/viewer/src/@types/v-lazy-image.d.ts +++ b/viewer/src/@types/v-lazy-image.d.ts | |||
@@ -17,4 +17,4 @@ | |||
17 | -- along with this program. If not, see <https://www.gnu.org/licenses/>. | 17 | -- along with this program. If not, see <https://www.gnu.org/licenses/>. |
18 | */ | 18 | */ |
19 | 19 | ||
20 | declare module 'v-lazy-image'; \ No newline at end of file | 20 | declare module 'v-lazy-image'; |
diff --git a/viewer/src/@types/vue-dragscroll.d.ts b/viewer/src/@types/vue-dragscroll.d.ts index b0967a9..052023d 100644 --- a/viewer/src/@types/vue-dragscroll.d.ts +++ b/viewer/src/@types/vue-dragscroll.d.ts | |||
@@ -17,4 +17,4 @@ | |||
17 | -- along with this program. If not, see <https://www.gnu.org/licenses/>. | 17 | -- along with this program. If not, see <https://www.gnu.org/licenses/>. |
18 | */ | 18 | */ |
19 | 19 | ||
20 | declare module 'vue-dragscroll'; \ No newline at end of file | 20 | declare module 'vue-dragscroll'; |