@sap-ux/adp-flp-config-sub-generator 0.1.87 → 0.1.89
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/generators/app/index.js
CHANGED
|
@@ -348,10 +348,10 @@ class AdpFlpConfigGenerator extends yeoman_generator_1.default {
|
|
|
348
348
|
const promptsIndex = this.prompts.size() === 1 ? 0 : 1;
|
|
349
349
|
this.prompts.splice(promptsIndex, 0, [
|
|
350
350
|
{
|
|
351
|
-
name: (0, utils_1.t)('yuiNavSteps.tileSettingsName',
|
|
351
|
+
name: (0, utils_1.t)('yuiNavSteps.tileSettingsName'),
|
|
352
|
+
description: (0, utils_1.t)('yuiNavSteps.tileSettingsDescr', {
|
|
352
353
|
projectName: node_path_1.default.basename(this.projectRootPath)
|
|
353
|
-
})
|
|
354
|
-
description: ''
|
|
354
|
+
})
|
|
355
355
|
}
|
|
356
356
|
]);
|
|
357
357
|
}
|
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
"flpCredentialsDesc": "Enter credentials for your adaptation project's system: ({{- system}}).",
|
|
5
5
|
"sysConfirmDesc": "Validates connection to the configured system.",
|
|
6
6
|
"flpConfigName": "SAP Fiori Launchpad Configuration",
|
|
7
|
-
"tileSettingsName": "SAP Fiori Launchpad Configuration - Tile Settings
|
|
7
|
+
"tileSettingsName": "SAP Fiori Launchpad Configuration - Tile Settings",
|
|
8
|
+
"tileSettingsDescr": "Configure SAP Fiori Launchpad settings - {{projectName}}"
|
|
8
9
|
},
|
|
9
10
|
"info": {
|
|
10
11
|
"flpConfigAdded": "SAP Fiori launchpad configuration added."
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/adp-flp-config-sub-generator",
|
|
3
3
|
"description": "Generator for adding FLP configuration to an Adaptation Project",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.89",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
"@sap-devx/yeoman-ui-types": "1.14.4",
|
|
23
23
|
"i18next": "25.3.0",
|
|
24
24
|
"yeoman-generator": "5.10.0",
|
|
25
|
-
"@sap-ux/adp-tooling": "0.16.
|
|
25
|
+
"@sap-ux/adp-tooling": "0.16.2",
|
|
26
26
|
"@sap-ux/axios-extension": "1.23.0",
|
|
27
27
|
"@sap-ux/btp-utils": "1.1.4",
|
|
28
28
|
"@sap-ux/feature-toggle": "0.3.2",
|
|
29
29
|
"@sap-ux/fiori-generator-shared": "0.13.23",
|
|
30
|
-
"@sap-ux/flp-config-inquirer": "0.4.
|
|
30
|
+
"@sap-ux/flp-config-inquirer": "0.4.37",
|
|
31
31
|
"@sap-ux/inquirer-common": "0.7.51",
|
|
32
32
|
"@sap-ux/logger": "0.7.0",
|
|
33
33
|
"@sap-ux/project-access": "1.32.4",
|