@girs/granite-7.0 7.0.0-3.2.5 → 7.0.0-3.2.6

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.2.5.
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.6.
9
9
 
10
10
 
11
11
  ## Install
package/granite-7.0.d.cts CHANGED
@@ -311,6 +311,9 @@ export module SettingsPage {
311
311
  icon_name?: string | null
312
312
  title?: string | null
313
313
  child?: Gtk.Widget | null
314
+ statusType?: SettingsPageStatusType | null
315
+ displayWidget?: Gtk.Widget | null
316
+ iconName?: string | null
314
317
  }
315
318
 
316
319
  }
@@ -320,10 +323,13 @@ export interface SettingsPage {
320
323
  // Own properties of Granite-7.0.Granite.SettingsPage
321
324
 
322
325
  status_type: SettingsPageStatusType
326
+ statusType: SettingsPageStatusType
323
327
  readonly display_widget: Gtk.Widget
328
+ readonly displayWidget: Gtk.Widget
324
329
  readonly header: string | null
325
330
  status: string | null
326
331
  icon_name: string | null
332
+ iconName: string | null
327
333
  title: string | null
328
334
  child: Gtk.Widget
329
335
 
@@ -520,6 +526,9 @@ export module SimpleSettingsPage {
520
526
  status_switch?: Gtk.Switch | null
521
527
  activatable?: boolean | null
522
528
  description?: string | null
529
+ actionArea?: Gtk.Box | null
530
+ contentArea?: Gtk.Grid | null
531
+ statusSwitch?: Gtk.Switch | null
523
532
  }
524
533
 
525
534
  }
@@ -529,8 +538,11 @@ export interface SimpleSettingsPage {
529
538
  // Own properties of Granite-7.0.Granite.SimpleSettingsPage
530
539
 
531
540
  readonly action_area: Gtk.Box
541
+ readonly actionArea: Gtk.Box
532
542
  readonly content_area: Gtk.Grid
543
+ readonly contentArea: Gtk.Grid
533
544
  readonly status_switch: Gtk.Switch
545
+ readonly statusSwitch: Gtk.Switch
534
546
  readonly activatable: boolean
535
547
  description: string | null
536
548
 
@@ -729,6 +741,8 @@ export module AccelLabel {
729
741
  action_name?: string | null
730
742
  accel_string?: string | null
731
743
  label?: string | null
744
+ actionName?: string | null
745
+ accelString?: string | null
732
746
  }
733
747
 
734
748
  }
@@ -738,7 +752,9 @@ export interface AccelLabel {
738
752
  // Own properties of Granite-7.0.Granite.AccelLabel
739
753
 
740
754
  action_name: string | null
755
+ actionName: string | null
741
756
  accel_string: string | null
757
+ accelString: string | null
742
758
  label: string | null
743
759
 
744
760
  // Conflicting properties
@@ -1438,6 +1454,7 @@ export module HeaderLabel {
1438
1454
 
1439
1455
  label?: string | null
1440
1456
  secondary_text?: string | null
1457
+ secondaryText?: string | null
1441
1458
  }
1442
1459
 
1443
1460
  }
@@ -1448,6 +1465,7 @@ export interface HeaderLabel {
1448
1465
 
1449
1466
  label: string | null
1450
1467
  secondary_text: string | null
1468
+ secondaryText: string | null
1451
1469
 
1452
1470
  // Owm methods of Granite-7.0.Granite.HeaderLabel
1453
1471
 
@@ -1820,6 +1838,13 @@ export module MessageDialog {
1820
1838
  secondary_label?: Gtk.Label | null
1821
1839
  buttons?: Gtk.ButtonsType | null
1822
1840
  custom_bin?: Gtk.Box | null
1841
+ primaryText?: string | null
1842
+ secondaryText?: string | null
1843
+ imageIcon?: Gio.Icon | null
1844
+ badgeIcon?: Gio.Icon | null
1845
+ primaryLabel?: Gtk.Label | null
1846
+ secondaryLabel?: Gtk.Label | null
1847
+ customBin?: Gtk.Box | null
1823
1848
  }
1824
1849
 
1825
1850
  }
