@girs/gdaui-5.0 5.0.0-3.2.7 → 5.0.0-3.2.8

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/gdaui-5.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Gdaui-5.0, generated from library version 5.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for Gdaui-5.0, generated from library version 5.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
9
9
 
10
10
  Libgda is a (relatively small) database access library. This package provides GTK+ widgets to database access.
11
11
 
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+
package/gdaui-5.0.d.cts CHANGED
@@ -921,19 +921,12 @@ export module BasicForm {
921
921
 
922
922
  // Own constructor properties of Gdaui-5.0.Gdaui.BasicForm
923
923
 
924
- entries_auto_default?: boolean | null
925
- /**
926
- * Deprecated
927
- */
928
- headers_sensitive?: boolean | null
929
- paramlist?: any | null
930
- show_actions?: boolean | null
931
- xml_layout?: any | null
932
924
  entriesAutoDefault?: boolean | null
933
925
  /**
934
926
  * Deprecated
935
927
  */
936
928
  headersSensitive?: boolean | null
929
+ paramlist?: any | null
937
930
  showActions?: boolean | null
938
931
  xmlLayout?: any | null
939
932
  }
@@ -944,22 +937,14 @@ export interface BasicForm extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orie
944
937
 
945
938
  // Own properties of Gdaui-5.0.Gdaui.BasicForm
946
939
 
947
- readonly can_expand_v: boolean
948
940
  readonly canExpandV: boolean
949
- entries_auto_default: boolean
950
941
  entriesAutoDefault: boolean
951
- /**
952
- * Deprecated
953
- */
954
- headers_sensitive: boolean
955
942
  /**
956
943
  * Deprecated
957
944
  */
958
945
  headersSensitive: boolean
959
946
  paramlist: any
960
- show_actions: boolean
961
947
  showActions: boolean
962
- xml_layout: any
963
948
  xmlLayout: any
964
949
 
965
950
  // Own fields of Gdaui-5.0.Gdaui.BasicForm
@@ -1375,14 +1360,10 @@ export module Cloud {
1375
1360
 
1376
1361
  // Own constructor properties of Gdaui-5.0.Gdaui.Cloud
1377
1362
 
1378
- label_column?: number | null
1379
- max_scale?: number | null
1380
- min_scale?: number | null
1381
- model?: Gda.DataModel | null
1382
- weight_column?: number | null
1383
1363
  labelColumn?: number | null
1384
1364
  maxScale?: number | null
1385
1365
  minScale?: number | null
1366
+ model?: Gda.DataModel | null
1386
1367
  weightColumn?: number | null
1387
1368
  }
1388
1369
 
@@ -1392,14 +1373,10 @@ export interface Cloud extends Atk.ImplementorIface, DataSelector, Gtk.Buildable
1392
1373
 
1393
1374
  // Own properties of Gdaui-5.0.Gdaui.Cloud
1394
1375
 
1395
- label_column: number
1396
1376
  labelColumn: number
1397
- max_scale: number
1398
1377
  maxScale: number
1399
- min_scale: number
1400
1378
  minScale: number
1401
1379
  model: Gda.DataModel
1402
- weight_column: number
1403
1380
  weightColumn: number
1404
1381
 
1405
1382
  // Own fields of Gdaui-5.0.Gdaui.Cloud
@@ -1691,9 +1668,8 @@ export module Combo {
1691
1668
 
1692
1669
  // Own constructor properties of Gdaui-5.0.Gdaui.Combo
1693
1670
 
1694
- as_list?: boolean | null
1695
- model: any
1696
1671
  asList?: boolean | null
1672
+ model: any
1697
1673
  }
1698
1674
 
1699
1675
  }
@@ -1702,7 +1678,6 @@ export interface Combo extends Atk.ImplementorIface, DataSelector, Gtk.Buildable
1702
1678
 
1703
1679
  // Own properties of Gdaui-5.0.Gdaui.Combo
1704
1680
 
1705
- as_list: boolean
1706
1681
  asList: boolean
1707
1682
  model: any
1708
1683
 
@@ -2076,13 +2051,11 @@ export module DataCellRendererBin {
2076
2051
 
2077
2052
  // Own constructor properties of Gdaui-5.0.Gdaui.DataCellRendererBin
2078
2053
 
2079
- data_handler?: Gda.DataHandler | null
2054
+ dataHandler?: Gda.DataHandler | null
2080
2055
  editable?: boolean | null
2081
- to_be_deleted?: boolean | null
2056
+ toBeDeleted?: boolean | null
2082
2057
  type?: GObject.GType | null
2083
2058
  value?: any | null
2084
- dataHandler?: Gda.DataHandler | null
2085
- toBeDeleted?: boolean | null
2086
2059
  }
2087
2060
 
2088
2061
  }
@@ -2091,10 +2064,8 @@ export interface DataCellRendererBin {
2091
2064
 
2092
2065
  // Own properties of Gdaui-5.0.Gdaui.DataCellRendererBin
2093
2066
 
2094
- readonly data_handler: Gda.DataHandler
2095
2067
  readonly dataHandler: Gda.DataHandler
2096
2068
  editable: boolean
2097
- to_be_deleted: boolean
2098
2069
  toBeDeleted: boolean
2099
2070
  readonly type: GObject.GType
2100
2071
  value: any
@@ -2289,13 +2260,11 @@ export module DataCellRendererBoolean {
2289
2260
 
2290
2261
  // Own constructor properties of Gdaui-5.0.Gdaui.DataCellRendererBoolean
2291
2262
 
2292
- data_handler?: Gda.DataHandler | null
2263
+ dataHandler?: Gda.DataHandler | null
2293
2264
  editable?: boolean | null
2294
- to_be_deleted?: boolean | null
2265
+ toBeDeleted?: boolean | null
2295
2266
  type?: GObject.GType | null
2296
2267
  value?: any | null
2297
- dataHandler?: Gda.DataHandler | null
2298
- toBeDeleted?: boolean | null
2299
2268
  }
2300
2269
 
2301
2270
  }
