@sap-ux/odata-service-inquirer 2.7.0 → 2.7.2
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.
|
@@ -154,7 +154,16 @@ function getPageBuildingBlockQuestions() {
|
|
|
154
154
|
message: (0, i18n_1.t)('prompts.pageBuildingBlock.message'),
|
|
155
155
|
default: false,
|
|
156
156
|
guiOptions: {
|
|
157
|
-
breadcrumb: true
|
|
157
|
+
breadcrumb: true,
|
|
158
|
+
hint: (0, i18n_1.t)('prompts.pageBuildingBlock.tooltip')
|
|
159
|
+
},
|
|
160
|
+
additionalMessages: (addPageBuildingBlock) => {
|
|
161
|
+
if (addPageBuildingBlock) {
|
|
162
|
+
return {
|
|
163
|
+
message: (0, i18n_1.t)('prompts.pageBuildingBlock.warning'),
|
|
164
|
+
severity: yeoman_ui_types_1.Severity.warning
|
|
165
|
+
};
|
|
166
|
+
}
|
|
158
167
|
}
|
|
159
168
|
});
|
|
160
169
|
// If the user wants to add a Page Building Block, ask for the title
|
|
@@ -139,6 +139,8 @@
|
|
|
139
139
|
},
|
|
140
140
|
"pageBuildingBlock": {
|
|
141
141
|
"message": "Add a Page Building Block to the Application?",
|
|
142
|
+
"tooltip": "The Page building block is supported from SAPUI5 version 1.136. By choosing this option, you will be restricting the minimum SAPUI5 versions available for the application to be 1.136 and above.",
|
|
143
|
+
"warning": "The Page building block is supported with SAPUI5 version 1.136 and above.",
|
|
142
144
|
"titleMessage": "Page Title"
|
|
143
145
|
},
|
|
144
146
|
"tableType": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/odata-service-inquirer",
|
|
3
3
|
"description": "Prompts module that can prompt users for inputs required for odata service writing",
|
|
4
|
-
"version": "2.7.
|
|
4
|
+
"version": "2.7.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -22,23 +22,23 @@
|
|
|
22
22
|
"@sap/cf-tools": "3.2.2",
|
|
23
23
|
"@sap-ux/annotation-converter": "0.10.3",
|
|
24
24
|
"@sap-ux/edmx-parser": "0.9.1",
|
|
25
|
-
"axios": "1.
|
|
25
|
+
"axios": "1.11.0",
|
|
26
26
|
"axios-logger": "2.8.0",
|
|
27
27
|
"circular-reference-remover": "2.1.0",
|
|
28
28
|
"fast-xml-parser": "4.4.1",
|
|
29
29
|
"i18next": "25.3.0",
|
|
30
30
|
"inquirer-autocomplete-prompt": "2.0.1",
|
|
31
31
|
"os-name": "4.0.1",
|
|
32
|
-
"@sap-ux/axios-extension": "1.22.
|
|
33
|
-
"@sap-ux/btp-utils": "1.1.
|
|
34
|
-
"@sap-ux/fiori-generator-shared": "0.13.
|
|
32
|
+
"@sap-ux/axios-extension": "1.22.6",
|
|
33
|
+
"@sap-ux/btp-utils": "1.1.1",
|
|
34
|
+
"@sap-ux/fiori-generator-shared": "0.13.11",
|
|
35
35
|
"@sap-ux/guided-answers-helper": "0.4.0",
|
|
36
|
-
"@sap-ux/telemetry": "0.6.
|
|
37
|
-
"@sap-ux/inquirer-common": "0.7.
|
|
36
|
+
"@sap-ux/telemetry": "0.6.18",
|
|
37
|
+
"@sap-ux/inquirer-common": "0.7.37",
|
|
38
38
|
"@sap-ux/logger": "0.7.0",
|
|
39
|
-
"@sap-ux/nodejs-utils": "0.2.
|
|
40
|
-
"@sap-ux/project-access": "1.30.
|
|
41
|
-
"@sap-ux/project-input-validator": "0.6.
|
|
39
|
+
"@sap-ux/nodejs-utils": "0.2.3",
|
|
40
|
+
"@sap-ux/project-access": "1.30.13",
|
|
41
|
+
"@sap-ux/project-input-validator": "0.6.18",
|
|
42
42
|
"@sap-ux/store": "1.1.3"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"@types/inquirer": "8.2.6",
|
|
49
49
|
"@types/lodash": "4.14.202",
|
|
50
50
|
"jest-extended": "6.0.0",
|
|
51
|
-
"@sap-ux/fiori-generator-shared": "0.13.
|
|
52
|
-
"@sap-ux/fiori-elements-writer": "2.6.
|
|
53
|
-
"@sap-ux/fiori-freestyle-writer": "2.4.
|
|
51
|
+
"@sap-ux/fiori-generator-shared": "0.13.11",
|
|
52
|
+
"@sap-ux/fiori-elements-writer": "2.6.3",
|
|
53
|
+
"@sap-ux/fiori-freestyle-writer": "2.4.39",
|
|
54
54
|
"@sap-ux/feature-toggle": "0.3.0",
|
|
55
|
-
"@sap-ux/odata-service-writer": "0.27.
|
|
56
|
-
"@sap-ux/cap-config-writer": "0.12.
|
|
55
|
+
"@sap-ux/odata-service-writer": "0.27.18",
|
|
56
|
+
"@sap-ux/cap-config-writer": "0.12.2"
|
|
57
57
|
},
|
|
58
58
|
"engines": {
|
|
59
59
|
"node": ">=20.x"
|