@girs/cally-14 4.5.0 → 4.7.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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/cally-14.d.ts +4 -4
  3. package/package.json +19 -19
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  ![version](https://img.shields.io/npm/v/@girs/cally-14)
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/cally-14)
6
6
 
7
- GJS TypeScript type definitions for Cally-14 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.5.0.
7
+ GJS TypeScript type definitions for Cally-14 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.7.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-14.d.ts CHANGED
@@ -70,7 +70,7 @@ export namespace Cally {
70
70
 
71
71
  namespace Actor {
72
72
  // Signal signatures
73
- interface SignalSignatures extends Atk.GObjectAccessible.SignalSignatures {
73
+ interface SignalSignatures extends Atk.GObjectAccessible.SignalSignatures, Atk.Component.SignalSignatures {
74
74
  "notify::accessible-component-layer": (pspec: GObject.ParamSpec) => void;
75
75
  "notify::accessible-component-mdi-zorder": (pspec: GObject.ParamSpec) => void;
76
76
  "notify::accessible-description": (pspec: GObject.ParamSpec) => void;
@@ -668,7 +668,7 @@ export namespace Cally {
668
668
 
669
669
  namespace Clone {
670
670
  // Signal signatures
671
- interface SignalSignatures extends Actor.SignalSignatures {
671
+ interface SignalSignatures extends Actor.SignalSignatures, Atk.Component.SignalSignatures {
672
672
  "notify::accessible-component-layer": (pspec: GObject.ParamSpec) => void;
673
673
  "notify::accessible-component-mdi-zorder": (pspec: GObject.ParamSpec) => void;
674
674
  "notify::accessible-description": (pspec: GObject.ParamSpec) => void;
@@ -1315,7 +1315,7 @@ export namespace Cally {
1315
1315
 
1316
1316
  namespace Stage {
1317
1317
  // Signal signatures
1318
- interface SignalSignatures extends Actor.SignalSignatures {
1318
+ interface SignalSignatures extends Actor.SignalSignatures, Atk.Component.SignalSignatures, Atk.Window.SignalSignatures {
1319
1319
  "notify::accessible-component-layer": (pspec: GObject.ParamSpec) => void;
1320
1320
  "notify::accessible-component-mdi-zorder": (pspec: GObject.ParamSpec) => void;
1321
1321
  "notify::accessible-description": (pspec: GObject.ParamSpec) => void;
@@ -1892,7 +1892,7 @@ export namespace Cally {
1892
1892
 
1893
1893
  namespace Text {
1894
1894
  // Signal signatures
1895
- interface SignalSignatures extends Actor.SignalSignatures {
1895
+ interface SignalSignatures extends Actor.SignalSignatures, Atk.Component.SignalSignatures, Atk.Text.SignalSignatures {
1896
1896
  "notify::accessible-component-layer": (pspec: GObject.ParamSpec) => void;
1897
1897
  "notify::accessible-component-mdi-zorder": (pspec: GObject.ParamSpec) => void;
1898
1898
  "notify::accessible-description": (pspec: GObject.ParamSpec) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/cally-14",
3
- "version": "4.5.0",
3
+ "version": "4.7.0",
4
4
  "description": "GJS TypeScript type definitions for Cally-14",
5
5
  "type": "module",
6
6
  "module": "cally-14.js",
@@ -31,24 +31,24 @@
31
31
  "test": "tsc --project tsconfig.json"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/gjs": "^4.5.0",
35
- "@girs/mtk-14": "^4.5.0",
36
- "@girs/graphene-1.0": "^4.5.0",
37
- "@girs/gobject-2.0": "^4.5.0",
38
- "@girs/glib-2.0": "^4.5.0",
39
- "@girs/coglpango-14": "^4.5.0",
40
- "@girs/pangocairo-1.0": "^4.5.0",
41
- "@girs/cairo-1.0": "^4.5.0",
42
- "@girs/pango-1.0": "^4.5.0",
43
- "@girs/harfbuzz-0.0": "^4.5.0",
44
- "@girs/freetype2-2.0": "^4.5.0",
45
- "@girs/gio-2.0": "^4.5.0",
46
- "@girs/gmodule-2.0": "^4.5.0",
47
- "@girs/cogl-14": "^4.5.0",
48
- "@girs/xlib-2.0": "^4.5.0",
49
- "@girs/gl-1.0": "^4.5.0",
50
- "@girs/clutter-14": "^4.5.0",
51
- "@girs/atk-1.0": "^4.5.0" },
34
+ "@girs/gjs": "^4.7.0",
35
+ "@girs/mtk-14": "^4.7.0",
36
+ "@girs/graphene-1.0": "^4.7.0",
37
+ "@girs/gobject-2.0": "^4.7.0",
38
+ "@girs/glib-2.0": "^4.7.0",
39
+ "@girs/coglpango-14": "^4.7.0",
40
+ "@girs/pangocairo-1.0": "^4.7.0",
41
+ "@girs/cairo-1.0": "^4.7.0",
42
+ "@girs/pango-1.0": "^4.7.0",
43
+ "@girs/harfbuzz-0.0": "^4.7.0",
44
+ "@girs/freetype2-2.0": "^4.7.0",
45
+ "@girs/gio-2.0": "^4.7.0",
46
+ "@girs/gmodule-2.0": "^4.7.0",
47
+ "@girs/cogl-14": "^4.7.0",
48
+ "@girs/xlib-2.0": "^4.7.0",
49
+ "@girs/gl-1.0": "^4.7.0",
50
+ "@girs/clutter-14": "^4.7.0",
51
+ "@girs/atk-1.0": "^4.7.0" },
52
52
  "devDependencies": {
53
53
  "typescript": "*"
54
54
  },