@theia/toolbar 1.57.0-next.7 → 1.57.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/README.md +3 -2
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
## Description
|
|
14
14
|
|
|
15
|
-
The `@theia/toolbar` extension contributes a global toolbar to the application shell. The toolbar supplements the `Command Palette` and allows users to easily add, remove, and rearrange toolbar items to their liking. The toolbar is hidden by default and ships with a default layout which can be overridden by downstream applications. Extenders can also contribute custom widgets to the toolbar through a contribution point.
|
|
15
|
+
The `@theia/toolbar` extension contributes a global toolbar to the application shell. The toolbar supplements the `Command Palette` and allows users to easily add, remove, and rearrange toolbar items to their liking. The toolbar is hidden by default and ships with a default layout which can be overridden by downstream applications. Extenders can also contribute custom widgets to the toolbar through a contribution point.
|
|
16
16
|
|
|
17
17
|
## Additional Information
|
|
18
18
|
|
|
@@ -28,5 +28,6 @@ An example toolbar custom widget and layout override can be found in [here](http
|
|
|
28
28
|
- [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
|
|
29
29
|
|
|
30
30
|
## Trademark
|
|
31
|
+
|
|
31
32
|
"Theia" is a trademark of the Eclipse Foundation
|
|
32
|
-
https://www.eclipse.org/theia
|
|
33
|
+
<https://www.eclipse.org/theia>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/toolbar",
|
|
3
|
-
"version": "1.57.
|
|
3
|
+
"version": "1.57.1",
|
|
4
4
|
"description": "Theia - Toolbar",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"theia-extension"
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
"watch": "theiaext watch"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@theia/core": "1.57.
|
|
31
|
-
"@theia/editor": "1.57.
|
|
32
|
-
"@theia/file-search": "1.57.
|
|
33
|
-
"@theia/filesystem": "1.57.
|
|
34
|
-
"@theia/monaco": "1.57.
|
|
30
|
+
"@theia/core": "1.57.1",
|
|
31
|
+
"@theia/editor": "1.57.1",
|
|
32
|
+
"@theia/file-search": "1.57.1",
|
|
33
|
+
"@theia/filesystem": "1.57.1",
|
|
34
|
+
"@theia/monaco": "1.57.1",
|
|
35
35
|
"@theia/monaco-editor-core": "1.83.101",
|
|
36
|
-
"@theia/search-in-workspace": "1.57.
|
|
37
|
-
"@theia/userstorage": "1.57.
|
|
38
|
-
"@theia/workspace": "1.57.
|
|
36
|
+
"@theia/search-in-workspace": "1.57.1",
|
|
37
|
+
"@theia/userstorage": "1.57.1",
|
|
38
|
+
"@theia/workspace": "1.57.1",
|
|
39
39
|
"ajv": "^6.5.3",
|
|
40
40
|
"jsonc-parser": "^2.2.0",
|
|
41
|
-
"perfect-scrollbar": "^1.
|
|
41
|
+
"perfect-scrollbar": "^1.5.5",
|
|
42
42
|
"tslib": "^2.6.2"
|
|
43
43
|
},
|
|
44
44
|
"theiaExtensions": [
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "6e84ac8d37bbeb45f999894e80cb92a761c1ee1e"
|
|
53
53
|
}
|