@girs/appindicator3-0.1 0.1.0-3.2.7 → 0.1.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/appindicator3-0.1)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for AppIndicator3-0.1, generated from library version 0.1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for AppIndicator3-0.1, generated from library version 0.1.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
9
9
 
10
10
 
11
11
  ## Install
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+
@@ -164,12 +164,12 @@ export module Indicator {
164
164
  * If the indicator sets it's status to %APP_INDICATOR_STATUS_ATTENTION
165
165
  * then this textual description of the icon shown.
166
166
  */
167
- attention_icon_desc?: string | null
167
+ attentionIconDesc?: string | null
168
168
  /**
169
169
  * If the indicator sets it's status to %APP_INDICATOR_STATUS_ATTENTION
170
170
  * then this icon is shown.
171
171
  */
172
- attention_icon_name?: string | null
172
+ attentionIconName?: string | null
173
173
  /**
174
174
  * The type of indicator that this represents. Please don't use 'Other'.
175
175
  * Defaults to 'ApplicationStatus'.
@@ -178,16 +178,16 @@ export module Indicator {
178
178
  /**
179
179
  * The description of the regular icon that is shown for the indicator.
180
180
  */
181
- icon_desc?: string | null
181
+ iconDesc?: string | null
182
182
  /**
183
183
  * The name of the regular icon that is shown for the indicator.
184
184
  */
185
- icon_name?: string | null
185
+ iconName?: string | null
186
186
  /**
187
187
  * An additional place to look for icon names that may be installed by the
188
188
  * application.
189
189
  */
190
- icon_theme_path?: string | null
190
+ iconThemePath?: string | null
191
191
  /**
192
192
  * The ID for this indicator, which should be unique, but used consistently
193
193
  * by this program and its indicator.
@@ -211,7 +211,7 @@ export module Indicator {
211
211
  * set this string to "100% thrust" to ensure space when Scotty can
212
212
  * get you enough power.
213
213
  */
214
- label_guide?: string | null
214
+ labelGuide?: string | null
215
215
  /**
216
216
  * The ordering index is an odd parameter, and if you think you don't need
217
217
  * it you're probably right. In general, the application indicator try
@@ -222,7 +222,7 @@ export module Indicator {
222
222
  * with a new one. Again, you probably don't want to be doing this, but
223
223
  * in case you do, this is the way.
224
224
  */
225
- ordering_index?: number | null
225
+ orderingIndex?: number | null
226
226
  /**
227
227
  * Whether the indicator is shown or requests attention. Defaults to
228
228
  * 'Passive'.
@@ -235,50 +235,6 @@ export module Indicator {
235
235
  * focused application's entries.
236
236
  */
237
237
  title?: string | null
238
- /**
239
- * If the indicator sets it's status to %APP_INDICATOR_STATUS_ATTENTION
240
- * then this textual description of the icon shown.
241
- */
242
- attentionIconDesc?: string | null
243
- /**
244
- * If the indicator sets it's status to %APP_INDICATOR_STATUS_ATTENTION
245
- * then this icon is shown.
246
- */
247
- attentionIconName?: string | null
248
- /**
249
- * The description of the regular icon that is shown for the indicator.
250
- */
251
- iconDesc?: string | null
252
- /**
253
- * The name of the regular icon that is shown for the indicator.
254
- */
255
- iconName?: string | null
256
- /**
257
- * An additional place to look for icon names that may be installed by the
258
- * application.
259
- */
260
- iconThemePath?: string | null
261
- /**
262
- * An optional string to provide guidance to the panel on how big
263
- * the #AppIndicator:label string could get. If this is set correctly
264
- * then the panel should never 'jiggle' as the string adjusts through
265
- * out the range of options. For instance, if you were providing a
266
- * percentage like "54% thrust" in #AppIndicator:label you'd want to
267
- * set this string to "100% thrust" to ensure space when Scotty can
268
- * get you enough power.
269
- */
270
- labelGuide?: string | null
271
- /**
272
- * The ordering index is an odd parameter, and if you think you don't need
273
- * it you're probably right. In general, the application indicator try
274
- * to place the applications in a recreatable place taking into account
275
- * which category they're in to try and group them. But, there are some
276
- * cases where you'd want to ensure indicators are next to each other.
277
- * To do that you can override the generated ordering index and replace it
278
- * with a new one. Again, you probably don't want to be doing this, but
279
- * in case you do, this is the way.
280
- */
281
- orderingIndex?: number | null
282
238
  }
283
239
 
284
240
  }
