@sap-ux/fe-fpm-writer 0.31.2 → 0.31.4

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.
@@ -164,7 +164,8 @@ async function getTableBuildingBlockPrompts(context) {
164
164
  name: 'buildingBlockData.header',
165
165
  message: t('header.message'),
166
166
  guiOptions: {
167
- groupId: groupIds.visualisationProperties
167
+ groupId: groupIds.visualisationProperties,
168
+ translatable: true
168
169
  }
169
170
  },
170
171
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/fe-fpm-writer",
3
3
  "description": "SAP Fiori elements flexible programming model writer",
4
- "version": "0.31.2",
4
+ "version": "0.31.4",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -31,8 +31,8 @@
31
31
  "semver": "7.5.4",
32
32
  "xml-formatter": "2.6.1",
33
33
  "xpath": "0.0.33",
34
- "@sap-ux/fiori-annotation-api": "0.2.3",
35
- "@sap-ux/project-access": "1.27.3"
34
+ "@sap-ux/fiori-annotation-api": "0.2.4",
35
+ "@sap-ux/project-access": "1.27.4"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@types/inquirer": "8.2.6",
@@ -42,7 +42,7 @@
42
42
  "@types/mem-fs-editor": "7.0.1",
43
43
  "@types/semver": "7.5.2",
44
44
  "@types/vinyl": "2.0.7",
45
- "@sap-ux/ui-prompting": "0.1.12"
45
+ "@sap-ux/ui-prompting": "0.2.0"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=18.x"