@girs/xreaderdocument-1.5 4.0.2-4.0.0-beta.5 → 4.0.2-4.0.0-beta.7
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/index.d.ts +15 -0
- package/index.js +5 -0
- package/package.json +22 -17
- package/tsconfig.json +2 -2
- package/xreaderdocument-1.5-ambient.d.ts +2 -5
- package/xreaderdocument-1.5-import.d.ts +0 -3
- package/xreaderdocument-1.5.d.ts +10 -8
- package/xreaderdocument-1.5.js +3 -4
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for XreaderDocument-1.5, generated from library version 4.0.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
8
|
+
GJS TypeScript type definitions for XreaderDocument-1.5, generated from library version 4.0.2 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.7.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/index.d.ts
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Type Definitions for Gjs (https://gjs.guide/)
|
|
3
|
+
*
|
|
4
|
+
* These type definitions are automatically generated, do not edit them by hand.
|
|
5
|
+
* If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gir
|
|
6
|
+
*
|
|
7
|
+
* This template is used to generate the index.d.ts file of each GIR module like Gtk-4.0, GObject-2.0, ...
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
import './xreaderdocument-1.5-ambient.d.ts';
|
|
11
|
+
|
|
12
|
+
import './xreaderdocument-1.5-import.d.ts';
|
|
13
|
+
|
|
14
|
+
import XreaderDocument from './xreaderdocument-1.5.js';
|
|
15
|
+
export default XreaderDocument;
|
package/index.js
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/xreaderdocument-1.5",
|
|
3
|
-
"version": "4.0.2-4.0.0-beta.
|
|
3
|
+
"version": "4.0.2-4.0.0-beta.7",
|
|
4
4
|
"description": "GJS TypeScript type definitions for XreaderDocument-1.5, generated from library version 4.0.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "xreaderdocument-1.5.js",
|
|
@@ -16,30 +16,35 @@
|
|
|
16
16
|
"import": "./xreaderdocument-1.5-import.js",
|
|
17
17
|
"default": "./xreaderdocument-1.5-import.js"
|
|
18
18
|
},
|
|
19
|
-
".": {
|
|
19
|
+
"./xreaderdocument-1.5": {
|
|
20
20
|
"types": "./xreaderdocument-1.5.d.ts",
|
|
21
21
|
"import": "./xreaderdocument-1.5.js",
|
|
22
22
|
"default": "./xreaderdocument-1.5.js"
|
|
23
|
+
},
|
|
24
|
+
".": {
|
|
25
|
+
"types": "./index.d.ts",
|
|
26
|
+
"import": "./index.js",
|
|
27
|
+
"default": "./index.js"
|
|
23
28
|
}
|
|
24
29
|
},
|
|
25
30
|
"scripts": {
|
|
26
|
-
"test": "
|
|
31
|
+
"test": "tsc --project tsconfig.json"
|
|
27
32
|
},
|
|
28
33
|
"dependencies": {
|
|
29
|
-
"@girs/atk-1.0": "^2.52.0-4.0.0-beta.
|
|
30
|
-
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.
|
|
31
|
-
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.
|
|
32
|
-
"@girs/gdk-3.0": "^3.24.
|
|
33
|
-
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.
|
|
34
|
-
"@girs/gio-2.0": "^2.80.
|
|
35
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
36
|
-
"@girs/glib-2.0": "^2.80.
|
|
37
|
-
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.
|
|
38
|
-
"@girs/gobject-2.0": "^2.80.
|
|
39
|
-
"@girs/gtk-3.0": "^3.24.
|
|
40
|
-
"@girs/harfbuzz-0.0": "^8.
|
|
41
|
-
"@girs/pango-1.0": "^1.52.2-4.0.0-beta.
|
|
42
|
-
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.
|
|
34
|
+
"@girs/atk-1.0": "^2.52.0-4.0.0-beta.7",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.7",
|
|
36
|
+
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.7",
|
|
37
|
+
"@girs/gdk-3.0": "^3.24.42-4.0.0-beta.7",
|
|
38
|
+
"@girs/gdkpixbuf-2.0": "^2.0.0-4.0.0-beta.7",
|
|
39
|
+
"@girs/gio-2.0": "^2.80.2-4.0.0-beta.7",
|
|
40
|
+
"@girs/gjs": "^4.0.0-beta.7",
|
|
41
|
+
"@girs/glib-2.0": "^2.80.2-4.0.0-beta.7",
|
|
42
|
+
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.7",
|
|
43
|
+
"@girs/gobject-2.0": "^2.80.2-4.0.0-beta.7",
|
|
44
|
+
"@girs/gtk-3.0": "^3.24.42-4.0.0-beta.7",
|
|
45
|
+
"@girs/harfbuzz-0.0": "^8.1.1-4.0.0-beta.7",
|
|
46
|
+
"@girs/pango-1.0": "^1.52.2-4.0.0-beta.7",
|
|
47
|
+
"@girs/xlib-2.0": "^2.0.0-4.0.0-beta.7"
|
|
43
48
|
},
|
|
44
49
|
"devDependencies": {
|
|
45
50
|
"typescript": "*"
|
package/tsconfig.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"compilerOptions": {
|
|
3
3
|
// General settings for code interpretation
|
|
4
4
|
"target": "ESNext",
|
|
5
|
-
"module": "
|
|
5
|
+
"module": "NodeNext",
|
|
6
6
|
"lib": ["ESNext"],
|
|
7
7
|
"types": [],
|
|
8
8
|
"experimentalDecorators": true,
|
|
9
|
-
"moduleResolution": "
|
|
9
|
+
"moduleResolution": "NodeNext",
|
|
10
10
|
"noEmit": true,
|
|
11
11
|
"noEmitOnError": false,
|
|
12
12
|
"baseUrl": "./",
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
|
|
2
1
|
declare module 'gi://XreaderDocument?version=1.5' {
|
|
3
|
-
import
|
|
4
|
-
export default
|
|
2
|
+
import XreaderDocument15 from '@girs/xreaderdocument-1.5';
|
|
3
|
+
export default XreaderDocument15;
|
|
5
4
|
}
|
|
6
5
|
|
|
7
6
|
declare module 'gi://XreaderDocument' {
|
|
8
7
|
import XreaderDocument15 from 'gi://XreaderDocument?version=1.5';
|
|
9
8
|
export default XreaderDocument15;
|
|
10
9
|
}
|
|
11
|
-
|
|
12
|
-
|
package/xreaderdocument-1.5.d.ts
CHANGED
|
@@ -1,16 +1,13 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
2
|
* Type Definitions for Gjs (https://gjs.guide/)
|
|
3
3
|
*
|
|
4
4
|
* These type definitions are automatically generated, do not edit them by hand.
|
|
5
5
|
* If you found a bug fix it in `ts-for-gir` or create a bug report on https://github.com/gjsify/ts-for-gir
|
|
6
|
+
*
|
|
7
|
+
* The based EJS template file is used for the generated .d.ts file of each GIR module like Gtk-4.0, GObject-2.0, ...
|
|
6
8
|
*/
|
|
7
9
|
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* XreaderDocument-1.5
|
|
12
|
-
*/
|
|
13
|
-
|
|
10
|
+
// Module dependencies
|
|
14
11
|
import type Gtk from '@girs/gtk-3.0';
|
|
15
12
|
import type xlib from '@girs/xlib-2.0';
|
|
16
13
|
import type Gdk from '@girs/gdk-3.0';
|
|
@@ -21,11 +18,15 @@ import type Pango from '@girs/pango-1.0';
|
|
|
21
18
|
import type HarfBuzz from '@girs/harfbuzz-0.0';
|
|
22
19
|
import type freetype2 from '@girs/freetype2-2.0';
|
|
23
20
|
import type Gio from '@girs/gio-2.0';
|
|
24
|
-
import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
|
|
25
21
|
import type GModule from '@girs/gmodule-2.0';
|
|
22
|
+
import type GdkPixbuf from '@girs/gdkpixbuf-2.0';
|
|
26
23
|
import type Atk from '@girs/atk-1.0';
|
|
27
24
|
|
|
28
25
|
export namespace XreaderDocument {
|
|
26
|
+
/**
|
|
27
|
+
* XreaderDocument-1.5
|
|
28
|
+
*/
|
|
29
|
+
|
|
29
30
|
enum AnnotationTextIcon {
|
|
30
31
|
NOTE,
|
|
31
32
|
COMMENT,
|
|
@@ -2538,4 +2539,5 @@ export namespace XreaderDocument {
|
|
|
2538
2539
|
}
|
|
2539
2540
|
|
|
2540
2541
|
export default XreaderDocument;
|
|
2542
|
+
|
|
2541
2543
|
// END
|
package/xreaderdocument-1.5.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export default XreaderDocument;
|
|
2
|
+
// @ts-expect-error
|
|
3
|
+
import XreaderDocument from 'gi://XreaderDocument?version=1.5';
|
|
4
|
+
export default XreaderDocument;
|
|
6
5
|
|