@girs/evincedocument-3.0 45.0.0-3.2.7 → 45.0.0-3.2.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 +1 -1
- package/evincedocument-3.0-ambient.js +2 -0
- package/evincedocument-3.0-import.js +3 -0
- package/evincedocument-3.0.d.cts +11 -31
- package/evincedocument-3.0.d.ts +11 -31
- package/package.json +24 -18
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 45.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 45.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/evincedocument-3.0.d.cts
CHANGED
|
@@ -334,15 +334,12 @@ export module AnnotationMarkup {
|
|
|
334
334
|
|
|
335
335
|
// Own constructor properties of EvinceDocument-3.0.EvinceDocument.AnnotationMarkup
|
|
336
336
|
|
|
337
|
-
can_have_popup?: boolean | null
|
|
338
|
-
has_popup?: boolean | null
|
|
339
|
-
label?: string | null
|
|
340
|
-
opacity?: number | null
|
|
341
|
-
popup_is_open?: boolean | null
|
|
342
|
-
rectangle?: Rectangle | null
|
|
343
337
|
canHavePopup?: boolean | null
|
|
344
338
|
hasPopup?: boolean | null
|
|
339
|
+
label?: string | null
|
|
340
|
+
opacity?: number | null
|
|
345
341
|
popupIsOpen?: boolean | null
|
|
342
|
+
rectangle?: Rectangle | null
|
|
346
343
|
}
|
|
347
344
|
|
|
348
345
|
}
|
|
@@ -351,22 +348,21 @@ export interface AnnotationMarkup extends Annotation {
|
|
|
351
348
|
|
|
352
349
|
// Own properties of EvinceDocument-3.0.EvinceDocument.AnnotationMarkup
|
|
353
350
|
|
|
354
|
-
can_have_popup: boolean
|
|
355
351
|
canHavePopup: boolean
|
|
356
|
-
has_popup: boolean
|
|
357
352
|
hasPopup: boolean
|
|
358
353
|
label: string | null
|
|
359
354
|
opacity: number
|
|
360
|
-
popup_is_open: boolean
|
|
361
355
|
popupIsOpen: boolean
|
|
362
356
|
rectangle: Rectangle
|
|
363
357
|
|
|
364
358
|
// Owm methods of EvinceDocument-3.0.EvinceDocument.AnnotationMarkup
|
|
365
359
|
|
|
360
|
+
can_have_popup(): boolean
|
|
366
361
|
get_label(): string
|
|
367
362
|
get_opacity(): number
|
|
368
363
|
get_popup_is_open(): boolean
|
|
369
364
|
get_rectangle(ev_rect: Rectangle): void
|
|
365
|
+
has_popup(): boolean
|
|
370
366
|
set_has_popup(has_popup: boolean): boolean
|
|
371
367
|
set_label(label: string): boolean
|
|
372
368
|
set_opacity(opacity: number): boolean
|
|
@@ -1510,7 +1506,6 @@ export module AnnotationText {
|
|
|
1510
1506
|
// Own constructor properties of EvinceDocument-3.0.EvinceDocument.AnnotationText
|
|
1511
1507
|
|
|
1512
1508
|
icon?: AnnotationTextIcon | null
|
|
1513
|
-
is_open?: boolean | null
|
|
1514
1509
|
isOpen?: boolean | null
|
|
1515
1510
|
}
|
|
1516
1511
|
|
|
@@ -1521,7 +1516,6 @@ export interface AnnotationText extends AnnotationMarkup {
|
|
|
1521
1516
|
// Own properties of EvinceDocument-3.0.EvinceDocument.AnnotationText
|
|
1522
1517
|
|
|
1523
1518
|
icon: AnnotationTextIcon
|
|
1524
|
-
is_open: boolean
|
|
1525
1519
|
isOpen: boolean
|
|
1526
1520
|
|
|
1527
1521
|
// Owm methods of EvinceDocument-3.0.EvinceDocument.AnnotationText
|
|
@@ -2501,21 +2495,16 @@ export module LinkAction {
|
|
|
2501
2495
|
// Own constructor properties of EvinceDocument-3.0.EvinceDocument.LinkAction
|
|
2502
2496
|
|
|
2503
2497
|
dest?: LinkDest | null
|
|
2504
|
-
|
|
2498
|
+
excludeResetFields?: boolean | null
|
|
2505
2499
|
filename?: string | null
|
|
2506
|
-
|
|
2500
|
+
hideList?: any | null
|
|
2507
2501
|
name?: string | null
|
|
2508
2502
|
params?: string | null
|
|
2509
|
-
reset_fields?: any | null
|
|
2510
|
-
show_list?: any | null
|
|
2511
|
-
toggle_list?: any | null
|
|
2512
|
-
type?: LinkActionType | null
|
|
2513
|
-
uri?: string | null
|
|
2514
|
-
excludeResetFields?: boolean | null
|
|
2515
|
-
hideList?: any | null
|
|
2516
2503
|
resetFields?: any | null
|
|
2517
2504
|
showList?: any | null
|
|
2518
2505
|
toggleList?: any | null
|
|
2506
|
+
type?: LinkActionType | null
|
|
2507
|
+
uri?: string | null
|
|
2519
2508
|
}
|
|
2520
2509
|
|
|
2521
2510
|
}
|
|
@@ -2525,18 +2514,13 @@ export interface LinkAction {
|
|
|
2525
2514
|
// Own properties of EvinceDocument-3.0.EvinceDocument.LinkAction
|
|
2526
2515
|
|
|
2527
2516
|
readonly dest: LinkDest
|
|
2528
|
-
readonly exclude_reset_fields: boolean
|
|
2529
2517
|
readonly excludeResetFields: boolean
|
|
2530
2518
|
readonly filename: string | null
|
|
2531
|
-
readonly hide_list: any
|
|
2532
2519
|
readonly hideList: any
|
|
2533
2520
|
readonly name: string | null
|
|
2534
2521
|
readonly params: string | null
|
|
2535
|
-
readonly reset_fields: any
|
|
2536
2522
|
readonly resetFields: any
|
|
2537
|
-
readonly show_list: any
|
|
2538
2523
|
readonly showList: any
|
|
2539
|
-
readonly toggle_list: any
|
|
2540
2524
|
readonly toggleList: any
|
|
2541
2525
|
readonly type: LinkActionType
|
|
2542
2526
|
readonly uri: string | null
|
|
@@ -2635,12 +2619,11 @@ export module LinkDest {
|
|
|
2635
2619
|
left?: number | null
|
|
2636
2620
|
named?: string | null
|
|
2637
2621
|
page?: number | null
|
|
2638
|
-
|
|
2622
|
+
pageLabel?: string | null
|
|
2639
2623
|
right?: number | null
|
|
2640
2624
|
top?: number | null
|
|
2641
2625
|
type?: LinkDestType | null
|
|
2642
2626
|
zoom?: number | null
|
|
2643
|
-
pageLabel?: string | null
|
|
2644
2627
|
}
|
|
2645
2628
|
|
|
2646
2629
|
}
|
|
@@ -2654,7 +2637,6 @@ export interface LinkDest {
|
|
|
2654
2637
|
readonly left: number
|
|
2655
2638
|
readonly named: string | null
|
|
2656
2639
|
readonly page: number
|
|
2657
|
-
readonly page_label: string | null
|
|
2658
2640
|
readonly pageLabel: string | null
|
|
2659
2641
|
readonly right: number
|
|
2660
2642
|
readonly top: number
|
|
@@ -2889,11 +2871,10 @@ export module TransitionEffect {
|
|
|
2889
2871
|
angle?: number | null
|
|
2890
2872
|
direction?: TransitionEffectDirection | null
|
|
2891
2873
|
duration?: number | null
|
|
2892
|
-
|
|
2874
|
+
durationReal?: number | null
|
|
2893
2875
|
rectangular?: boolean | null
|
|
2894
2876
|
scale?: number | null
|
|
2895
2877
|
type?: TransitionEffectType | null
|
|
2896
|
-
durationReal?: number | null
|
|
2897
2878
|
}
|
|
2898
2879
|
|
|
2899
2880
|
}
|
|
@@ -2906,7 +2887,6 @@ export interface TransitionEffect {
|
|
|
2906
2887
|
angle: number
|
|
2907
2888
|
direction: TransitionEffectDirection
|
|
2908
2889
|
duration: number
|
|
2909
|
-
duration_real: number
|
|
2910
2890
|
durationReal: number
|
|
2911
2891
|
rectangular: boolean
|
|
2912
2892
|
scale: number
|
package/evincedocument-3.0.d.ts
CHANGED
|
@@ -336,15 +336,12 @@ module AnnotationMarkup {
|
|
|
336
336
|
|
|
337
337
|
// Own constructor properties of EvinceDocument-3.0.EvinceDocument.AnnotationMarkup
|
|
338
338
|
|
|
339
|
-
can_have_popup?: boolean | null
|
|
340
|
-
has_popup?: boolean | null
|
|
341
|
-
label?: string | null
|
|
342
|
-
opacity?: number | null
|
|
343
|
-
popup_is_open?: boolean | null
|
|
344
|
-
rectangle?: Rectangle | null
|
|
345
339
|
canHavePopup?: boolean | null
|
|
346
340
|
hasPopup?: boolean | null
|
|
341
|
+
label?: string | null
|
|
342
|
+
opacity?: number | null
|
|
347
343
|
popupIsOpen?: boolean | null
|
|
344
|
+
rectangle?: Rectangle | null
|
|
348
345
|
}
|
|
349
346
|
|
|
350
347
|
}
|
|
@@ -353,22 +350,21 @@ interface AnnotationMarkup extends Annotation {
|
|
|
353
350
|
|
|
354
351
|
// Own properties of EvinceDocument-3.0.EvinceDocument.AnnotationMarkup
|
|
355
352
|
|
|
356
|
-
can_have_popup: boolean
|
|
357
353
|
canHavePopup: boolean
|
|
358
|
-
has_popup: boolean
|
|
359
354
|
hasPopup: boolean
|
|
360
355
|
label: string | null
|
|
361
356
|
opacity: number
|
|
362
|
-
popup_is_open: boolean
|
|
363
357
|
popupIsOpen: boolean
|
|
364
358
|
rectangle: Rectangle
|
|
365
359
|
|
|
366
360
|
// Owm methods of EvinceDocument-3.0.EvinceDocument.AnnotationMarkup
|
|
367
361
|
|
|
362
|
+
can_have_popup(): boolean
|
|
368
363
|
get_label(): string
|
|
369
364
|
get_opacity(): number
|
|
370
365
|
get_popup_is_open(): boolean
|
|
371
366
|
get_rectangle(ev_rect: Rectangle): void
|
|
367
|
+
has_popup(): boolean
|
|
372
368
|
set_has_popup(has_popup: boolean): boolean
|
|
373
369
|
set_label(label: string): boolean
|
|
374
370
|
set_opacity(opacity: number): boolean
|
|
@@ -1512,7 +1508,6 @@ module AnnotationText {
|
|
|
1512
1508
|
// Own constructor properties of EvinceDocument-3.0.EvinceDocument.AnnotationText
|
|
1513
1509
|
|
|
1514
1510
|
icon?: AnnotationTextIcon | null
|
|
1515
|
-
is_open?: boolean | null
|
|
1516
1511
|
isOpen?: boolean | null
|
|
1517
1512
|
}
|
|
1518
1513
|
|
|
@@ -1523,7 +1518,6 @@ interface AnnotationText extends AnnotationMarkup {
|
|
|
1523
1518
|
// Own properties of EvinceDocument-3.0.EvinceDocument.AnnotationText
|
|
1524
1519
|
|
|
1525
1520
|
icon: AnnotationTextIcon
|
|
1526
|
-
is_open: boolean
|
|
1527
1521
|
isOpen: boolean
|
|
1528
1522
|
|
|
1529
1523
|
// Owm methods of EvinceDocument-3.0.EvinceDocument.AnnotationText
|
|
@@ -2503,21 +2497,16 @@ module LinkAction {
|
|
|
2503
2497
|
// Own constructor properties of EvinceDocument-3.0.EvinceDocument.LinkAction
|
|
2504
2498
|
|
|
2505
2499
|
dest?: LinkDest | null
|
|
2506
|
-
|
|
2500
|
+
excludeResetFields?: boolean | null
|
|
2507
2501
|
filename?: string | null
|
|
2508
|
-
|
|
2502
|
+
hideList?: any | null
|
|
2509
2503
|
name?: string | null
|
|
2510
2504
|
params?: string | null
|
|
2511
|
-
reset_fields?: any | null
|
|
2512
|
-
show_list?: any | null
|
|
2513
|
-
toggle_list?: any | null
|
|
2514
|
-
type?: LinkActionType | null
|
|
2515
|
-
uri?: string | null
|
|
2516
|
-
excludeResetFields?: boolean | null
|
|
2517
|
-
hideList?: any | null
|
|
2518
2505
|
resetFields?: any | null
|
|
2519
2506
|
showList?: any | null
|
|
2520
2507
|
toggleList?: any | null
|
|
2508
|
+
type?: LinkActionType | null
|
|
2509
|
+
uri?: string | null
|
|
2521
2510
|
}
|
|
2522
2511
|
|
|
2523
2512
|
}
|
|
@@ -2527,18 +2516,13 @@ interface LinkAction {
|
|
|
2527
2516
|
// Own properties of EvinceDocument-3.0.EvinceDocument.LinkAction
|
|
2528
2517
|
|
|
2529
2518
|
readonly dest: LinkDest
|
|
2530
|
-
readonly exclude_reset_fields: boolean
|
|
2531
2519
|
readonly excludeResetFields: boolean
|
|
2532
2520
|
readonly filename: string | null
|
|
2533
|
-
readonly hide_list: any
|
|
2534
2521
|
readonly hideList: any
|
|
2535
2522
|
readonly name: string | null
|
|
2536
2523
|
readonly params: string | null
|
|
2537
|
-
readonly reset_fields: any
|
|
2538
2524
|
readonly resetFields: any
|
|
2539
|
-
readonly show_list: any
|
|
2540
2525
|
readonly showList: any
|
|
2541
|
-
readonly toggle_list: any
|
|
2542
2526
|
readonly toggleList: any
|
|
2543
2527
|
readonly type: LinkActionType
|
|
2544
2528
|
readonly uri: string | null
|
|
@@ -2637,12 +2621,11 @@ module LinkDest {
|
|
|
2637
2621
|
left?: number | null
|
|
2638
2622
|
named?: string | null
|
|
2639
2623
|
page?: number | null
|
|
2640
|
-
|
|
2624
|
+
pageLabel?: string | null
|
|
2641
2625
|
right?: number | null
|
|
2642
2626
|
top?: number | null
|
|
2643
2627
|
type?: LinkDestType | null
|
|
2644
2628
|
zoom?: number | null
|
|
2645
|
-
pageLabel?: string | null
|
|
2646
2629
|
}
|
|
2647
2630
|
|
|
2648
2631
|
}
|
|
@@ -2656,7 +2639,6 @@ interface LinkDest {
|
|
|
2656
2639
|
readonly left: number
|
|
2657
2640
|
readonly named: string | null
|
|
2658
2641
|
readonly page: number
|
|
2659
|
-
readonly page_label: string | null
|
|
2660
2642
|
readonly pageLabel: string | null
|
|
2661
2643
|
readonly right: number
|
|
2662
2644
|
readonly top: number
|
|
@@ -2891,11 +2873,10 @@ module TransitionEffect {
|
|
|
2891
2873
|
angle?: number | null
|
|
2892
2874
|
direction?: TransitionEffectDirection | null
|
|
2893
2875
|
duration?: number | null
|
|
2894
|
-
|
|
2876
|
+
durationReal?: number | null
|
|
2895
2877
|
rectangular?: boolean | null
|
|
2896
2878
|
scale?: number | null
|
|
2897
2879
|
type?: TransitionEffectType | null
|
|
2898
|
-
durationReal?: number | null
|
|
2899
2880
|
}
|
|
2900
2881
|
|
|
2901
2882
|
}
|
|
@@ -2908,7 +2889,6 @@ interface TransitionEffect {
|
|
|
2908
2889
|
angle: number
|
|
2909
2890
|
direction: TransitionEffectDirection
|
|
2910
2891
|
duration: number
|
|
2911
|
-
duration_real: number
|
|
2912
2892
|
durationReal: number
|
|
2913
2893
|
rectangular: boolean
|
|
2914
2894
|
scale: number
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/evincedocument-3.0",
|
|
3
|
-
"version": "45.0.0-3.2.
|
|
3
|
+
"version": "45.0.0-3.2.9",
|
|
4
4
|
"description": "GJS TypeScript type definitions for EvinceDocument-3.0, generated from library version 45.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "evincedocument-3.0.js",
|
|
7
7
|
"main": "evincedocument-3.0.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./evincedocument-3.0-ambient.d.ts",
|
|
11
|
+
"default": "./evincedocument-3.0-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./evincedocument-3.0-import.d.ts",
|
|
15
|
+
"default": "./evincedocument-3.0-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./evincedocument-3.0.d.ts",
|
|
@@ -25,20 +31,20 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit evincedocument-3.0.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/atk-1.0": "^2.50.
|
|
29
|
-
"@girs/cairo-1.0": "^1.0.0-3.2.
|
|
30
|
-
"@girs/freetype2-2.0": "^2.0.0-3.2.
|
|
31
|
-
"@girs/gdk-3.0": "^3.24.
|
|
32
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.
|
|
33
|
-
"@girs/gio-2.0": "^2.78.0-3.2.
|
|
34
|
-
"@girs/gjs": "^3.2.
|
|
35
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
36
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
37
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
38
|
-
"@girs/gtk-3.0": "^3.24.
|
|
39
|
-
"@girs/harfbuzz-0.0": "^8.2.1-3.2.
|
|
40
|
-
"@girs/pango-1.0": "^1.51.0-3.2.
|
|
41
|
-
"@girs/xlib-2.0": "^2.0.0-3.2.
|
|
34
|
+
"@girs/atk-1.0": "^2.50.1-3.2.9",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.9",
|
|
36
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.9",
|
|
37
|
+
"@girs/gdk-3.0": "^3.24.41-3.2.9",
|
|
38
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.9",
|
|
39
|
+
"@girs/gio-2.0": "^2.78.0-3.2.9",
|
|
40
|
+
"@girs/gjs": "^3.2.9",
|
|
41
|
+
"@girs/glib-2.0": "^2.78.0-3.2.9",
|
|
42
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.9",
|
|
43
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.9",
|
|
44
|
+
"@girs/gtk-3.0": "^3.24.41-3.2.9",
|
|
45
|
+
"@girs/harfbuzz-0.0": "^8.2.1-3.2.9",
|
|
46
|
+
"@girs/pango-1.0": "^1.51.0-3.2.9",
|
|
47
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.9"
|
|
42
48
|
},
|
|
43
49
|
"devDependencies": {
|
|
44
50
|
"typescript": "*"
|
|
@@ -55,7 +61,7 @@
|
|
|
55
61
|
"license": "MIT",
|
|
56
62
|
"repository": {
|
|
57
63
|
"type": "git",
|
|
58
|
-
"url": "git+https://github.com/gjsify/
|
|
64
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
59
65
|
},
|
|
60
66
|
"bugs": {
|
|
61
67
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|