@girs/evincedocument-3.0 46.3.0-4.0.0-beta.7 → 46.3.0-4.0.0-beta.9
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 +100 -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.9.
|
|
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,50 @@ export namespace EvinceDocument {
|
|
|
39
43
|
CIRCLE,
|
|
40
44
|
UNKNOWN,
|
|
41
45
|
}
|
|
46
|
+
export namespace AnnotationTextMarkupType {
|
|
47
|
+
export const $gtype: GObject.GType<AnnotationTextMarkupType>;
|
|
48
|
+
}
|
|
49
|
+
|
|
42
50
|
enum AnnotationTextMarkupType {
|
|
43
51
|
HIGHLIGHT,
|
|
44
52
|
STRIKE_OUT,
|
|
45
53
|
UNDERLINE,
|
|
46
54
|
SQUIGGLY,
|
|
47
55
|
}
|
|
56
|
+
export namespace AnnotationType {
|
|
57
|
+
export const $gtype: GObject.GType<AnnotationType>;
|
|
58
|
+
}
|
|
59
|
+
|
|
48
60
|
enum AnnotationType {
|
|
49
61
|
UNKNOWN,
|
|
50
62
|
TEXT,
|
|
51
63
|
ATTACHMENT,
|
|
52
64
|
TEXT_MARKUP,
|
|
53
65
|
}
|
|
66
|
+
export namespace AnnotationsOverMarkup {
|
|
67
|
+
export const $gtype: GObject.GType<AnnotationsOverMarkup>;
|
|
68
|
+
}
|
|
69
|
+
|
|
54
70
|
enum AnnotationsOverMarkup {
|
|
55
71
|
NOT_IMPLEMENTED,
|
|
56
72
|
UNKNOWN,
|
|
57
73
|
YES,
|
|
58
74
|
NOT,
|
|
59
75
|
}
|
|
76
|
+
export namespace CompressionType {
|
|
77
|
+
export const $gtype: GObject.GType<CompressionType>;
|
|
78
|
+
}
|
|
79
|
+
|
|
60
80
|
enum CompressionType {
|
|
61
81
|
NONE,
|
|
62
82
|
BZIP2,
|
|
63
83
|
GZIP,
|
|
64
84
|
LZMA,
|
|
65
85
|
}
|
|
86
|
+
export namespace DocumentContainsJS {
|
|
87
|
+
export const $gtype: GObject.GType<DocumentContainsJS>;
|
|
88
|
+
}
|
|
89
|
+
|
|
66
90
|
enum DocumentContainsJS {
|
|
67
91
|
UNKNOWN,
|
|
68
92
|
NO,
|
|
@@ -87,6 +111,10 @@ export namespace EvinceDocument {
|
|
|
87
111
|
static quark(): GLib.Quark;
|
|
88
112
|
}
|
|
89
113
|
|
|
114
|
+
export namespace DocumentLayout {
|
|
115
|
+
export const $gtype: GObject.GType<DocumentLayout>;
|
|
116
|
+
}
|
|
117
|
+
|
|
90
118
|
enum DocumentLayout {
|
|
91
119
|
SINGLE_PAGE,
|
|
92
120
|
ONE_COLUMN,
|
|
@@ -95,6 +123,10 @@ export namespace EvinceDocument {
|
|
|
95
123
|
TWO_PAGE_LEFT,
|
|
96
124
|
TWO_PAGE_RIGHT,
|
|
97
125
|
}
|
|
126
|
+
export namespace DocumentMode {
|
|
127
|
+
export const $gtype: GObject.GType<DocumentMode>;
|
|
128
|
+
}
|
|
129
|
+
|
|
98
130
|
enum DocumentMode {
|
|
99
131
|
NONE,
|
|
100
132
|
USE_OC,
|
|
@@ -103,25 +135,45 @@ export namespace EvinceDocument {
|
|
|
103
135
|
USE_ATTACHMENTS,
|
|
104
136
|
PRESENTATION,
|
|
105
137
|
}
|
|
138
|
+
export namespace FileExporterFormat {
|
|
139
|
+
export const $gtype: GObject.GType<FileExporterFormat>;
|
|
140
|
+
}
|
|
141
|
+
|
|
106
142
|
enum FileExporterFormat {
|
|
107
143
|
UNKNOWN,
|
|
108
144
|
PS,
|
|
109
145
|
PDF,
|
|
110
146
|
}
|
|
147
|
+
export namespace FormFieldButtonType {
|
|
148
|
+
export const $gtype: GObject.GType<FormFieldButtonType>;
|
|
149
|
+
}
|
|
150
|
+
|
|
111
151
|
enum FormFieldButtonType {
|
|
112
152
|
PUSH,
|
|
113
153
|
CHECK,
|
|
114
154
|
RADIO,
|
|
115
155
|
}
|
|
156
|
+
export namespace FormFieldChoiceType {
|
|
157
|
+
export const $gtype: GObject.GType<FormFieldChoiceType>;
|
|
158
|
+
}
|
|
159
|
+
|
|
116
160
|
enum FormFieldChoiceType {
|
|
117
161
|
COMBO,
|
|
118
162
|
LIST,
|
|
119
163
|
}
|
|
164
|
+
export namespace FormFieldTextType {
|
|
165
|
+
export const $gtype: GObject.GType<FormFieldTextType>;
|
|
166
|
+
}
|
|
167
|
+
|
|
120
168
|
enum FormFieldTextType {
|
|
121
169
|
NORMAL,
|
|
122
170
|
MULTILINE,
|
|
123
171
|
FILE_SELECT,
|
|
124
172
|
}
|
|
173
|
+
export namespace LinkActionType {
|
|
174
|
+
export const $gtype: GObject.GType<LinkActionType>;
|
|
175
|
+
}
|
|
176
|
+
|
|
125
177
|
enum LinkActionType {
|
|
126
178
|
GOTO_DEST,
|
|
127
179
|
GOTO_REMOTE,
|
|
@@ -131,6 +183,10 @@ export namespace EvinceDocument {
|
|
|
131
183
|
LAYERS_STATE,
|
|
132
184
|
RESET_FORM,
|
|
133
185
|
}
|
|
186
|
+
export namespace LinkDestType {
|
|
187
|
+
export const $gtype: GObject.GType<LinkDestType>;
|
|
188
|
+
}
|
|
189
|
+
|
|
134
190
|
enum LinkDestType {
|
|
135
191
|
PAGE,
|
|
136
192
|
XYZ,
|
|
@@ -142,19 +198,35 @@ export namespace EvinceDocument {
|
|
|
142
198
|
PAGE_LABEL,
|
|
143
199
|
UNKNOWN,
|
|
144
200
|
}
|
|
201
|
+
export namespace SelectionStyle {
|
|
202
|
+
export const $gtype: GObject.GType<SelectionStyle>;
|
|
203
|
+
}
|
|
204
|
+
|
|
145
205
|
enum SelectionStyle {
|
|
146
206
|
GLYPH,
|
|
147
207
|
WORD,
|
|
148
208
|
LINE,
|
|
149
209
|
}
|
|
210
|
+
export namespace TransitionEffectAlignment {
|
|
211
|
+
export const $gtype: GObject.GType<TransitionEffectAlignment>;
|
|
212
|
+
}
|
|
213
|
+
|
|
150
214
|
enum TransitionEffectAlignment {
|
|
151
215
|
HORIZONTAL,
|
|
152
216
|
VERTICAL,
|
|
153
217
|
}
|
|
218
|
+
export namespace TransitionEffectDirection {
|
|
219
|
+
export const $gtype: GObject.GType<TransitionEffectDirection>;
|
|
220
|
+
}
|
|
221
|
+
|
|
154
222
|
enum TransitionEffectDirection {
|
|
155
223
|
INWARD,
|
|
156
224
|
OUTWARD,
|
|
157
225
|
}
|
|
226
|
+
export namespace TransitionEffectType {
|
|
227
|
+
export const $gtype: GObject.GType<TransitionEffectType>;
|
|
228
|
+
}
|
|
229
|
+
|
|
158
230
|
enum TransitionEffectType {
|
|
159
231
|
REPLACE,
|
|
160
232
|
SPLIT,
|
|
@@ -274,6 +346,10 @@ export namespace EvinceDocument {
|
|
|
274
346
|
*/
|
|
275
347
|
function xfer_uri_simple(from: string, to: string): boolean;
|
|
276
348
|
function xmp_parse(xmp: string, size: number, info: DocumentInfo): boolean;
|
|
349
|
+
export namespace AnnotationsSaveMask {
|
|
350
|
+
export const $gtype: GObject.GType<AnnotationsSaveMask>;
|
|
351
|
+
}
|
|
352
|
+
|
|
277
353
|
enum AnnotationsSaveMask {
|
|
278
354
|
NONE,
|
|
279
355
|
CONTENTS,
|
|
@@ -289,6 +365,10 @@ export namespace EvinceDocument {
|
|
|
289
365
|
TEXT_MARKUP_TYPE,
|
|
290
366
|
ALL,
|
|
291
367
|
}
|
|
368
|
+
export namespace DocumentInfoFields {
|
|
369
|
+
export const $gtype: GObject.GType<DocumentInfoFields>;
|
|
370
|
+
}
|
|
371
|
+
|
|
292
372
|
enum DocumentInfoFields {
|
|
293
373
|
TITLE,
|
|
294
374
|
FORMAT,
|
|
@@ -310,10 +390,18 @@ export namespace EvinceDocument {
|
|
|
310
390
|
LICENSE,
|
|
311
391
|
CONTAINS_JS,
|
|
312
392
|
}
|
|
393
|
+
export namespace DocumentLoadFlags {
|
|
394
|
+
export const $gtype: GObject.GType<DocumentLoadFlags>;
|
|
395
|
+
}
|
|
396
|
+
|
|
313
397
|
enum DocumentLoadFlags {
|
|
314
398
|
NONE,
|
|
315
399
|
NO_CACHE,
|
|
316
400
|
}
|
|
401
|
+
export namespace DocumentPermissions {
|
|
402
|
+
export const $gtype: GObject.GType<DocumentPermissions>;
|
|
403
|
+
}
|
|
404
|
+
|
|
317
405
|
enum DocumentPermissions {
|
|
318
406
|
OK_TO_PRINT,
|
|
319
407
|
OK_TO_MODIFY,
|
|
@@ -321,6 +409,10 @@ export namespace EvinceDocument {
|
|
|
321
409
|
OK_TO_ADD_NOTES,
|
|
322
410
|
FULL,
|
|
323
411
|
}
|
|
412
|
+
export namespace DocumentUIHints {
|
|
413
|
+
export const $gtype: GObject.GType<DocumentUIHints>;
|
|
414
|
+
}
|
|
415
|
+
|
|
324
416
|
enum DocumentUIHints {
|
|
325
417
|
HIDE_TOOLBAR,
|
|
326
418
|
HIDE_MENUBAR,
|
|
@@ -330,6 +422,10 @@ export namespace EvinceDocument {
|
|
|
330
422
|
DISPLAY_DOC_TITLE,
|
|
331
423
|
DIRECTION_RTL,
|
|
332
424
|
}
|
|
425
|
+
export namespace FileExporterCapabilities {
|
|
426
|
+
export const $gtype: GObject.GType<FileExporterCapabilities>;
|
|
427
|
+
}
|
|
428
|
+
|
|
333
429
|
enum FileExporterCapabilities {
|
|
334
430
|
PAGE_SET,
|
|
335
431
|
COPIES,
|
|
@@ -341,6 +437,10 @@ export namespace EvinceDocument {
|
|
|
341
437
|
PREVIEW,
|
|
342
438
|
NUMBER_UP,
|
|
343
439
|
}
|
|
440
|
+
export namespace FindOptions {
|
|
441
|
+
export const $gtype: GObject.GType<FindOptions>;
|
|
442
|
+
}
|
|
443
|
+
|
|
344
444
|
enum FindOptions {
|
|
345
445
|
DEFAULT,
|
|
346
446
|
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.9",
|
|
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.9",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.9",
|
|
36
|
+
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.9",
|
|
37
|
+
"@girs/gdk-3.0": "^3.24.42-4.0.0-beta.9",
|
|
38
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.9",
|
|
39
|
+
"@girs/gio-2.0": "^2.80.2-4.0.0-beta.9",
|
|
40
|
+
"@girs/gjs": "^4.0.0-beta.9",
|
|
41
|
+
"@girs/glib-2.0": "^2.80.2-4.0.0-beta.9",
|
|
42
|
+
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.9",
|
|
43
|
+
"@girs/gobject-2.0": "^2.80.2-4.0.0-beta.9",
|
|
44
|
+
"@girs/gtk-3.0": "^3.24.42-4.0.0-beta.9",
|
|
45
|
+
"@girs/harfbuzz-0.0": "^8.1.1-4.0.0-beta.9",
|
|
46
|
+
"@girs/pango-1.0": "^1.52.2-4.0.0-beta.9",
|
|
47
|
+
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.9"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"typescript": "*"
|