@girs/amtk-4 4.0.0-3.2.7 → 4.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-4)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Amtk-4, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for Amtk-4, generated from library version 4.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
9
9
 
10
10
 
11
11
  ## Install
@@ -4,9 +4,5 @@ declare module 'gi://Amtk?version=4' {
4
4
  export default Amtk4;
5
5
  }
6
6
 
7
- declare module 'gi://Amtk' {
8
- import Amtk4 from '@girs/amtk-4';
9
- export default Amtk4;
10
- }
11
7
 
12
8
 
@@ -0,0 +1,2 @@
1
+ export {}
2
+
@@ -0,0 +1,3 @@
1
+ const gi = globalThis.imports?.gi || {};
2
+ export default gi;
3
+
package/amtk-4.d.cts CHANGED
@@ -320,15 +320,11 @@ export module ApplicationWindow {
320
320
  /**
321
321
  * The #GtkApplicationWindow.
322
322
  */
323
- application_window?: Gtk.ApplicationWindow | null
323
+ applicationWindow?: Gtk.ApplicationWindow | null
324
324
  /**
325
325
  * The #GtkStatusbar. %NULL by default.
326
326
  */
327
327
  statusbar?: Gtk.Statusbar | null
328
- /**
329
- * The #GtkApplicationWindow.
330
- */
331
- applicationWindow?: Gtk.ApplicationWindow | null
332
328
  }
333
329
 
334
330
  }
@@ -337,10 +333,6 @@ export interface ApplicationWindow {
337
333
 
338
334
  // Own properties of Amtk-4.Amtk.ApplicationWindow
339
335
 
340
- /**
341
- * The #GtkApplicationWindow.
342
- */
343
- readonly application_window: Gtk.ApplicationWindow
344
336
  /**
345
337
  * The #GtkApplicationWindow.
346
338
  */
@@ -458,10 +450,6 @@ export module Factory {
458
450
  * #AmtkFactory has a weak reference to the #GtkApplication.
459
451
  */
460
452
  application?: Gtk.Application | null
461
- /**
462
- * The default #AmtkFactoryFlags.
463
- */
464
- default_flags?: FactoryFlags | null
465
453
  /**
466
454
  * The default #AmtkFactoryFlags.
467
455
  */
@@ -479,10 +467,6 @@ export interface Factory {
479
467
  * #AmtkFactory has a weak reference to the #GtkApplication.
480
468
  */
481
469
  readonly application: Gtk.Application
482
- /**
483
- * The default #AmtkFactoryFlags.
484
- */
485
- default_flags: FactoryFlags
486
470
  /**
487
471
  * The default #AmtkFactoryFlags.
488
472
  */
@@ -653,10 +637,6 @@ export module MenuShell {
653
637
 
654
638
  // Own constructor properties of Amtk-4.Amtk.MenuShell
655
639
 
656
- /**
657
- * The #GtkMenuShell.
658
- */
659
- menu_shell?: Gtk.MenuShell | null
660
640
  /**
661
641
  * The #GtkMenuShell.
662
642
  */
@@ -669,10 +649,6 @@ export interface MenuShell {
669
649
 
670
650
  // Own properties of Amtk-4.Amtk.MenuShell
671
651
 
672
- /**
673
- * The #GtkMenuShell.
674
- */
675
- readonly menu_shell: Gtk.MenuShell
676
652
  /**
677
653
  * The #GtkMenuShell.
678
654
  */
package/amtk-4.d.ts CHANGED
@@ -322,15 +322,11 @@ module ApplicationWindow {
322
322
  /**
323
323
  * The #GtkApplicationWindow.
324
324
  */
325
- application_window?: Gtk.ApplicationWindow | null
325
+ applicationWindow?: Gtk.ApplicationWindow | null
326
326
  /**
327
327
  * The #GtkStatusbar. %NULL by default.
328
328
  */
329
329
  statusbar?: Gtk.Statusbar | null
330
- /**
331
- * The #GtkApplicationWindow.
332
- */
333
- applicationWindow?: Gtk.ApplicationWindow | null
334
330
  }
335
331
 
336
332
  }
@@ -339,10 +335,6 @@ interface ApplicationWindow {
339
335
 
340
336
  // Own properties of Amtk-4.Amtk.ApplicationWindow
341
337
 
342
- /**
343
- * The #GtkApplicationWindow.
344
- */
345
- readonly application_window: Gtk.ApplicationWindow
346
338
  /**
347
339
  * The #GtkApplicationWindow.
348
340
  */
@@ -460,10 +452,6 @@ module Factory {
460
452
  * #AmtkFactory has a weak reference to the #GtkApplication.
461
453
  */
462
454
  application?: Gtk.Application | null
463
- /**
464
- * The default #AmtkFactoryFlags.
465
- */
466
- default_flags?: FactoryFlags | null
467
455
  /**
468
456
  * The default #AmtkFactoryFlags.
469
457
  */
@@ -481,10 +469,6 @@ interface Factory {
481
469
  * #AmtkFactory has a weak reference to the #GtkApplication.
482
470
  */
483
471
  readonly application: Gtk.Application
484
- /**
485
- * The default #AmtkFactoryFlags.
486
- */
487
- default_flags: FactoryFlags
488
472
  /**
489
473
  * The default #AmtkFactoryFlags.
490
474
  */
@@ -655,10 +639,6 @@ module MenuShell {
655
639
 
656
640
  // Own constructor properties of Amtk-4.Amtk.MenuShell
657
641
 
658
- /**
659
- * The #GtkMenuShell.
660
- */
661
- menu_shell?: Gtk.MenuShell | null
662
642
  /**
663
643
  * The #GtkMenuShell.
664
644
  */
@@ -671,10 +651,6 @@ interface MenuShell {
671
651
 
672
652
  // Own properties of Amtk-4.Amtk.MenuShell
673
653
 
674
- /**
675
- * The #GtkMenuShell.
676
- */
677
- readonly menu_shell: Gtk.MenuShell
678
654
  /**
679
655
  * The #GtkMenuShell.
680
656
  */
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/amtk-4",
3
- "version": "4.0.0-3.2.7",
3
+ "version": "4.0.0-3.2.9",
4
4
  "description": "GJS TypeScript type definitions for Amtk-4, generated from library version 4.0.0",
5
5
  "type": "module",
6
6
  "module": "amtk-4.js",
7
7
  "main": "amtk-4.js",
8
8
  "exports": {
9
- "./ambient": "./amtk-4-ambient.d.ts",
10
- "./import": "./amtk-4-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./amtk-4-ambient.d.ts",
11
+ "default": "./amtk-4-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./amtk-4-import.d.ts",
15
+ "default": "./amtk-4-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./amtk-4.d.ts",
@@ -25,20 +31,20 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit amtk-4.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"