@codingame/monaco-vscode-view-banner-service-override 28.4.0 → 29.0.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-view-banner-service-override",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "29.0.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "VSCode public API plugged on the monaco editor - view-banner service-override",
|
|
6
6
|
"keywords": [],
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
},
|
|
16
16
|
"type": "module",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@codingame/monaco-vscode-api": "
|
|
18
|
+
"@codingame/monaco-vscode-api": "29.0.0"
|
|
19
19
|
},
|
|
20
20
|
"main": "index.js",
|
|
21
21
|
"module": "index.js",
|
|
@@ -173,7 +173,7 @@ let BannerPart = class BannerPart extends Part {
|
|
|
173
173
|
}
|
|
174
174
|
const actionBarContainer = append(this.element, $("div.action-container"));
|
|
175
175
|
this.actionBar = this._register(( new ActionBar(actionBarContainer)));
|
|
176
|
-
const label = item.closeLabel ?? ( localize(
|
|
176
|
+
const label = item.closeLabel ?? ( localize(3091, "Close Banner"));
|
|
177
177
|
const closeAction = this._register(( new Action(
|
|
178
178
|
"banner.close",
|
|
179
179
|
label,
|
|
@@ -233,7 +233,7 @@ class FocusBannerAction extends Action2 {
|
|
|
233
233
|
this.ID = "workbench.action.focusBanner";
|
|
234
234
|
}
|
|
235
235
|
static {
|
|
236
|
-
this.LABEL = ( localize2(
|
|
236
|
+
this.LABEL = ( localize2(3092, "Focus Banner"));
|
|
237
237
|
}
|
|
238
238
|
constructor() {
|
|
239
239
|
super({
|