@sap-ux/fiori-app-sub-generator 0.5.13 → 0.5.15
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.
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"defaults": {
|
|
23
23
|
"projectName": "project{{defaultProjectNumber}}",
|
|
24
|
-
"projectTitle": "
|
|
24
|
+
"projectTitle": "Application Title",
|
|
25
25
|
"projectDescription": "An SAP Fiori application."
|
|
26
26
|
},
|
|
27
27
|
"readme": {
|
|
@@ -32,21 +32,21 @@
|
|
|
32
32
|
"sapSystemType": {
|
|
33
33
|
"abapOnBtp": "ABAP Environment on SAP Business Technology Platform",
|
|
34
34
|
"s4hc": "SAP S/4HANA Cloud Environment",
|
|
35
|
-
"onPrem": "ABAP On
|
|
35
|
+
"onPrem": "ABAP On-Premise"
|
|
36
36
|
},
|
|
37
37
|
"datasourceType": {
|
|
38
38
|
"sapSystem": "SAP System",
|
|
39
39
|
"buinessHub": "SAP Business Accelerator Hub",
|
|
40
40
|
"apiBusinessHubEnterprise": "SAP API Business Hub Enterprise",
|
|
41
|
-
"capProject": "Local
|
|
42
|
-
"odataServiceUrl": "OData
|
|
41
|
+
"capProject": "Local CAP",
|
|
42
|
+
"odataServiceUrl": "OData URL",
|
|
43
43
|
"none": "None",
|
|
44
44
|
"metadataFile": "File",
|
|
45
45
|
"projectSpecificDestination": "MTA File"
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"texts": {
|
|
49
|
-
"runInstruction": "
|
|
49
|
+
"runInstruction": "To launch the generated application, run the following from the generated application root folder:\n\n```\n npm start\n```"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
"texts": {
|
|
@@ -74,44 +74,44 @@
|
|
|
74
74
|
"title": "Deployment Configuration"
|
|
75
75
|
},
|
|
76
76
|
"flpConfig": {
|
|
77
|
-
"description": "Configure Fiori
|
|
78
|
-
"title": "Fiori Launchpad Configuration"
|
|
77
|
+
"description": "Configure SAP Fiori launchpad settings {{appFolderName}}.",
|
|
78
|
+
"title": "SAP Fiori Launchpad Configuration"
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"logMessages": {
|
|
82
82
|
"installingDependencies": "Installing dependencies to package path: {{- path}}...",
|
|
83
|
-
"dependenciesInstalled": "Project dependencies installed in {{installTime}} seconds",
|
|
84
|
-
"errorInstallingDependencies": "
|
|
85
|
-
"commandFailedWithError": "{{command}} failed with error code {{errorCode}}.",
|
|
86
|
-
"commandErrorCodeWithStack": "Error code {{errorCode}} returned from {{command}}. {{stack}}",
|
|
87
|
-
"applicationGenerationSuccess": "
|
|
88
|
-
"copyingTemplateFiles": "Copying
|
|
83
|
+
"dependenciesInstalled": "Project dependencies installed in {{installTime}} seconds.",
|
|
84
|
+
"errorInstallingDependencies": "An unknown error occurred when installing the project dependencies.",
|
|
85
|
+
"commandFailedWithError": "{{command}} failed with error code: {{errorCode}}.",
|
|
86
|
+
"commandErrorCodeWithStack": "Error code: {{errorCode}} returned from {{command}}. {{stack}}",
|
|
87
|
+
"applicationGenerationSuccess": "The application has been generated and is available at {{- targetFolder}}",
|
|
88
|
+
"copyingTemplateFiles": "Copying {{templateName}} template files...",
|
|
89
89
|
"generatingAppWithVersion": "Generating application with {{- generatorName}} {{generatorVersion}}",
|
|
90
|
-
"warningCachingNotSupported": "Warning: caching is not supported",
|
|
90
|
+
"warningCachingNotSupported": "Warning: caching is not supported.",
|
|
91
91
|
"attemptingToExecutePostGenerationCommand": "Attempting to execute command after app generation: {{- command}}",
|
|
92
92
|
"installSkippedOptionSpecified": "Option `--skipInstall` was specified. Installation of dependencies will be skipped.",
|
|
93
93
|
"generatorExiting": "Application generation exiting due to error: {{error}}"
|
|
94
94
|
},
|
|
95
95
|
"error": {
|
|
96
|
-
"fatalError": "An error has occurred, please restart the generator",
|
|
97
|
-
"errorWritingApplicationFiles": "An error occurred writing application files",
|
|
98
|
-
"appConfigVersion": "
|
|
99
|
-
"appConfigUnparseableEdmx": "Application config property edmx cannot be parsed",
|
|
100
|
-
"appConfigMissingRequiredProperty": "
|
|
101
|
-
"edmxNotFound": "Edmx
|
|
102
|
-
"unsupportedPostGenerationEvent": "Unsupported post generation event: {{event}}",
|
|
103
|
-
"commandFailed": "Command failed with error",
|
|
104
|
-
"invalidYUIStepConfig": "Invalid Yeoman UI step config: First step cannot have dependency property"
|
|
96
|
+
"fatalError": "An error has occurred, please restart the generator.",
|
|
97
|
+
"errorWritingApplicationFiles": "An error occurred writing application files.",
|
|
98
|
+
"appConfigVersion": "The application config version must match a supported version: {{versions}}.",
|
|
99
|
+
"appConfigUnparseableEdmx": "Application config property: edmx cannot be parsed.",
|
|
100
|
+
"appConfigMissingRequiredProperty": "The application config is missing a required property: {{propertyName}}.",
|
|
101
|
+
"edmxNotFound": "Edmx metadata is required to continue with generation. Application generation exiting.",
|
|
102
|
+
"unsupportedPostGenerationEvent": "Unsupported post generation event: {{event}}.",
|
|
103
|
+
"commandFailed": "Command failed with error.",
|
|
104
|
+
"invalidYUIStepConfig": "Invalid Yeoman UI step config: First step cannot have a dependency property."
|
|
105
105
|
},
|
|
106
106
|
"wizardMessages": {
|
|
107
107
|
"filesGenerated": "The files have been generated."
|
|
108
108
|
},
|
|
109
109
|
"prompts": {
|
|
110
110
|
"viewName": {
|
|
111
|
-
"message": "View
|
|
111
|
+
"message": "View Name",
|
|
112
112
|
"validationMessages": {
|
|
113
|
-
"viewNameRequired": "You must provide a view name
|
|
114
|
-
"viewNameTooLong": "
|
|
113
|
+
"viewNameRequired": "You must provide a view name to continue.",
|
|
114
|
+
"viewNameTooLong": "The view name cannot contain more than 120 characters.",
|
|
115
115
|
"viewNameInvalid": "The view name must start with a letter and may contain letters, digits, dashes, and underscores."
|
|
116
116
|
}
|
|
117
117
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/fiori-app-sub-generator",
|
|
3
3
|
"description": "A yeoman (sub) generator that can generate Fiori applications. Not for standalone use.",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.15",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -29,22 +29,22 @@
|
|
|
29
29
|
"mem-fs-editor": "9.4.0",
|
|
30
30
|
"uuid": "11.0.5",
|
|
31
31
|
"yeoman-generator": "5.10.0",
|
|
32
|
-
"@sap-ux/annotation-generator": "0.3.
|
|
32
|
+
"@sap-ux/annotation-generator": "0.3.42",
|
|
33
33
|
"@sap-ux/axios-extension": "1.22.3",
|
|
34
34
|
"@sap-ux/btp-utils": "1.1.0",
|
|
35
|
-
"@sap-ux/cap-config-writer": "0.10.
|
|
35
|
+
"@sap-ux/cap-config-writer": "0.10.14",
|
|
36
36
|
"@sap-ux/feature-toggle": "0.3.0",
|
|
37
|
-
"@sap-ux/fiori-elements-writer": "2.5.
|
|
38
|
-
"@sap-ux/fiori-freestyle-writer": "2.4.
|
|
39
|
-
"@sap-ux/fiori-generator-shared": "0.12.
|
|
37
|
+
"@sap-ux/fiori-elements-writer": "2.5.7",
|
|
38
|
+
"@sap-ux/fiori-freestyle-writer": "2.4.18",
|
|
39
|
+
"@sap-ux/fiori-generator-shared": "0.12.13",
|
|
40
40
|
"@sap-ux/fiori-tools-settings": "0.2.0",
|
|
41
|
-
"@sap-ux/launch-config": "0.10.
|
|
42
|
-
"@sap-ux/odata-service-inquirer": "2.5.
|
|
43
|
-
"@sap-ux/odata-service-writer": "0.27.
|
|
44
|
-
"@sap-ux/project-access": "1.30.
|
|
41
|
+
"@sap-ux/launch-config": "0.10.9",
|
|
42
|
+
"@sap-ux/odata-service-inquirer": "2.5.9",
|
|
43
|
+
"@sap-ux/odata-service-writer": "0.27.8",
|
|
44
|
+
"@sap-ux/project-access": "1.30.4",
|
|
45
45
|
"@sap-ux/store": "1.1.1",
|
|
46
|
-
"@sap-ux/telemetry": "0.6.
|
|
47
|
-
"@sap-ux/ui5-application-inquirer": "0.14.
|
|
46
|
+
"@sap-ux/telemetry": "0.6.6",
|
|
47
|
+
"@sap-ux/ui5-application-inquirer": "0.14.20",
|
|
48
48
|
"@sap-ux/ui5-info": "0.12.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
"mock-spawn": "0.2.6",
|
|
63
63
|
"rimraf": "5.0.5",
|
|
64
64
|
"yeoman-test": "6.3.0",
|
|
65
|
-
"@sap-ux/abap-deploy-config-inquirer": "1.4.
|
|
66
|
-
"@sap-ux/cf-deploy-config-inquirer": "0.3.
|
|
67
|
-
"@sap-ux/flp-config-sub-generator": "0.2.
|
|
68
|
-
"@sap-ux/inquirer-common": "0.7.
|
|
69
|
-
"@sap-ux/jest-file-matchers": "0.2.
|
|
65
|
+
"@sap-ux/abap-deploy-config-inquirer": "1.4.28",
|
|
66
|
+
"@sap-ux/cf-deploy-config-inquirer": "0.3.21",
|
|
67
|
+
"@sap-ux/flp-config-sub-generator": "0.2.39",
|
|
68
|
+
"@sap-ux/inquirer-common": "0.7.18",
|
|
69
|
+
"@sap-ux/jest-file-matchers": "0.2.3",
|
|
70
70
|
"@sap-ux/logger": "0.7.0"
|
|
71
71
|
},
|
|
72
72
|
"engines": {
|