@sap/ux-ui5-tooling 1.4.6 → 1.4.7
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/CHANGELOG.md +5 -0
- package/README.md +21 -0
- package/dist/cli/index.js +7761 -13432
- package/dist/middlewares/fiori-tools-appreload.js +11 -10
- package/dist/middlewares/fiori-tools-preview.js +116555 -51305
- package/dist/middlewares/fiori-tools-proxy.js +132657 -67655
- package/dist/middlewares/fiori-tools-servestatic.js +5 -5
- package/dist/tasks/cf-deploy/index.js +86667 -52827
- package/dist/tasks/deploy/index.js +93908 -60329
- package/dist/templates/control-property-editor/app.js +1 -1
- package/dist/templates/control-property-editor/ui5-adaptation.js +1 -1
- package/package.json +10 -10
|
@@ -1443,7 +1443,7 @@ function vars(arr, statement) {
|
|
|
1443
1443
|
"use strict";
|
|
1444
1444
|
|
|
1445
1445
|
|
|
1446
|
-
var URI = __webpack_require__(
|
|
1446
|
+
var URI = __webpack_require__(55858)
|
|
1447
1447
|
, equal = __webpack_require__(28926)
|
|
1448
1448
|
, util = __webpack_require__(7559)
|
|
1449
1449
|
, SchemaObject = __webpack_require__(40493)
|
|
@@ -5815,7 +5815,7 @@ module.exports = ({onlyFirst = false} = {}) => {
|
|
|
5815
5815
|
|
|
5816
5816
|
/***/ }),
|
|
5817
5817
|
|
|
5818
|
-
/***/
|
|
5818
|
+
/***/ 98315:
|
|
5819
5819
|
/***/ ((module) => {
|
|
5820
5820
|
|
|
5821
5821
|
"use strict";
|
|
@@ -22402,7 +22402,7 @@ ForeverAgent.SSL = ForeverAgentSSL
|
|
|
22402
22402
|
var util = __webpack_require__(73837)
|
|
22403
22403
|
, Agent = (__webpack_require__(13685).Agent)
|
|
22404
22404
|
, net = __webpack_require__(41808)
|
|
22405
|
-
, tls = __webpack_require__(
|
|
22405
|
+
, tls = __webpack_require__(24404)
|
|
22406
22406
|
, AgentSSL = (__webpack_require__(95687).Agent)
|
|
22407
22407
|
|
|
22408
22408
|
function getConnectionName(host, port) {
|
|
@@ -23156,7 +23156,7 @@ module.exports = input => typeof input === 'string' ? input.replace(ansiRegex(),
|
|
|
23156
23156
|
|
|
23157
23157
|
var consoleControl = __webpack_require__(64034)
|
|
23158
23158
|
var renderTemplate = __webpack_require__(23595)
|
|
23159
|
-
var validate = __webpack_require__(
|
|
23159
|
+
var validate = __webpack_require__(98315)
|
|
23160
23160
|
|
|
23161
23161
|
var Plumbing = module.exports = function (theme, template, width) {
|
|
23162
23162
|
if (!width) width = 80
|
|
@@ -23221,7 +23221,7 @@ module.exports = process
|
|
|
23221
23221
|
|
|
23222
23222
|
"use strict";
|
|
23223
23223
|
|
|
23224
|
-
var validate = __webpack_require__(
|
|
23224
|
+
var validate = __webpack_require__(98315)
|
|
23225
23225
|
var renderTemplate = __webpack_require__(23595)
|
|
23226
23226
|
var wideTruncate = __webpack_require__(98566)
|
|
23227
23227
|
var stringWidth = __webpack_require__(62909)
|
|
@@ -23265,7 +23265,7 @@ function repeat (string, width) {
|
|
|
23265
23265
|
"use strict";
|
|
23266
23266
|
|
|
23267
23267
|
var align = __webpack_require__(64367)
|
|
23268
|
-
var validate = __webpack_require__(
|
|
23268
|
+
var validate = __webpack_require__(98315)
|
|
23269
23269
|
var objectAssign = __webpack_require__(4439)
|
|
23270
23270
|
var wideTruncate = __webpack_require__(98566)
|
|
23271
23271
|
var error = __webpack_require__(15591)
|
|
@@ -50144,7 +50144,7 @@ module.exports = '2.5.0'
|
|
|
50144
50144
|
|
|
50145
50145
|
|
|
50146
50146
|
var net = __webpack_require__(41808)
|
|
50147
|
-
, tls = __webpack_require__(
|
|
50147
|
+
, tls = __webpack_require__(24404)
|
|
50148
50148
|
, http = __webpack_require__(13685)
|
|
50149
50149
|
, https = __webpack_require__(95687)
|
|
50150
50150
|
, events = __webpack_require__(82361)
|
|
@@ -52784,7 +52784,7 @@ nacl.setPRNG = function(fn) {
|
|
|
52784
52784
|
|
|
52785
52785
|
/***/ }),
|
|
52786
52786
|
|
|
52787
|
-
/***/
|
|
52787
|
+
/***/ 55858:
|
|
52788
52788
|
/***/ (function(__unused_webpack_module, exports) {
|
|
52789
52789
|
|
|
52790
52790
|
/** @license URI.js v4.4.0 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|
|
@@ -55050,6 +55050,7 @@ var AppType;
|
|
|
55050
55050
|
AppType["FioriElement"] = "SAP Fiori elements";
|
|
55051
55051
|
AppType["UI5Freestyle"] = "SAPUI5 freestyle";
|
|
55052
55052
|
})(AppType = exports.AppType || (exports.AppType = {}));
|
|
55053
|
+
exports.AppPomXmlArtifactIdPlaceholder = `\${project.artifactId}`;
|
|
55053
55054
|
|
|
55054
55055
|
|
|
55055
55056
|
/***/ }),
|
|
@@ -55595,7 +55596,7 @@ module.exports = require("stream");
|
|
|
55595
55596
|
|
|
55596
55597
|
/***/ }),
|
|
55597
55598
|
|
|
55598
|
-
/***/
|
|
55599
|
+
/***/ 24404:
|
|
55599
55600
|
/***/ ((module) => {
|
|
55600
55601
|
|
|
55601
55602
|
"use strict";
|
|
@@ -55823,7 +55824,7 @@ module.exports = JSON.parse('["ac","com.ac","edu.ac","gov.ac","net.ac","mil.ac",
|
|
|
55823
55824
|
/***/ ((module) => {
|
|
55824
55825
|
|
|
55825
55826
|
"use strict";
|
|
55826
|
-
module.exports = JSON.parse('{"ABAP_PACKAGE":"ABAP package","ADDING_ARTIFACT_TO_PROJECT":"Adding {{artifact}} to the project.","APPLICATION_NAME":"Application Name","ARTIFACT_ADDED":"{{artifact}} added to the project.","ARTIFACT_NOT_ADDED":"{{artifact}} not added to the project.","CLIENT":"Client","CONFIRM_DEPLOYMENT_TESTMODE":"Confirmation is required to deploy the app in test mode:","CONFIRM_DEPLOYMENT":"Confirmation is required to deploy the app:","CONNECTING_WITHOUT_CREDS":"Connecting without any credentials, deployment may fail if authorization is required","CONSIDER_REMOVING_CLIENT_FROM_CONFIG":"Please remove the client from ui5-deploy.yaml, if you don\'t want to see the above warning again","DEPLOY_CANCELED":"Deploy canceled","DEPLOY_EXECUTED":"deploy executed.","DESTINATION":"Destination","ERROR_COMMAND_CMD":"Command {{cmd}} does not exist.","ERROR_INVALID_DEPLOYMENT_CONFIGURATION":"Invalid deployment configuration. Property {{property}} is missing.","ERROR_USER_PASSWORD_PLAIN":"Username or password must not be provided in plain text. Use environment variables.","ERROR_YO_NOT_INSTALLED":"Yeoman is not installed or available in your executable path. Please check your configuration or use npm/yarn to install it globally","ERROR_INSTALL_FIORI_GENERATOR":"Do you need to install {{fioriGenerator}} globally?\\nnpm install -g {{fioriGenerator}}\\nOR\\nyarn global add {{fioriGenerator}}","FILE_CREATED":"File {{file}} created in {{- folder}}","GENERATE_STANDALONE_INDEX_HTML":"Generate standalone index.html during deployment","INDEX_EXISTS_NOT_OVERWRITING":"\'index.html\' already exists, not generating one","INDEX_HTML_ADDED":"index.html added","INFO_CREATE_ARCHIVE":"Create Archive","INFO_COMMAND_FAILED":"Command {{cmd}} failed with error {{-message}}","INFO_DEPLOYMENT_SUCCESSFUL":"Deployment Successful.","INFO_DEPLOYMENT_FAILED":"Deployment Failed.","INFO_TEST_MODE":"Deployment in TestMode completed. A successful TestMode execution does not necessarily mean that your upload will be successful","ERROR_NO_SYSTEM_IN_STORE":"Error in deployment. The BTP system used in the deployment configuration could not be found as one of your local saved SAP systems. Please ensure you have saved this system locally so that it can be used for deployment.","INFO_FILE_PATH_ADDED":"{{path}} added","INFO_LIVERELOAD_STARTED":"Livereload middleware started for port {{port}} and path {{-watchPath}}","ERROR_STARTING_LIVERELOAD":"Port {{port}} was not exposed! Livereload will not work!","INFO_STARTING_DEPLOYMENT":"Starting Deployment.","INFO_STORE_DETAILS":"Storing details for system: ","INFO_USED_DESTINATION":"Used destination: ","INVALID_DATA":"Invalid data","INVALID_ODATA_VERSION":"The middleware fiori-tools-preview can only be used with OData version 4","MAINTAIN_CREDENTIALS":"Please maintain correct credentials to avoid seeing this error\\n\\t(see help: https://www.npmjs.com/package/@sap/ux-ui5-tooling#setting-environment-variables-in-a-env-file)","NO_PATH_LOCAL_UI5":"No path to local UI5 sources provided!","PACKAGE":"Package","PACKAGE_JSON_UPDATED":"package.json updated.","PACKAGE_NAME_REQUIRED":"Package name required","PROXY_STARTED_FOR":"Proxy started for ","SERVICE_KEYS_CONTENT_EMPTY":"Service keys contents cannot be empty","START_DEPLOYMENT":"Start deployment (Y/n)?","START_DEPLOYMENT_TESTMODE":"Start deployment in test mode (Y/n)?","SYSTEM_NAME_EMPTY":"System Name cannot be empty","SYSTEM_NAME_IN_USE":"[{{name}}] is already in use","TARGET":"Target","TRANSPORT_REQUEST":"Transport Request","USE_IT_INSTEAD":"Use it instead (Y/n)?","USING_SYSTEM_WITH_SAME_URL_NO_CLIENT":"Using system [{{name}}] with same URL, no client from System Store","USING_SYSTEM_FROM_STORE":"Using system [{{name}}] from System store","
|
|
55827
|
+
module.exports = JSON.parse('{"ABAP_PACKAGE":"ABAP package","ADDING_ARTIFACT_TO_PROJECT":"Adding {{artifact}} to the project.","APPLICATION_NAME":"Application Name","ARTIFACT_ADDED":"{{artifact}} added to the project.","ARTIFACT_NOT_ADDED":"{{artifact}} not added to the project.","CLIENT":"Client","CONFIRM_DEPLOYMENT_TESTMODE":"Confirmation is required to deploy the app in test mode:","CONFIRM_DEPLOYMENT":"Confirmation is required to deploy the app:","CONNECTING_WITHOUT_CREDS":"Connecting without any credentials, deployment may fail if authorization is required","CONSIDER_REMOVING_CLIENT_FROM_CONFIG":"Please remove the client from ui5-deploy.yaml, if you don\'t want to see the above warning again","DEPLOY_CANCELED":"Deploy canceled","DEPLOY_EXECUTED":"deploy executed.","DESTINATION":"Destination","ERROR_COMMAND_CMD":"Command {{cmd}} does not exist.","ERROR_INVALID_DEPLOYMENT_CONFIGURATION":"Invalid deployment configuration. Property {{property}} is missing.","ERROR_USER_PASSWORD_PLAIN":"Username or password must not be provided in plain text. Use environment variables.","ERROR_YO_NOT_INSTALLED":"Yeoman is not installed or available in your executable path. Please check your configuration or use npm/yarn to install it globally","ERROR_INSTALL_FIORI_GENERATOR":"Do you need to install {{fioriGenerator}} globally?\\nnpm install -g {{fioriGenerator}}\\nOR\\nyarn global add {{fioriGenerator}}","FILE_CREATED":"File {{file}} created in {{- folder}}","GENERATE_STANDALONE_INDEX_HTML":"Generate standalone index.html during deployment","INDEX_EXISTS_NOT_OVERWRITING":"\'index.html\' already exists, not generating one","INDEX_HTML_ADDED":"index.html added","INFO_CREATE_ARCHIVE":"Create Archive","INFO_COMMAND_FAILED":"Command {{cmd}} failed with error {{-message}}","INFO_DEPLOYMENT_SUCCESSFUL":"Deployment Successful.","INFO_DEPLOYMENT_FAILED":"Deployment Failed.","INFO_TEST_MODE":"Deployment in TestMode completed. A successful TestMode execution does not necessarily mean that your upload will be successful","ERROR_NO_SYSTEM_IN_STORE":"Error in deployment. The BTP system used in the deployment configuration could not be found as one of your local saved SAP systems. Please ensure you have saved this system locally so that it can be used for deployment.","INFO_FILE_PATH_ADDED":"{{path}} added","INFO_LIVERELOAD_STARTED":"Livereload middleware started for port {{port}} and path {{-watchPath}}","ERROR_STARTING_LIVERELOAD":"Port {{port}} was not exposed! Livereload will not work!","INFO_STARTING_DEPLOYMENT":"Starting Deployment.","INFO_STORE_DETAILS":"Storing details for system: ","INFO_USED_DESTINATION":"Used destination: ","INVALID_DATA":"Invalid data","INVALID_ODATA_VERSION":"The middleware fiori-tools-preview can only be used with OData version 4","MAINTAIN_CREDENTIALS":"Please maintain correct credentials to avoid seeing this error\\n\\t(see help: https://www.npmjs.com/package/@sap/ux-ui5-tooling#setting-environment-variables-in-a-env-file)","NO_PATH_LOCAL_UI5":"No path to local UI5 sources provided!","PACKAGE":"Package","PACKAGE_JSON_UPDATED":"package.json updated.","PACKAGE_NAME_REQUIRED":"Package name required","PROXY_STARTED_FOR":"Proxy started for ","SERVICE_KEYS_CONTENT_EMPTY":"Service keys contents cannot be empty","START_DEPLOYMENT":"Start deployment (Y/n)?","START_DEPLOYMENT_TESTMODE":"Start deployment in test mode (Y/n)?","SYSTEM_NAME_EMPTY":"System Name cannot be empty","SYSTEM_NAME_IN_USE":"[{{name}}] is already in use","TARGET":"Target","TRANSPORT_REQUEST":"Transport Request","USE_IT_INSTEAD":"Use it instead (Y/n)?","USING_SYSTEM_WITH_SAME_URL_NO_CLIENT":"Using system [{{name}}] with same URL, no client from System Store","USING_SYSTEM_FROM_STORE":"Using system [{{name}}] from System store","WARNING_PACKAGE_IN_CUSTOMER_SPACE":"Your package is in the customer space. Please check the correctness of the application name as it might need to start with a Z.","ERROR_EXTRACT_API_KEY":"Could not extract API hub key from \'{{-envPath}}\'","ERROR_API_HUB_KEY":"Property apiHub is set to true in yaml file, but file \'{{-envPath}}\' doesn\'t contain API key. Error was: ${{-message}}","SSL_IGNORE_WARNING":"You chose not to validate SSL certificate. Please verify the server certificate is trustful before proceeding. See documentation for recommended configuration (https://help.sap.com/viewer/17d50220bcd848aa854c9c182d65b699/Latest/en-US/4b318bede7eb4021a8be385c46c74045.html).","SSL_PROXY_ERROR":"You are trying to connect to a server with a self signed certificate. Please check (https://help.sap.com/viewer/17d50220bcd848aa854c9c182d65b699/Latest/en-US/4b318bede7eb4021a8be385c46c74045.html) for guidance.","NO_DEPLOY_CONFIG":"No deployment configuration has been detected. Run `npm run deploy-config` to add configuration first.","NO_BSP_APPLICATION":"Mandatory parameter --bspApplication <value> is missing. Please provide BSP Application","YAML_NOT_FOUND":"Configuration file {{-yamlPath}} not found. Please provide a valid path","NO_BUILD_SCRIPT":"Warning: No build script was found. You will need to execute build, before running start-flp.","CONFIRM_UNDEPLOYMENT":"Confirmation is required to undeploy the app:","INFO_STARTING_UNDEPLOYMENT":"Starting undeployment.","INFO_UNDEPLOYMENT_SUCCESSFUL":"Undeployment Successful.","INFO_UNDEPLOYMENT_FAILED":"Undeployment Failed.","START_UNDEPLOYMENT":"Start undeployment (Y/n)?","USERNAME":"Username:","PASSWORD":"Password:","REQUIRE_CREDENTIAL":"The deployment destination requires authentication. Please enter your credentials below","REQUIRE_CREDENTIAL_FLP":"The FLP Embedded Preview requires credentials. Please enter your credentials below","ERROR_NO_VSCODE_SETTINGS_FILE":"No VSCode Settings file found.","INFO_SAML_NOT_SUPPORTED":"The backend service seems to require direct SAML authentication, which is not yet supported.","INFO_RESPONSE_UNCERTAIN":"Successful deployment could not be confirmed based on the response message received. Please manually verify if the deployment was successful.","VSCODE_SETTINGS_FILE_NOT_PARSEABLE":"Not able to parse VSCode settings.json file.","ERROR_EMPTY_USERNAME":"Username can not be empty.","ERROR_EMPTY_PASSWORD":"Password can not be empty.","OPERATION_ABORTED":"Operation aborted by the user.","ERROR_ACHIVE_FROM_EXTERNAL_FILEPATH":"The archive file you provided could not be found.","ERROR_ACHIVE_FROM_EXTERNAL_URL":"The archive url you provided could not be reached. Please ensure the URL is accessible and does not require authentication. {{error}}","NO_CAP":"CAP projects are not supported.","DEPLOYMENT_MSG":"To retrieve the deployed URL, run the following command:","DEPLOYMENT_MANAGED_CF_URL":"cf html5-list -u -di {{-mtaId}}-dest-srv -u --runtime launchpad","DEPLOYMENT_HELP":"For more help, go to https://help.sap.com/viewer/17d50220bcd848aa854c9c182d65b699/Latest/en-US/607014e278d941fda4440f92f4a324a6.html","DEPLOYMENT_STANDALONE_CF_URL":"Please see the deployed application URL above","ERROR_NO_UI5_FLEX_LAYER":"The UI5 Flexibility Layer for this project is not set. Please open the command palette and execute the command {{command}}.","ERROR_WRONG_UI5_FLEX_LAYER":"The value of the UI5 Flexibility Layer is wrong. Please open the command palette and execute the command {{command}}.","ERROR_WRONG_MINUI5VERSION":"Developer variant creation works only with UI5 version {{version}} or higher. Please update the minUI5Version in the manifest.json to {{version}} or higher.","ERROR_WRONG_UI5VERSION":"Developer variant creation works only with UI5 version {{version}} or higher. Please update the UI5 version in the {{-location}} to {{version}} or higher.","VARIANT_MANAGEMENT_VSCODE_CONFIGURATION_COMMAND":"Fiori: Add Configuration for Variants Creation","NO_HELP_MARKDOWN_FOUND":"Help content cannot be loaded","UNKNOWN_ADD_SUBCOMMAND":"Subcommand {{artifact}} is not supported. Please check the following supported subcommands.","CONTROL_PROPERTY_EDITOR_UNSUPPORTED_FE_VERSION":"Control property editor is available only for SAP Fiori Elements v2 apps","CONTROL_PROPERTY_EDITOR_MIN_UI5_VERSION":"Control property editor works only with SAP UI5 version {{version}} or higher. Please update the SAP UI5 version in the {{-location}} to {{version}} or higher.","CONTROL_PROPERTY_EDITOR_VSCODE_CONFIGURATION_COMMAND":"Fiori: Add Configuration for Control Property Editor","UI5_VERSION_SOURCE":"Using UI5 version {{version}} based on {{-file}}"}');
|
|
55827
55828
|
|
|
55828
55829
|
/***/ })
|
|
55829
55830
|
|