@girs/panelapplet-4.0 4.0.0-3.2.7 → 4.0.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 CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/panelapplet-4.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for PanelApplet-4.0, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for PanelApplet-4.0, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
9
9
 
10
10
 
11
11
  ## Install
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/panelapplet-4.0",
3
- "version": "4.0.0-3.2.7",
3
+ "version": "4.0.0-3.2.8",
4
4
  "description": "GJS TypeScript type definitions for PanelApplet-4.0, generated from library version 4.0.0",
5
5
  "type": "module",
6
6
  "module": "panelapplet-4.0.js",
7
7
  "main": "panelapplet-4.0.js",
8
8
  "exports": {
9
- "./ambient": "./panelapplet-4.0-ambient.d.ts",
10
- "./import": "./panelapplet-4.0-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./panelapplet-4.0-ambient.d.ts",
11
+ "default": "./panelapplet-4.0-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./panelapplet-4.0-import.d.ts",
15
+ "default": "./panelapplet-4.0-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./panelapplet-4.0.d.ts",
@@ -25,21 +31,21 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit panelapplet-4.0.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/atk-1.0": "^2.50.0-3.2.7",
29
- "@girs/cairo-1.0": "^1.0.0-3.2.7",
30
- "@girs/freetype2-2.0": "^2.0.0-3.2.7",
31
- "@girs/gconf-2.0": "^2.0.0-3.2.7",
32
- "@girs/gdk-3.0": "^3.24.38-3.2.7",
33
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.7",
34
- "@girs/gio-2.0": "^2.78.0-3.2.7",
35
- "@girs/gjs": "^3.2.7",
36
- "@girs/glib-2.0": "^2.78.0-3.2.7",
37
- "@girs/gmodule-2.0": "^2.0.0-3.2.7",
38
- "@girs/gobject-2.0": "^2.78.0-3.2.7",
39
- "@girs/gtk-3.0": "^3.24.38-3.2.7",
40
- "@girs/harfbuzz-0.0": "^8.2.1-3.2.7",
41
- "@girs/pango-1.0": "^1.51.0-3.2.7",
42
- "@girs/xlib-2.0": "^2.0.0-3.2.7"
34
+ "@girs/atk-1.0": "^2.45.1-3.2.8",
35
+ "@girs/cairo-1.0": "^1.0.0-3.2.8",
36
+ "@girs/freetype2-2.0": "^2.0.0-3.2.8",
37
+ "@girs/gconf-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/types.git"
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"
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+
@@ -102,7 +102,7 @@ export module Applet {
102
102
  /**
103
103
  * Whether the panel the applet is on is locked down.
104
104
  */
105
- locked_down?: boolean | null
105
+ lockedDown?: boolean | null
106
106
  /**
107
107
  * The #PanelAppletOrient of the applet.
108
108
  *
@@ -115,13 +115,13 @@ export module Applet {
115
115
  *
116
116
  * This property gets set when the applet gets embedded.
117
117
  */
118
- prefs_key?: string | null
118
+ prefsKey?: string | null
119
119
  /**
120
120
  * The GSettings path to the per-instance settings of the applet.
121
121
  *
122
122
  * This property gets set when the applet gets embedded.
123
123
  */
124
- settings_path?: string | null
124
+ settingsPath?: string | null
125
125
  /**
126
126
  * The size of the panel the applet is on. For a horizontal panel, the
127
127
  * size if the height of the panel; for a vertical panel, the size is
@@ -131,26 +131,6 @@ export module Applet {
131
131
  * when the panel size changes.
132
132
  */
133
133
  size?: number | null
134
- /**
135
- * The size hints set for the applet. See panel_applet_set_size_hints().
136
- */
137
- size_hints?: any | null
138
- /**
139
- * Whether the panel the applet is on is locked down.
140
- */
141
- lockedDown?: boolean | null
142
- /**
143
- * The GConf path to the per-instance settings of the applet.
144
- *
145
- * This property gets set when the applet gets embedded.
146
- */
147
- prefsKey?: string | null
148
- /**
149
- * The GSettings path to the per-instance settings of the applet.
150
- *
151
- * This property gets set when the applet gets embedded.
152
- */
153
- settingsPath?: string | null
154
134
  /**
155
135
  * The size hints set for the applet. See panel_applet_set_size_hints().
156
136
  */
@@ -167,10 +147,6 @@ export interface Applet extends Atk.ImplementorIface, Gtk.Buildable {
167
147
  * The #PanelAppletFlags of the applet.
168
148
  */
169
149
  flags: number
170
- /**
171
- * Whether the panel the applet is on is locked down.
172
- */
173
- locked_down: boolean
174
150
  /**
175
151
  * Whether the panel the applet is on is locked down.
176
152
  */
@@ -182,24 +158,12 @@ export interface Applet extends Atk.ImplementorIface, Gtk.Buildable {
182
158
  * when the panel position changes.
183
159
  */
184
160
  orient: number
185
- /**
186
- * The GConf path to the per-instance settings of the applet.
187
- *
188
- * This property gets set when the applet gets embedded.
189
- */
190
- prefs_key: string
191
161
  /**
192
162
  * The GConf path to the per-instance settings of the applet.
193
163
  *
194
164
  * This property gets set when the applet gets embedded.
195
165
  */
196
166
  prefsKey: string
197
- /**
198
- * The GSettings path to the per-instance settings of the applet.
199
- *
200
- * This property gets set when the applet gets embedded.
201
- */
202
- settings_path: string
203
167
  /**
204
168
  * The GSettings path to the per-instance settings of the applet.
205
169
  *
@@ -215,10 +179,6 @@ export interface Applet extends Atk.ImplementorIface, Gtk.Buildable {
215
179
  * when the panel size changes.
216
180
  */
217
181
  size: number
218
- /**
219
- * The size hints set for the applet. See panel_applet_set_size_hints().
220
- */
221
- size_hints: any
222
182
  /**
223
183
  * The size hints set for the applet. See panel_applet_set_size_hints().
224
184
  */
@@ -104,7 +104,7 @@ module Applet {
104
104
  /**
105
105
  * Whether the panel the applet is on is locked down.
106
106
  */
107
- locked_down?: boolean | null
107
+ lockedDown?: boolean | null
108
108
  /**
109
109
  * The #PanelAppletOrient of the applet.
110
110
  *
@@ -117,13 +117,13 @@ module Applet {
117
117
  *
118
118
  * This property gets set when the applet gets embedded.
119
119
  */
120
- prefs_key?: string | null
120
+ prefsKey?: string | null
121
121
  /**
122
122
  * The GSettings path to the per-instance settings of the applet.
123
123
  *
124
124
  * This property gets set when the applet gets embedded.
125
125
  */
126
- settings_path?: string | null
126
+ settingsPath?: string | null
127
127
  /**
128
128
  * The size of the panel the applet is on. For a horizontal panel, the
129
129
  * size if the height of the panel; for a vertical panel, the size is
@@ -133,26 +133,6 @@ module Applet {
133
133
  * when the panel size changes.
134
134
  */
135
135
  size?: number | null
136
- /**
137
- * The size hints set for the applet. See panel_applet_set_size_hints().
138
- */
139
- size_hints?: any | null
140
- /**
141
- * Whether the panel the applet is on is locked down.
142
- */
143
- lockedDown?: boolean | null
144
- /**
145
- * The GConf path to the per-instance settings of the applet.
146
- *
147
- * This property gets set when the applet gets embedded.
148
- */
149
- prefsKey?: string | null
150
- /**
151
- * The GSettings path to the per-instance settings of the applet.
152
- *
153
- * This property gets set when the applet gets embedded.
154
- */
155
- settingsPath?: string | null
156
136
  /**
157
137
  * The size hints set for the applet. See panel_applet_set_size_hints().
158
138
  */
@@ -169,10 +149,6 @@ interface Applet extends Atk.ImplementorIface, Gtk.Buildable {
169
149
  * The #PanelAppletFlags of the applet.
170
150
  */
171
151
  flags: number
172
- /**
173
- * Whether the panel the applet is on is locked down.
174
- */
175
- locked_down: boolean
176
152
  /**
177
153
  * Whether the panel the applet is on is locked down.
178
154
  */
@@ -184,24 +160,12 @@ interface Applet extends Atk.ImplementorIface, Gtk.Buildable {
184
160
  * when the panel position changes.
185
161
  */
186
162
  orient: number
187
- /**
188
- * The GConf path to the per-instance settings of the applet.
189
- *
190
- * This property gets set when the applet gets embedded.
191
- */
192
- prefs_key: string
193
163
  /**
194
164
  * The GConf path to the per-instance settings of the applet.
195
165
  *
196
166
  * This property gets set when the applet gets embedded.
197
167
  */
198
168
  prefsKey: string
199
- /**
200
- * The GSettings path to the per-instance settings of the applet.
201
- *
202
- * This property gets set when the applet gets embedded.
203
- */
204
- settings_path: string
205
169
  /**
206
170
  * The GSettings path to the per-instance settings of the applet.
207
171
  *
@@ -217,10 +181,6 @@ interface Applet extends Atk.ImplementorIface, Gtk.Buildable {
217
181
  * when the panel size changes.
218
182
  */
219
183
  size: number
220
- /**
221
- * The size hints set for the applet. See panel_applet_set_size_hints().
222
- */
223
- size_hints: any
224
184
  /**
225
185
  * The size hints set for the applet. See panel_applet_set_size_hints().
226
186
  */