@girs/st-12 12.0.0-3.2.8 → 12.0.0-3.3.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 CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/st-12)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for St-12, generated from library version 12.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
8
+ GJS TypeScript type definitions for St-12, generated from library version 12.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.3.0.
9
9
 
10
10
 
11
11
  ## Install
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/st-12",
3
- "version": "12.0.0-3.2.8",
3
+ "version": "12.0.0-3.3.0",
4
4
  "description": "GJS TypeScript type definitions for St-12, generated from library version 12.0.0",
5
5
  "type": "module",
6
6
  "module": "st-12.js",
@@ -31,29 +31,29 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit st-12.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/atk-1.0": "^2.45.1-3.2.8",
35
- "@girs/cairo-1.0": "^1.0.0-3.2.8",
36
- "@girs/cally-12": "^12.0.0-3.2.8",
37
- "@girs/clutter-12": "^12.0.0-3.2.8",
38
- "@girs/cogl-12": "^12.0.0-3.2.8",
39
- "@girs/coglpango-12": "^12.0.0-3.2.8",
40
- "@girs/freetype2-2.0": "^2.0.0-3.2.8",
41
- "@girs/gdesktopenums-3.0": "^3.0.0-3.2.8",
42
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
43
- "@girs/gio-2.0": "^2.77.0-3.2.8",
44
- "@girs/gjs": "^3.2.8",
45
- "@girs/gl-1.0": "^1.0.0-3.2.8",
46
- "@girs/glib-2.0": "^2.77.0-3.2.8",
47
- "@girs/gmodule-2.0": "^2.0.0-3.2.8",
48
- "@girs/gobject-2.0": "^2.77.0-3.2.8",
49
- "@girs/graphene-1.0": "^1.0.0-3.2.8",
50
- "@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
51
- "@girs/json-1.0": "^1.7.1-3.2.8",
52
- "@girs/meta-12": "^12.0.0-3.2.8",
53
- "@girs/pango-1.0": "^1.51.0-3.2.8",
54
- "@girs/pangocairo-1.0": "^1.0.0-3.2.8",
55
- "@girs/xfixes-4.0": "^4.0.0-3.2.8",
56
- "@girs/xlib-2.0": "^2.0.0-3.2.8"
34
+ "@girs/atk-1.0": "^2.50.1-3.3.0",
35
+ "@girs/cairo-1.0": "^1.0.0-3.3.0",
36
+ "@girs/cally-12": "^12.0.0-3.3.0",
37
+ "@girs/clutter-12": "^12.0.0-3.3.0",
38
+ "@girs/cogl-12": "^12.0.0-3.3.0",
39
+ "@girs/coglpango-12": "^12.0.0-3.3.0",
40
+ "@girs/freetype2-2.0": "^2.0.0-3.3.0",
41
+ "@girs/gdesktopenums-3.0": "^3.0.0-3.3.0",
42
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.3.0",
43
+ "@girs/gio-2.0": "^2.78.0-3.3.0",
44
+ "@girs/gjs": "^3.3.0",
45
+ "@girs/gl-1.0": "^1.0.0-3.3.0",
46
+ "@girs/glib-2.0": "^2.78.0-3.3.0",
47
+ "@girs/gmodule-2.0": "^2.0.0-3.3.0",
48
+ "@girs/gobject-2.0": "^2.78.0-3.3.0",
49
+ "@girs/graphene-1.0": "^1.0.0-3.3.0",
50
+ "@girs/harfbuzz-0.0": "^8.2.1-3.3.0",
51
+ "@girs/json-1.0": "^1.7.1-3.3.0",
52
+ "@girs/meta-12": "^12.0.0-3.3.0",
53
+ "@girs/pango-1.0": "^1.51.0-3.3.0",
54
+ "@girs/pangocairo-1.0": "^1.0.0-3.3.0",
55
+ "@girs/xfixes-4.0": "^4.0.0-3.3.0",
56
+ "@girs/xlib-2.0": "^2.0.0-3.3.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "typescript": "*"
@@ -4,9 +4,5 @@ declare module 'gi://St?version=12' {
4
4
  export default St12;
5
5
  }
6
6
 
7
- declare module 'gi://St' {
8
- import St12 from '@girs/st-12';
9
- export default St12;
10
- }
11
7
 
12
8
 
package/st-12.d.cts CHANGED
@@ -7415,7 +7415,7 @@ export interface Widget extends Atk.ImplementorIface, Clutter.Animatable, Clutte
7415
7415
  * Gets a list of the focusable children of `widget,` in "Tab"
7416
7416
  * order. By default, this returns all visible
7417
7417
  * (as in clutter_actor_is_visible()) children of `widget`.
7418
- * @returns @widget's focusable children
7418
+ * @returns @widget's focusable children
7419
7419
  */
7420
7420
  get_focus_chain(): Clutter.Actor[]
7421
7421
  /**
@@ -7670,7 +7670,7 @@ export interface Widget extends Atk.ImplementorIface, Clutter.Animatable, Clutte
7670
7670
  * order. By default, this returns all visible
7671
7671
  * (as in clutter_actor_is_visible()) children of `widget`.
7672
7672
  * @virtual
7673
- * @returns @widget's focusable children
7673
+ * @returns @widget's focusable children
7674
7674
  */
7675
7675
  vfunc_get_focus_chain(): Clutter.Actor[]
7676
7676
  vfunc_navigate_focus(from: Clutter.Actor | null, direction: DirectionType): boolean
package/st-12.d.ts CHANGED
@@ -7417,7 +7417,7 @@ interface Widget extends Atk.ImplementorIface, Clutter.Animatable, Clutter.Conta
7417
7417
  * Gets a list of the focusable children of `widget,` in "Tab"
7418
7418
  * order. By default, this returns all visible
7419
7419
  * (as in clutter_actor_is_visible()) children of `widget`.
7420
- * @returns @widget's focusable children
7420
+ * @returns @widget's focusable children
7421
7421
  */
7422
7422
  get_focus_chain(): Clutter.Actor[]
7423
7423
  /**
@@ -7672,7 +7672,7 @@ interface Widget extends Atk.ImplementorIface, Clutter.Animatable, Clutter.Conta
7672
7672
  * order. By default, this returns all visible
7673
7673
  * (as in clutter_actor_is_visible()) children of `widget`.
7674
7674
  * @virtual
7675
- * @returns @widget's focusable children
7675
+ * @returns @widget's focusable children
7676
7676
  */
7677
7677
  vfunc_get_focus_chain(): Clutter.Actor[]
7678
7678
  vfunc_navigate_focus(from: Clutter.Actor | null, direction: DirectionType): boolean