@girs/gd-1.0 4.5.0 → 4.6.0
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-vocabulary.js +1 -0
- package/gd-1.0.d.ts +11 -3
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|

|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
GJS TypeScript type definitions for Gd-1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.
|
|
7
|
+
GJS TypeScript type definitions for Gd-1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.6.0.
|
|
8
8
|
|
|
9
9
|
This package contains type declarations only. It ships no runtime code, so it adds
|
|
10
10
|
nothing to your program and works with any bundler or none at all.
|
package/gd-1.0-vocabulary.js
CHANGED
|
@@ -29,6 +29,7 @@ export const OWN_PROPS = {
|
|
|
29
29
|
|
|
30
30
|
export const OWN_SIGNALS = {
|
|
31
31
|
GdMainView: ['item-activated', 'selection-mode-request', 'view-selection-changed'],
|
|
32
|
+
GdMainViewGeneric: ['view-selection-changed'],
|
|
32
33
|
GdTaggedEntry: ['tag-button-clicked', 'tag-clicked'],
|
|
33
34
|
};
|
|
34
35
|
|
package/gd-1.0.d.ts
CHANGED
|
@@ -1432,7 +1432,7 @@ export namespace Gd {
|
|
|
1432
1432
|
|
|
1433
1433
|
namespace MainIconView {
|
|
1434
1434
|
// Signal signatures
|
|
1435
|
-
interface SignalSignatures extends Gtk.IconView.SignalSignatures {
|
|
1435
|
+
interface SignalSignatures extends Gtk.IconView.SignalSignatures, MainViewGeneric.SignalSignatures {
|
|
1436
1436
|
"notify::activate-on-single-click": (pspec: GObject.ParamSpec) => void;
|
|
1437
1437
|
"notify::cell-area": (pspec: GObject.ParamSpec) => void;
|
|
1438
1438
|
"notify::column-spacing": (pspec: GObject.ParamSpec) => void;
|
|
@@ -1987,7 +1987,7 @@ export namespace Gd {
|
|
|
1987
1987
|
|
|
1988
1988
|
namespace MainListView {
|
|
1989
1989
|
// Signal signatures
|
|
1990
|
-
interface SignalSignatures extends Gtk.TreeView.SignalSignatures {
|
|
1990
|
+
interface SignalSignatures extends Gtk.TreeView.SignalSignatures, MainViewGeneric.SignalSignatures {
|
|
1991
1991
|
"notify::activate-on-single-click": (pspec: GObject.ParamSpec) => void;
|
|
1992
1992
|
"notify::enable-grid-lines": (pspec: GObject.ParamSpec) => void;
|
|
1993
1993
|
"notify::enable-search": (pspec: GObject.ParamSpec) => void;
|
|
@@ -3488,7 +3488,7 @@ export namespace Gd {
|
|
|
3488
3488
|
|
|
3489
3489
|
namespace TaggedEntry {
|
|
3490
3490
|
// Signal signatures
|
|
3491
|
-
interface SignalSignatures extends Gtk.SearchEntry.SignalSignatures {
|
|
3491
|
+
interface SignalSignatures extends Gtk.SearchEntry.SignalSignatures, Gtk.CellEditable.SignalSignatures, Gtk.Editable.SignalSignatures {
|
|
3492
3492
|
/**
|
|
3493
3493
|
* @signal
|
|
3494
3494
|
* @detailed
|
|
@@ -5345,6 +5345,14 @@ export namespace Gd {
|
|
|
5345
5345
|
};
|
|
5346
5346
|
|
|
5347
5347
|
namespace MainViewGeneric {
|
|
5348
|
+
// Signal signatures
|
|
5349
|
+
interface SignalSignatures {
|
|
5350
|
+
/**
|
|
5351
|
+
* @signal
|
|
5352
|
+
* @run-last
|
|
5353
|
+
*/
|
|
5354
|
+
"view-selection-changed": () => void;
|
|
5355
|
+
}
|
|
5348
5356
|
/**
|
|
5349
5357
|
* Interface for implementing MainViewGeneric.
|
|
5350
5358
|
* Contains only the virtual methods that need to be implemented.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gd-1.0",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Gd-1.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gd-1.0.js",
|
|
@@ -36,20 +36,20 @@
|
|
|
36
36
|
"test": "tsc --project tsconfig.json"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@girs/gjs": "^4.
|
|
40
|
-
"@girs/gtk-3.0": "^4.
|
|
41
|
-
"@girs/xlib-2.0": "^4.
|
|
42
|
-
"@girs/gdk-3.0": "^4.
|
|
43
|
-
"@girs/cairo-1.0": "^4.
|
|
44
|
-
"@girs/gobject-2.0": "^4.
|
|
45
|
-
"@girs/glib-2.0": "^4.
|
|
46
|
-
"@girs/pango-1.0": "^4.
|
|
47
|
-
"@girs/harfbuzz-0.0": "^4.
|
|
48
|
-
"@girs/freetype2-2.0": "^4.
|
|
49
|
-
"@girs/gio-2.0": "^4.
|
|
50
|
-
"@girs/gmodule-2.0": "^4.
|
|
51
|
-
"@girs/gdkpixbuf-2.0": "^4.
|
|
52
|
-
"@girs/atk-1.0": "^4.
|
|
39
|
+
"@girs/gjs": "^4.6.0",
|
|
40
|
+
"@girs/gtk-3.0": "^4.6.0",
|
|
41
|
+
"@girs/xlib-2.0": "^4.6.0",
|
|
42
|
+
"@girs/gdk-3.0": "^4.6.0",
|
|
43
|
+
"@girs/cairo-1.0": "^4.6.0",
|
|
44
|
+
"@girs/gobject-2.0": "^4.6.0",
|
|
45
|
+
"@girs/glib-2.0": "^4.6.0",
|
|
46
|
+
"@girs/pango-1.0": "^4.6.0",
|
|
47
|
+
"@girs/harfbuzz-0.0": "^4.6.0",
|
|
48
|
+
"@girs/freetype2-2.0": "^4.6.0",
|
|
49
|
+
"@girs/gio-2.0": "^4.6.0",
|
|
50
|
+
"@girs/gmodule-2.0": "^4.6.0",
|
|
51
|
+
"@girs/gdkpixbuf-2.0": "^4.6.0",
|
|
52
|
+
"@girs/atk-1.0": "^4.6.0" },
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"typescript": "*"
|
|
55
55
|
},
|