@sap/ux-ui5-tooling 1.8.1 → 1.8.2

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/dist/cli/index.js CHANGED
@@ -11968,9 +11968,9 @@ var require_rc = __commonJS({
11968
11968
  }
11969
11969
  });
11970
11970
 
11971
- // ../../node_modules/update-notifier-cjs/node_modules/registry-url/index.js
11971
+ // ../../node_modules/registry-url/index.js
11972
11972
  var require_registry_url = __commonJS({
11973
- "../../node_modules/update-notifier-cjs/node_modules/registry-url/index.js"(exports2, module2) {
11973
+ "../../node_modules/registry-url/index.js"(exports2, module2) {
11974
11974
  "use strict";
11975
11975
  var rc = require_rc();
11976
11976
  var registryUrl = (scope) => {
@@ -35438,9 +35438,9 @@ var require_is_wsl = __commonJS({
35438
35438
  }
35439
35439
  });
35440
35440
 
35441
- // ../../node_modules/open/index.js
35441
+ // ../lib/odata-client/node_modules/open/index.js
35442
35442
  var require_open = __commonJS({
35443
- "../../node_modules/open/index.js"(exports2, module2) {
35443
+ "../lib/odata-client/node_modules/open/index.js"(exports2, module2) {
35444
35444
  "use strict";
35445
35445
  var { promisify } = require("util");
35446
35446
  var path4 = require("path");
@@ -54514,7 +54514,8 @@ var require_atoCatalog = __commonJS({
54514
54514
  operationsType: settings.operationsType,
54515
54515
  isExtensibilityDevSystem: settings.isExtensibilityDevelopmentSystem === true,
54516
54516
  devPackage: settings.developmentPackage,
54517
- devPrefix: settings.developmentPrefix
54517
+ devPrefix: settings.developmentPrefix,
54518
+ isConfigured: settings.isConfigured
54518
54519
  };
54519
54520
  return atoSettings;
54520
54521
  }
@@ -54857,13 +54858,19 @@ var require_sapSystem = __commonJS({
54857
54858
  getConnection() {
54858
54859
  return this.connection;
54859
54860
  }
54860
- clone({ retainConnection } = { retainConnection: false }) {
54861
+ clone({ retainConnection, retainSavedStatus } = {
54862
+ retainConnection: false,
54863
+ retainSavedStatus: false
54864
+ }) {
54861
54865
  var _a2;
54862
54866
  const copy3 = SapSystem2.fromSerialized(this.serialize());
54863
54867
  if (retainConnection) {
54864
54868
  copy3.connection = this.connection;
54865
54869
  copy3.config.destination = (_a2 = this.config) == null ? void 0 : _a2.destination;
54866
54870
  }
54871
+ if (retainSavedStatus) {
54872
+ copy3.unSaved = this.unSaved;
54873
+ }
54867
54874
  return copy3;
54868
54875
  }
54869
54876
  get refreshToken() {
@@ -68170,7 +68177,7 @@ var require_package5 = __commonJS({
68170
68177
  "../lib/telemetry/dist/package.json"(exports2, module2) {
68171
68178
  module2.exports = {
68172
68179
  name: "@sap/ux-telemetry",
68173
- version: "1.8.1",
68180
+ version: "1.8.2",
68174
68181
  description: "SAP Fiori tools telemetry library",
68175
68182
  main: "dist/src/index.js",
68176
68183
  author: "SAP SE",
@@ -68195,10 +68202,10 @@ var require_package5 = __commonJS({
68195
68202
  },
68196
68203
  dependencies: {
68197
68204
  "@sap-ux/store": "0.3.0",
68198
- "@sap/ux-cds": "1.8.1",
68199
- "@sap/ux-common-utils": "1.8.1",
68200
- "@sap/ux-feature-toggle": "1.8.1",
68201
- "@sap/ux-project-access": "1.8.1",
68205
+ "@sap/ux-cds": "1.8.2",
68206
+ "@sap/ux-common-utils": "1.8.2",
68207
+ "@sap/ux-feature-toggle": "1.8.2",
68208
+ "@sap/ux-project-access": "1.8.2",
68202
68209
  applicationinsights: "1.4.1",
68203
68210
  axios: "0.26.0",
68204
68211
  "performance-now": "2.1.0",
@@ -72332,7 +72339,7 @@ var require_utils10 = __commonJS({
72332
72339
  return mod && mod.__esModule ? mod : { "default": mod };
72333
72340
  };
72334
72341
  Object.defineProperty(exports2, "__esModule", { value: true });
72335
- exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.findAllApps = exports2.findRootsForPath = exports2.getDetailedProjectType = exports2.getAppType = exports2.findAllProjectRoots = exports2.hasDependency = exports2.findExtensionFiles = exports2.findAll = exports2.findLibrary = exports2.findProjectRoot = exports2.scriptsRegEx = void 0;
72342
+ exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.findAllApps = exports2.findRootsForPath = exports2.getDetailedProjectType = exports2.getAppType = exports2.findAllProjectRoots = exports2.findAllManifest = exports2.hasDependency = exports2.findExtensionFiles = exports2.findAll = exports2.findLibrary = exports2.findProjectRoot = exports2.scriptsRegEx = void 0;
72336
72343
  var fs_1 = require("fs");
72337
72344
  var findit2_1 = __importDefault(require_findit2());
72338
72345
  var fast_xml_parser_1 = __importDefault(require_parser2());
@@ -72467,6 +72474,7 @@ var require_utils10 = __commonJS({
72467
72474
  }
72468
72475
  return manifests;
72469
72476
  }
72477
+ exports2.findAllManifest = findAllManifest;
72470
72478
  async function findAllPackageJsonFolders(wsFolders, logger) {
72471
72479
  let wsRoots;
72472
72480
  if (isWorkspaceFolder(wsFolders)) {
@@ -13874,9 +13874,9 @@ var require_is_wsl = __commonJS({
13874
13874
  }
13875
13875
  });
13876
13876
 
13877
- // ../../node_modules/open/index.js
13877
+ // ../lib/odata-client/node_modules/open/index.js
13878
13878
  var require_open = __commonJS({
13879
- "../../node_modules/open/index.js"(exports2, module2) {
13879
+ "../lib/odata-client/node_modules/open/index.js"(exports2, module2) {
13880
13880
  "use strict";
13881
13881
  var { promisify } = require("util");
13882
13882
  var path = require("path");
@@ -32950,7 +32950,8 @@ var require_atoCatalog = __commonJS({
32950
32950
  operationsType: settings.operationsType,
32951
32951
  isExtensibilityDevSystem: settings.isExtensibilityDevelopmentSystem === true,
32952
32952
  devPackage: settings.developmentPackage,
32953
- devPrefix: settings.developmentPrefix
32953
+ devPrefix: settings.developmentPrefix,
32954
+ isConfigured: settings.isConfigured
32954
32955
  };
32955
32956
  return atoSettings;
32956
32957
  }
@@ -33293,13 +33294,19 @@ var require_sapSystem = __commonJS({
33293
33294
  getConnection() {
33294
33295
  return this.connection;
33295
33296
  }
33296
- clone({ retainConnection } = { retainConnection: false }) {
33297
+ clone({ retainConnection, retainSavedStatus } = {
33298
+ retainConnection: false,
33299
+ retainSavedStatus: false
33300
+ }) {
33297
33301
  var _a2;
33298
33302
  const copy3 = SapSystem2.fromSerialized(this.serialize());
33299
33303
  if (retainConnection) {
33300
33304
  copy3.connection = this.connection;
33301
33305
  copy3.config.destination = (_a2 = this.config) == null ? void 0 : _a2.destination;
33302
33306
  }
33307
+ if (retainSavedStatus) {
33308
+ copy3.unSaved = this.unSaved;
33309
+ }
33303
33310
  return copy3;
33304
33311
  }
33305
33312
  get refreshToken() {
@@ -52523,7 +52530,7 @@ var require_package6 = __commonJS({
52523
52530
  "../lib/telemetry/dist/package.json"(exports2, module2) {
52524
52531
  module2.exports = {
52525
52532
  name: "@sap/ux-telemetry",
52526
- version: "1.8.1",
52533
+ version: "1.8.2",
52527
52534
  description: "SAP Fiori tools telemetry library",
52528
52535
  main: "dist/src/index.js",
52529
52536
  author: "SAP SE",
@@ -52548,10 +52555,10 @@ var require_package6 = __commonJS({
52548
52555
  },
52549
52556
  dependencies: {
52550
52557
  "@sap-ux/store": "0.3.0",
52551
- "@sap/ux-cds": "1.8.1",
52552
- "@sap/ux-common-utils": "1.8.1",
52553
- "@sap/ux-feature-toggle": "1.8.1",
52554
- "@sap/ux-project-access": "1.8.1",
52558
+ "@sap/ux-cds": "1.8.2",
52559
+ "@sap/ux-common-utils": "1.8.2",
52560
+ "@sap/ux-feature-toggle": "1.8.2",
52561
+ "@sap/ux-project-access": "1.8.2",
52555
52562
  applicationinsights: "1.4.1",
52556
52563
  axios: "0.26.0",
52557
52564
  "performance-now": "2.1.0",
@@ -59675,7 +59682,7 @@ var require_utils10 = __commonJS({
59675
59682
  return mod && mod.__esModule ? mod : { "default": mod };
59676
59683
  };
59677
59684
  Object.defineProperty(exports2, "__esModule", { value: true });
59678
- exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.findAllApps = exports2.findRootsForPath = exports2.getDetailedProjectType = exports2.getAppType = exports2.findAllProjectRoots = exports2.hasDependency = exports2.findExtensionFiles = exports2.findAll = exports2.findLibrary = exports2.findProjectRoot = exports2.scriptsRegEx = void 0;
59685
+ exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.findAllApps = exports2.findRootsForPath = exports2.getDetailedProjectType = exports2.getAppType = exports2.findAllProjectRoots = exports2.findAllManifest = exports2.hasDependency = exports2.findExtensionFiles = exports2.findAll = exports2.findLibrary = exports2.findProjectRoot = exports2.scriptsRegEx = void 0;
59679
59686
  var fs_1 = require("fs");
59680
59687
  var findit2_1 = __importDefault(require_findit2());
59681
59688
  var fast_xml_parser_1 = __importDefault(require_parser());
@@ -59810,6 +59817,7 @@ var require_utils10 = __commonJS({
59810
59817
  }
59811
59818
  return manifests;
59812
59819
  }
59820
+ exports2.findAllManifest = findAllManifest;
59813
59821
  async function findAllPackageJsonFolders(wsFolders, logger) {
59814
59822
  let wsRoots;
59815
59823
  if (isWorkspaceFolder(wsFolders)) {
@@ -12620,9 +12620,9 @@ var require_is_wsl = __commonJS({
12620
12620
  }
12621
12621
  });
12622
12622
 
12623
- // ../../node_modules/open/index.js
12623
+ // ../lib/odata-client/node_modules/open/index.js
12624
12624
  var require_open = __commonJS({
12625
- "../../node_modules/open/index.js"(exports2, module2) {
12625
+ "../lib/odata-client/node_modules/open/index.js"(exports2, module2) {
12626
12626
  "use strict";
12627
12627
  var { promisify } = require("util");
12628
12628
  var path = require("path");
@@ -31696,7 +31696,8 @@ var require_atoCatalog = __commonJS({
31696
31696
  operationsType: settings.operationsType,
31697
31697
  isExtensibilityDevSystem: settings.isExtensibilityDevelopmentSystem === true,
31698
31698
  devPackage: settings.developmentPackage,
31699
- devPrefix: settings.developmentPrefix
31699
+ devPrefix: settings.developmentPrefix,
31700
+ isConfigured: settings.isConfigured
31700
31701
  };
31701
31702
  return atoSettings;
31702
31703
  }
@@ -32039,13 +32040,19 @@ var require_sapSystem = __commonJS({
32039
32040
  getConnection() {
32040
32041
  return this.connection;
32041
32042
  }
32042
- clone({ retainConnection } = { retainConnection: false }) {
32043
+ clone({ retainConnection, retainSavedStatus } = {
32044
+ retainConnection: false,
32045
+ retainSavedStatus: false
32046
+ }) {
32043
32047
  var _a2;
32044
32048
  const copy5 = SapSystem2.fromSerialized(this.serialize());
32045
32049
  if (retainConnection) {
32046
32050
  copy5.connection = this.connection;
32047
32051
  copy5.config.destination = (_a2 = this.config) == null ? void 0 : _a2.destination;
32048
32052
  }
32053
+ if (retainSavedStatus) {
32054
+ copy5.unSaved = this.unSaved;
32055
+ }
32049
32056
  return copy5;
32050
32057
  }
32051
32058
  get refreshToken() {
@@ -51707,7 +51714,7 @@ var require_package5 = __commonJS({
51707
51714
  "../lib/telemetry/dist/package.json"(exports2, module2) {
51708
51715
  module2.exports = {
51709
51716
  name: "@sap/ux-telemetry",
51710
- version: "1.8.1",
51717
+ version: "1.8.2",
51711
51718
  description: "SAP Fiori tools telemetry library",
51712
51719
  main: "dist/src/index.js",
51713
51720
  author: "SAP SE",
@@ -51732,10 +51739,10 @@ var require_package5 = __commonJS({
51732
51739
  },
51733
51740
  dependencies: {
51734
51741
  "@sap-ux/store": "0.3.0",
51735
- "@sap/ux-cds": "1.8.1",
51736
- "@sap/ux-common-utils": "1.8.1",
51737
- "@sap/ux-feature-toggle": "1.8.1",
51738
- "@sap/ux-project-access": "1.8.1",
51742
+ "@sap/ux-cds": "1.8.2",
51743
+ "@sap/ux-common-utils": "1.8.2",
51744
+ "@sap/ux-feature-toggle": "1.8.2",
51745
+ "@sap/ux-project-access": "1.8.2",
51739
51746
  applicationinsights: "1.4.1",
51740
51747
  axios: "0.26.0",
51741
51748
  "performance-now": "2.1.0",
@@ -58859,7 +58866,7 @@ var require_utils9 = __commonJS({
58859
58866
  return mod && mod.__esModule ? mod : { "default": mod };
58860
58867
  };
58861
58868
  Object.defineProperty(exports2, "__esModule", { value: true });
58862
- exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.findAllApps = exports2.findRootsForPath = exports2.getDetailedProjectType = exports2.getAppType = exports2.findAllProjectRoots = exports2.hasDependency = exports2.findExtensionFiles = exports2.findAll = exports2.findLibrary = exports2.findProjectRoot = exports2.scriptsRegEx = void 0;
58869
+ exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.findAllApps = exports2.findRootsForPath = exports2.getDetailedProjectType = exports2.getAppType = exports2.findAllProjectRoots = exports2.findAllManifest = exports2.hasDependency = exports2.findExtensionFiles = exports2.findAll = exports2.findLibrary = exports2.findProjectRoot = exports2.scriptsRegEx = void 0;
58863
58870
  var fs_1 = require("fs");
58864
58871
  var findit2_1 = __importDefault(require_findit2());
58865
58872
  var fast_xml_parser_1 = __importDefault(require_parser());
@@ -58994,6 +59001,7 @@ var require_utils9 = __commonJS({
58994
59001
  }
58995
59002
  return manifests;
58996
59003
  }
59004
+ exports2.findAllManifest = findAllManifest;
58997
59005
  async function findAllPackageJsonFolders(wsFolders, logger) {
58998
59006
  let wsRoots;
58999
59007
  if (isWorkspaceFolder(wsFolders)) {
@@ -87925,9 +87933,9 @@ var require_merge = __commonJS({
87925
87933
  }
87926
87934
  });
87927
87935
 
87928
- // ../../node_modules/@sap-ux/ui5-config/node_modules/@sap-ux/yaml/dist/errors/yaml-error.js
87936
+ // ../../node_modules/@sap-ux/ui5-proxy-middleware/node_modules/@sap-ux/yaml/dist/errors/yaml-error.js
87929
87937
  var require_yaml_error = __commonJS({
87930
- "../../node_modules/@sap-ux/ui5-config/node_modules/@sap-ux/yaml/dist/errors/yaml-error.js"(exports2) {
87938
+ "../../node_modules/@sap-ux/ui5-proxy-middleware/node_modules/@sap-ux/yaml/dist/errors/yaml-error.js"(exports2) {
87931
87939
  "use strict";
87932
87940
  Object.defineProperty(exports2, "__esModule", { value: true });
87933
87941
  exports2.YAMLError = void 0;
@@ -87942,9 +87950,9 @@ var require_yaml_error = __commonJS({
87942
87950
  }
87943
87951
  });
87944
87952
 
87945
- // ../../node_modules/@sap-ux/ui5-config/node_modules/@sap-ux/yaml/dist/errors/index.js
87953
+ // ../../node_modules/@sap-ux/ui5-proxy-middleware/node_modules/@sap-ux/yaml/dist/errors/index.js
87946
87954
  var require_errors6 = __commonJS({
87947
- "../../node_modules/@sap-ux/ui5-config/node_modules/@sap-ux/yaml/dist/errors/index.js"(exports2) {
87955
+ "../../node_modules/@sap-ux/ui5-proxy-middleware/node_modules/@sap-ux/yaml/dist/errors/index.js"(exports2) {
87948
87956
  "use strict";
87949
87957
  Object.defineProperty(exports2, "__esModule", { value: true });
87950
87958
  exports2.YAMLError = exports2.errorTemplate = exports2.errorCode = void 0;
@@ -87981,9 +87989,9 @@ var require_errors6 = __commonJS({
87981
87989
  }
87982
87990
  });
87983
87991
 
87984
- // ../../node_modules/@sap-ux/ui5-config/node_modules/@sap-ux/yaml/dist/texts/index.js
87992
+ // ../../node_modules/@sap-ux/ui5-proxy-middleware/node_modules/@sap-ux/yaml/dist/texts/index.js
87985
87993
  var require_texts = __commonJS({
87986
- "../../node_modules/@sap-ux/ui5-config/node_modules/@sap-ux/yaml/dist/texts/index.js"(exports2) {
87994
+ "../../node_modules/@sap-ux/ui5-proxy-middleware/node_modules/@sap-ux/yaml/dist/texts/index.js"(exports2) {
87987
87995
  "use strict";
87988
87996
  Object.defineProperty(exports2, "__esModule", { value: true });
87989
87997
  exports2.interpolate = void 0;
@@ -88002,9 +88010,9 @@ var require_texts = __commonJS({
88002
88010
  }
88003
88011
  });
88004
88012
 
88005
- // ../../node_modules/@sap-ux/ui5-config/node_modules/@sap-ux/yaml/dist/yaml-document.js
88013
+ // ../../node_modules/@sap-ux/ui5-proxy-middleware/node_modules/@sap-ux/yaml/dist/yaml-document.js
88006
88014
  var require_yaml_document = __commonJS({
88007
- "../../node_modules/@sap-ux/ui5-config/node_modules/@sap-ux/yaml/dist/yaml-document.js"(exports2) {
88015
+ "../../node_modules/@sap-ux/ui5-proxy-middleware/node_modules/@sap-ux/yaml/dist/yaml-document.js"(exports2) {
88008
88016
  "use strict";
88009
88017
  var __createBinding = exports2 && exports2.__createBinding || (Object.create ? function(o, m, k, k2) {
88010
88018
  if (k2 === void 0)
@@ -88230,9 +88238,9 @@ var require_yaml_document = __commonJS({
88230
88238
  }
88231
88239
  });
88232
88240
 
88233
- // ../../node_modules/@sap-ux/ui5-config/node_modules/@sap-ux/yaml/dist/index.js
88241
+ // ../../node_modules/@sap-ux/ui5-proxy-middleware/node_modules/@sap-ux/yaml/dist/index.js
88234
88242
  var require_dist12 = __commonJS({
88235
- "../../node_modules/@sap-ux/ui5-config/node_modules/@sap-ux/yaml/dist/index.js"(exports2) {
88243
+ "../../node_modules/@sap-ux/ui5-proxy-middleware/node_modules/@sap-ux/yaml/dist/index.js"(exports2) {
88236
88244
  "use strict";
88237
88245
  Object.defineProperty(exports2, "__esModule", { value: true });
88238
88246
  exports2.YAMLError = exports2.errorCode = exports2.YAMLMap = exports2.YAMLSeq = exports2.YamlDocument = void 0;
@@ -88257,9 +88265,9 @@ var require_dist12 = __commonJS({
88257
88265
  }
88258
88266
  });
88259
88267
 
88260
- // ../../node_modules/@sap-ux/ui5-config/dist/middlewares.js
88268
+ // ../../node_modules/@sap-ux/ui5-proxy-middleware/node_modules/@sap-ux/ui5-config/dist/middlewares.js
88261
88269
  var require_middlewares = __commonJS({
88262
- "../../node_modules/@sap-ux/ui5-config/dist/middlewares.js"(exports2) {
88270
+ "../../node_modules/@sap-ux/ui5-proxy-middleware/node_modules/@sap-ux/ui5-config/dist/middlewares.js"(exports2) {
88263
88271
  "use strict";
88264
88272
  Object.defineProperty(exports2, "__esModule", { value: true });
88265
88273
  exports2.getMockServerMiddlewareConfig = exports2.getFioriToolsProxyMiddlewareConfig = exports2.getAppReloadMiddlewareConfig = void 0;
@@ -88333,9 +88341,9 @@ var require_middlewares = __commonJS({
88333
88341
  }
88334
88342
  });
88335
88343
 
88336
- // ../../node_modules/@sap-ux/ui5-config/dist/ui5config.js
88344
+ // ../../node_modules/@sap-ux/ui5-proxy-middleware/node_modules/@sap-ux/ui5-config/dist/ui5config.js
88337
88345
  var require_ui5config = __commonJS({
88338
- "../../node_modules/@sap-ux/ui5-config/dist/ui5config.js"(exports2) {
88346
+ "../../node_modules/@sap-ux/ui5-proxy-middleware/node_modules/@sap-ux/ui5-config/dist/ui5config.js"(exports2) {
88339
88347
  "use strict";
88340
88348
  var __awaiter = exports2 && exports2.__awaiter || function(thisArg, _arguments, P, generator) {
88341
88349
  function adopt(value) {
@@ -88515,9 +88523,9 @@ var require_ui5config = __commonJS({
88515
88523
  }
88516
88524
  });
88517
88525
 
88518
- // ../../node_modules/@sap-ux/ui5-config/dist/index.js
88526
+ // ../../node_modules/@sap-ux/ui5-proxy-middleware/node_modules/@sap-ux/ui5-config/dist/index.js
88519
88527
  var require_dist13 = __commonJS({
88520
- "../../node_modules/@sap-ux/ui5-config/dist/index.js"(exports2) {
88528
+ "../../node_modules/@sap-ux/ui5-proxy-middleware/node_modules/@sap-ux/ui5-config/dist/index.js"(exports2) {
88521
88529
  "use strict";
88522
88530
  Object.defineProperty(exports2, "__esModule", { value: true });
88523
88531
  exports2.YAMLError = exports2.yamlErrorCode = exports2.UI5Config = void 0;
@@ -11910,7 +11910,7 @@ var require_package4 = __commonJS({
11910
11910
  "../lib/telemetry/dist/package.json"(exports2, module2) {
11911
11911
  module2.exports = {
11912
11912
  name: "@sap/ux-telemetry",
11913
- version: "1.8.1",
11913
+ version: "1.8.2",
11914
11914
  description: "SAP Fiori tools telemetry library",
11915
11915
  main: "dist/src/index.js",
11916
11916
  author: "SAP SE",
@@ -11935,10 +11935,10 @@ var require_package4 = __commonJS({
11935
11935
  },
11936
11936
  dependencies: {
11937
11937
  "@sap-ux/store": "0.3.0",
11938
- "@sap/ux-cds": "1.8.1",
11939
- "@sap/ux-common-utils": "1.8.1",
11940
- "@sap/ux-feature-toggle": "1.8.1",
11941
- "@sap/ux-project-access": "1.8.1",
11938
+ "@sap/ux-cds": "1.8.2",
11939
+ "@sap/ux-common-utils": "1.8.2",
11940
+ "@sap/ux-feature-toggle": "1.8.2",
11941
+ "@sap/ux-project-access": "1.8.2",
11942
11942
  applicationinsights: "1.4.1",
11943
11943
  axios: "0.26.0",
11944
11944
  "performance-now": "2.1.0",
@@ -38603,9 +38603,9 @@ var require_is_wsl = __commonJS({
38603
38603
  }
38604
38604
  });
38605
38605
 
38606
- // ../../node_modules/open/index.js
38606
+ // ../lib/odata-client/node_modules/open/index.js
38607
38607
  var require_open = __commonJS({
38608
- "../../node_modules/open/index.js"(exports2, module2) {
38608
+ "../lib/odata-client/node_modules/open/index.js"(exports2, module2) {
38609
38609
  "use strict";
38610
38610
  var { promisify } = require("util");
38611
38611
  var path = require("path");
@@ -56715,7 +56715,8 @@ var require_atoCatalog = __commonJS({
56715
56715
  operationsType: settings.operationsType,
56716
56716
  isExtensibilityDevSystem: settings.isExtensibilityDevelopmentSystem === true,
56717
56717
  devPackage: settings.developmentPackage,
56718
- devPrefix: settings.developmentPrefix
56718
+ devPrefix: settings.developmentPrefix,
56719
+ isConfigured: settings.isConfigured
56719
56720
  };
56720
56721
  return atoSettings;
56721
56722
  }
@@ -57058,13 +57059,19 @@ var require_sapSystem = __commonJS({
57058
57059
  getConnection() {
57059
57060
  return this.connection;
57060
57061
  }
57061
- clone({ retainConnection } = { retainConnection: false }) {
57062
+ clone({ retainConnection, retainSavedStatus } = {
57063
+ retainConnection: false,
57064
+ retainSavedStatus: false
57065
+ }) {
57062
57066
  var _a2;
57063
57067
  const copy3 = SapSystem.fromSerialized(this.serialize());
57064
57068
  if (retainConnection) {
57065
57069
  copy3.connection = this.connection;
57066
57070
  copy3.config.destination = (_a2 = this.config) == null ? void 0 : _a2.destination;
57067
57071
  }
57072
+ if (retainSavedStatus) {
57073
+ copy3.unSaved = this.unSaved;
57074
+ }
57068
57075
  return copy3;
57069
57076
  }
57070
57077
  get refreshToken() {
@@ -58459,7 +58466,7 @@ var require_utils9 = __commonJS({
58459
58466
  return mod && mod.__esModule ? mod : { "default": mod };
58460
58467
  };
58461
58468
  Object.defineProperty(exports2, "__esModule", { value: true });
58462
- exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.findAllApps = exports2.findRootsForPath = exports2.getDetailedProjectType = exports2.getAppType = exports2.findAllProjectRoots = exports2.hasDependency = exports2.findExtensionFiles = exports2.findAll = exports2.findLibrary = exports2.findProjectRoot = exports2.scriptsRegEx = void 0;
58469
+ exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.findAllApps = exports2.findRootsForPath = exports2.getDetailedProjectType = exports2.getAppType = exports2.findAllProjectRoots = exports2.findAllManifest = exports2.hasDependency = exports2.findExtensionFiles = exports2.findAll = exports2.findLibrary = exports2.findProjectRoot = exports2.scriptsRegEx = void 0;
58463
58470
  var fs_1 = require("fs");
58464
58471
  var findit2_1 = __importDefault(require_findit2());
58465
58472
  var fast_xml_parser_1 = __importDefault(require_parser2());
@@ -58594,6 +58601,7 @@ var require_utils9 = __commonJS({
58594
58601
  }
58595
58602
  return manifests;
58596
58603
  }
58604
+ exports2.findAllManifest = findAllManifest;
58597
58605
  async function findAllPackageJsonFolders(wsFolders, logger) {
58598
58606
  let wsRoots;
58599
58607
  if (isWorkspaceFolder(wsFolders)) {
@@ -12548,9 +12548,9 @@ var require_is_wsl = __commonJS({
12548
12548
  }
12549
12549
  });
12550
12550
 
12551
- // ../../node_modules/open/index.js
12551
+ // ../lib/odata-client/node_modules/open/index.js
12552
12552
  var require_open = __commonJS({
12553
- "../../node_modules/open/index.js"(exports2, module2) {
12553
+ "../lib/odata-client/node_modules/open/index.js"(exports2, module2) {
12554
12554
  "use strict";
12555
12555
  var { promisify } = require("util");
12556
12556
  var path3 = require("path");
@@ -31624,7 +31624,8 @@ var require_atoCatalog = __commonJS({
31624
31624
  operationsType: settings.operationsType,
31625
31625
  isExtensibilityDevSystem: settings.isExtensibilityDevelopmentSystem === true,
31626
31626
  devPackage: settings.developmentPackage,
31627
- devPrefix: settings.developmentPrefix
31627
+ devPrefix: settings.developmentPrefix,
31628
+ isConfigured: settings.isConfigured
31628
31629
  };
31629
31630
  return atoSettings;
31630
31631
  }
@@ -31967,13 +31968,19 @@ var require_sapSystem = __commonJS({
31967
31968
  getConnection() {
31968
31969
  return this.connection;
31969
31970
  }
31970
- clone({ retainConnection } = { retainConnection: false }) {
31971
+ clone({ retainConnection, retainSavedStatus } = {
31972
+ retainConnection: false,
31973
+ retainSavedStatus: false
31974
+ }) {
31971
31975
  var _a2;
31972
31976
  const copy3 = SapSystem2.fromSerialized(this.serialize());
31973
31977
  if (retainConnection) {
31974
31978
  copy3.connection = this.connection;
31975
31979
  copy3.config.destination = (_a2 = this.config) == null ? void 0 : _a2.destination;
31976
31980
  }
31981
+ if (retainSavedStatus) {
31982
+ copy3.unSaved = this.unSaved;
31983
+ }
31977
31984
  return copy3;
31978
31985
  }
31979
31986
  get refreshToken() {
@@ -61971,7 +61978,7 @@ var require_package5 = __commonJS({
61971
61978
  "../lib/telemetry/dist/package.json"(exports2, module2) {
61972
61979
  module2.exports = {
61973
61980
  name: "@sap/ux-telemetry",
61974
- version: "1.8.1",
61981
+ version: "1.8.2",
61975
61982
  description: "SAP Fiori tools telemetry library",
61976
61983
  main: "dist/src/index.js",
61977
61984
  author: "SAP SE",
@@ -61996,10 +62003,10 @@ var require_package5 = __commonJS({
61996
62003
  },
61997
62004
  dependencies: {
61998
62005
  "@sap-ux/store": "0.3.0",
61999
- "@sap/ux-cds": "1.8.1",
62000
- "@sap/ux-common-utils": "1.8.1",
62001
- "@sap/ux-feature-toggle": "1.8.1",
62002
- "@sap/ux-project-access": "1.8.1",
62006
+ "@sap/ux-cds": "1.8.2",
62007
+ "@sap/ux-common-utils": "1.8.2",
62008
+ "@sap/ux-feature-toggle": "1.8.2",
62009
+ "@sap/ux-project-access": "1.8.2",
62003
62010
  applicationinsights: "1.4.1",
62004
62011
  axios: "0.26.0",
62005
62012
  "performance-now": "2.1.0",
@@ -69123,7 +69130,7 @@ var require_utils9 = __commonJS({
69123
69130
  return mod && mod.__esModule ? mod : { "default": mod };
69124
69131
  };
69125
69132
  Object.defineProperty(exports2, "__esModule", { value: true });
69126
- exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.findAllApps = exports2.findRootsForPath = exports2.getDetailedProjectType = exports2.getAppType = exports2.findAllProjectRoots = exports2.hasDependency = exports2.findExtensionFiles = exports2.findAll = exports2.findLibrary = exports2.findProjectRoot = exports2.scriptsRegEx = void 0;
69133
+ exports2.tryGetEdmxAppMockServiceMockdataDir = exports2.getEdmxAppDefaultMockdataDirPath = exports2.getCapAppMockdataDirPath = exports2.getApplicationId = exports2.deleteCapApp = exports2.isOVPProject = exports2.getAppIdForFile = exports2.checkServeLocalConfig = exports2.getUI5Version = exports2.getLocalUI5Version = exports2.getUi5CustomMiddleware = exports2.getVersionFromManifest = exports2.getProjectType = exports2.getProjectTypeFromProjectFiles = exports2.findI18nProperty = exports2.updateI18nProperties = exports2.updateI18nProperty = exports2.getI18nProperties = exports2.mergeI18nProperties = exports2.getI18nPath = exports2.readAppJson = exports2.getAppConfig = exports2.fillServiceSpecificationForApp = exports2.createApplicationStructureConfig = exports2.getMainService = exports2.findProjectRootsByDependency = exports2.isFioriToolsProject = exports2.checkPackageJson = exports2.findRunnableProjects = exports2.findAllApps = exports2.findRootsForPath = exports2.getDetailedProjectType = exports2.getAppType = exports2.findAllProjectRoots = exports2.findAllManifest = exports2.hasDependency = exports2.findExtensionFiles = exports2.findAll = exports2.findLibrary = exports2.findProjectRoot = exports2.scriptsRegEx = void 0;
69127
69134
  var fs_1 = require("fs");
69128
69135
  var findit2_1 = __importDefault(require_findit2());
69129
69136
  var fast_xml_parser_1 = __importDefault(require_parser());
@@ -69258,6 +69265,7 @@ var require_utils9 = __commonJS({
69258
69265
  }
69259
69266
  return manifests;
69260
69267
  }
69268
+ exports2.findAllManifest = findAllManifest;
69261
69269
  async function findAllPackageJsonFolders(wsFolders, logger) {
69262
69270
  let wsRoots;
69263
69271
  if (isWorkspaceFolder(wsFolders)) {