@girs/gladeui-2.0 2.0.0-3.2.7 → 2.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/gladeui-2.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Gladeui-2.0, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for Gladeui-2.0, generated from library version 2.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/gladeui-2.0.d.cts CHANGED
@@ -2098,7 +2098,6 @@ export interface Clipboard {
2098
2098
 
2099
2099
  // Own properties of Gladeui-2.0.Gladeui.Clipboard
2100
2100
 
2101
- readonly has_selection: boolean
2102
2101
  readonly hasSelection: boolean
2103
2102
 
2104
2103
  // Own fields of Gladeui-2.0.Gladeui.Clipboard
@@ -6185,11 +6184,9 @@ export module Editor {
6185
6184
 
6186
6185
  // Own constructor properties of Gladeui-2.0.Gladeui.Editor
6187
6186
 
6188
- show_boder?: boolean | null
6189
- show_class_field?: boolean | null
6190
- widget?: Widget | null
6191
6187
  showBoder?: boolean | null
6192
6188
  showClassField?: boolean | null
6189
+ widget?: Widget | null
6193
6190
  }
6194
6191
 
6195
6192
  }
@@ -6198,15 +6195,10 @@ export interface Editor extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orienta
6198
6195
 
6199
6196
  // Own properties of Gladeui-2.0.Gladeui.Editor
6200
6197
 
6201
- readonly class_field: string | null
6202
6198
  readonly classField: string | null
6203
- show_boder: boolean
6204
6199
  showBoder: boolean
6205
- show_class_field: boolean
6206
6200
  showClassField: boolean
6207
- readonly show_info: boolean
6208
6201
  readonly showInfo: boolean
6209
- readonly signal_editor: SignalEditor
6210
6202
  readonly signalEditor: SignalEditor
6211
6203
  widget: any
6212
6204
 
@@ -6223,6 +6215,8 @@ export interface Editor extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orienta
6223
6215
  * @param widget a #GladeWidget
6224
6216
  */
6225
6217
  load_widget(widget: Widget): void
6218
+ show_class_field(): void
6219
+ show_info(): void
6226
6220
 
6227
6221
  // Conflicting methods
6228
6222
 
