electron 12.0.6 → 12.0.10
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/electron.d.ts +9 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](https://david-dm.org/electron/electron?type=dev)
|
|
7
7
|
[](https://discord.com/invite/electron)
|
|
8
8
|
|
|
9
|
-
:memo: Available Translations: 🇨🇳
|
|
9
|
+
:memo: Available Translations: 🇨🇳 🇧🇷 🇪🇸 🇯🇵 🇷🇺 🇫🇷 🇺🇸 🇩🇪.
|
|
10
10
|
View these docs in other languages at [electron/i18n](https://github.com/electron/i18n/tree/master/content/).
|
|
11
11
|
|
|
12
12
|
The Electron framework lets you write cross-platform desktop applications
|
package/electron.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Type definitions for Electron 12.0.
|
|
1
|
+
// Type definitions for Electron 12.0.10
|
|
2
2
|
// Project: http://electronjs.org/
|
|
3
3
|
// Definitions by: The Electron Team <https://github.com/electron/electron>
|
|
4
4
|
// Definitions: https://github.com/electron/electron-typescript-definitions
|
|
@@ -12770,7 +12770,8 @@ See webContents.sendInputEvent for detailed description of `event` object.
|
|
|
12770
12770
|
*/
|
|
12771
12771
|
forward?: boolean;
|
|
12772
12772
|
/**
|
|
12773
|
-
* Whether
|
|
12773
|
+
* Whether to begin a new text finding session with this request. Should be `true`
|
|
12774
|
+
* for initial requests, and `false` for follow-up requests. Defaults to `false`.
|
|
12774
12775
|
*/
|
|
12775
12776
|
findNext?: boolean;
|
|
12776
12777
|
/**
|
|
@@ -13992,6 +13993,9 @@ See webContents.sendInputEvent for detailed description of `event` object.
|
|
|
13992
13993
|
}
|
|
13993
13994
|
|
|
13994
13995
|
interface SaveDialogOptions {
|
|
13996
|
+
/**
|
|
13997
|
+
* The dialog title. Cannot be displayed on some _Linux_ desktop environments.
|
|
13998
|
+
*/
|
|
13995
13999
|
title?: string;
|
|
13996
14000
|
/**
|
|
13997
14001
|
* Absolute directory path, absolute file path, or file name to use by default.
|
|
@@ -14052,6 +14056,9 @@ See webContents.sendInputEvent for detailed description of `event` object.
|
|
|
14052
14056
|
}
|
|
14053
14057
|
|
|
14054
14058
|
interface SaveDialogSyncOptions {
|
|
14059
|
+
/**
|
|
14060
|
+
* The dialog title. Cannot be displayed on some _Linux_ desktop environments.
|
|
14061
|
+
*/
|
|
14055
14062
|
title?: string;
|
|
14056
14063
|
/**
|
|
14057
14064
|
* Absolute directory path, absolute file path, or file name to use by default.
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"node": ">= 8.6"
|
|
17
17
|
},
|
|
18
18
|
"name": "electron",
|
|
19
|
-
"version": "12.0.
|
|
19
|
+
"version": "12.0.10",
|
|
20
20
|
"repository": "https://github.com/electron/electron",
|
|
21
21
|
"description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
|
|
22
22
|
"license": "MIT",
|