@girs/gcalc-2 2.0.0-3.2.7 → 2.0.0-3.2.8
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/gcalc-2-ambient.js +2 -0
- package/gcalc-2-import.js +3 -0
- package/gcalc-2.d.cts +1 -7
- package/gcalc-2.d.ts +1 -7
- package/package.json +15 -9
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for GCalc-2, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.
|
|
8
|
+
GJS TypeScript type definitions for GCalc-2, generated from library version 2.0.0 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v3.2.8.
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
## Install
|
package/gcalc-2.d.cts
CHANGED
|
@@ -690,9 +690,8 @@ export module MathFunction {
|
|
|
690
690
|
// Own constructor properties of GCalc-2.GCalc.MathFunction
|
|
691
691
|
|
|
692
692
|
name?: string | null
|
|
693
|
-
n_params?: number | null
|
|
694
|
-
closed?: boolean | null
|
|
695
693
|
nParams?: number | null
|
|
694
|
+
closed?: boolean | null
|
|
696
695
|
}
|
|
697
696
|
|
|
698
697
|
}
|
|
@@ -701,10 +700,8 @@ export interface MathFunction extends GObject.Object, MathExpression {
|
|
|
701
700
|
|
|
702
701
|
// Own properties of GCalc-2.GCalc.MathFunction
|
|
703
702
|
|
|
704
|
-
readonly param_types: ExpressionContainer
|
|
705
703
|
readonly paramTypes: ExpressionContainer
|
|
706
704
|
name: string | null
|
|
707
|
-
n_params: number
|
|
708
705
|
nParams: number
|
|
709
706
|
closed: boolean
|
|
710
707
|
|
|
@@ -1758,7 +1755,6 @@ export interface ExpressionContainer extends Gio.ListModel {
|
|
|
1758
1755
|
|
|
1759
1756
|
// Conflicting properties
|
|
1760
1757
|
|
|
1761
|
-
read_only_view: any
|
|
1762
1758
|
readOnlyView: any
|
|
1763
1759
|
|
|
1764
1760
|
// Owm methods of GCalc-2.GCalc.ExpressionContainer
|
|
@@ -3063,7 +3059,6 @@ export module Solver {
|
|
|
3063
3059
|
|
|
3064
3060
|
// Own constructor properties of GCalc-2.GCalc.Solver
|
|
3065
3061
|
|
|
3066
|
-
equation_manager?: MathEquationManager | null
|
|
3067
3062
|
equationManager?: MathEquationManager | null
|
|
3068
3063
|
}
|
|
3069
3064
|
|
|
@@ -3073,7 +3068,6 @@ export interface Solver {
|
|
|
3073
3068
|
|
|
3074
3069
|
// Own properties of GCalc-2.GCalc.Solver
|
|
3075
3070
|
|
|
3076
|
-
equation_manager: MathEquationManager
|
|
3077
3071
|
equationManager: MathEquationManager
|
|
3078
3072
|
|
|
3079
3073
|
// Owm methods of GCalc-2.GCalc.Solver
|
package/gcalc-2.d.ts
CHANGED
|
@@ -692,9 +692,8 @@ module MathFunction {
|
|
|
692
692
|
// Own constructor properties of GCalc-2.GCalc.MathFunction
|
|
693
693
|
|
|
694
694
|
name?: string | null
|
|
695
|
-
n_params?: number | null
|
|
696
|
-
closed?: boolean | null
|
|
697
695
|
nParams?: number | null
|
|
696
|
+
closed?: boolean | null
|
|
698
697
|
}
|
|
699
698
|
|
|
700
699
|
}
|
|
@@ -703,10 +702,8 @@ interface MathFunction extends GObject.Object, MathExpression {
|
|
|
703
702
|
|
|
704
703
|
// Own properties of GCalc-2.GCalc.MathFunction
|
|
705
704
|
|
|
706
|
-
readonly param_types: ExpressionContainer
|
|
707
705
|
readonly paramTypes: ExpressionContainer
|
|
708
706
|
name: string | null
|
|
709
|
-
n_params: number
|
|
710
707
|
nParams: number
|
|
711
708
|
closed: boolean
|
|
712
709
|
|
|
@@ -1760,7 +1757,6 @@ interface ExpressionContainer extends Gio.ListModel {
|
|
|
1760
1757
|
|
|
1761
1758
|
// Conflicting properties
|
|
1762
1759
|
|
|
1763
|
-
read_only_view: any
|
|
1764
1760
|
readOnlyView: any
|
|
1765
1761
|
|
|
1766
1762
|
// Owm methods of GCalc-2.GCalc.ExpressionContainer
|
|
@@ -3065,7 +3061,6 @@ module Solver {
|
|
|
3065
3061
|
|
|
3066
3062
|
// Own constructor properties of GCalc-2.GCalc.Solver
|
|
3067
3063
|
|
|
3068
|
-
equation_manager?: MathEquationManager | null
|
|
3069
3064
|
equationManager?: MathEquationManager | null
|
|
3070
3065
|
}
|
|
3071
3066
|
|
|
@@ -3075,7 +3070,6 @@ interface Solver {
|
|
|
3075
3070
|
|
|
3076
3071
|
// Own properties of GCalc-2.GCalc.Solver
|
|
3077
3072
|
|
|
3078
|
-
equation_manager: MathEquationManager
|
|
3079
3073
|
equationManager: MathEquationManager
|
|
3080
3074
|
|
|
3081
3075
|
// Owm methods of GCalc-2.GCalc.Solver
|
package/package.json
CHANGED
|
@@ -1,13 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/gcalc-2",
|
|
3
|
-
"version": "2.0.0-3.2.
|
|
3
|
+
"version": "2.0.0-3.2.8",
|
|
4
4
|
"description": "GJS TypeScript type definitions for GCalc-2, generated from library version 2.0.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "gcalc-2.js",
|
|
7
7
|
"main": "gcalc-2.js",
|
|
8
8
|
"exports": {
|
|
9
|
-
"./ambient":
|
|
10
|
-
|
|
9
|
+
"./ambient": {
|
|
10
|
+
"types": "./gcalc-2-ambient.d.ts",
|
|
11
|
+
"default": "./gcalc-2-ambient.js"
|
|
12
|
+
},
|
|
13
|
+
"./import": {
|
|
14
|
+
"types": "./gcalc-2-import.d.ts",
|
|
15
|
+
"default": "./gcalc-2-import.js"
|
|
16
|
+
},
|
|
11
17
|
".": {
|
|
12
18
|
"import": {
|
|
13
19
|
"types": "./gcalc-2.d.ts",
|
|
@@ -25,11 +31,11 @@
|
|
|
25
31
|
"test:cjs": "NODE_OPTIONS=--max_old_space_size=9216 tsc --noEmit gcalc-2.d.cts"
|
|
26
32
|
},
|
|
27
33
|
"dependencies": {
|
|
28
|
-
"@girs/gee-0.8": "^0.8.0-3.2.
|
|
29
|
-
"@girs/gio-2.0": "^2.
|
|
30
|
-
"@girs/gjs": "^3.2.
|
|
31
|
-
"@girs/glib-2.0": "^2.
|
|
32
|
-
"@girs/gobject-2.0": "^2.
|
|
34
|
+
"@girs/gee-0.8": "^0.8.0-3.2.8",
|
|
35
|
+
"@girs/gio-2.0": "^2.77.0-3.2.8",
|
|
36
|
+
"@girs/gjs": "^3.2.8",
|
|
37
|
+
"@girs/glib-2.0": "^2.77.0-3.2.8",
|
|
38
|
+
"@girs/gobject-2.0": "^2.77.0-3.2.8"
|
|
33
39
|
},
|
|
34
40
|
"devDependencies": {
|
|
35
41
|
"typescript": "*"
|
|
@@ -46,7 +52,7 @@
|
|
|
46
52
|
"license": "MIT",
|
|
47
53
|
"repository": {
|
|
48
54
|
"type": "git",
|
|
49
|
-
"url": "git+https://github.com/gjsify/
|
|
55
|
+
"url": "git+https://github.com/gjsify/ts-for-gir.git"
|
|
50
56
|
},
|
|
51
57
|
"bugs": {
|
|
52
58
|
"url": "https://github.com/gjsify/ts-for-gir/issues"
|