@girs/adw-1 1.4.0-3.2.8 → 1.4.3-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/adw-1)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Adw-1, generated from library version 1.4.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
8
+ GJS TypeScript type definitions for Adw-1, generated from library version 1.4.3 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
9
9
 
10
10
  Building blocks for modern GNOME applications
11
11
 
package/adw-1.d.cts CHANGED
@@ -9759,7 +9759,7 @@ export module HeaderBar {
9759
9759
  * Whether the header bar can show the back button.
9760
9760
  *
9761
9761
  * The back button will never be shown unless the header bar is placed inside an
9762
- * [class`NavigationView]`.
9762
+ * [class`NavigationView]`. Usually, there is no reason to set this to `FALSE`.
9763
9763
  */
9764
9764
  showBackButton?: boolean | null
9765
9765
  /**
@@ -9838,7 +9838,7 @@ export interface HeaderBar extends Gtk.Accessible, Gtk.Buildable, Gtk.Constraint
9838
9838
  * Whether the header bar can show the back button.
9839
9839
  *
9840
9840
  * The back button will never be shown unless the header bar is placed inside an
9841
- * [class`NavigationView]`.
9841
+ * [class`NavigationView]`. Usually, there is no reason to set this to `FALSE`.
9842
9842
  */
9843
9843
  showBackButton: boolean
9844
9844
  /**
@@ -9967,7 +9967,7 @@ export interface HeaderBar extends Gtk.Accessible, Gtk.Buildable, Gtk.Constraint
9967
9967
  * Sets whether `self` can show the back button.
9968
9968
  *
9969
9969
  * The back button will never be shown unless the header bar is placed inside an
9970
- * [class`NavigationView]`.
9970
+ * [class`NavigationView]`. Usually, there is no reason to set it to `FALSE`.
9971
9971
  * @param show_back_button whether to show the back button
9972
9972
  */
9973
9973
  set_show_back_button(show_back_button: boolean): void
@@ -10173,9 +10173,9 @@ export interface HeaderBar extends Gtk.Accessible, Gtk.Buildable, Gtk.Constraint
10173
10173
  * When used together with [class`NavigationView]` or [class`NavigationSplitView]`,
10174
10174
  * it will also display a back button that can be used to go back to the previous
10175
10175
  * page. The button also has a context menu, allowing to pop multiple pages at
10176
- * once, potentially across multiple navigation views. Set
10176
+ * once, potentially across multiple navigation views. In rare scenarios, set
10177
10177
  * [property`HeaderBar:`show-back-button] to `FALSE` to disable the back button
10178
- * if it's unwanted.
10178
+ * if it's unwanted (e.g. in an extra header bar on the same page).
10179
10179
  *
10180
10180
  * ## Split View Integration
10181
10181
  *
@@ -15282,7 +15282,15 @@ export module PreferencesWindow {
15282
15282
  * Whether search is enabled.
15283
15283
  */
15284
15284
  searchEnabled?: boolean | null
15285
+ /**
15286
+ * The currently visible page.
15287
+ */
15285
15288
  visiblePage?: Gtk.Widget | null
15289
+ /**
15290
+ * The name of the currently visible page.
15291
+ *
15292
+ * See [property`PreferencesWindow:`visible-page].
15293
+ */
15286
15294
  visiblePageName?: string | null
15287
15295
  }
15288
15296
 
@@ -15311,7 +15319,15 @@ export interface PreferencesWindow extends Gtk.Accessible, Gtk.Buildable, Gtk.Co
15311
15319
  * Whether search is enabled.
15312
15320
  */
15313
15321
  searchEnabled: boolean
15322
+ /**
15323
+ * The currently visible page.
15324
+ */
15314
15325
  visiblePage: Gtk.Widget
15326
+ /**
15327
+ * The name of the currently visible page.
15328
+ *
15329
+ * See [property`PreferencesWindow:`visible-page].
15330
+ */
15315
15331
  visiblePageName: string | null
15316
15332
 
15317
15333
  // Own fields of Adw-1.Adw.PreferencesWindow
@@ -15412,7 +15428,7 @@ export interface PreferencesWindow extends Gtk.Accessible, Gtk.Buildable, Gtk.Co
15412
15428
  /**
15413
15429
  * Makes the page with the given name visible.
15414
15430
  *
15415
- * See [property`ViewStack:`visible-child].
15431
+ * See [property`PreferencesWindow:`visible-page].
15416
15432
  * @param name the name of the page to make visible
15417
15433
  */
15418
15434
  set_visible_page_name(name: string): void
package/adw-1.d.ts CHANGED
@@ -9761,7 +9761,7 @@ module HeaderBar {
9761
9761
  * Whether the header bar can show the back button.
9762
9762
  *
9763
9763
  * The back button will never be shown unless the header bar is placed inside an
9764
- * [class`NavigationView]`.
9764
+ * [class`NavigationView]`. Usually, there is no reason to set this to `FALSE`.
9765
9765
  */
9766
9766
  showBackButton?: boolean | null
9767
9767
  /**
@@ -9840,7 +9840,7 @@ interface HeaderBar extends Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget
9840
9840
  * Whether the header bar can show the back button.
9841
9841
  *
9842
9842
  * The back button will never be shown unless the header bar is placed inside an
9843
- * [class`NavigationView]`.
9843
+ * [class`NavigationView]`. Usually, there is no reason to set this to `FALSE`.
9844
9844
  */
9845
9845
  showBackButton: boolean
9846
9846
  /**
@@ -9969,7 +9969,7 @@ interface HeaderBar extends Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget
9969
9969
  * Sets whether `self` can show the back button.
9970
9970
  *
9971
9971
  * The back button will never be shown unless the header bar is placed inside an
9972
- * [class`NavigationView]`.
9972
+ * [class`NavigationView]`. Usually, there is no reason to set it to `FALSE`.
9973
9973
  * @param show_back_button whether to show the back button
9974
9974
  */
9975
9975
  set_show_back_button(show_back_button: boolean): void
@@ -10175,9 +10175,9 @@ interface HeaderBar extends Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget
10175
10175
  * When used together with [class`NavigationView]` or [class`NavigationSplitView]`,
10176
10176
  * it will also display a back button that can be used to go back to the previous
10177
10177
  * page. The button also has a context menu, allowing to pop multiple pages at
10178
- * once, potentially across multiple navigation views. Set
10178
+ * once, potentially across multiple navigation views. In rare scenarios, set
10179
10179
  * [property`HeaderBar:`show-back-button] to `FALSE` to disable the back button
10180
- * if it's unwanted.
10180
+ * if it's unwanted (e.g. in an extra header bar on the same page).
10181
10181
  *
10182
10182
  * ## Split View Integration
10183
10183
  *
@@ -15284,7 +15284,15 @@ module PreferencesWindow {
15284
15284
  * Whether search is enabled.
15285
15285
  */
15286
15286
  searchEnabled?: boolean | null
15287
+ /**
15288
+ * The currently visible page.
15289
+ */
15287
15290
  visiblePage?: Gtk.Widget | null
15291
+ /**
15292
+ * The name of the currently visible page.
15293
+ *
15294
+ * See [property`PreferencesWindow:`visible-page].
15295
+ */
15288
15296
  visiblePageName?: string | null
15289
15297
  }
15290
15298
 
@@ -15313,7 +15321,15 @@ interface PreferencesWindow extends Gtk.Accessible, Gtk.Buildable, Gtk.Constrain
15313
15321
  * Whether search is enabled.
15314
15322
  */
15315
15323
  searchEnabled: boolean
15324
+ /**
15325
+ * The currently visible page.
15326
+ */
15316
15327
  visiblePage: Gtk.Widget
15328
+ /**
15329
+ * The name of the currently visible page.
15330
+ *
15331
+ * See [property`PreferencesWindow:`visible-page].
15332
+ */
15317
15333
  visiblePageName: string | null
15318
15334
 
15319
15335
  // Own fields of Adw-1.Adw.PreferencesWindow
@@ -15414,7 +15430,7 @@ interface PreferencesWindow extends Gtk.Accessible, Gtk.Buildable, Gtk.Constrain
15414
15430
  /**
15415
15431
  * Makes the page with the given name visible.
15416
15432
  *
15417
- * See [property`ViewStack:`visible-child].
15433
+ * See [property`PreferencesWindow:`visible-page].
15418
15434
  * @param name the name of the page to make visible
15419
15435
  */
15420
15436
  set_visible_page_name(name: string): void
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@girs/adw-1",
3
- "version": "1.4.0-3.2.8",
4
- "description": "GJS TypeScript type definitions for Adw-1, generated from library version 1.4.0",
3
+ "version": "1.4.3-3.2.9",
4
+ "description": "GJS TypeScript type definitions for Adw-1, generated from library version 1.4.3",
5
5
  "type": "module",
6
6
  "module": "adw-1.js",
7
7
  "main": "adw-1.js",
@@ -31,21 +31,21 @@
31
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit adw-1.d.cts"
32
32
  },
33
33
  "dependencies": {
34
- "@girs/cairo-1.0": "^1.0.0-3.2.8",
35
- "@girs/freetype2-2.0": "^2.0.0-3.2.8",
36
- "@girs/gdk-4.0": "^4.0.0-3.2.8",
37
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
38
- "@girs/gio-2.0": "^2.77.0-3.2.8",
39
- "@girs/gjs": "^3.2.8",
40
- "@girs/glib-2.0": "^2.77.0-3.2.8",
41
- "@girs/gmodule-2.0": "^2.0.0-3.2.8",
42
- "@girs/gobject-2.0": "^2.77.0-3.2.8",
43
- "@girs/graphene-1.0": "^1.0.0-3.2.8",
44
- "@girs/gsk-4.0": "^4.0.0-3.2.8",
45
- "@girs/gtk-4.0": "^4.12.0-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/pangocairo-1.0": "^1.0.0-3.2.8"
34
+ "@girs/cairo-1.0": "^1.0.0-3.2.9",
35
+ "@girs/freetype2-2.0": "^2.0.0-3.2.9",
36
+ "@girs/gdk-4.0": "^4.0.0-3.2.9",
37
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.9",
38
+ "@girs/gio-2.0": "^2.78.0-3.2.9",
39
+ "@girs/gjs": "^3.2.9",
40
+ "@girs/glib-2.0": "^2.78.0-3.2.9",
41
+ "@girs/gmodule-2.0": "^2.0.0-3.2.9",
42
+ "@girs/gobject-2.0": "^2.78.0-3.2.9",
43
+ "@girs/graphene-1.0": "^1.0.0-3.2.9",
44
+ "@girs/gsk-4.0": "^4.0.0-3.2.9",
45
+ "@girs/gtk-4.0": "^4.12.5-3.2.9",
46
+ "@girs/harfbuzz-0.0": "^8.2.1-3.2.9",
47
+ "@girs/pango-1.0": "^1.51.0-3.2.9",
48
+ "@girs/pangocairo-1.0": "^1.0.0-3.2.9"
49
49
  },
50
50
  "devDependencies": {
51
51
  "typescript": "*"