@girs/dbusmenugtk3-0.4 0.4.0-3.2.7 → 0.4.0-3.2.8
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/dbusmenugtk3-0.4-ambient.js +2 -0
- package/dbusmenugtk3-0.4-import.js +3 -0
- package/dbusmenugtk3-0.4.d.cts +0 -4
- package/dbusmenugtk3-0.4.d.ts +0 -4
- package/package.json +25 -19
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for DbusmenuGtk3-0.4, generated from library version 0.4.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for DbusmenuGtk3-0.4, generated from library version 0.4.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
|
|
9
9
|
|
|
10
10
|
A small little library that was created by pulling out some comon code out of indicator-applet. It passes a menu structure across DBus so that a program can create a menu simply without worrying about how it is displayed on the other side of the bus.
|
|
11
11
|
|
package/dbusmenugtk3-0.4.d.cts
CHANGED
|
@@ -227,8 +227,6 @@ export module Menu {
|
|
|
227
227
|
|
|
228
228
|
// Own constructor properties of DbusmenuGtk3-0.4.DbusmenuGtk3.Menu
|
|
229
229
|
|
|
230
|
-
dbus_name?: string | null
|
|
231
|
-
dbus_object?: string | null
|
|
232
230
|
dbusName?: string | null
|
|
233
231
|
dbusObject?: string | null
|
|
234
232
|
}
|
|
@@ -239,9 +237,7 @@ export interface Menu extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
239
237
|
|
|
240
238
|
// Own properties of DbusmenuGtk3-0.4.DbusmenuGtk3.Menu
|
|
241
239
|
|
|
242
|
-
readonly dbus_name: string | null
|
|
243
240
|
readonly dbusName: string | null
|
|
244
|
-
readonly dbus_object: string | null
|
|
245
241
|
readonly dbusObject: string | null
|
|
246
242
|
|
|
247
243
|
// Own fields of DbusmenuGtk3-0.4.DbusmenuGtk3.Menu
|
package/dbusmenugtk3-0.4.d.ts
CHANGED
|
@@ -229,8 +229,6 @@ module Menu {
|
|
|
229
229
|
|
|
230
230
|
// Own constructor properties of DbusmenuGtk3-0.4.DbusmenuGtk3.Menu
|
|
231
231
|
|
|
232
|
-
dbus_name?: string | null
|
|
233
|
-
dbus_object?: string | null
|
|
234
232
|
dbusName?: string | null
|
|
235
233
|
dbusObject?: string | null
|
|
236
234
|
}
|
|
@@ -241,9 +239,7 @@ interface Menu extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
241
239
|
|
|
242
240
|
// Own properties of DbusmenuGtk3-0.4.DbusmenuGtk3.Menu
|
|
243
241
|
|
|
244
|
-
readonly dbus_name: string | null
|
|
245
242
|
readonly dbusName: string | null
|
|
246
|
-
readonly dbus_object: string | null
|
|
247
243
|
readonly dbusObject: string | null
|
|
248
244
|
|
|
249
245
|
// Own fields of DbusmenuGtk3-0.4.DbusmenuGtk3.Menu
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/dbusmenugtk3-0.4",
|
|
3
|
-
"version": "0.4.0-3.2.
|
|
3
|
+
"version": "0.4.0-3.2.8",
|
|
4
4
|
"description": "GJS TypeScript type definitions for DbusmenuGtk3-0.4, generated from library version 0.4.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "dbusmenugtk3-0.4.js",
|
|
7
7
|
"main": "dbusmenugtk3-0.4.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./dbusmenugtk3-0.4-ambient.d.ts",
|
|
11
|
+
"default": "./dbusmenugtk3-0.4-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./dbusmenugtk3-0.4-import.d.ts",
|
|
15
|
+
"default": "./dbusmenugtk3-0.4-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./dbusmenugtk3-0.4.d.ts",
|
|
@@ -25,21 +31,21 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit dbusmenugtk3-0.4.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/atk-1.0": "^2.
|
|
29
|
-
"@girs/cairo-1.0": "^1.0.0-3.2.
|
|
30
|
-
"@girs/dbusmenu-0.4": "^0.4.0-3.2.
|
|
31
|
-
"@girs/freetype2-2.0": "^2.0.0-3.2.
|
|
32
|
-
"@girs/gdk-3.0": "^3.24.
|
|
33
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.
|
|
34
|
-
"@girs/gio-2.0": "^2.
|
|
35
|
-
"@girs/gjs": "^3.2.
|
|
36
|
-
"@girs/glib-2.0": "^2.
|
|
37
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
38
|
-
"@girs/gobject-2.0": "^2.
|
|
39
|
-
"@girs/gtk-3.0": "^3.24.
|
|
40
|
-
"@girs/harfbuzz-0.0": "^8.
|
|
41
|
-
"@girs/pango-1.0": "^1.51.0-3.2.
|
|
42
|
-
"@girs/xlib-2.0": "^2.0.0-3.2.
|
|
34
|
+
"@girs/atk-1.0": "^2.45.1-3.2.8",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-3.2.8",
|
|
36
|
+
"@girs/dbusmenu-0.4": "^0.4.0-3.2.8",
|
|
37
|
+
"@girs/freetype2-2.0": "^2.0.0-3.2.8",
|
|
38
|
+
"@girs/gdk-3.0": "^3.24.39-3.2.8",
|
|
39
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
|
|
40
|
+
"@girs/gio-2.0": "^2.77.0-3.2.8",
|
|
41
|
+
"@girs/gjs": "^3.2.8",
|
|
42
|
+
"@girs/glib-2.0": "^2.77.0-3.2.8",
|
|
43
|
+
"@girs/gmodule-2.0": "^2.0.0-3.2.8",
|
|
44
|
+
"@girs/gobject-2.0": "^2.77.0-3.2.8",
|
|
45
|
+
"@girs/gtk-3.0": "^3.24.39-3.2.8",
|
|
46
|
+
"@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
|
|
47
|
+
"@girs/pango-1.0": "^1.51.0-3.2.8",
|
|
48
|
+
"@girs/xlib-2.0": "^2.0.0-3.2.8"
|
|
43
49
|
},
|
|
44
50
|
"devDependencies": {
|
|
45
51
|
"typescript": "*"
|
|
@@ -56,7 +62,7 @@
|
|
|
56
62
|
"license": "MIT",
|
|
57
63
|
"repository": {
|
|
58
64
|
"type": "git",
|
|
59
|
-
"url": "git+https://github.com/gjsify/
|
|
65
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
60
66
|
},
|
|
61
67
|
"bugs": {
|
|
62
68
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|