@girs/amtk-5 5.0.0-3.2.7 → 5.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/amtk-5)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Amtk-5, 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 Amtk-5, generated from library version 5.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/amtk-5.d.cts CHANGED
@@ -393,15 +393,11 @@ export module ApplicationWindow {
393
393
  /**
394
394
  * The #GtkApplicationWindow.
395
395
  */
396
- application_window?: Gtk.ApplicationWindow | null
396
+ applicationWindow?: Gtk.ApplicationWindow | null
397
397
  /**
398
398
  * The #GtkStatusbar. %NULL by default.
399
399
  */
400
400
  statusbar?: Gtk.Statusbar | null
401
- /**
402
- * The #GtkApplicationWindow.
403
- */
404
- applicationWindow?: Gtk.ApplicationWindow | null
405
401
  }
406
402
 
407
403
  }
@@ -410,10 +406,6 @@ export interface ApplicationWindow {
410
406
 
411
407
  // Own properties of Amtk-5.Amtk.ApplicationWindow
412
408
 
413
- /**
414
- * The #GtkApplicationWindow.
415
- */
416
- readonly application_window: Gtk.ApplicationWindow
417
409
  /**
418
410
  * The #GtkApplicationWindow.
419
411
  */
@@ -538,10 +530,6 @@ export module Factory {
538
530
  * #AmtkFactory has a weak reference to the #GtkApplication.
539
531
  */
540
532
  application?: Gtk.Application | null
541
- /**
542
- * The default #AmtkFactoryFlags.
543
- */
544
- default_flags?: FactoryFlags | null
545
533
  /**
546
534
  * The default #AmtkFactoryFlags.
547
535
  */
@@ -559,10 +547,6 @@ export interface Factory {
559
547
  * #AmtkFactory has a weak reference to the #GtkApplication.
560
548
  */
561
549
  readonly application: Gtk.Application
562
- /**
563
- * The default #AmtkFactoryFlags.
564
- */
565
- default_flags: FactoryFlags
566
550
  /**
567
551
  * The default #AmtkFactoryFlags.
568
552
  */
@@ -810,10 +794,6 @@ export module MenuShell {
810
794
 
811
795
  // Own constructor properties of Amtk-5.Amtk.MenuShell
812
796
 
813
- /**
814
- * The #GtkMenuShell.
815
- */
816
- menu_shell?: Gtk.MenuShell | null
817
797
  /**
818
798
  * The #GtkMenuShell.
819
799
  */
@@ -826,10 +806,6 @@ export interface MenuShell {
826
806
 
827
807
  // Own properties of Amtk-5.Amtk.MenuShell
828
808
 
829
- /**
830
- * The #GtkMenuShell.
831
- */
832
- readonly menu_shell: Gtk.MenuShell
833
809
  /**
834
810
  * The #GtkMenuShell.
835
811
  */
package/amtk-5.d.ts CHANGED
@@ -395,15 +395,11 @@ module ApplicationWindow {
395
395
  /**
396
396
  * The #GtkApplicationWindow.
397
397
  */
398
- application_window?: Gtk.ApplicationWindow | null
398
+ applicationWindow?: Gtk.ApplicationWindow | null
399
399
  /**
400
400
  * The #GtkStatusbar. %NULL by default.
401
401
  */
402
402
  statusbar?: Gtk.Statusbar | null
403
- /**
404
- * The #GtkApplicationWindow.
405
- */
406
- applicationWindow?: Gtk.ApplicationWindow | null
407
403
  }
408
404
 
409
405
  }
@@ -412,10 +408,6 @@ interface ApplicationWindow {
412
408
 
413
409
  // Own properties of Amtk-5.Amtk.ApplicationWindow
414
410
 
415
- /**
416
- * The #GtkApplicationWindow.
417
- */
418
- readonly application_window: Gtk.ApplicationWindow
419
411
  /**
420
412
  * The #GtkApplicationWindow.
421
413
  */
@@ -540,10 +532,6 @@ module Factory {
540
532
  * #AmtkFactory has a weak reference to the #GtkApplication.
541
533
  */
542
534
  application?: Gtk.Application | null
543
- /**
544
- * The default #AmtkFactoryFlags.
545
- */
546
- default_flags?: FactoryFlags | null
547
535
  /**
548
536
  * The default #AmtkFactoryFlags.
549
537
  */
@@ -561,10 +549,6 @@ interface Factory {
561
549
  * #AmtkFactory has a weak reference to the #GtkApplication.
562
550
  */
563
551
  readonly application: Gtk.Application
564
- /**
565
- * The default #AmtkFactoryFlags.
566
- */
567
- default_flags: FactoryFlags
568
552
  /**
569
553
  * The default #AmtkFactoryFlags.
570
554
  */
@@ -812,10 +796,6 @@ module MenuShell {
812
796
 
813
797
  // Own constructor properties of Amtk-5.Amtk.MenuShell
814
798
 
815
- /**
816
- * The #GtkMenuShell.
817
- */
818
- menu_shell?: Gtk.MenuShell | null
819
799
  /**
820
800
  * The #GtkMenuShell.
821
801
  */
@@ -828,10 +808,6 @@ interface MenuShell {
828
808
 
829
809
  // Own properties of Amtk-5.Amtk.MenuShell
830
810
 
831
- /**
832
- * The #GtkMenuShell.
833
- */
834
- readonly menu_shell: Gtk.MenuShell
835
811
  /**
836
812
  * The #GtkMenuShell.
837
813
  */
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/amtk-5",
3
- "version": "5.0.0-3.2.7",
3
+ "version": "5.0.0-3.2.9",
4
4
  "description": "GJS TypeScript type definitions for Amtk-5, generated from library version 5.0.0",
5
5
  "type": "module",
6
6
  "module": "amtk-5.js",
7
7
  "main": "amtk-5.js",
8
8
  "exports": {
9
- "./ambient": "./amtk-5-ambient.d.ts",
10
- "./import": "./amtk-5-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./amtk-5-ambient.d.ts",
11
+ "default": "./amtk-5-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./amtk-5-import.d.ts",
15
+ "default": "./amtk-5-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./amtk-5.d.ts",
@@ -25,20 +31,20 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit amtk-5.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"