@girs/cally-7 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/cally-7-vocabulary.d.ts +13 -0
- package/cally-7-vocabulary.js +12 -0
- package/package.json +18 -18
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|

|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
GJS TypeScript type definitions for Cally-7 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v5.
|
|
7
|
+
GJS TypeScript type definitions for Cally-7 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/cally-7-vocabulary.d.ts
CHANGED
|
@@ -301,6 +301,19 @@ export const FLAG_VALUES_UNREADABLE: Readonly<Record<string, string>>;
|
|
|
301
301
|
*/
|
|
302
302
|
export const PROP_ENUMS: Readonly<Record<string, string>>;
|
|
303
303
|
|
|
304
|
+
/**
|
|
305
|
+
* `<declaration GType>.<property>` -> the GType of that property's own type.
|
|
306
|
+
*
|
|
307
|
+
* `PROP_ENUMS` one case wider, and separate on purpose: that table promises the GType it names
|
|
308
|
+
* has NUMBERS, and this one promises only that the GType is the property's. A host inferring a
|
|
309
|
+
* type from a property — the middle of an uncast lookup chain, an uncast closure's return type —
|
|
310
|
+
* reads this one; a host resolving a nick to a number reads that one.
|
|
311
|
+
*
|
|
312
|
+
* Absent means no GType can be stated, not that the property is scalar: `gchararray` is carried
|
|
313
|
+
* like any other, so absence is readable as "unknown".
|
|
314
|
+
*/
|
|
315
|
+
export const PROP_TYPES: Readonly<Record<string, string>>;
|
|
316
|
+
|
|
304
317
|
/**
|
|
305
318
|
* The kinds of value a GTK accessible property, relation or state takes.
|
|
306
319
|
*
|
package/cally-7-vocabulary.js
CHANGED
|
@@ -122,6 +122,18 @@ export const FLAG_VALUES_UNREADABLE = {};
|
|
|
122
122
|
// vocabulary loaded too. Owners that emit none (Gdk, Pango) are inlined into the tables above.
|
|
123
123
|
export const PROP_ENUMS = {};
|
|
124
124
|
|
|
125
|
+
// `<declaration GType>.<property>` -> the GType of that property's own type.
|
|
126
|
+
//
|
|
127
|
+
// `PROP_ENUMS` one case wider, and a SEPARATE table on purpose. That one is a join with a
|
|
128
|
+
// contract — the GType it names has numbers, in this vocabulary or the owner's — and folding a
|
|
129
|
+
// plain type table in would mix "resolvable to numbers" with "not" and hand the distinction to
|
|
130
|
+
// the consumer. `ARIA_VALUE_ENUMS` beside `ARIA_VALUE_TYPES` is the same split.
|
|
131
|
+
//
|
|
132
|
+
// A row is ABSENT where no GType can be stated: a fundamental spelling outside the generator's
|
|
133
|
+
// closed map, a registered type with no `glib:type-name`, or a property with no `<type>`
|
|
134
|
+
// child. Absence therefore reads as "unknown" and never as "scalar".
|
|
135
|
+
export const PROP_TYPES = {};
|
|
136
|
+
|
|
125
137
|
// `<enum GType>.<nick>` -> the kind of value that ARIA slot takes.
|
|
126
138
|
//
|
|
127
139
|
// 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/cally-7",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.4.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Cally-7",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "cally-7.js",
|
|
@@ -36,23 +36,23 @@
|
|
|
36
36
|
"test": "tsc --project tsconfig.json"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@girs/gjs": "^5.
|
|
40
|
-
"@girs/coglpango-7": "^5.
|
|
41
|
-
"@girs/pangocairo-1.0": "^5.
|
|
42
|
-
"@girs/cairo-1.0": "^5.
|
|
43
|
-
"@girs/gobject-2.0": "^5.
|
|
44
|
-
"@girs/glib-2.0": "^5.
|
|
45
|
-
"@girs/pango-1.0": "^5.
|
|
46
|
-
"@girs/harfbuzz-0.0": "^5.
|
|
47
|
-
"@girs/freetype2-2.0": "^5.
|
|
48
|
-
"@girs/gio-2.0": "^5.
|
|
49
|
-
"@girs/gmodule-2.0": "^5.
|
|
50
|
-
"@girs/cogl-7": "^5.
|
|
51
|
-
"@girs/graphene-1.0": "^5.
|
|
52
|
-
"@girs/gl-1.0": "^5.
|
|
53
|
-
"@girs/clutter-7": "^5.
|
|
54
|
-
"@girs/json-1.0": "^5.
|
|
55
|
-
"@girs/atk-1.0": "^5.
|
|
39
|
+
"@girs/gjs": "^5.4.0",
|
|
40
|
+
"@girs/coglpango-7": "^5.4.0",
|
|
41
|
+
"@girs/pangocairo-1.0": "^5.4.0",
|
|
42
|
+
"@girs/cairo-1.0": "^5.4.0",
|
|
43
|
+
"@girs/gobject-2.0": "^5.4.0",
|
|
44
|
+
"@girs/glib-2.0": "^5.4.0",
|
|
45
|
+
"@girs/pango-1.0": "^5.4.0",
|
|
46
|
+
"@girs/harfbuzz-0.0": "^5.4.0",
|
|
47
|
+
"@girs/freetype2-2.0": "^5.4.0",
|
|
48
|
+
"@girs/gio-2.0": "^5.4.0",
|
|
49
|
+
"@girs/gmodule-2.0": "^5.4.0",
|
|
50
|
+
"@girs/cogl-7": "^5.4.0",
|
|
51
|
+
"@girs/graphene-1.0": "^5.4.0",
|
|
52
|
+
"@girs/gl-1.0": "^5.4.0",
|
|
53
|
+
"@girs/clutter-7": "^5.4.0",
|
|
54
|
+
"@girs/json-1.0": "^5.4.0",
|
|
55
|
+
"@girs/atk-1.0": "^5.4.0" },
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"typescript": "*"
|
|
58
58
|
},
|