@girs/granite-7.0 7.0.0-3.1.0 → 7.0.0-3.2.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 CHANGED
@@ -5,7 +5,7 @@
5
5
  ![downloads/week](https://img.shields.io/npm/dw/@girs/granite-7.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Granite-7.0, generated from library version 7.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.1.0.
8
+ GJS TypeScript type definitions for Granite-7.0, generated from library version 7.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.0.
9
9
 
10
10
 
11
11
  ## Install
package/granite-7.0.d.cts CHANGED
@@ -43,6 +43,13 @@ export enum SettingsColorScheme {
43
43
  DARK,
44
44
  LIGHT,
45
45
  }
46
+ export const SettingsUriLOCATION: string | null
47
+ export const SettingsUriONLINE_ACCOUNTS: string | null
48
+ export const SettingsUriNETWORK: string | null
49
+ export const SettingsUriPERMISSIONS: string | null
50
+ export const SettingsUriNOTIFICATIONS: string | null
51
+ export const SettingsUriSOUND_INPUT: string | null
52
+ export const SettingsUriSHORTCUTS: string | null
46
53
  export const STYLE_CLASS_ACCENT: string | null
47
54
  export const STYLE_CLASS_BACK_BUTTON: string | null
48
55
  export const STYLE_CLASS_BACKGROUND: string | null
@@ -99,6 +106,7 @@ export function services_application_set_progress_finish(_res_: Gio.AsyncResult)
99
106
  export function services_application_set_progress_visible<Z = unknown>(visible: boolean, _callback_: Gio.AsyncReadyCallback<Z> | null): void
100
107
  export function services_application_set_progress_visible_finish(_res_: Gio.AsyncResult): boolean
101
108
  export function widgets_utils_set_color_primary(window: Gtk.Widget, color: Gdk.RGBA, priority: number): Gtk.CssProvider | null
109
+ export function init(): void
102
110
  export function accel_to_string(accel: string | null): string | null
103
111
  export function markup_accel_tooltip(accels: string[] | null, description: string | null): string | null
104
112
  export function contrasting_foreground_color(bg_color: Gdk.RGBA): /* result */ Gdk.RGBA
package/granite-7.0.d.ts CHANGED
@@ -45,6 +45,13 @@ enum SettingsColorScheme {
45
45
  DARK,
46
46
  LIGHT,
47
47
  }
48
+ const SettingsUriLOCATION: string | null
49
+ const SettingsUriONLINE_ACCOUNTS: string | null
50
+ const SettingsUriNETWORK: string | null
51
+ const SettingsUriPERMISSIONS: string | null
52
+ const SettingsUriNOTIFICATIONS: string | null
53
+ const SettingsUriSOUND_INPUT: string | null
54
+ const SettingsUriSHORTCUTS: string | null
48
55
  const STYLE_CLASS_ACCENT: string | null
49
56
  const STYLE_CLASS_BACK_BUTTON: string | null
50
57
  const STYLE_CLASS_BACKGROUND: string | null
@@ -101,6 +108,7 @@ function services_application_set_progress_finish(_res_: Gio.AsyncResult): boole
101
108
  function services_application_set_progress_visible<Z = unknown>(visible: boolean, _callback_: Gio.AsyncReadyCallback<Z> | null): void
102
109
  function services_application_set_progress_visible_finish(_res_: Gio.AsyncResult): boolean
103
110
  function widgets_utils_set_color_primary(window: Gtk.Widget, color: Gdk.RGBA, priority: number): Gtk.CssProvider | null
111
+ function init(): void
104
112
  function accel_to_string(accel: string | null): string | null
105
113
  function markup_accel_tooltip(accels: string[] | null, description: string | null): string | null
106
114
  function contrasting_foreground_color(bg_color: Gdk.RGBA): /* result */ Gdk.RGBA
package/package.json CHANGED
@@ -1,16 +1,10 @@
1
1
  {
2
2
  "name": "@girs/granite-7.0",
3
- "version": "7.0.0-3.1.0",
3
+ "version": "7.0.0-3.2.0",
4
4
  "description": "GJS TypeScript type definitions for Granite-7.0, generated from library version 7.0.0",
5
5
  "type": "module",
6
6
  "module": "granite-7.0.js",
7
7
  "main": "granite-7.0.js",
8
- "typedoc": {
9
- "entryPoint": "./granite-7.0.d.ts",
10
- "readmeFile": "./README.md",
11
- "displayName": "Granite-7.0",
12
- "tsconfig": "./tsconfig.doc.json"
13
- },
14
8
  "exports": {
15
9
  "./ambient": "./granite-7.0-ambient.d.ts",
16
10
  "./import": "./granite-7.0-import.d.ts",
@@ -31,22 +25,22 @@
31
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit granite-7.0.d.cts"
32
26
  },
33
27
  "dependencies": {
34
- "@girs/cairo-1.0": "^1.0.0-3.1.0",
35
- "@girs/freetype2-2.0": "^2.0.0-3.1.0",
36
- "@girs/gdk-4.0": "^4.0.0-3.1.0",
37
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.1.0",
38
- "@girs/gee-0.8": "^0.8.0-3.1.0",
39
- "@girs/gio-2.0": "^2.76.1-3.1.0",
40
- "@girs/gjs": "^3.1.0",
41
- "@girs/glib-2.0": "^2.76.1-3.1.0",
42
- "@girs/gmodule-2.0": "^2.0.0-3.1.0",
43
- "@girs/gobject-2.0": "^2.76.1-3.1.0",
44
- "@girs/graphene-1.0": "^1.0.0-3.1.0",
45
- "@girs/gsk-4.0": "^4.0.0-3.1.0",
46
- "@girs/gtk-4.0": "^4.10.4-3.1.0",
47
- "@girs/harfbuzz-0.0": "^7.1.0-3.1.0",
48
- "@girs/pango-1.0": "^1.50.14-3.1.0",
49
- "@girs/pangocairo-1.0": "^1.0.0-3.1.0"
28
+ "@girs/cairo-1.0": "^1.0.0-3.2.0",
29
+ "@girs/freetype2-2.0": "^2.0.0-3.2.0",
30
+ "@girs/gdk-4.0": "^4.0.0-3.2.0",
31
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.0",
32
+ "@girs/gee-0.8": "^0.8.0-3.2.0",
33
+ "@girs/gio-2.0": "^2.76.1-3.2.0",
34
+ "@girs/gjs": "^3.2.0",
35
+ "@girs/glib-2.0": "^2.76.1-3.2.0",
36
+ "@girs/gmodule-2.0": "^2.0.0-3.2.0",
37
+ "@girs/gobject-2.0": "^2.76.1-3.2.0",
38
+ "@girs/graphene-1.0": "^1.0.0-3.2.0",
39
+ "@girs/gsk-4.0": "^4.0.0-3.2.0",
40
+ "@girs/gtk-4.0": "^4.10.4-3.2.0",
41
+ "@girs/harfbuzz-0.0": "^7.1.0-3.2.0",
42
+ "@girs/pango-1.0": "^1.50.14-3.2.0",
43
+ "@girs/pangocairo-1.0": "^1.0.0-3.2.0"
50
44
  },
51
45
  "devDependencies": {
52
46
  "typescript": "*"
@@ -3,6 +3,8 @@
3
3
  // General settings for code interpretation
4
4
  "target": "ESNext",
5
5
  "module": "ESNext",
6
+ "lib": ["ESNext"],
7
+ "types": [],
6
8
  "experimentalDecorators": true,
7
9
  "moduleResolution": "node",
8
10
  "noEmit": true,
package/typedoc.json ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "entryPoints": ["./granite-7.0.d.ts","./granite-7.0-ambient.d.ts","./granite-7.0-import.d.ts"],
3
+ "readme": "./README.md",
4
+ "name": "Granite-7.0",
5
+ "tsconfig": "./tsconfig.json"
6
+ }
7
+