@theia/core 1.28.0-next.40 → 1.28.0-next.43
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 +6 -6
- package/i18n/nls.cs.json +1 -0
- package/i18n/nls.de.json +1 -0
- package/i18n/nls.es.json +1 -0
- package/i18n/nls.fr.json +1 -0
- package/i18n/nls.hu.json +1 -0
- package/i18n/nls.it.json +1 -0
- package/i18n/nls.ja.json +1 -0
- package/i18n/nls.json +1 -0
- package/i18n/nls.pl.json +1 -0
- package/i18n/nls.pt-br.json +1 -0
- package/i18n/nls.pt-pt.json +1 -0
- package/i18n/nls.ru.json +1 -0
- package/i18n/nls.zh-cn.json +1 -0
- package/package.json +4 -4
- package/src/browser/style/alert-messages.css +6 -0
package/README.md
CHANGED
|
@@ -86,12 +86,12 @@ export class SomeClass {
|
|
|
86
86
|
- `@phosphor/signaling` (from [`@phosphor/signaling@1`](https://www.npmjs.com/package/@phosphor/signaling))
|
|
87
87
|
- `@phosphor/virtualdom` (from [`@phosphor/virtualdom@1`](https://www.npmjs.com/package/@phosphor/virtualdom))
|
|
88
88
|
- `@phosphor/widgets` (from [`@phosphor/widgets@1`](https://www.npmjs.com/package/@phosphor/widgets))
|
|
89
|
-
- `@theia/application-package` (from [`@theia/application-package@1.28.0-next.
|
|
90
|
-
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.28.0-next.
|
|
91
|
-
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.28.0-next.
|
|
92
|
-
- `@theia/request` (from [`@theia/request@1.28.0-next.
|
|
93
|
-
- `@theia/request/lib/proxy` (from [`@theia/request@1.28.0-next.
|
|
94
|
-
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.28.0-next.
|
|
89
|
+
- `@theia/application-package` (from [`@theia/application-package@1.28.0-next.43+4e6b73913be`](https://www.npmjs.com/package/@theia/application-package/v/1.28.0-next.43))
|
|
90
|
+
- `@theia/application-package/lib/api` (from [`@theia/application-package@1.28.0-next.43+4e6b73913be`](https://www.npmjs.com/package/@theia/application-package/v/1.28.0-next.43))
|
|
91
|
+
- `@theia/application-package/lib/environment` (from [`@theia/application-package@1.28.0-next.43+4e6b73913be`](https://www.npmjs.com/package/@theia/application-package/v/1.28.0-next.43))
|
|
92
|
+
- `@theia/request` (from [`@theia/request@1.28.0-next.43+4e6b73913be`](https://www.npmjs.com/package/@theia/request/v/1.28.0-next.43))
|
|
93
|
+
- `@theia/request/lib/proxy` (from [`@theia/request@1.28.0-next.43+4e6b73913be`](https://www.npmjs.com/package/@theia/request/v/1.28.0-next.43))
|
|
94
|
+
- `@theia/request/lib/node-request-service` (from [`@theia/request@1.28.0-next.43+4e6b73913be`](https://www.npmjs.com/package/@theia/request/v/1.28.0-next.43))
|
|
95
95
|
- `fs-extra` (from [`fs-extra@^4.0.2`](https://www.npmjs.com/package/fs-extra))
|
|
96
96
|
- `fuzzy` (from [`fuzzy@^0.1.3`](https://www.npmjs.com/package/fuzzy))
|
|
97
97
|
- `inversify` (from [`inversify@^5.1.1`](https://www.npmjs.com/package/inversify))
|
package/i18n/nls.cs.json
CHANGED
|
@@ -380,6 +380,7 @@
|
|
|
380
380
|
"typeHierarchy": "Hierarchie typů"
|
|
381
381
|
},
|
|
382
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Chyba při načítání rozšíření.",
|
|
383
384
|
"openVSX": "Otevření registru VSX",
|
|
384
385
|
"recommendedExtensions": "Seznam názvů rozšíření doporučených pro použití v tomto pracovním prostoru.",
|
|
385
386
|
"searchPlaceholder": "Hledat rozšíření v {0}",
|
package/i18n/nls.de.json
CHANGED
|
@@ -380,6 +380,7 @@
|
|
|
380
380
|
"typeHierarchy": "Typenhierarchie"
|
|
381
381
|
},
|
|
382
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Fehler beim Abrufen von Erweiterungen.",
|
|
383
384
|
"openVSX": "Open VSX Registry",
|
|
384
385
|
"recommendedExtensions": "Eine Liste mit den Namen der Erweiterungen, die für die Verwendung in diesem Arbeitsbereich empfohlen werden.",
|
|
385
386
|
"searchPlaceholder": "Erweiterungen suchen in {0}",
|
package/i18n/nls.es.json
CHANGED
|
@@ -380,6 +380,7 @@
|
|
|
380
380
|
"typeHierarchy": "Jerarquía de tipos"
|
|
381
381
|
},
|
|
382
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Error en la búsqueda de extensiones.",
|
|
383
384
|
"openVSX": "Abrir el registro de VSX",
|
|
384
385
|
"recommendedExtensions": "Una lista de los nombres de las extensiones recomendadas para su uso en este espacio de trabajo.",
|
|
385
386
|
"searchPlaceholder": "Buscar extensiones en {0}",
|
package/i18n/nls.fr.json
CHANGED
|
@@ -380,6 +380,7 @@
|
|
|
380
380
|
"typeHierarchy": "Hiérarchie des types"
|
|
381
381
|
},
|
|
382
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Erreur de récupération des extensions.",
|
|
383
384
|
"openVSX": "Registre Open VSX",
|
|
384
385
|
"recommendedExtensions": "Une liste des noms des extensions dont l'utilisation est recommandée dans cet espace de travail.",
|
|
385
386
|
"searchPlaceholder": "Rechercher les extensions dans {0}",
|
package/i18n/nls.hu.json
CHANGED
|
@@ -380,6 +380,7 @@
|
|
|
380
380
|
"typeHierarchy": "Típushierarchia"
|
|
381
381
|
},
|
|
382
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Hiba a kiterjesztések lekérdezésében.",
|
|
383
384
|
"openVSX": "VSX Registry megnyitása",
|
|
384
385
|
"recommendedExtensions": "A munkaterületre ajánlott kiterjesztések neveinek listája.",
|
|
385
386
|
"searchPlaceholder": "Keresés kiterjesztések {0}",
|
package/i18n/nls.it.json
CHANGED
|
@@ -380,6 +380,7 @@
|
|
|
380
380
|
"typeHierarchy": "Gerarchia dei tipi"
|
|
381
381
|
},
|
|
382
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Errore nel recupero delle estensioni.",
|
|
383
384
|
"openVSX": "Aprire il registro VSX",
|
|
384
385
|
"recommendedExtensions": "Una lista dei nomi delle estensioni raccomandate per l'uso in questo spazio di lavoro.",
|
|
385
386
|
"searchPlaceholder": "Estensioni di ricerca in {0}",
|
package/i18n/nls.ja.json
CHANGED
package/i18n/nls.json
CHANGED
|
@@ -380,6 +380,7 @@
|
|
|
380
380
|
"typeHierarchy": "Type Hierarchy"
|
|
381
381
|
},
|
|
382
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Error fetching extensions.",
|
|
383
384
|
"openVSX": "Open VSX Registry",
|
|
384
385
|
"recommendedExtensions": "A list of the names of extensions recommended for use in this workspace.",
|
|
385
386
|
"searchPlaceholder": "Search Extensions in {0}",
|
package/i18n/nls.pl.json
CHANGED
|
@@ -380,6 +380,7 @@
|
|
|
380
380
|
"typeHierarchy": "Hierarchia typów"
|
|
381
381
|
},
|
|
382
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Błąd pobierania rozszerzeń.",
|
|
383
384
|
"openVSX": "Otwórz Rejestr VSX",
|
|
384
385
|
"recommendedExtensions": "Lista nazw rozszerzeń zalecanych do użycia w tym obszarze roboczym.",
|
|
385
386
|
"searchPlaceholder": "Wyszukaj rozszerzenia w {0}.",
|
package/i18n/nls.pt-br.json
CHANGED
|
@@ -380,6 +380,7 @@
|
|
|
380
380
|
"typeHierarchy": "Tipo Hierarquia"
|
|
381
381
|
},
|
|
382
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Extensões de erro de busca.",
|
|
383
384
|
"openVSX": "Registro VSX aberto",
|
|
384
385
|
"recommendedExtensions": "Uma lista dos nomes das extensões recomendadas para uso neste espaço de trabalho.",
|
|
385
386
|
"searchPlaceholder": "Pesquisar extensões em {0}",
|
package/i18n/nls.pt-pt.json
CHANGED
|
@@ -380,6 +380,7 @@
|
|
|
380
380
|
"typeHierarchy": "Tipo Hierarquia"
|
|
381
381
|
},
|
|
382
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Extensões de erro de busca.",
|
|
383
384
|
"openVSX": "Abrir Registo VSX",
|
|
384
385
|
"recommendedExtensions": "Uma lista dos nomes das extensões recomendadas para utilização neste espaço de trabalho.",
|
|
385
386
|
"searchPlaceholder": "Pesquisar extensões em {0}",
|
package/i18n/nls.ru.json
CHANGED
|
@@ -380,6 +380,7 @@
|
|
|
380
380
|
"typeHierarchy": "Иерархия типов"
|
|
381
381
|
},
|
|
382
382
|
"vsx-registry": {
|
|
383
|
+
"errorFetching": "Ошибка при получении расширений.",
|
|
383
384
|
"openVSX": "Открыть реестр VSX",
|
|
384
385
|
"recommendedExtensions": "Список имен расширений, рекомендуемых для использования в данной рабочей области.",
|
|
385
386
|
"searchPlaceholder": "Поисковые расширения в {0}",
|
package/i18n/nls.zh-cn.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/core",
|
|
3
|
-
"version": "1.28.0-next.
|
|
3
|
+
"version": "1.28.0-next.43+4e6b73913be",
|
|
4
4
|
"description": "Theia is a cloud & desktop IDE framework implemented in TypeScript.",
|
|
5
5
|
"main": "lib/common/index.js",
|
|
6
6
|
"typings": "lib/common/index.d.ts",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@phosphor/signaling": "1",
|
|
17
17
|
"@phosphor/virtualdom": "1",
|
|
18
18
|
"@phosphor/widgets": "1",
|
|
19
|
-
"@theia/application-package": "1.28.0-next.
|
|
20
|
-
"@theia/request": "1.28.0-next.
|
|
19
|
+
"@theia/application-package": "1.28.0-next.43+4e6b73913be",
|
|
20
|
+
"@theia/request": "1.28.0-next.43+4e6b73913be",
|
|
21
21
|
"@types/body-parser": "^1.16.4",
|
|
22
22
|
"@types/cookie": "^0.3.3",
|
|
23
23
|
"@types/dompurify": "^2.2.2",
|
|
@@ -201,5 +201,5 @@
|
|
|
201
201
|
"nyc": {
|
|
202
202
|
"extends": "../../configs/nyc.json"
|
|
203
203
|
},
|
|
204
|
-
"gitHead": "
|
|
204
|
+
"gitHead": "4e6b73913bed4e1b93178f295a41b1b8d6c36010"
|
|
205
205
|
}
|
|
@@ -25,6 +25,12 @@
|
|
|
25
25
|
padding-right: 3px;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
.theia-alert-message-container .theia-message-header,
|
|
29
|
+
.theia-alert-message-container .theia-message-content {
|
|
30
|
+
text-overflow: ellipsis;
|
|
31
|
+
overflow: hidden;
|
|
32
|
+
}
|
|
33
|
+
|
|
28
34
|
/* information message */
|
|
29
35
|
.theia-info-alert {
|
|
30
36
|
background-color: var(--theia-inputValidation-infoBackground);
|