@red-hat-developer-hub/backstage-plugin-global-floating-action-button 1.7.3 → 1.8.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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @red-hat-developer-hub/backstage-plugin-global-floating-action-button
|
|
2
2
|
|
|
3
|
+
## 1.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f6d5102: Translation updated for German and Spanish
|
|
8
|
+
|
|
9
|
+
## 1.8.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 296ec15: Backstage version bump to v1.48.4
|
|
14
|
+
|
|
3
15
|
## 1.7.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
3
|
import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
|
|
4
|
-
import * as
|
|
4
|
+
import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
|
|
5
5
|
|
|
6
6
|
/**
|
|
7
7
|
* Slot
|
|
@@ -62,7 +62,7 @@ type FABMountPoint = {
|
|
|
62
62
|
* Translation reference for global floating action button plugin
|
|
63
63
|
* @public
|
|
64
64
|
*/
|
|
65
|
-
declare const globalFloatingActionButtonTranslationRef:
|
|
65
|
+
declare const globalFloatingActionButtonTranslationRef: _backstage_frontend_plugin_api.TranslationRef<"plugin.global-floating-action-button", {
|
|
66
66
|
readonly "fab.menu.tooltip": string;
|
|
67
67
|
readonly "fab.github.label": string;
|
|
68
68
|
readonly "fab.github.tooltip": string;
|
|
@@ -82,7 +82,7 @@ declare const globalFloatingActionButtonTranslationRef: _backstage_core_plugin_a
|
|
|
82
82
|
* Translation Resource for Global Floating Action Button
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
|
-
declare const globalFloatingActionButtonTranslations:
|
|
85
|
+
declare const globalFloatingActionButtonTranslations: _backstage_frontend_plugin_api.TranslationResource<"plugin.global-floating-action-button">;
|
|
86
86
|
|
|
87
87
|
/**
|
|
88
88
|
* Global Floating Action Button Plugin
|
|
@@ -5,15 +5,15 @@ const globalFloatingActionButtonTranslationDe = createTranslationMessages({
|
|
|
5
5
|
ref: globalFloatingActionButtonTranslationRef,
|
|
6
6
|
messages: {
|
|
7
7
|
"fab.create.label": "Erstellen",
|
|
8
|
-
"fab.create.tooltip": "
|
|
9
|
-
"fab.docs.label": "
|
|
8
|
+
"fab.create.tooltip": "Element erstellen",
|
|
9
|
+
"fab.docs.label": "Dokumente",
|
|
10
10
|
"fab.docs.tooltip": "Dokumentation",
|
|
11
11
|
"fab.apis.label": "APIs",
|
|
12
12
|
"fab.apis.tooltip": "API-Dokumentation",
|
|
13
13
|
"fab.github.label": "GitHub",
|
|
14
14
|
"fab.github.tooltip": "GitHub-Repository",
|
|
15
|
-
"fab.bulkImport.label": "
|
|
16
|
-
"fab.bulkImport.tooltip": "Mehrere
|
|
15
|
+
"fab.bulkImport.label": "Massenimport",
|
|
16
|
+
"fab.bulkImport.tooltip": "Mehrere Repositorys gleichzeitig registrieren",
|
|
17
17
|
"fab.quay.label": "Quay",
|
|
18
18
|
"fab.quay.tooltip": "Quay Container Registry",
|
|
19
19
|
"fab.menu.tooltip": "Men\xFC"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"de.esm.js","sources":["../../src/translations/de.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\
|
|
1
|
+
{"version":3,"file":"de.esm.js","sources":["../../src/translations/de.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { globalFloatingActionButtonTranslationRef } from './ref';\n\n/**\n * de translation for plugin.global-floating-action-button.\n * @public\n */\nconst globalFloatingActionButtonTranslationDe = createTranslationMessages({\n ref: globalFloatingActionButtonTranslationRef,\n messages: {\n 'fab.create.label': 'Erstellen',\n 'fab.create.tooltip': 'Element erstellen',\n 'fab.docs.label': 'Dokumente',\n 'fab.docs.tooltip': 'Dokumentation',\n 'fab.apis.label': 'APIs',\n 'fab.apis.tooltip': 'API-Dokumentation',\n 'fab.github.label': 'GitHub',\n 'fab.github.tooltip': 'GitHub-Repository',\n 'fab.bulkImport.label': 'Massenimport',\n 'fab.bulkImport.tooltip': 'Mehrere Repositorys gleichzeitig registrieren',\n 'fab.quay.label': 'Quay',\n 'fab.quay.tooltip': 'Quay Container Registry',\n 'fab.menu.tooltip': 'Menü',\n },\n});\n\nexport default globalFloatingActionButtonTranslationDe;\n"],"names":[],"mappings":";;;AAuBA,MAAM,0CAA0C,yBAA0B,CAAA;AAAA,EACxE,GAAK,EAAA,wCAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,kBAAoB,EAAA,WAAA;AAAA,IACpB,oBAAsB,EAAA,mBAAA;AAAA,IACtB,gBAAkB,EAAA,WAAA;AAAA,IAClB,kBAAoB,EAAA,eAAA;AAAA,IACpB,gBAAkB,EAAA,MAAA;AAAA,IAClB,kBAAoB,EAAA,mBAAA;AAAA,IACpB,kBAAoB,EAAA,QAAA;AAAA,IACpB,oBAAsB,EAAA,mBAAA;AAAA,IACtB,sBAAwB,EAAA,cAAA;AAAA,IACxB,wBAA0B,EAAA,+CAAA;AAAA,IAC1B,gBAAkB,EAAA,MAAA;AAAA,IAClB,kBAAoB,EAAA,yBAAA;AAAA,IACpB,kBAAoB,EAAA;AAAA;AAExB,CAAC;;;;"}
|
|
@@ -6,16 +6,16 @@ const globalFloatingActionButtonTranslationEs = createTranslationMessages({
|
|
|
6
6
|
messages: {
|
|
7
7
|
"fab.create.label": "Crear",
|
|
8
8
|
"fab.create.tooltip": "Crear entidad",
|
|
9
|
-
"fab.docs.label": "
|
|
9
|
+
"fab.docs.label": "Documentos",
|
|
10
10
|
"fab.docs.tooltip": "Documentaci\xF3n",
|
|
11
|
-
"fab.apis.label": "
|
|
12
|
-
"fab.apis.tooltip": "Documentaci\xF3n de API",
|
|
11
|
+
"fab.apis.label": "API",
|
|
12
|
+
"fab.apis.tooltip": "Documentaci\xF3n de la API",
|
|
13
13
|
"fab.github.label": "GitHub",
|
|
14
14
|
"fab.github.tooltip": "Repositorio de GitHub",
|
|
15
15
|
"fab.bulkImport.label": "Importaci\xF3n masiva",
|
|
16
|
-
"fab.bulkImport.tooltip": "Registrar
|
|
16
|
+
"fab.bulkImport.tooltip": "Registrar varios repositorios de forma masiva",
|
|
17
17
|
"fab.quay.label": "Quay",
|
|
18
|
-
"fab.quay.tooltip": "Registro de contenedores Quay",
|
|
18
|
+
"fab.quay.tooltip": "Registro de contenedores de Quay",
|
|
19
19
|
"fab.menu.tooltip": "Men\xFA"
|
|
20
20
|
}
|
|
21
21
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"es.esm.js","sources":["../../src/translations/es.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\
|
|
1
|
+
{"version":3,"file":"es.esm.js","sources":["../../src/translations/es.ts"],"sourcesContent":["/*\n * Copyright Red Hat, Inc.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\nimport { createTranslationMessages } from '@backstage/core-plugin-api/alpha';\nimport { globalFloatingActionButtonTranslationRef } from './ref';\n\n/**\n * es translation for plugin.global-floating-action-button.\n * @public\n */\nconst globalFloatingActionButtonTranslationEs = createTranslationMessages({\n ref: globalFloatingActionButtonTranslationRef,\n messages: {\n 'fab.create.label': 'Crear',\n 'fab.create.tooltip': 'Crear entidad',\n 'fab.docs.label': 'Documentos',\n 'fab.docs.tooltip': 'Documentación',\n 'fab.apis.label': 'API',\n 'fab.apis.tooltip': 'Documentación de la API',\n 'fab.github.label': 'GitHub',\n 'fab.github.tooltip': 'Repositorio de GitHub',\n 'fab.bulkImport.label': 'Importación masiva',\n 'fab.bulkImport.tooltip': 'Registrar varios repositorios de forma masiva',\n 'fab.quay.label': 'Quay',\n 'fab.quay.tooltip': 'Registro de contenedores de Quay',\n 'fab.menu.tooltip': 'Menú',\n },\n});\n\nexport default globalFloatingActionButtonTranslationEs;\n"],"names":[],"mappings":";;;AAuBA,MAAM,0CAA0C,yBAA0B,CAAA;AAAA,EACxE,GAAK,EAAA,wCAAA;AAAA,EACL,QAAU,EAAA;AAAA,IACR,kBAAoB,EAAA,OAAA;AAAA,IACpB,oBAAsB,EAAA,eAAA;AAAA,IACtB,gBAAkB,EAAA,YAAA;AAAA,IAClB,kBAAoB,EAAA,kBAAA;AAAA,IACpB,gBAAkB,EAAA,KAAA;AAAA,IAClB,kBAAoB,EAAA,4BAAA;AAAA,IACpB,kBAAoB,EAAA,QAAA;AAAA,IACpB,oBAAsB,EAAA,uBAAA;AAAA,IACtB,sBAAwB,EAAA,uBAAA;AAAA,IACxB,wBAA0B,EAAA,+CAAA;AAAA,IAC1B,gBAAkB,EAAA,MAAA;AAAA,IAClB,kBAAoB,EAAA,kCAAA;AAAA,IACpB,kBAAoB,EAAA;AAAA;AAExB,CAAC;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@red-hat-developer-hub/backstage-plugin-global-floating-action-button",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"main": "dist/index.esm.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"ui-test": "start-server-and-test start localhost:3000 'playwright test'"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@backstage/core-components": "^0.18.
|
|
36
|
-
"@backstage/core-plugin-api": "^1.12.
|
|
37
|
-
"@backstage/theme": "^0.7.
|
|
35
|
+
"@backstage/core-components": "^0.18.7",
|
|
36
|
+
"@backstage/core-plugin-api": "^1.12.3",
|
|
37
|
+
"@backstage/theme": "^0.7.2",
|
|
38
38
|
"@mui/icons-material": "^5.15.17",
|
|
39
39
|
"@mui/material": "^5.15.17",
|
|
40
40
|
"@mui/styles": "5.18.0",
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
"react-router-dom": "^6.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@backstage/cli": "^0.
|
|
52
|
-
"@backstage/dev-utils": "^1.1.
|
|
51
|
+
"@backstage/cli": "^0.35.4",
|
|
52
|
+
"@backstage/dev-utils": "^1.1.20",
|
|
53
53
|
"@openshift/dynamic-plugin-sdk": "5.0.1",
|
|
54
54
|
"@testing-library/jest-dom": "^6.0.0",
|
|
55
55
|
"@testing-library/react": "^14.0.0",
|