@girs/gcrui-3 5.2.0 → 5.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 +1 -1
- package/gcrui-3-vocabulary.d.ts +38 -68
- package/gcrui-3-vocabulary.js +19 -19
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|

|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
GJS TypeScript type definitions for GcrUi-3 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v5.
|
|
7
|
+
GJS TypeScript type definitions for GcrUi-3 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v5.3.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/gcrui-3-vocabulary.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* The GIR-derived widget VOCABULARY for GcrUi-3.
|
|
3
3
|
*
|
|
4
|
-
* GENERATED — do not edit. Provenance: GcrUi-3 — dropped empty base(s):
|
|
4
|
+
* GENERATED — do not edit. Provenance: GcrUi-3 — dropped empty base(s): Atk.ImplementorIface — prop(s) no TypeScript value satisfies: GcrUi.CollectionModel.columns GcrUi.TreeSelector.columns
|
|
5
5
|
*
|
|
6
|
-
* 14 instantiable GTypes (of which 9 concrete widgets),
|
|
6
|
+
* 14 instantiable GTypes (of which 9 concrete widgets), 15 declarations, 0 enum nick unions, 0 slot candidates.
|
|
7
7
|
*
|
|
8
8
|
* Module-scoped exports only. There is no `JSX` namespace here, no tag spelling and
|
|
9
9
|
* no `on<Signal>` prop name: those are DIALECT, and every framework answers them
|
|
@@ -27,6 +27,8 @@
|
|
|
27
27
|
import type Gck from '@girs/gck-1';
|
|
28
28
|
import type Gcr from '@girs/gcr-3';
|
|
29
29
|
import type GcrUi from './gcrui-3.js';
|
|
30
|
+
import type { GcrCertificateConstructOnly, GcrCertificateProps, GcrComparableConstructOnly, GcrComparableProps, GcrPromptConstructOnly, GcrPromptProps } from '@girs/gcr-3/vocabulary';
|
|
31
|
+
import type { GInitiallyUnownedConstructOnly, GInitiallyUnownedProps, GObjectConstructOnly, GObjectProps } from '@girs/gobject-2.0/vocabulary';
|
|
30
32
|
import type { GtkActionableConstructOnly, GtkActionableProps, GtkActivatableConstructOnly, GtkActivatableProps, GtkBinConstructOnly, GtkBinProps, GtkBoxConstructOnly, GtkBoxProps, GtkBuildableConstructOnly, GtkBuildableProps, GtkButtonConstructOnly, GtkButtonProps, GtkCellEditableConstructOnly, GtkCellEditableProps, GtkCellLayoutConstructOnly, GtkCellLayoutProps, GtkComboBoxConstructOnly, GtkComboBoxProps, GtkContainerConstructOnly, GtkContainerProps, GtkDialogConstructOnly, GtkDialogProps, GtkEntryBufferConstructOnly, GtkEntryBufferProps, GtkOrientableConstructOnly, GtkOrientableProps, GtkScrollableConstructOnly, GtkScrollableProps, GtkTreeModelConstructOnly, GtkTreeModelProps, GtkTreeSortableConstructOnly, GtkTreeSortableProps, GtkTreeViewConstructOnly, GtkTreeViewProps, GtkWidgetConstructOnly, GtkWidgetProps, GtkWindowConstructOnly, GtkWindowProps } from '@girs/gtk-3.0/vocabulary';
|
|
31
33
|
|
|
32
34
|
// ---------------------------------------------------------------------------
|
|
@@ -52,7 +54,7 @@ import type { GtkActionableConstructOnly, GtkActionableProps, GtkActivatableCons
|
|
|
52
54
|
// ---------------------------------------------------------------------------
|
|
53
55
|
|
|
54
56
|
/** An implementation of #GcrRenderer which renders certificates. */
|
|
55
|
-
export interface GcrCertificateRendererProps extends Omit<GcrRendererProps, 'attributes'> {
|
|
57
|
+
export interface GcrCertificateRendererProps extends GObjectProps, GcrCertificateProps, GcrComparableProps, Omit<GcrRendererProps, 'attributes'> {
|
|
56
58
|
/** The certificate attributes to display. */
|
|
57
59
|
attributes?: Gck.Attributes;
|
|
58
60
|
/** The certificate to display. */
|
|
@@ -61,7 +63,7 @@ export interface GcrCertificateRendererProps extends Omit<GcrRendererProps, 'att
|
|
|
61
63
|
label?: string;
|
|
62
64
|
}
|
|
63
65
|
/** Settable only at construction — a renderer must REBUILD, not patch. */
|
|
64
|
-
export type GcrCertificateRendererConstructOnly = GcrRendererConstructOnly;
|
|
66
|
+
export type GcrCertificateRendererConstructOnly = GObjectConstructOnly | GcrCertificateConstructOnly | GcrComparableConstructOnly | GcrRendererConstructOnly;
|
|
65
67
|
|
|
66
68
|
/** A widget that can be used to display a certificate. */
|
|
67
69
|
export interface GcrCertificateWidgetProps extends GtkBinProps, GtkBuildableProps {
|
|
@@ -72,12 +74,12 @@ export interface GcrCertificateWidgetProps extends GtkBinProps, GtkBuildableProp
|
|
|
72
74
|
export type GcrCertificateWidgetConstructOnly = GtkBinConstructOnly | GtkBuildableConstructOnly;
|
|
73
75
|
|
|
74
76
|
/** Ain implementation of a [iface@Gtk.TreeModel] which contains a row for each object in a [iface@Gcr.Collection]. */
|
|
75
|
-
export interface GcrCollectionModelProps extends GtkTreeModelProps, GtkTreeSortableProps {
|
|
77
|
+
export interface GcrCollectionModelProps extends GObjectProps, GtkTreeModelProps, GtkTreeSortableProps {
|
|
76
78
|
collection?: Gcr.Collection;
|
|
77
79
|
columns?: never;
|
|
78
80
|
}
|
|
79
81
|
/** Settable only at construction — a renderer must REBUILD, not patch. */
|
|
80
|
-
export type GcrCollectionModelConstructOnly = GtkTreeModelConstructOnly | GtkTreeSortableConstructOnly | 'columns';
|
|
82
|
+
export type GcrCollectionModelConstructOnly = GObjectConstructOnly | GtkTreeModelConstructOnly | GtkTreeSortableConstructOnly | 'columns';
|
|
81
83
|
|
|
82
84
|
/** A widget that can be used to select a certificate or key. */
|
|
83
85
|
export interface GcrComboSelectorProps extends GtkComboBoxProps, GtkBuildableProps, GtkCellEditableProps, GtkCellLayoutProps {
|
|
@@ -88,12 +90,12 @@ export interface GcrComboSelectorProps extends GtkComboBoxProps, GtkBuildablePro
|
|
|
88
90
|
export type GcrComboSelectorConstructOnly = GtkComboBoxConstructOnly | GtkBuildableConstructOnly | GtkCellEditableConstructOnly | GtkCellLayoutConstructOnly | 'collection';
|
|
89
91
|
|
|
90
92
|
/** A renderer that can be used for unsupported data. */
|
|
91
|
-
export interface GcrFailureRendererProps extends Omit<GcrRendererProps, 'attributes'> {
|
|
93
|
+
export interface GcrFailureRendererProps extends GObjectProps, Omit<GcrRendererProps, 'attributes'> {
|
|
92
94
|
attributes?: Gck.Attributes;
|
|
93
95
|
label?: string;
|
|
94
96
|
}
|
|
95
97
|
/** Settable only at construction — a renderer must REBUILD, not patch. */
|
|
96
|
-
export type GcrFailureRendererConstructOnly = GcrRendererConstructOnly;
|
|
98
|
+
export type GcrFailureRendererConstructOnly = GObjectConstructOnly | GcrRendererConstructOnly;
|
|
97
99
|
|
|
98
100
|
/** A button which imports keys and certificates. */
|
|
99
101
|
export interface GcrImportButtonProps extends GtkButtonProps, GtkActionableProps, GtkActivatableProps, GtkBuildableProps {
|
|
@@ -102,11 +104,11 @@ export interface GcrImportButtonProps extends GtkButtonProps, GtkActionableProps
|
|
|
102
104
|
export type GcrImportButtonConstructOnly = GtkButtonConstructOnly | GtkActionableConstructOnly | GtkActivatableConstructOnly | GtkBuildableConstructOnly;
|
|
103
105
|
|
|
104
106
|
/** An implementation of #GcrRenderer which renders keys. */
|
|
105
|
-
export interface GcrKeyRendererProps extends GcrRendererProps {
|
|
107
|
+
export interface GcrKeyRendererProps extends GObjectProps, GcrRendererProps {
|
|
106
108
|
object?: Gck.Object;
|
|
107
109
|
}
|
|
108
110
|
/** Settable only at construction — a renderer must REBUILD, not patch. */
|
|
109
|
-
export type GcrKeyRendererConstructOnly = GcrRendererConstructOnly;
|
|
111
|
+
export type GcrKeyRendererConstructOnly = GObjectConstructOnly | GcrRendererConstructOnly;
|
|
110
112
|
|
|
111
113
|
/** A key widget and renderer A key widget can be used to display a RSA, DSA or EC key. */
|
|
112
114
|
export interface GcrKeyWidgetProps extends GtkBinProps, GtkBuildableProps {
|
|
@@ -123,62 +125,6 @@ export interface GcrListSelectorProps extends GtkTreeViewProps, GtkBuildableProp
|
|
|
123
125
|
/** Settable only at construction — a renderer must REBUILD, not patch. */
|
|
124
126
|
export type GcrListSelectorConstructOnly = GtkTreeViewConstructOnly | GtkBuildableConstructOnly | GtkScrollableConstructOnly | 'collection';
|
|
125
127
|
|
|
126
|
-
/** A prompt displayed to the user. */
|
|
127
|
-
export interface GcrPromptProps {
|
|
128
|
-
/**
|
|
129
|
-
* The string handle of the caller's window.
|
|
130
|
-
* @default NULL
|
|
131
|
-
*/
|
|
132
|
-
'caller-window'?: string;
|
|
133
|
-
/**
|
|
134
|
-
* The label for the cancel button in the prompt.
|
|
135
|
-
* @default Cancel
|
|
136
|
-
*/
|
|
137
|
-
'cancel-label'?: string;
|
|
138
|
-
/**
|
|
139
|
-
* Whether the additional choice is chosen or not.
|
|
140
|
-
* @default FALSE
|
|
141
|
-
*/
|
|
142
|
-
'choice-chosen'?: boolean;
|
|
143
|
-
/**
|
|
144
|
-
* The label for the additional choice.
|
|
145
|
-
* @default NULL
|
|
146
|
-
*/
|
|
147
|
-
'choice-label'?: string;
|
|
148
|
-
/**
|
|
149
|
-
* The label for the continue button in the prompt.
|
|
150
|
-
* @default Continue
|
|
151
|
-
*/
|
|
152
|
-
'continue-label'?: string;
|
|
153
|
-
/**
|
|
154
|
-
* The detailed description of the prompt.
|
|
155
|
-
* @default NULL
|
|
156
|
-
*/
|
|
157
|
-
description?: string;
|
|
158
|
-
/**
|
|
159
|
-
* The prompt message for the user.
|
|
160
|
-
* @default NULL
|
|
161
|
-
*/
|
|
162
|
-
message?: string;
|
|
163
|
-
/**
|
|
164
|
-
* Whether the prompt will prompt for a new password.
|
|
165
|
-
* @default FALSE
|
|
166
|
-
*/
|
|
167
|
-
'password-new'?: boolean;
|
|
168
|
-
/**
|
|
169
|
-
* The title of the prompt.
|
|
170
|
-
* @default NULL
|
|
171
|
-
*/
|
|
172
|
-
title?: string;
|
|
173
|
-
/**
|
|
174
|
-
* A prompt warning displayed on the prompt, or %NULL for no warning.
|
|
175
|
-
* @default NULL
|
|
176
|
-
*/
|
|
177
|
-
warning?: string;
|
|
178
|
-
}
|
|
179
|
-
/** Settable only at construction — a renderer must REBUILD, not patch. */
|
|
180
|
-
export type GcrPromptConstructOnly = never;
|
|
181
|
-
|
|
182
128
|
/** A [iface@Gcr.Prompt] implementation which shows a GTK dialog. */
|
|
183
129
|
export interface GcrPromptDialogProps extends GtkDialogProps, Omit<GcrPromptProps, 'title'>, GtkBuildableProps {
|
|
184
130
|
}
|
|
@@ -186,14 +132,14 @@ export interface GcrPromptDialogProps extends GtkDialogProps, Omit<GcrPromptProp
|
|
|
186
132
|
export type GcrPromptDialogConstructOnly = GtkDialogConstructOnly | GcrPromptConstructOnly | GtkBuildableConstructOnly;
|
|
187
133
|
|
|
188
134
|
/** An interface that's implemented by renderers which wish to render data to a [iface@Viewer]. */
|
|
189
|
-
export interface GcrRendererProps {
|
|
135
|
+
export interface GcrRendererProps extends GObjectProps {
|
|
190
136
|
/** The attributes to display. */
|
|
191
137
|
attributes?: Gck.Attributes | null;
|
|
192
138
|
/** The label to display. */
|
|
193
139
|
label?: string;
|
|
194
140
|
}
|
|
195
141
|
/** Settable only at construction — a renderer must REBUILD, not patch. */
|
|
196
|
-
export type GcrRendererConstructOnly =
|
|
142
|
+
export type GcrRendererConstructOnly = GObjectConstructOnly;
|
|
197
143
|
|
|
198
144
|
/** A [class@Gtk.EntryBuffer] that uses non-pageable memory. */
|
|
199
145
|
export interface GcrSecureEntryBufferProps extends GtkEntryBufferProps {
|
|
@@ -377,6 +323,30 @@ export const PROVENANCE: {
|
|
|
377
323
|
* GIRs disagreeing, which is what the main emitter answers `never` for as well.
|
|
378
324
|
*/
|
|
379
325
|
readonly unresolvedProps: readonly string[];
|
|
326
|
+
/**
|
|
327
|
+
* `c:identifier-prefixes` from the GIR, verbatim and in order — `['G']` for Gio.
|
|
328
|
+
*
|
|
329
|
+
* The C prefix a type REFERENCE needs: resolving `Gio.Icon` means producing `GIcon`,
|
|
330
|
+
* and nothing else in this package states that `Gio` spells itself `G`. Carried rather
|
|
331
|
+
* than derived because GIR carries it, and a derivation over the `DECLS` keys is wrong
|
|
332
|
+
* wherever the C prefix is not a prefix of the type NAMES: gdkx11-4.0 and gdkwayland-4.0
|
|
333
|
+
* both state `Gdk` while every key they declare begins `GdkX11`/`GdkWayland`.
|
|
334
|
+
*
|
|
335
|
+
* Empty where the GIR states none — 17 of the 627 emitting namespaces — because
|
|
336
|
+
* inventing the namespace name there is a confident wrong answer in place of a missing
|
|
337
|
+
* one. A LIST because 20 of them state more than one, which no single string expresses.
|
|
338
|
+
*/
|
|
339
|
+
readonly identifierPrefixes: readonly string[];
|
|
340
|
+
/**
|
|
341
|
+
* Sibling vocabularies this one's DECLARATIONS come from, as import specifiers.
|
|
342
|
+
*
|
|
343
|
+
* A chain link with no `OWN_PROPS` row is ambiguous on its own — `GtkSeparator` has no
|
|
344
|
+
* settable property, `GApplication` has its properties in another package — and this
|
|
345
|
+
* list is what tells the two apart. Enum and bitfield NUMBERS are not here: those are
|
|
346
|
+
* carried in this file, because a `PROP_ENUMS` row naming a foreign GType gives a
|
|
347
|
+
* consumer nothing to load and a `.ui` file using the property never names its owner.
|
|
348
|
+
*/
|
|
349
|
+
readonly requiredVocabularies: readonly string[];
|
|
380
350
|
};
|
|
381
351
|
|
|
382
352
|
/** Declaration GType -> its own settable properties, as GObject registered them. */
|
package/gcrui-3-vocabulary.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// The widget vocabulary of GcrUi-3 as runtime data.
|
|
2
2
|
//
|
|
3
|
-
// GENERATED — do not edit. Provenance: GcrUi-3 — dropped empty base(s):
|
|
3
|
+
// GENERATED — do not edit. Provenance: GcrUi-3 — dropped empty base(s): Atk.ImplementorIface — prop(s) no TypeScript value satisfies: GcrUi.CollectionModel.columns GcrUi.TreeSelector.columns
|
|
4
4
|
//
|
|
5
5
|
// The type half of this subpath is the sibling `.d.ts`. This file exists because
|
|
6
6
|
// types are erased: a consumer that wants to ask the installed library whether every
|
|
@@ -11,10 +11,12 @@ export const PROVENANCE = {
|
|
|
11
11
|
version: '3',
|
|
12
12
|
libraryVersion: null,
|
|
13
13
|
childHolders: 0,
|
|
14
|
-
droppedBases: ['
|
|
15
|
-
inlinedBases: [
|
|
14
|
+
droppedBases: ['Atk.ImplementorIface'],
|
|
15
|
+
inlinedBases: [],
|
|
16
16
|
unsettableProps: ['GcrUi.CollectionModel.columns', 'GcrUi.TreeSelector.columns'],
|
|
17
17
|
unresolvedProps: [],
|
|
18
|
+
identifierPrefixes: ['Gcr'],
|
|
19
|
+
requiredVocabularies: ['@girs/gcr-3/vocabulary', '@girs/gobject-2.0/vocabulary', '@girs/gtk-3.0/vocabulary'],
|
|
18
20
|
};
|
|
19
21
|
|
|
20
22
|
export const OWN_PROPS = {
|
|
@@ -26,7 +28,6 @@ export const OWN_PROPS = {
|
|
|
26
28
|
GcrKeyRenderer: ['object'],
|
|
27
29
|
GcrKeyWidget: ['attributes'],
|
|
28
30
|
GcrListSelector: ['collection'],
|
|
29
|
-
GcrPrompt: ['caller-window', 'cancel-label', 'choice-chosen', 'choice-label', 'continue-label', 'description', 'message', 'password-new', 'title', 'warning'],
|
|
30
31
|
GcrRenderer: ['attributes', 'label'],
|
|
31
32
|
GcrTreeSelector: ['collection', 'columns'],
|
|
32
33
|
GcrUnlockOptionsWidget: ['choice', 'ttl'],
|
|
@@ -35,7 +36,6 @@ export const OWN_PROPS = {
|
|
|
35
36
|
|
|
36
37
|
export const OWN_SIGNALS = {
|
|
37
38
|
GcrImportButton: ['imported', 'importing'],
|
|
38
|
-
GcrPrompt: ['prompt-close'],
|
|
39
39
|
GcrRenderer: ['data-changed'],
|
|
40
40
|
GcrViewerWidget: ['added'],
|
|
41
41
|
};
|
|
@@ -48,20 +48,20 @@ export const OWN_SIGNALS = {
|
|
|
48
48
|
// `GtkEventController*` and `GtkCellRenderer*`. Use `Widgets` and `CHILD_HOLDERS`
|
|
49
49
|
// below for the narrower questions; they did not move.
|
|
50
50
|
export const DECLS = {
|
|
51
|
-
GcrCertificateRenderer: ['GcrCertificateRenderer', 'GcrRenderer'],
|
|
52
|
-
GcrCertificateWidget: ['GcrCertificateWidget', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
53
|
-
GcrCollectionModel: ['GcrCollectionModel', 'GtkTreeModel', 'GtkTreeSortable'],
|
|
54
|
-
GcrComboSelector: ['GcrComboSelector', 'GtkComboBox', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable', 'GtkCellEditable', 'GtkCellLayout'],
|
|
55
|
-
GcrFailureRenderer: ['GcrFailureRenderer', 'GcrRenderer'],
|
|
56
|
-
GcrImportButton: ['GcrImportButton', 'GtkButton', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkActionable', 'GtkActivatable', 'GtkBuildable'],
|
|
57
|
-
GcrKeyRenderer: ['GcrKeyRenderer', 'GcrRenderer'],
|
|
58
|
-
GcrKeyWidget: ['GcrKeyWidget', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
59
|
-
GcrListSelector: ['GcrListSelector', 'GtkTreeView', 'GtkContainer', 'GtkWidget', 'GtkBuildable', 'GtkScrollable'],
|
|
60
|
-
GcrPromptDialog: ['GcrPromptDialog', 'GtkDialog', 'GtkWindow', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GcrPrompt', 'GtkBuildable'],
|
|
61
|
-
GcrSecureEntryBuffer: ['GcrSecureEntryBuffer', 'GtkEntryBuffer'],
|
|
62
|
-
GcrTreeSelector: ['GcrTreeSelector', 'GtkTreeView', 'GtkContainer', 'GtkWidget', 'GtkBuildable', 'GtkScrollable'],
|
|
63
|
-
GcrUnlockOptionsWidget: ['GcrUnlockOptionsWidget', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GtkBuildable'],
|
|
64
|
-
GcrViewerWidget: ['GcrViewerWidget', 'GtkBox', 'GtkContainer', 'GtkWidget', 'GtkBuildable', 'GtkOrientable'],
|
|
51
|
+
GcrCertificateRenderer: ['GcrCertificateRenderer', 'GObject', 'GcrCertificate', 'GcrComparable', 'GcrRenderer'],
|
|
52
|
+
GcrCertificateWidget: ['GcrCertificateWidget', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GInitiallyUnowned', 'GObject', 'GtkBuildable'],
|
|
53
|
+
GcrCollectionModel: ['GcrCollectionModel', 'GObject', 'GtkTreeModel', 'GtkTreeSortable'],
|
|
54
|
+
GcrComboSelector: ['GcrComboSelector', 'GtkComboBox', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GInitiallyUnowned', 'GObject', 'GtkBuildable', 'GtkCellEditable', 'GtkCellLayout'],
|
|
55
|
+
GcrFailureRenderer: ['GcrFailureRenderer', 'GObject', 'GcrRenderer'],
|
|
56
|
+
GcrImportButton: ['GcrImportButton', 'GtkButton', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GInitiallyUnowned', 'GObject', 'GtkActionable', 'GtkActivatable', 'GtkBuildable'],
|
|
57
|
+
GcrKeyRenderer: ['GcrKeyRenderer', 'GObject', 'GcrRenderer'],
|
|
58
|
+
GcrKeyWidget: ['GcrKeyWidget', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GInitiallyUnowned', 'GObject', 'GtkBuildable'],
|
|
59
|
+
GcrListSelector: ['GcrListSelector', 'GtkTreeView', 'GtkContainer', 'GtkWidget', 'GInitiallyUnowned', 'GObject', 'GtkBuildable', 'GtkScrollable'],
|
|
60
|
+
GcrPromptDialog: ['GcrPromptDialog', 'GtkDialog', 'GtkWindow', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GInitiallyUnowned', 'GObject', 'GcrPrompt', 'GtkBuildable'],
|
|
61
|
+
GcrSecureEntryBuffer: ['GcrSecureEntryBuffer', 'GtkEntryBuffer', 'GObject'],
|
|
62
|
+
GcrTreeSelector: ['GcrTreeSelector', 'GtkTreeView', 'GtkContainer', 'GtkWidget', 'GInitiallyUnowned', 'GObject', 'GtkBuildable', 'GtkScrollable'],
|
|
63
|
+
GcrUnlockOptionsWidget: ['GcrUnlockOptionsWidget', 'GtkBin', 'GtkContainer', 'GtkWidget', 'GInitiallyUnowned', 'GObject', 'GtkBuildable'],
|
|
64
|
+
GcrViewerWidget: ['GcrViewerWidget', 'GtkBox', 'GtkContainer', 'GtkWidget', 'GInitiallyUnowned', 'GObject', 'GtkBuildable', 'GtkOrientable'],
|
|
65
65
|
};
|
|
66
66
|
|
|
67
67
|
// The GTypes above that ARE widgets are the `Widgets` map in the sibling `.d.ts`; these
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gcrui-3",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "GJS TypeScript type definitions for GcrUi-3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gcrui-3.js",
|
|
@@ -36,22 +36,22 @@
|
|
|
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.
|
|
53
|
-
"@girs/gcr-3": "^5.
|
|
54
|
-
"@girs/gck-1": "^5.
|
|
39
|
+
"@girs/gjs": "^5.3.0",
|
|
40
|
+
"@girs/gtk-3.0": "^5.3.0",
|
|
41
|
+
"@girs/xlib-2.0": "^5.3.0",
|
|
42
|
+
"@girs/gdk-3.0": "^5.3.0",
|
|
43
|
+
"@girs/cairo-1.0": "^5.3.0",
|
|
44
|
+
"@girs/gobject-2.0": "^5.3.0",
|
|
45
|
+
"@girs/glib-2.0": "^5.3.0",
|
|
46
|
+
"@girs/pango-1.0": "^5.3.0",
|
|
47
|
+
"@girs/harfbuzz-0.0": "^5.3.0",
|
|
48
|
+
"@girs/freetype2-2.0": "^5.3.0",
|
|
49
|
+
"@girs/gio-2.0": "^5.3.0",
|
|
50
|
+
"@girs/gmodule-2.0": "^5.3.0",
|
|
51
|
+
"@girs/gdkpixbuf-2.0": "^5.3.0",
|
|
52
|
+
"@girs/atk-1.0": "^5.3.0",
|
|
53
|
+
"@girs/gcr-3": "^5.3.0",
|
|
54
|
+
"@girs/gck-1": "^5.3.0" },
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"typescript": "*"
|
|
57
57
|
},
|