@girs/gnomedesktop-4.0 4.0.0-3.2.7 → 4.0.0-3.2.9

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/gnomedesktop-4.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for GnomeDesktop-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 GnomeDesktop-4.0, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
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
+
@@ -489,17 +489,6 @@ export module WallClock {
489
489
 
490
490
  // Own constructor properties of GnomeDesktop-4.0.GnomeDesktop.WallClock
491
491
 
492
- /**
493
- * If %TRUE, the formatted clock will always have seconds precision and the
494
- * 'clock' property will always be updated every second, irrespective of
495
- * system configuration.
496
- */
497
- force_seconds?: boolean | null
498
- /**
499
- * If %TRUE, the formatted clock will never include a date or the
500
- * day of the week, irrespective of configuration.
501
- */
502
- time_only?: boolean | null
503
492
  /**
504
493
  * If %TRUE, the formatted clock will always have seconds precision and the
505
494
  * 'clock' property will always be updated every second, irrespective of
@@ -523,23 +512,12 @@ export interface WallClock {
523
512
  * A formatted string representing the current clock display.
524
513
  */
525
514
  readonly clock: string | null
526
- /**
527
- * If %TRUE, the formatted clock will always have seconds precision and the
528
- * 'clock' property will always be updated every second, irrespective of
529
- * system configuration.
530
- */
531
- force_seconds: boolean
532
515
  /**
533
516
  * If %TRUE, the formatted clock will always have seconds precision and the
534
517
  * 'clock' property will always be updated every second, irrespective of
535
518
  * system configuration.
536
519
  */
537
520
  forceSeconds: boolean
538
- /**
539
- * If %TRUE, the formatted clock will never include a date or the
540
- * day of the week, irrespective of configuration.
541
- */
542
- time_only: boolean
543
521
  /**
544
522
  * If %TRUE, the formatted clock will never include a date or the
545
523
  * day of the week, irrespective of configuration.
@@ -491,17 +491,6 @@ module WallClock {
491
491
 
492
492
  // Own constructor properties of GnomeDesktop-4.0.GnomeDesktop.WallClock
493
493
 
494
- /**
495
- * If %TRUE, the formatted clock will always have seconds precision and the
496
- * 'clock' property will always be updated every second, irrespective of
497
- * system configuration.
498
- */
499
- force_seconds?: boolean | null
500
- /**
501
- * If %TRUE, the formatted clock will never include a date or the
502
- * day of the week, irrespective of configuration.
503
- */
504
- time_only?: boolean | null
505
494
  /**
506
495
  * If %TRUE, the formatted clock will always have seconds precision and the
507
496
  * 'clock' property will always be updated every second, irrespective of
@@ -525,23 +514,12 @@ interface WallClock {
525
514
  * A formatted string representing the current clock display.
526
515
  */
527
516
  readonly clock: string | null
528
- /**
529
- * If %TRUE, the formatted clock will always have seconds precision and the
530
- * 'clock' property will always be updated every second, irrespective of
531
- * system configuration.
532
- */
533
- force_seconds: boolean
534
517
  /**
535
518
  * If %TRUE, the formatted clock will always have seconds precision and the
536
519
  * 'clock' property will always be updated every second, irrespective of
537
520
  * system configuration.
538
521
  */
539
522
  forceSeconds: boolean
540
- /**
541
- * If %TRUE, the formatted clock will never include a date or the
542
- * day of the week, irrespective of configuration.
543
- */
544
- time_only: boolean
545
523
  /**
546
524
  * If %TRUE, the formatted clock will never include a date or the
547
525
  * day of the week, irrespective of configuration.
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/gnomedesktop-4.0",
3
- "version": "4.0.0-3.2.7",
3
+ "version": "4.0.0-3.2.9",
4
4
  "description": "GJS TypeScript type definitions for GnomeDesktop-4.0, generated from library version 4.0.0",
5
5
  "type": "module",
6
6
  "module": "gnomedesktop-4.0.js",
7
7
  "main": "gnomedesktop-4.0.js",
8
8
  "exports": {
9
- "./ambient": "./gnomedesktop-4.0-ambient.d.ts",
10
- "./import": "./gnomedesktop-4.0-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./gnomedesktop-4.0-ambient.d.ts",
11
+ "default": "./gnomedesktop-4.0-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./gnomedesktop-4.0-import.d.ts",
15
+ "default": "./gnomedesktop-4.0-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./gnomedesktop-4.0.d.ts",
@@ -25,13 +31,13 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gnomedesktop-4.0.d.cts"
26
32
  },
27
33
  "dependencies": {
28
- "@girs/gdesktopenums-3.0": "^3.0.0-3.2.7",
29
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.7",
30
- "@girs/gio-2.0": "^2.78.0-3.2.7",
31
- "@girs/gjs": "^3.2.7",
32
- "@girs/glib-2.0": "^2.78.0-3.2.7",
33
- "@girs/gmodule-2.0": "^2.0.0-3.2.7",
34
- "@girs/gobject-2.0": "^2.78.0-3.2.7"
34
+ "@girs/gdesktopenums-3.0": "^3.0.0-3.2.9",
35
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.9",
36
+ "@girs/gio-2.0": "^2.78.0-3.2.9",
37
+ "@girs/gjs": "^3.2.9",
38
+ "@girs/glib-2.0": "^2.78.0-3.2.9",
39
+ "@girs/gmodule-2.0": "^2.0.0-3.2.9",
40
+ "@girs/gobject-2.0": "^2.78.0-3.2.9"
35
41
  },
36
42
  "devDependencies": {
37
43
  "typescript": "*"
@@ -48,7 +54,7 @@
48
54
  "license": "MIT",
49
55
  "repository": {
50
56
  "type": "git",
51
- "url": "git+https://github.com/gjsify/types.git"
57
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
52
58
  },
53
59
  "bugs": {
54
60
  "url": "https://github.com/gjsify/ts-for-gir/issues"