@@ -2304,10 +2273,8 @@ export interface DataCellRendererBoolean {
2304
2273
 
2305
2274
  // Own properties of Gdaui-5.0.Gdaui.DataCellRendererBoolean
2306
2275
 
2307
- readonly data_handler: Gda.DataHandler
2308
2276
  readonly dataHandler: Gda.DataHandler
2309
2277
  editable: boolean
2310
- to_be_deleted: boolean
2311
2278
  toBeDeleted: boolean
2312
2279
  readonly type: GObject.GType
2313
2280
  value: any
@@ -2487,18 +2454,12 @@ export module DataCellRendererCombo {
2487
2454
 
2488
2455
  // Own constructor properties of Gdaui-5.0.Gdaui.DataCellRendererCombo
2489
2456
 
2490
- data_set?: Set | null
2491
- data_set_source?: any | null
2492
- set_default_if_invalid?: boolean | null
2493
- show_expander?: boolean | null
2494
- to_be_deleted?: boolean | null
2495
- values?: any | null
2496
- values_display?: any | null
2497
2457
  dataSet?: Set | null
2498
2458
  dataSetSource?: any | null
2499
2459
  setDefaultIfInvalid?: boolean | null
2500
2460
  showExpander?: boolean | null
2501
2461
  toBeDeleted?: boolean | null
2462
+ values?: any | null
2502
2463
  valuesDisplay?: any | null
2503
2464
  }
2504
2465
 
@@ -2508,18 +2469,12 @@ export interface DataCellRendererCombo {
2508
2469
 
2509
2470
  // Own properties of Gdaui-5.0.Gdaui.DataCellRendererCombo
2510
2471
 
2511
- readonly data_set: Set
2512
2472
  readonly dataSet: Set
2513
- readonly data_set_source: any
2514
2473
  readonly dataSetSource: any
2515
- set_default_if_invalid: boolean
2516
2474
  setDefaultIfInvalid: boolean
2517
- show_expander: boolean
2518
2475
  showExpander: boolean
2519
- to_be_deleted: boolean
2520
2476
  toBeDeleted: boolean
2521
2477
  values: any
2522
- values_display: any
2523
2478
  valuesDisplay: any
2524
2479
 
2525
2480
  // Own fields of Gdaui-5.0.Gdaui.DataCellRendererCombo
@@ -2816,7 +2771,6 @@ export module DataCellRendererInfo {
2816
2771
  group?: any | null
2817
2772
  iter?: Gda.DataModelIter | null
2818
2773
  store?: DataStore | null
2819
- to_be_deleted?: boolean | null
2820
2774
  toBeDeleted?: boolean | null
2821
2775
  }
2822
2776
 
@@ -2830,7 +2784,6 @@ export interface DataCellRendererInfo {
2830
2784
  readonly group: any
2831
2785
  readonly iter: Gda.DataModelIter
2832
2786
  readonly store: DataStore
2833
- to_be_deleted: boolean
2834
2787
  toBeDeleted: boolean
2835
2788
 
2836
2789
  // Own fields of Gdaui-5.0.Gdaui.DataCellRendererInfo
@@ -2980,13 +2933,11 @@ export module DataCellRendererTextual {
2980
2933
 
2981
2934
  // Own constructor properties of Gdaui-5.0.Gdaui.DataCellRendererTextual
2982
2935
 
2983
- data_handler?: Gda.DataHandler | null
2936
+ dataHandler?: Gda.DataHandler | null
2984
2937
  options?: string | null
2985
- to_be_deleted?: boolean | null
2938
+ toBeDeleted?: boolean | null
2986
2939
  type?: GObject.GType | null
2987
2940
  value?: any | null
2988
- dataHandler?: Gda.DataHandler | null
2989
- toBeDeleted?: boolean | null
2990
2941
  }
2991
2942
 
2992
2943
  }
@@ -2995,10 +2946,8 @@ export interface DataCellRendererTextual {
2995
2946
 
2996
2947
  // Own properties of Gdaui-5.0.Gdaui.DataCellRendererTextual
2997
2948
 
2998
- readonly data_handler: Gda.DataHandler
2999
2949
  readonly dataHandler: Gda.DataHandler
3000
2950
  options: string | null
3001
- to_be_deleted: boolean
3002
2951
  toBeDeleted: boolean
3003
2952
  readonly type: GObject.GType
3004
2953
  value: any
@@ -3299,7 +3248,6 @@ export module DataFilter {
3299
3248
 
3300
3249
  // Own constructor properties of Gdaui-5.0.Gdaui.DataFilter
3301
3250
 
3302
- data_widget?: DataProxy | null
3303
3251
  dataWidget?: DataProxy | null
3304
3252
  }
3305
3253
 
@@ -3309,7 +3257,6 @@ export interface DataFilter extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Ori
3309
3257
 
3310
3258
  // Own properties of Gdaui-5.0.Gdaui.DataFilter
3311
3259
 
3312
- data_widget: DataProxy
3313
3260
  dataWidget: DataProxy
3314
3261
 
3315
3262
  // Own fields of Gdaui-5.0.Gdaui.DataFilter
@@ -3554,7 +3501,6 @@ export module DataProxyInfo {
3554
3501
 
3555
3502
  // Own constructor properties of Gdaui-5.0.Gdaui.DataProxyInfo
3556
3503
 
3557
- data_proxy?: DataProxy | null
3558
3504
  dataProxy?: DataProxy | null
3559
3505
  }
3560
3506
 
@@ -3564,13 +3510,7 @@ export interface DataProxyInfo extends Atk.ImplementorIface, Gtk.Buildable, Gtk.
3564
3510
 
3565
3511
  // Own properties of Gdaui-5.0.Gdaui.DataProxyInfo
3566
3512
 
3567
- data_proxy: DataProxy
3568
3513
  dataProxy: DataProxy
3569
- /**
3570
- * Use this property to obtain the #GtkUIManager object internally used (to add new actions
3571
- * for example).
3572
- */
3573
- readonly ui_manager: Gtk.UIManager
3574
3514
  /**
3575
3515
  * Use this property to obtain the #GtkUIManager object internally used (to add new actions
3576
3516
  * for example).
@@ -3823,7 +3763,6 @@ export module DataStore {
3823
3763
  // Own constructor properties of Gdaui-5.0.Gdaui.DataStore
3824
3764
 
3825
3765
  model?: any | null
3826
- prepend_null_entry?: boolean | null
3827
3766
  prependNullEntry?: boolean | null
3828
3767
  }
3829
3768
 
@@ -3834,7 +3773,6 @@ export interface DataStore extends Gtk.TreeModel {
3834
3773
  // Own properties of Gdaui-5.0.Gdaui.DataStore
3835
3774
 
3836
3775
  readonly model: any
3837
- prepend_null_entry: boolean
3838
3776
  prependNullEntry: boolean
3839
3777
  readonly proxy: any
3840
3778
 
@@ -4902,7 +4840,6 @@ export module EntryCombo {
4902
4840
 
4903
4841
  // Own constructor properties of Gdaui-5.0.Gdaui.EntryCombo
4904
4842
 
4905
- set_default_if_invalid?: boolean | null
4906
4843
  setDefaultIfInvalid?: boolean | null
4907
4844
  }
4908
4845
 
@@ -4912,7 +4849,6 @@ export interface EntryCombo extends Atk.ImplementorIface, DataEntry, Gtk.Buildab
4912
4849
 
4913
4850
  // Own properties of Gdaui-5.0.Gdaui.EntryCombo
4914
4851
 
4915
- set_default_if_invalid: boolean
4916
4852
  setDefaultIfInvalid: boolean
4917
4853
 
4918
4854
  // Own fields of Gdaui-5.0.Gdaui.EntryCombo
@@ -5227,9 +5163,8 @@ export module EntryCommonTime {
5227
5163
 
5228
5164
  // Own constructor properties of Gdaui-5.0.Gdaui.EntryCommonTime
5229
5165
 
5230
- editing_canceled?: boolean | null
5231
- type?: number | null
5232
5166
  editingCanceled?: boolean | null
5167
+ type?: number | null
5233
5168
  }
5234
5169
 
5235
5170
  }
@@ -5238,7 +5173,6 @@ export interface EntryCommonTime extends Atk.ImplementorIface, DataEntry, Gtk.Bu
5238
5173
 
5239
5174
  // Own properties of Gdaui-5.0.Gdaui.EntryCommonTime
5240
5175
 
5241
- editing_canceled: boolean
5242
5176
  editingCanceled: boolean
5243
5177
  type: number
5244
5178
 
@@ -5996,9 +5930,8 @@ export module EntryNumber {
5996
5930
 
5997
5931
  // Own constructor properties of Gdaui-5.0.Gdaui.EntryNumber
5998
5932
 
5999
- editing_canceled?: boolean | null
6000
- options?: string | null
6001
5933
  editingCanceled?: boolean | null
5934
+ options?: string | null
6002
5935
  }
6003
5936
 
6004
5937
  }
@@ -6007,7 +5940,6 @@ export interface EntryNumber extends Atk.ImplementorIface, DataEntry, Gtk.Builda
6007
5940
 
6008
5941
  // Own properties of Gdaui-5.0.Gdaui.EntryNumber
6009
5942
 
6010
- editing_canceled: boolean
6011
5943
  editingCanceled: boolean
6012
5944
  options: string | null
6013
5945
 
@@ -6277,7 +6209,6 @@ export module EntryShell {
6277
6209
 
6278
6210
  actions?: boolean | null
6279
6211
  handler?: Gda.DataHandler | null
6280
- is_cell_renderer?: boolean | null
6281
6212
  isCellRenderer?: boolean | null
6282
6213
  }
6283
6214
 
@@ -6289,7 +6220,6 @@ export interface EntryShell extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scr
6289
6220
 
6290
6221
  actions: boolean
6291
6222
  handler: Gda.DataHandler
6292
- is_cell_renderer: boolean
6293
6223
  isCellRenderer: boolean
6294
6224
 
6295
6225
  // Own fields of Gdaui-5.0.Gdaui.EntryShell
@@ -6543,10 +6473,9 @@ export module EntryString {
6543
6473
 
6544
6474
  // Own constructor properties of Gdaui-5.0.Gdaui.EntryString
6545
6475
 
6546
- editing_canceled?: boolean | null
6476
+ editingCanceled?: boolean | null
6547
6477
  multiline?: boolean | null
6548
6478
  options?: string | null
6549
- editingCanceled?: boolean | null
6550
6479
  }
6551
6480
 
6552
6481
  }
@@ -6555,7 +6484,6 @@ export interface EntryString extends Atk.ImplementorIface, DataEntry, Gtk.Builda
6555
6484
 
6556
6485
  // Own properties of Gdaui-5.0.Gdaui.EntryString
6557
6486
 
6558
- editing_canceled: boolean
6559
6487
  editingCanceled: boolean
6560
6488
  multiline: boolean
6561
6489
  options: string | null
@@ -7356,7 +7284,6 @@ export module EntryWrapper {
7356
7284
 
7357
7285
  // Own constructor properties of Gdaui-5.0.Gdaui.EntryWrapper
7358
7286
 
7359
- set_default_if_invalid?: boolean | null
7360
7287
  setDefaultIfInvalid?: boolean | null
7361
7288
  }
7362
7289
 
@@ -7366,7 +7293,6 @@ export interface EntryWrapper extends Atk.ImplementorIface, DataEntry, Gtk.Build
7366
7293
 
7367
7294
  // Own properties of Gdaui-5.0.Gdaui.EntryWrapper
7368
7295
 
7369
- set_default_if_invalid: boolean
7370
7296
  setDefaultIfInvalid: boolean
7371
7297
 
7372
7298
  // Own fields of Gdaui-5.0.Gdaui.EntryWrapper
@@ -7630,7 +7556,6 @@ export interface Form extends Atk.ImplementorIface, DataProxy, DataSelector, Gtk
7630
7556
 
7631
7557
  readonly info: DataProxyInfo
7632
7558
  readonly model: Gda.DataModel
7633
- readonly raw_form: RawForm
7634
7559
  readonly rawForm: RawForm
7635
7560
 
7636
7561
  // Own fields of Gdaui-5.0.Gdaui.Form
@@ -8384,7 +8309,6 @@ export interface Grid extends Atk.ImplementorIface, DataProxy, DataSelector, Gtk
8384
8309
 
8385
8310
  readonly info: DataProxyInfo
8386
8311
  model: Gda.DataModel
8387
- readonly raw_grid: RawGrid
8388
8312
  readonly rawGrid: RawGrid
8389
8313
 
8390
8314
  // Own fields of Gdaui-5.0.Gdaui.Grid
@@ -8955,13 +8879,10 @@ export module NumericEntry {
8955
8879
 
8956
8880
  // Own constructor properties of Gdaui-5.0.Gdaui.NumericEntry
8957
8881
 
8958
- decimal_sep?: number | null
8959
- n_decimals?: number | null
8960
- thousands_sep?: number | null
8961
- type?: GObject.GType | null
8962
8882
  decimalSep?: number | null
8963
8883
  nDecimals?: number | null
8964
8884
  thousandsSep?: number | null
8885
+ type?: GObject.GType | null
8965
8886
  }
8966
8887
 
8967
8888
  }
@@ -8970,11 +8891,8 @@ export interface NumericEntry extends Atk.ImplementorIface, Gtk.Buildable, Gtk.C
8970
8891
 
8971
8892
  // Own properties of Gdaui-5.0.Gdaui.NumericEntry
8972
8893
 
8973
- decimal_sep: number
8974
8894
  decimalSep: number
8975
- n_decimals: number
8976
8895
  nDecimals: number
8977
- thousands_sep: number
8978
8896
  thousandsSep: number
8979
8897
  type: GObject.GType
8980
8898
 
@@ -10084,12 +10002,9 @@ export module RawGrid {
10084
10002
 
10085
10003
  // Own constructor properties of Gdaui-5.0.Gdaui.RawGrid
10086
10004
 
10087
- global_actions_visible?: boolean | null
10088
- info_cell_visible?: boolean | null
10089
- model: any
10090
- xml_layout?: any | null
10091
10005
  globalActionsVisible?: boolean | null
10092
10006
  infoCellVisible?: boolean | null
10007
+ model: any
10093
10008
  xmlLayout?: any | null
10094
10009
  }
10095
10010
 
@@ -10099,12 +10014,9 @@ export interface RawGrid extends Atk.ImplementorIface, DataProxy, DataSelector,
10099
10014
 
10100
10015
  // Own properties of Gdaui-5.0.Gdaui.RawGrid
10101
10016
 
10102
- global_actions_visible: boolean
10103
10017
  globalActionsVisible: boolean
10104
- info_cell_visible: boolean
10105
10018
  infoCellVisible: boolean
10106
10019
  model: any
10107
- xml_layout: any
10108
10020
  xmlLayout: any
10109
10021
 
10110
10022
  // Own fields of Gdaui-5.0.Gdaui.RawGrid
@@ -10483,22 +10395,6 @@ export module RtEditor {
10483
10395
 
10484
10396
  // Own constructor properties of Gdaui-5.0.Gdaui.RtEditor
10485
10397
 
10486
- /**
10487
- * Determines if the contents of the widget appears in a scrolled window or not.
10488
- */
10489
- in_scrolled_window?: boolean | null
10490
- /**
10491
- * If set to %TRUE, then the default text background is removed
10492
- * and thus the textbackground is the default widget's background.
10493
- *
10494
- * This property has to be set before the widget is realized, and is taken into account only
10495
- * if the widget is not editable (when it's realized).
10496
- */
10497
- no_background?: boolean | null
10498
- /**
10499
- * Instead of showing the formatted text, display the raw text (in the txt2tags syntax)
10500
- */
10501
- show_markup?: boolean | null
10502
10398
  /**
10503
10399
  * Determines if the contents of the widget appears in a scrolled window or not.
10504
10400
  */
@@ -10527,22 +10423,10 @@ export interface RtEditor extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orien
10527
10423
  * Get access to the actual #GtkTextBuffer used. Do not modify it!
10528
10424
  */
10529
10425
  readonly buffer: Gtk.TextBuffer
10530
- /**
10531
- * Determines if the contents of the widget appears in a scrolled window or not.
10532
- */
10533
- in_scrolled_window: boolean
10534
10426
  /**
10535
10427
  * Determines if the contents of the widget appears in a scrolled window or not.
10536
10428
  */
10537
10429
  inScrolledWindow: boolean
10538
- /**
10539
- * If set to %TRUE, then the default text background is removed
10540
- * and thus the textbackground is the default widget's background.
10541
- *
10542
- * This property has to be set before the widget is realized, and is taken into account only
10543
- * if the widget is not editable (when it's realized).
10544
- */
10545
- no_background: boolean
10546
10430
  /**
10547
10431
  * If set to %TRUE, then the default text background is removed
10548
10432
  * and thus the textbackground is the default widget's background.
@@ -10551,10 +10435,6 @@ export interface RtEditor extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orien
10551
10435
  * if the widget is not editable (when it's realized).
10552
10436
  */
10553
10437
  noBackground: boolean
10554
- /**
10555
- * Instead of showing the formatted text, display the raw text (in the txt2tags syntax)
10556
- */
10557
- show_markup: boolean
10558
10438
  /**
10559
10439
  * Instead of showing the formatted text, display the raw text (in the txt2tags syntax)
10560
10440
  */
@@ -10836,8 +10716,6 @@ export module ServerOperation {
10836
10716
 
10837
10717
  // Own constructor properties of Gdaui-5.0.Gdaui.ServerOperation
10838
10718
 
10839
- hide_single_header?: boolean | null
10840
- server_operation?: Gda.ServerOperation | null
10841
10719
  hideSingleHeader?: boolean | null
10842
10720
  serverOperation?: Gda.ServerOperation | null
10843
10721
  }
@@ -10848,9 +10726,7 @@ export interface ServerOperation extends Atk.ImplementorIface, Gtk.Buildable, Gt
10848
10726
 
10849
10727
  // Own properties of Gdaui-5.0.Gdaui.ServerOperation
10850
10728
 
10851
- hide_single_header: boolean
10852
10729
  hideSingleHeader: boolean
10853
- readonly server_operation: Gda.ServerOperation
10854
10730
  readonly serverOperation: Gda.ServerOperation
10855
10731
 
10856
10732
  // Own fields of Gdaui-5.0.Gdaui.ServerOperation
package/gdaui-5.0.d.ts CHANGED
@@ -923,19 +923,12 @@ module BasicForm {
923
923
 
924
924
  // Own constructor properties of Gdaui-5.0.Gdaui.BasicForm
925
925
 
926
- entries_auto_default?: boolean | null
927
- /**
928
- * Deprecated
929
- */
930
- headers_sensitive?: boolean | null
931
- paramlist?: any | null
932
- show_actions?: boolean | null
933
- xml_layout?: any | null
934
926
  entriesAutoDefault?: boolean | null
935
927
  /**
936
928
  * Deprecated
937
929
  */
938
930
  headersSensitive?: boolean | null
931
+ paramlist?: any | null
939
932
  showActions?: boolean | null
940
933
  xmlLayout?: any | null
941
934
  }
@@ -946,22 +939,14 @@ interface BasicForm extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable
946
939
 
947
940
  // Own properties of Gdaui-5.0.Gdaui.BasicForm
948
941
 
949
- readonly can_expand_v: boolean
950
942
  readonly canExpandV: boolean
951
- entries_auto_default: boolean
952
943
  entriesAutoDefault: boolean
953
- /**
954
- * Deprecated
955
- */
956
- headers_sensitive: boolean
957
944
  /**
958
945
  * Deprecated
959
946
  */
960
947
  headersSensitive: boolean
961
948
  paramlist: any
962
- show_actions: boolean
963
949
  showActions: boolean
964
- xml_layout: any
965
950
  xmlLayout: any
966
951
 
967
952
  // Own fields of Gdaui-5.0.Gdaui.BasicForm
@@ -1377,14 +1362,10 @@ module Cloud {
1377
1362
 
1378
1363
  // Own constructor properties of Gdaui-5.0.Gdaui.Cloud
1379
1364
 
1380
- label_column?: number | null
1381
- max_scale?: number | null
1382
- min_scale?: number | null
1383
- model?: Gda.DataModel | null
1384
- weight_column?: number | null
1385
1365
  labelColumn?: number | null
1386
1366
  maxScale?: number | null
1387
1367
  minScale?: number | null
1368
+ model?: Gda.DataModel | null
1388
1369
  weightColumn?: number | null
1389
1370
  }
1390
1371
 
@@ -1394,14 +1375,10 @@ interface Cloud extends Atk.ImplementorIface, DataSelector, Gtk.Buildable, Gtk.O
1394
1375
 
1395
1376
  // Own properties of Gdaui-5.0.Gdaui.Cloud
1396
1377
 
1397
- label_column: number
1398
1378
  labelColumn: number
1399
- max_scale: number
1400
1379
  maxScale: number
1401
- min_scale: number
1402
1380
  minScale: number
1403
1381
  model: Gda.DataModel
1404
- weight_column: number
1405
1382
  weightColumn: number
1406
1383
 
1407
1384
  // Own fields of Gdaui-5.0.Gdaui.Cloud
@@ -1693,9 +1670,8 @@ module Combo {
1693
1670
 
1694
1671
  // Own constructor properties of Gdaui-5.0.Gdaui.Combo
1695
1672
 
1696
- as_list?: boolean | null
1697
- model: any
1698
1673
  asList?: boolean | null
1674
+ model: any
1699
1675
  }
1700
1676
 
1701
1677
  }
@@ -1704,7 +1680,6 @@ interface Combo extends Atk.ImplementorIface, DataSelector, Gtk.Buildable, Gtk.C
1704
1680
 
1705
1681
  // Own properties of Gdaui-5.0.Gdaui.Combo
1706
1682
 
1707
- as_list: boolean
1708
1683
  asList: boolean
1709
1684
  model: any
1710
1685
 
@@ -2078,13 +2053,11 @@ module DataCellRendererBin {
2078
2053
 
2079
2054
  // Own constructor properties of Gdaui-5.0.Gdaui.DataCellRendererBin
2080
2055
 
2081
- data_handler?: Gda.DataHandler | null
2056
+ dataHandler?: Gda.DataHandler | null
2082
2057
  editable?: boolean | null
2083
- to_be_deleted?: boolean | null
2058
+ toBeDeleted?: boolean | null
2084
2059
  type?: GObject.GType | null
2085
2060
  value?: any | null
2086
- dataHandler?: Gda.DataHandler | null
2087
- toBeDeleted?: boolean | null
2088
2061
  }
2089
2062
 
2090
2063
  }
@@ -2093,10 +2066,8 @@ interface DataCellRendererBin {
2093
2066
 
2094
2067
  // Own properties of Gdaui-5.0.Gdaui.DataCellRendererBin
2095
2068
 
2096
- readonly data_handler: Gda.DataHandler
2097
2069
  readonly dataHandler: Gda.DataHandler
2098
2070
  editable: boolean
2099
- to_be_deleted: boolean
2100
2071
  toBeDeleted: boolean
2101
2072
  readonly type: GObject.GType
2102
2073
  value: any
@@ -2291,13 +2262,11 @@ module DataCellRendererBoolean {
2291
2262
 
2292
2263
  // Own constructor properties of Gdaui-5.0.Gdaui.DataCellRendererBoolean
2293
2264
 
2294
- data_handler?: Gda.DataHandler | null
2265
+ dataHandler?: Gda.DataHandler | null
2295
2266
  editable?: boolean | null
2296
- to_be_deleted?: boolean | null
2267
+ toBeDeleted?: boolean | null
2297
2268
  type?: GObject.GType | null
2298
2269
  value?: any | null
2299
- dataHandler?: Gda.DataHandler | null
2300
- toBeDeleted?: boolean | null
2301
2270
  }
2302
2271
 
2303
2272
  }
@@ -2306,10 +2275,8 @@ interface DataCellRendererBoolean {
2306
2275
 
2307
2276
  // Own properties of Gdaui-5.0.Gdaui.DataCellRendererBoolean
2308
2277
 
2309
- readonly data_handler: Gda.DataHandler
2310
2278
  readonly dataHandler: Gda.DataHandler
2311
2279
  editable: boolean
2312
- to_be_deleted: boolean
2313
2280
  toBeDeleted: boolean
2314
2281
  readonly type: GObject.GType
2315
2282
  value: any
@@ -2489,18 +2456,12 @@ module DataCellRendererCombo {
2489
2456
 
2490
2457
  // Own constructor properties of Gdaui-5.0.Gdaui.DataCellRendererCombo
2491
2458
 
2492
- data_set?: Set | null
2493
- data_set_source?: any | null
2494
- set_default_if_invalid?: boolean | null
2495
- show_expander?: boolean | null
2496
- to_be_deleted?: boolean | null
2497
- values?: any | null
2498
- values_display?: any | null
2499
2459
  dataSet?: Set | null
2500
2460
  dataSetSource?: any | null
2501
2461
  setDefaultIfInvalid?: boolean | null
2502
2462
  showExpander?: boolean | null
2503
2463
  toBeDeleted?: boolean | null
2464
+ values?: any | null
2504
2465
  valuesDisplay?: any | null
2505
2466
  }
2506
2467
 
@@ -2510,18 +2471,12 @@ interface DataCellRendererCombo {
2510
2471
 
2511
2472
  // Own properties of Gdaui-5.0.Gdaui.DataCellRendererCombo
2512
2473
 
2513
- readonly data_set: Set
2514
2474
  readonly dataSet: Set
2515
- readonly data_set_source: any
2516
2475
  readonly dataSetSource: any
2517
- set_default_if_invalid: boolean
2518
2476
  setDefaultIfInvalid: boolean
2519
- show_expander: boolean
2520
2477
  showExpander: boolean
2521
- to_be_deleted: boolean
2522
2478
  toBeDeleted: boolean
2523
2479
  values: any
2524
- values_display: any
2525
2480
  valuesDisplay: any
2526
2481
 
2527
2482
  // Own fields of Gdaui-5.0.Gdaui.DataCellRendererCombo
@@ -2818,7 +2773,6 @@ module DataCellRendererInfo {
2818
2773
  group?: any | null
2819
2774
  iter?: Gda.DataModelIter | null
2820
2775
  store?: DataStore | null
2821
- to_be_deleted?: boolean | null
2822
2776
  toBeDeleted?: boolean | null
2823
2777
  }
2824
2778
 
@@ -2832,7 +2786,6 @@ interface DataCellRendererInfo {
2832
2786
  readonly group: any
2833
2787
  readonly iter: Gda.DataModelIter
2834
2788
  readonly store: DataStore
2835
- to_be_deleted: boolean
2836
2789
  toBeDeleted: boolean
2837
2790
 
2838
2791
  // Own fields of Gdaui-5.0.Gdaui.DataCellRendererInfo
@@ -2982,13 +2935,11 @@ module DataCellRendererTextual {
2982
2935
 
2983
2936
  // Own constructor properties of Gdaui-5.0.Gdaui.DataCellRendererTextual
2984
2937
 
2985
- data_handler?: Gda.DataHandler | null
2938
+ dataHandler?: Gda.DataHandler | null
2986
2939
  options?: string | null
2987
- to_be_deleted?: boolean | null
2940
+ toBeDeleted?: boolean | null
2988
2941
  type?: GObject.GType | null
2989
2942
  value?: any | null
2990
- dataHandler?: Gda.DataHandler | null
2991
- toBeDeleted?: boolean | null
2992
2943
  }
2993
2944
 
2994
2945
  }
@@ -2997,10 +2948,8 @@ interface DataCellRendererTextual {
2997
2948
 
2998
2949
  // Own properties of Gdaui-5.0.Gdaui.DataCellRendererTextual
2999
2950
 
3000
- readonly data_handler: Gda.DataHandler
3001
2951
  readonly dataHandler: Gda.DataHandler
3002
2952
  options: string | null
3003
- to_be_deleted: boolean
3004
2953
  toBeDeleted: boolean
3005
2954
  readonly type: GObject.GType
3006
2955
  value: any
@@ -3301,7 +3250,6 @@ module DataFilter {
3301
3250
 
3302
3251
  // Own constructor properties of Gdaui-5.0.Gdaui.DataFilter
3303
3252
 
3304
- data_widget?: DataProxy | null
3305
3253
  dataWidget?: DataProxy | null
3306
3254
  }
3307
3255
 
@@ -3311,7 +3259,6 @@ interface DataFilter extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable
3311
3259
 
3312
3260
  // Own properties of Gdaui-5.0.Gdaui.DataFilter
3313
3261
 
3314
- data_widget: DataProxy
3315
3262
  dataWidget: DataProxy
3316
3263
 
3317
3264
  // Own fields of Gdaui-5.0.Gdaui.DataFilter
@@ -3556,7 +3503,6 @@ module DataProxyInfo {
3556
3503
 
3557
3504
  // Own constructor properties of Gdaui-5.0.Gdaui.DataProxyInfo
3558
3505
 
3559
- data_proxy?: DataProxy | null
3560
3506
  dataProxy?: DataProxy | null
3561
3507
  }
3562
3508
 
@@ -3566,13 +3512,7 @@ interface DataProxyInfo extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orienta
3566
3512
 
3567
3513
  // Own properties of Gdaui-5.0.Gdaui.DataProxyInfo
3568
3514
 
3569
- data_proxy: DataProxy
3570
3515
  dataProxy: DataProxy
3571
- /**
3572
- * Use this property to obtain the #GtkUIManager object internally used (to add new actions
3573
- * for example).
3574
- */
3575
- readonly ui_manager: Gtk.UIManager
3576
3516
  /**
3577
3517
  * Use this property to obtain the #GtkUIManager object internally used (to add new actions
3578
3518
  * for example).
@@ -3825,7 +3765,6 @@ module DataStore {
3825
3765
  // Own constructor properties of Gdaui-5.0.Gdaui.DataStore
3826
3766
 
3827
3767
  model?: any | null
3828
- prepend_null_entry?: boolean | null
3829
3768
  prependNullEntry?: boolean | null
3830
3769
  }
3831
3770
 
@@ -3836,7 +3775,6 @@ interface DataStore extends Gtk.TreeModel {
3836
3775
  // Own properties of Gdaui-5.0.Gdaui.DataStore
3837
3776
 
3838
3777
  readonly model: any
3839
- prepend_null_entry: boolean
3840
3778
  prependNullEntry: boolean
3841
3779
  readonly proxy: any
3842
3780
 
@@ -4904,7 +4842,6 @@ module EntryCombo {
4904
4842
 
4905
4843
  // Own constructor properties of Gdaui-5.0.Gdaui.EntryCombo
4906
4844
 
4907
- set_default_if_invalid?: boolean | null
4908
4845
  setDefaultIfInvalid?: boolean | null
4909
4846
  }
4910
4847
 
@@ -4914,7 +4851,6 @@ interface EntryCombo extends Atk.ImplementorIface, DataEntry, Gtk.Buildable, Gtk
4914
4851
 
4915
4852
  // Own properties of Gdaui-5.0.Gdaui.EntryCombo
4916
4853
 
4917
- set_default_if_invalid: boolean
4918
4854
  setDefaultIfInvalid: boolean
4919
4855
 
4920
4856
  // Own fields of Gdaui-5.0.Gdaui.EntryCombo
@@ -5229,9 +5165,8 @@ module EntryCommonTime {
5229
5165
 
5230
5166
  // Own constructor properties of Gdaui-5.0.Gdaui.EntryCommonTime
5231
5167
 
5232
- editing_canceled?: boolean | null
5233
- type?: number | null
5234
5168
  editingCanceled?: boolean | null
5169
+ type?: number | null
5235
5170
  }
5236
5171
 
5237
5172
  }
@@ -5240,7 +5175,6 @@ interface EntryCommonTime extends Atk.ImplementorIface, DataEntry, Gtk.Buildable
5240
5175
 
5241
5176
  // Own properties of Gdaui-5.0.Gdaui.EntryCommonTime
5242
5177
 
5243
- editing_canceled: boolean
5244
5178
  editingCanceled: boolean
5245
5179
  type: number
5246
5180
 
@@ -5998,9 +5932,8 @@ module EntryNumber {
5998
5932
 
5999
5933
  // Own constructor properties of Gdaui-5.0.Gdaui.EntryNumber
6000
5934
 
6001
- editing_canceled?: boolean | null
6002
- options?: string | null
6003
5935
  editingCanceled?: boolean | null
5936
+ options?: string | null
6004
5937
  }
6005
5938
 
6006
5939
  }
@@ -6009,7 +5942,6 @@ interface EntryNumber extends Atk.ImplementorIface, DataEntry, Gtk.Buildable, Gt
6009
5942
 
6010
5943
  // Own properties of Gdaui-5.0.Gdaui.EntryNumber
6011
5944
 
6012
- editing_canceled: boolean
6013
5945
  editingCanceled: boolean
6014
5946
  options: string | null
6015
5947
 
@@ -6279,7 +6211,6 @@ module EntryShell {
6279
6211
 
6280
6212
  actions?: boolean | null
6281
6213
  handler?: Gda.DataHandler | null
6282
- is_cell_renderer?: boolean | null
6283
6214
  isCellRenderer?: boolean | null
6284
6215
  }
6285
6216
 
@@ -6291,7 +6222,6 @@ interface EntryShell extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Scrollable
6291
6222
 
6292
6223
  actions: boolean
6293
6224
  handler: Gda.DataHandler
6294
- is_cell_renderer: boolean
6295
6225
  isCellRenderer: boolean
6296
6226
 
6297
6227
  // Own fields of Gdaui-5.0.Gdaui.EntryShell
@@ -6545,10 +6475,9 @@ module EntryString {
6545
6475
 
6546
6476
  // Own constructor properties of Gdaui-5.0.Gdaui.EntryString
6547
6477
 
6548
- editing_canceled?: boolean | null
6478
+ editingCanceled?: boolean | null
6549
6479
  multiline?: boolean | null
6550
6480
  options?: string | null
6551
- editingCanceled?: boolean | null
6552
6481
  }
6553
6482
 
6554
6483
  }
@@ -6557,7 +6486,6 @@ interface EntryString extends Atk.ImplementorIface, DataEntry, Gtk.Buildable, Gt
6557
6486
 
6558
6487
  // Own properties of Gdaui-5.0.Gdaui.EntryString
6559
6488
 
6560
- editing_canceled: boolean
6561
6489
  editingCanceled: boolean
6562
6490
  multiline: boolean
6563
6491
  options: string | null
@@ -7358,7 +7286,6 @@ module EntryWrapper {
7358
7286
 
7359
7287
  // Own constructor properties of Gdaui-5.0.Gdaui.EntryWrapper
7360
7288
 
7361
- set_default_if_invalid?: boolean | null
7362
7289
  setDefaultIfInvalid?: boolean | null
7363
7290
  }
7364
7291
 
@@ -7368,7 +7295,6 @@ interface EntryWrapper extends Atk.ImplementorIface, DataEntry, Gtk.Buildable, G
7368
7295
 
7369
7296
  // Own properties of Gdaui-5.0.Gdaui.EntryWrapper
7370
7297
 
7371
- set_default_if_invalid: boolean
7372
7298
  setDefaultIfInvalid: boolean
7373
7299
 
7374
7300
  // Own fields of Gdaui-5.0.Gdaui.EntryWrapper
@@ -7632,7 +7558,6 @@ interface Form extends Atk.ImplementorIface, DataProxy, DataSelector, Gtk.Builda
7632
7558
 
7633
7559
  readonly info: DataProxyInfo
7634
7560
  readonly model: Gda.DataModel
7635
- readonly raw_form: RawForm
7636
7561
  readonly rawForm: RawForm
7637
7562
 
7638
7563
  // Own fields of Gdaui-5.0.Gdaui.Form
@@ -8386,7 +8311,6 @@ interface Grid extends Atk.ImplementorIface, DataProxy, DataSelector, Gtk.Builda
8386
8311
 
8387
8312
  readonly info: DataProxyInfo
8388
8313
  model: Gda.DataModel
8389
- readonly raw_grid: RawGrid
8390
8314
  readonly rawGrid: RawGrid
8391
8315
 
8392
8316
  // Own fields of Gdaui-5.0.Gdaui.Grid
@@ -8957,13 +8881,10 @@ module NumericEntry {
8957
8881
 
8958
8882
  // Own constructor properties of Gdaui-5.0.Gdaui.NumericEntry
8959
8883
 
8960
- decimal_sep?: number | null
8961
- n_decimals?: number | null
8962
- thousands_sep?: number | null
8963
- type?: GObject.GType | null
8964
8884
  decimalSep?: number | null
8965
8885
  nDecimals?: number | null
8966
8886
  thousandsSep?: number | null
8887
+ type?: GObject.GType | null
8967
8888
  }
8968
8889
 
8969
8890
  }
@@ -8972,11 +8893,8 @@ interface NumericEntry extends Atk.ImplementorIface, Gtk.Buildable, Gtk.CellEdit
8972
8893
 
8973
8894
  // Own properties of Gdaui-5.0.Gdaui.NumericEntry
8974
8895
 
8975
- decimal_sep: number
8976
8896
  decimalSep: number
8977
- n_decimals: number
8978
8897
  nDecimals: number
8979
- thousands_sep: number
8980
8898
  thousandsSep: number
8981
8899
  type: GObject.GType
8982
8900
 
@@ -10086,12 +10004,9 @@ module RawGrid {
10086
10004
 
10087
10005
  // Own constructor properties of Gdaui-5.0.Gdaui.RawGrid
10088
10006
 
10089
- global_actions_visible?: boolean | null
10090
- info_cell_visible?: boolean | null
10091
- model: any
10092
- xml_layout?: any | null
10093
10007
  globalActionsVisible?: boolean | null
10094
10008
  infoCellVisible?: boolean | null
10009
+ model: any
10095
10010
  xmlLayout?: any | null
10096
10011
  }
10097
10012
 
@@ -10101,12 +10016,9 @@ interface RawGrid extends Atk.ImplementorIface, DataProxy, DataSelector, Gtk.Bui
10101
10016
 
10102
10017
  // Own properties of Gdaui-5.0.Gdaui.RawGrid
10103
10018
 
10104
- global_actions_visible: boolean
10105
10019
  globalActionsVisible: boolean
10106
- info_cell_visible: boolean
10107
10020
  infoCellVisible: boolean
10108
10021
  model: any
10109
- xml_layout: any
10110
10022
  xmlLayout: any
10111
10023
 
10112
10024
  // Own fields of Gdaui-5.0.Gdaui.RawGrid
@@ -10485,22 +10397,6 @@ module RtEditor {
10485
10397
 
10486
10398
  // Own constructor properties of Gdaui-5.0.Gdaui.RtEditor
10487
10399
 
10488
- /**
10489
- * Determines if the contents of the widget appears in a scrolled window or not.
10490
- */
10491
- in_scrolled_window?: boolean | null
10492
- /**
10493
- * If set to %TRUE, then the default text background is removed
10494
- * and thus the textbackground is the default widget's background.
10495
- *
10496
- * This property has to be set before the widget is realized, and is taken into account only
10497
- * if the widget is not editable (when it's realized).
10498
- */
10499
- no_background?: boolean | null
10500
- /**
10501
- * Instead of showing the formatted text, display the raw text (in the txt2tags syntax)
10502
- */
10503
- show_markup?: boolean | null
10504
10400
  /**
10505
10401
  * Determines if the contents of the widget appears in a scrolled window or not.
10506
10402
  */
@@ -10529,22 +10425,10 @@ interface RtEditor extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
10529
10425
  * Get access to the actual #GtkTextBuffer used. Do not modify it!
10530
10426
  */
10531
10427
  readonly buffer: Gtk.TextBuffer
10532
- /**
10533
- * Determines if the contents of the widget appears in a scrolled window or not.
10534
- */
10535
- in_scrolled_window: boolean
10536
10428
  /**
10537
10429
  * Determines if the contents of the widget appears in a scrolled window or not.
10538
10430
  */
10539
10431
  inScrolledWindow: boolean
10540
- /**
10541
- * If set to %TRUE, then the default text background is removed
10542
- * and thus the textbackground is the default widget's background.
10543
- *
10544
- * This property has to be set before the widget is realized, and is taken into account only
10545
- * if the widget is not editable (when it's realized).
10546
- */
10547
- no_background: boolean
10548
10432
  /**
10549
10433
  * If set to %TRUE, then the default text background is removed
10550
10434
  * and thus the textbackground is the default widget's background.
@@ -10553,10 +10437,6 @@ interface RtEditor extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
10553
10437
  * if the widget is not editable (when it's realized).
10554
10438
  */
10555
10439
  noBackground: boolean
10556
- /**
10557
- * Instead of showing the formatted text, display the raw text (in the txt2tags syntax)
10558
- */
10559
- show_markup: boolean
10560
10440
  /**
10561
10441
  * Instead of showing the formatted text, display the raw text (in the txt2tags syntax)
10562
10442
  */
@@ -10838,8 +10718,6 @@ module ServerOperation {
10838
10718
 
10839
10719
  // Own constructor properties of Gdaui-5.0.Gdaui.ServerOperation
10840
10720
 
10841
- hide_single_header?: boolean | null
10842
- server_operation?: Gda.ServerOperation | null
10843
10721
  hideSingleHeader?: boolean | null
10844
10722
  serverOperation?: Gda.ServerOperation | null
10845
10723
  }
@@ -10850,9 +10728,7 @@ interface ServerOperation extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orien
10850
10728
 
10851
10729
  // Own properties of Gdaui-5.0.Gdaui.ServerOperation
10852
10730
 
10853
- hide_single_header: boolean
10854
10731
  hideSingleHeader: boolean
10855
- readonly server_operation: Gda.ServerOperation
10856
10732
  readonly serverOperation: Gda.ServerOperation
10857
10733
 
10858
10734
  // Own fields of Gdaui-5.0.Gdaui.ServerOperation
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/gdaui-5.0",
3
- "version": "5.0.0-3.2.7",
3
+ "version": "5.0.0-3.2.8",
4
4
  "description": "GJS TypeScript type definitions for Gdaui-5.0, generated from library version 5.0.0",
5
5
  "type": "module",
6
6
  "module": "gdaui-5.0.js",
7
7
  "main": "gdaui-5.0.js",
8
8
  "exports": {
9
- "./ambient": "./gdaui-5.0-ambient.d.ts",
10
- "./import": "./gdaui-5.0-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./gdaui-5.0-ambient.d.ts",
11
+ "default": "./gdaui-5.0-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./gdaui-5.0-import.d.ts",
15
+ "default": "./gdaui-5.0-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./gdaui-5.0.d.ts",
@@ -25,22 +31,22 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gdaui-5.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/gda-5.0": "^5.0.0-3.2.7",
32
- "@girs/gdk-3.0": "^3.24.38-3.2.7",
33
- "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.7",
34
- "@girs/gio-2.0": "^2.78.0-3.2.7",
35
- "@girs/gjs": "^3.2.7",
36
- "@girs/glib-2.0": "^2.78.0-3.2.7",
37
- "@girs/gmodule-2.0": "^2.0.0-3.2.7",
38
- "@girs/gobject-2.0": "^2.78.0-3.2.7",
39
- "@girs/gtk-3.0": "^3.24.38-3.2.7",
40
- "@girs/harfbuzz-0.0": "^8.2.1-3.2.7",
41
- "@girs/libxml2-2.0": "^2.0.0-3.2.7",
42
- "@girs/pango-1.0": "^1.51.0-3.2.7",
43
- "@girs/xlib-2.0": "^2.0.0-3.2.7"
34
+ "@girs/atk-1.0": "^2.45.1-3.2.8",
35
+ "@girs/cairo-1.0": "^1.0.0-3.2.8",
36
+ "@girs/freetype2-2.0": "^2.0.0-3.2.8",
37
+ "@girs/gda-5.0": "^5.0.0-3.2.8",
38
+ "@girs/gdk-3.0": "^3.24.39-3.2.8",
39
+ "@girs/gdkpixbuf-2.0": "^2.0.0-3.2.8",
40
+ "@girs/gio-2.0": "^2.77.0-3.2.8",
41
+ "@girs/gjs": "^3.2.8",
42
+ "@girs/glib-2.0": "^2.77.0-3.2.8",
43
+ "@girs/gmodule-2.0": "^2.0.0-3.2.8",
44
+ "@girs/gobject-2.0": "^2.77.0-3.2.8",
45
+ "@girs/gtk-3.0": "^3.24.39-3.2.8",
46
+ "@girs/harfbuzz-0.0": "^8.1.1-3.2.8",
47
+ "@girs/libxml2-2.0": "^2.0.0-3.2.8",
48
+ "@girs/pango-1.0": "^1.51.0-3.2.8",
49
+ "@girs/xlib-2.0": "^2.0.0-3.2.8"
44
50
  },
45
51
  "devDependencies": {
46
52
  "typescript": "*"
@@ -57,7 +63,7 @@
57
63
  "license": "MIT",
58
64
  "repository": {
59
65
  "type": "git",
60
- "url": "git+https://github.com/gjsify/types.git"
66
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
61
67
  },
62
68
  "bugs": {
63
69
  "url": "https://github.com/gjsify/ts-for-gir/issues"