@girs/devhelp-3.0 3.0.0-3.2.7 → 3.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/devhelp-3.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Devhelp-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for Devhelp-3.0, generated from library version 3.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
+
package/devhelp-3.0.d.cts CHANGED
@@ -2059,26 +2059,6 @@ export module Settings {
2059
2059
 
2060
2060
  // Own constructor properties of Devhelp-3.0.Devhelp.Settings
2061
2061
 
2062
- /**
2063
- * Font for text with fixed width, such as code examples.
2064
- *
2065
- * This property is independent of #DhSettings:use-system-fonts.
2066
- */
2067
- fixed_font?: string | null
2068
- /**
2069
- * Whether books should be grouped by programming language in the UI.
2070
- */
2071
- group_books_by_language?: boolean | null
2072
- /**
2073
- * Whether to use the system default fonts.
2074
- */
2075
- use_system_fonts?: boolean | null
2076
- /**
2077
- * Font for text with variable width.
2078
- *
2079
- * This property is independent of #DhSettings:use-system-fonts.
2080
- */
2081
- variable_font?: string | null
2082
2062
  /**
2083
2063
  * Font for text with fixed width, such as code examples.
2084
2064
  *
@@ -2107,40 +2087,20 @@ export interface Settings {
2107
2087
 
2108
2088
  // Own properties of Devhelp-3.0.Devhelp.Settings
2109
2089
 
2110
- /**
2111
- * Font for text with fixed width, such as code examples.
2112
- *
2113
- * This property is independent of #DhSettings:use-system-fonts.
2114
- */
2115
- fixed_font: string | null
2116
2090
  /**
2117
2091
  * Font for text with fixed width, such as code examples.
2118
2092
  *
2119
2093
  * This property is independent of #DhSettings:use-system-fonts.
2120
2094
  */
2121
2095
  fixedFont: string | null
2122
- /**
2123
- * Whether books should be grouped by programming language in the UI.
2124
- */
2125
- group_books_by_language: boolean
2126
2096
  /**
2127
2097
  * Whether books should be grouped by programming language in the UI.
2128
2098
  */
2129
2099
  groupBooksByLanguage: boolean
2130
- /**
2131
- * Whether to use the system default fonts.
2132
- */
2133
- use_system_fonts: boolean
2134
2100
  /**
2135
2101
  * Whether to use the system default fonts.
2136
2102
  */
2137
2103
  useSystemFonts: boolean
2138
- /**
2139
- * Font for text with variable width.
2140
- *
2141
- * This property is independent of #DhSettings:use-system-fonts.
2142
- */
2143
- variable_font: string | null
2144
2104
  /**
2145
2105
  * Font for text with variable width.
2146
2106
  *
@@ -2656,11 +2616,6 @@ export module Tab {
2656
2616
 
2657
2617
  // Own constructor properties of Devhelp-3.0.Devhelp.Tab
2658
2618
 
2659
- /**
2660
- * The #DhWebView of the tab. If set to %NULL a #DhWebView is created
2661
- * with the default #DhProfile.
2662
- */
2663
- web_view?: WebView | null
2664
2619
  /**
2665
2620
  * The #DhWebView of the tab. If set to %NULL a #DhWebView is created
2666
2621
  * with the default #DhProfile.
@@ -2674,11 +2629,6 @@ export interface Tab extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable
2674
2629
 
2675
2630
  // Own properties of Devhelp-3.0.Devhelp.Tab
2676
2631
 
2677
- /**
2678
- * The #DhWebView of the tab. If set to %NULL a #DhWebView is created
2679
- * with the default #DhProfile.
2680
- */
2681
- readonly web_view: WebView
2682
2632
  /**
2683
2633
  * The #DhWebView of the tab. If set to %NULL a #DhWebView is created
2684
2634
  * with the default #DhProfile.
package/devhelp-3.0.d.ts CHANGED
@@ -2061,26 +2061,6 @@ module Settings {
2061
2061
 
2062
2062
  // Own constructor properties of Devhelp-3.0.Devhelp.Settings
2063
2063
 
2064
- /**
2065
- * Font for text with fixed width, such as code examples.
2066
- *
2067
- * This property is independent of #DhSettings:use-system-fonts.
2068
- */
2069
- fixed_font?: string | null
2070
- /**
2071
- * Whether books should be grouped by programming language in the UI.
2072
- */
2073
- group_books_by_language?: boolean | null
2074
- /**
2075
- * Whether to use the system default fonts.
2076
- */
2077
- use_system_fonts?: boolean | null
2078
- /**
2079
- * Font for text with variable width.
2080
- *
2081
- * This property is independent of #DhSettings:use-system-fonts.
2082
- */
2083
- variable_font?: string | null
2084
2064
  /**
2085
2065
  * Font for text with fixed width, such as code examples.
2086
2066
  *
@@ -2109,40 +2089,20 @@ interface Settings {
2109
2089
 
2110
2090
  // Own properties of Devhelp-3.0.Devhelp.Settings
2111
2091
 
2112
- /**
2113
- * Font for text with fixed width, such as code examples.
2114
- *
2115
- * This property is independent of #DhSettings:use-system-fonts.
2116
- */
2117
- fixed_font: string | null
2118
2092
  /**
2119
2093
  * Font for text with fixed width, such as code examples.
2120
2094
  *
2121
2095
  * This property is independent of #DhSettings:use-system-fonts.
2122
2096
  */
2123
2097
  fixedFont: string | null
2124
- /**
2125
- * Whether books should be grouped by programming language in the UI.
2126
- */
2127
- group_books_by_language: boolean
2128
2098
  /**
2129
2099
  * Whether books should be grouped by programming language in the UI.
2130
2100
  */
2131
2101
  groupBooksByLanguage: boolean
2132
- /**
2133
- * Whether to use the system default fonts.
2134
- */
2135
- use_system_fonts: boolean
2136
2102
  /**
2137
2103
  * Whether to use the system default fonts.
2138
2104
  */
2139
2105
  useSystemFonts: boolean
2140
- /**
2141
- * Font for text with variable width.
2142
- *
2143
- * This property is independent of #DhSettings:use-system-fonts.
2144
- */
2145
- variable_font: string | null
2146
2106
  /**
2147
2107
  * Font for text with variable width.
2148
2108
  *
@@ -2658,11 +2618,6 @@ module Tab {
2658
2618
 
2659
2619
  // Own constructor properties of Devhelp-3.0.Devhelp.Tab
2660
2620
 
2661
- /**
2662
- * The #DhWebView of the tab. If set to %NULL a #DhWebView is created
2663
- * with the default #DhProfile.
2664
- */
2665
- web_view?: WebView | null
2666
2621
  /**
2667
2622
  * The #DhWebView of the tab. If set to %NULL a #DhWebView is created
2668
2623
  * with the default #DhProfile.
@@ -2676,11 +2631,6 @@ interface Tab extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
2676
2631
 
2677
2632
  // Own properties of Devhelp-3.0.Devhelp.Tab
2678
2633
 
2679
- /**
2680
- * The #DhWebView of the tab. If set to %NULL a #DhWebView is created
2681
- * with the default #DhProfile.
2682
- */
2683
- readonly web_view: WebView
2684
2634
  /**
2685
2635
  * The #DhWebView of the tab. If set to %NULL a #DhWebView is created
2686
2636
  * with the default #DhProfile.
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/devhelp-3.0",
3
- "version": "3.0.0-3.2.7",
3
+ "version": "3.0.0-3.2.9",
4
4
  "description": "GJS TypeScript type definitions for Devhelp-3.0, generated from library version 3.0.0",
5
5
  "type": "module",
6
6
  "module": "devhelp-3.0.js",
7
7
  "main": "devhelp-3.0.js",
8
8
  "exports": {
9
- "./ambient": "./devhelp-3.0-ambient.d.ts",
10
- "./import": "./devhelp-3.0-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./devhelp-3.0-ambient.d.ts",
11
+ "default": "./devhelp-3.0-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./devhelp-3.0-import.d.ts",
15
+ "default": "./devhelp-3.0-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./devhelp-3.0.d.ts",
@@ -25,23 +31,23 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit devhelp-3.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/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/javascriptcore-4.1": "^2.40.0-3.2.7",
41
- "@girs/pango-1.0": "^1.51.0-3.2.7",
42
- "@girs/soup-3.0": "^3.4.4-3.2.7",
43
- "@girs/webkit2-4.1": "^2.41.90-3.2.7",
44
- "@girs/xlib-2.0": "^2.0.0-3.2.7"
34
+ "@girs/atk-1.0": "^2.50.1-3.2.9",
35
+ "@girs/cairo-1.0": "^1.0.0-3.2.9",
36
+ "@girs/freetype2-2.0": "^2.0.0-3.2.9",
37
+ "@girs/gdk-3.0": "^3.24.41-3.2.9",
38
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.9",
39
+ "@girs/gio-2.0": "^2.78.0-3.2.9",
40
+ "@girs/gjs": "^3.2.9",
41
+ "@girs/glib-2.0": "^2.78.0-3.2.9",
42
+ "@girs/gmodule-2.0": "^2.0.0-3.2.9",
43
+ "@girs/gobject-2.0": "^2.78.0-3.2.9",
44
+ "@girs/gtk-3.0": "^3.24.41-3.2.9",
45
+ "@girs/harfbuzz-0.0": "^8.2.1-3.2.9",
46
+ "@girs/javascriptcore-4.1": "^2.40.0-3.2.9",
47
+ "@girs/pango-1.0": "^1.51.0-3.2.9",
48
+ "@girs/soup-3.0": "^3.4.4-3.2.9",
49
+ "@girs/webkit2-4.1": "^2.41.90-3.2.9",
50
+ "@girs/xlib-2.0": "^2.0.0-3.2.9"
45
51
  },
46
52
  "devDependencies": {
47
53
  "typescript": "*"
@@ -58,7 +64,7 @@
58
64
  "license": "MIT",
59
65
  "repository": {
60
66
  "type": "git",
61
- "url": "git+https://github.com/gjsify/types.git"
67
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
62
68
  },
63
69
  "bugs": {
64
70
  "url": "https://github.com/gjsify/ts-for-gir/issues"