@girs/gitg-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/gitg-1.0-ambient.js +2 -0
- package/gitg-1.0-import.js +3 -0
- package/gitg-1.0.d.cts +13 -91
- package/gitg-1.0.d.ts +13 -91
- package/package.json +26 -20
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Gitg-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 Gitg-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
|
Small, fast and convenient set of widgets to visualize the history of git repositories.
|
|
11
11
|
|
package/gitg-1.0.d.cts
CHANGED
|
@@ -222,12 +222,10 @@ export module Ref {
|
|
|
222
222
|
|
|
223
223
|
// Own constructor properties of Gitg-1.0.Gitg.Ref
|
|
224
224
|
|
|
225
|
-
d_parsed_name?: ParsedRefName | null
|
|
226
|
-
d_pushes?: Ref[] | null
|
|
227
|
-
state?: RefState | null
|
|
228
|
-
working?: boolean | null
|
|
229
225
|
dParsedName?: ParsedRefName | null
|
|
230
226
|
dPushes?: Ref[] | null
|
|
227
|
+
state?: RefState | null
|
|
228
|
+
working?: boolean | null
|
|
231
229
|
}
|
|
232
230
|
|
|
233
231
|
}
|
|
@@ -236,9 +234,7 @@ export interface Ref extends Ggit.Ref {
|
|
|
236
234
|
|
|
237
235
|
// Own properties of Gitg-1.0.Gitg.Ref
|
|
238
236
|
|
|
239
|
-
d_parsed_name: ParsedRefName
|
|
240
237
|
dParsedName: ParsedRefName
|
|
241
|
-
d_pushes: Ref[]
|
|
242
238
|
dPushes: Ref[]
|
|
243
239
|
state: RefState
|
|
244
240
|
working: boolean
|
|
@@ -378,7 +374,6 @@ export interface SidebarItem extends GObject.Object {
|
|
|
378
374
|
// Own properties of Gitg-1.0.Gitg.SidebarItem
|
|
379
375
|
|
|
380
376
|
readonly text: string | null
|
|
381
|
-
readonly icon_name: string | null
|
|
382
377
|
readonly iconName: string | null
|
|
383
378
|
|
|
384
379
|
// Owm methods of Gitg-1.0.Gitg.SidebarItem
|
|
@@ -440,13 +435,9 @@ export interface StageStatusItem extends GObject.Object {
|
|
|
440
435
|
// Own properties of Gitg-1.0.Gitg.StageStatusItem
|
|
441
436
|
|
|
442
437
|
readonly path: string | null
|
|
443
|
-
readonly is_staged: boolean
|
|
444
438
|
readonly isStaged: boolean
|
|
445
|
-
readonly is_unstaged: boolean
|
|
446
439
|
readonly isUnstaged: boolean
|
|
447
|
-
readonly is_untracked: boolean
|
|
448
440
|
readonly isUntracked: boolean
|
|
449
|
-
readonly icon_name: string | null
|
|
450
441
|
readonly iconName: string | null
|
|
451
442
|
|
|
452
443
|
// Owm methods of Gitg-1.0.Gitg.StageStatusItem
|
|
@@ -539,7 +530,6 @@ export interface AuthenticationDialog {
|
|
|
539
530
|
|
|
540
531
|
readonly username: string | null
|
|
541
532
|
readonly password: string | null
|
|
542
|
-
readonly life_time: AuthenticationLifeTime
|
|
543
533
|
readonly lifeTime: AuthenticationLifeTime
|
|
544
534
|
|
|
545
535
|
// Conflicting properties
|
|
@@ -1045,13 +1035,10 @@ export module CellRendererLanes {
|
|
|
1045
1035
|
// Own constructor properties of Gitg-1.0.Gitg.CellRendererLanes
|
|
1046
1036
|
|
|
1047
1037
|
commit?: Commit | null
|
|
1048
|
-
next_commit?: Commit | null
|
|
1049
|
-
lane_width?: number | null
|
|
1050
|
-
dot_width?: number | null
|
|
1051
|
-
labels?: Ref[] | null
|
|
1052
1038
|
nextCommit?: Commit | null
|
|
1053
1039
|
laneWidth?: number | null
|
|
1054
1040
|
dotWidth?: number | null
|
|
1041
|
+
labels?: Ref[] | null
|
|
1055
1042
|
}
|
|
1056
1043
|
|
|
1057
1044
|
}
|
|
@@ -1061,11 +1048,8 @@ export interface CellRendererLanes {
|
|
|
1061
1048
|
// Own properties of Gitg-1.0.Gitg.CellRendererLanes
|
|
1062
1049
|
|
|
1063
1050
|
commit: Commit
|
|
1064
|
-
next_commit: Commit
|
|
1065
1051
|
nextCommit: Commit
|
|
1066
|
-
lane_width: number
|
|
1067
1052
|
laneWidth: number
|
|
1068
|
-
dot_width: number
|
|
1069
1053
|
dotWidth: number
|
|
1070
1054
|
labels: Ref[]
|
|
1071
1055
|
|
|
@@ -1707,9 +1691,8 @@ export module CommitModel {
|
|
|
1707
1691
|
// Own constructor properties of Gitg-1.0.Gitg.CommitModel
|
|
1708
1692
|
|
|
1709
1693
|
limit?: number | null
|
|
1710
|
-
sort_mode?: Ggit.SortMode | null
|
|
1711
|
-
repository?: Repository | null
|
|
1712
1694
|
sortMode?: Ggit.SortMode | null
|
|
1695
|
+
repository?: Repository | null
|
|
1713
1696
|
}
|
|
1714
1697
|
|
|
1715
1698
|
}
|
|
@@ -1719,7 +1702,6 @@ export interface CommitModel extends Gtk.TreeModel {
|
|
|
1719
1702
|
// Own properties of Gitg-1.0.Gitg.CommitModel
|
|
1720
1703
|
|
|
1721
1704
|
limit: number
|
|
1722
|
-
sort_mode: Ggit.SortMode
|
|
1723
1705
|
sortMode: Ggit.SortMode
|
|
1724
1706
|
repository: Repository
|
|
1725
1707
|
|
|
@@ -1814,11 +1796,8 @@ export interface Commit {
|
|
|
1814
1796
|
tag: LaneTag
|
|
1815
1797
|
mylane: number
|
|
1816
1798
|
readonly lane: Lane
|
|
1817
|
-
readonly format_patch_name: string | null
|
|
1818
1799
|
readonly formatPatchName: string | null
|
|
1819
|
-
readonly committer_date_for_display: string | null
|
|
1820
1800
|
readonly committerDateForDisplay: string | null
|
|
1821
|
-
readonly author_date_for_display: string | null
|
|
1822
1801
|
readonly authorDateForDisplay: string | null
|
|
1823
1802
|
|
|
1824
1803
|
// Conflicting properties
|
|
@@ -1917,7 +1896,6 @@ export module Date {
|
|
|
1917
1896
|
|
|
1918
1897
|
// Own constructor properties of Gitg-1.0.Gitg.Date
|
|
1919
1898
|
|
|
1920
|
-
date_string?: string | null
|
|
1921
1899
|
dateString?: string | null
|
|
1922
1900
|
}
|
|
1923
1901
|
|
|
@@ -1927,7 +1905,6 @@ export interface Date extends Gio.Initable {
|
|
|
1927
1905
|
|
|
1928
1906
|
// Own properties of Gitg-1.0.Gitg.Date
|
|
1929
1907
|
|
|
1930
|
-
date_string: string | null
|
|
1931
1908
|
dateString: string | null
|
|
1932
1909
|
readonly date: GLib.DateTime
|
|
1933
1910
|
|
|
@@ -2160,9 +2137,8 @@ export module DiffViewOptions {
|
|
|
2160
2137
|
|
|
2161
2138
|
// Own constructor properties of Gitg-1.0.Gitg.DiffViewOptions
|
|
2162
2139
|
|
|
2163
|
-
context_lines?: number | null
|
|
2164
|
-
view?: DiffView | null
|
|
2165
2140
|
contextLines?: number | null
|
|
2141
|
+
view?: DiffView | null
|
|
2166
2142
|
}
|
|
2167
2143
|
|
|
2168
2144
|
}
|
|
@@ -2171,7 +2147,6 @@ export interface DiffViewOptions {
|
|
|
2171
2147
|
|
|
2172
2148
|
// Own properties of Gitg-1.0.Gitg.DiffViewOptions
|
|
2173
2149
|
|
|
2174
|
-
context_lines: number
|
|
2175
2150
|
contextLines: number
|
|
2176
2151
|
view: DiffView
|
|
2177
2152
|
|
|
@@ -2497,30 +2472,19 @@ export module DiffView {
|
|
|
2497
2472
|
|
|
2498
2473
|
// Own constructor properties of Gitg-1.0.Gitg.DiffView
|
|
2499
2474
|
|
|
2500
|
-
|
|
2475
|
+
hasSelection?: boolean | null
|
|
2501
2476
|
diff?: Ggit.Diff | null
|
|
2502
2477
|
commit?: Commit | null
|
|
2503
|
-
|
|
2478
|
+
wrapLines?: boolean | null
|
|
2504
2479
|
staged?: boolean | null
|
|
2505
2480
|
unstaged?: boolean | null
|
|
2506
|
-
show_parents?: boolean | null
|
|
2507
|
-
default_collapse_all?: boolean | null
|
|
2508
|
-
use_gravatar?: boolean | null
|
|
2509
|
-
tab_width?: number | null
|
|
2510
|
-
handle_selection?: boolean | null
|
|
2511
|
-
highlight?: boolean | null
|
|
2512
|
-
repository?: Repository | null
|
|
2513
|
-
new_is_workdir?: boolean | null
|
|
2514
|
-
ignore_whitespace?: boolean | null
|
|
2515
|
-
changes_inline?: boolean | null
|
|
2516
|
-
context_lines?: number | null
|
|
2517
|
-
hasSelection?: boolean | null
|
|
2518
|
-
wrapLines?: boolean | null
|
|
2519
2481
|
showParents?: boolean | null
|
|
2520
2482
|
defaultCollapseAll?: boolean | null
|
|
2521
2483
|
useGravatar?: boolean | null
|
|
2522
2484
|
tabWidth?: number | null
|
|
2523
2485
|
handleSelection?: boolean | null
|
|
2486
|
+
highlight?: boolean | null
|
|
2487
|
+
repository?: Repository | null
|
|
2524
2488
|
newIsWorkdir?: boolean | null
|
|
2525
2489
|
ignoreWhitespace?: boolean | null
|
|
2526
2490
|
changesInline?: boolean | null
|
|
@@ -2534,33 +2498,22 @@ export interface DiffView {
|
|
|
2534
2498
|
// Own properties of Gitg-1.0.Gitg.DiffView
|
|
2535
2499
|
|
|
2536
2500
|
readonly options: Ggit.DiffOptions
|
|
2537
|
-
has_selection: boolean
|
|
2538
2501
|
hasSelection: boolean
|
|
2539
2502
|
diff: Ggit.Diff
|
|
2540
2503
|
commit: Commit
|
|
2541
|
-
wrap_lines: boolean
|
|
2542
2504
|
wrapLines: boolean
|
|
2543
2505
|
staged: boolean
|
|
2544
2506
|
unstaged: boolean
|
|
2545
|
-
show_parents: boolean
|
|
2546
2507
|
showParents: boolean
|
|
2547
|
-
default_collapse_all: boolean
|
|
2548
2508
|
defaultCollapseAll: boolean
|
|
2549
|
-
use_gravatar: boolean
|
|
2550
2509
|
useGravatar: boolean
|
|
2551
|
-
tab_width: number
|
|
2552
2510
|
tabWidth: number
|
|
2553
|
-
handle_selection: boolean
|
|
2554
2511
|
handleSelection: boolean
|
|
2555
2512
|
highlight: boolean
|
|
2556
2513
|
repository: Repository
|
|
2557
|
-
new_is_workdir: boolean
|
|
2558
2514
|
newIsWorkdir: boolean
|
|
2559
|
-
ignore_whitespace: boolean
|
|
2560
2515
|
ignoreWhitespace: boolean
|
|
2561
|
-
changes_inline: boolean
|
|
2562
2516
|
changesInline: boolean
|
|
2563
|
-
context_lines: number
|
|
2564
2517
|
contextLines: number
|
|
2565
2518
|
|
|
2566
2519
|
// Owm methods of Gitg-1.0.Gitg.DiffView
|
|
@@ -2945,7 +2898,6 @@ export module Hook {
|
|
|
2945
2898
|
|
|
2946
2899
|
environment?: Gee.HashMap | null
|
|
2947
2900
|
name?: string | null
|
|
2948
|
-
working_directory?: Gio.File | null
|
|
2949
2901
|
workingDirectory?: Gio.File | null
|
|
2950
2902
|
}
|
|
2951
2903
|
|
|
@@ -2957,7 +2909,6 @@ export interface Hook {
|
|
|
2957
2909
|
|
|
2958
2910
|
environment: Gee.HashMap
|
|
2959
2911
|
name: string | null
|
|
2960
|
-
working_directory: Gio.File
|
|
2961
2912
|
workingDirectory: Gio.File
|
|
2962
2913
|
readonly output: string[]
|
|
2963
2914
|
|
|
@@ -3042,11 +2993,6 @@ export module Lanes {
|
|
|
3042
2993
|
|
|
3043
2994
|
// Own constructor properties of Gitg-1.0.Gitg.Lanes
|
|
3044
2995
|
|
|
3045
|
-
inactive_max?: number | null
|
|
3046
|
-
inactive_collapse?: number | null
|
|
3047
|
-
inactive_gap?: number | null
|
|
3048
|
-
inactive_enabled?: boolean | null
|
|
3049
|
-
miss_commits?: Gee.LinkedList | null
|
|
3050
2996
|
inactiveMax?: number | null
|
|
3051
2997
|
inactiveCollapse?: number | null
|
|
3052
2998
|
inactiveGap?: number | null
|
|
@@ -3060,15 +3006,10 @@ export interface Lanes {
|
|
|
3060
3006
|
|
|
3061
3007
|
// Own properties of Gitg-1.0.Gitg.Lanes
|
|
3062
3008
|
|
|
3063
|
-
inactive_max: number
|
|
3064
3009
|
inactiveMax: number
|
|
3065
|
-
inactive_collapse: number
|
|
3066
3010
|
inactiveCollapse: number
|
|
3067
|
-
inactive_gap: number
|
|
3068
3011
|
inactiveGap: number
|
|
3069
|
-
inactive_enabled: boolean
|
|
3070
3012
|
inactiveEnabled: boolean
|
|
3071
|
-
miss_commits: Gee.LinkedList
|
|
3072
3013
|
missCommits: Gee.LinkedList
|
|
3073
3014
|
|
|
3074
3015
|
// Owm methods of Gitg-1.0.Gitg.Lanes
|
|
@@ -3477,9 +3418,7 @@ export interface ParsedRefName {
|
|
|
3477
3418
|
rtype: RefType
|
|
3478
3419
|
readonly name: string | null
|
|
3479
3420
|
readonly shortname: string | null
|
|
3480
|
-
readonly remote_name: string | null
|
|
3481
3421
|
readonly remoteName: string | null
|
|
3482
|
-
readonly remote_branch: string | null
|
|
3483
3422
|
readonly remoteBranch: string | null
|
|
3484
3423
|
readonly prefix: string | null
|
|
3485
3424
|
|
|
@@ -3552,9 +3491,6 @@ export module Remote {
|
|
|
3552
3491
|
// Own constructor properties of Gitg-1.0.Gitg.Remote
|
|
3553
3492
|
|
|
3554
3493
|
state?: RemoteState | null
|
|
3555
|
-
fetch_specs?: string[] | null
|
|
3556
|
-
push_specs?: string[] | null
|
|
3557
|
-
credentials_provider?: CredentialsProvider | null
|
|
3558
3494
|
fetchSpecs?: string[] | null
|
|
3559
3495
|
pushSpecs?: string[] | null
|
|
3560
3496
|
credentialsProvider?: CredentialsProvider | null
|
|
@@ -3566,14 +3502,10 @@ export interface Remote {
|
|
|
3566
3502
|
|
|
3567
3503
|
// Own properties of Gitg-1.0.Gitg.Remote
|
|
3568
3504
|
|
|
3569
|
-
readonly transfer_progress: number
|
|
3570
3505
|
readonly transferProgress: number
|
|
3571
3506
|
state: RemoteState
|
|
3572
|
-
fetch_specs: string[]
|
|
3573
3507
|
fetchSpecs: string[]
|
|
3574
|
-
push_specs: string[]
|
|
3575
3508
|
pushSpecs: string[]
|
|
3576
|
-
credentials_provider: CredentialsProvider
|
|
3577
3509
|
credentialsProvider: CredentialsProvider
|
|
3578
3510
|
|
|
3579
3511
|
// Conflicting properties
|
|
@@ -3853,9 +3785,8 @@ export module RepositoryListBox {
|
|
|
3853
3785
|
// Own constructor properties of Gitg-1.0.Gitg.RepositoryListBox
|
|
3854
3786
|
|
|
3855
3787
|
mode?: SelectionMode | null
|
|
3856
|
-
bookmarks_from_recent_files?: boolean | null
|
|
3857
|
-
location?: Gio.File | null
|
|
3858
3788
|
bookmarksFromRecentFiles?: boolean | null
|
|
3789
|
+
location?: Gio.File | null
|
|
3859
3790
|
}
|
|
3860
3791
|
|
|
3861
3792
|
}
|
|
@@ -3865,10 +3796,8 @@ export interface RepositoryListBox {
|
|
|
3865
3796
|
// Own properties of Gitg-1.0.Gitg.RepositoryListBox
|
|
3866
3797
|
|
|
3867
3798
|
mode: SelectionMode
|
|
3868
|
-
bookmarks_from_recent_files: boolean
|
|
3869
3799
|
bookmarksFromRecentFiles: boolean
|
|
3870
3800
|
location: Gio.File
|
|
3871
|
-
readonly has_selection: boolean
|
|
3872
3801
|
readonly hasSelection: boolean
|
|
3873
3802
|
|
|
3874
3803
|
// Conflicting properties
|
|
@@ -4144,16 +4073,13 @@ export module RepositoryListBoxRow {
|
|
|
4144
4073
|
mode?: SelectionMode | null
|
|
4145
4074
|
selected?: boolean | null
|
|
4146
4075
|
repository?: Repository | null
|
|
4147
|
-
|
|
4076
|
+
canRemove?: boolean | null
|
|
4148
4077
|
time?: GLib.DateTime | null
|
|
4149
4078
|
fraction?: number | null
|
|
4150
|
-
repository_name?: string | null
|
|
4151
|
-
dirname?: string | null
|
|
4152
|
-
branch_name?: string | null
|
|
4153
|
-
loading?: boolean | null
|
|
4154
|
-
canRemove?: boolean | null
|
|
4155
4079
|
repositoryName?: string | null
|
|
4080
|
+
dirname?: string | null
|
|
4156
4081
|
branchName?: string | null
|
|
4082
|
+
loading?: boolean | null
|
|
4157
4083
|
}
|
|
4158
4084
|
|
|
4159
4085
|
}
|
|
@@ -4165,14 +4091,11 @@ export interface RepositoryListBoxRow {
|
|
|
4165
4091
|
mode: SelectionMode
|
|
4166
4092
|
selected: boolean
|
|
4167
4093
|
repository: Repository
|
|
4168
|
-
can_remove: boolean
|
|
4169
4094
|
canRemove: boolean
|
|
4170
4095
|
time: GLib.DateTime
|
|
4171
4096
|
fraction: number
|
|
4172
|
-
repository_name: string | null
|
|
4173
4097
|
repositoryName: string | null
|
|
4174
4098
|
dirname: string | null
|
|
4175
|
-
branch_name: string | null
|
|
4176
4099
|
branchName: string | null
|
|
4177
4100
|
loading: boolean
|
|
4178
4101
|
|
|
@@ -5224,7 +5147,6 @@ export interface StageStatusSubmodule extends StageStatusItem {
|
|
|
5224
5147
|
// Own properties of Gitg-1.0.Gitg.StageStatusSubmodule
|
|
5225
5148
|
|
|
5226
5149
|
readonly submodule: Ggit.Submodule
|
|
5227
|
-
readonly is_dirty: boolean
|
|
5228
5150
|
readonly isDirty: boolean
|
|
5229
5151
|
readonly flags: Ggit.SubmoduleStatus
|
|
5230
5152
|
|
package/gitg-1.0.d.ts
CHANGED
|
@@ -224,12 +224,10 @@ module Ref {
|
|
|
224
224
|
|
|
225
225
|
// Own constructor properties of Gitg-1.0.Gitg.Ref
|
|
226
226
|
|
|
227
|
-
d_parsed_name?: ParsedRefName | null
|
|
228
|
-
d_pushes?: Ref[] | null
|
|
229
|
-
state?: RefState | null
|
|
230
|
-
working?: boolean | null
|
|
231
227
|
dParsedName?: ParsedRefName | null
|
|
232
228
|
dPushes?: Ref[] | null
|
|
229
|
+
state?: RefState | null
|
|
230
|
+
working?: boolean | null
|
|
233
231
|
}
|
|
234
232
|
|
|
235
233
|
}
|
|
@@ -238,9 +236,7 @@ interface Ref extends Ggit.Ref {
|
|
|
238
236
|
|
|
239
237
|
// Own properties of Gitg-1.0.Gitg.Ref
|
|
240
238
|
|
|
241
|
-
d_parsed_name: ParsedRefName
|
|
242
239
|
dParsedName: ParsedRefName
|
|
243
|
-
d_pushes: Ref[]
|
|
244
240
|
dPushes: Ref[]
|
|
245
241
|
state: RefState
|
|
246
242
|
working: boolean
|
|
@@ -380,7 +376,6 @@ interface SidebarItem extends GObject.Object {
|
|
|
380
376
|
// Own properties of Gitg-1.0.Gitg.SidebarItem
|
|
381
377
|
|
|
382
378
|
readonly text: string | null
|
|
383
|
-
readonly icon_name: string | null
|
|
384
379
|
readonly iconName: string | null
|
|
385
380
|
|
|
386
381
|
// Owm methods of Gitg-1.0.Gitg.SidebarItem
|
|
@@ -442,13 +437,9 @@ interface StageStatusItem extends GObject.Object {
|
|
|
442
437
|
// Own properties of Gitg-1.0.Gitg.StageStatusItem
|
|
443
438
|
|
|
444
439
|
readonly path: string | null
|
|
445
|
-
readonly is_staged: boolean
|
|
446
440
|
readonly isStaged: boolean
|
|
447
|
-
readonly is_unstaged: boolean
|
|
448
441
|
readonly isUnstaged: boolean
|
|
449
|
-
readonly is_untracked: boolean
|
|
450
442
|
readonly isUntracked: boolean
|
|
451
|
-
readonly icon_name: string | null
|
|
452
443
|
readonly iconName: string | null
|
|
453
444
|
|
|
454
445
|
// Owm methods of Gitg-1.0.Gitg.StageStatusItem
|
|
@@ -541,7 +532,6 @@ interface AuthenticationDialog {
|
|
|
541
532
|
|
|
542
533
|
readonly username: string | null
|
|
543
534
|
readonly password: string | null
|
|
544
|
-
readonly life_time: AuthenticationLifeTime
|
|
545
535
|
readonly lifeTime: AuthenticationLifeTime
|
|
546
536
|
|
|
547
537
|
// Conflicting properties
|
|
@@ -1047,13 +1037,10 @@ module CellRendererLanes {
|
|
|
1047
1037
|
// Own constructor properties of Gitg-1.0.Gitg.CellRendererLanes
|
|
1048
1038
|
|
|
1049
1039
|
commit?: Commit | null
|
|
1050
|
-
next_commit?: Commit | null
|
|
1051
|
-
lane_width?: number | null
|
|
1052
|
-
dot_width?: number | null
|
|
1053
|
-
labels?: Ref[] | null
|
|
1054
1040
|
nextCommit?: Commit | null
|
|
1055
1041
|
laneWidth?: number | null
|
|
1056
1042
|
dotWidth?: number | null
|
|
1043
|
+
labels?: Ref[] | null
|
|
1057
1044
|
}
|
|
1058
1045
|
|
|
1059
1046
|
}
|
|
@@ -1063,11 +1050,8 @@ interface CellRendererLanes {
|
|
|
1063
1050
|
// Own properties of Gitg-1.0.Gitg.CellRendererLanes
|
|
1064
1051
|
|
|
1065
1052
|
commit: Commit
|
|
1066
|
-
next_commit: Commit
|
|
1067
1053
|
nextCommit: Commit
|
|
1068
|
-
lane_width: number
|
|
1069
1054
|
laneWidth: number
|
|
1070
|
-
dot_width: number
|
|
1071
1055
|
dotWidth: number
|
|
1072
1056
|
labels: Ref[]
|
|
1073
1057
|
|
|
@@ -1709,9 +1693,8 @@ module CommitModel {
|
|
|
1709
1693
|
// Own constructor properties of Gitg-1.0.Gitg.CommitModel
|
|
1710
1694
|
|
|
1711
1695
|
limit?: number | null
|
|
1712
|
-
sort_mode?: Ggit.SortMode | null
|
|
1713
|
-
repository?: Repository | null
|
|
1714
1696
|
sortMode?: Ggit.SortMode | null
|
|
1697
|
+
repository?: Repository | null
|
|
1715
1698
|
}
|
|
1716
1699
|
|
|
1717
1700
|
}
|
|
@@ -1721,7 +1704,6 @@ interface CommitModel extends Gtk.TreeModel {
|
|
|
1721
1704
|
// Own properties of Gitg-1.0.Gitg.CommitModel
|
|
1722
1705
|
|
|
1723
1706
|
limit: number
|
|
1724
|
-
sort_mode: Ggit.SortMode
|
|
1725
1707
|
sortMode: Ggit.SortMode
|
|
1726
1708
|
repository: Repository
|
|
1727
1709
|
|
|
@@ -1816,11 +1798,8 @@ interface Commit {
|
|
|
1816
1798
|
tag: LaneTag
|
|
1817
1799
|
mylane: number
|
|
1818
1800
|
readonly lane: Lane
|
|
1819
|
-
readonly format_patch_name: string | null
|
|
1820
1801
|
readonly formatPatchName: string | null
|
|
1821
|
-
readonly committer_date_for_display: string | null
|
|
1822
1802
|
readonly committerDateForDisplay: string | null
|
|
1823
|
-
readonly author_date_for_display: string | null
|
|
1824
1803
|
readonly authorDateForDisplay: string | null
|
|
1825
1804
|
|
|
1826
1805
|
// Conflicting properties
|
|
@@ -1919,7 +1898,6 @@ module Date {
|
|
|
1919
1898
|
|
|
1920
1899
|
// Own constructor properties of Gitg-1.0.Gitg.Date
|
|
1921
1900
|
|
|
1922
|
-
date_string?: string | null
|
|
1923
1901
|
dateString?: string | null
|
|
1924
1902
|
}
|
|
1925
1903
|
|
|
@@ -1929,7 +1907,6 @@ interface Date extends Gio.Initable {
|
|
|
1929
1907
|
|
|
1930
1908
|
// Own properties of Gitg-1.0.Gitg.Date
|
|
1931
1909
|
|
|
1932
|
-
date_string: string | null
|
|
1933
1910
|
dateString: string | null
|
|
1934
1911
|
readonly date: GLib.DateTime
|
|
1935
1912
|
|
|
@@ -2162,9 +2139,8 @@ module DiffViewOptions {
|
|
|
2162
2139
|
|
|
2163
2140
|
// Own constructor properties of Gitg-1.0.Gitg.DiffViewOptions
|
|
2164
2141
|
|
|
2165
|
-
context_lines?: number | null
|
|
2166
|
-
view?: DiffView | null
|
|
2167
2142
|
contextLines?: number | null
|
|
2143
|
+
view?: DiffView | null
|
|
2168
2144
|
}
|
|
2169
2145
|
|
|
2170
2146
|
}
|
|
@@ -2173,7 +2149,6 @@ interface DiffViewOptions {
|
|
|
2173
2149
|
|
|
2174
2150
|
// Own properties of Gitg-1.0.Gitg.DiffViewOptions
|
|
2175
2151
|
|
|
2176
|
-
context_lines: number
|
|
2177
2152
|
contextLines: number
|
|
2178
2153
|
view: DiffView
|
|
2179
2154
|
|
|
@@ -2499,30 +2474,19 @@ module DiffView {
|
|
|
2499
2474
|
|
|
2500
2475
|
// Own constructor properties of Gitg-1.0.Gitg.DiffView
|
|
2501
2476
|
|
|
2502
|
-
|
|
2477
|
+
hasSelection?: boolean | null
|
|
2503
2478
|
diff?: Ggit.Diff | null
|
|
2504
2479
|
commit?: Commit | null
|
|
2505
|
-
|
|
2480
|
+
wrapLines?: boolean | null
|
|
2506
2481
|
staged?: boolean | null
|
|
2507
2482
|
unstaged?: boolean | null
|
|
2508
|
-
show_parents?: boolean | null
|
|
2509
|
-
default_collapse_all?: boolean | null
|
|
2510
|
-
use_gravatar?: boolean | null
|
|
2511
|
-
tab_width?: number | null
|
|
2512
|
-
handle_selection?: boolean | null
|
|
2513
|
-
highlight?: boolean | null
|
|
2514
|
-
repository?: Repository | null
|
|
2515
|
-
new_is_workdir?: boolean | null
|
|
2516
|
-
ignore_whitespace?: boolean | null
|
|
2517
|
-
changes_inline?: boolean | null
|
|
2518
|
-
context_lines?: number | null
|
|
2519
|
-
hasSelection?: boolean | null
|
|
2520
|
-
wrapLines?: boolean | null
|
|
2521
2483
|
showParents?: boolean | null
|
|
2522
2484
|
defaultCollapseAll?: boolean | null
|
|
2523
2485
|
useGravatar?: boolean | null
|
|
2524
2486
|
tabWidth?: number | null
|
|
2525
2487
|
handleSelection?: boolean | null
|
|
2488
|
+
highlight?: boolean | null
|
|
2489
|
+
repository?: Repository | null
|
|
2526
2490
|
newIsWorkdir?: boolean | null
|
|
2527
2491
|
ignoreWhitespace?: boolean | null
|
|
2528
2492
|
changesInline?: boolean | null
|
|
@@ -2536,33 +2500,22 @@ interface DiffView {
|
|
|
2536
2500
|
// Own properties of Gitg-1.0.Gitg.DiffView
|
|
2537
2501
|
|
|
2538
2502
|
readonly options: Ggit.DiffOptions
|
|
2539
|
-
has_selection: boolean
|
|
2540
2503
|
hasSelection: boolean
|
|
2541
2504
|
diff: Ggit.Diff
|
|
2542
2505
|
commit: Commit
|
|
2543
|
-
wrap_lines: boolean
|
|
2544
2506
|
wrapLines: boolean
|
|
2545
2507
|
staged: boolean
|
|
2546
2508
|
unstaged: boolean
|
|
2547
|
-
show_parents: boolean
|
|
2548
2509
|
showParents: boolean
|
|
2549
|
-
default_collapse_all: boolean
|
|
2550
2510
|
defaultCollapseAll: boolean
|
|
2551
|
-
use_gravatar: boolean
|
|
2552
2511
|
useGravatar: boolean
|
|
2553
|
-
tab_width: number
|
|
2554
2512
|
tabWidth: number
|
|
2555
|
-
handle_selection: boolean
|
|
2556
2513
|
handleSelection: boolean
|
|
2557
2514
|
highlight: boolean
|
|
2558
2515
|
repository: Repository
|
|
2559
|
-
new_is_workdir: boolean
|
|
2560
2516
|
newIsWorkdir: boolean
|
|
2561
|
-
ignore_whitespace: boolean
|
|
2562
2517
|
ignoreWhitespace: boolean
|
|
2563
|
-
changes_inline: boolean
|
|
2564
2518
|
changesInline: boolean
|
|
2565
|
-
context_lines: number
|
|
2566
2519
|
contextLines: number
|
|
2567
2520
|
|
|
2568
2521
|
// Owm methods of Gitg-1.0.Gitg.DiffView
|
|
@@ -2947,7 +2900,6 @@ module Hook {
|
|
|
2947
2900
|
|
|
2948
2901
|
environment?: Gee.HashMap | null
|
|
2949
2902
|
name?: string | null
|
|
2950
|
-
working_directory?: Gio.File | null
|
|
2951
2903
|
workingDirectory?: Gio.File | null
|
|
2952
2904
|
}
|
|
2953
2905
|
|
|
@@ -2959,7 +2911,6 @@ interface Hook {
|
|
|
2959
2911
|
|
|
2960
2912
|
environment: Gee.HashMap
|
|
2961
2913
|
name: string | null
|
|
2962
|
-
working_directory: Gio.File
|
|
2963
2914
|
workingDirectory: Gio.File
|
|
2964
2915
|
readonly output: string[]
|
|
2965
2916
|
|
|
@@ -3044,11 +2995,6 @@ module Lanes {
|
|
|
3044
2995
|
|
|
3045
2996
|
// Own constructor properties of Gitg-1.0.Gitg.Lanes
|
|
3046
2997
|
|
|
3047
|
-
inactive_max?: number | null
|
|
3048
|
-
inactive_collapse?: number | null
|
|
3049
|
-
inactive_gap?: number | null
|
|
3050
|
-
inactive_enabled?: boolean | null
|
|
3051
|
-
miss_commits?: Gee.LinkedList | null
|
|
3052
2998
|
inactiveMax?: number | null
|
|
3053
2999
|
inactiveCollapse?: number | null
|
|
3054
3000
|
inactiveGap?: number | null
|
|
@@ -3062,15 +3008,10 @@ interface Lanes {
|
|
|
3062
3008
|
|
|
3063
3009
|
// Own properties of Gitg-1.0.Gitg.Lanes
|
|
3064
3010
|
|
|
3065
|
-
inactive_max: number
|
|
3066
3011
|
inactiveMax: number
|
|
3067
|
-
inactive_collapse: number
|
|
3068
3012
|
inactiveCollapse: number
|
|
3069
|
-
inactive_gap: number
|
|
3070
3013
|
inactiveGap: number
|
|
3071
|
-
inactive_enabled: boolean
|
|
3072
3014
|
inactiveEnabled: boolean
|
|
3073
|
-
miss_commits: Gee.LinkedList
|
|
3074
3015
|
missCommits: Gee.LinkedList
|
|
3075
3016
|
|
|
3076
3017
|
// Owm methods of Gitg-1.0.Gitg.Lanes
|
|
@@ -3479,9 +3420,7 @@ interface ParsedRefName {
|
|
|
3479
3420
|
rtype: RefType
|
|
3480
3421
|
readonly name: string | null
|
|
3481
3422
|
readonly shortname: string | null
|
|
3482
|
-
readonly remote_name: string | null
|
|
3483
3423
|
readonly remoteName: string | null
|
|
3484
|
-
readonly remote_branch: string | null
|
|
3485
3424
|
readonly remoteBranch: string | null
|
|
3486
3425
|
readonly prefix: string | null
|
|
3487
3426
|
|
|
@@ -3554,9 +3493,6 @@ module Remote {
|
|
|
3554
3493
|
// Own constructor properties of Gitg-1.0.Gitg.Remote
|
|
3555
3494
|
|
|
3556
3495
|
state?: RemoteState | null
|
|
3557
|
-
fetch_specs?: string[] | null
|
|
3558
|
-
push_specs?: string[] | null
|
|
3559
|
-
credentials_provider?: CredentialsProvider | null
|
|
3560
3496
|
fetchSpecs?: string[] | null
|
|
3561
3497
|
pushSpecs?: string[] | null
|
|
3562
3498
|
credentialsProvider?: CredentialsProvider | null
|
|
@@ -3568,14 +3504,10 @@ interface Remote {
|
|
|
3568
3504
|
|
|
3569
3505
|
// Own properties of Gitg-1.0.Gitg.Remote
|
|
3570
3506
|
|
|
3571
|
-
readonly transfer_progress: number
|
|
3572
3507
|
readonly transferProgress: number
|
|
3573
3508
|
state: RemoteState
|
|
3574
|
-
fetch_specs: string[]
|
|
3575
3509
|
fetchSpecs: string[]
|
|
3576
|
-
push_specs: string[]
|
|
3577
3510
|
pushSpecs: string[]
|
|
3578
|
-
credentials_provider: CredentialsProvider
|
|
3579
3511
|
credentialsProvider: CredentialsProvider
|
|
3580
3512
|
|
|
3581
3513
|
// Conflicting properties
|
|
@@ -3855,9 +3787,8 @@ module RepositoryListBox {
|
|
|
3855
3787
|
// Own constructor properties of Gitg-1.0.Gitg.RepositoryListBox
|
|
3856
3788
|
|
|
3857
3789
|
mode?: SelectionMode | null
|
|
3858
|
-
bookmarks_from_recent_files?: boolean | null
|
|
3859
|
-
location?: Gio.File | null
|
|
3860
3790
|
bookmarksFromRecentFiles?: boolean | null
|
|
3791
|
+
location?: Gio.File | null
|
|
3861
3792
|
}
|
|
3862
3793
|
|
|
3863
3794
|
}
|
|
@@ -3867,10 +3798,8 @@ interface RepositoryListBox {
|
|
|
3867
3798
|
// Own properties of Gitg-1.0.Gitg.RepositoryListBox
|
|
3868
3799
|
|
|
3869
3800
|
mode: SelectionMode
|
|
3870
|
-
bookmarks_from_recent_files: boolean
|
|
3871
3801
|
bookmarksFromRecentFiles: boolean
|
|
3872
3802
|
location: Gio.File
|
|
3873
|
-
readonly has_selection: boolean
|
|
3874
3803
|
readonly hasSelection: boolean
|
|
3875
3804
|
|
|
3876
3805
|
// Conflicting properties
|
|
@@ -4146,16 +4075,13 @@ module RepositoryListBoxRow {
|
|
|
4146
4075
|
mode?: SelectionMode | null
|
|
4147
4076
|
selected?: boolean | null
|
|
4148
4077
|
repository?: Repository | null
|
|
4149
|
-
|
|
4078
|
+
canRemove?: boolean | null
|
|
4150
4079
|
time?: GLib.DateTime | null
|
|
4151
4080
|
fraction?: number | null
|
|
4152
|
-
repository_name?: string | null
|
|
4153
|
-
dirname?: string | null
|
|
4154
|
-
branch_name?: string | null
|
|
4155
|
-
loading?: boolean | null
|
|
4156
|
-
canRemove?: boolean | null
|
|
4157
4081
|
repositoryName?: string | null
|
|
4082
|
+
dirname?: string | null
|
|
4158
4083
|
branchName?: string | null
|
|
4084
|
+
loading?: boolean | null
|
|
4159
4085
|
}
|
|
4160
4086
|
|
|
4161
4087
|
}
|
|
@@ -4167,14 +4093,11 @@ interface RepositoryListBoxRow {
|
|
|
4167
4093
|
mode: SelectionMode
|
|
4168
4094
|
selected: boolean
|
|
4169
4095
|
repository: Repository
|
|
4170
|
-
can_remove: boolean
|
|
4171
4096
|
canRemove: boolean
|
|
4172
4097
|
time: GLib.DateTime
|
|
4173
4098
|
fraction: number
|
|
4174
|
-
repository_name: string | null
|
|
4175
4099
|
repositoryName: string | null
|
|
4176
4100
|
dirname: string | null
|
|
4177
|
-
branch_name: string | null
|
|
4178
4101
|
branchName: string | null
|
|
4179
4102
|
loading: boolean
|
|
4180
4103
|
|
|
@@ -5226,7 +5149,6 @@ interface StageStatusSubmodule extends StageStatusItem {
|
|
|
5226
5149
|
// Own properties of Gitg-1.0.Gitg.StageStatusSubmodule
|
|
5227
5150
|
|
|
5228
5151
|
readonly submodule: Ggit.Submodule
|
|
5229
|
-
readonly is_dirty: boolean
|
|
5230
5152
|
readonly isDirty: boolean
|
|
5231
5153
|
readonly flags: Ggit.SubmoduleStatus
|
|
5232
5154
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gitg-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 Gitg-1.0, generated from library version 1.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gitg-1.0.js",
|
|
7
7
|
"main": "gitg-1.0.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./gitg-1.0-ambient.d.ts",
|
|
11
|
+
"default": "./gitg-1.0-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./gitg-1.0-import.d.ts",
|
|
15
|
+
"default": "./gitg-1.0-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./gitg-1.0.d.ts",
|
|
@@ -25,22 +31,22 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gitg-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/gee-0.8": "^0.8.0-3.2.
|
|
34
|
-
"@girs/ggit-1.0": "^1.1.0-3.2.
|
|
35
|
-
"@girs/gio-2.0": "^2.
|
|
36
|
-
"@girs/gjs": "^3.2.
|
|
37
|
-
"@girs/glib-2.0": "^2.
|
|
38
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
39
|
-
"@girs/gobject-2.0": "^2.
|
|
40
|
-
"@girs/gtk-3.0": "^3.24.
|
|
41
|
-
"@girs/harfbuzz-0.0": "^8.
|
|
42
|
-
"@girs/pango-1.0": "^1.51.0-3.2.
|
|
43
|
-
"@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/gee-0.8": "^0.8.0-3.2.8",
|
|
40
|
+
"@girs/ggit-1.0": "^1.1.0-3.2.8",
|
|
41
|
+
"@girs/gio-2.0": "^2.77.0-3.2.8",
|
|
42
|
+
"@girs/gjs": "^3.2.8",
|
|
43
|
+
"@girs/glib-2.0": "^2.77.0-3.2.8",
|
|
44
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.8",
|
|
45
|
+
"@girs/gobject-2.0": "^2.77.0-3.2.8",
|
|
46
|
+
"@girs/gtk-3.0": "^3.24.39-3.2.8",
|
|
47
|
+
"@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
|
|
48
|
+
"@girs/pango-1.0": "^1.51.0-3.2.8",
|
|
49
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.8"
|
|
44
50
|
},
|
|
45
51
|
"devDependencies": {
|
|
46
52
|
"typescript": "*"
|
|
@@ -57,7 +63,7 @@
|
|
|
57
63
|
"license": "MIT",
|
|
58
64
|
"repository": {
|
|
59
65
|
"type": "git",
|
|
60
|
-
"url": "git+https://github.com/gjsify/
|
|
66
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
61
67
|
},
|
|
62
68
|
"bugs": {
|
|
63
69
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|