@sap-ux/flp-config-inquirer 0.4.1 → 0.4.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.
|
@@ -14,15 +14,13 @@
|
|
|
14
14
|
},
|
|
15
15
|
"tooltips": {
|
|
16
16
|
"inboundId": "Choose the inbound ID to be used to set the SAP Fiori launchpad tile configuration.",
|
|
17
|
-
"additionalParameters": "Enter the value for the parameters in JSON format."
|
|
17
|
+
"additionalParameters": "Enter the value for the parameters in JSON format.",
|
|
18
|
+
"semObjectActionDuplication": "When generating a new tile, you must modify the 'Semantic Object' value, the 'Action' value, or both. You can use the default suggestions, which include a '_New' suffix for each value or use your own designations."
|
|
18
19
|
},
|
|
19
20
|
"validators": {
|
|
20
21
|
"inboundConfigKeyExists": "An inbound configuration with the key: {{inboundKey}} is already defined. Choose another key.",
|
|
21
22
|
"flpConfigOverwrite": "Overwrite existing configuration?",
|
|
22
23
|
"noInboundKeysAreFound": "The original application target mapping and the default parameters are found in the SAP Fiori reference library under Implementation Information -> Configuration -> Target Mappings.",
|
|
23
|
-
"inboundId": "Choose the inbound ID that will be used to set the FLP tile configuration",
|
|
24
|
-
"additionalParameters": "Enter the value for the parameters in JSON format.",
|
|
25
|
-
"semObjectActionDuplication": "When generating a new tile, you must modify the Semantic Object value, the Action value, or both. You can use the default suggestions, which include a '_New' suffix for each value or use your own designations.",
|
|
26
24
|
"invalidParameterString": "The parameter string is not valid JSON.",
|
|
27
25
|
"duplicateInbound": "The base application has an existing inbound that matches the values for Semantic Object and Action. To create a new tile you must modify the Semantic Object value, the Action value, or both."
|
|
28
26
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/flp-config-inquirer",
|
|
3
3
|
"description": "Prompts module that can prompt users for inputs required for FLP configuration",
|
|
4
|
-
"version": "0.4.
|
|
4
|
+
"version": "0.4.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@sap-ux/fiori-generator-shared": "0.13.3",
|
|
28
28
|
"@sap-ux/project-access": "1.30.7",
|
|
29
29
|
"@sap-ux/axios-extension": "1.22.3",
|
|
30
|
-
"@sap-ux/adp-tooling": "0.15.
|
|
30
|
+
"@sap-ux/adp-tooling": "0.15.6"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@sap-devx/yeoman-ui-types": "1.14.4",
|