@girs/xreaderdocument-1.5 4.2.2-4.0.0-beta.38 → 4.2.2-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/package.json +15 -15
- package/xreaderdocument-1.5.d.ts +0 -48
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for XreaderDocument-1.5, generated from library version 4.2.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
8
|
+
GJS TypeScript type definitions for XreaderDocument-1.5, generated from library version 4.2.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.39.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/xreaderdocument-1.5",
|
|
3
|
-
"version": "4.2.2-4.0.0-beta.
|
|
3
|
+
"version": "4.2.2-4.0.0-beta.39",
|
|
4
4
|
"description": "GJS TypeScript type definitions for XreaderDocument-1.5, generated from library version 4.2.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/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
|
},
|
package/xreaderdocument-1.5.d.ts
CHANGED
|
@@ -90,7 +90,6 @@ export namespace XreaderDocument {
|
|
|
90
90
|
// Constructors
|
|
91
91
|
|
|
92
92
|
constructor(options: { message: string; code: number });
|
|
93
|
-
_init(...args: any[]): void;
|
|
94
93
|
|
|
95
94
|
// Static methods
|
|
96
95
|
|
|
@@ -2493,10 +2492,6 @@ export namespace XreaderDocument {
|
|
|
2493
2492
|
type AttachmentClass = typeof Attachment;
|
|
2494
2493
|
abstract class AttachmentPrivate {
|
|
2495
2494
|
static $gtype: GObject.GType<AttachmentPrivate>;
|
|
2496
|
-
|
|
2497
|
-
// Constructors
|
|
2498
|
-
|
|
2499
|
-
_init(...args: any[]): void;
|
|
2500
2495
|
}
|
|
2501
2496
|
|
|
2502
2497
|
type DocumentAnnotationsInterface = typeof DocumentAnnotations;
|
|
@@ -2517,7 +2512,6 @@ export namespace XreaderDocument {
|
|
|
2517
2512
|
version: string;
|
|
2518
2513
|
}>,
|
|
2519
2514
|
);
|
|
2520
|
-
_init(...args: any[]): void;
|
|
2521
2515
|
}
|
|
2522
2516
|
|
|
2523
2517
|
type DocumentClass = typeof Document;
|
|
@@ -2549,10 +2543,6 @@ export namespace XreaderDocument {
|
|
|
2549
2543
|
license: DocumentLicense;
|
|
2550
2544
|
fields_mask: number;
|
|
2551
2545
|
|
|
2552
|
-
// Constructors
|
|
2553
|
-
|
|
2554
|
-
_init(...args: any[]): void;
|
|
2555
|
-
|
|
2556
2546
|
// Methods
|
|
2557
2547
|
|
|
2558
2548
|
copy(): DocumentInfo;
|
|
@@ -2578,7 +2568,6 @@ export namespace XreaderDocument {
|
|
|
2578
2568
|
web_statement: string;
|
|
2579
2569
|
}>,
|
|
2580
2570
|
);
|
|
2581
|
-
_init(...args: any[]): void;
|
|
2582
2571
|
|
|
2583
2572
|
static ['new'](): DocumentLicense;
|
|
2584
2573
|
|
|
@@ -2595,10 +2584,6 @@ export namespace XreaderDocument {
|
|
|
2595
2584
|
type DocumentPrintInterface = typeof DocumentPrint;
|
|
2596
2585
|
abstract class DocumentPrivate {
|
|
2597
2586
|
static $gtype: GObject.GType<DocumentPrivate>;
|
|
2598
|
-
|
|
2599
|
-
// Constructors
|
|
2600
|
-
|
|
2601
|
-
_init(...args: any[]): void;
|
|
2602
2587
|
}
|
|
2603
2588
|
|
|
2604
2589
|
type DocumentSecurityInterface = typeof DocumentSecurity;
|
|
@@ -2618,10 +2603,6 @@ export namespace XreaderDocument {
|
|
|
2618
2603
|
paper_height: number;
|
|
2619
2604
|
duplex: boolean;
|
|
2620
2605
|
pages_per_sheet: number;
|
|
2621
|
-
|
|
2622
|
-
// Constructors
|
|
2623
|
-
|
|
2624
|
-
_init(...args: any[]): void;
|
|
2625
2606
|
}
|
|
2626
2607
|
|
|
2627
2608
|
type FileExporterInterface = typeof FileExporter;
|
|
@@ -2633,46 +2614,26 @@ export namespace XreaderDocument {
|
|
|
2633
2614
|
type ImageClass = typeof Image;
|
|
2634
2615
|
abstract class ImagePrivate {
|
|
2635
2616
|
static $gtype: GObject.GType<ImagePrivate>;
|
|
2636
|
-
|
|
2637
|
-
// Constructors
|
|
2638
|
-
|
|
2639
|
-
_init(...args: any[]): void;
|
|
2640
2617
|
}
|
|
2641
2618
|
|
|
2642
2619
|
type LayerClass = typeof Layer;
|
|
2643
2620
|
abstract class LayerPrivate {
|
|
2644
2621
|
static $gtype: GObject.GType<LayerPrivate>;
|
|
2645
|
-
|
|
2646
|
-
// Constructors
|
|
2647
|
-
|
|
2648
|
-
_init(...args: any[]): void;
|
|
2649
2622
|
}
|
|
2650
2623
|
|
|
2651
2624
|
type LinkActionClass = typeof LinkAction;
|
|
2652
2625
|
abstract class LinkActionPrivate {
|
|
2653
2626
|
static $gtype: GObject.GType<LinkActionPrivate>;
|
|
2654
|
-
|
|
2655
|
-
// Constructors
|
|
2656
|
-
|
|
2657
|
-
_init(...args: any[]): void;
|
|
2658
2627
|
}
|
|
2659
2628
|
|
|
2660
2629
|
type LinkClass = typeof Link;
|
|
2661
2630
|
type LinkDestClass = typeof LinkDest;
|
|
2662
2631
|
abstract class LinkDestPrivate {
|
|
2663
2632
|
static $gtype: GObject.GType<LinkDestPrivate>;
|
|
2664
|
-
|
|
2665
|
-
// Constructors
|
|
2666
|
-
|
|
2667
|
-
_init(...args: any[]): void;
|
|
2668
2633
|
}
|
|
2669
2634
|
|
|
2670
2635
|
abstract class LinkPrivate {
|
|
2671
2636
|
static $gtype: GObject.GType<LinkPrivate>;
|
|
2672
|
-
|
|
2673
|
-
// Constructors
|
|
2674
|
-
|
|
2675
|
-
_init(...args: any[]): void;
|
|
2676
2637
|
}
|
|
2677
2638
|
|
|
2678
2639
|
class Mapping {
|
|
@@ -2691,16 +2652,11 @@ export namespace XreaderDocument {
|
|
|
2691
2652
|
data: any;
|
|
2692
2653
|
}>,
|
|
2693
2654
|
);
|
|
2694
|
-
_init(...args: any[]): void;
|
|
2695
2655
|
}
|
|
2696
2656
|
|
|
2697
2657
|
abstract class MappingList {
|
|
2698
2658
|
static $gtype: GObject.GType<MappingList>;
|
|
2699
2659
|
|
|
2700
|
-
// Constructors
|
|
2701
|
-
|
|
2702
|
-
_init(...args: any[]): void;
|
|
2703
|
-
|
|
2704
2660
|
// Methods
|
|
2705
2661
|
|
|
2706
2662
|
get_data(x: number, y: number): any | null;
|
|
@@ -2727,7 +2683,6 @@ export namespace XreaderDocument {
|
|
|
2727
2683
|
y: number;
|
|
2728
2684
|
}>,
|
|
2729
2685
|
);
|
|
2730
|
-
_init(...args: any[]): void;
|
|
2731
2686
|
}
|
|
2732
2687
|
|
|
2733
2688
|
class Rectangle {
|
|
@@ -2750,7 +2705,6 @@ export namespace XreaderDocument {
|
|
|
2750
2705
|
y2: number;
|
|
2751
2706
|
}>,
|
|
2752
2707
|
);
|
|
2753
|
-
_init(...args: any[]): void;
|
|
2754
2708
|
|
|
2755
2709
|
static ['new'](): Rectangle;
|
|
2756
2710
|
|
|
@@ -2780,7 +2734,6 @@ export namespace XreaderDocument {
|
|
|
2780
2734
|
col: number;
|
|
2781
2735
|
}>,
|
|
2782
2736
|
);
|
|
2783
|
-
_init(...args: any[]): void;
|
|
2784
2737
|
|
|
2785
2738
|
static ['new'](filename: string, line: number, col: number): SourceLink;
|
|
2786
2739
|
|
|
@@ -2807,7 +2760,6 @@ export namespace XreaderDocument {
|
|
|
2807
2760
|
mime_types: string;
|
|
2808
2761
|
}>,
|
|
2809
2762
|
);
|
|
2810
|
-
_init(...args: any[]): void;
|
|
2811
2763
|
}
|
|
2812
2764
|
|
|
2813
2765
|
namespace AnnotationMarkup {
|