@girs/evincedocument-3.0 46.3.0-4.0.0-beta.9 → 46.3.0-4.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/evincedocument-3.0.d.ts +23 -0
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 46.3.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
8
|
+
GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 46.3.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.10.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/evincedocument-3.0.d.ts
CHANGED
|
@@ -43,6 +43,7 @@ export namespace EvinceDocument {
|
|
|
43
43
|
CIRCLE,
|
|
44
44
|
UNKNOWN,
|
|
45
45
|
}
|
|
46
|
+
|
|
46
47
|
export namespace AnnotationTextMarkupType {
|
|
47
48
|
export const $gtype: GObject.GType<AnnotationTextMarkupType>;
|
|
48
49
|
}
|
|
@@ -53,6 +54,7 @@ export namespace EvinceDocument {
|
|
|
53
54
|
UNDERLINE,
|
|
54
55
|
SQUIGGLY,
|
|
55
56
|
}
|
|
57
|
+
|
|
56
58
|
export namespace AnnotationType {
|
|
57
59
|
export const $gtype: GObject.GType<AnnotationType>;
|
|
58
60
|
}
|
|
@@ -63,6 +65,7 @@ export namespace EvinceDocument {
|
|
|
63
65
|
ATTACHMENT,
|
|
64
66
|
TEXT_MARKUP,
|
|
65
67
|
}
|
|
68
|
+
|
|
66
69
|
export namespace AnnotationsOverMarkup {
|
|
67
70
|
export const $gtype: GObject.GType<AnnotationsOverMarkup>;
|
|
68
71
|
}
|
|
@@ -73,6 +76,7 @@ export namespace EvinceDocument {
|
|
|
73
76
|
YES,
|
|
74
77
|
NOT,
|
|
75
78
|
}
|
|
79
|
+
|
|
76
80
|
export namespace CompressionType {
|
|
77
81
|
export const $gtype: GObject.GType<CompressionType>;
|
|
78
82
|
}
|
|
@@ -83,6 +87,7 @@ export namespace EvinceDocument {
|
|
|
83
87
|
GZIP,
|
|
84
88
|
LZMA,
|
|
85
89
|
}
|
|
90
|
+
|
|
86
91
|
export namespace DocumentContainsJS {
|
|
87
92
|
export const $gtype: GObject.GType<DocumentContainsJS>;
|
|
88
93
|
}
|
|
@@ -123,6 +128,7 @@ export namespace EvinceDocument {
|
|
|
123
128
|
TWO_PAGE_LEFT,
|
|
124
129
|
TWO_PAGE_RIGHT,
|
|
125
130
|
}
|
|
131
|
+
|
|
126
132
|
export namespace DocumentMode {
|
|
127
133
|
export const $gtype: GObject.GType<DocumentMode>;
|
|
128
134
|
}
|
|
@@ -135,6 +141,7 @@ export namespace EvinceDocument {
|
|
|
135
141
|
USE_ATTACHMENTS,
|
|
136
142
|
PRESENTATION,
|
|
137
143
|
}
|
|
144
|
+
|
|
138
145
|
export namespace FileExporterFormat {
|
|
139
146
|
export const $gtype: GObject.GType<FileExporterFormat>;
|
|
140
147
|
}
|
|
@@ -144,6 +151,7 @@ export namespace EvinceDocument {
|
|
|
144
151
|
PS,
|
|
145
152
|
PDF,
|
|
146
153
|
}
|
|
154
|
+
|
|
147
155
|
export namespace FormFieldButtonType {
|
|
148
156
|
export const $gtype: GObject.GType<FormFieldButtonType>;
|
|
149
157
|
}
|
|
@@ -153,6 +161,7 @@ export namespace EvinceDocument {
|
|
|
153
161
|
CHECK,
|
|
154
162
|
RADIO,
|
|
155
163
|
}
|
|
164
|
+
|
|
156
165
|
export namespace FormFieldChoiceType {
|
|
157
166
|
export const $gtype: GObject.GType<FormFieldChoiceType>;
|
|
158
167
|
}
|
|
@@ -161,6 +170,7 @@ export namespace EvinceDocument {
|
|
|
161
170
|
COMBO,
|
|
162
171
|
LIST,
|
|
163
172
|
}
|
|
173
|
+
|
|
164
174
|
export namespace FormFieldTextType {
|
|
165
175
|
export const $gtype: GObject.GType<FormFieldTextType>;
|
|
166
176
|
}
|
|
@@ -170,6 +180,7 @@ export namespace EvinceDocument {
|
|
|
170
180
|
MULTILINE,
|
|
171
181
|
FILE_SELECT,
|
|
172
182
|
}
|
|
183
|
+
|
|
173
184
|
export namespace LinkActionType {
|
|
174
185
|
export const $gtype: GObject.GType<LinkActionType>;
|
|
175
186
|
}
|
|
@@ -183,6 +194,7 @@ export namespace EvinceDocument {
|
|
|
183
194
|
LAYERS_STATE,
|
|
184
195
|
RESET_FORM,
|
|
185
196
|
}
|
|
197
|
+
|
|
186
198
|
export namespace LinkDestType {
|
|
187
199
|
export const $gtype: GObject.GType<LinkDestType>;
|
|
188
200
|
}
|
|
@@ -198,6 +210,7 @@ export namespace EvinceDocument {
|
|
|
198
210
|
PAGE_LABEL,
|
|
199
211
|
UNKNOWN,
|
|
200
212
|
}
|
|
213
|
+
|
|
201
214
|
export namespace SelectionStyle {
|
|
202
215
|
export const $gtype: GObject.GType<SelectionStyle>;
|
|
203
216
|
}
|
|
@@ -207,6 +220,7 @@ export namespace EvinceDocument {
|
|
|
207
220
|
WORD,
|
|
208
221
|
LINE,
|
|
209
222
|
}
|
|
223
|
+
|
|
210
224
|
export namespace TransitionEffectAlignment {
|
|
211
225
|
export const $gtype: GObject.GType<TransitionEffectAlignment>;
|
|
212
226
|
}
|
|
@@ -215,6 +229,7 @@ export namespace EvinceDocument {
|
|
|
215
229
|
HORIZONTAL,
|
|
216
230
|
VERTICAL,
|
|
217
231
|
}
|
|
232
|
+
|
|
218
233
|
export namespace TransitionEffectDirection {
|
|
219
234
|
export const $gtype: GObject.GType<TransitionEffectDirection>;
|
|
220
235
|
}
|
|
@@ -223,6 +238,7 @@ export namespace EvinceDocument {
|
|
|
223
238
|
INWARD,
|
|
224
239
|
OUTWARD,
|
|
225
240
|
}
|
|
241
|
+
|
|
226
242
|
export namespace TransitionEffectType {
|
|
227
243
|
export const $gtype: GObject.GType<TransitionEffectType>;
|
|
228
244
|
}
|
|
@@ -346,6 +362,7 @@ export namespace EvinceDocument {
|
|
|
346
362
|
*/
|
|
347
363
|
function xfer_uri_simple(from: string, to: string): boolean;
|
|
348
364
|
function xmp_parse(xmp: string, size: number, info: DocumentInfo): boolean;
|
|
365
|
+
|
|
349
366
|
export namespace AnnotationsSaveMask {
|
|
350
367
|
export const $gtype: GObject.GType<AnnotationsSaveMask>;
|
|
351
368
|
}
|
|
@@ -365,6 +382,7 @@ export namespace EvinceDocument {
|
|
|
365
382
|
TEXT_MARKUP_TYPE,
|
|
366
383
|
ALL,
|
|
367
384
|
}
|
|
385
|
+
|
|
368
386
|
export namespace DocumentInfoFields {
|
|
369
387
|
export const $gtype: GObject.GType<DocumentInfoFields>;
|
|
370
388
|
}
|
|
@@ -390,6 +408,7 @@ export namespace EvinceDocument {
|
|
|
390
408
|
LICENSE,
|
|
391
409
|
CONTAINS_JS,
|
|
392
410
|
}
|
|
411
|
+
|
|
393
412
|
export namespace DocumentLoadFlags {
|
|
394
413
|
export const $gtype: GObject.GType<DocumentLoadFlags>;
|
|
395
414
|
}
|
|
@@ -398,6 +417,7 @@ export namespace EvinceDocument {
|
|
|
398
417
|
NONE,
|
|
399
418
|
NO_CACHE,
|
|
400
419
|
}
|
|
420
|
+
|
|
401
421
|
export namespace DocumentPermissions {
|
|
402
422
|
export const $gtype: GObject.GType<DocumentPermissions>;
|
|
403
423
|
}
|
|
@@ -409,6 +429,7 @@ export namespace EvinceDocument {
|
|
|
409
429
|
OK_TO_ADD_NOTES,
|
|
410
430
|
FULL,
|
|
411
431
|
}
|
|
432
|
+
|
|
412
433
|
export namespace DocumentUIHints {
|
|
413
434
|
export const $gtype: GObject.GType<DocumentUIHints>;
|
|
414
435
|
}
|
|
@@ -422,6 +443,7 @@ export namespace EvinceDocument {
|
|
|
422
443
|
DISPLAY_DOC_TITLE,
|
|
423
444
|
DIRECTION_RTL,
|
|
424
445
|
}
|
|
446
|
+
|
|
425
447
|
export namespace FileExporterCapabilities {
|
|
426
448
|
export const $gtype: GObject.GType<FileExporterCapabilities>;
|
|
427
449
|
}
|
|
@@ -437,6 +459,7 @@ export namespace EvinceDocument {
|
|
|
437
459
|
PREVIEW,
|
|
438
460
|
NUMBER_UP,
|
|
439
461
|
}
|
|
462
|
+
|
|
440
463
|
export namespace FindOptions {
|
|
441
464
|
export const $gtype: GObject.GType<FindOptions>;
|
|
442
465
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/evincedocument-3.0",
|
|
3
|
-
"version": "46.3.0-4.0.0-beta.
|
|
3
|
+
"version": "46.3.0-4.0.0-beta.10",
|
|
4
4
|
"description": "GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 46.3.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "evincedocument-3.0.js",
|
|
@@ -31,20 +31,20 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/atk-1.0": "^2.52.0-4.0.0-beta.
|
|
35
|
-
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.
|
|
36
|
-
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.
|
|
37
|
-
"@girs/gdk-3.0": "^3.24.42-4.0.0-beta.
|
|
38
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.
|
|
39
|
-
"@girs/gio-2.0": "^2.80.2-4.0.0-beta.
|
|
40
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
41
|
-
"@girs/glib-2.0": "^2.80.2-4.0.0-beta.
|
|
42
|
-
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.
|
|
43
|
-
"@girs/gobject-2.0": "^2.80.2-4.0.0-beta.
|
|
44
|
-
"@girs/gtk-3.0": "^3.24.42-4.0.0-beta.
|
|
45
|
-
"@girs/harfbuzz-0.0": "^8.1.1-4.0.0-beta.
|
|
46
|
-
"@girs/pango-1.0": "^1.52.2-4.0.0-beta.
|
|
47
|
-
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.
|
|
34
|
+
"@girs/atk-1.0": "^2.52.0-4.0.0-beta.10",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.10",
|
|
36
|
+
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.10",
|
|
37
|
+
"@girs/gdk-3.0": "^3.24.42-4.0.0-beta.10",
|
|
38
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.10",
|
|
39
|
+
"@girs/gio-2.0": "^2.80.2-4.0.0-beta.10",
|
|
40
|
+
"@girs/gjs": "^4.0.0-beta.10",
|
|
41
|
+
"@girs/glib-2.0": "^2.80.2-4.0.0-beta.10",
|
|
42
|
+
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.10",
|
|
43
|
+
"@girs/gobject-2.0": "^2.80.2-4.0.0-beta.10",
|
|
44
|
+
"@girs/gtk-3.0": "^3.24.42-4.0.0-beta.10",
|
|
45
|
+
"@girs/harfbuzz-0.0": "^8.1.1-4.0.0-beta.10",
|
|
46
|
+
"@girs/pango-1.0": "^1.52.2-4.0.0-beta.10",
|
|
47
|
+
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.10"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"typescript": "*"
|