@girs/gd-1.0 1.0.0-3.2.7 → 1.0.0-3.2.8
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/gd-1.0-ambient.js +2 -0
- package/gd-1.0-import.js +3 -0
- package/gd-1.0.d.cts +2 -49
- package/gd-1.0.d.ts +2 -49
- 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 Gd-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Gd-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/gd-1.0-import.js
ADDED
package/gd-1.0.d.cts
CHANGED
|
@@ -64,14 +64,6 @@ export module HeaderButton {
|
|
|
64
64
|
* The label of the #GdHeaderButton object.
|
|
65
65
|
*/
|
|
66
66
|
label?: string | null
|
|
67
|
-
/**
|
|
68
|
-
* The symbolic icon name of the #GdHeaderButton object.
|
|
69
|
-
*/
|
|
70
|
-
symbolic_icon_name?: string | null
|
|
71
|
-
/**
|
|
72
|
-
* Whether the label of the #GdHeaderButton object should use markup.
|
|
73
|
-
*/
|
|
74
|
-
use_markup?: boolean | null
|
|
75
67
|
/**
|
|
76
68
|
* The symbolic icon name of the #GdHeaderButton object.
|
|
77
69
|
*/
|
|
@@ -92,18 +84,10 @@ export interface HeaderButton extends Gtk.Button {
|
|
|
92
84
|
* The label of the #GdHeaderButton object.
|
|
93
85
|
*/
|
|
94
86
|
label: string | null
|
|
95
|
-
/**
|
|
96
|
-
* The symbolic icon name of the #GdHeaderButton object.
|
|
97
|
-
*/
|
|
98
|
-
symbolic_icon_name: string | null
|
|
99
87
|
/**
|
|
100
88
|
* The symbolic icon name of the #GdHeaderButton object.
|
|
101
89
|
*/
|
|
102
90
|
symbolicIconName: string | null
|
|
103
|
-
/**
|
|
104
|
-
* Whether the label of the #GdHeaderButton object should use markup.
|
|
105
|
-
*/
|
|
106
|
-
use_markup: boolean
|
|
107
91
|
/**
|
|
108
92
|
* Whether the label of the #GdHeaderButton object should use markup.
|
|
109
93
|
*/
|
|
@@ -557,13 +541,12 @@ export module HeaderBar {
|
|
|
557
541
|
|
|
558
542
|
// Own constructor properties of Gd-1.0.Gd.HeaderBar
|
|
559
543
|
|
|
560
|
-
|
|
544
|
+
customTitle?: Gtk.Widget | null
|
|
561
545
|
hpadding?: number | null
|
|
562
546
|
spacing?: number | null
|
|
563
547
|
subtitle?: string | null
|
|
564
548
|
title?: string | null
|
|
565
549
|
vpadding?: number | null
|
|
566
|
-
customTitle?: Gtk.Widget | null
|
|
567
550
|
}
|
|
568
551
|
|
|
569
552
|
}
|
|
@@ -572,7 +555,6 @@ export interface HeaderBar extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
572
555
|
|
|
573
556
|
// Own properties of Gd-1.0.Gd.HeaderBar
|
|
574
557
|
|
|
575
|
-
custom_title: Gtk.Widget
|
|
576
558
|
customTitle: Gtk.Widget
|
|
577
559
|
hpadding: number
|
|
578
560
|
spacing: number
|
|
@@ -2758,7 +2740,6 @@ export module MainToolbar {
|
|
|
2758
2740
|
|
|
2759
2741
|
// Own constructor properties of Gd-1.0.Gd.MainToolbar
|
|
2760
2742
|
|
|
2761
|
-
show_modes?: boolean | null
|
|
2762
2743
|
showModes?: boolean | null
|
|
2763
2744
|
}
|
|
2764
2745
|
|
|
@@ -2768,7 +2749,6 @@ export interface MainToolbar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Or
|
|
|
2768
2749
|
|
|
2769
2750
|
// Own properties of Gd-1.0.Gd.MainToolbar
|
|
2770
2751
|
|
|
2771
|
-
show_modes: boolean
|
|
2772
2752
|
showModes: boolean
|
|
2773
2753
|
|
|
2774
2754
|
// Own fields of Gd-1.0.Gd.MainToolbar
|
|
@@ -3110,8 +3090,6 @@ export module MainView {
|
|
|
3110
3090
|
// Own constructor properties of Gd-1.0.Gd.MainView
|
|
3111
3091
|
|
|
3112
3092
|
model?: Gtk.TreeModel | null
|
|
3113
|
-
selection_mode?: boolean | null
|
|
3114
|
-
view_type?: number | null
|
|
3115
3093
|
selectionMode?: boolean | null
|
|
3116
3094
|
viewType?: number | null
|
|
3117
3095
|
}
|
|
@@ -3123,9 +3101,7 @@ export interface MainView extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
3123
3101
|
// Own properties of Gd-1.0.Gd.MainView
|
|
3124
3102
|
|
|
3125
3103
|
model: Gtk.TreeModel
|
|
3126
|
-
selection_mode: boolean
|
|
3127
3104
|
selectionMode: boolean
|
|
3128
|
-
view_type: number
|
|
3129
3105
|
viewType: number
|
|
3130
3106
|
|
|
3131
3107
|
// Conflicting properties
|
|
@@ -3430,8 +3406,6 @@ export module Revealer {
|
|
|
3430
3406
|
// Own constructor properties of Gd-1.0.Gd.Revealer
|
|
3431
3407
|
|
|
3432
3408
|
orientation?: Gtk.Orientation | null
|
|
3433
|
-
reveal_child?: boolean | null
|
|
3434
|
-
transition_duration?: number | null
|
|
3435
3409
|
revealChild?: boolean | null
|
|
3436
3410
|
transitionDuration?: number | null
|
|
3437
3411
|
}
|
|
@@ -3442,12 +3416,9 @@ export interface Revealer extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
3442
3416
|
|
|
3443
3417
|
// Own properties of Gd-1.0.Gd.Revealer
|
|
3444
3418
|
|
|
3445
|
-
readonly child_revealed: boolean
|
|
3446
3419
|
readonly childRevealed: boolean
|
|
3447
3420
|
orientation: Gtk.Orientation
|
|
3448
|
-
reveal_child: boolean
|
|
3449
3421
|
revealChild: boolean
|
|
3450
|
-
transition_duration: number
|
|
3451
3422
|
transitionDuration: number
|
|
3452
3423
|
|
|
3453
3424
|
// Own fields of Gd-1.0.Gd.Revealer
|
|
@@ -3675,10 +3646,6 @@ export module Stack {
|
|
|
3675
3646
|
// Own constructor properties of Gd-1.0.Gd.Stack
|
|
3676
3647
|
|
|
3677
3648
|
homogeneous?: boolean | null
|
|
3678
|
-
transition_duration?: number | null
|
|
3679
|
-
transition_type?: number | null
|
|
3680
|
-
visible_child?: Gtk.Widget | null
|
|
3681
|
-
visible_child_name?: string | null
|
|
3682
3649
|
transitionDuration?: number | null
|
|
3683
3650
|
transitionType?: number | null
|
|
3684
3651
|
visibleChild?: Gtk.Widget | null
|
|
@@ -3692,13 +3659,9 @@ export interface Stack extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
3692
3659
|
// Own properties of Gd-1.0.Gd.Stack
|
|
3693
3660
|
|
|
3694
3661
|
homogeneous: boolean
|
|
3695
|
-
transition_duration: number
|
|
3696
3662
|
transitionDuration: number
|
|
3697
|
-
transition_type: number
|
|
3698
3663
|
transitionType: number
|
|
3699
|
-
visible_child: Gtk.Widget
|
|
3700
3664
|
visibleChild: Gtk.Widget
|
|
3701
|
-
visible_child_name: string | null
|
|
3702
3665
|
visibleChildName: string | null
|
|
3703
3666
|
|
|
3704
3667
|
// Own fields of Gd-1.0.Gd.Stack
|
|
@@ -4444,7 +4407,6 @@ export module TaggedEntry {
|
|
|
4444
4407
|
|
|
4445
4408
|
// Own constructor properties of Gd-1.0.Gd.TaggedEntry
|
|
4446
4409
|
|
|
4447
|
-
tag_close_visible?: boolean | null
|
|
4448
4410
|
tagCloseVisible?: boolean | null
|
|
4449
4411
|
}
|
|
4450
4412
|
|
|
@@ -4454,7 +4416,6 @@ export interface TaggedEntry extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Ce
|
|
|
4454
4416
|
|
|
4455
4417
|
// Own properties of Gd-1.0.Gd.TaggedEntry
|
|
4456
4418
|
|
|
4457
|
-
tag_close_visible: boolean
|
|
4458
4419
|
tagCloseVisible: boolean
|
|
4459
4420
|
|
|
4460
4421
|
// Own fields of Gd-1.0.Gd.TaggedEntry
|
|
@@ -4796,10 +4757,9 @@ export module TaggedEntryTag {
|
|
|
4796
4757
|
|
|
4797
4758
|
// Own constructor properties of Gd-1.0.Gd.TaggedEntryTag
|
|
4798
4759
|
|
|
4799
|
-
|
|
4760
|
+
hasCloseButton?: boolean | null
|
|
4800
4761
|
label?: string | null
|
|
4801
4762
|
style?: string | null
|
|
4802
|
-
hasCloseButton?: boolean | null
|
|
4803
4763
|
}
|
|
4804
4764
|
|
|
4805
4765
|
}
|
|
@@ -4808,7 +4768,6 @@ export interface TaggedEntryTag {
|
|
|
4808
4768
|
|
|
4809
4769
|
// Own properties of Gd-1.0.Gd.TaggedEntryTag
|
|
4810
4770
|
|
|
4811
|
-
has_close_button: boolean
|
|
4812
4771
|
hasCloseButton: boolean
|
|
4813
4772
|
label: string | null
|
|
4814
4773
|
style: string | null
|
|
@@ -4870,7 +4829,6 @@ export module TogglePixbufRenderer {
|
|
|
4870
4829
|
|
|
4871
4830
|
active?: boolean | null
|
|
4872
4831
|
pulse?: number | null
|
|
4873
|
-
toggle_visible?: boolean | null
|
|
4874
4832
|
toggleVisible?: boolean | null
|
|
4875
4833
|
}
|
|
4876
4834
|
|
|
@@ -4882,7 +4840,6 @@ export interface TogglePixbufRenderer {
|
|
|
4882
4840
|
|
|
4883
4841
|
active: boolean
|
|
4884
4842
|
pulse: number
|
|
4885
|
-
toggle_visible: boolean
|
|
4886
4843
|
toggleVisible: boolean
|
|
4887
4844
|
|
|
4888
4845
|
// Own fields of Gd-1.0.Gd.TogglePixbufRenderer
|
|
@@ -5008,8 +4965,6 @@ export module TwoLinesRenderer {
|
|
|
5008
4965
|
|
|
5009
4966
|
// Own constructor properties of Gd-1.0.Gd.TwoLinesRenderer
|
|
5010
4967
|
|
|
5011
|
-
line_two?: string | null
|
|
5012
|
-
text_lines?: number | null
|
|
5013
4968
|
lineTwo?: string | null
|
|
5014
4969
|
textLines?: number | null
|
|
5015
4970
|
}
|
|
@@ -5020,9 +4975,7 @@ export interface TwoLinesRenderer {
|
|
|
5020
4975
|
|
|
5021
4976
|
// Own properties of Gd-1.0.Gd.TwoLinesRenderer
|
|
5022
4977
|
|
|
5023
|
-
line_two: string | null
|
|
5024
4978
|
lineTwo: string | null
|
|
5025
|
-
text_lines: number
|
|
5026
4979
|
textLines: number
|
|
5027
4980
|
|
|
5028
4981
|
// Own fields of Gd-1.0.Gd.TwoLinesRenderer
|
package/gd-1.0.d.ts
CHANGED
|
@@ -66,14 +66,6 @@ module HeaderButton {
|
|
|
66
66
|
* The label of the #GdHeaderButton object.
|
|
67
67
|
*/
|
|
68
68
|
label?: string | null
|
|
69
|
-
/**
|
|
70
|
-
* The symbolic icon name of the #GdHeaderButton object.
|
|
71
|
-
*/
|
|
72
|
-
symbolic_icon_name?: string | null
|
|
73
|
-
/**
|
|
74
|
-
* Whether the label of the #GdHeaderButton object should use markup.
|
|
75
|
-
*/
|
|
76
|
-
use_markup?: boolean | null
|
|
77
69
|
/**
|
|
78
70
|
* The symbolic icon name of the #GdHeaderButton object.
|
|
79
71
|
*/
|
|
@@ -94,18 +86,10 @@ interface HeaderButton extends Gtk.Button {
|
|
|
94
86
|
* The label of the #GdHeaderButton object.
|
|
95
87
|
*/
|
|
96
88
|
label: string | null
|
|
97
|
-
/**
|
|
98
|
-
* The symbolic icon name of the #GdHeaderButton object.
|
|
99
|
-
*/
|
|
100
|
-
symbolic_icon_name: string | null
|
|
101
89
|
/**
|
|
102
90
|
* The symbolic icon name of the #GdHeaderButton object.
|
|
103
91
|
*/
|
|
104
92
|
symbolicIconName: string | null
|
|
105
|
-
/**
|
|
106
|
-
* Whether the label of the #GdHeaderButton object should use markup.
|
|
107
|
-
*/
|
|
108
|
-
use_markup: boolean
|
|
109
93
|
/**
|
|
110
94
|
* Whether the label of the #GdHeaderButton object should use markup.
|
|
111
95
|
*/
|
|
@@ -559,13 +543,12 @@ module HeaderBar {
|
|
|
559
543
|
|
|
560
544
|
// Own constructor properties of Gd-1.0.Gd.HeaderBar
|
|
561
545
|
|
|
562
|
-
|
|
546
|
+
customTitle?: Gtk.Widget | null
|
|
563
547
|
hpadding?: number | null
|
|
564
548
|
spacing?: number | null
|
|
565
549
|
subtitle?: string | null
|
|
566
550
|
title?: string | null
|
|
567
551
|
vpadding?: number | null
|
|
568
|
-
customTitle?: Gtk.Widget | null
|
|
569
552
|
}
|
|
570
553
|
|
|
571
554
|
}
|
|
@@ -574,7 +557,6 @@ interface HeaderBar extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
574
557
|
|
|
575
558
|
// Own properties of Gd-1.0.Gd.HeaderBar
|
|
576
559
|
|
|
577
|
-
custom_title: Gtk.Widget
|
|
578
560
|
customTitle: Gtk.Widget
|
|
579
561
|
hpadding: number
|
|
580
562
|
spacing: number
|
|
@@ -2760,7 +2742,6 @@ module MainToolbar {
|
|
|
2760
2742
|
|
|
2761
2743
|
// Own constructor properties of Gd-1.0.Gd.MainToolbar
|
|
2762
2744
|
|
|
2763
|
-
show_modes?: boolean | null
|
|
2764
2745
|
showModes?: boolean | null
|
|
2765
2746
|
}
|
|
2766
2747
|
|
|
@@ -2770,7 +2751,6 @@ interface MainToolbar extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientabl
|
|
|
2770
2751
|
|
|
2771
2752
|
// Own properties of Gd-1.0.Gd.MainToolbar
|
|
2772
2753
|
|
|
2773
|
-
show_modes: boolean
|
|
2774
2754
|
showModes: boolean
|
|
2775
2755
|
|
|
2776
2756
|
// Own fields of Gd-1.0.Gd.MainToolbar
|
|
@@ -3112,8 +3092,6 @@ module MainView {
|
|
|
3112
3092
|
// Own constructor properties of Gd-1.0.Gd.MainView
|
|
3113
3093
|
|
|
3114
3094
|
model?: Gtk.TreeModel | null
|
|
3115
|
-
selection_mode?: boolean | null
|
|
3116
|
-
view_type?: number | null
|
|
3117
3095
|
selectionMode?: boolean | null
|
|
3118
3096
|
viewType?: number | null
|
|
3119
3097
|
}
|
|
@@ -3125,9 +3103,7 @@ interface MainView extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
3125
3103
|
// Own properties of Gd-1.0.Gd.MainView
|
|
3126
3104
|
|
|
3127
3105
|
model: Gtk.TreeModel
|
|
3128
|
-
selection_mode: boolean
|
|
3129
3106
|
selectionMode: boolean
|
|
3130
|
-
view_type: number
|
|
3131
3107
|
viewType: number
|
|
3132
3108
|
|
|
3133
3109
|
// Conflicting properties
|
|
@@ -3432,8 +3408,6 @@ module Revealer {
|
|
|
3432
3408
|
// Own constructor properties of Gd-1.0.Gd.Revealer
|
|
3433
3409
|
|
|
3434
3410
|
orientation?: Gtk.Orientation | null
|
|
3435
|
-
reveal_child?: boolean | null
|
|
3436
|
-
transition_duration?: number | null
|
|
3437
3411
|
revealChild?: boolean | null
|
|
3438
3412
|
transitionDuration?: number | null
|
|
3439
3413
|
}
|
|
@@ -3444,12 +3418,9 @@ interface Revealer extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
3444
3418
|
|
|
3445
3419
|
// Own properties of Gd-1.0.Gd.Revealer
|
|
3446
3420
|
|
|
3447
|
-
readonly child_revealed: boolean
|
|
3448
3421
|
readonly childRevealed: boolean
|
|
3449
3422
|
orientation: Gtk.Orientation
|
|
3450
|
-
reveal_child: boolean
|
|
3451
3423
|
revealChild: boolean
|
|
3452
|
-
transition_duration: number
|
|
3453
3424
|
transitionDuration: number
|
|
3454
3425
|
|
|
3455
3426
|
// Own fields of Gd-1.0.Gd.Revealer
|
|
@@ -3677,10 +3648,6 @@ module Stack {
|
|
|
3677
3648
|
// Own constructor properties of Gd-1.0.Gd.Stack
|
|
3678
3649
|
|
|
3679
3650
|
homogeneous?: boolean | null
|
|
3680
|
-
transition_duration?: number | null
|
|
3681
|
-
transition_type?: number | null
|
|
3682
|
-
visible_child?: Gtk.Widget | null
|
|
3683
|
-
visible_child_name?: string | null
|
|
3684
3651
|
transitionDuration?: number | null
|
|
3685
3652
|
transitionType?: number | null
|
|
3686
3653
|
visibleChild?: Gtk.Widget | null
|
|
@@ -3694,13 +3661,9 @@ interface Stack extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
3694
3661
|
// Own properties of Gd-1.0.Gd.Stack
|
|
3695
3662
|
|
|
3696
3663
|
homogeneous: boolean
|
|
3697
|
-
transition_duration: number
|
|
3698
3664
|
transitionDuration: number
|
|
3699
|
-
transition_type: number
|
|
3700
3665
|
transitionType: number
|
|
3701
|
-
visible_child: Gtk.Widget
|
|
3702
3666
|
visibleChild: Gtk.Widget
|
|
3703
|
-
visible_child_name: string | null
|
|
3704
3667
|
visibleChildName: string | null
|
|
3705
3668
|
|
|
3706
3669
|
// Own fields of Gd-1.0.Gd.Stack
|
|
@@ -4446,7 +4409,6 @@ module TaggedEntry {
|
|
|
4446
4409
|
|
|
4447
4410
|
// Own constructor properties of Gd-1.0.Gd.TaggedEntry
|
|
4448
4411
|
|
|
4449
|
-
tag_close_visible?: boolean | null
|
|
4450
4412
|
tagCloseVisible?: boolean | null
|
|
4451
4413
|
}
|
|
4452
4414
|
|
|
@@ -4456,7 +4418,6 @@ interface TaggedEntry extends Atk.ImplementorIface, Gtk.Buildable, Gtk.CellEdita
|
|
|
4456
4418
|
|
|
4457
4419
|
// Own properties of Gd-1.0.Gd.TaggedEntry
|
|
4458
4420
|
|
|
4459
|
-
tag_close_visible: boolean
|
|
4460
4421
|
tagCloseVisible: boolean
|
|
4461
4422
|
|
|
4462
4423
|
// Own fields of Gd-1.0.Gd.TaggedEntry
|
|
@@ -4798,10 +4759,9 @@ module TaggedEntryTag {
|
|
|
4798
4759
|
|
|
4799
4760
|
// Own constructor properties of Gd-1.0.Gd.TaggedEntryTag
|
|
4800
4761
|
|
|
4801
|
-
|
|
4762
|
+
hasCloseButton?: boolean | null
|
|
4802
4763
|
label?: string | null
|
|
4803
4764
|
style?: string | null
|
|
4804
|
-
hasCloseButton?: boolean | null
|
|
4805
4765
|
}
|
|
4806
4766
|
|
|
4807
4767
|
}
|
|
@@ -4810,7 +4770,6 @@ interface TaggedEntryTag {
|
|
|
4810
4770
|
|
|
4811
4771
|
// Own properties of Gd-1.0.Gd.TaggedEntryTag
|
|
4812
4772
|
|
|
4813
|
-
has_close_button: boolean
|
|
4814
4773
|
hasCloseButton: boolean
|
|
4815
4774
|
label: string | null
|
|
4816
4775
|
style: string | null
|
|
@@ -4872,7 +4831,6 @@ module TogglePixbufRenderer {
|
|
|
4872
4831
|
|
|
4873
4832
|
active?: boolean | null
|
|
4874
4833
|
pulse?: number | null
|
|
4875
|
-
toggle_visible?: boolean | null
|
|
4876
4834
|
toggleVisible?: boolean | null
|
|
4877
4835
|
}
|
|
4878
4836
|
|
|
@@ -4884,7 +4842,6 @@ interface TogglePixbufRenderer {
|
|
|
4884
4842
|
|
|
4885
4843
|
active: boolean
|
|
4886
4844
|
pulse: number
|
|
4887
|
-
toggle_visible: boolean
|
|
4888
4845
|
toggleVisible: boolean
|
|
4889
4846
|
|
|
4890
4847
|
// Own fields of Gd-1.0.Gd.TogglePixbufRenderer
|
|
@@ -5010,8 +4967,6 @@ module TwoLinesRenderer {
|
|
|
5010
4967
|
|
|
5011
4968
|
// Own constructor properties of Gd-1.0.Gd.TwoLinesRenderer
|
|
5012
4969
|
|
|
5013
|
-
line_two?: string | null
|
|
5014
|
-
text_lines?: number | null
|
|
5015
4970
|
lineTwo?: string | null
|
|
5016
4971
|
textLines?: number | null
|
|
5017
4972
|
}
|
|
@@ -5022,9 +4977,7 @@ interface TwoLinesRenderer {
|
|
|
5022
4977
|
|
|
5023
4978
|
// Own properties of Gd-1.0.Gd.TwoLinesRenderer
|
|
5024
4979
|
|
|
5025
|
-
line_two: string | null
|
|
5026
4980
|
lineTwo: string | null
|
|
5027
|
-
text_lines: number
|
|
5028
4981
|
textLines: number
|
|
5029
4982
|
|
|
5030
4983
|
// Own fields of Gd-1.0.Gd.TwoLinesRenderer
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gd-1.0",
|
|
3
|
-
"version": "1.0.0-3.2.
|
|
3
|
+
"version": "1.0.0-3.2.8",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Gd-1.0, generated from library version 1.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gd-1.0.js",
|
|
7
7
|
"main": "gd-1.0.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./gd-1.0-ambient.d.ts",
|
|
11
|
+
"default": "./gd-1.0-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./gd-1.0-import.d.ts",
|
|
15
|
+
"default": "./gd-1.0-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./gd-1.0.d.ts",
|
|
@@ -25,20 +31,20 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gd-1.0.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/atk-1.0": "^2.
|
|
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.
|
|
34
|
-
"@girs/gjs": "^3.2.
|
|
35
|
-
"@girs/glib-2.0": "^2.
|
|
36
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
37
|
-
"@girs/gobject-2.0": "^2.
|
|
38
|
-
"@girs/gtk-3.0": "^3.24.
|
|
39
|
-
"@girs/harfbuzz-0.0": "^8.
|
|
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.45.1-3.2.8",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.8",
|
|
36
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.8",
|
|
37
|
+
"@girs/gdk-3.0": "^3.24.39-3.2.8",
|
|
38
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
|
|
39
|
+
"@girs/gio-2.0": "^2.77.0-3.2.8",
|
|
40
|
+
"@girs/gjs": "^3.2.8",
|
|
41
|
+
"@girs/glib-2.0": "^2.77.0-3.2.8",
|
|
42
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.8",
|
|
43
|
+
"@girs/gobject-2.0": "^2.77.0-3.2.8",
|
|
44
|
+
"@girs/gtk-3.0": "^3.24.39-3.2.8",
|
|
45
|
+
"@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
|
|
46
|
+
"@girs/pango-1.0": "^1.51.0-3.2.8",
|
|
47
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.8"
|
|
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"
|