@girs/xreaderdocument-1.5 4.2.2-4.0.0-beta.19 → 4.2.2-4.0.0-beta.21
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 +36 -36
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.21.
|
|
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.2.2-4.0.0-beta.
|
|
3
|
+
"version": "4.2.2-4.0.0-beta.21",
|
|
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/atk-1.0": "^2.
|
|
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.
|
|
40
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
41
|
-
"@girs/glib-2.0": "^2.
|
|
42
|
-
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.
|
|
43
|
-
"@girs/gobject-2.0": "^2.
|
|
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.
|
|
47
|
-
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.
|
|
34
|
+
"@girs/atk-1.0": "^2.55.2-4.0.0-beta.21",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.21",
|
|
36
|
+
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.21",
|
|
37
|
+
"@girs/gdk-3.0": "^3.24.48-4.0.0-beta.21",
|
|
38
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.21",
|
|
39
|
+
"@girs/gio-2.0": "^2.83.3-4.0.0-beta.21",
|
|
40
|
+
"@girs/gjs": "^4.0.0-beta.21",
|
|
41
|
+
"@girs/glib-2.0": "^2.83.3-4.0.0-beta.21",
|
|
42
|
+
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.21",
|
|
43
|
+
"@girs/gobject-2.0": "^2.83.3-4.0.0-beta.21",
|
|
44
|
+
"@girs/gtk-3.0": "^3.24.48-4.0.0-beta.21",
|
|
45
|
+
"@girs/harfbuzz-0.0": "^9.0.0-4.0.0-beta.21",
|
|
46
|
+
"@girs/pango-1.0": "^1.56.0-4.0.0-beta.21",
|
|
47
|
+
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.21"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"typescript": "*"
|
package/xreaderdocument-1.5.d.ts
CHANGED
|
@@ -418,7 +418,7 @@ export namespace XreaderDocument {
|
|
|
418
418
|
PREVIEW,
|
|
419
419
|
NUMBER_UP,
|
|
420
420
|
}
|
|
421
|
-
|
|
421
|
+
namespace Annotation {
|
|
422
422
|
// Constructor properties interface
|
|
423
423
|
|
|
424
424
|
interface ConstructorProps extends GObject.Object.ConstructorProps {
|
|
@@ -573,7 +573,7 @@ export namespace XreaderDocument {
|
|
|
573
573
|
set_rgba(rgba: Gdk.RGBA): boolean;
|
|
574
574
|
}
|
|
575
575
|
|
|
576
|
-
|
|
576
|
+
namespace AnnotationAttachment {
|
|
577
577
|
// Constructor properties interface
|
|
578
578
|
|
|
579
579
|
interface ConstructorProps extends Annotation.ConstructorProps, AnnotationMarkup.ConstructorProps {
|
|
@@ -759,7 +759,7 @@ export namespace XreaderDocument {
|
|
|
759
759
|
set_rgba(rgba: Gdk.RGBA): boolean;
|
|
760
760
|
}
|
|
761
761
|
|
|
762
|
-
|
|
762
|
+
namespace AnnotationText {
|
|
763
763
|
// Constructor properties interface
|
|
764
764
|
|
|
765
765
|
interface ConstructorProps extends Annotation.ConstructorProps, AnnotationMarkup.ConstructorProps {
|
|
@@ -953,7 +953,7 @@ export namespace XreaderDocument {
|
|
|
953
953
|
set_rgba(rgba: Gdk.RGBA): boolean;
|
|
954
954
|
}
|
|
955
955
|
|
|
956
|
-
|
|
956
|
+
namespace AnnotationTextMarkup {
|
|
957
957
|
// Constructor properties interface
|
|
958
958
|
|
|
959
959
|
interface ConstructorProps extends Annotation.ConstructorProps, AnnotationMarkup.ConstructorProps {
|
|
@@ -1145,7 +1145,7 @@ export namespace XreaderDocument {
|
|
|
1145
1145
|
set_rgba(rgba: Gdk.RGBA): boolean;
|
|
1146
1146
|
}
|
|
1147
1147
|
|
|
1148
|
-
|
|
1148
|
+
namespace Attachment {
|
|
1149
1149
|
// Constructor properties interface
|
|
1150
1150
|
|
|
1151
1151
|
interface ConstructorProps extends GObject.Object.ConstructorProps {
|
|
@@ -1204,7 +1204,7 @@ export namespace XreaderDocument {
|
|
|
1204
1204
|
save(file: Gio.File): boolean;
|
|
1205
1205
|
}
|
|
1206
1206
|
|
|
1207
|
-
|
|
1207
|
+
namespace Document {
|
|
1208
1208
|
// Constructor properties interface
|
|
1209
1209
|
|
|
1210
1210
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -1358,7 +1358,7 @@ export namespace XreaderDocument {
|
|
|
1358
1358
|
toggle_night_mode(night: boolean): void;
|
|
1359
1359
|
}
|
|
1360
1360
|
|
|
1361
|
-
|
|
1361
|
+
namespace FormField {
|
|
1362
1362
|
// Constructor properties interface
|
|
1363
1363
|
|
|
1364
1364
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -1382,7 +1382,7 @@ export namespace XreaderDocument {
|
|
|
1382
1382
|
_init(...args: any[]): void;
|
|
1383
1383
|
}
|
|
1384
1384
|
|
|
1385
|
-
|
|
1385
|
+
namespace FormFieldButton {
|
|
1386
1386
|
// Constructor properties interface
|
|
1387
1387
|
|
|
1388
1388
|
interface ConstructorProps extends FormField.ConstructorProps {}
|
|
@@ -1406,7 +1406,7 @@ export namespace XreaderDocument {
|
|
|
1406
1406
|
static ['new'](id: number, type: FormFieldButtonType): FormFieldButton;
|
|
1407
1407
|
}
|
|
1408
1408
|
|
|
1409
|
-
|
|
1409
|
+
namespace FormFieldChoice {
|
|
1410
1410
|
// Constructor properties interface
|
|
1411
1411
|
|
|
1412
1412
|
interface ConstructorProps extends FormField.ConstructorProps {}
|
|
@@ -1435,7 +1435,7 @@ export namespace XreaderDocument {
|
|
|
1435
1435
|
static ['new'](id: number, type: FormFieldChoiceType): FormFieldChoice;
|
|
1436
1436
|
}
|
|
1437
1437
|
|
|
1438
|
-
|
|
1438
|
+
namespace FormFieldSignature {
|
|
1439
1439
|
// Constructor properties interface
|
|
1440
1440
|
|
|
1441
1441
|
interface ConstructorProps extends FormField.ConstructorProps {}
|
|
@@ -1457,7 +1457,7 @@ export namespace XreaderDocument {
|
|
|
1457
1457
|
static ['new'](id: number): FormFieldSignature;
|
|
1458
1458
|
}
|
|
1459
1459
|
|
|
1460
|
-
|
|
1460
|
+
namespace FormFieldText {
|
|
1461
1461
|
// Constructor properties interface
|
|
1462
1462
|
|
|
1463
1463
|
interface ConstructorProps extends FormField.ConstructorProps {}
|
|
@@ -1487,7 +1487,7 @@ export namespace XreaderDocument {
|
|
|
1487
1487
|
static ['new'](id: number, type: FormFieldTextType): FormFieldText;
|
|
1488
1488
|
}
|
|
1489
1489
|
|
|
1490
|
-
|
|
1490
|
+
namespace Image {
|
|
1491
1491
|
// Constructor properties interface
|
|
1492
1492
|
|
|
1493
1493
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -1518,7 +1518,7 @@ export namespace XreaderDocument {
|
|
|
1518
1518
|
save_tmp(pixbuf: GdkPixbuf.Pixbuf): string;
|
|
1519
1519
|
}
|
|
1520
1520
|
|
|
1521
|
-
|
|
1521
|
+
namespace Layer {
|
|
1522
1522
|
// Constructor properties interface
|
|
1523
1523
|
|
|
1524
1524
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -1545,7 +1545,7 @@ export namespace XreaderDocument {
|
|
|
1545
1545
|
is_parent(): boolean;
|
|
1546
1546
|
}
|
|
1547
1547
|
|
|
1548
|
-
|
|
1548
|
+
namespace Link {
|
|
1549
1549
|
// Constructor properties interface
|
|
1550
1550
|
|
|
1551
1551
|
interface ConstructorProps extends GObject.Object.ConstructorProps {
|
|
@@ -1575,7 +1575,7 @@ export namespace XreaderDocument {
|
|
|
1575
1575
|
get_title(): string;
|
|
1576
1576
|
}
|
|
1577
1577
|
|
|
1578
|
-
|
|
1578
|
+
namespace LinkAction {
|
|
1579
1579
|
// Constructor properties interface
|
|
1580
1580
|
|
|
1581
1581
|
interface ConstructorProps extends GObject.Object.ConstructorProps {
|
|
@@ -1638,7 +1638,7 @@ export namespace XreaderDocument {
|
|
|
1638
1638
|
get_uri(): string;
|
|
1639
1639
|
}
|
|
1640
1640
|
|
|
1641
|
-
|
|
1641
|
+
namespace LinkDest {
|
|
1642
1642
|
// Constructor properties interface
|
|
1643
1643
|
|
|
1644
1644
|
interface ConstructorProps extends GObject.Object.ConstructorProps {
|
|
@@ -1719,7 +1719,7 @@ export namespace XreaderDocument {
|
|
|
1719
1719
|
get_zoom(change_zoom: boolean): number;
|
|
1720
1720
|
}
|
|
1721
1721
|
|
|
1722
|
-
|
|
1722
|
+
namespace Page {
|
|
1723
1723
|
// Constructor properties interface
|
|
1724
1724
|
|
|
1725
1725
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -1744,7 +1744,7 @@ export namespace XreaderDocument {
|
|
|
1744
1744
|
static ['new'](index: number): Page;
|
|
1745
1745
|
}
|
|
1746
1746
|
|
|
1747
|
-
|
|
1747
|
+
namespace RenderContext {
|
|
1748
1748
|
// Constructor properties interface
|
|
1749
1749
|
|
|
1750
1750
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -1774,7 +1774,7 @@ export namespace XreaderDocument {
|
|
|
1774
1774
|
set_scale(scale: number): void;
|
|
1775
1775
|
}
|
|
1776
1776
|
|
|
1777
|
-
|
|
1777
|
+
namespace TransitionEffect {
|
|
1778
1778
|
// Constructor properties interface
|
|
1779
1779
|
|
|
1780
1780
|
interface ConstructorProps extends GObject.Object.ConstructorProps {
|
|
@@ -2141,7 +2141,7 @@ export namespace XreaderDocument {
|
|
|
2141
2141
|
_init(...args: any[]): void;
|
|
2142
2142
|
}
|
|
2143
2143
|
|
|
2144
|
-
|
|
2144
|
+
namespace AnnotationMarkup {
|
|
2145
2145
|
// Constructor properties interface
|
|
2146
2146
|
|
|
2147
2147
|
interface ConstructorProps extends Annotation.ConstructorProps {
|
|
@@ -2200,7 +2200,7 @@ export namespace XreaderDocument {
|
|
|
2200
2200
|
new (): AnnotationMarkup; // This allows `obj instanceof AnnotationMarkup`
|
|
2201
2201
|
};
|
|
2202
2202
|
|
|
2203
|
-
|
|
2203
|
+
namespace AsyncRenderer {
|
|
2204
2204
|
// Constructor properties interface
|
|
2205
2205
|
|
|
2206
2206
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2225,7 +2225,7 @@ export namespace XreaderDocument {
|
|
|
2225
2225
|
new (): AsyncRenderer; // This allows `obj instanceof AsyncRenderer`
|
|
2226
2226
|
};
|
|
2227
2227
|
|
|
2228
|
-
|
|
2228
|
+
namespace DocumentAnnotations {
|
|
2229
2229
|
// Constructor properties interface
|
|
2230
2230
|
|
|
2231
2231
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2257,7 +2257,7 @@ export namespace XreaderDocument {
|
|
|
2257
2257
|
new (): DocumentAnnotations; // This allows `obj instanceof DocumentAnnotations`
|
|
2258
2258
|
};
|
|
2259
2259
|
|
|
2260
|
-
|
|
2260
|
+
namespace DocumentAttachments {
|
|
2261
2261
|
// Constructor properties interface
|
|
2262
2262
|
|
|
2263
2263
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2281,7 +2281,7 @@ export namespace XreaderDocument {
|
|
|
2281
2281
|
new (): DocumentAttachments; // This allows `obj instanceof DocumentAttachments`
|
|
2282
2282
|
};
|
|
2283
2283
|
|
|
2284
|
-
|
|
2284
|
+
namespace DocumentFind {
|
|
2285
2285
|
// Constructor properties interface
|
|
2286
2286
|
|
|
2287
2287
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2305,7 +2305,7 @@ export namespace XreaderDocument {
|
|
|
2305
2305
|
new (): DocumentFind; // This allows `obj instanceof DocumentFind`
|
|
2306
2306
|
};
|
|
2307
2307
|
|
|
2308
|
-
|
|
2308
|
+
namespace DocumentFonts {
|
|
2309
2309
|
// Constructor properties interface
|
|
2310
2310
|
|
|
2311
2311
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2333,7 +2333,7 @@ export namespace XreaderDocument {
|
|
|
2333
2333
|
new (): DocumentFonts; // This allows `obj instanceof DocumentFonts`
|
|
2334
2334
|
};
|
|
2335
2335
|
|
|
2336
|
-
|
|
2336
|
+
namespace DocumentForms {
|
|
2337
2337
|
// Constructor properties interface
|
|
2338
2338
|
|
|
2339
2339
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2381,7 +2381,7 @@ export namespace XreaderDocument {
|
|
|
2381
2381
|
new (): DocumentForms; // This allows `obj instanceof DocumentForms`
|
|
2382
2382
|
};
|
|
2383
2383
|
|
|
2384
|
-
|
|
2384
|
+
namespace DocumentImages {
|
|
2385
2385
|
// Constructor properties interface
|
|
2386
2386
|
|
|
2387
2387
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2397,7 +2397,7 @@ export namespace XreaderDocument {
|
|
|
2397
2397
|
new (): DocumentImages; // This allows `obj instanceof DocumentImages`
|
|
2398
2398
|
};
|
|
2399
2399
|
|
|
2400
|
-
|
|
2400
|
+
namespace DocumentLayers {
|
|
2401
2401
|
// Constructor properties interface
|
|
2402
2402
|
|
|
2403
2403
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2427,7 +2427,7 @@ export namespace XreaderDocument {
|
|
|
2427
2427
|
new (): DocumentLayers; // This allows `obj instanceof DocumentLayers`
|
|
2428
2428
|
};
|
|
2429
2429
|
|
|
2430
|
-
|
|
2430
|
+
namespace DocumentLinks {
|
|
2431
2431
|
// Constructor properties interface
|
|
2432
2432
|
|
|
2433
2433
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2457,7 +2457,7 @@ export namespace XreaderDocument {
|
|
|
2457
2457
|
new (): DocumentLinks; // This allows `obj instanceof DocumentLinks`
|
|
2458
2458
|
};
|
|
2459
2459
|
|
|
2460
|
-
|
|
2460
|
+
namespace DocumentPrint {
|
|
2461
2461
|
// Constructor properties interface
|
|
2462
2462
|
|
|
2463
2463
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2481,7 +2481,7 @@ export namespace XreaderDocument {
|
|
|
2481
2481
|
new (): DocumentPrint; // This allows `obj instanceof DocumentPrint`
|
|
2482
2482
|
};
|
|
2483
2483
|
|
|
2484
|
-
|
|
2484
|
+
namespace DocumentSecurity {
|
|
2485
2485
|
// Constructor properties interface
|
|
2486
2486
|
|
|
2487
2487
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2507,7 +2507,7 @@ export namespace XreaderDocument {
|
|
|
2507
2507
|
new (): DocumentSecurity; // This allows `obj instanceof DocumentSecurity`
|
|
2508
2508
|
};
|
|
2509
2509
|
|
|
2510
|
-
|
|
2510
|
+
namespace DocumentText {
|
|
2511
2511
|
// Constructor properties interface
|
|
2512
2512
|
|
|
2513
2513
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2535,7 +2535,7 @@ export namespace XreaderDocument {
|
|
|
2535
2535
|
new (): DocumentText; // This allows `obj instanceof DocumentText`
|
|
2536
2536
|
};
|
|
2537
2537
|
|
|
2538
|
-
|
|
2538
|
+
namespace DocumentThumbnails {
|
|
2539
2539
|
// Constructor properties interface
|
|
2540
2540
|
|
|
2541
2541
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2559,7 +2559,7 @@ export namespace XreaderDocument {
|
|
|
2559
2559
|
new (): DocumentThumbnails; // This allows `obj instanceof DocumentThumbnails`
|
|
2560
2560
|
};
|
|
2561
2561
|
|
|
2562
|
-
|
|
2562
|
+
namespace DocumentTransition {
|
|
2563
2563
|
// Constructor properties interface
|
|
2564
2564
|
|
|
2565
2565
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2583,7 +2583,7 @@ export namespace XreaderDocument {
|
|
|
2583
2583
|
new (): DocumentTransition; // This allows `obj instanceof DocumentTransition`
|
|
2584
2584
|
};
|
|
2585
2585
|
|
|
2586
|
-
|
|
2586
|
+
namespace FileExporter {
|
|
2587
2587
|
// Constructor properties interface
|
|
2588
2588
|
|
|
2589
2589
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|
|
@@ -2617,7 +2617,7 @@ export namespace XreaderDocument {
|
|
|
2617
2617
|
new (): FileExporter; // This allows `obj instanceof FileExporter`
|
|
2618
2618
|
};
|
|
2619
2619
|
|
|
2620
|
-
|
|
2620
|
+
namespace Selection {
|
|
2621
2621
|
// Constructor properties interface
|
|
2622
2622
|
|
|
2623
2623
|
interface ConstructorProps extends GObject.Object.ConstructorProps {}
|