@girs/evincedocument-3.0 46.3.0-4.0.0-beta.8 → 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 +123 -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
|
@@ -27,6 +27,10 @@ export namespace EvinceDocument {
|
|
|
27
27
|
* EvinceDocument-3.0
|
|
28
28
|
*/
|
|
29
29
|
|
|
30
|
+
export namespace AnnotationTextIcon {
|
|
31
|
+
export const $gtype: GObject.GType<AnnotationTextIcon>;
|
|
32
|
+
}
|
|
33
|
+
|
|
30
34
|
enum AnnotationTextIcon {
|
|
31
35
|
NOTE,
|
|
32
36
|
COMMENT,
|
|
@@ -39,30 +43,55 @@ export namespace EvinceDocument {
|
|
|
39
43
|
CIRCLE,
|
|
40
44
|
UNKNOWN,
|
|
41
45
|
}
|
|
46
|
+
|
|
47
|
+
export namespace AnnotationTextMarkupType {
|
|
48
|
+
export const $gtype: GObject.GType<AnnotationTextMarkupType>;
|
|
49
|
+
}
|
|
50
|
+
|
|
42
51
|
enum AnnotationTextMarkupType {
|
|
43
52
|
HIGHLIGHT,
|
|
44
53
|
STRIKE_OUT,
|
|
45
54
|
UNDERLINE,
|
|
46
55
|
SQUIGGLY,
|
|
47
56
|
}
|
|
57
|
+
|
|
58
|
+
export namespace AnnotationType {
|
|
59
|
+
export const $gtype: GObject.GType<AnnotationType>;
|
|
60
|
+
}
|
|
61
|
+
|
|
48
62
|
enum AnnotationType {
|
|
49
63
|
UNKNOWN,
|
|
50
64
|
TEXT,
|
|
51
65
|
ATTACHMENT,
|
|
52
66
|
TEXT_MARKUP,
|
|
53
67
|
}
|
|
68
|
+
|
|
69
|
+
export namespace AnnotationsOverMarkup {
|
|
70
|
+
export const $gtype: GObject.GType<AnnotationsOverMarkup>;
|
|
71
|
+
}
|
|
72
|
+
|
|
54
73
|
enum AnnotationsOverMarkup {
|
|
55
74
|
NOT_IMPLEMENTED,
|
|
56
75
|
UNKNOWN,
|
|
57
76
|
YES,
|
|
58
77
|
NOT,
|
|
59
78
|
}
|
|
79
|
+
|
|
80
|
+
export namespace CompressionType {
|
|
81
|
+
export const $gtype: GObject.GType<CompressionType>;
|
|
82
|
+
}
|
|
83
|
+
|
|
60
84
|
enum CompressionType {
|
|
61
85
|
NONE,
|
|
62
86
|
BZIP2,
|
|
63
87
|
GZIP,
|
|
64
88
|
LZMA,
|
|
65
89
|
}
|
|
90
|
+
|
|
91
|
+
export namespace DocumentContainsJS {
|
|
92
|
+
export const $gtype: GObject.GType<DocumentContainsJS>;
|
|
93
|
+
}
|
|
94
|
+
|
|
66
95
|
enum DocumentContainsJS {
|
|
67
96
|
UNKNOWN,
|
|
68
97
|
NO,
|
|
@@ -87,6 +116,10 @@ export namespace EvinceDocument {
|
|
|
87
116
|
static quark(): GLib.Quark;
|
|
88
117
|
}
|
|
89
118
|
|
|
119
|
+
export namespace DocumentLayout {
|
|
120
|
+
export const $gtype: GObject.GType<DocumentLayout>;
|
|
121
|
+
}
|
|
122
|
+
|
|
90
123
|
enum DocumentLayout {
|
|
91
124
|
SINGLE_PAGE,
|
|
92
125
|
ONE_COLUMN,
|
|
@@ -95,6 +128,11 @@ export namespace EvinceDocument {
|
|
|
95
128
|
TWO_PAGE_LEFT,
|
|
96
129
|
TWO_PAGE_RIGHT,
|
|
97
130
|
}
|
|
131
|
+
|
|
132
|
+
export namespace DocumentMode {
|
|
133
|
+
export const $gtype: GObject.GType<DocumentMode>;
|
|
134
|
+
}
|
|
135
|
+
|
|
98
136
|
enum DocumentMode {
|
|
99
137
|
NONE,
|
|
100
138
|
USE_OC,
|
|
@@ -103,25 +141,50 @@ export namespace EvinceDocument {
|
|
|
103
141
|
USE_ATTACHMENTS,
|
|
104
142
|
PRESENTATION,
|
|
105
143
|
}
|
|
144
|
+
|
|
145
|
+
export namespace FileExporterFormat {
|
|
146
|
+
export const $gtype: GObject.GType<FileExporterFormat>;
|
|
147
|
+
}
|
|
148
|
+
|
|
106
149
|
enum FileExporterFormat {
|
|
107
150
|
UNKNOWN,
|
|
108
151
|
PS,
|
|
109
152
|
PDF,
|
|
110
153
|
}
|
|
154
|
+
|
|
155
|
+
export namespace FormFieldButtonType {
|
|
156
|
+
export const $gtype: GObject.GType<FormFieldButtonType>;
|
|
157
|
+
}
|
|
158
|
+
|
|
111
159
|
enum FormFieldButtonType {
|
|
112
160
|
PUSH,
|
|
113
161
|
CHECK,
|
|
114
162
|
RADIO,
|
|
115
163
|
}
|
|
164
|
+
|
|
165
|
+
export namespace FormFieldChoiceType {
|
|
166
|
+
export const $gtype: GObject.GType<FormFieldChoiceType>;
|
|
167
|
+
}
|
|
168
|
+
|
|
116
169
|
enum FormFieldChoiceType {
|
|
117
170
|
COMBO,
|
|
118
171
|
LIST,
|
|
119
172
|
}
|
|
173
|
+
|
|
174
|
+
export namespace FormFieldTextType {
|
|
175
|
+
export const $gtype: GObject.GType<FormFieldTextType>;
|
|
176
|
+
}
|
|
177
|
+
|
|
120
178
|
enum FormFieldTextType {
|
|
121
179
|
NORMAL,
|
|
122
180
|
MULTILINE,
|
|
123
181
|
FILE_SELECT,
|
|
124
182
|
}
|
|
183
|
+
|
|
184
|
+
export namespace LinkActionType {
|
|
185
|
+
export const $gtype: GObject.GType<LinkActionType>;
|
|
186
|
+
}
|
|
187
|
+
|
|
125
188
|
enum LinkActionType {
|
|
126
189
|
GOTO_DEST,
|
|
127
190
|
GOTO_REMOTE,
|
|
@@ -131,6 +194,11 @@ export namespace EvinceDocument {
|
|
|
131
194
|
LAYERS_STATE,
|
|
132
195
|
RESET_FORM,
|
|
133
196
|
}
|
|
197
|
+
|
|
198
|
+
export namespace LinkDestType {
|
|
199
|
+
export const $gtype: GObject.GType<LinkDestType>;
|
|
200
|
+
}
|
|
201
|
+
|
|
134
202
|
enum LinkDestType {
|
|
135
203
|
PAGE,
|
|
136
204
|
XYZ,
|
|
@@ -142,19 +210,39 @@ export namespace EvinceDocument {
|
|
|
142
210
|
PAGE_LABEL,
|
|
143
211
|
UNKNOWN,
|
|
144
212
|
}
|
|
213
|
+
|
|
214
|
+
export namespace SelectionStyle {
|
|
215
|
+
export const $gtype: GObject.GType<SelectionStyle>;
|
|
216
|
+
}
|
|
217
|
+
|
|
145
218
|
enum SelectionStyle {
|
|
146
219
|
GLYPH,
|
|
147
220
|
WORD,
|
|
148
221
|
LINE,
|
|
149
222
|
}
|
|
223
|
+
|
|
224
|
+
export namespace TransitionEffectAlignment {
|
|
225
|
+
export const $gtype: GObject.GType<TransitionEffectAlignment>;
|
|
226
|
+
}
|
|
227
|
+
|
|
150
228
|
enum TransitionEffectAlignment {
|
|
151
229
|
HORIZONTAL,
|
|
152
230
|
VERTICAL,
|
|
153
231
|
}
|
|
232
|
+
|
|
233
|
+
export namespace TransitionEffectDirection {
|
|
234
|
+
export const $gtype: GObject.GType<TransitionEffectDirection>;
|
|
235
|
+
}
|
|
236
|
+
|
|
154
237
|
enum TransitionEffectDirection {
|
|
155
238
|
INWARD,
|
|
156
239
|
OUTWARD,
|
|
157
240
|
}
|
|
241
|
+
|
|
242
|
+
export namespace TransitionEffectType {
|
|
243
|
+
export const $gtype: GObject.GType<TransitionEffectType>;
|
|
244
|
+
}
|
|
245
|
+
|
|
158
246
|
enum TransitionEffectType {
|
|
159
247
|
REPLACE,
|
|
160
248
|
SPLIT,
|
|
@@ -274,6 +362,11 @@ export namespace EvinceDocument {
|
|
|
274
362
|
*/
|
|
275
363
|
function xfer_uri_simple(from: string, to: string): boolean;
|
|
276
364
|
function xmp_parse(xmp: string, size: number, info: DocumentInfo): boolean;
|
|
365
|
+
|
|
366
|
+
export namespace AnnotationsSaveMask {
|
|
367
|
+
export const $gtype: GObject.GType<AnnotationsSaveMask>;
|
|
368
|
+
}
|
|
369
|
+
|
|
277
370
|
enum AnnotationsSaveMask {
|
|
278
371
|
NONE,
|
|
279
372
|
CONTENTS,
|
|
@@ -289,6 +382,11 @@ export namespace EvinceDocument {
|
|
|
289
382
|
TEXT_MARKUP_TYPE,
|
|
290
383
|
ALL,
|
|
291
384
|
}
|
|
385
|
+
|
|
386
|
+
export namespace DocumentInfoFields {
|
|
387
|
+
export const $gtype: GObject.GType<DocumentInfoFields>;
|
|
388
|
+
}
|
|
389
|
+
|
|
292
390
|
enum DocumentInfoFields {
|
|
293
391
|
TITLE,
|
|
294
392
|
FORMAT,
|
|
@@ -310,10 +408,20 @@ export namespace EvinceDocument {
|
|
|
310
408
|
LICENSE,
|
|
311
409
|
CONTAINS_JS,
|
|
312
410
|
}
|
|
411
|
+
|
|
412
|
+
export namespace DocumentLoadFlags {
|
|
413
|
+
export const $gtype: GObject.GType<DocumentLoadFlags>;
|
|
414
|
+
}
|
|
415
|
+
|
|
313
416
|
enum DocumentLoadFlags {
|
|
314
417
|
NONE,
|
|
315
418
|
NO_CACHE,
|
|
316
419
|
}
|
|
420
|
+
|
|
421
|
+
export namespace DocumentPermissions {
|
|
422
|
+
export const $gtype: GObject.GType<DocumentPermissions>;
|
|
423
|
+
}
|
|
424
|
+
|
|
317
425
|
enum DocumentPermissions {
|
|
318
426
|
OK_TO_PRINT,
|
|
319
427
|
OK_TO_MODIFY,
|
|
@@ -321,6 +429,11 @@ export namespace EvinceDocument {
|
|
|
321
429
|
OK_TO_ADD_NOTES,
|
|
322
430
|
FULL,
|
|
323
431
|
}
|
|
432
|
+
|
|
433
|
+
export namespace DocumentUIHints {
|
|
434
|
+
export const $gtype: GObject.GType<DocumentUIHints>;
|
|
435
|
+
}
|
|
436
|
+
|
|
324
437
|
enum DocumentUIHints {
|
|
325
438
|
HIDE_TOOLBAR,
|
|
326
439
|
HIDE_MENUBAR,
|
|
@@ -330,6 +443,11 @@ export namespace EvinceDocument {
|
|
|
330
443
|
DISPLAY_DOC_TITLE,
|
|
331
444
|
DIRECTION_RTL,
|
|
332
445
|
}
|
|
446
|
+
|
|
447
|
+
export namespace FileExporterCapabilities {
|
|
448
|
+
export const $gtype: GObject.GType<FileExporterCapabilities>;
|
|
449
|
+
}
|
|
450
|
+
|
|
333
451
|
enum FileExporterCapabilities {
|
|
334
452
|
PAGE_SET,
|
|
335
453
|
COPIES,
|
|
@@ -341,6 +459,11 @@ export namespace EvinceDocument {
|
|
|
341
459
|
PREVIEW,
|
|
342
460
|
NUMBER_UP,
|
|
343
461
|
}
|
|
462
|
+
|
|
463
|
+
export namespace FindOptions {
|
|
464
|
+
export const $gtype: GObject.GType<FindOptions>;
|
|
465
|
+
}
|
|
466
|
+
|
|
344
467
|
enum FindOptions {
|
|
345
468
|
DEFAULT,
|
|
346
469
|
CASE_SENSITIVE,
|
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": "*"
|