@@ -287,21 +243,11 @@ export interface Indicator {
287
243
 
288
244
  // Own properties of AppIndicator3-0.1.AppIndicator3.Indicator
289
245
 
290
- /**
291
- * If the indicator sets it's status to %APP_INDICATOR_STATUS_ATTENTION
292
- * then this textual description of the icon shown.
293
- */
294
- attention_icon_desc: string | null
295
246
  /**
296
247
  * If the indicator sets it's status to %APP_INDICATOR_STATUS_ATTENTION
297
248
  * then this textual description of the icon shown.
298
249
  */
299
250
  attentionIconDesc: string | null
300
- /**
301
- * If the indicator sets it's status to %APP_INDICATOR_STATUS_ATTENTION
302
- * then this icon is shown.
303
- */
304
- attention_icon_name: string | null
305
251
  /**
306
252
  * If the indicator sets it's status to %APP_INDICATOR_STATUS_ATTENTION
307
253
  * then this icon is shown.
@@ -317,27 +263,14 @@ export interface Indicator {
317
263
  * displayed through this object. You should hide your TrayIcon if so.
318
264
  */
319
265
  readonly connected: boolean
320
- /**
321
- * The description of the regular icon that is shown for the indicator.
322
- */
323
- icon_desc: string | null
324
266
  /**
325
267
  * The description of the regular icon that is shown for the indicator.
326
268
  */
327
269
  iconDesc: string | null
328
- /**
329
- * The name of the regular icon that is shown for the indicator.
330
- */
331
- icon_name: string | null
332
270
  /**
333
271
  * The name of the regular icon that is shown for the indicator.
334
272
  */
335
273
  iconName: string | null
336
- /**
337
- * An additional place to look for icon names that may be installed by the
338
- * application.
339
- */
340
- icon_theme_path: string | null
341
274
  /**
342
275
  * An additional place to look for icon names that may be installed by the
343
276
  * application.
@@ -357,16 +290,6 @@ export interface Indicator {
357
290
  * on the user's panel. This may not be shown in all visualizations.
358
291
  */
359
292
  label: string | null
360
- /**
361
- * An optional string to provide guidance to the panel on how big
362
- * the #AppIndicator:label string could get. If this is set correctly
363
- * then the panel should never 'jiggle' as the string adjusts through
364
- * out the range of options. For instance, if you were providing a
365
- * percentage like "54% thrust" in #AppIndicator:label you'd want to
366
- * set this string to "100% thrust" to ensure space when Scotty can
367
- * get you enough power.
368
- */
369
- label_guide: string | null
370
293
  /**
371
294
  * An optional string to provide guidance to the panel on how big
372
295
  * the #AppIndicator:label string could get. If this is set correctly
@@ -377,17 +300,6 @@ export interface Indicator {
377
300
  * get you enough power.
378
301
  */
379
302
  labelGuide: string | null
380
- /**
381
- * The ordering index is an odd parameter, and if you think you don't need
382
- * it you're probably right. In general, the application indicator try
383
- * to place the applications in a recreatable place taking into account
384
- * which category they're in to try and group them. But, there are some
385
- * cases where you'd want to ensure indicators are next to each other.
386
- * To do that you can override the generated ordering index and replace it
387
- * with a new one. Again, you probably don't want to be doing this, but
388
- * in case you do, this is the way.
389
- */
390
- ordering_index: number
391
303
  /**
392
304
  * The ordering index is an odd parameter, and if you think you don't need
393
305
  * it you're probably right. In general, the application indicator try
@@ -166,12 +166,12 @@ module Indicator {
166
166
  * If the indicator sets it's status to %APP_INDICATOR_STATUS_ATTENTION
167
167
  * then this textual description of the icon shown.
168
168
  */
169
- attention_icon_desc?: string | null
169
+ attentionIconDesc?: string | null
170
170
  /**
171
171
  * If the indicator sets it's status to %APP_INDICATOR_STATUS_ATTENTION
172
172
  * then this icon is shown.
173
173
  */
174
- attention_icon_name?: string | null
174
+ attentionIconName?: string | null
175
175
  /**
176
176
  * The type of indicator that this represents. Please don't use 'Other'.
177
177
  * Defaults to 'ApplicationStatus'.
@@ -180,16 +180,16 @@ module Indicator {
180
180
  /**
181
181
  * The description of the regular icon that is shown for the indicator.
182
182
  */
183
- icon_desc?: string | null
183
+ iconDesc?: string | null
184
184
  /**
185
185
  * The name of the regular icon that is shown for the indicator.
186
186
  */
187
- icon_name?: string | null
187
+ iconName?: string | null
188
188
  /**
189
189
  * An additional place to look for icon names that may be installed by the
190
190
  * application.
191
191
  */
192
- icon_theme_path?: string | null
192
+ iconThemePath?: string | null
193
193
  /**
194
194
  * The ID for this indicator, which should be unique, but used consistently
195
195
  * by this program and its indicator.
@@ -213,7 +213,7 @@ module Indicator {
213
213
  * set this string to "100% thrust" to ensure space when Scotty can
214
214
  * get you enough power.
215
215
  */
216
- label_guide?: string | null
216
+ labelGuide?: string | null
217
217
  /**
218
218
  * The ordering index is an odd parameter, and if you think you don't need
219
219
  * it you're probably right. In general, the application indicator try
@@ -224,7 +224,7 @@ module Indicator {
224
224
  * with a new one. Again, you probably don't want to be doing this, but
225
225
  * in case you do, this is the way.
226
226
  */
227
- ordering_index?: number | null
227
+ orderingIndex?: number | null
228
228
  /**
229
229
  * Whether the indicator is shown or requests attention. Defaults to
230
230
  * 'Passive'.
@@ -237,50 +237,6 @@ module Indicator {
237
237
  * focused application's entries.
238
238
  */
239
239
  title?: string | null
240
- /**
241
- * If the indicator sets it's status to %APP_INDICATOR_STATUS_ATTENTION
242
- * then this textual description of the icon shown.
243
- */
244
- attentionIconDesc?: string | null
245
- /**
246
- * If the indicator sets it's status to %APP_INDICATOR_STATUS_ATTENTION
247
- * then this icon is shown.
248
- */
249
- attentionIconName?: string | null
250
- /**
251
- * The description of the regular icon that is shown for the indicator.
252
- */
253
- iconDesc?: string | null
254
- /**
255
- * The name of the regular icon that is shown for the indicator.
256
- */
257
- iconName?: string | null
258
- /**
259
- * An additional place to look for icon names that may be installed by the
260
- * application.
261
- */
262
- iconThemePath?: string | null
263
- /**
264
- * An optional string to provide guidance to the panel on how big
265
- * the #AppIndicator:label string could get. If this is set correctly
266
- * then the panel should never 'jiggle' as the string adjusts through
267
- * out the range of options. For instance, if you were providing a
268
- * percentage like "54% thrust" in #AppIndicator:label you'd want to
269
- * set this string to "100% thrust" to ensure space when Scotty can
270
- * get you enough power.
271
- */
272
- labelGuide?: string | null
273
- /**
274
- * The ordering index is an odd parameter, and if you think you don't need
275
- * it you're probably right. In general, the application indicator try
276
- * to place the applications in a recreatable place taking into account
277
- * which category they're in to try and group them. But, there are some
278
- * cases where you'd want to ensure indicators are next to each other.
279
- * To do that you can override the generated ordering index and replace it
280
- * with a new one. Again, you probably don't want to be doing this, but
281
- * in case you do, this is the way.
282
- */
283
- orderingIndex?: number | null
284
240
  }
