@sap-ux/flp-config-inquirer 0.3.33 → 0.3.35

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.
@@ -13,14 +13,17 @@
13
13
  "copyFromExisting": "Copy Configurations from an Existing Inbound?"
14
14
  },
15
15
  "tooltips": {
16
- "inboundId": "Choose the inbound ID that will be used to set the FLP tile configuration",
17
- "additionalParameters": "Enter the value for the parameters in the Target Mappings section from the URL mentioned above",
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."
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 the Target Mappings section from the URL mentioned above."
19
18
  },
20
19
  "validators": {
21
- "inboundConfigKeyExists": "An inbound configuration with the key: '{{inboundKey}}' is already defined.",
22
- "invalidParameterString": "The parameter string is not valid JSON.",
20
+ "inboundConfigKeyExists": "An inbound configuration with the key: {{inboundKey}} is already defined. Choose another key.",
23
21
  "flpConfigOverwrite": "Overwrite existing configuration?",
22
+ "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 the Target Mappings section from the URL mentioned above",
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
+ "invalidParameterString": "The parameter string is not valid JSON.",
24
27
  "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."
25
28
  },
26
29
  "choices": {
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.3.33",
4
+ "version": "0.3.35",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "i18next": "23.5.1",
23
23
  "lodash": "4.17.21",
24
- "@sap-ux/inquirer-common": "0.7.17",
24
+ "@sap-ux/inquirer-common": "0.7.18",
25
25
  "@sap-ux/btp-utils": "1.1.0",
26
- "@sap-ux/project-input-validator": "0.6.6",
27
- "@sap-ux/fiori-generator-shared": "0.12.12",
26
+ "@sap-ux/project-input-validator": "0.6.7",
27
+ "@sap-ux/fiori-generator-shared": "0.12.13",
28
28
  "@sap-ux/project-access": "1.30.4",
29
29
  "@sap-ux/axios-extension": "1.22.3",
30
- "@sap-ux/adp-tooling": "0.14.33"
30
+ "@sap-ux/adp-tooling": "0.14.35"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@sap-devx/yeoman-ui-types": "1.14.4",