@girs/gcrgtk4-4 4.2.0 → 4.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 +8 -8
- package/gcrgtk4-4.d.ts +1 -1
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -5,25 +5,25 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for GcrGtk4-4 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.
|
|
8
|
+
GJS TypeScript type definitions for GcrGtk4-4 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.3.0.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
Install the type definitions with npm:
|
|
13
13
|
```bash
|
|
14
14
|
npm install @girs/gcrgtk4-4
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
## Usage
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
Import it like any other module:
|
|
20
20
|
```ts
|
|
21
21
|
import GcrGtk4 from '@girs/gcrgtk4-4';
|
|
22
22
|
```
|
|
23
23
|
|
|
24
24
|
### Ambient Modules
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
[Ambient modules](https://github.com/gjsify/ts-for-gir/tree/main/packages/cli#ambient-modules) let you write the same import you would in plain JavaScript.
|
|
27
27
|
For this you need to include `@girs/gcrgtk4-4` or `@girs/gcrgtk4-4/ambient` in your `tsconfig` or entry point Typescript file:
|
|
28
28
|
|
|
29
29
|
`index.ts`:
|
|
@@ -42,7 +42,7 @@ import '@girs/gcrgtk4-4'
|
|
|
42
42
|
}
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
|
|
45
|
+
The ambient module now resolves with types:
|
|
46
46
|
|
|
47
47
|
```ts
|
|
48
48
|
import GcrGtk4 from 'gi://GcrGtk4?version=4';
|
|
@@ -50,7 +50,7 @@ import GcrGtk4 from 'gi://GcrGtk4?version=4';
|
|
|
50
50
|
|
|
51
51
|
### Global import
|
|
52
52
|
|
|
53
|
-
|
|
53
|
+
GJS's global `imports.gi` works too, with types.
|
|
54
54
|
For this you need to include `@girs/gcrgtk4-4` or `@girs/gcrgtk4-4/import` in your `tsconfig` or entry point Typescript file:
|
|
55
55
|
|
|
56
56
|
`index.ts`:
|
|
@@ -69,7 +69,7 @@ import '@girs/gcrgtk4-4'
|
|
|
69
69
|
}
|
|
70
70
|
```
|
|
71
71
|
|
|
72
|
-
|
|
72
|
+
That form carries types as well:
|
|
73
73
|
|
|
74
74
|
```ts
|
|
75
75
|
const GcrGtk4 = imports.gi.GcrGtk4;
|
|
@@ -77,7 +77,7 @@ const GcrGtk4 = imports.gi.GcrGtk4;
|
|
|
77
77
|
|
|
78
78
|
### Bundle
|
|
79
79
|
|
|
80
|
-
|
|
80
|
+
Most projects want a bundler. [esbuild](https://esbuild.github.io/) is the smallest thing that works; the [examples directory](https://github.com/gjsify/ts-for-gir/tree/main/examples) has setups for several others.
|
|
81
81
|
|
|
82
82
|
## Other packages
|
|
83
83
|
|
package/gcrgtk4-4.d.ts
CHANGED
|
@@ -473,7 +473,7 @@ export namespace GcrGtk4 {
|
|
|
473
473
|
/**
|
|
474
474
|
* Stores the id attribute given in the {@link Gtk.Builder} UI definition.
|
|
475
475
|
* {@link Gtk.Widget} stores the name as object data. Implement this method if your
|
|
476
|
-
* object has some notion of
|
|
476
|
+
* object has some notion of “ID” and it makes sense to map the XML id
|
|
477
477
|
* attribute to it.
|
|
478
478
|
* @param id
|
|
479
479
|
* @virtual
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gcrgtk4-4",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for GcrGtk4-4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gcrgtk4-4.js",
|
|
@@ -36,23 +36,23 @@
|
|
|
36
36
|
"test": "tsc --project tsconfig.json"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@girs/gjs": "^4.
|
|
40
|
-
"@girs/gtk-4.0": "^4.
|
|
41
|
-
"@girs/gsk-4.0": "^4.
|
|
42
|
-
"@girs/graphene-1.0": "^4.
|
|
43
|
-
"@girs/gobject-2.0": "^4.
|
|
44
|
-
"@girs/glib-2.0": "^4.
|
|
45
|
-
"@girs/gdk-4.0": "^4.
|
|
46
|
-
"@girs/cairo-1.0": "^4.
|
|
47
|
-
"@girs/pangocairo-1.0": "^4.
|
|
48
|
-
"@girs/pango-1.0": "^4.
|
|
49
|
-
"@girs/harfbuzz-0.0": "^4.
|
|
50
|
-
"@girs/freetype2-2.0": "^4.
|
|
51
|
-
"@girs/gio-2.0": "^4.
|
|
52
|
-
"@girs/gmodule-2.0": "^4.
|
|
53
|
-
"@girs/gdkpixbuf-2.0": "^4.
|
|
54
|
-
"@girs/gcr-4": "^4.
|
|
55
|
-
"@girs/gck-2": "^4.
|
|
39
|
+
"@girs/gjs": "^4.3.0",
|
|
40
|
+
"@girs/gtk-4.0": "^4.3.0",
|
|
41
|
+
"@girs/gsk-4.0": "^4.3.0",
|
|
42
|
+
"@girs/graphene-1.0": "^4.3.0",
|
|
43
|
+
"@girs/gobject-2.0": "^4.3.0",
|
|
44
|
+
"@girs/glib-2.0": "^4.3.0",
|
|
45
|
+
"@girs/gdk-4.0": "^4.3.0",
|
|
46
|
+
"@girs/cairo-1.0": "^4.3.0",
|
|
47
|
+
"@girs/pangocairo-1.0": "^4.3.0",
|
|
48
|
+
"@girs/pango-1.0": "^4.3.0",
|
|
49
|
+
"@girs/harfbuzz-0.0": "^4.3.0",
|
|
50
|
+
"@girs/freetype2-2.0": "^4.3.0",
|
|
51
|
+
"@girs/gio-2.0": "^4.3.0",
|
|
52
|
+
"@girs/gmodule-2.0": "^4.3.0",
|
|
53
|
+
"@girs/gdkpixbuf-2.0": "^4.3.0",
|
|
54
|
+
"@girs/gcr-4": "^4.3.0",
|
|
55
|
+
"@girs/gck-2": "^4.3.0" },
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"typescript": "*"
|
|
58
58
|
},
|