285
241
 
286
242
  }
@@ -289,21 +245,11 @@ interface Indicator {
289
245
 
290
246
  // Own properties of AppIndicator3-0.1.AppIndicator3.Indicator
291
247
 
292
- /**
293
- * If the indicator sets it's status to %APP_INDICATOR_STATUS_ATTENTION
294
- * then this textual description of the icon shown.
295
- */
296
- attention_icon_desc: string | null
297
248
  /**
298
249
  * If the indicator sets it's status to %APP_INDICATOR_STATUS_ATTENTION
299
250
  * then this textual description of the icon shown.
300
251
  */
301
252
  attentionIconDesc: string | null
302
- /**
303
- * If the indicator sets it's status to %APP_INDICATOR_STATUS_ATTENTION
304
- * then this icon is shown.
305
- */
306
- attention_icon_name: string | null
307
253
  /**
308
254
  * If the indicator sets it's status to %APP_INDICATOR_STATUS_ATTENTION
309
255
  * then this icon is shown.
@@ -319,27 +265,14 @@ interface Indicator {
319
265
  * displayed through this object. You should hide your TrayIcon if so.
320
266
  */
321
267
  readonly connected: boolean
322
- /**
323
- * The description of the regular icon that is shown for the indicator.
324
- */
325
- icon_desc: string | null
326
268
  /**
327
269
  * The description of the regular icon that is shown for the indicator.
328
270
  */
329
271
  iconDesc: string | null
330
- /**
331
- * The name of the regular icon that is shown for the indicator.
332
- */
333
- icon_name: string | null
334
272
  /**
335
273
  * The name of the regular icon that is shown for the indicator.
336
274
  */
337
275
  iconName: string | null
338
- /**
339
- * An additional place to look for icon names that may be installed by the
340
- * application.
341
- */
342
- icon_theme_path: string | null
343
276
  /**
344
277
  * An additional place to look for icon names that may be installed by the
345
278
  * application.
@@ -359,16 +292,6 @@ interface Indicator {
359
292
  * on the user's panel. This may not be shown in all visualizations.
360
293
  */
361
294
  label: string | null
362
- /**
363
- * An optional string to provide guidance to the panel on how big
364
- * the #AppIndicator:label string could get. If this is set correctly
365
- * then the panel should never 'jiggle' as the string adjusts through
366
- * out the range of options. For instance, if you were providing a
367
- * percentage like "54% thrust" in #AppIndicator:label you'd want to
368
- * set this string to "100% thrust" to ensure space when Scotty can
369
- * get you enough power.
370
- */
371
- label_guide: string | null
372
295
  /**
373
296
  * An optional string to provide guidance to the panel on how big
374
297
  * the #AppIndicator:label string could get. If this is set correctly
@@ -379,17 +302,6 @@ interface Indicator {
379
302
  * get you enough power.
380
303
  */
381
304
  labelGuide: string | null
382
- /**
383
- * The ordering index is an odd parameter, and if you think you don't need
384
- * it you're probably right. In general, the application indicator try
385
- * to place the applications in a recreatable place taking into account
386
- * which category they're in to try and group them. But, there are some
387
- * cases where you'd want to ensure indicators are next to each other.
388
- * To do that you can override the generated ordering index and replace it
389
- * with a new one. Again, you probably don't want to be doing this, but
390
- * in case you do, this is the way.
391
- */
392
- ordering_index: number
393
305
  /**
394
306
  * The ordering index is an odd parameter, and if you think you don't need
395
307
  * it you're probably right. In general, the application indicator try
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/appindicator3-0.1",
3
- "version": "0.1.0-3.2.7",
3
+ "version": "0.1.0-3.2.8",
4
4
  "description": "GJS TypeScript type definitions for AppIndicator3-0.1, generated from library version 0.1.0",
5
5
  "type": "module",
6
6
  "module": "appindicator3-0.1.js",
7
7
  "main": "appindicator3-0.1.js",
8
8
  "exports": {
9
- "./ambient": "./appindicator3-0.1-ambient.d.ts",
10
- "./import": "./appindicator3-0.1-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./appindicator3-0.1-ambient.d.ts",
11
+ "default": "./appindicator3-0.1-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./appindicator3-0.1-import.d.ts",
15
+ "default": "./appindicator3-0.1-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./appindicator3-0.1.d.ts",
@@ -25,20 +31,20 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit appindicator3-0.1.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/gdk-3.0": "^3.24.38-3.2.7",
32
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.7",
33
- "@girs/gio-2.0": "^2.78.0-3.2.7",
34
- "@girs/gjs": "^3.2.7",
35
- "@girs/glib-2.0": "^2.78.0-3.2.7",
36
- "@girs/gmodule-2.0": "^2.0.0-3.2.7",
37
- "@girs/gobject-2.0": "^2.78.0-3.2.7",
38
- "@girs/gtk-3.0": "^3.24.38-3.2.7",
39
- "@girs/harfbuzz-0.0": "^8.2.1-3.2.7",
40
- "@girs/pango-1.0": "^1.51.0-3.2.7",
41
- "@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/gdk-3.0": "^3.24.39-3.2.8",
38
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
39
+ "@girs/gio-2.0": "^2.77.0-3.2.8",
40
+ "@girs/gjs": "^3.2.8",
41
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
42
+ "@girs/gmodule-2.0": "^2.0.0-3.2.8",
43
+ "@girs/gobject-2.0": "^2.77.0-3.2.8",
44
+ "@girs/gtk-3.0": "^3.24.39-3.2.8",
45
+ "@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
46
+ "@girs/pango-1.0": "^1.51.0-3.2.8",
47
+ "@girs/xlib-2.0": "^2.0.0-3.2.8"
42
48
  },
43
49
  "devDependencies": {
44
50
  "typescript": "*"
@@ -55,7 +61,7 @@
55
61
  "license": "MIT",
56
62
  "repository": {
57
63
  "type": "git",
58
- "url": "git+https://github.com/gjsify/types.git"
64
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
59
65
  },
60
66
  "bugs": {
61
67
  "url": "https://github.com/gjsify/ts-for-gir/issues"