@@ -6488,10 +6482,6 @@ export module EditorProperty {
6488
6482
 
6489
6483
  // Own constructor properties of Gladeui-2.0.Gladeui.EditorProperty
6490
6484
 
6491
- custom_text?: string | null
6492
- disable_check?: boolean | null
6493
- property_def?: any | null
6494
- use_command?: boolean | null
6495
6485
  customText?: string | null
6496
6486
  disableCheck?: boolean | null
6497
6487
  propertyDef?: any | null
@@ -6504,13 +6494,9 @@ export interface EditorProperty extends Atk.ImplementorIface, Editable, Gtk.Buil
6504
6494
 
6505
6495
  // Own properties of Gladeui-2.0.Gladeui.EditorProperty
6506
6496
 
6507
- custom_text: string | null
6508
6497
  customText: string | null
6509
- disable_check: boolean
6510
6498
  disableCheck: boolean
6511
- readonly property_def: any
6512
6499
  readonly propertyDef: any
6513
- use_command: boolean
6514
6500
  useCommand: boolean
6515
6501
 
6516
6502
  // Own fields of Gladeui-2.0.Gladeui.EditorProperty
@@ -7081,7 +7067,6 @@ export module EditorTable {
7081
7067
 
7082
7068
  // Own constructor properties of Gladeui-2.0.Gladeui.EditorTable
7083
7069
 
7084
- page_type?: EditorPageType | null
7085
7070
  pageType?: EditorPageType | null
7086
7071
  }
7087
7072
 
@@ -7091,7 +7076,6 @@ export interface EditorTable extends Atk.ImplementorIface, Editable, Gtk.Buildab
7091
7076
 
7092
7077
  // Own properties of Gladeui-2.0.Gladeui.EditorTable
7093
7078
 
7094
- readonly page_type: EditorPageType
7095
7079
  readonly pageType: EditorPageType
7096
7080
 
7097
7081
  // Own fields of Gladeui-2.0.Gladeui.EditorTable
@@ -8043,11 +8027,8 @@ export module Palette {
8043
8027
 
8044
8028
  // Own constructor properties of Gladeui-2.0.Gladeui.Palette
8045
8029
 
8046
- item_appearance?: ItemAppearance | null
8047
- project?: Project | null
8048
- show_selector_button?: boolean | null
8049
- use_small_item_icons?: boolean | null
8050
8030
  itemAppearance?: ItemAppearance | null
8031
+ project?: Project | null
8051
8032
  showSelectorButton?: boolean | null
8052
8033
  useSmallItemIcons?: boolean | null
8053
8034
  }
@@ -8058,12 +8039,9 @@ export interface Palette extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orient
8058
8039
 
8059
8040
  // Own properties of Gladeui-2.0.Gladeui.Palette
8060
8041
 
8061
- item_appearance: ItemAppearance
8062
8042
  itemAppearance: ItemAppearance
8063
8043
  project: Project
8064
- show_selector_button: boolean
8065
8044
  showSelectorButton: boolean
8066
- use_small_item_icons: boolean
8067
8045
  useSmallItemIcons: boolean
8068
8046
 
8069
8047
  // Own fields of Gladeui-2.0.Gladeui.Palette
@@ -8647,13 +8625,10 @@ export module Project {
8647
8625
 
8648
8626
  // Own constructor properties of Gladeui-2.0.Gladeui.Project
8649
8627
 
8650
- css_provider_path?: string | null
8651
- license?: string | null
8652
- resource_path?: string | null
8653
- template?: Widget | null
8654
- translation_domain?: string | null
8655
8628
  cssProviderPath?: string | null
8629
+ license?: string | null
8656
8630
  resourcePath?: string | null
8631
+ template?: Widget | null
8657
8632
  translationDomain?: string | null
8658
8633
  }
8659
8634
 
@@ -8663,23 +8638,16 @@ export interface Project extends Gtk.TreeDragSource, Gtk.TreeModel {
8663
8638
 
8664
8639
  // Own properties of Gladeui-2.0.Gladeui.Project
8665
8640
 
8666
- readonly add_item: WidgetAdaptor
8667
8641
  readonly addItem: WidgetAdaptor
8668
- css_provider_path: string | null
8669
8642
  cssProviderPath: string | null
8670
- readonly has_selection: boolean
8671
8643
  readonly hasSelection: boolean
8672
8644
  license: string | null
8673
8645
  readonly modified: boolean
8674
8646
  readonly path: string | null
8675
- readonly pointer_mode: PointerMode
8676
8647
  readonly pointerMode: PointerMode
8677
- readonly read_only: boolean
8678
8648
  readonly readOnly: boolean
8679
- resource_path: string | null
8680
8649
  resourcePath: string | null
8681
8650
  template: Widget
8682
- translation_domain: string | null
8683
8651
  translationDomain: string | null
8684
8652
 
8685
8653
  // Own fields of Gladeui-2.0.Gladeui.Project
@@ -9151,14 +9119,11 @@ export module Property {
9151
9119
 
9152
9120
  "class"?: any | null
9153
9121
  enabled?: boolean | null
9154
- i18n_comment?: string | null
9155
- i18n_context?: string | null
9156
- i18n_translatable?: boolean | null
9157
- precision?: number | null
9158
- sensitive?: boolean | null
9159
9122
  i18nComment?: string | null
9160
9123
  i18nContext?: string | null
9161
9124
  i18nTranslatable?: boolean | null
9125
+ precision?: number | null
9126
+ sensitive?: boolean | null
9162
9127
  }
9163
9128
 
9164
9129
  }
@@ -9169,11 +9134,8 @@ export interface Property {
9169
9134
 
9170
9135
  readonly "class": any
9171
9136
  enabled: boolean
9172
- i18n_comment: string | null
9173
9137
  i18nComment: string | null
9174
- i18n_context: string | null
9175
9138
  i18nContext: string | null
9176
- i18n_translatable: boolean
9177
9139
  i18nTranslatable: boolean
9178
9140
  precision: number
9179
9141
  sensitive: boolean
@@ -9405,15 +9367,11 @@ export module PropertyLabel {
9405
9367
 
9406
9368
  // Own constructor properties of Gladeui-2.0.Gladeui.PropertyLabel
9407
9369
 
9408
- append_colon?: boolean | null
9409
- custom_text?: string | null
9410
- custom_tooltip?: string | null
9411
- packing?: boolean | null
9412
- property?: Property | null
9413
- property_name?: string | null
9414
9370
  appendColon?: boolean | null
9415
9371
  customText?: string | null
9416
9372
  customTooltip?: string | null
9373
+ packing?: boolean | null
9374
+ property?: Property | null
9417
9375
  propertyName?: string | null
9418
9376
  }
9419
9377
 
@@ -9423,15 +9381,11 @@ export interface PropertyLabel extends Atk.ImplementorIface, Editable, Gtk.Build
9423
9381
 
9424
9382
  // Own properties of Gladeui-2.0.Gladeui.PropertyLabel
9425
9383
 
9426
- append_colon: boolean
9427
9384
  appendColon: boolean
9428
- custom_text: string | null
9429
9385
  customText: string | null
9430
- custom_tooltip: string | null
9431
9386
  customTooltip: string | null
9432
9387
  packing: boolean
9433
9388
  property: Property
9434
- property_name: string | null
9435
9389
  propertyName: string | null
9436
9390
 
9437
9391
  // Owm methods of Gladeui-2.0.Gladeui.PropertyLabel
@@ -9720,15 +9674,10 @@ export module PropertyShell {
9720
9674
 
9721
9675
  // Own constructor properties of Gladeui-2.0.Gladeui.PropertyShell
9722
9676
 
9723
- custom_text?: string | null
9724
- disable_check?: boolean | null
9725
- editor_type?: string | null
9726
- packing?: boolean | null
9727
- property_name?: string | null
9728
- use_command?: boolean | null
9729
9677
  customText?: string | null
9730
9678
  disableCheck?: boolean | null
9731
9679
  editorType?: string | null
9680
+ packing?: boolean | null
9732
9681
  propertyName?: string | null
9733
9682
  useCommand?: boolean | null
9734
9683
  }
@@ -9739,16 +9688,11 @@ export interface PropertyShell extends Atk.ImplementorIface, Editable, Gtk.Build
9739
9688
 
9740
9689
  // Own properties of Gladeui-2.0.Gladeui.PropertyShell
9741
9690
 
9742
- custom_text: string | null
9743
9691
  customText: string | null
9744
- disable_check: boolean
9745
9692
  disableCheck: boolean
9746
- readonly editor_type: string | null
9747
9693
  readonly editorType: string | null
9748
9694
  packing: boolean
9749
- property_name: string | null
9750
9695
  propertyName: string | null
9751
- use_command: boolean
9752
9696
  useCommand: boolean
9753
9697
 
9754
9698
  // Owm methods of Gladeui-2.0.Gladeui.PropertyShell
@@ -10015,10 +9959,9 @@ export module Signal {
10015
9959
  "class"?: any | null
10016
9960
  detail?: string | null
10017
9961
  handler?: string | null
10018
- support_warning?: string | null
9962
+ supportWarning?: string | null
10019
9963
  swapped?: boolean | null
10020
9964
  userdata?: string | null
10021
- supportWarning?: string | null
10022
9965
  }
10023
9966
 
10024
9967
  }
@@ -10031,7 +9974,6 @@ export interface Signal {
10031
9974
  readonly "class": any
10032
9975
  detail: string | null
10033
9976
  handler: string | null
10034
- support_warning: string | null
10035
9977
  supportWarning: string | null
10036
9978
  swapped: boolean
10037
9979
  userdata: string | null
@@ -10219,7 +10161,6 @@ export module SignalEditor {
10219
10161
 
10220
10162
  // Own constructor properties of Gladeui-2.0.Gladeui.SignalEditor
10221
10163
 
10222
- glade_widget?: Gtk.TreeModel | null
10223
10164
  gladeWidget?: Gtk.TreeModel | null
10224
10165
  }
10225
10166
 
@@ -10229,7 +10170,6 @@ export interface SignalEditor extends Atk.ImplementorIface, Gtk.Buildable, Gtk.O
10229
10170
 
10230
10171
  // Own properties of Gladeui-2.0.Gladeui.SignalEditor
10231
10172
 
10232
- glade_widget: Gtk.TreeModel
10233
10173
  gladeWidget: Gtk.TreeModel
10234
10174
 
10235
10175
  // Own fields of Gladeui-2.0.Gladeui.SignalEditor
@@ -10606,7 +10546,7 @@ export module Widget {
10606
10546
  anarchist?: boolean | null
10607
10547
  composite?: boolean | null
10608
10548
  internal?: string | null
10609
- internal_name?: string | null
10549
+ internalName?: string | null
10610
10550
  name?: string | null
10611
10551
  object?: GObject.Object | null
10612
10552
  parent?: Widget | null
@@ -10614,10 +10554,6 @@ export module Widget {
10614
10554
  properties?: any | null
10615
10555
  reason?: number | null
10616
10556
  template?: Widget | null
10617
- template_exact?: boolean | null
10618
- toplevel_height?: number | null
10619
- toplevel_width?: number | null
10620
- internalName?: string | null
10621
10557
  templateExact?: boolean | null
10622
10558
  toplevelHeight?: number | null
10623
10559
  toplevelWidth?: number | null
@@ -10633,7 +10569,6 @@ export interface Widget {
10633
10569
  readonly anarchist: boolean
10634
10570
  composite: boolean
10635
10571
  internal: string | null
10636
- readonly internal_name: string | null
10637
10572
  readonly internalName: string | null
10638
10573
  name: string | null
10639
10574
  object: GObject.Object
@@ -10641,14 +10576,10 @@ export interface Widget {
10641
10576
  project: Project
10642
10577
  readonly properties: any
10643
10578
  readonly reason: number
10644
- readonly support_warning: string | null
10645
10579
  readonly supportWarning: string | null
10646
10580
  readonly template: Widget
10647
- readonly template_exact: boolean
10648
10581
  readonly templateExact: boolean
10649
- toplevel_height: number
10650
10582
  toplevelHeight: number
10651
- toplevel_width: number
10652
10583
  toplevelWidth: number
10653
10584
  readonly visible: boolean
10654
10585
 
@@ -11127,6 +11058,7 @@ export interface Widget {
11127
11058
  * Notifies that support metadata has changed on the widget.
11128
11059
  */
11129
11060
  support_changed(): void
11061
+ support_warning(): string
11130
11062
  /**
11131
11063
  * Unlocks `widget` so that it can be removed
11132
11064
  * from the project again
@@ -11424,16 +11356,13 @@ export module WidgetAdaptor {
11424
11356
 
11425
11357
  book?: string | null
11426
11358
  catalog?: string | null
11427
- generic_name?: string | null
11428
- icon_name?: string | null
11359
+ genericName?: string | null
11360
+ iconName?: string | null
11429
11361
  name?: string | null
11430
11362
  query?: boolean | null
11431
- special_child_type?: string | null
11363
+ specialChildType?: string | null
11432
11364
  title?: string | null
11433
11365
  type?: GObject.GType | null
11434
- genericName?: string | null
11435
- iconName?: string | null
11436
- specialChildType?: string | null
11437
11366
  }
11438
11367
 
11439
11368
  }
@@ -11445,13 +11374,10 @@ export interface WidgetAdaptor {
11445
11374
  readonly book: string | null
11446
11375
  readonly catalog: string | null
11447
11376
  readonly cursor: any
11448
- readonly generic_name: string | null
11449
11377
  readonly genericName: string | null
11450
- readonly icon_name: string | null
11451
11378
  readonly iconName: string | null
11452
11379
  readonly name: string | null
11453
11380
  query: boolean
11454
- readonly special_child_type: string | null
11455
11381
  readonly specialChildType: string | null
11456
11382
  title: string | null
11457
11383
  readonly type: GObject.GType
package/gladeui-2.0.d.ts CHANGED
@@ -2100,7 +2100,6 @@ interface Clipboard {
2100
2100
 
2101
2101
  // Own properties of Gladeui-2.0.Gladeui.Clipboard
2102
2102
 
2103
- readonly has_selection: boolean
2104
2103
  readonly hasSelection: boolean
2105
2104
 
2106
2105
  // Own fields of Gladeui-2.0.Gladeui.Clipboard
@@ -6187,11 +6186,9 @@ module Editor {
6187
6186
 
6188
6187
  // Own constructor properties of Gladeui-2.0.Gladeui.Editor
6189
6188
 
6190
- show_boder?: boolean | null
6191
- show_class_field?: boolean | null
6192
- widget?: Widget | null
6193
6189
  showBoder?: boolean | null
6194
6190
  showClassField?: boolean | null
6191
+ widget?: Widget | null
6195
6192
  }
6196
6193
 
6197
6194
  }
@@ -6200,15 +6197,10 @@ interface Editor extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
6200
6197
 
6201
6198
  // Own properties of Gladeui-2.0.Gladeui.Editor
6202
6199
 
6203
- readonly class_field: string | null
6204
6200
  readonly classField: string | null
6205
- show_boder: boolean
6206
6201
  showBoder: boolean
6207
- show_class_field: boolean
6208
6202
  showClassField: boolean
6209
- readonly show_info: boolean
6210
6203
  readonly showInfo: boolean
6211
- readonly signal_editor: SignalEditor
6212
6204
  readonly signalEditor: SignalEditor
6213
6205
  widget: any
6214
6206
 
@@ -6225,6 +6217,8 @@ interface Editor extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
6225
6217
  * @param widget a #GladeWidget
6226
6218
  */
6227
6219
  load_widget(widget: Widget): void
6220
+ show_class_field(): void
6221
+ show_info(): void
6228
6222
 
6229
6223
  // Conflicting methods
6230
6224
 
@@ -6490,10 +6484,6 @@ module EditorProperty {
6490
6484
 
6491
6485
  // Own constructor properties of Gladeui-2.0.Gladeui.EditorProperty
6492
6486
 
6493
- custom_text?: string | null
6494
- disable_check?: boolean | null
6495
- property_def?: any | null
6496
- use_command?: boolean | null
6497
6487
  customText?: string | null
6498
6488
  disableCheck?: boolean | null
6499
6489
  propertyDef?: any | null
@@ -6506,13 +6496,9 @@ interface EditorProperty extends Atk.ImplementorIface, Editable, Gtk.Buildable,
6506
6496
 
6507
6497
  // Own properties of Gladeui-2.0.Gladeui.EditorProperty
6508
6498
 
6509
- custom_text: string | null
6510
6499
  customText: string | null
6511
- disable_check: boolean
6512
6500
  disableCheck: boolean
6513
- readonly property_def: any
6514
6501
  readonly propertyDef: any
6515
- use_command: boolean
6516
6502
  useCommand: boolean
6517
6503
 
6518
6504
  // Own fields of Gladeui-2.0.Gladeui.EditorProperty
@@ -7083,7 +7069,6 @@ module EditorTable {
7083
7069
 
7084
7070
  // Own constructor properties of Gladeui-2.0.Gladeui.EditorTable
7085
7071
 
7086
- page_type?: EditorPageType | null
7087
7072
  pageType?: EditorPageType | null
7088
7073
  }
7089
7074
 
@@ -7093,7 +7078,6 @@ interface EditorTable extends Atk.ImplementorIface, Editable, Gtk.Buildable, Gtk
7093
7078
 
7094
7079
  // Own properties of Gladeui-2.0.Gladeui.EditorTable
7095
7080
 
7096
- readonly page_type: EditorPageType
7097
7081
  readonly pageType: EditorPageType
7098
7082
 
7099
7083
  // Own fields of Gladeui-2.0.Gladeui.EditorTable
@@ -8045,11 +8029,8 @@ module Palette {
8045
8029
 
8046
8030
  // Own constructor properties of Gladeui-2.0.Gladeui.Palette
8047
8031
 
8048
- item_appearance?: ItemAppearance | null
8049
- project?: Project | null
8050
- show_selector_button?: boolean | null
8051
- use_small_item_icons?: boolean | null
8052
8032
  itemAppearance?: ItemAppearance | null
8033
+ project?: Project | null
8053
8034
  showSelectorButton?: boolean | null
8054
8035
  useSmallItemIcons?: boolean | null
8055
8036
  }
@@ -8060,12 +8041,9 @@ interface Palette extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
8060
8041
 
8061
8042
  // Own properties of Gladeui-2.0.Gladeui.Palette
8062
8043
 
8063
- item_appearance: ItemAppearance
8064
8044
  itemAppearance: ItemAppearance
8065
8045
  project: Project
8066
- show_selector_button: boolean
8067
8046
  showSelectorButton: boolean
8068
- use_small_item_icons: boolean
8069
8047
  useSmallItemIcons: boolean
8070
8048
 
8071
8049
  // Own fields of Gladeui-2.0.Gladeui.Palette
@@ -8649,13 +8627,10 @@ module Project {
8649
8627
 
8650
8628
  // Own constructor properties of Gladeui-2.0.Gladeui.Project
8651
8629
 
8652
- css_provider_path?: string | null
8653
- license?: string | null
8654
- resource_path?: string | null
8655
- template?: Widget | null
8656
- translation_domain?: string | null
8657
8630
  cssProviderPath?: string | null
8631
+ license?: string | null
8658
8632
  resourcePath?: string | null
8633
+ template?: Widget | null
8659
8634
  translationDomain?: string | null
8660
8635
  }
8661
8636
 
@@ -8665,23 +8640,16 @@ interface Project extends Gtk.TreeDragSource, Gtk.TreeModel {
8665
8640
 
8666
8641
  // Own properties of Gladeui-2.0.Gladeui.Project
8667
8642
 
8668
- readonly add_item: WidgetAdaptor
8669
8643
  readonly addItem: WidgetAdaptor
8670
- css_provider_path: string | null
8671
8644
  cssProviderPath: string | null
8672
- readonly has_selection: boolean
8673
8645
  readonly hasSelection: boolean
8674
8646
  license: string | null
8675
8647
  readonly modified: boolean
8676
8648
  readonly path: string | null
8677
- readonly pointer_mode: PointerMode
8678
8649
  readonly pointerMode: PointerMode
8679
- readonly read_only: boolean
8680
8650
  readonly readOnly: boolean
8681
- resource_path: string | null
8682
8651
  resourcePath: string | null
8683
8652
  template: Widget
8684
- translation_domain: string | null
8685
8653
  translationDomain: string | null
8686
8654
 
8687
8655
  // Own fields of Gladeui-2.0.Gladeui.Project
@@ -9153,14 +9121,11 @@ module Property {
9153
9121
 
9154
9122
  "class"?: any | null
9155
9123
  enabled?: boolean | null
9156
- i18n_comment?: string | null
9157
- i18n_context?: string | null
9158
- i18n_translatable?: boolean | null
9159
- precision?: number | null
9160
- sensitive?: boolean | null
9161
9124
  i18nComment?: string | null
9162
9125
  i18nContext?: string | null
9163
9126
  i18nTranslatable?: boolean | null
9127
+ precision?: number | null
9128
+ sensitive?: boolean | null
9164
9129
  }
9165
9130
 
9166
9131
  }
@@ -9171,11 +9136,8 @@ interface Property {
9171
9136
 
9172
9137
  readonly "class": any
9173
9138
  enabled: boolean
9174
- i18n_comment: string | null
9175
9139
  i18nComment: string | null
9176
- i18n_context: string | null
9177
9140
  i18nContext: string | null
9178
- i18n_translatable: boolean
9179
9141
  i18nTranslatable: boolean
9180
9142
  precision: number
9181
9143
  sensitive: boolean
@@ -9407,15 +9369,11 @@ module PropertyLabel {
9407
9369
 
9408
9370
  // Own constructor properties of Gladeui-2.0.Gladeui.PropertyLabel
9409
9371
 
9410
- append_colon?: boolean | null
9411
- custom_text?: string | null
9412
- custom_tooltip?: string | null
9413
- packing?: boolean | null
9414
- property?: Property | null
9415
- property_name?: string | null
9416
9372
  appendColon?: boolean | null
9417
9373
  customText?: string | null
9418
9374
  customTooltip?: string | null
9375
+ packing?: boolean | null
9376
+ property?: Property | null
9419
9377
  propertyName?: string | null
9420
9378
  }
9421
9379
 
@@ -9425,15 +9383,11 @@ interface PropertyLabel extends Atk.ImplementorIface, Editable, Gtk.Buildable {
9425
9383
 
9426
9384
  // Own properties of Gladeui-2.0.Gladeui.PropertyLabel
9427
9385
 
9428
- append_colon: boolean
9429
9386
  appendColon: boolean
9430
- custom_text: string | null
9431
9387
  customText: string | null
9432
- custom_tooltip: string | null
9433
9388
  customTooltip: string | null
9434
9389
  packing: boolean
9435
9390
  property: Property
9436
- property_name: string | null
9437
9391
  propertyName: string | null
9438
9392
 
9439
9393
  // Owm methods of Gladeui-2.0.Gladeui.PropertyLabel
@@ -9722,15 +9676,10 @@ module PropertyShell {
9722
9676
 
9723
9677
  // Own constructor properties of Gladeui-2.0.Gladeui.PropertyShell
9724
9678
 
9725
- custom_text?: string | null
9726
- disable_check?: boolean | null
9727
- editor_type?: string | null
9728
- packing?: boolean | null
9729
- property_name?: string | null
9730
- use_command?: boolean | null
9731
9679
  customText?: string | null
9732
9680
  disableCheck?: boolean | null
9733
9681
  editorType?: string | null
9682
+ packing?: boolean | null
9734
9683
  propertyName?: string | null
9735
9684
  useCommand?: boolean | null
9736
9685
  }
@@ -9741,16 +9690,11 @@ interface PropertyShell extends Atk.ImplementorIface, Editable, Gtk.Buildable, G
9741
9690
 
9742
9691
  // Own properties of Gladeui-2.0.Gladeui.PropertyShell
9743
9692
 
9744
- custom_text: string | null
9745
9693
  customText: string | null
9746
- disable_check: boolean
9747
9694
  disableCheck: boolean
9748
- readonly editor_type: string | null
9749
9695
  readonly editorType: string | null
9750
9696
  packing: boolean
9751
- property_name: string | null
9752
9697
  propertyName: string | null
9753
- use_command: boolean
9754
9698
  useCommand: boolean
9755
9699
 
9756
9700
  // Owm methods of Gladeui-2.0.Gladeui.PropertyShell
@@ -10017,10 +9961,9 @@ module Signal {
10017
9961
  "class"?: any | null
10018
9962
  detail?: string | null
10019
9963
  handler?: string | null
10020
- support_warning?: string | null
9964
+ supportWarning?: string | null
10021
9965
  swapped?: boolean | null
10022
9966
  userdata?: string | null
10023
- supportWarning?: string | null
10024
9967
  }
10025
9968
 
10026
9969
  }
@@ -10033,7 +9976,6 @@ interface Signal {
10033
9976
  readonly "class": any
10034
9977
  detail: string | null
10035
9978
  handler: string | null
10036
- support_warning: string | null
10037
9979
  supportWarning: string | null
10038
9980
  swapped: boolean
10039
9981
  userdata: string | null
@@ -10221,7 +10163,6 @@ module SignalEditor {
10221
10163
 
10222
10164
  // Own constructor properties of Gladeui-2.0.Gladeui.SignalEditor
10223
10165
 
10224
- glade_widget?: Gtk.TreeModel | null
10225
10166
  gladeWidget?: Gtk.TreeModel | null
10226
10167
  }
10227
10168
 
@@ -10231,7 +10172,6 @@ interface SignalEditor extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientab
10231
10172
 
10232
10173
  // Own properties of Gladeui-2.0.Gladeui.SignalEditor
10233
10174
 
10234
- glade_widget: Gtk.TreeModel
10235
10175
  gladeWidget: Gtk.TreeModel
10236
10176
 
10237
10177
  // Own fields of Gladeui-2.0.Gladeui.SignalEditor
@@ -10608,7 +10548,7 @@ module Widget {
10608
10548
  anarchist?: boolean | null
10609
10549
  composite?: boolean | null
10610
10550
  internal?: string | null
10611
- internal_name?: string | null
10551
+ internalName?: string | null
10612
10552
  name?: string | null
10613
10553
  object?: GObject.Object | null
10614
10554
  parent?: Widget | null
@@ -10616,10 +10556,6 @@ module Widget {
10616
10556
  properties?: any | null
10617
10557
  reason?: number | null
10618
10558
  template?: Widget | null
10619
- template_exact?: boolean | null
10620
- toplevel_height?: number | null
10621
- toplevel_width?: number | null
10622
- internalName?: string | null
10623
10559
  templateExact?: boolean | null
10624
10560
  toplevelHeight?: number | null
10625
10561
  toplevelWidth?: number | null
@@ -10635,7 +10571,6 @@ interface Widget {
10635
10571
  readonly anarchist: boolean
10636
10572
  composite: boolean
10637
10573
  internal: string | null
10638
- readonly internal_name: string | null
10639
10574
  readonly internalName: string | null
10640
10575
  name: string | null
10641
10576
  object: GObject.Object
@@ -10643,14 +10578,10 @@ interface Widget {
10643
10578
  project: Project
10644
10579
  readonly properties: any
10645
10580
  readonly reason: number
10646
- readonly support_warning: string | null
10647
10581
  readonly supportWarning: string | null
10648
10582
  readonly template: Widget
10649
- readonly template_exact: boolean
10650
10583
  readonly templateExact: boolean
10651
- toplevel_height: number
10652
10584
  toplevelHeight: number
10653
- toplevel_width: number
10654
10585
  toplevelWidth: number
10655
10586
  readonly visible: boolean
10656
10587
 
@@ -11129,6 +11060,7 @@ interface Widget {
11129
11060
  * Notifies that support metadata has changed on the widget.
11130
11061
  */
11131
11062
  support_changed(): void
11063
+ support_warning(): string
11132
11064
  /**
11133
11065
  * Unlocks `widget` so that it can be removed
11134
11066
  * from the project again
@@ -11426,16 +11358,13 @@ module WidgetAdaptor {
11426
11358
 
11427
11359
  book?: string | null
11428
11360
  catalog?: string | null
11429
- generic_name?: string | null
11430
- icon_name?: string | null
11361
+ genericName?: string | null
11362
+ iconName?: string | null
11431
11363
  name?: string | null
11432
11364
  query?: boolean | null
11433
- special_child_type?: string | null
11365
+ specialChildType?: string | null
11434
11366
  title?: string | null
11435
11367
  type?: GObject.GType | null
11436
- genericName?: string | null
11437
- iconName?: string | null
11438
- specialChildType?: string | null
11439
11368
  }
11440
11369
 
11441
11370
  }
@@ -11447,13 +11376,10 @@ interface WidgetAdaptor {
11447
11376
  readonly book: string | null
11448
11377
  readonly catalog: string | null
11449
11378
  readonly cursor: any
11450
- readonly generic_name: string | null
11451
11379
  readonly genericName: string | null
11452
- readonly icon_name: string | null
11453
11380
  readonly iconName: string | null
11454
11381
  readonly name: string | null
11455
11382
  query: boolean
11456
- readonly special_child_type: string | null
11457
11383
  readonly specialChildType: string | null
11458
11384
  title: string | null
11459
11385
  readonly type: GObject.GType
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/gladeui-2.0",
3
- "version": "2.0.0-3.2.7",
3
+ "version": "2.0.0-3.2.9",
4
4
  "description": "GJS TypeScript type definitions for Gladeui-2.0, generated from library version 2.0.0",
5
5
  "type": "module",
6
6
  "module": "gladeui-2.0.js",
7
7
  "main": "gladeui-2.0.js",
8
8
  "exports": {
9
- "./ambient": "./gladeui-2.0-ambient.d.ts",
10
- "./import": "./gladeui-2.0-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./gladeui-2.0-ambient.d.ts",
11
+ "default": "./gladeui-2.0-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./gladeui-2.0-import.d.ts",
15
+ "default": "./gladeui-2.0-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./gladeui-2.0.d.ts",
@@ -25,20 +31,20 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gladeui-2.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/pango-1.0": "^1.51.0-3.2.7",
41
- "@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/pango-1.0": "^1.51.0-3.2.9",
47
+ "@girs/xlib-2.0": "^2.0.0-3.2.9"
42
48
  },
43
49
  "devDependencies": {
44
50
  "typescript": "*"
@@ -55,7 +61,7 @@
55
61
  "license": "MIT",
56
62
  "repository": {
57
63
  "type": "git",
58
- "url": "git+https://github.com/gjsify/types.git"
64
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
59
65
  },
60
66
  "bugs": {
61
67
  "url": "https://github.com/gjsify/ts-for-gir/issues"