@@ -1829,13 +1854,20 @@ export interface MessageDialog {
1829
1854
  // Own properties of Granite-7.0.Granite.MessageDialog
1830
1855
 
1831
1856
  primary_text: string | null
1857
+ primaryText: string | null
1832
1858
  secondary_text: string | null
1859
+ secondaryText: string | null
1833
1860
  image_icon: Gio.Icon
1861
+ imageIcon: Gio.Icon
1834
1862
  badge_icon: Gio.Icon
1863
+ badgeIcon: Gio.Icon
1835
1864
  readonly primary_label: Gtk.Label
1865
+ readonly primaryLabel: Gtk.Label
1836
1866
  readonly secondary_label: Gtk.Label
1867
+ readonly secondaryLabel: Gtk.Label
1837
1868
  readonly buttons: Gtk.ButtonsType
1838
1869
  readonly custom_bin: Gtk.Box
1870
+ readonly customBin: Gtk.Box
1839
1871
 
1840
1872
  // Conflicting properties
1841
1873
 
@@ -2113,6 +2145,12 @@ export module ModeSwitch {
2113
2145
  secondary_icon_gicon?: Gio.Icon | null
2114
2146
  secondary_icon_name?: string | null
2115
2147
  secondary_icon_tooltip_text?: string | null
2148
+ primaryIconGicon?: Gio.Icon | null
2149
+ primaryIconName?: string | null
2150
+ primaryIconTooltipText?: string | null
2151
+ secondaryIconGicon?: Gio.Icon | null
2152
+ secondaryIconName?: string | null
2153
+ secondaryIconTooltipText?: string | null
2116
2154
  }
2117
2155
 
2118
2156
  }
@@ -2123,11 +2161,17 @@ export interface ModeSwitch {
2123
2161
 
2124
2162
  active: boolean
2125
2163
  primary_icon_gicon: Gio.Icon
2164
+ primaryIconGicon: Gio.Icon
2126
2165
  primary_icon_name: string | null
2166
+ primaryIconName: string | null
2127
2167
  primary_icon_tooltip_text: string | null
2168
+ primaryIconTooltipText: string | null
2128
2169
  secondary_icon_gicon: Gio.Icon
2170
+ secondaryIconGicon: Gio.Icon
2129
2171
  secondary_icon_name: string | null
2172
+ secondaryIconName: string | null
2130
2173
  secondary_icon_tooltip_text: string | null
2174
+ secondaryIconTooltipText: string | null
2131
2175
 
2132
2176
  // Conflicting properties
2133
2177
 
@@ -2662,6 +2706,7 @@ export module SettingsSidebar {
2662
2706
 
2663
2707
  stack?: Gtk.Stack | null
2664
2708
  visible_child_name?: string | null
2709
+ visibleChildName?: string | null
2665
2710
  }
2666
2711
 
2667
2712
  }
@@ -2672,6 +2717,7 @@ export interface SettingsSidebar {
2672
2717
 
2673
2718
  readonly stack: Gtk.Stack
2674
2719
  visible_child_name: string | null
2720
+ visibleChildName: string | null
2675
2721
 
2676
2722
  // Owm methods of Granite-7.0.Granite.SettingsSidebar
2677
2723
 
@@ -2819,6 +2865,7 @@ export module Settings {
2819
2865
  // Own constructor properties of Granite-7.0.Granite.Settings
2820
2866
 
2821
2867
  prefers_color_scheme?: SettingsColorScheme | null
2868
+ prefersColorScheme?: SettingsColorScheme | null
2822
2869
  }
2823
2870
 
2824
2871
  }
@@ -2828,6 +2875,7 @@ export interface Settings {
2828
2875
  // Own properties of Granite-7.0.Granite.Settings
2829
2876
 
2830
2877
  prefers_color_scheme: SettingsColorScheme
2878
+ prefersColorScheme: SettingsColorScheme
2831
2879
 
2832
2880
  // Owm methods of Granite-7.0.Granite.Settings
2833
2881
 
@@ -3073,6 +3121,8 @@ export module TimePicker {
3073
3121
  format_12?: string | null
3074
3122
  format_24?: string | null
3075
3123
  time?: GLib.DateTime | null
3124
+ format12?: string | null
3125
+ format24?: string | null
3076
3126
  }
3077
3127
 
3078
3128
  }
