@girs/adw-1 1.10.0-4.0.4 → 4.1.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/adw-1.d.ts +1 -1
- package/package.json +17 -16
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Adw-1, generated from library version 1.10.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.
|
|
8
|
+
GJS TypeScript type definitions for Adw-1, generated from library version 1.10.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.1.0.
|
|
9
9
|
|
|
10
10
|
## Install
|
|
11
11
|
|
package/adw-1.d.ts
CHANGED
|
@@ -50921,7 +50921,7 @@ export namespace Adw {
|
|
|
50921
50921
|
* @gir-type Class
|
|
50922
50922
|
* @since 1.4
|
|
50923
50923
|
*/
|
|
50924
|
-
class ViewStackPages<A extends GObject.Object = GObject.Object> extends GObject.Object implements Gio.ListModel<A>, Gtk.SectionModel
|
|
50924
|
+
class ViewStackPages<A extends GObject.Object = GObject.Object> extends GObject.Object implements Gio.ListModel<A>, Gtk.SectionModel, Gtk.SelectionModel {
|
|
50925
50925
|
static $gtype: GObject.GType<ViewStackPages>;
|
|
50926
50926
|
|
|
50927
50927
|
// Properties
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/adw-1",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "4.1.0",
|
|
4
|
+
"libraryVersion": "1.10.0",
|
|
4
5
|
"description": "GJS TypeScript type definitions for Adw-1, generated from library version 1.10.0",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"module": "adw-1.js",
|
|
@@ -31,21 +32,21 @@
|
|
|
31
32
|
"test": "tsc --project tsconfig.json"
|
|
32
33
|
},
|
|
33
34
|
"dependencies": {
|
|
34
|
-
"@girs/gjs": "4.0
|
|
35
|
-
"@girs/gtk-4.0": "4.
|
|
36
|
-
"@girs/gsk-4.0": "4.
|
|
37
|
-
"@girs/graphene-1.0": "1.0
|
|
38
|
-
"@girs/gobject-2.0": "
|
|
39
|
-
"@girs/glib-2.0": "
|
|
40
|
-
"@girs/gdk-4.0": "4.
|
|
41
|
-
"@girs/cairo-1.0": "1.0
|
|
42
|
-
"@girs/pangocairo-1.0": "1.0
|
|
43
|
-
"@girs/pango-1.0": "
|
|
44
|
-
"@girs/harfbuzz-0.0": "
|
|
45
|
-
"@girs/freetype2-2.0": "
|
|
46
|
-
"@girs/gio-2.0": "
|
|
47
|
-
"@girs/gmodule-2.0": "
|
|
48
|
-
"@girs/gdkpixbuf-2.0": "
|
|
35
|
+
"@girs/gjs": "^4.1.0",
|
|
36
|
+
"@girs/gtk-4.0": "^4.1.0",
|
|
37
|
+
"@girs/gsk-4.0": "^4.1.0",
|
|
38
|
+
"@girs/graphene-1.0": "^4.1.0",
|
|
39
|
+
"@girs/gobject-2.0": "^4.1.0",
|
|
40
|
+
"@girs/glib-2.0": "^4.1.0",
|
|
41
|
+
"@girs/gdk-4.0": "^4.1.0",
|
|
42
|
+
"@girs/cairo-1.0": "^4.1.0",
|
|
43
|
+
"@girs/pangocairo-1.0": "^4.1.0",
|
|
44
|
+
"@girs/pango-1.0": "^4.1.0",
|
|
45
|
+
"@girs/harfbuzz-0.0": "^4.1.0",
|
|
46
|
+
"@girs/freetype2-2.0": "^4.1.0",
|
|
47
|
+
"@girs/gio-2.0": "^4.1.0",
|
|
48
|
+
"@girs/gmodule-2.0": "^4.1.0",
|
|
49
|
+
"@girs/gdkpixbuf-2.0": "^4.1.0" },
|
|
49
50
|
"devDependencies": {
|
|
50
51
|
"typescript": "*"
|
|
51
52
|
},
|