@sap-ux/ui5-application-inquirer 0.14.18 → 0.14.20
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.
|
@@ -1,80 +1,74 @@
|
|
|
1
1
|
{
|
|
2
2
|
"prompts": {
|
|
3
3
|
"name": {
|
|
4
|
-
"message": "Module
|
|
4
|
+
"message": "Module Name",
|
|
5
5
|
"tooltip": "The name of the module for this application that will be loaded at runtime. This also determines the directory name of the generated application.",
|
|
6
6
|
"default": "project{{defaultProjectNumber}}"
|
|
7
7
|
},
|
|
8
8
|
"title": {
|
|
9
|
-
"message": "Application
|
|
9
|
+
"message": "Application Title",
|
|
10
10
|
"tooltip": "The title of your application that is displayed in the header of the application.",
|
|
11
11
|
"default": "App Title"
|
|
12
12
|
},
|
|
13
13
|
"namespace": {
|
|
14
|
-
"message": "Application
|
|
15
|
-
"tooltip": "
|
|
14
|
+
"message": "Application Namespace",
|
|
15
|
+
"tooltip": "The package name for the application module being created. It must follow the standard Java package notation."
|
|
16
16
|
},
|
|
17
17
|
"description": {
|
|
18
18
|
"message": "Description",
|
|
19
|
-
"tooltip": "
|
|
19
|
+
"tooltip": "The project description in the `package.json` file of your project.",
|
|
20
20
|
"default": "An SAP Fiori application."
|
|
21
21
|
},
|
|
22
22
|
"targetFolder": {
|
|
23
|
-
"message": "Project
|
|
23
|
+
"message": "Project Folder Path",
|
|
24
24
|
"breadcrumb": "Project Path"
|
|
25
25
|
},
|
|
26
26
|
"ui5Version": {
|
|
27
|
-
"message": "Minimum SAPUI5
|
|
28
|
-
"tooltip": "
|
|
29
|
-
"breadcrumb": "
|
|
27
|
+
"message": "Minimum SAPUI5 Version",
|
|
28
|
+
"tooltip": "The minimum SAPUI5 version represents the minimum version of SAPUI5 that this application requires.",
|
|
29
|
+
"breadcrumb": "SAPUI5 Version"
|
|
30
30
|
},
|
|
31
31
|
"enableTypeScript": {
|
|
32
32
|
"message": "Enable TypeScript",
|
|
33
|
-
"warningMsg": "The CAP project will be updated to use NPM workspaces
|
|
33
|
+
"warningMsg": "The CAP project will be updated to use NPM workspaces. This is a requirement for generating with TypeScript."
|
|
34
34
|
},
|
|
35
35
|
"addDeployConfig": {
|
|
36
|
-
"message": "Add
|
|
37
|
-
"mtaMessage": "Add deployment configuration to MTA project ({{-path}})",
|
|
36
|
+
"message": "Add Deployment Configuration",
|
|
37
|
+
"mtaMessage": "Add a deployment configuration to the MTA project: ({{-path}}).",
|
|
38
38
|
"breadcrumb": "Deploy Config"
|
|
39
39
|
},
|
|
40
40
|
"addFlpConfig": {
|
|
41
|
-
"message": "Add
|
|
42
|
-
"breadcrumb": "
|
|
41
|
+
"message": "Add SAP Fiori Launchpad Configuration",
|
|
42
|
+
"breadcrumb": "SAP Fiori Launchpad Config"
|
|
43
43
|
},
|
|
44
44
|
"enableVirtualEndpoints": {
|
|
45
|
-
"message": "Use
|
|
45
|
+
"message": "Use Virtual Endpoints for Local Preview",
|
|
46
46
|
"tooltip": "Using virtual endpoints allows the generated application to use the latest features of SAP Fiori tools.",
|
|
47
47
|
"breadcrumb": "Virtual Endpoints"
|
|
48
48
|
},
|
|
49
49
|
"showAdvanced": {
|
|
50
|
-
"message": "Configure
|
|
51
|
-
"tooltip": "Choosing 'No' will apply
|
|
50
|
+
"message": "Configure Advanced Options",
|
|
51
|
+
"tooltip": "Choosing 'No' will apply the default options."
|
|
52
52
|
},
|
|
53
53
|
"ui5Theme": {
|
|
54
|
-
"message": "
|
|
54
|
+
"message": "SAPUI5 Theme"
|
|
55
55
|
},
|
|
56
56
|
"enableEslint": {
|
|
57
|
-
"message": "Add
|
|
58
|
-
"breadcrumb": "
|
|
57
|
+
"message": "Add ESLint Configuration to the Project",
|
|
58
|
+
"breadcrumb": "ESLint"
|
|
59
59
|
},
|
|
60
60
|
"enableCodeAssist": {
|
|
61
|
-
"message": "Add
|
|
61
|
+
"message": "Add Code Assist Libraries to your Project",
|
|
62
62
|
"breadcrumb": "Code Assist"
|
|
63
63
|
},
|
|
64
64
|
"skipAnnotations": {
|
|
65
|
-
"message": "Skip
|
|
65
|
+
"message": "Skip Generation of Associated `annotations.cds` File",
|
|
66
66
|
"breadcrumb": "Skip Annotations"
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
"validators": {
|
|
70
|
-
"appFolderExistsAtPath": "A module with this name already exists in the folder: {{-path}}",
|
|
70
|
+
"appFolderExistsAtPath": "A module with this name already exists in the folder: {{-path}}. Choose a different module name.",
|
|
71
71
|
"folderContainsFioriApp": "The project folder path already contains an SAP Fiori application in the folder: {{-path}}. Please choose a different folder and try again.",
|
|
72
|
-
"folderContainsCapApp": "The selected project folder is part of an existing CAP project. This application must
|
|
73
|
-
},
|
|
74
|
-
"ui5VersionLabels": {
|
|
75
|
-
"maintained": "Maintained",
|
|
76
|
-
"outOfMaintenance": "Out of maintenance",
|
|
77
|
-
"version_one": "version",
|
|
78
|
-
"version_other": "versions"
|
|
72
|
+
"folderContainsCapApp": "The selected project folder is part of an existing CAP project. This application must use the local CAP project as the data source."
|
|
79
73
|
}
|
|
80
74
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/ui5-application-inquirer",
|
|
3
3
|
"description": "Prompts module that can prompt users for inputs required for UI5 application writing",
|
|
4
|
-
"version": "0.14.
|
|
4
|
+
"version": "0.14.20",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"inquirer-autocomplete-prompt": "2.0.1",
|
|
24
24
|
"lodash": "4.17.21",
|
|
25
25
|
"semver": "7.5.4",
|
|
26
|
-
"@sap-ux/inquirer-common": "0.7.
|
|
27
|
-
"@sap-ux/project-access": "1.30.
|
|
28
|
-
"@sap-ux/project-input-validator": "0.6.
|
|
26
|
+
"@sap-ux/inquirer-common": "0.7.18",
|
|
27
|
+
"@sap-ux/project-access": "1.30.4",
|
|
28
|
+
"@sap-ux/project-input-validator": "0.6.7",
|
|
29
29
|
"@sap-ux/ui5-info": "0.12.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@types/lodash": "4.14.202",
|
|
36
36
|
"@types/semver": "7.5.4",
|
|
37
37
|
"inquirer": "8.2.6",
|
|
38
|
-
"@sap-ux/cap-config-writer": "0.10.
|
|
38
|
+
"@sap-ux/cap-config-writer": "0.10.14"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=20.x"
|