@girs/gdl-3 5.3.0 → 5.4.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/gdl-3-vocabulary.d.ts +13 -0
- package/gdl-3-vocabulary.js +56 -0
- package/package.json +15 -15
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|

|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
GJS TypeScript type definitions for Gdl-3 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v5.
|
|
7
|
+
GJS TypeScript type definitions for Gdl-3 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v5.4.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/gdl-3-vocabulary.d.ts
CHANGED
|
@@ -545,6 +545,19 @@ export const FLAG_VALUES_UNREADABLE: Readonly<Record<string, string>>;
|
|
|
545
545
|
*/
|
|
546
546
|
export const PROP_ENUMS: Readonly<Record<string, string>>;
|
|
547
547
|
|
|
548
|
+
/**
|
|
549
|
+
* `<declaration GType>.<property>` -> the GType of that property's own type.
|
|
550
|
+
*
|
|
551
|
+
* `PROP_ENUMS` one case wider, and separate on purpose: that table promises the GType it names
|
|
552
|
+
* has NUMBERS, and this one promises only that the GType is the property's. A host inferring a
|
|
553
|
+
* type from a property — the middle of an uncast lookup chain, an uncast closure's return type —
|
|
554
|
+
* reads this one; a host resolving a nick to a number reads that one.
|
|
555
|
+
*
|
|
556
|
+
* Absent means no GType can be stated, not that the property is scalar: `gchararray` is carried
|
|
557
|
+
* like any other, so absence is readable as "unknown".
|
|
558
|
+
*/
|
|
559
|
+
export const PROP_TYPES: Readonly<Record<string, string>>;
|
|
560
|
+
|
|
548
561
|
/**
|
|
549
562
|
* The kinds of value a GTK accessible property, relation or state takes.
|
|
550
563
|
*
|
package/gdl-3-vocabulary.js
CHANGED
|
@@ -213,6 +213,62 @@ export const PROP_ENUMS = {
|
|
|
213
213
|
'GdlSwitcher.tab-pos': 'GtkPositionType',
|
|
214
214
|
};
|
|
215
215
|
|
|
216
|
+
// `<declaration GType>.<property>` -> the GType of that property's own type.
|
|
217
|
+
//
|
|
218
|
+
// `PROP_ENUMS` one case wider, and a SEPARATE table on purpose. That one is a join with a
|
|
219
|
+
// contract — the GType it names has numbers, in this vocabulary or the owner's — and folding a
|
|
220
|
+
// plain type table in would mix "resolvable to numbers" with "not" and hand the distinction to
|
|
221
|
+
// the consumer. `ARIA_VALUE_ENUMS` beside `ARIA_VALUE_TYPES` is the same split.
|
|
222
|
+
//
|
|
223
|
+
// A row is ABSENT where no GType can be stated: a fundamental spelling outside the generator's
|
|
224
|
+
// closed map, a registered type with no `glib:type-name`, or a property with no `<type>`
|
|
225
|
+
// child. Absence therefore reads as "unknown" and never as "scalar".
|
|
226
|
+
export const PROP_TYPES = {
|
|
227
|
+
'GdlDock.default-title': 'gchararray',
|
|
228
|
+
'GdlDock.floating': 'gboolean',
|
|
229
|
+
'GdlDock.floatx': 'gint',
|
|
230
|
+
'GdlDock.floaty': 'gint',
|
|
231
|
+
'GdlDock.height': 'gint',
|
|
232
|
+
'GdlDock.skip-taskbar': 'gboolean',
|
|
233
|
+
'GdlDock.width': 'gint',
|
|
234
|
+
'GdlDockBar.dockbar-style': 'GdlDockBarStyle',
|
|
235
|
+
'GdlDockBar.master': 'GObject',
|
|
236
|
+
'GdlDockItem.behavior': 'GdlDockItemBehavior',
|
|
237
|
+
'GdlDockItem.closed': 'gboolean',
|
|
238
|
+
'GdlDockItem.iconified': 'gboolean',
|
|
239
|
+
'GdlDockItem.locked': 'gboolean',
|
|
240
|
+
'GdlDockItem.orientation': 'GtkOrientation',
|
|
241
|
+
'GdlDockItem.preferred-height': 'gint',
|
|
242
|
+
'GdlDockItem.preferred-width': 'gint',
|
|
243
|
+
'GdlDockItem.resize': 'gboolean',
|
|
244
|
+
'GdlDockItemGrip.item': 'GdlDockItem',
|
|
245
|
+
'GdlDockLayout.master': 'GObject',
|
|
246
|
+
'GdlDockMaster.default-title': 'gchararray',
|
|
247
|
+
'GdlDockMaster.locked': 'gint',
|
|
248
|
+
'GdlDockMaster.switcher-style': 'GdlSwitcherStyle',
|
|
249
|
+
'GdlDockMaster.tab-pos': 'GtkPositionType',
|
|
250
|
+
'GdlDockMaster.tab-reorderable': 'gboolean',
|
|
251
|
+
'GdlDockNotebook.page': 'gint',
|
|
252
|
+
'GdlDockObject.long-name': 'gchararray',
|
|
253
|
+
'GdlDockObject.master': 'GdlDockMaster',
|
|
254
|
+
'GdlDockObject.name': 'gchararray',
|
|
255
|
+
'GdlDockObject.pixbuf-icon': 'gpointer',
|
|
256
|
+
'GdlDockObject.stock-id': 'gchararray',
|
|
257
|
+
'GdlDockPaned.position': 'guint',
|
|
258
|
+
'GdlDockPlaceholder.floating': 'gboolean',
|
|
259
|
+
'GdlDockPlaceholder.floatx': 'gint',
|
|
260
|
+
'GdlDockPlaceholder.floaty': 'gint',
|
|
261
|
+
'GdlDockPlaceholder.height': 'gint',
|
|
262
|
+
'GdlDockPlaceholder.host': 'GdlDockObject',
|
|
263
|
+
'GdlDockPlaceholder.next-placement': 'GdlDockPlacement',
|
|
264
|
+
'GdlDockPlaceholder.sticky': 'gboolean',
|
|
265
|
+
'GdlDockPlaceholder.width': 'gint',
|
|
266
|
+
'GdlDockTablabel.item': 'GdlDockItem',
|
|
267
|
+
'GdlSwitcher.switcher-style': 'GdlSwitcherStyle',
|
|
268
|
+
'GdlSwitcher.tab-pos': 'GtkPositionType',
|
|
269
|
+
'GdlSwitcher.tab-reorderable': 'gboolean',
|
|
270
|
+
};
|
|
271
|
+
|
|
216
272
|
// `<enum GType>.<nick>` -> the kind of value that ARIA slot takes.
|
|
217
273
|
//
|
|
218
274
|
// The one table here that is not about a ParamSpec. A GtkBuilder or Blueprint
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gdl-3",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Gdl-3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gdl-3.js",
|
|
@@ -36,20 +36,20 @@
|
|
|
36
36
|
"test": "tsc --project tsconfig.json"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@girs/gjs": "^5.
|
|
40
|
-
"@girs/gtk-3.0": "^5.
|
|
41
|
-
"@girs/xlib-2.0": "^5.
|
|
42
|
-
"@girs/gdk-3.0": "^5.
|
|
43
|
-
"@girs/cairo-1.0": "^5.
|
|
44
|
-
"@girs/gobject-2.0": "^5.
|
|
45
|
-
"@girs/glib-2.0": "^5.
|
|
46
|
-
"@girs/pango-1.0": "^5.
|
|
47
|
-
"@girs/harfbuzz-0.0": "^5.
|
|
48
|
-
"@girs/freetype2-2.0": "^5.
|
|
49
|
-
"@girs/gio-2.0": "^5.
|
|
50
|
-
"@girs/gmodule-2.0": "^5.
|
|
51
|
-
"@girs/gdkpixbuf-2.0": "^5.
|
|
52
|
-
"@girs/atk-1.0": "^5.
|
|
39
|
+
"@girs/gjs": "^5.4.0",
|
|
40
|
+
"@girs/gtk-3.0": "^5.4.0",
|
|
41
|
+
"@girs/xlib-2.0": "^5.4.0",
|
|
42
|
+
"@girs/gdk-3.0": "^5.4.0",
|
|
43
|
+
"@girs/cairo-1.0": "^5.4.0",
|
|
44
|
+
"@girs/gobject-2.0": "^5.4.0",
|
|
45
|
+
"@girs/glib-2.0": "^5.4.0",
|
|
46
|
+
"@girs/pango-1.0": "^5.4.0",
|
|
47
|
+
"@girs/harfbuzz-0.0": "^5.4.0",
|
|
48
|
+
"@girs/freetype2-2.0": "^5.4.0",
|
|
49
|
+
"@girs/gio-2.0": "^5.4.0",
|
|
50
|
+
"@girs/gmodule-2.0": "^5.4.0",
|
|
51
|
+
"@girs/gdkpixbuf-2.0": "^5.4.0",
|
|
52
|
+
"@girs/atk-1.0": "^5.4.0" },
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"typescript": "*"
|
|
55
55
|
},
|