@girs/mx-2.0 1.99.4-4.0.0-beta.24 → 1.99.4-4.0.0-beta.26
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 -2
- package/mx-2.0.d.ts +3 -3
- package/package.json +20 -20
package/README.md
CHANGED
|
@@ -5,8 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
GJS TypeScript type definitions for Mx-2.0, generated from library version 1.99.4 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.
|
|
9
|
-
|
|
8
|
+
GJS TypeScript type definitions for Mx-2.0, generated from library version 1.99.4 using [ts-for-gir](https://github.com/gjsify/ts-for-gir) v4.0.0-beta.26.
|
|
10
9
|
|
|
11
10
|
## Install
|
|
12
11
|
|
package/mx-2.0.d.ts
CHANGED
|
@@ -7679,7 +7679,7 @@ export namespace Mx {
|
|
|
7679
7679
|
* Gets the character to display instead of the text.
|
|
7680
7680
|
* @returns a character, or 0 if input should not be hidden.
|
|
7681
7681
|
*/
|
|
7682
|
-
get_password_char():
|
|
7682
|
+
get_password_char(): string;
|
|
7683
7683
|
/**
|
|
7684
7684
|
* Gets the text that is displayed when the entry is empty and unfocused
|
|
7685
7685
|
* @returns the current value of the placeholder property. This string is owned by the #MxEntry and should not be freed or modified.
|
|
@@ -7703,7 +7703,7 @@ export namespace Mx {
|
|
|
7703
7703
|
* the actual text.
|
|
7704
7704
|
* @param password_char character to display instead of text
|
|
7705
7705
|
*/
|
|
7706
|
-
set_password_char(password_char:
|
|
7706
|
+
set_password_char(password_char: string): void;
|
|
7707
7707
|
/**
|
|
7708
7708
|
* Sets the text to display when the entry is empty and unfocused. When the
|
|
7709
7709
|
* entry is displaying the hint, it has a pseudo class of "indeterminate".
|
|
@@ -15551,7 +15551,7 @@ export namespace Mx {
|
|
|
15551
15551
|
* to %TRUE, this will also cause the #ClutterActor:reactive property to be
|
|
15552
15552
|
* enabled.
|
|
15553
15553
|
*/
|
|
15554
|
-
// This accessor conflicts with a
|
|
15554
|
+
// This accessor conflicts with a field or function name in a parent class or interface.
|
|
15555
15555
|
show_tooltip: boolean | any;
|
|
15556
15556
|
/**
|
|
15557
15557
|
* Show a tooltip when there is not enough space to display the text. If set
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@girs/mx-2.0",
|
|
3
|
-
"version": "1.99.4-4.0.0-beta.
|
|
3
|
+
"version": "1.99.4-4.0.0-beta.26",
|
|
4
4
|
"description": "GJS TypeScript type definitions for Mx-2.0, generated from library version 1.99.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "mx-2.0.js",
|
|
@@ -31,25 +31,25 @@
|
|
|
31
31
|
"test": "tsc --project tsconfig.json"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@girs/atk-1.0": "^2.56.
|
|
35
|
-
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.
|
|
36
|
-
"@girs/clutter-1.0": "^1.26.5-4.0.0-beta.
|
|
37
|
-
"@girs/cogl-1.0": "^1.0.0-4.0.0-beta.
|
|
38
|
-
"@girs/coglpango-1.0": "^1.0.0-4.0.0-beta.
|
|
39
|
-
"@girs/fontconfig-2.0": "^2.0.0-4.0.0-beta.
|
|
40
|
-
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.
|
|
41
|
-
"@girs/gio-2.0": "^2.84.
|
|
42
|
-
"@girs/gjs": "^4.0.0-beta.
|
|
43
|
-
"@girs/gl-1.0": "^1.0.0-4.0.0-beta.
|
|
44
|
-
"@girs/glib-2.0": "^2.84.
|
|
45
|
-
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.
|
|
46
|
-
"@girs/gobject-2.0": "^2.84.
|
|
47
|
-
"@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.
|
|
48
|
-
"@girs/json-1.0": "^1.10.7-4.0.0-beta.
|
|
49
|
-
"@girs/pango-1.0": "^1.56.4-4.0.0-beta.
|
|
50
|
-
"@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.
|
|
51
|
-
"@girs/pangofc-1.0": "^1.0.0-4.0.0-beta.
|
|
52
|
-
"@girs/pangoft2-1.0": "^1.0.0-4.0.0-beta.
|
|
34
|
+
"@girs/atk-1.0": "^2.56.3-4.0.0-beta.26",
|
|
35
|
+
"@girs/cairo-1.0": "^1.0.0-4.0.0-beta.26",
|
|
36
|
+
"@girs/clutter-1.0": "^1.26.5-4.0.0-beta.26",
|
|
37
|
+
"@girs/cogl-1.0": "^1.0.0-4.0.0-beta.26",
|
|
38
|
+
"@girs/coglpango-1.0": "^1.0.0-4.0.0-beta.26",
|
|
39
|
+
"@girs/fontconfig-2.0": "^2.0.0-4.0.0-beta.26",
|
|
40
|
+
"@girs/freetype2-2.0": "^2.0.0-4.0.0-beta.26",
|
|
41
|
+
"@girs/gio-2.0": "^2.84.4-4.0.0-beta.26",
|
|
42
|
+
"@girs/gjs": "^4.0.0-beta.26",
|
|
43
|
+
"@girs/gl-1.0": "^1.0.0-4.0.0-beta.26",
|
|
44
|
+
"@girs/glib-2.0": "^2.84.4-4.0.0-beta.26",
|
|
45
|
+
"@girs/gmodule-2.0": "^2.0.0-4.0.0-beta.26",
|
|
46
|
+
"@girs/gobject-2.0": "^2.84.4-4.0.0-beta.26",
|
|
47
|
+
"@girs/harfbuzz-0.0": "^10.4.0-4.0.0-beta.26",
|
|
48
|
+
"@girs/json-1.0": "^1.10.7-4.0.0-beta.26",
|
|
49
|
+
"@girs/pango-1.0": "^1.56.4-4.0.0-beta.26",
|
|
50
|
+
"@girs/pangocairo-1.0": "^1.0.0-4.0.0-beta.26",
|
|
51
|
+
"@girs/pangofc-1.0": "^1.0.0-4.0.0-beta.26",
|
|
52
|
+
"@girs/pangoft2-1.0": "^1.0.0-4.0.0-beta.26"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"typescript": "*"
|