@@ -3082,7 +3132,9 @@ export interface TimePicker {
3082
3132
  // Own properties of Granite-7.0.Granite.TimePicker
3083
3133
 
3084
3134
  readonly format_12: string | null
3135
+ readonly format12: string | null
3085
3136
  readonly format_24: string | null
3137
+ readonly format24: string | null
3086
3138
  time: GLib.DateTime
3087
3139
 
3088
3140
  // Owm methods of Granite-7.0.Granite.TimePicker
@@ -3550,6 +3602,8 @@ export module ValidatedEntry {
3550
3602
  is_valid?: boolean | null
3551
3603
  min_length?: number | null
3552
3604
  regex?: GLib.Regex | null
3605
+ isValid?: boolean | null
3606
+ minLength?: number | null
3553
3607
  }
3554
3608
 
3555
3609
  }
@@ -3559,7 +3613,9 @@ export interface ValidatedEntry {
3559
3613
  // Own properties of Granite-7.0.Granite.ValidatedEntry
3560
3614
 
3561
3615
  is_valid: boolean
3616
+ isValid: boolean
3562
3617
  min_length: number
3618
+ minLength: number
3563
3619
  regex: GLib.Regex
3564
3620
 
3565
3621
  // Owm methods of Granite-7.0.Granite.ValidatedEntry
package/granite-7.0.d.ts CHANGED
@@ -313,6 +313,9 @@ module SettingsPage {
313
313
  icon_name?: string | null
314
314
  title?: string | null
315
315
  child?: Gtk.Widget | null
316
+ statusType?: SettingsPageStatusType | null
317
+ displayWidget?: Gtk.Widget | null
318
+ iconName?: string | null
316
319
  }
317
320
 
318
321
  }
@@ -322,10 +325,13 @@ interface SettingsPage {
322
325
  // Own properties of Granite-7.0.Granite.SettingsPage
323
326
 
324
327
  status_type: SettingsPageStatusType
328
+ statusType: SettingsPageStatusType
325
329
  readonly display_widget: Gtk.Widget
330
+ readonly displayWidget: Gtk.Widget
326
331
  readonly header: string | null
327
332
  status: string | null
328
333
  icon_name: string | null
334
+ iconName: string | null
329
335
  title: string | null
330
336
  child: Gtk.Widget
331
337
 
@@ -522,6 +528,9 @@ module SimpleSettingsPage {
522
528
  status_switch?: Gtk.Switch | null
523
529
  activatable?: boolean | null
524
530
  description?: string | null
531
+ actionArea?: Gtk.Box | null
532
+ contentArea?: Gtk.Grid | null
533
+ statusSwitch?: Gtk.Switch | null
525
534
  }
526
535
 
527
536
  }
@@ -531,8 +540,11 @@ interface SimpleSettingsPage {
531
540
  // Own properties of Granite-7.0.Granite.SimpleSettingsPage
532
541
 
533
542
  readonly action_area: Gtk.Box
543
+ readonly actionArea: Gtk.Box
534
544
  readonly content_area: Gtk.Grid
545
+ readonly contentArea: Gtk.Grid
535
546
  readonly status_switch: Gtk.Switch
547
+ readonly statusSwitch: Gtk.Switch
536
548
  readonly activatable: boolean
537
549
  description: string | null
538
550
 
@@ -731,6 +743,8 @@ module AccelLabel {
731
743
  action_name?: string | null
732
744
  accel_string?: string | null
733
745
  label?: string | null
746
+ actionName?: string | null
747
+ accelString?: string | null
734
748
  }
735
749
 
736
750
  }
@@ -740,7 +754,9 @@ interface AccelLabel {
740
754
  // Own properties of Granite-7.0.Granite.AccelLabel
741
755
 
742
756
  action_name: string | null
757
+ actionName: string | null
743
758
  accel_string: string | null
759
+ accelString: string | null
744
760
  label: string | null
745
761
 
746
762
  // Conflicting properties
@@ -1440,6 +1456,7 @@ module HeaderLabel {
1440
1456
 
1441
1457
  label?: string | null
1442
1458
  secondary_text?: string | null
1459
+ secondaryText?: string | null
1443
1460
  }
1444
1461
 
1445
1462
  }
@@ -1450,6 +1467,7 @@ interface HeaderLabel {
1450
1467
 
1451
1468
  label: string | null
1452
1469
  secondary_text: string | null
1470
+ secondaryText: string | null
1453
1471
 
1454
1472
  // Owm methods of Granite-7.0.Granite.HeaderLabel
1455
1473
 
@@ -1822,6 +1840,13 @@ module MessageDialog {
1822
1840
  secondary_label?: Gtk.Label | null
1823
1841
  buttons?: Gtk.ButtonsType | null
1824
1842
  custom_bin?: Gtk.Box | null
1843
+ primaryText?: string | null
1844
+ secondaryText?: string | null
1845
+ imageIcon?: Gio.Icon | null
1846
+ badgeIcon?: Gio.Icon | null
1847
+ primaryLabel?: Gtk.Label | null
1848
+ secondaryLabel?: Gtk.Label | null
1849
+ customBin?: Gtk.Box | null
1825
1850
  }
1826
1851
 
1827
1852
  }
