@girs/gedit-3.0 3.0.0-3.2.7 → 3.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/gedit-3.0)
6
6
 
7
7
 
8
- GJS TypeScript type definitions for Gedit-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.7.
8
+ GJS TypeScript type definitions for Gedit-3.0, generated from library version 3.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
9
9
 
10
10
  Official text editor of the GNOME desktop environment.
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/gedit-3.0.d.cts CHANGED
@@ -638,10 +638,6 @@ export module Document {
638
638
 
639
639
  // Own constructor properties of Gedit-3.0.Gedit.Document
640
640
 
641
- /**
642
- * The document's content type.
643
- */
644
- content_type?: string | null
645
641
  /**
646
642
  * The document's content type.
647
643
  */
@@ -654,21 +650,10 @@ export interface Document {
654
650
 
655
651
  // Own properties of Gedit-3.0.Gedit.Document
656
652
 
657
- /**
658
- * The document's content type.
659
- */
660
- content_type: string | null
661
653
  /**
662
654
  * The document's content type.
663
655
  */
664
656
  contentType: string | null
665
- /**
666
- * <warning>
667
- * The property is used internally by gedit. It must not be used in a
668
- * gedit plugin. The property can be modified or removed at any time.
669
- * </warning>
670
- */
671
- readonly empty_search: boolean
672
657
  /**
673
658
  * <warning>
674
659
  * The property is used internally by gedit. It must not be used in a
@@ -676,10 +661,6 @@ export interface Document {
676
661
  * </warning>
677
662
  */
678
663
  readonly emptySearch: boolean
679
- /**
680
- * The document's MIME type.
681
- */
682
- readonly mime_type: string | null
683
664
  /**
684
665
  * The document's MIME type.
685
666
  */
@@ -879,12 +860,6 @@ export module EncodingsComboBox {
879
860
 
880
861
  // Own constructor properties of Gedit-3.0.Gedit.EncodingsComboBox
881
862
 
882
- /**
883
- * Whether the combo box should be used for saving a content. If
884
- * %FALSE, the combo box is used for loading a content (e.g. a file)
885
- * and the row "Automatically Detected" is added.
886
- */
887
- save_mode?: boolean | null
888
863
  /**
889
864
  * Whether the combo box should be used for saving a content. If
890
865
  * %FALSE, the combo box is used for loading a content (e.g. a file)
@@ -899,12 +874,6 @@ export interface EncodingsComboBox extends Atk.ImplementorIface, Gtk.Buildable,
899
874
 
900
875
  // Own properties of Gedit-3.0.Gedit.EncodingsComboBox
901
876
 
902
- /**
903
- * Whether the combo box should be used for saving a content. If
904
- * %FALSE, the combo box is used for loading a content (e.g. a file)
905
- * and the row "Automatically Detected" is added.
906
- */
907
- save_mode: boolean
908
877
  /**
909
878
  * Whether the combo box should be used for saving a content. If
910
879
  * %FALSE, the combo box is used for loading a content (e.g. a file)
@@ -1258,7 +1227,6 @@ export module Message {
1258
1227
  * The messages method.
1259
1228
  */
1260
1229
  method?: string | null
1261
- object_path?: string | null
1262
1230
  objectPath?: string | null
1263
1231
  }
1264
1232
 
@@ -1272,7 +1240,6 @@ export interface Message {
1272
1240
  * The messages method.
1273
1241
  */
1274
1242
  method: string | null
1275
- object_path: string | null
1276
1243
  objectPath: string | null
1277
1244
 
1278
1245
  // Own fields of Gedit-3.0.Gedit.Message
@@ -1863,7 +1830,6 @@ export module Tab {
1863
1830
  // Own constructor properties of Gedit-3.0.Gedit.Tab
1864
1831
 
1865
1832
  autosave?: boolean | null
1866
- autosave_interval?: number | null
1867
1833
  autosaveInterval?: number | null
1868
1834
  }
1869
1835
 
@@ -1874,9 +1840,7 @@ export interface Tab extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable
1874
1840
  // Own properties of Gedit-3.0.Gedit.Tab
1875
1841
 
1876
1842
  autosave: boolean
1877
- autosave_interval: number
1878
1843
  autosaveInterval: number
1879
- readonly can_close: boolean
1880
1844
  readonly canClose: boolean
1881
1845
  readonly name: any
1882
1846
  readonly state: TabState
package/gedit-3.0.d.ts CHANGED
@@ -640,10 +640,6 @@ module Document {
640
640
 
641
641
  // Own constructor properties of Gedit-3.0.Gedit.Document
642
642
 
643
- /**
644
- * The document's content type.
645
- */
646
- content_type?: string | null
647
643
  /**
648
644
  * The document's content type.
649
645
  */
@@ -656,21 +652,10 @@ interface Document {
656
652
 
657
653
  // Own properties of Gedit-3.0.Gedit.Document
658
654
 
659
- /**
660
- * The document's content type.
661
- */
662
- content_type: string | null
663
655
  /**
664
656
  * The document's content type.
665
657
  */
666
658
  contentType: string | null
667
- /**
668
- * <warning>
669
- * The property is used internally by gedit. It must not be used in a
670
- * gedit plugin. The property can be modified or removed at any time.
671
- * </warning>
672
- */
673
- readonly empty_search: boolean
674
659
  /**
675
660
  * <warning>
676
661
  * The property is used internally by gedit. It must not be used in a
@@ -678,10 +663,6 @@ interface Document {
678
663
  * </warning>
679
664
  */
680
665
  readonly emptySearch: boolean
681
- /**
682
- * The document's MIME type.
683
- */
684
- readonly mime_type: string | null
685
666
  /**
686
667
  * The document's MIME type.
687
668
  */
@@ -881,12 +862,6 @@ module EncodingsComboBox {
881
862
 
882
863
  // Own constructor properties of Gedit-3.0.Gedit.EncodingsComboBox
883
864
 
884
- /**
885
- * Whether the combo box should be used for saving a content. If
886
- * %FALSE, the combo box is used for loading a content (e.g. a file)
887
- * and the row "Automatically Detected" is added.
888
- */
889
- save_mode?: boolean | null
890
865
  /**
891
866
  * Whether the combo box should be used for saving a content. If
892
867
  * %FALSE, the combo box is used for loading a content (e.g. a file)
@@ -901,12 +876,6 @@ interface EncodingsComboBox extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Cel
901
876
 
902
877
  // Own properties of Gedit-3.0.Gedit.EncodingsComboBox
903
878
 
904
- /**
905
- * Whether the combo box should be used for saving a content. If
906
- * %FALSE, the combo box is used for loading a content (e.g. a file)
907
- * and the row "Automatically Detected" is added.
908
- */
909
- save_mode: boolean
910
879
  /**
911
880
  * Whether the combo box should be used for saving a content. If
912
881
  * %FALSE, the combo box is used for loading a content (e.g. a file)
@@ -1260,7 +1229,6 @@ module Message {
1260
1229
  * The messages method.
1261
1230
  */
1262
1231
  method?: string | null
1263
- object_path?: string | null
1264
1232
  objectPath?: string | null
1265
1233
  }
1266
1234
 
@@ -1274,7 +1242,6 @@ interface Message {
1274
1242
  * The messages method.
1275
1243
  */
1276
1244
  method: string | null
1277
- object_path: string | null
1278
1245
  objectPath: string | null
1279
1246
 
1280
1247
  // Own fields of Gedit-3.0.Gedit.Message
@@ -1865,7 +1832,6 @@ module Tab {
1865
1832
  // Own constructor properties of Gedit-3.0.Gedit.Tab
1866
1833
 
1867
1834
  autosave?: boolean | null
1868
- autosave_interval?: number | null
1869
1835
  autosaveInterval?: number | null
1870
1836
  }
1871
1837
 
@@ -1876,9 +1842,7 @@ interface Tab extends Atk.ImplementorIface, Gtk.Buildable, Gtk.Orientable {
1876
1842
  // Own properties of Gedit-3.0.Gedit.Tab
1877
1843
 
1878
1844
  autosave: boolean
1879
- autosave_interval: number
1880
1845
  autosaveInterval: number
1881
- readonly can_close: boolean
1882
1846
  readonly canClose: boolean
1883
1847
  readonly name: any
1884
1848
  readonly state: TabState
package/package.json CHANGED
@@ -1,13 +1,19 @@
1
1
  {
2
2
  "name": "@girs/gedit-3.0",
3
- "version": "3.0.0-3.2.7",
3
+ "version": "3.0.0-3.2.9",
4
4
  "description": "GJS TypeScript type definitions for Gedit-3.0, generated from library version 3.0.0",
5
5
  "type": "module",
6
6
  "module": "gedit-3.0.js",
7
7
  "main": "gedit-3.0.js",
8
8
  "exports": {
9
- "./ambient": "./gedit-3.0-ambient.d.ts",
10
- "./import": "./gedit-3.0-import.d.ts",
9
+ "./ambient": {
10
+ "types": "./gedit-3.0-ambient.d.ts",
11
+ "default": "./gedit-3.0-ambient.js"
12
+ },
13
+ "./import": {
14
+ "types": "./gedit-3.0-import.d.ts",
15
+ "default": "./gedit-3.0-import.js"
16
+ },
11
17
  ".": {
12
18
  "import": {
13
19
  "types": "./gedit-3.0.d.ts",
@@ -25,21 +31,21 @@
25
31
  "test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gedit-3.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/gtksource-4": "^4.0.0-3.2.7",
40
- "@girs/harfbuzz-0.0": "^8.2.1-3.2.7",
41
- "@girs/pango-1.0": "^1.51.0-3.2.7",
42
- "@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/gtksource-4": "^4.0.0-3.2.9",
46
+ "@girs/harfbuzz-0.0": "^8.2.1-3.2.9",
47
+ "@girs/pango-1.0": "^1.51.0-3.2.9",
48
+ "@girs/xlib-2.0": "^2.0.0-3.2.9"
43
49
  },
44
50
  "devDependencies": {
45
51
  "typescript": "*"
@@ -56,7 +62,7 @@
56
62
  "license": "MIT",
57
63
  "repository": {
58
64
  "type": "git",
59
- "url": "git+https://github.com/gjsify/types.git"
65
+ "url": "git+https://github.com/gjsify/ts-for-gir.git"
60
66
  },
61
67
  "bugs": {
62
68
  "url": "https://github.com/gjsify/ts-for-gir/issues"