@girs/evincedocument-3.0 48.1.0-4.0.0-beta.37 → 48.1.0-4.0.0-beta.39
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 +0 -43
- 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 48.1.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 48.1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.39.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
package/evincedocument-3.0.d.ts
CHANGED
|
@@ -111,7 +111,6 @@ export namespace EvinceDocument {
|
|
|
111
111
|
// Constructors
|
|
112
112
|
|
|
113
113
|
constructor(options: { message: string; code: number });
|
|
114
|
-
_init(...args: any[]): void;
|
|
115
114
|
|
|
116
115
|
// Static methods
|
|
117
116
|
|
|
@@ -2937,7 +2936,6 @@ export namespace EvinceDocument {
|
|
|
2937
2936
|
version: string;
|
|
2938
2937
|
}>,
|
|
2939
2938
|
);
|
|
2940
|
-
_init(...args: any[]): void;
|
|
2941
2939
|
}
|
|
2942
2940
|
|
|
2943
2941
|
type DocumentClass = typeof Document;
|
|
@@ -2998,7 +2996,6 @@ export namespace EvinceDocument {
|
|
|
2998
2996
|
fields_mask: number;
|
|
2999
2997
|
}>,
|
|
3000
2998
|
);
|
|
3001
|
-
_init(...args: any[]): void;
|
|
3002
2999
|
|
|
3003
3000
|
static ['new'](): DocumentInfo;
|
|
3004
3001
|
|
|
@@ -3035,7 +3032,6 @@ export namespace EvinceDocument {
|
|
|
3035
3032
|
web_statement: string;
|
|
3036
3033
|
}>,
|
|
3037
3034
|
);
|
|
3038
|
-
_init(...args: any[]): void;
|
|
3039
3035
|
|
|
3040
3036
|
static ['new'](): DocumentLicense;
|
|
3041
3037
|
|
|
@@ -3056,10 +3052,6 @@ export namespace EvinceDocument {
|
|
|
3056
3052
|
type DocumentPrintInterface = typeof DocumentPrint;
|
|
3057
3053
|
abstract class DocumentPrivate {
|
|
3058
3054
|
static $gtype: GObject.GType<DocumentPrivate>;
|
|
3059
|
-
|
|
3060
|
-
// Constructors
|
|
3061
|
-
|
|
3062
|
-
_init(...args: any[]): void;
|
|
3063
3055
|
}
|
|
3064
3056
|
|
|
3065
3057
|
type DocumentSecurityInterface = typeof DocumentSecurity;
|
|
@@ -3078,10 +3070,6 @@ export namespace EvinceDocument {
|
|
|
3078
3070
|
paper_height: number;
|
|
3079
3071
|
duplex: boolean;
|
|
3080
3072
|
pages_per_sheet: number;
|
|
3081
|
-
|
|
3082
|
-
// Constructors
|
|
3083
|
-
|
|
3084
|
-
_init(...args: any[]): void;
|
|
3085
3073
|
}
|
|
3086
3074
|
|
|
3087
3075
|
type FileExporterInterface = typeof FileExporter;
|
|
@@ -3109,7 +3097,6 @@ export namespace EvinceDocument {
|
|
|
3109
3097
|
after_hyphen: boolean;
|
|
3110
3098
|
}>,
|
|
3111
3099
|
);
|
|
3112
|
-
_init(...args: any[]): void;
|
|
3113
3100
|
|
|
3114
3101
|
static ['new'](): FindRectangle;
|
|
3115
3102
|
|
|
@@ -3127,46 +3114,26 @@ export namespace EvinceDocument {
|
|
|
3127
3114
|
type ImageClass = typeof Image;
|
|
3128
3115
|
abstract class ImagePrivate {
|
|
3129
3116
|
static $gtype: GObject.GType<ImagePrivate>;
|
|
3130
|
-
|
|
3131
|
-
// Constructors
|
|
3132
|
-
|
|
3133
|
-
_init(...args: any[]): void;
|
|
3134
3117
|
}
|
|
3135
3118
|
|
|
3136
3119
|
type LayerClass = typeof Layer;
|
|
3137
3120
|
abstract class LayerPrivate {
|
|
3138
3121
|
static $gtype: GObject.GType<LayerPrivate>;
|
|
3139
|
-
|
|
3140
|
-
// Constructors
|
|
3141
|
-
|
|
3142
|
-
_init(...args: any[]): void;
|
|
3143
3122
|
}
|
|
3144
3123
|
|
|
3145
3124
|
type LinkActionClass = typeof LinkAction;
|
|
3146
3125
|
abstract class LinkActionPrivate {
|
|
3147
3126
|
static $gtype: GObject.GType<LinkActionPrivate>;
|
|
3148
|
-
|
|
3149
|
-
// Constructors
|
|
3150
|
-
|
|
3151
|
-
_init(...args: any[]): void;
|
|
3152
3127
|
}
|
|
3153
3128
|
|
|
3154
3129
|
type LinkClass = typeof Link;
|
|
3155
3130
|
type LinkDestClass = typeof LinkDest;
|
|
3156
3131
|
abstract class LinkDestPrivate {
|
|
3157
3132
|
static $gtype: GObject.GType<LinkDestPrivate>;
|
|
3158
|
-
|
|
3159
|
-
// Constructors
|
|
3160
|
-
|
|
3161
|
-
_init(...args: any[]): void;
|
|
3162
3133
|
}
|
|
3163
3134
|
|
|
3164
3135
|
abstract class LinkPrivate {
|
|
3165
3136
|
static $gtype: GObject.GType<LinkPrivate>;
|
|
3166
|
-
|
|
3167
|
-
// Constructors
|
|
3168
|
-
|
|
3169
|
-
_init(...args: any[]): void;
|
|
3170
3137
|
}
|
|
3171
3138
|
|
|
3172
3139
|
class Mapping {
|
|
@@ -3185,7 +3152,6 @@ export namespace EvinceDocument {
|
|
|
3185
3152
|
data: any;
|
|
3186
3153
|
}>,
|
|
3187
3154
|
);
|
|
3188
|
-
_init(...args: any[]): void;
|
|
3189
3155
|
}
|
|
3190
3156
|
|
|
3191
3157
|
class MappingList {
|
|
@@ -3194,7 +3160,6 @@ export namespace EvinceDocument {
|
|
|
3194
3160
|
// Constructors
|
|
3195
3161
|
|
|
3196
3162
|
constructor(page: number, list: Mapping[]);
|
|
3197
|
-
_init(...args: any[]): void;
|
|
3198
3163
|
|
|
3199
3164
|
static ['new'](page: number, list: Mapping[]): MappingList;
|
|
3200
3165
|
|
|
@@ -3216,10 +3181,6 @@ export namespace EvinceDocument {
|
|
|
3216
3181
|
type MediaClass = typeof Media;
|
|
3217
3182
|
abstract class MediaPrivate {
|
|
3218
3183
|
static $gtype: GObject.GType<MediaPrivate>;
|
|
3219
|
-
|
|
3220
|
-
// Constructors
|
|
3221
|
-
|
|
3222
|
-
_init(...args: any[]): void;
|
|
3223
3184
|
}
|
|
3224
3185
|
|
|
3225
3186
|
type PageClass = typeof Page;
|
|
@@ -3239,7 +3200,6 @@ export namespace EvinceDocument {
|
|
|
3239
3200
|
y: number;
|
|
3240
3201
|
}>,
|
|
3241
3202
|
);
|
|
3242
|
-
_init(...args: any[]): void;
|
|
3243
3203
|
}
|
|
3244
3204
|
|
|
3245
3205
|
class Rectangle {
|
|
@@ -3262,7 +3222,6 @@ export namespace EvinceDocument {
|
|
|
3262
3222
|
y2: number;
|
|
3263
3223
|
}>,
|
|
3264
3224
|
);
|
|
3265
|
-
_init(...args: any[]): void;
|
|
3266
3225
|
|
|
3267
3226
|
static ['new'](): Rectangle;
|
|
3268
3227
|
|
|
@@ -3292,7 +3251,6 @@ export namespace EvinceDocument {
|
|
|
3292
3251
|
col: number;
|
|
3293
3252
|
}>,
|
|
3294
3253
|
);
|
|
3295
|
-
_init(...args: any[]): void;
|
|
3296
3254
|
|
|
3297
3255
|
static ['new'](filename: string, line: number, col: number): SourceLink;
|
|
3298
3256
|
|
|
@@ -3319,7 +3277,6 @@ export namespace EvinceDocument {
|
|
|
3319
3277
|
mime_types: string;
|
|
3320
3278
|
}>,
|
|
3321
3279
|
);
|
|
3322
|
-
_init(...args: any[]): void;
|
|
3323
3280
|
}
|
|
3324
3281
|
|
|
3325
3282
|
namespace AnnotationMarkup {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/evincedocument-3.0",
|
|
3
|
-
"version": "48.1.0-4.0.0-beta.
|
|
3
|
+
"version": "48.1.0-4.0.0-beta.39",
|
|
4
4
|
"description": "GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 48.1.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/gjs": "4.0.0-beta.
|
|
35
|
-
"@girs/gtk-3.0": "3.24.
|
|
36
|
-
"@girs/xlib-2.0": "2.0.0-4.0.0-beta.
|
|
37
|
-
"@girs/gdk-3.0": "3.24.
|
|
38
|
-
"@girs/cairo-1.0": "1.0.0-4.0.0-beta.
|
|
39
|
-
"@girs/gobject-2.0": "2.86.
|
|
40
|
-
"@girs/glib-2.0": "2.86.
|
|
41
|
-
"@girs/pango-1.0": "1.57.0-4.0.0-beta.
|
|
42
|
-
"@girs/harfbuzz-0.0": "11.5.
|
|
43
|
-
"@girs/freetype2-2.0": "2.0.0-4.0.0-beta.
|
|
44
|
-
"@girs/gio-2.0": "2.86.
|
|
45
|
-
"@girs/gmodule-2.0": "2.0.0-4.0.0-beta.
|
|
46
|
-
"@girs/gdkpixbuf-2.0": "2.0.0-4.0.0-beta.
|
|
47
|
-
"@girs/atk-1.0": "2.58.
|
|
34
|
+
"@girs/gjs": "4.0.0-beta.39",
|
|
35
|
+
"@girs/gtk-3.0": "3.24.51-4.0.0-beta.39",
|
|
36
|
+
"@girs/xlib-2.0": "2.0.0-4.0.0-beta.39",
|
|
37
|
+
"@girs/gdk-3.0": "3.24.51-4.0.0-beta.39",
|
|
38
|
+
"@girs/cairo-1.0": "1.0.0-4.0.0-beta.39",
|
|
39
|
+
"@girs/gobject-2.0": "2.86.4-4.0.0-beta.39",
|
|
40
|
+
"@girs/glib-2.0": "2.86.4-4.0.0-beta.39",
|
|
41
|
+
"@girs/pango-1.0": "1.57.0-4.0.0-beta.39",
|
|
42
|
+
"@girs/harfbuzz-0.0": "11.5.1-4.0.0-beta.39",
|
|
43
|
+
"@girs/freetype2-2.0": "2.0.0-4.0.0-beta.39",
|
|
44
|
+
"@girs/gio-2.0": "2.86.4-4.0.0-beta.39",
|
|
45
|
+
"@girs/gmodule-2.0": "2.0.0-4.0.0-beta.39",
|
|
46
|
+
"@girs/gdkpixbuf-2.0": "2.0.0-4.0.0-beta.39",
|
|
47
|
+
"@girs/atk-1.0": "2.58.3-4.0.0-beta.39" },
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"typescript": "*"
|
|
50
50
|
},
|