@girs/gitgext-1.0 1.0.0-3.2.7 → 1.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/gitgext-1.0-ambient.js +2 -0
- package/gitgext-1.0-import.js +3 -0
- package/gitgext-1.0.d.cts +3 -34
- package/gitgext-1.0.d.ts +3 -34
- package/package.json +27 -21
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for GitgExt-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 GitgExt-1.0, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
|
|
9
9
|
|
|
10
10
|
Gitg extensions library.
|
|
11
11
|
|
package/gitgext-1.0.d.cts
CHANGED
|
@@ -193,14 +193,11 @@ export interface Application extends GObject.Object {
|
|
|
193
193
|
// Own properties of GitgExt-1.0.GitgExt.Application
|
|
194
194
|
|
|
195
195
|
repository: Gitg.Repository
|
|
196
|
-
readonly message_bus: MessageBus
|
|
197
196
|
readonly messageBus: MessageBus
|
|
198
|
-
readonly current_activity: Activity
|
|
199
197
|
readonly currentActivity: Activity
|
|
200
198
|
readonly environment: Gee.Map
|
|
201
199
|
readonly notifications: Notifications
|
|
202
200
|
busy: boolean
|
|
203
|
-
readonly remote_lookup: RemoteLookup
|
|
204
201
|
readonly remoteLookup: RemoteLookup
|
|
205
202
|
|
|
206
203
|
// Owm methods of GitgExt-1.0.GitgExt.Application
|
|
@@ -370,9 +367,8 @@ export module CommitAction {
|
|
|
370
367
|
|
|
371
368
|
// Own constructor properties of GitgExt-1.0.GitgExt.CommitAction
|
|
372
369
|
|
|
373
|
-
action_interface?: RefActionInterface | null
|
|
374
|
-
commit?: Gitg.Commit | null
|
|
375
370
|
actionInterface?: RefActionInterface | null
|
|
371
|
+
commit?: Gitg.Commit | null
|
|
376
372
|
}
|
|
377
373
|
|
|
378
374
|
}
|
|
@@ -381,7 +377,6 @@ export interface CommitAction extends Action {
|
|
|
381
377
|
|
|
382
378
|
// Own properties of GitgExt-1.0.GitgExt.CommitAction
|
|
383
379
|
|
|
384
|
-
action_interface: RefActionInterface
|
|
385
380
|
actionInterface: RefActionInterface
|
|
386
381
|
commit: Gitg.Commit
|
|
387
382
|
|
|
@@ -698,7 +693,6 @@ export interface Preferences extends GObject.Object {
|
|
|
698
693
|
// Own properties of GitgExt-1.0.GitgExt.Preferences
|
|
699
694
|
|
|
700
695
|
readonly id: string | null
|
|
701
|
-
readonly display_name: string | null
|
|
702
696
|
readonly displayName: string | null
|
|
703
697
|
readonly widget: Gtk.Widget
|
|
704
698
|
|
|
@@ -833,9 +827,8 @@ export module RefAction {
|
|
|
833
827
|
|
|
834
828
|
// Own constructor properties of GitgExt-1.0.GitgExt.RefAction
|
|
835
829
|
|
|
836
|
-
action_interface?: RefActionInterface | null
|
|
837
|
-
reference?: Gitg.Ref | null
|
|
838
830
|
actionInterface?: RefActionInterface | null
|
|
831
|
+
reference?: Gitg.Ref | null
|
|
839
832
|
}
|
|
840
833
|
|
|
841
834
|
}
|
|
@@ -844,7 +837,6 @@ export interface RefAction extends Action {
|
|
|
844
837
|
|
|
845
838
|
// Own properties of GitgExt-1.0.GitgExt.RefAction
|
|
846
839
|
|
|
847
|
-
action_interface: RefActionInterface
|
|
848
840
|
actionInterface: RefActionInterface
|
|
849
841
|
reference: Gitg.Ref
|
|
850
842
|
|
|
@@ -955,9 +947,6 @@ export module Searchable {
|
|
|
955
947
|
|
|
956
948
|
// Own constructor properties of GitgExt-1.0.GitgExt.Searchable
|
|
957
949
|
|
|
958
|
-
search_text?: string | null
|
|
959
|
-
search_visible?: boolean | null
|
|
960
|
-
search_entry?: Gtk.Entry | null
|
|
961
950
|
searchText?: string | null
|
|
962
951
|
searchVisible?: boolean | null
|
|
963
952
|
searchEntry?: Gtk.Entry | null
|
|
@@ -969,13 +958,9 @@ export interface Searchable extends GObject.Object, Activity {
|
|
|
969
958
|
|
|
970
959
|
// Own properties of GitgExt-1.0.GitgExt.Searchable
|
|
971
960
|
|
|
972
|
-
search_text: string | null
|
|
973
961
|
searchText: string | null
|
|
974
|
-
search_visible: boolean
|
|
975
962
|
searchVisible: boolean
|
|
976
|
-
readonly search_available: boolean
|
|
977
963
|
readonly searchAvailable: boolean
|
|
978
|
-
search_entry: Gtk.Entry
|
|
979
964
|
searchEntry: Gtk.Entry
|
|
980
965
|
|
|
981
966
|
// Owm methods of GitgExt-1.0.GitgExt.Searchable
|
|
@@ -1049,7 +1034,6 @@ export module Selectable {
|
|
|
1049
1034
|
|
|
1050
1035
|
// Own constructor properties of GitgExt-1.0.GitgExt.Selectable
|
|
1051
1036
|
|
|
1052
|
-
selectable_mode?: SelectionMode | null
|
|
1053
1037
|
selectableMode?: SelectionMode | null
|
|
1054
1038
|
}
|
|
1055
1039
|
|
|
@@ -1059,13 +1043,9 @@ export interface Selectable extends GObject.Object, Activity {
|
|
|
1059
1043
|
|
|
1060
1044
|
// Own properties of GitgExt-1.0.GitgExt.Selectable
|
|
1061
1045
|
|
|
1062
|
-
selectable_mode: SelectionMode
|
|
1063
1046
|
selectableMode: SelectionMode
|
|
1064
|
-
readonly selectable_available: boolean
|
|
1065
1047
|
readonly selectableAvailable: boolean
|
|
1066
|
-
readonly selectable_mode_tooltip: string | null
|
|
1067
1048
|
readonly selectableModeTooltip: string | null
|
|
1068
|
-
readonly action_widget: Gtk.Widget
|
|
1069
1049
|
readonly actionWidget: Gtk.Widget
|
|
1070
1050
|
|
|
1071
1051
|
// Owm methods of GitgExt-1.0.GitgExt.Selectable
|
|
@@ -1158,7 +1138,6 @@ export interface UIElement extends GObject.Object {
|
|
|
1158
1138
|
|
|
1159
1139
|
application: Application
|
|
1160
1140
|
readonly id: string | null
|
|
1161
|
-
readonly display_name: string | null
|
|
1162
1141
|
readonly displayName: string | null
|
|
1163
1142
|
readonly description: string | null
|
|
1164
1143
|
|
|
@@ -1366,9 +1345,8 @@ export module MessageId {
|
|
|
1366
1345
|
|
|
1367
1346
|
// Own constructor properties of GitgExt-1.0.GitgExt.MessageId
|
|
1368
1347
|
|
|
1369
|
-
object_path?: string | null
|
|
1370
|
-
method?: string | null
|
|
1371
1348
|
objectPath?: string | null
|
|
1349
|
+
method?: string | null
|
|
1372
1350
|
}
|
|
1373
1351
|
|
|
1374
1352
|
}
|
|
@@ -1377,7 +1355,6 @@ export interface MessageId {
|
|
|
1377
1355
|
|
|
1378
1356
|
// Own properties of GitgExt-1.0.GitgExt.MessageId
|
|
1379
1357
|
|
|
1380
|
-
object_path: string | null
|
|
1381
1358
|
objectPath: string | null
|
|
1382
1359
|
method: string | null
|
|
1383
1360
|
readonly id: string | null
|
|
@@ -1562,10 +1539,6 @@ export module UserQuery {
|
|
|
1562
1539
|
|
|
1563
1540
|
title?: string | null
|
|
1564
1541
|
message?: string | null
|
|
1565
|
-
message_type?: Gtk.MessageType | null
|
|
1566
|
-
default_response?: Gtk.ResponseType | null
|
|
1567
|
-
default_is_destructive?: boolean | null
|
|
1568
|
-
message_use_markup?: boolean | null
|
|
1569
1542
|
messageType?: Gtk.MessageType | null
|
|
1570
1543
|
defaultResponse?: Gtk.ResponseType | null
|
|
1571
1544
|
defaultIsDestructive?: boolean | null
|
|
@@ -1580,13 +1553,9 @@ export interface UserQuery {
|
|
|
1580
1553
|
|
|
1581
1554
|
title: string | null
|
|
1582
1555
|
message: string | null
|
|
1583
|
-
message_type: Gtk.MessageType
|
|
1584
1556
|
messageType: Gtk.MessageType
|
|
1585
|
-
default_response: Gtk.ResponseType
|
|
1586
1557
|
defaultResponse: Gtk.ResponseType
|
|
1587
|
-
default_is_destructive: boolean
|
|
1588
1558
|
defaultIsDestructive: boolean
|
|
1589
|
-
message_use_markup: boolean
|
|
1590
1559
|
messageUseMarkup: boolean
|
|
1591
1560
|
|
|
1592
1561
|
// Own fields of GitgExt-1.0.GitgExt.UserQuery
|
package/gitgext-1.0.d.ts
CHANGED
|
@@ -195,14 +195,11 @@ interface Application extends GObject.Object {
|
|
|
195
195
|
// Own properties of GitgExt-1.0.GitgExt.Application
|
|
196
196
|
|
|
197
197
|
repository: Gitg.Repository
|
|
198
|
-
readonly message_bus: MessageBus
|
|
199
198
|
readonly messageBus: MessageBus
|
|
200
|
-
readonly current_activity: Activity
|
|
201
199
|
readonly currentActivity: Activity
|
|
202
200
|
readonly environment: Gee.Map
|
|
203
201
|
readonly notifications: Notifications
|
|
204
202
|
busy: boolean
|
|
205
|
-
readonly remote_lookup: RemoteLookup
|
|
206
203
|
readonly remoteLookup: RemoteLookup
|
|
207
204
|
|
|
208
205
|
// Owm methods of GitgExt-1.0.GitgExt.Application
|
|
@@ -372,9 +369,8 @@ module CommitAction {
|
|
|
372
369
|
|
|
373
370
|
// Own constructor properties of GitgExt-1.0.GitgExt.CommitAction
|
|
374
371
|
|
|
375
|
-
action_interface?: RefActionInterface | null
|
|
376
|
-
commit?: Gitg.Commit | null
|
|
377
372
|
actionInterface?: RefActionInterface | null
|
|
373
|
+
commit?: Gitg.Commit | null
|
|
378
374
|
}
|
|
379
375
|
|
|
380
376
|
}
|
|
@@ -383,7 +379,6 @@ interface CommitAction extends Action {
|
|
|
383
379
|
|
|
384
380
|
// Own properties of GitgExt-1.0.GitgExt.CommitAction
|
|
385
381
|
|
|
386
|
-
action_interface: RefActionInterface
|
|
387
382
|
actionInterface: RefActionInterface
|
|
388
383
|
commit: Gitg.Commit
|
|
389
384
|
|
|
@@ -700,7 +695,6 @@ interface Preferences extends GObject.Object {
|
|
|
700
695
|
// Own properties of GitgExt-1.0.GitgExt.Preferences
|
|
701
696
|
|
|
702
697
|
readonly id: string | null
|
|
703
|
-
readonly display_name: string | null
|
|
704
698
|
readonly displayName: string | null
|
|
705
699
|
readonly widget: Gtk.Widget
|
|
706
700
|
|
|
@@ -835,9 +829,8 @@ module RefAction {
|
|
|
835
829
|
|
|
836
830
|
// Own constructor properties of GitgExt-1.0.GitgExt.RefAction
|
|
837
831
|
|
|
838
|
-
action_interface?: RefActionInterface | null
|
|
839
|
-
reference?: Gitg.Ref | null
|
|
840
832
|
actionInterface?: RefActionInterface | null
|
|
833
|
+
reference?: Gitg.Ref | null
|
|
841
834
|
}
|
|
842
835
|
|
|
843
836
|
}
|
|
@@ -846,7 +839,6 @@ interface RefAction extends Action {
|
|
|
846
839
|
|
|
847
840
|
// Own properties of GitgExt-1.0.GitgExt.RefAction
|
|
848
841
|
|
|
849
|
-
action_interface: RefActionInterface
|
|
850
842
|
actionInterface: RefActionInterface
|
|
851
843
|
reference: Gitg.Ref
|
|
852
844
|
|
|
@@ -957,9 +949,6 @@ module Searchable {
|
|
|
957
949
|
|
|
958
950
|
// Own constructor properties of GitgExt-1.0.GitgExt.Searchable
|
|
959
951
|
|
|
960
|
-
search_text?: string | null
|
|
961
|
-
search_visible?: boolean | null
|
|
962
|
-
search_entry?: Gtk.Entry | null
|
|
963
952
|
searchText?: string | null
|
|
964
953
|
searchVisible?: boolean | null
|
|
965
954
|
searchEntry?: Gtk.Entry | null
|
|
@@ -971,13 +960,9 @@ interface Searchable extends GObject.Object, Activity {
|
|
|
971
960
|
|
|
972
961
|
// Own properties of GitgExt-1.0.GitgExt.Searchable
|
|
973
962
|
|
|
974
|
-
search_text: string | null
|
|
975
963
|
searchText: string | null
|
|
976
|
-
search_visible: boolean
|
|
977
964
|
searchVisible: boolean
|
|
978
|
-
readonly search_available: boolean
|
|
979
965
|
readonly searchAvailable: boolean
|
|
980
|
-
search_entry: Gtk.Entry
|
|
981
966
|
searchEntry: Gtk.Entry
|
|
982
967
|
|
|
983
968
|
// Owm methods of GitgExt-1.0.GitgExt.Searchable
|
|
@@ -1051,7 +1036,6 @@ module Selectable {
|
|
|
1051
1036
|
|
|
1052
1037
|
// Own constructor properties of GitgExt-1.0.GitgExt.Selectable
|
|
1053
1038
|
|
|
1054
|
-
selectable_mode?: SelectionMode | null
|
|
1055
1039
|
selectableMode?: SelectionMode | null
|
|
1056
1040
|
}
|
|
1057
1041
|
|
|
@@ -1061,13 +1045,9 @@ interface Selectable extends GObject.Object, Activity {
|
|
|
1061
1045
|
|
|
1062
1046
|
// Own properties of GitgExt-1.0.GitgExt.Selectable
|
|
1063
1047
|
|
|
1064
|
-
selectable_mode: SelectionMode
|
|
1065
1048
|
selectableMode: SelectionMode
|
|
1066
|
-
readonly selectable_available: boolean
|
|
1067
1049
|
readonly selectableAvailable: boolean
|
|
1068
|
-
readonly selectable_mode_tooltip: string | null
|
|
1069
1050
|
readonly selectableModeTooltip: string | null
|
|
1070
|
-
readonly action_widget: Gtk.Widget
|
|
1071
1051
|
readonly actionWidget: Gtk.Widget
|
|
1072
1052
|
|
|
1073
1053
|
// Owm methods of GitgExt-1.0.GitgExt.Selectable
|
|
@@ -1160,7 +1140,6 @@ interface UIElement extends GObject.Object {
|
|
|
1160
1140
|
|
|
1161
1141
|
application: Application
|
|
1162
1142
|
readonly id: string | null
|
|
1163
|
-
readonly display_name: string | null
|
|
1164
1143
|
readonly displayName: string | null
|
|
1165
1144
|
readonly description: string | null
|
|
1166
1145
|
|
|
@@ -1368,9 +1347,8 @@ module MessageId {
|
|
|
1368
1347
|
|
|
1369
1348
|
// Own constructor properties of GitgExt-1.0.GitgExt.MessageId
|
|
1370
1349
|
|
|
1371
|
-
object_path?: string | null
|
|
1372
|
-
method?: string | null
|
|
1373
1350
|
objectPath?: string | null
|
|
1351
|
+
method?: string | null
|
|
1374
1352
|
}
|
|
1375
1353
|
|
|
1376
1354
|
}
|
|
@@ -1379,7 +1357,6 @@ interface MessageId {
|
|
|
1379
1357
|
|
|
1380
1358
|
// Own properties of GitgExt-1.0.GitgExt.MessageId
|
|
1381
1359
|
|
|
1382
|
-
object_path: string | null
|
|
1383
1360
|
objectPath: string | null
|
|
1384
1361
|
method: string | null
|
|
1385
1362
|
readonly id: string | null
|
|
@@ -1564,10 +1541,6 @@ module UserQuery {
|
|
|
1564
1541
|
|
|
1565
1542
|
title?: string | null
|
|
1566
1543
|
message?: string | null
|
|
1567
|
-
message_type?: Gtk.MessageType | null
|
|
1568
|
-
default_response?: Gtk.ResponseType | null
|
|
1569
|
-
default_is_destructive?: boolean | null
|
|
1570
|
-
message_use_markup?: boolean | null
|
|
1571
1544
|
messageType?: Gtk.MessageType | null
|
|
1572
1545
|
defaultResponse?: Gtk.ResponseType | null
|
|
1573
1546
|
defaultIsDestructive?: boolean | null
|
|
@@ -1582,13 +1555,9 @@ interface UserQuery {
|
|
|
1582
1555
|
|
|
1583
1556
|
title: string | null
|
|
1584
1557
|
message: string | null
|
|
1585
|
-
message_type: Gtk.MessageType
|
|
1586
1558
|
messageType: Gtk.MessageType
|
|
1587
|
-
default_response: Gtk.ResponseType
|
|
1588
1559
|
defaultResponse: Gtk.ResponseType
|
|
1589
|
-
default_is_destructive: boolean
|
|
1590
1560
|
defaultIsDestructive: boolean
|
|
1591
|
-
message_use_markup: boolean
|
|
1592
1561
|
messageUseMarkup: boolean
|
|
1593
1562
|
|
|
1594
1563
|
// Own fields of GitgExt-1.0.GitgExt.UserQuery
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gitgext-1.0",
|
|
3
|
-
"version": "1.0.0-3.2.
|
|
3
|
+
"version": "1.0.0-3.2.9",
|
|
4
4
|
"description": "GJS TypeScript type definitions for GitgExt-1.0, generated from library version 1.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gitgext-1.0.js",
|
|
7
7
|
"main": "gitgext-1.0.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./gitgext-1.0-ambient.d.ts",
|
|
11
|
+
"default": "./gitgext-1.0-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./gitgext-1.0-import.d.ts",
|
|
15
|
+
"default": "./gitgext-1.0-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./gitgext-1.0.d.ts",
|
|
@@ -25,23 +31,23 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gitgext-1.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/gee-0.8": "^0.8.0-3.2.
|
|
34
|
-
"@girs/ggit-1.0": "^1.1.0-3.2.
|
|
35
|
-
"@girs/gio-2.0": "^2.78.0-3.2.
|
|
36
|
-
"@girs/gitg-1.0": "^1.0.0-3.2.
|
|
37
|
-
"@girs/gjs": "^3.2.
|
|
38
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
39
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
40
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
41
|
-
"@girs/gtk-3.0": "^3.24.
|
|
42
|
-
"@girs/harfbuzz-0.0": "^8.2.1-3.2.
|
|
43
|
-
"@girs/pango-1.0": "^1.51.0-3.2.
|
|
44
|
-
"@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/gee-0.8": "^0.8.0-3.2.9",
|
|
40
|
+
"@girs/ggit-1.0": "^1.1.0-3.2.9",
|
|
41
|
+
"@girs/gio-2.0": "^2.78.0-3.2.9",
|
|
42
|
+
"@girs/gitg-1.0": "^1.0.0-3.2.9",
|
|
43
|
+
"@girs/gjs": "^3.2.9",
|
|
44
|
+
"@girs/glib-2.0": "^2.78.0-3.2.9",
|
|
45
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.9",
|
|
46
|
+
"@girs/gobject-2.0": "^2.78.0-3.2.9",
|
|
47
|
+
"@girs/gtk-3.0": "^3.24.41-3.2.9",
|
|
48
|
+
"@girs/harfbuzz-0.0": "^8.2.1-3.2.9",
|
|
49
|
+
"@girs/pango-1.0": "^1.51.0-3.2.9",
|
|
50
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.9"
|
|
45
51
|
},
|
|
46
52
|
"devDependencies": {
|
|
47
53
|
"typescript": "*"
|
|
@@ -58,7 +64,7 @@
|
|
|
58
64
|
"license": "MIT",
|
|
59
65
|
"repository": {
|
|
60
66
|
"type": "git",
|
|
61
|
-
"url": "git+https://github.com/gjsify/
|
|
67
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
62
68
|
},
|
|
63
69
|
"bugs": {
|
|
64
70
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|