@@ -1831,13 +1856,20 @@ interface MessageDialog {
1831
1856
  // Own properties of Granite-7.0.Granite.MessageDialog
1832
1857
 
1833
1858
  primary_text: string | null
1859
+ primaryText: string | null
1834
1860
  secondary_text: string | null
1861
+ secondaryText: string | null
1835
1862
  image_icon: Gio.Icon
1863
+ imageIcon: Gio.Icon
1836
1864
  badge_icon: Gio.Icon
1865
+ badgeIcon: Gio.Icon
1837
1866
  readonly primary_label: Gtk.Label
1867
+ readonly primaryLabel: Gtk.Label
1838
1868
  readonly secondary_label: Gtk.Label
1869
+ readonly secondaryLabel: Gtk.Label
1839
1870
  readonly buttons: Gtk.ButtonsType
1840
1871
  readonly custom_bin: Gtk.Box
1872
+ readonly customBin: Gtk.Box
1841
1873
 
1842
1874
  // Conflicting properties
1843
1875
 
@@ -2115,6 +2147,12 @@ module ModeSwitch {
2115
2147
  secondary_icon_gicon?: Gio.Icon | null
2116
2148
  secondary_icon_name?: string | null
2117
2149
  secondary_icon_tooltip_text?: string | null
2150
+ primaryIconGicon?: Gio.Icon | null
2151
+ primaryIconName?: string | null
2152
+ primaryIconTooltipText?: string | null
2153
+ secondaryIconGicon?: Gio.Icon | null
2154
+ secondaryIconName?: string | null
2155
+ secondaryIconTooltipText?: string | null
2118
2156
  }
2119
2157
 
2120
2158
  }
@@ -2125,11 +2163,17 @@ interface ModeSwitch {
2125
2163
 
2126
2164
  active: boolean
2127
2165
  primary_icon_gicon: Gio.Icon
2166
+ primaryIconGicon: Gio.Icon
2128
2167
  primary_icon_name: string | null
2168
+ primaryIconName: string | null
2129
2169
  primary_icon_tooltip_text: string | null
2170
+ primaryIconTooltipText: string | null
2130
2171
  secondary_icon_gicon: Gio.Icon
2172
+ secondaryIconGicon: Gio.Icon
2131
2173
  secondary_icon_name: string | null
2174
+ secondaryIconName: string | null
2132
2175
  secondary_icon_tooltip_text: string | null
2176
+ secondaryIconTooltipText: string | null
2133
2177
 
2134
2178
  // Conflicting properties
2135
2179
 
@@ -2664,6 +2708,7 @@ module SettingsSidebar {
2664
2708
 
2665
2709
  stack?: Gtk.Stack | null
2666
2710
  visible_child_name?: string | null
2711
+ visibleChildName?: string | null
2667
2712
  }
2668
2713
 
2669
2714
  }
@@ -2674,6 +2719,7 @@ interface SettingsSidebar {
2674
2719
 
2675
2720
  readonly stack: Gtk.Stack
2676
2721
  visible_child_name: string | null
2722
+ visibleChildName: string | null
2677
2723
 
2678
2724
  // Owm methods of Granite-7.0.Granite.SettingsSidebar
2679
2725
 
@@ -2821,6 +2867,7 @@ module Settings {
2821
2867
  // Own constructor properties of Granite-7.0.Granite.Settings
2822
2868
 
2823
2869
  prefers_color_scheme?: SettingsColorScheme | null
2870
+ prefersColorScheme?: SettingsColorScheme | null
2824
2871
  }
2825
2872
 
2826
2873
  }
@@ -2830,6 +2877,7 @@ interface Settings {
2830
2877
  // Own properties of Granite-7.0.Granite.Settings
2831
2878
 
2832
2879
  prefers_color_scheme: SettingsColorScheme
2880
+ prefersColorScheme: SettingsColorScheme
2833
2881
 
2834
2882
  // Owm methods of Granite-7.0.Granite.Settings
2835
2883
 
@@ -3075,6 +3123,8 @@ module TimePicker {
3075
3123
  format_12?: string | null
3076
3124
  format_24?: string | null
3077
3125
  time?: GLib.DateTime | null
3126
+ format12?: string | null
3127
+ format24?: string | null
3078
3128
  }
3079
3129
 
3080
3130
  }
