@girs/xreaderdocument-1.5 4.0.2-4.0.0-beta.7 → 4.0.2-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 CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/xreaderdocument-1.5)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for XreaderDocument-1.5, generated from library version 4.0.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.7.
8
+ GJS TypeScript type definitions for XreaderDocument-1.5, generated from library version 4.0.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.9.
9
9
 
10
10
 
11
11
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/xreaderdocument-1.5",
3
- "version": "4.0.2-4.0.0-beta.7",
3
+ "version": "4.0.2-4.0.0-beta.9",
4
4
  "description": "GJS TypeScript type definitions for XreaderDocument-1.5, generated from library version 4.0.2",
5
5
  "type": "module",
6
6
  "module": "xreaderdocument-1.5.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.7",
35
- "@girs/cairo-1.0": "^1.0.0-4.0.0-beta.7",
36
- "@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.7",
37
- "@girs/gdk-3.0": "^3.24.42-4.0.0-beta.7",
38
- "@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.7",
39
- "@girs/gio-2.0": "^2.80.2-4.0.0-beta.7",
40
- "@girs/gjs": "^4.0.0-beta.7",
41
- "@girs/glib-2.0": "^2.80.2-4.0.0-beta.7",
42
- "@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.7",
43
- "@girs/gobject-2.0": "^2.80.2-4.0.0-beta.7",
44
- "@girs/gtk-3.0": "^3.24.42-4.0.0-beta.7",
45
- "@girs/harfbuzz-0.0": "^8.1.1-4.0.0-beta.7",
46
- "@girs/pango-1.0": "^1.52.2-4.0.0-beta.7",
47
- "@girs/xlib-2.0": "^2.0.0-4.0.0-beta.7"
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": "*"
@@ -27,6 +27,10 @@ export namespace XreaderDocument {
27
27
  * XreaderDocument-1.5
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,18 +43,30 @@ export namespace XreaderDocument {
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 CompressionType {
67
+ export const $gtype: GObject.GType<CompressionType>;
68
+ }
69
+
54
70
  enum CompressionType {
55
71
  NONE,
56
72
  BZIP2,
@@ -76,6 +92,10 @@ export namespace XreaderDocument {
76
92
  static quark(): GLib.Quark;
77
93
  }
78
94
 
95
+ export namespace DocumentLayout {
96
+ export const $gtype: GObject.GType<DocumentLayout>;
97
+ }
98
+
79
99
  enum DocumentLayout {
80
100
  SINGLE_PAGE,
81
101
  ONE_COLUMN,
@@ -84,6 +104,10 @@ export namespace XreaderDocument {
84
104
  TWO_PAGE_LEFT,
85
105
  TWO_PAGE_RIGHT,
86
106
  }
107
+ export namespace DocumentMode {
108
+ export const $gtype: GObject.GType<DocumentMode>;
109
+ }
110
+
87
111
  enum DocumentMode {
88
112
  NONE,
89
113
  USE_OC,
@@ -92,25 +116,45 @@ export namespace XreaderDocument {
92
116
  USE_ATTACHMENTS,
93
117
  PRESENTATION,
94
118
  }
119
+ export namespace FileExporterFormat {
120
+ export const $gtype: GObject.GType<FileExporterFormat>;
121
+ }
122
+
95
123
  enum FileExporterFormat {
96
124
  UNKNOWN,
97
125
  PS,
98
126
  PDF,
99
127
  }
128
+ export namespace FormFieldButtonType {
129
+ export const $gtype: GObject.GType<FormFieldButtonType>;
130
+ }
131
+
100
132
  enum FormFieldButtonType {
101
133
  PUSH,
102
134
  CHECK,
103
135
  RADIO,
104
136
  }
137
+ export namespace FormFieldChoiceType {
138
+ export const $gtype: GObject.GType<FormFieldChoiceType>;
139
+ }
140
+
105
141
  enum FormFieldChoiceType {
106
142
  COMBO,
107
143
  LIST,
108
144
  }
145
+ export namespace FormFieldTextType {
146
+ export const $gtype: GObject.GType<FormFieldTextType>;
147
+ }
148
+
109
149
  enum FormFieldTextType {
110
150
  NORMAL,
111
151
  MULTILINE,
112
152
  FILE_SELECT,
113
153
  }
154
+ export namespace LinkActionType {
155
+ export const $gtype: GObject.GType<LinkActionType>;
156
+ }
157
+
114
158
  enum LinkActionType {
115
159
  GOTO_DEST,
116
160
  GOTO_REMOTE,
@@ -119,6 +163,10 @@ export namespace XreaderDocument {
119
163
  NAMED,
120
164
  LAYERS_STATE,
121
165
  }
166
+ export namespace LinkDestType {
167
+ export const $gtype: GObject.GType<LinkDestType>;
168
+ }
169
+
122
170
  enum LinkDestType {
123
171
  PAGE,
124
172
  XYZ,
@@ -131,19 +179,35 @@ export namespace XreaderDocument {
131
179
  HLINK,
132
180
  UNKNOWN,
133
181
  }
182
+ export namespace SelectionStyle {
183
+ export const $gtype: GObject.GType<SelectionStyle>;
184
+ }
185
+
134
186
  enum SelectionStyle {
135
187
  GLYPH,
136
188
  WORD,
137
189
  LINE,
138
190
  }
191
+ export namespace TransitionEffectAlignment {
192
+ export const $gtype: GObject.GType<TransitionEffectAlignment>;
193
+ }
194
+
139
195
  enum TransitionEffectAlignment {
140
196
  HORIZONTAL,
141
197
  VERTICAL,
142
198
  }
199
+ export namespace TransitionEffectDirection {
200
+ export const $gtype: GObject.GType<TransitionEffectDirection>;
201
+ }
202
+
143
203
  enum TransitionEffectDirection {
144
204
  INWARD,
145
205
  OUTWARD,
146
206
  }
207
+ export namespace TransitionEffectType {
208
+ export const $gtype: GObject.GType<TransitionEffectType>;
209
+ }
210
+
147
211
  enum TransitionEffectType {
148
212
  REPLACE,
149
213
  SPLIT,
@@ -253,6 +317,10 @@ export namespace XreaderDocument {
253
317
  * @returns %TRUE on success, or %FALSE on error with @error filled in
254
318
  */
255
319
  function xfer_uri_simple(from: string, to: string): boolean;
320
+ export namespace AnnotationsSaveMask {
321
+ export const $gtype: GObject.GType<AnnotationsSaveMask>;
322
+ }
323
+
256
324
  enum AnnotationsSaveMask {
257
325
  NONE,
258
326
  CONTENTS,
@@ -268,6 +336,10 @@ export namespace XreaderDocument {
268
336
  TEXT_MARKUP_TYPE,
269
337
  ALL,
270
338
  }
339
+ export namespace DocumentInfoFields {
340
+ export const $gtype: GObject.GType<DocumentInfoFields>;
341
+ }
342
+
271
343
  enum DocumentInfoFields {
272
344
  TITLE,
273
345
  FORMAT,
@@ -288,6 +360,10 @@ export namespace XreaderDocument {
288
360
  PAPER_SIZE,
289
361
  LICENSE,
290
362
  }
363
+ export namespace DocumentPermissions {
364
+ export const $gtype: GObject.GType<DocumentPermissions>;
365
+ }
366
+
291
367
  enum DocumentPermissions {
292
368
  OK_TO_PRINT,
293
369
  OK_TO_MODIFY,
@@ -295,6 +371,10 @@ export namespace XreaderDocument {
295
371
  OK_TO_ADD_NOTES,
296
372
  FULL,
297
373
  }
374
+ export namespace DocumentUIHints {
375
+ export const $gtype: GObject.GType<DocumentUIHints>;
376
+ }
377
+
298
378
  enum DocumentUIHints {
299
379
  HIDE_TOOLBAR,
300
380
  HIDE_MENUBAR,
@@ -304,6 +384,10 @@ export namespace XreaderDocument {
304
384
  DISPLAY_DOC_TITLE,
305
385
  DIRECTION_RTL,
306
386
  }
387
+ export namespace FileExporterCapabilities {
388
+ export const $gtype: GObject.GType<FileExporterCapabilities>;
389
+ }
390
+
307
391
  enum FileExporterCapabilities {
308
392
  PAGE_SET,
309
393
  COPIES,