@girs/cally-8 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/cally-8.d.ts +4 -4
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|

|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
GJS TypeScript type definitions for Cally-8 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.
|
|
7
|
+
GJS TypeScript type definitions for Cally-8 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/cally-8.d.ts
CHANGED
|
@@ -65,7 +65,7 @@ export namespace Cally {
|
|
|
65
65
|
|
|
66
66
|
namespace Actor {
|
|
67
67
|
// Signal signatures
|
|
68
|
-
interface SignalSignatures extends Atk.GObjectAccessible.SignalSignatures {
|
|
68
|
+
interface SignalSignatures extends Atk.GObjectAccessible.SignalSignatures, Atk.Component.SignalSignatures {
|
|
69
69
|
"notify::accessible-component-layer": (pspec: GObject.ParamSpec) => void;
|
|
70
70
|
"notify::accessible-component-mdi-zorder": (pspec: GObject.ParamSpec) => void;
|
|
71
71
|
"notify::accessible-description": (pspec: GObject.ParamSpec) => void;
|
|
@@ -665,7 +665,7 @@ export namespace Cally {
|
|
|
665
665
|
|
|
666
666
|
namespace Clone {
|
|
667
667
|
// Signal signatures
|
|
668
|
-
interface SignalSignatures extends Actor.SignalSignatures {
|
|
668
|
+
interface SignalSignatures extends Actor.SignalSignatures, Atk.Component.SignalSignatures {
|
|
669
669
|
"notify::accessible-component-layer": (pspec: GObject.ParamSpec) => void;
|
|
670
670
|
"notify::accessible-component-mdi-zorder": (pspec: GObject.ParamSpec) => void;
|
|
671
671
|
"notify::accessible-description": (pspec: GObject.ParamSpec) => void;
|
|
@@ -1302,7 +1302,7 @@ export namespace Cally {
|
|
|
1302
1302
|
|
|
1303
1303
|
namespace Stage {
|
|
1304
1304
|
// Signal signatures
|
|
1305
|
-
interface SignalSignatures extends Actor.SignalSignatures {
|
|
1305
|
+
interface SignalSignatures extends Actor.SignalSignatures, Atk.Component.SignalSignatures, Atk.Window.SignalSignatures {
|
|
1306
1306
|
"notify::accessible-component-layer": (pspec: GObject.ParamSpec) => void;
|
|
1307
1307
|
"notify::accessible-component-mdi-zorder": (pspec: GObject.ParamSpec) => void;
|
|
1308
1308
|
"notify::accessible-description": (pspec: GObject.ParamSpec) => void;
|
|
@@ -1873,7 +1873,7 @@ export namespace Cally {
|
|
|
1873
1873
|
|
|
1874
1874
|
namespace Text {
|
|
1875
1875
|
// Signal signatures
|
|
1876
|
-
interface SignalSignatures extends Actor.SignalSignatures {
|
|
1876
|
+
interface SignalSignatures extends Actor.SignalSignatures, Atk.Component.SignalSignatures, Atk.Text.SignalSignatures {
|
|
1877
1877
|
"notify::accessible-component-layer": (pspec: GObject.ParamSpec) => void;
|
|
1878
1878
|
"notify::accessible-component-mdi-zorder": (pspec: GObject.ParamSpec) => void;
|
|
1879
1879
|
"notify::accessible-description": (pspec: GObject.ParamSpec) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/cally-8",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.6.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Cally-8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "cally-8.js",
|
|
@@ -31,23 +31,23 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "^4.
|
|
35
|
-
"@girs/coglpango-8": "^4.
|
|
36
|
-
"@girs/pangocairo-1.0": "^4.
|
|
37
|
-
"@girs/cairo-1.0": "^4.
|
|
38
|
-
"@girs/gobject-2.0": "^4.
|
|
39
|
-
"@girs/glib-2.0": "^4.
|
|
40
|
-
"@girs/pango-1.0": "^4.
|
|
41
|
-
"@girs/harfbuzz-0.0": "^4.
|
|
42
|
-
"@girs/freetype2-2.0": "^4.
|
|
43
|
-
"@girs/gio-2.0": "^4.
|
|
44
|
-
"@girs/gmodule-2.0": "^4.
|
|
45
|
-
"@girs/cogl-8": "^4.
|
|
46
|
-
"@girs/graphene-1.0": "^4.
|
|
47
|
-
"@girs/gl-1.0": "^4.
|
|
48
|
-
"@girs/clutter-8": "^4.
|
|
49
|
-
"@girs/json-1.0": "^4.
|
|
50
|
-
"@girs/atk-1.0": "^4.
|
|
34
|
+
"@girs/gjs": "^4.6.0",
|
|
35
|
+
"@girs/coglpango-8": "^4.6.0",
|
|
36
|
+
"@girs/pangocairo-1.0": "^4.6.0",
|
|
37
|
+
"@girs/cairo-1.0": "^4.6.0",
|
|
38
|
+
"@girs/gobject-2.0": "^4.6.0",
|
|
39
|
+
"@girs/glib-2.0": "^4.6.0",
|
|
40
|
+
"@girs/pango-1.0": "^4.6.0",
|
|
41
|
+
"@girs/harfbuzz-0.0": "^4.6.0",
|
|
42
|
+
"@girs/freetype2-2.0": "^4.6.0",
|
|
43
|
+
"@girs/gio-2.0": "^4.6.0",
|
|
44
|
+
"@girs/gmodule-2.0": "^4.6.0",
|
|
45
|
+
"@girs/cogl-8": "^4.6.0",
|
|
46
|
+
"@girs/graphene-1.0": "^4.6.0",
|
|
47
|
+
"@girs/gl-1.0": "^4.6.0",
|
|
48
|
+
"@girs/clutter-8": "^4.6.0",
|
|
49
|
+
"@girs/json-1.0": "^4.6.0",
|
|
50
|
+
"@girs/atk-1.0": "^4.6.0" },
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"typescript": "*"
|
|
53
53
|
},
|