@basthon/gui-base 0.75.0 → 0.76.1
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/lib/main.js +1 -1
- package/package.json +5 -5
package/lib/main.js
CHANGED
|
@@ -490,7 +490,7 @@ export class GUIBase {
|
|
|
490
490
|
async share() {
|
|
491
491
|
const url = await this.sharingURL(this._urlKey);
|
|
492
492
|
const message = `
|
|
493
|
-
Un lien
|
|
493
|
+
Un lien permanent vers le contenu actuel a été créé.
|
|
494
494
|
<br>
|
|
495
495
|
<i class="fa fa-exclamation-circle"></i> Attention, partager un document trop long peut ne pas fonctionner avec certains navigateurs.`;
|
|
496
496
|
this.confirm("Partager ce document", message, "Copier dans le presse-papier", () => GUIBase.copyToClipboard(url), "Tester le lien", () => GUIBase.openURL(url));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@basthon/gui-base",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.76.1",
|
|
4
4
|
"description": "Basthon - Base GUI",
|
|
5
5
|
"homepage": "https://basthon.fr",
|
|
6
6
|
"bugs": {
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"clean": "rimraf lib/"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@basthon/checkpoints": "0.
|
|
29
|
-
"@basthon/kernel-base": "0.
|
|
30
|
-
"@basthon/kernel-loader": "0.
|
|
28
|
+
"@basthon/checkpoints": "0.76.1",
|
|
29
|
+
"@basthon/kernel-base": "0.76.1",
|
|
30
|
+
"@basthon/kernel-loader": "0.76.1",
|
|
31
31
|
"js-base64": "^3.7.8",
|
|
32
32
|
"pako": "^2.1.0",
|
|
33
33
|
"promise-delegate": "^1.0.1"
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "a26659307cbf030d9dbecddd2fa4024651837ea1"
|
|
44
44
|
}
|