@girs/cally-15 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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/cally-15.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-15)
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/cally-15)
6
6
 
7
- GJS TypeScript type definitions for Cally-15 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.5.0.
7
+ GJS TypeScript type definitions for Cally-15 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-15.d.ts CHANGED
@@ -56,7 +56,7 @@ export namespace Cally {
56
56
 
57
57
  namespace Actor {
58
58
  // Signal signatures
59
- interface SignalSignatures extends Atk.GObjectAccessible.SignalSignatures {
59
+ interface SignalSignatures extends Atk.GObjectAccessible.SignalSignatures, Atk.Component.SignalSignatures {
60
60
  "notify::accessible-component-layer": (pspec: GObject.ParamSpec) => void;
61
61
  "notify::accessible-component-mdi-zorder": (pspec: GObject.ParamSpec) => void;
62
62
  "notify::accessible-description": (pspec: GObject.ParamSpec) => void;
@@ -419,7 +419,7 @@ export namespace Cally {
419
419
 
420
420
  namespace Clone {
421
421
  // Signal signatures
422
- interface SignalSignatures extends Actor.SignalSignatures {
422
+ interface SignalSignatures extends Actor.SignalSignatures, Atk.Component.SignalSignatures {
423
423
  "notify::accessible-component-layer": (pspec: GObject.ParamSpec) => void;
424
424
  "notify::accessible-component-mdi-zorder": (pspec: GObject.ParamSpec) => void;
425
425
  "notify::accessible-description": (pspec: GObject.ParamSpec) => void;
@@ -857,7 +857,7 @@ export namespace Cally {
857
857
 
858
858
  namespace Stage {
859
859
  // Signal signatures
860
- interface SignalSignatures extends Actor.SignalSignatures {
860
+ interface SignalSignatures extends Actor.SignalSignatures, Atk.Component.SignalSignatures, Atk.Window.SignalSignatures {
861
861
  "notify::accessible-component-layer": (pspec: GObject.ParamSpec) => void;
862
862
  "notify::accessible-component-mdi-zorder": (pspec: GObject.ParamSpec) => void;
863
863
  "notify::accessible-description": (pspec: GObject.ParamSpec) => void;
@@ -1225,7 +1225,7 @@ export namespace Cally {
1225
1225
 
1226
1226
  namespace Text {
1227
1227
  // Signal signatures
1228
- interface SignalSignatures extends Actor.SignalSignatures {
1228
+ interface SignalSignatures extends Actor.SignalSignatures, Atk.Component.SignalSignatures, Atk.Text.SignalSignatures {
1229
1229
  "notify::accessible-component-layer": (pspec: GObject.ParamSpec) => void;
1230
1230
  "notify::accessible-component-mdi-zorder": (pspec: GObject.ParamSpec) => void;
1231
1231
  "notify::accessible-description": (pspec: GObject.ParamSpec) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/cally-15",
3
- "version": "4.5.0",
3
+ "version": "4.6.0",
4
4
  "description": "GJS TypeScript type definitions for Cally-15",
5
5
  "type": "module",
6
6
  "module": "cally-15.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-15": "^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-15": "^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-15": "^4.5.0",
48
- "@girs/xlib-2.0": "^4.5.0",
49
- "@girs/gl-1.0": "^4.5.0",
50
- "@girs/clutter-15": "^4.5.0",
51
- "@girs/atk-1.0": "^4.5.0" },
34
+ "@girs/gjs": "^4.6.0",
35
+ "@girs/mtk-15": "^4.6.0",
36
+ "@girs/graphene-1.0": "^4.6.0",
37
+ "@girs/gobject-2.0": "^4.6.0",
38
+ "@girs/glib-2.0": "^4.6.0",
39
+ "@girs/coglpango-15": "^4.6.0",
40
+ "@girs/pangocairo-1.0": "^4.6.0",
41
+ "@girs/cairo-1.0": "^4.6.0",
42
+ "@girs/pango-1.0": "^4.6.0",
43
+ "@girs/harfbuzz-0.0": "^4.6.0",
44
+ "@girs/freetype2-2.0": "^4.6.0",
45
+ "@girs/gio-2.0": "^4.6.0",
46
+ "@girs/gmodule-2.0": "^4.6.0",
47
+ "@girs/cogl-15": "^4.6.0",
48
+ "@girs/xlib-2.0": "^4.6.0",
49
+ "@girs/gl-1.0": "^4.6.0",
50
+ "@girs/clutter-15": "^4.6.0",
51
+ "@girs/atk-1.0": "^4.6.0" },
52
52
  "devDependencies": {
53
53
  "typescript": "*"
54
54
  },