@@ -3084,7 +3134,9 @@ interface TimePicker {
3084
3134
  // Own properties of Granite-7.0.Granite.TimePicker
3085
3135
 
3086
3136
  readonly format_12: string | null
3137
+ readonly format12: string | null
3087
3138
  readonly format_24: string | null
3139
+ readonly format24: string | null
3088
3140
  time: GLib.DateTime
3089
3141
 
3090
3142
  // Owm methods of Granite-7.0.Granite.TimePicker
@@ -3552,6 +3604,8 @@ module ValidatedEntry {
3552
3604
  is_valid?: boolean | null
3553
3605
  min_length?: number | null
3554
3606
  regex?: GLib.Regex | null
3607
+ isValid?: boolean | null
3608
+ minLength?: number | null
3555
3609
  }
3556
3610
 
3557
3611
  }
@@ -3561,7 +3615,9 @@ interface ValidatedEntry {
3561
3615
  // Own properties of Granite-7.0.Granite.ValidatedEntry
3562
3616
 
3563
3617
  is_valid: boolean
3618
+ isValid: boolean
3564
3619
  min_length: number
3620
+ minLength: number
3565
3621
  regex: GLib.Regex
3566
3622
 
3567
3623
  // Owm methods of Granite-7.0.Granite.ValidatedEntry
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@girs/granite-7.0",
3
- "version": "7.0.0-3.2.5",
3
+ "version": "7.0.0-3.2.6",
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",
@@ -25,22 +25,22 @@
25
25
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit granite-7.0.d.cts"
26
26
  },
27
27
  "dependencies": {
28
- "@girs/cairo-1.0": "^1.0.0-3.2.5",
29
- "@girs/freetype2-2.0": "^2.0.0-3.2.5",
30
- "@girs/gdk-4.0": "^4.0.0-3.2.5",
31
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.5",
32
- "@girs/gee-0.8": "^0.8.0-3.2.5",
33
- "@girs/gio-2.0": "^2.78.0-3.2.5",
34
- "@girs/gjs": "^3.2.5",
35
- "@girs/glib-2.0": "^2.78.0-3.2.5",
36
- "@girs/gmodule-2.0": "^2.0.0-3.2.5",
37
- "@girs/gobject-2.0": "^2.78.0-3.2.5",
38
- "@girs/graphene-1.0": "^1.0.0-3.2.5",
39
- "@girs/gsk-4.0": "^4.0.0-3.2.5",
40
- "@girs/gtk-4.0": "^4.12.3-3.2.5",
41
- "@girs/harfbuzz-0.0": "^8.2.1-3.2.5",
42
- "@girs/pango-1.0": "^1.51.0-3.2.5",
43
- "@girs/pangocairo-1.0": "^1.0.0-3.2.5"
28
+ "@girs/cairo-1.0": "^1.0.0-3.2.6",
29
+ "@girs/freetype2-2.0": "^2.0.0-3.2.6",
30
+ "@girs/gdk-4.0": "^4.0.0-3.2.6",
31
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.6",
32
+ "@girs/gee-0.8": "^0.8.0-3.2.6",
33
+ "@girs/gio-2.0": "^2.78.0-3.2.6",
34
+ "@girs/gjs": "^3.2.6",
35
+ "@girs/glib-2.0": "^2.78.0-3.2.6",
36
+ "@girs/gmodule-2.0": "^2.0.0-3.2.6",
37
+ "@girs/gobject-2.0": "^2.78.0-3.2.6",
38
+ "@girs/graphene-1.0": "^1.0.0-3.2.6",
39
+ "@girs/gsk-4.0": "^4.0.0-3.2.6",
40
+ "@girs/gtk-4.0": "^4.12.3-3.2.6",
41
+ "@girs/harfbuzz-0.0": "^8.2.1-3.2.6",
42
+ "@girs/pango-1.0": "^1.51.0-3.2.6",
43
+ "@girs/pangocairo-1.0": "^1.0.0-3.2.6"
44
44
  },
45
45
  "devDependencies": {
46
46
  "typescript": "*"