@girs/evincedocument-3.0 46.3.0-4.0.0-beta.19 → 46.3.0-4.0.0-beta.20
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 +38 -38
- 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.20.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/evincedocument-3.0.d.ts
CHANGED
|
@@ -18,8 +18,8 @@ import type Pango from '@girs/pango-1.0';
|
|
|
18
18
|
import type HarfBuzz from '@girs/harfbuzz-0.0';
|
|
19
19
|
import type freetype2 from '@girs/freetype2-2.0';
|
|
20
20
|
import type Gio from '@girs/gio-2.0';
|
|
21
|
-
import type GModule from '@girs/gmodule-2.0';
|
|
22
21
|
import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
|
|
22
|
+
import type GModule from '@girs/gmodule-2.0';
|
|
23
23
|
import type Atk from '@girs/atk-1.0';
|
|
24
24
|
|
|
25
25
|
export namespace EvinceDocument {
|
|
@@ -469,7 +469,7 @@ export namespace EvinceDocument {
|
|
|
469
469
|
CASE_SENSITIVE,
|
|
470
470
|
WHOLE_WORDS_ONLY,
|
|
471
471
|
}
|
|
472
|
-
|
|
472
|
+
namespace Annotation {
|
|
473
473
|
// Constructor properties interface
|
|
474
474
|
|
|
475
475
|
interface ConstructorProps extends GObject.Object.ConstructorProps {
|
|
@@ -636,7 +636,7 @@ export namespace EvinceDocument {
|
|
|
636
636
|
set_rgba(rgba: Gdk.RGBA): boolean;
|
|
637
637
|
}
|
|
638
638
|
|
|
639
|
-
|
|
639
|
+
namespace AnnotationAttachment {
|
|
640
640
|
// Constructor properties interface
|
|
641
641
|
|
|
642
642
|
interface ConstructorProps extends Annotation.ConstructorProps, AnnotationMarkup.ConstructorProps {
|
|
@@ -834,7 +834,7 @@ export namespace EvinceDocument {
|
|
|
834
834
|
set_rgba(rgba: Gdk.RGBA): boolean;
|
|
835
835
|
}
|
|
836
836
|
|
|
837
|
-
|
|
837
|
+
namespace AnnotationText {
|
|
838
838
|
// Constructor properties interface
|
|
839
839
|
|
|
840
840
|
interface ConstructorProps extends Annotation.ConstructorProps, AnnotationMarkup.ConstructorProps {
|
|
@@ -1040,7 +1040,7 @@ export namespace EvinceDocument {
|
|
|
1040
1040
|
set_rgba(rgba: Gdk.RGBA): boolean;
|
|
1041
1041
|
}
|
|
1042
1042
|
|
|
1043
|
-
|
|
1043
|
+
namespace AnnotationTextMarkup {
|
|
1044
1044
|
// Constructor properties interface
|
|
1045
1045
|
|
|
1046
1046
|
interface ConstructorProps extends Annotation.ConstructorProps, AnnotationMarkup.ConstructorProps {
|
|
@@ -1244,7 +1244,7 @@ export namespace EvinceDocument {
|
|
|
1244
1244
|
set_rgba(rgba: Gdk.RGBA): boolean;
|
|
1245
1245
|
}
|
|
1246
1246
|
|
|
1247
|
-
|
|
1247
|
+
namespace Attachment {
|
|
1248
1248
|
// Constructor properties interface
|
|
1249
1249
|
|
|
1250
1250
|
interface ConstructorProps extends GObject.Object.ConstructorProps {
|
|
@@ -1303,7 +1303,7 @@ export namespace EvinceDocument {
|
|
|
1303
1303
|
save(file: Gio.File): boolean;
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
|
-
|
|
1306
|
+
namespace Document {
|
|
1307
1307
|
// Constructor properties interface
|
|
1308
1308
|
|
|
1309
1309
|
interface ConstructorProps extends GObject.Object.ConstructorProps {
|
|
@@ -1678,7 +1678,7 @@ export namespace EvinceDocument {
|
|
|
1678
1678
|
synctex_backward_search(page_index: number, x: number, y: number): SourceLink;
|
|
1679
1679
|
}
|
|
1680
1680
|
|
|
1681
|
-
|
|
1681
|
+
namespace FormField {
|
|
1682
1682
|
// Constructor properties interface
|
|
1683
1683
|
|
|
1684
1684
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -1703,7 +1703,7 @@ export namespace EvinceDocument {
|
|
|
1703
1703
|
_init(...args: any[]): void;
|
|
1704
1704
|
}
|
|
1705
1705
|
|
|
1706
|
-
|
|
1706
|
+
namespace FormFieldButton {
|
|
1707
1707
|
// Constructor properties interface
|
|
1708
1708
|
|
|
1709
1709
|
interface ConstructorProps extends FormField.ConstructorProps {}
|
|
@@ -1726,7 +1726,7 @@ export namespace EvinceDocument {
|
|
|
1726
1726
|
static ['new'](id: number, type: FormFieldButtonType): FormFieldButton;
|
|
1727
1727
|
}
|
|
1728
1728
|
|
|
1729
|
-
|
|
1729
|
+
namespace FormFieldChoice {
|
|
1730
1730
|
// Constructor properties interface
|
|
1731
1731
|
|
|
1732
1732
|
interface ConstructorProps extends FormField.ConstructorProps {}
|
|
@@ -1754,7 +1754,7 @@ export namespace EvinceDocument {
|
|
|
1754
1754
|
static ['new'](id: number, type: FormFieldChoiceType): FormFieldChoice;
|
|
1755
1755
|
}
|
|
1756
1756
|
|
|
1757
|
-
|
|
1757
|
+
namespace FormFieldSignature {
|
|
1758
1758
|
// Constructor properties interface
|
|
1759
1759
|
|
|
1760
1760
|
interface ConstructorProps extends FormField.ConstructorProps {}
|
|
@@ -1772,7 +1772,7 @@ export namespace EvinceDocument {
|
|
|
1772
1772
|
static ['new'](id: number): FormFieldSignature;
|
|
1773
1773
|
}
|
|
1774
1774
|
|
|
1775
|
-
|
|
1775
|
+
namespace FormFieldText {
|
|
1776
1776
|
// Constructor properties interface
|
|
1777
1777
|
|
|
1778
1778
|
interface ConstructorProps extends FormField.ConstructorProps {}
|
|
@@ -1801,7 +1801,7 @@ export namespace EvinceDocument {
|
|
|
1801
1801
|
static ['new'](id: number, type: FormFieldTextType): FormFieldText;
|
|
1802
1802
|
}
|
|
1803
1803
|
|
|
1804
|
-
|
|
1804
|
+
namespace Image {
|
|
1805
1805
|
// Constructor properties interface
|
|
1806
1806
|
|
|
1807
1807
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -1833,7 +1833,7 @@ export namespace EvinceDocument {
|
|
|
1833
1833
|
save_tmp(pixbuf: GdkPixbuf.Pixbuf): string;
|
|
1834
1834
|
}
|
|
1835
1835
|
|
|
1836
|
-
|
|
1836
|
+
namespace Layer {
|
|
1837
1837
|
// Constructor properties interface
|
|
1838
1838
|
|
|
1839
1839
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -1860,7 +1860,7 @@ export namespace EvinceDocument {
|
|
|
1860
1860
|
is_parent(): boolean;
|
|
1861
1861
|
}
|
|
1862
1862
|
|
|
1863
|
-
|
|
1863
|
+
namespace Link {
|
|
1864
1864
|
// Constructor properties interface
|
|
1865
1865
|
|
|
1866
1866
|
interface ConstructorProps extends GObject.Object.ConstructorProps {
|
|
@@ -1891,7 +1891,7 @@ export namespace EvinceDocument {
|
|
|
1891
1891
|
get_title(): string;
|
|
1892
1892
|
}
|
|
1893
1893
|
|
|
1894
|
-
|
|
1894
|
+
namespace LinkAction {
|
|
1895
1895
|
// Constructor properties interface
|
|
1896
1896
|
|
|
1897
1897
|
interface ConstructorProps extends GObject.Object.ConstructorProps {
|
|
@@ -1977,7 +1977,7 @@ export namespace EvinceDocument {
|
|
|
1977
1977
|
get_uri(): string;
|
|
1978
1978
|
}
|
|
1979
1979
|
|
|
1980
|
-
|
|
1980
|
+
namespace LinkDest {
|
|
1981
1981
|
// Constructor properties interface
|
|
1982
1982
|
|
|
1983
1983
|
interface ConstructorProps extends GObject.Object.ConstructorProps {
|
|
@@ -2061,7 +2061,7 @@ export namespace EvinceDocument {
|
|
|
2061
2061
|
get_zoom(change_zoom: boolean): number;
|
|
2062
2062
|
}
|
|
2063
2063
|
|
|
2064
|
-
|
|
2064
|
+
namespace Media {
|
|
2065
2065
|
// Constructor properties interface
|
|
2066
2066
|
|
|
2067
2067
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2090,7 +2090,7 @@ export namespace EvinceDocument {
|
|
|
2090
2090
|
set_show_controls(show_controls: boolean): void;
|
|
2091
2091
|
}
|
|
2092
2092
|
|
|
2093
|
-
|
|
2093
|
+
namespace Page {
|
|
2094
2094
|
// Constructor properties interface
|
|
2095
2095
|
|
|
2096
2096
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2115,7 +2115,7 @@ export namespace EvinceDocument {
|
|
|
2115
2115
|
static ['new'](index: number): Page;
|
|
2116
2116
|
}
|
|
2117
2117
|
|
|
2118
|
-
|
|
2118
|
+
namespace RenderContext {
|
|
2119
2119
|
// Constructor properties interface
|
|
2120
2120
|
|
|
2121
2121
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2161,7 +2161,7 @@ export namespace EvinceDocument {
|
|
|
2161
2161
|
set_target_size(target_width: number, target_height: number): void;
|
|
2162
2162
|
}
|
|
2163
2163
|
|
|
2164
|
-
|
|
2164
|
+
namespace TransitionEffect {
|
|
2165
2165
|
// Constructor properties interface
|
|
2166
2166
|
|
|
2167
2167
|
interface ConstructorProps extends GObject.Object.ConstructorProps {
|
|
@@ -2618,7 +2618,7 @@ export namespace EvinceDocument {
|
|
|
2618
2618
|
_init(...args: any[]): void;
|
|
2619
2619
|
}
|
|
2620
2620
|
|
|
2621
|
-
|
|
2621
|
+
namespace AnnotationMarkup {
|
|
2622
2622
|
// Constructor properties interface
|
|
2623
2623
|
|
|
2624
2624
|
interface ConstructorProps extends Annotation.ConstructorProps {
|
|
@@ -2677,7 +2677,7 @@ export namespace EvinceDocument {
|
|
|
2677
2677
|
new (): AnnotationMarkup; // This allows `obj instanceof AnnotationMarkup`
|
|
2678
2678
|
};
|
|
2679
2679
|
|
|
2680
|
-
|
|
2680
|
+
namespace AsyncRenderer {
|
|
2681
2681
|
// Constructor properties interface
|
|
2682
2682
|
|
|
2683
2683
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2702,7 +2702,7 @@ export namespace EvinceDocument {
|
|
|
2702
2702
|
new (): AsyncRenderer; // This allows `obj instanceof AsyncRenderer`
|
|
2703
2703
|
};
|
|
2704
2704
|
|
|
2705
|
-
|
|
2705
|
+
namespace DocumentAnnotations {
|
|
2706
2706
|
// Constructor properties interface
|
|
2707
2707
|
|
|
2708
2708
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2738,7 +2738,7 @@ export namespace EvinceDocument {
|
|
|
2738
2738
|
new (): DocumentAnnotations; // This allows `obj instanceof DocumentAnnotations`
|
|
2739
2739
|
};
|
|
2740
2740
|
|
|
2741
|
-
|
|
2741
|
+
namespace DocumentAttachments {
|
|
2742
2742
|
// Constructor properties interface
|
|
2743
2743
|
|
|
2744
2744
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2764,7 +2764,7 @@ export namespace EvinceDocument {
|
|
|
2764
2764
|
new (): DocumentAttachments; // This allows `obj instanceof DocumentAttachments`
|
|
2765
2765
|
};
|
|
2766
2766
|
|
|
2767
|
-
|
|
2767
|
+
namespace DocumentFind {
|
|
2768
2768
|
// Constructor properties interface
|
|
2769
2769
|
|
|
2770
2770
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2794,7 +2794,7 @@ export namespace EvinceDocument {
|
|
|
2794
2794
|
new (): DocumentFind; // This allows `obj instanceof DocumentFind`
|
|
2795
2795
|
};
|
|
2796
2796
|
|
|
2797
|
-
|
|
2797
|
+
namespace DocumentFonts {
|
|
2798
2798
|
// Constructor properties interface
|
|
2799
2799
|
|
|
2800
2800
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2824,7 +2824,7 @@ export namespace EvinceDocument {
|
|
|
2824
2824
|
new (): DocumentFonts; // This allows `obj instanceof DocumentFonts`
|
|
2825
2825
|
};
|
|
2826
2826
|
|
|
2827
|
-
|
|
2827
|
+
namespace DocumentForms {
|
|
2828
2828
|
// Constructor properties interface
|
|
2829
2829
|
|
|
2830
2830
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2876,7 +2876,7 @@ export namespace EvinceDocument {
|
|
|
2876
2876
|
new (): DocumentForms; // This allows `obj instanceof DocumentForms`
|
|
2877
2877
|
};
|
|
2878
2878
|
|
|
2879
|
-
|
|
2879
|
+
namespace DocumentImages {
|
|
2880
2880
|
// Constructor properties interface
|
|
2881
2881
|
|
|
2882
2882
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2902,7 +2902,7 @@ export namespace EvinceDocument {
|
|
|
2902
2902
|
new (): DocumentImages; // This allows `obj instanceof DocumentImages`
|
|
2903
2903
|
};
|
|
2904
2904
|
|
|
2905
|
-
|
|
2905
|
+
namespace DocumentLayers {
|
|
2906
2906
|
// Constructor properties interface
|
|
2907
2907
|
|
|
2908
2908
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2934,7 +2934,7 @@ export namespace EvinceDocument {
|
|
|
2934
2934
|
new (): DocumentLayers; // This allows `obj instanceof DocumentLayers`
|
|
2935
2935
|
};
|
|
2936
2936
|
|
|
2937
|
-
|
|
2937
|
+
namespace DocumentLinks {
|
|
2938
2938
|
// Constructor properties interface
|
|
2939
2939
|
|
|
2940
2940
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2970,7 +2970,7 @@ export namespace EvinceDocument {
|
|
|
2970
2970
|
new (): DocumentLinks; // This allows `obj instanceof DocumentLinks`
|
|
2971
2971
|
};
|
|
2972
2972
|
|
|
2973
|
-
|
|
2973
|
+
namespace DocumentMedia {
|
|
2974
2974
|
// Constructor properties interface
|
|
2975
2975
|
|
|
2976
2976
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2994,7 +2994,7 @@ export namespace EvinceDocument {
|
|
|
2994
2994
|
new (): DocumentMedia; // This allows `obj instanceof DocumentMedia`
|
|
2995
2995
|
};
|
|
2996
2996
|
|
|
2997
|
-
|
|
2997
|
+
namespace DocumentPrint {
|
|
2998
2998
|
// Constructor properties interface
|
|
2999
2999
|
|
|
3000
3000
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -3018,7 +3018,7 @@ export namespace EvinceDocument {
|
|
|
3018
3018
|
new (): DocumentPrint; // This allows `obj instanceof DocumentPrint`
|
|
3019
3019
|
};
|
|
3020
3020
|
|
|
3021
|
-
|
|
3021
|
+
namespace DocumentSecurity {
|
|
3022
3022
|
// Constructor properties interface
|
|
3023
3023
|
|
|
3024
3024
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -3044,7 +3044,7 @@ export namespace EvinceDocument {
|
|
|
3044
3044
|
new (): DocumentSecurity; // This allows `obj instanceof DocumentSecurity`
|
|
3045
3045
|
};
|
|
3046
3046
|
|
|
3047
|
-
|
|
3047
|
+
namespace DocumentText {
|
|
3048
3048
|
// Constructor properties interface
|
|
3049
3049
|
|
|
3050
3050
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -3083,7 +3083,7 @@ export namespace EvinceDocument {
|
|
|
3083
3083
|
new (): DocumentText; // This allows `obj instanceof DocumentText`
|
|
3084
3084
|
};
|
|
3085
3085
|
|
|
3086
|
-
|
|
3086
|
+
namespace DocumentTransition {
|
|
3087
3087
|
// Constructor properties interface
|
|
3088
3088
|
|
|
3089
3089
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -3109,7 +3109,7 @@ export namespace EvinceDocument {
|
|
|
3109
3109
|
new (): DocumentTransition; // This allows `obj instanceof DocumentTransition`
|
|
3110
3110
|
};
|
|
3111
3111
|
|
|
3112
|
-
|
|
3112
|
+
namespace FileExporter {
|
|
3113
3113
|
// Constructor properties interface
|
|
3114
3114
|
|
|
3115
3115
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -3143,7 +3143,7 @@ export namespace EvinceDocument {
|
|
|
3143
3143
|
new (): FileExporter; // This allows `obj instanceof FileExporter`
|
|
3144
3144
|
};
|
|
3145
3145
|
|
|
3146
|
-
|
|
3146
|
+
namespace Selection {
|
|
3147
3147
|
// Constructor properties interface
|
|
3148
3148
|
|
|
3149
3149
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
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.20",
|
|
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.54.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.
|
|
38
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.
|
|
39
|
-
"@girs/gio-2.0": "^2.82.
|
|
40
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
41
|
-
"@girs/glib-2.0": "^2.82.
|
|
42
|
-
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.
|
|
43
|
-
"@girs/gobject-2.0": "^2.82.
|
|
44
|
-
"@girs/gtk-3.0": "^3.24.
|
|
45
|
-
"@girs/harfbuzz-0.0": "^9.0.0-4.0.0-beta.
|
|
46
|
-
"@girs/pango-1.0": "^1.54.0-4.0.0-beta.
|
|
47
|
-
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.
|
|
34
|
+
"@girs/atk-1.0": "^2.54.0-4.0.0-beta.20",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.20",
|
|
36
|
+
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.20",
|
|
37
|
+
"@girs/gdk-3.0": "^3.24.48-4.0.0-beta.20",
|
|
38
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.20",
|
|
39
|
+
"@girs/gio-2.0": "^2.82.4-4.0.0-beta.20",
|
|
40
|
+
"@girs/gjs": "^4.0.0-beta.20",
|
|
41
|
+
"@girs/glib-2.0": "^2.82.4-4.0.0-beta.20",
|
|
42
|
+
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.20",
|
|
43
|
+
"@girs/gobject-2.0": "^2.82.4-4.0.0-beta.20",
|
|
44
|
+
"@girs/gtk-3.0": "^3.24.48-4.0.0-beta.20",
|
|
45
|
+
"@girs/harfbuzz-0.0": "^9.0.0-4.0.0-beta.20",
|
|
46
|
+
"@girs/pango-1.0": "^1.54.0-4.0.0-beta.20",
|
|
47
|
+
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.20"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"typescript": "*"
|