@girs/gspell-1 1.0.0-3.2.7 → 1.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 +1 -1
- package/gspell-1-ambient.js +2 -0
- package/gspell-1-import.js +3 -0
- package/gspell-1.d.cts +2 -72
- package/gspell-1.d.ts +2 -72
- package/package.json +24 -18
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Gspell-1, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for Gspell-1, generated from library version 1.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.9.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/gspell-1.d.cts
CHANGED
|
@@ -60,12 +60,6 @@ export module LanguageChooser {
|
|
|
60
60
|
* The selected #GspellLanguage.
|
|
61
61
|
*/
|
|
62
62
|
language?: Language | null
|
|
63
|
-
/**
|
|
64
|
-
* The empty string if the default language was set and the selection
|
|
65
|
-
* hasn't changed. Or the language code if an explicit language was set
|
|
66
|
-
* or if the selection has changed.
|
|
67
|
-
*/
|
|
68
|
-
language_code?: string | null
|
|
69
63
|
/**
|
|
70
64
|
* The empty string if the default language was set and the selection
|
|
71
65
|
* hasn't changed. Or the language code if an explicit language was set
|
|
@@ -84,12 +78,6 @@ export interface LanguageChooser {
|
|
|
84
78
|
* The selected #GspellLanguage.
|
|
85
79
|
*/
|
|
86
80
|
language: Language
|
|
87
|
-
/**
|
|
88
|
-
* The empty string if the default language was set and the selection
|
|
89
|
-
* hasn't changed. Or the language code if an explicit language was set
|
|
90
|
-
* or if the selection has changed.
|
|
91
|
-
*/
|
|
92
|
-
language_code: string | null
|
|
93
81
|
/**
|
|
94
82
|
* The empty string if the default language was set and the selection
|
|
95
83
|
* hasn't changed. Or the language code if an explicit language was set
|
|
@@ -415,10 +403,6 @@ export module CheckerDialog {
|
|
|
415
403
|
|
|
416
404
|
// Own constructor properties of Gspell-1.Gspell.CheckerDialog
|
|
417
405
|
|
|
418
|
-
/**
|
|
419
|
-
* The #GspellNavigator to use.
|
|
420
|
-
*/
|
|
421
|
-
spell_navigator?: Navigator | null
|
|
422
406
|
/**
|
|
423
407
|
* The #GspellNavigator to use.
|
|
424
408
|
*/
|
|
@@ -431,10 +415,6 @@ export interface CheckerDialog extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
431
415
|
|
|
432
416
|
// Own properties of Gspell-1.Gspell.CheckerDialog
|
|
433
417
|
|
|
434
|
-
/**
|
|
435
|
-
* The #GspellNavigator to use.
|
|
436
|
-
*/
|
|
437
|
-
readonly spell_navigator: Navigator
|
|
438
418
|
/**
|
|
439
419
|
* The #GspellNavigator to use.
|
|
440
420
|
*/
|
|
@@ -818,14 +798,6 @@ export module Entry {
|
|
|
818
798
|
* The #GtkEntry.
|
|
819
799
|
*/
|
|
820
800
|
entry?: Gtk.Entry | null
|
|
821
|
-
/**
|
|
822
|
-
* Whether the inline spell checking is enabled.
|
|
823
|
-
*
|
|
824
|
-
* Even if this property is %TRUE, #GspellEntry disables internally the
|
|
825
|
-
* inline spell checking in case the #GtkEntry:visibility property is
|
|
826
|
-
* %FALSE.
|
|
827
|
-
*/
|
|
828
|
-
inline_spell_checking?: boolean | null
|
|
829
801
|
/**
|
|
830
802
|
* Whether the inline spell checking is enabled.
|
|
831
803
|
*
|
|
@@ -846,14 +818,6 @@ export interface Entry {
|
|
|
846
818
|
* The #GtkEntry.
|
|
847
819
|
*/
|
|
848
820
|
readonly entry: Gtk.Entry
|
|
849
|
-
/**
|
|
850
|
-
* Whether the inline spell checking is enabled.
|
|
851
|
-
*
|
|
852
|
-
* Even if this property is %TRUE, #GspellEntry disables internally the
|
|
853
|
-
* inline spell checking in case the #GtkEntry:visibility property is
|
|
854
|
-
* %FALSE.
|
|
855
|
-
*/
|
|
856
|
-
inline_spell_checking: boolean
|
|
857
821
|
/**
|
|
858
822
|
* Whether the inline spell checking is enabled.
|
|
859
823
|
*
|
|
@@ -957,10 +921,6 @@ export module EntryBuffer {
|
|
|
957
921
|
* The #GtkEntryBuffer.
|
|
958
922
|
*/
|
|
959
923
|
buffer?: Gtk.EntryBuffer | null
|
|
960
|
-
/**
|
|
961
|
-
* The #GspellChecker.
|
|
962
|
-
*/
|
|
963
|
-
spell_checker?: Checker | null
|
|
964
924
|
/**
|
|
965
925
|
* The #GspellChecker.
|
|
966
926
|
*/
|
|
@@ -977,10 +937,6 @@ export interface EntryBuffer {
|
|
|
977
937
|
* The #GtkEntryBuffer.
|
|
978
938
|
*/
|
|
979
939
|
readonly buffer: Gtk.EntryBuffer
|
|
980
|
-
/**
|
|
981
|
-
* The #GspellChecker.
|
|
982
|
-
*/
|
|
983
|
-
spell_checker: Checker
|
|
984
940
|
/**
|
|
985
941
|
* The #GspellChecker.
|
|
986
942
|
*/
|
|
@@ -1739,10 +1695,6 @@ export module TextBuffer {
|
|
|
1739
1695
|
* The #GtkTextBuffer.
|
|
1740
1696
|
*/
|
|
1741
1697
|
buffer?: Gtk.TextBuffer | null
|
|
1742
|
-
/**
|
|
1743
|
-
* The #GspellChecker.
|
|
1744
|
-
*/
|
|
1745
|
-
spell_checker?: Checker | null
|
|
1746
1698
|
/**
|
|
1747
1699
|
* The #GspellChecker.
|
|
1748
1700
|
*/
|
|
@@ -1759,10 +1711,6 @@ export interface TextBuffer {
|
|
|
1759
1711
|
* The #GtkTextBuffer.
|
|
1760
1712
|
*/
|
|
1761
1713
|
readonly buffer: Gtk.TextBuffer
|
|
1762
|
-
/**
|
|
1763
|
-
* The #GspellChecker.
|
|
1764
|
-
*/
|
|
1765
|
-
spell_checker: Checker
|
|
1766
1714
|
/**
|
|
1767
1715
|
* The #GspellChecker.
|
|
1768
1716
|
*/
|
|
@@ -1826,24 +1774,15 @@ export module TextView {
|
|
|
1826
1774
|
* When the context menu is shown, whether to add a sub-menu to select
|
|
1827
1775
|
* the language for the spell checking.
|
|
1828
1776
|
*/
|
|
1829
|
-
|
|
1777
|
+
enableLanguageMenu?: boolean | null
|
|
1830
1778
|
/**
|
|
1831
1779
|
* Whether the inline spell checking is enabled.
|
|
1832
1780
|
*/
|
|
1833
|
-
|
|
1781
|
+
inlineSpellChecking?: boolean | null
|
|
1834
1782
|
/**
|
|
1835
1783
|
* The #GtkTextView.
|
|
1836
1784
|
*/
|
|
1837
1785
|
view?: Gtk.TextView | null
|
|
1838
|
-
/**
|
|
1839
|
-
* When the context menu is shown, whether to add a sub-menu to select
|
|
1840
|
-
* the language for the spell checking.
|
|
1841
|
-
*/
|
|
1842
|
-
enableLanguageMenu?: boolean | null
|
|
1843
|
-
/**
|
|
1844
|
-
* Whether the inline spell checking is enabled.
|
|
1845
|
-
*/
|
|
1846
|
-
inlineSpellChecking?: boolean | null
|
|
1847
1786
|
}
|
|
1848
1787
|
|
|
1849
1788
|
}
|
|
@@ -1852,20 +1791,11 @@ export interface TextView {
|
|
|
1852
1791
|
|
|
1853
1792
|
// Own properties of Gspell-1.Gspell.TextView
|
|
1854
1793
|
|
|
1855
|
-
/**
|
|
1856
|
-
* When the context menu is shown, whether to add a sub-menu to select
|
|
1857
|
-
* the language for the spell checking.
|
|
1858
|
-
*/
|
|
1859
|
-
enable_language_menu: boolean
|
|
1860
1794
|
/**
|
|
1861
1795
|
* When the context menu is shown, whether to add a sub-menu to select
|
|
1862
1796
|
* the language for the spell checking.
|
|
1863
1797
|
*/
|
|
1864
1798
|
enableLanguageMenu: boolean
|
|
1865
|
-
/**
|
|
1866
|
-
* Whether the inline spell checking is enabled.
|
|
1867
|
-
*/
|
|
1868
|
-
inline_spell_checking: boolean
|
|
1869
1799
|
/**
|
|
1870
1800
|
* Whether the inline spell checking is enabled.
|
|
1871
1801
|
*/
|
package/gspell-1.d.ts
CHANGED
|
@@ -62,12 +62,6 @@ module LanguageChooser {
|
|
|
62
62
|
* The selected #GspellLanguage.
|
|
63
63
|
*/
|
|
64
64
|
language?: Language | null
|
|
65
|
-
/**
|
|
66
|
-
* The empty string if the default language was set and the selection
|
|
67
|
-
* hasn't changed. Or the language code if an explicit language was set
|
|
68
|
-
* or if the selection has changed.
|
|
69
|
-
*/
|
|
70
|
-
language_code?: string | null
|
|
71
65
|
/**
|
|
72
66
|
* The empty string if the default language was set and the selection
|
|
73
67
|
* hasn't changed. Or the language code if an explicit language was set
|
|
@@ -86,12 +80,6 @@ interface LanguageChooser {
|
|
|
86
80
|
* The selected #GspellLanguage.
|
|
87
81
|
*/
|
|
88
82
|
language: Language
|
|
89
|
-
/**
|
|
90
|
-
* The empty string if the default language was set and the selection
|
|
91
|
-
* hasn't changed. Or the language code if an explicit language was set
|
|
92
|
-
* or if the selection has changed.
|
|
93
|
-
*/
|
|
94
|
-
language_code: string | null
|
|
95
83
|
/**
|
|
96
84
|
* The empty string if the default language was set and the selection
|
|
97
85
|
* hasn't changed. Or the language code if an explicit language was set
|
|
@@ -417,10 +405,6 @@ module CheckerDialog {
|
|
|
417
405
|
|
|
418
406
|
// Own constructor properties of Gspell-1.Gspell.CheckerDialog
|
|
419
407
|
|
|
420
|
-
/**
|
|
421
|
-
* The #GspellNavigator to use.
|
|
422
|
-
*/
|
|
423
|
-
spell_navigator?: Navigator | null
|
|
424
408
|
/**
|
|
425
409
|
* The #GspellNavigator to use.
|
|
426
410
|
*/
|
|
@@ -433,10 +417,6 @@ interface CheckerDialog extends Atk.ImplementorIface, Gtk.Buildable {
|
|
|
433
417
|
|
|
434
418
|
// Own properties of Gspell-1.Gspell.CheckerDialog
|
|
435
419
|
|
|
436
|
-
/**
|
|
437
|
-
* The #GspellNavigator to use.
|
|
438
|
-
*/
|
|
439
|
-
readonly spell_navigator: Navigator
|
|
440
420
|
/**
|
|
441
421
|
* The #GspellNavigator to use.
|
|
442
422
|
*/
|
|
@@ -820,14 +800,6 @@ module Entry {
|
|
|
820
800
|
* The #GtkEntry.
|
|
821
801
|
*/
|
|
822
802
|
entry?: Gtk.Entry | null
|
|
823
|
-
/**
|
|
824
|
-
* Whether the inline spell checking is enabled.
|
|
825
|
-
*
|
|
826
|
-
* Even if this property is %TRUE, #GspellEntry disables internally the
|
|
827
|
-
* inline spell checking in case the #GtkEntry:visibility property is
|
|
828
|
-
* %FALSE.
|
|
829
|
-
*/
|
|
830
|
-
inline_spell_checking?: boolean | null
|
|
831
803
|
/**
|
|
832
804
|
* Whether the inline spell checking is enabled.
|
|
833
805
|
*
|
|
@@ -848,14 +820,6 @@ interface Entry {
|
|
|
848
820
|
* The #GtkEntry.
|
|
849
821
|
*/
|
|
850
822
|
readonly entry: Gtk.Entry
|
|
851
|
-
/**
|
|
852
|
-
* Whether the inline spell checking is enabled.
|
|
853
|
-
*
|
|
854
|
-
* Even if this property is %TRUE, #GspellEntry disables internally the
|
|
855
|
-
* inline spell checking in case the #GtkEntry:visibility property is
|
|
856
|
-
* %FALSE.
|
|
857
|
-
*/
|
|
858
|
-
inline_spell_checking: boolean
|
|
859
823
|
/**
|
|
860
824
|
* Whether the inline spell checking is enabled.
|
|
861
825
|
*
|
|
@@ -959,10 +923,6 @@ module EntryBuffer {
|
|
|
959
923
|
* The #GtkEntryBuffer.
|
|
960
924
|
*/
|
|
961
925
|
buffer?: Gtk.EntryBuffer | null
|
|
962
|
-
/**
|
|
963
|
-
* The #GspellChecker.
|
|
964
|
-
*/
|
|
965
|
-
spell_checker?: Checker | null
|
|
966
926
|
/**
|
|
967
927
|
* The #GspellChecker.
|
|
968
928
|
*/
|
|
@@ -979,10 +939,6 @@ interface EntryBuffer {
|
|
|
979
939
|
* The #GtkEntryBuffer.
|
|
980
940
|
*/
|
|
981
941
|
readonly buffer: Gtk.EntryBuffer
|
|
982
|
-
/**
|
|
983
|
-
* The #GspellChecker.
|
|
984
|
-
*/
|
|
985
|
-
spell_checker: Checker
|
|
986
942
|
/**
|
|
987
943
|
* The #GspellChecker.
|
|
988
944
|
*/
|
|
@@ -1741,10 +1697,6 @@ module TextBuffer {
|
|
|
1741
1697
|
* The #GtkTextBuffer.
|
|
1742
1698
|
*/
|
|
1743
1699
|
buffer?: Gtk.TextBuffer | null
|
|
1744
|
-
/**
|
|
1745
|
-
* The #GspellChecker.
|
|
1746
|
-
*/
|
|
1747
|
-
spell_checker?: Checker | null
|
|
1748
1700
|
/**
|
|
1749
1701
|
* The #GspellChecker.
|
|
1750
1702
|
*/
|
|
@@ -1761,10 +1713,6 @@ interface TextBuffer {
|
|
|
1761
1713
|
* The #GtkTextBuffer.
|
|
1762
1714
|
*/
|
|
1763
1715
|
readonly buffer: Gtk.TextBuffer
|
|
1764
|
-
/**
|
|
1765
|
-
* The #GspellChecker.
|
|
1766
|
-
*/
|
|
1767
|
-
spell_checker: Checker
|
|
1768
1716
|
/**
|
|
1769
1717
|
* The #GspellChecker.
|
|
1770
1718
|
*/
|
|
@@ -1828,24 +1776,15 @@ module TextView {
|
|
|
1828
1776
|
* When the context menu is shown, whether to add a sub-menu to select
|
|
1829
1777
|
* the language for the spell checking.
|
|
1830
1778
|
*/
|
|
1831
|
-
|
|
1779
|
+
enableLanguageMenu?: boolean | null
|
|
1832
1780
|
/**
|
|
1833
1781
|
* Whether the inline spell checking is enabled.
|
|
1834
1782
|
*/
|
|
1835
|
-
|
|
1783
|
+
inlineSpellChecking?: boolean | null
|
|
1836
1784
|
/**
|
|
1837
1785
|
* The #GtkTextView.
|
|
1838
1786
|
*/
|
|
1839
1787
|
view?: Gtk.TextView | null
|
|
1840
|
-
/**
|
|
1841
|
-
* When the context menu is shown, whether to add a sub-menu to select
|
|
1842
|
-
* the language for the spell checking.
|
|
1843
|
-
*/
|
|
1844
|
-
enableLanguageMenu?: boolean | null
|
|
1845
|
-
/**
|
|
1846
|
-
* Whether the inline spell checking is enabled.
|
|
1847
|
-
*/
|
|
1848
|
-
inlineSpellChecking?: boolean | null
|
|
1849
1788
|
}
|
|
1850
1789
|
|
|
1851
1790
|
}
|
|
@@ -1854,20 +1793,11 @@ interface TextView {
|
|
|
1854
1793
|
|
|
1855
1794
|
// Own properties of Gspell-1.Gspell.TextView
|
|
1856
1795
|
|
|
1857
|
-
/**
|
|
1858
|
-
* When the context menu is shown, whether to add a sub-menu to select
|
|
1859
|
-
* the language for the spell checking.
|
|
1860
|
-
*/
|
|
1861
|
-
enable_language_menu: boolean
|
|
1862
1796
|
/**
|
|
1863
1797
|
* When the context menu is shown, whether to add a sub-menu to select
|
|
1864
1798
|
* the language for the spell checking.
|
|
1865
1799
|
*/
|
|
1866
1800
|
enableLanguageMenu: boolean
|
|
1867
|
-
/**
|
|
1868
|
-
* Whether the inline spell checking is enabled.
|
|
1869
|
-
*/
|
|
1870
|
-
inline_spell_checking: boolean
|
|
1871
1801
|
/**
|
|
1872
1802
|
* Whether the inline spell checking is enabled.
|
|
1873
1803
|
*/
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gspell-1",
|
|
3
|
-
"version": "1.0.0-3.2.
|
|
3
|
+
"version": "1.0.0-3.2.9",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Gspell-1, generated from library version 1.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gspell-1.js",
|
|
7
7
|
"main": "gspell-1.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./gspell-1-ambient.d.ts",
|
|
11
|
+
"default": "./gspell-1-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./gspell-1-import.d.ts",
|
|
15
|
+
"default": "./gspell-1-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./gspell-1.d.ts",
|
|
@@ -25,20 +31,20 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gspell-1.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/atk-1.0": "^2.50.
|
|
29
|
-
"@girs/cairo-1.0": "^1.0.0-3.2.
|
|
30
|
-
"@girs/freetype2-2.0": "^2.0.0-3.2.
|
|
31
|
-
"@girs/gdk-3.0": "^3.24.
|
|
32
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-3.2.
|
|
33
|
-
"@girs/gio-2.0": "^2.78.0-3.2.
|
|
34
|
-
"@girs/gjs": "^3.2.
|
|
35
|
-
"@girs/glib-2.0": "^2.78.0-3.2.
|
|
36
|
-
"@girs/gmodule-2.0": "^2.0.0-3.2.
|
|
37
|
-
"@girs/gobject-2.0": "^2.78.0-3.2.
|
|
38
|
-
"@girs/gtk-3.0": "^3.24.
|
|
39
|
-
"@girs/harfbuzz-0.0": "^8.2.1-3.2.
|
|
40
|
-
"@girs/pango-1.0": "^1.51.0-3.2.
|
|
41
|
-
"@girs/xlib-2.0": "^2.0.0-3.2.
|
|
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/
|
|
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"
|