@sapui5/sap.ushell_abap 1.97.1 → 1.99.1

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.
Files changed (95) hide show
  1. package/package.json +1 -1
  2. package/src/main/js/sap/ushell_abap/.library +2 -2
  3. package/src/main/js/sap/ushell_abap/adapters/abap/AdapterContainer.js +1 -1
  4. package/src/main/js/sap/ushell_abap/adapters/abap/AppStateAdapter.js +2 -2
  5. package/src/main/js/sap/ushell_abap/adapters/abap/ClientSideTargetResolutionAdapter.js +2 -2
  6. package/src/main/js/sap/ushell_abap/adapters/abap/ConfigurationDefaultsAdapter.js +2 -2
  7. package/src/main/js/sap/ushell_abap/adapters/abap/ContainerAdapter.js +2 -2
  8. package/src/main/js/sap/ushell_abap/adapters/abap/LaunchPageAdapter.js +37 -4
  9. package/src/main/js/sap/ushell_abap/adapters/abap/MenuAdapter.js +1 -1
  10. package/src/main/js/sap/ushell_abap/adapters/abap/NavTargetResolutionAdapter.js +2 -2
  11. package/src/main/js/sap/ushell_abap/adapters/abap/PageBuildingAdapter.js +2 -2
  12. package/src/main/js/sap/ushell_abap/adapters/abap/PagePersistenceAdapter.js +35 -15
  13. package/src/main/js/sap/ushell_abap/adapters/abap/PersonalizationAdapter.js +2 -2
  14. package/src/main/js/sap/ushell_abap/adapters/abap/SearchAdapter.js +2 -2
  15. package/src/main/js/sap/ushell_abap/adapters/abap/SupportTicketAdapter.js +2 -2
  16. package/src/main/js/sap/ushell_abap/adapters/abap/Ui5ComponentLoaderAdapter.js +2 -2
  17. package/src/main/js/sap/ushell_abap/adapters/abap/UserInfoAdapter.js +1 -1
  18. package/src/main/js/sap/ushell_abap/adapters/hana/ContainerAdapter.js +2 -2
  19. package/src/main/js/sap/ushell_abap/bootstrap/evo/XhrLogonEventHandler.js +1 -1
  20. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap-def-dev.js +1 -1
  21. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap-def-loader.js +7 -0
  22. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap-def.js +1 -1
  23. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.bootstrap.utils.js +1 -1
  24. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.configure.ushell.js +2 -2
  25. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.constants.js +1 -1
  26. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.get.server.config.Urls.js +1 -1
  27. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.js +1 -1
  28. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.load.launchpad.js +2 -17
  29. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.request.pageset.js +1 -1
  30. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.request.server.config.js +1 -1
  31. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.request.startup.js +1 -1
  32. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.theme.handler.js +1 -1
  33. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.ui5.boot.handler.js +1 -1
  34. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.validate.Url.js +1 -1
  35. package/src/main/js/sap/ushell_abap/bootstrap/evo/abap.xhr.handler.js +1 -1
  36. package/src/main/js/sap/ushell_abap/bootstrap/evo/boottask.js +6 -12
  37. package/src/main/js/sap/ushell_abap/library.js +3 -3
  38. package/src/main/js/sap/ushell_abap/pbServices/ui2/AllCatalogs.js +1 -1
  39. package/src/main/js/sap/ushell_abap/pbServices/ui2/Bag.js +1 -6
  40. package/src/main/js/sap/ushell_abap/pbServices/ui2/Catalog.js +1 -1
  41. package/src/main/js/sap/ushell_abap/pbServices/ui2/Chip.js +127 -15
  42. package/src/main/js/sap/ushell_abap/pbServices/ui2/ChipDefinition.js +1 -1
  43. package/src/main/js/sap/ushell_abap/pbServices/ui2/ChipInstance.js +14 -6
  44. package/src/main/js/sap/ushell_abap/pbServices/ui2/Error.js +1 -1
  45. package/src/main/js/sap/ushell_abap/pbServices/ui2/Factory.js +1 -1
  46. package/src/main/js/sap/ushell_abap/pbServices/ui2/ODataService.js +1 -1
  47. package/src/main/js/sap/ushell_abap/pbServices/ui2/ODataWrapper.js +1 -1
  48. package/src/main/js/sap/ushell_abap/pbServices/ui2/Page.js +1 -8
  49. package/src/main/js/sap/ushell_abap/pbServices/ui2/PageBuildingService.js +1 -1
  50. package/src/main/js/sap/ushell_abap/pbServices/ui2/PageSet.js +1 -1
  51. package/src/main/js/sap/ushell_abap/pbServices/ui2/RemoteCatalogService.js +1 -1
  52. package/src/main/js/sap/ushell_abap/pbServices/ui2/Utils.js +1 -8
  53. package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/actions.js +1 -1
  54. package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/bag.js +1 -1
  55. package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/configuration.js +1 -1
  56. package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/configurationUi.js +1 -1
  57. package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/fullscreen.js +1 -1
  58. package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/preview.js +1 -1
  59. package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/refresh.js +1 -1
  60. package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/search.js +1 -1
  61. package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/types.js +1 -1
  62. package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/url.js +1 -1
  63. package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/visible.js +1 -1
  64. package/src/main/js/sap/ushell_abap/support/plugins/app-infra/AppInfraOnSapNetWeaverSupportPlugin.js +1 -1
  65. package/src/main/js/sap/ushell_abap/ui5appruntime/AppInfoAdapter.js +1 -1
  66. package/ui5.yaml +376 -30
  67. package/src/main/js/sap/ui2/srvc/ODataService.js +0 -267
  68. package/src/main/js/sap/ui2/srvc/ODataWrapper.js +0 -1283
  69. package/src/main/js/sap/ui2/srvc/PageBuildingService.js +0 -1508
  70. package/src/main/js/sap/ui2/srvc/RemoteCatalogService.js +0 -49
  71. package/src/main/js/sap/ui2/srvc/allcatalogs.js +0 -197
  72. package/src/main/js/sap/ui2/srvc/bag.js +0 -711
  73. package/src/main/js/sap/ui2/srvc/catalog.js +0 -946
  74. package/src/main/js/sap/ui2/srvc/chip.js +0 -1035
  75. package/src/main/js/sap/ui2/srvc/chipdefinition.js +0 -228
  76. package/src/main/js/sap/ui2/srvc/chipinstance.js +0 -944
  77. package/src/main/js/sap/ui2/srvc/contracts/actions.js +0 -239
  78. package/src/main/js/sap/ui2/srvc/contracts/bag.js +0 -145
  79. package/src/main/js/sap/ui2/srvc/contracts/configuration.js +0 -161
  80. package/src/main/js/sap/ui2/srvc/contracts/configurationUi.js +0 -326
  81. package/src/main/js/sap/ui2/srvc/contracts/fullscreen.js +0 -69
  82. package/src/main/js/sap/ui2/srvc/contracts/navigation.js +0 -48
  83. package/src/main/js/sap/ui2/srvc/contracts/preview.js +0 -289
  84. package/src/main/js/sap/ui2/srvc/contracts/refresh.js +0 -42
  85. package/src/main/js/sap/ui2/srvc/contracts/search.js +0 -109
  86. package/src/main/js/sap/ui2/srvc/contracts/searchProvider.js +0 -46
  87. package/src/main/js/sap/ui2/srvc/contracts/types.js +0 -9
  88. package/src/main/js/sap/ui2/srvc/contracts/url.js +0 -104
  89. package/src/main/js/sap/ui2/srvc/contracts/visible.js +0 -122
  90. package/src/main/js/sap/ui2/srvc/error.js +0 -54
  91. package/src/main/js/sap/ui2/srvc/factory.js +0 -656
  92. package/src/main/js/sap/ui2/srvc/page.js +0 -934
  93. package/src/main/js/sap/ui2/srvc/pageset.js +0 -466
  94. package/src/main/js/sap/ui2/srvc/utils.js +0 -923
  95. package/src/main/js/sap/ushell_abap/pbServices/ui2/contracts/navigation.js +0 -50
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview The <code>sap.ushell_abap.pbServices.ui2.Chip</code> object with related functions.
@@ -170,8 +170,7 @@ sap.ui.define([
170
170
  // eslint-disable-next-line no-useless-escape
171
171
  aMatches = /^(?:([^\/]+)\/)?(.*)\.view\.(.*)$/.exec(sViewName);
172
172
  if (!aMatches) {
173
- throw new SrvcError(that + ": Illegal view name: " + sViewName,
174
- "Chip");
173
+ throw new SrvcError(that + ": Illegal view name: " + sViewName, "Chip");
175
174
  }
176
175
 
177
176
  // determine namespace, view name, and view type
@@ -502,6 +501,18 @@ sap.ui.define([
502
501
  return oAlterEgo.id;
503
502
  };
504
503
 
504
+ /**
505
+ * Returns this CHIP's reference ID also known as the stable ID
506
+ *
507
+ * @returns {string}
508
+ * this CHIP's reference ID
509
+ * @since 1.98.0
510
+ * @private
511
+ */
512
+ this.getReferenceChipId = function () {
513
+ return oAlterEgo.referenceChipId;
514
+ };
515
+
505
516
  /**
506
517
  * Returns this CHIP instance's implementation of type SAPUI5 as a control. This control
507
518
  * represents the root of this CHIP instance's UI from a page builder point of view. Can only
@@ -512,12 +523,18 @@ sap.ui.define([
512
523
  * @returns {sap.ui.core.Control}
513
524
  * this CHIP instance's SAPUI5 implementation as a control
514
525
  * @since 1.2.0
526
+ * @deprecated since version 1.97. Use <code>getImplementationAsSapui5Async</code> instead
515
527
  *
516
528
  * @see #isStub()
517
529
  */
518
530
  this.getImplementationAsSapui5 = function (oApi) {
519
531
  var oData, oImplementation, sBaseChipId;
520
532
 
533
+ Log.error("Deprecated API call of 'Chip.getImplementationAsSapui5'. Please use 'getImplementationAsSapui5Async' instead",
534
+ null,
535
+ "sap.ushell_abap.pbServices.ui2.Chip"
536
+ );
537
+
521
538
  checkStub();
522
539
  oData = {
523
540
  /*
@@ -542,12 +559,25 @@ sap.ui.define([
542
559
 
543
560
  if (oImplementation.componentName) {
544
561
  // SAPUI5 component
545
- return new sap.ui.core.ComponentContainer({
546
- component: sap.ui.getCore().createComponent({
547
- componentData: oData,
548
- name: oImplementation.componentName
549
- })
562
+ var oComponentContainer = new sap.ui.core.ComponentContainer();
563
+ // load the content lazily to enable components using async interface
564
+ this.oComponentPromise = new Promise(function (resolve, reject) {
565
+ sap.ui.require([
566
+ "sap/ui/core/Component"
567
+ ], function (Component) {
568
+ Component.create({
569
+ name: oImplementation.componentName,
570
+ componentData: oData
571
+ })
572
+ .then(function (oComponent) {
573
+ oComponentContainer.setComponent(oComponent);
574
+ })
575
+ .then(resolve)
576
+ .catch(reject);
577
+ });
550
578
  });
579
+
580
+ return oComponentContainer;
551
581
  }
552
582
 
553
583
  // SAPUI5 MVC
@@ -558,6 +588,80 @@ sap.ui.define([
558
588
  });
559
589
  };
560
590
 
591
+ /**
592
+ * Returns this CHIP instance's implementation of type SAPUI5 as a control. This control
593
+ * represents the root of this CHIP instance's UI from a page builder point of view. Can only
594
+ * be called if the CHIP is not a stub anymore.
595
+ *
596
+ * @param {object} oApi
597
+ * the CHIP instance specific API
598
+ * @returns {Promise<sap.ui.core.Control>}
599
+ * this CHIP instance's SAPUI5 implementation as a control
600
+ * @since 1.97.0
601
+ *
602
+ * @see #isStub()
603
+ */
604
+ this.getImplementationAsSapui5Async = function (oApi) {
605
+ try {
606
+ checkStub();
607
+ } catch (oError) {
608
+ return Promise.reject(oError);
609
+ }
610
+
611
+ return new Promise(function (resolve, reject) {
612
+ sap.ui.require([
613
+ "sap/ui/core/ComponentContainer",
614
+ "sap/ui/core/Component",
615
+ "sap/ui/core/mvc/View"
616
+ ], function (ComponentContainer, Component, View) {
617
+ var oData = {
618
+ /*
619
+ * @namespace The namespace for the instance specific CHIP API, which allows you to
620
+ * access the various contracts consumed by your CHIP instance.
621
+ * @name chip
622
+ */
623
+ chip: oApi
624
+ };
625
+ var oImplementation = oDefinition.implementation.sapui5;
626
+
627
+ // In case the chip is used in FLP wave 2 or later context we load it from the standard path
628
+ var sBaseChipId = this.getBaseChipId();
629
+ if ((sBaseChipId !== "X-SAP-UI2-CHIP:/UI2/STATIC_APPLAUNCHER") && (sBaseChipId !== "X-SAP-UI2-CHIP:/UI2/DYNAMIC_APPLAUNCHER")) {
630
+ if (oImplementation.$VirtualNamespace) {
631
+ oImplementation.$absolutePath = this.toAbsoluteUrl(oImplementation.basePath);
632
+ jQuery.sap.registerModulePath(oImplementation.$Namespace, oImplementation.$absolutePath);
633
+ } else {
634
+ jQuery.sap.registerModulePath(oImplementation.$Namespace, oImplementation.$UrlPrefix);
635
+ }
636
+ }
637
+
638
+ if (oImplementation.componentName) {
639
+ // SAPUI5 component
640
+ return Component.create({
641
+ name: oImplementation.componentName,
642
+ componentData: oData
643
+ })
644
+ .then(function (oComponent) {
645
+ return new ComponentContainer({
646
+ component: oComponent
647
+ });
648
+ })
649
+ .then(resolve)
650
+ .catch(reject);
651
+ }
652
+
653
+ // SAPUI5 MVC
654
+ return View.create({
655
+ type: oImplementation.$ViewType,
656
+ viewName: oImplementation.$ViewName,
657
+ viewData: oData
658
+ })
659
+ .then(resolve)
660
+ .catch(reject);
661
+ }.bind(this));
662
+ }.bind(this));
663
+ };
664
+
561
665
  /**
562
666
  * Returns the catalog by which this remote CHIP was loaded. This catalog is
563
667
  * <code>undefined</code> if the CHIP is from the same system as the catalog.
@@ -951,8 +1055,8 @@ sap.ui.define([
951
1055
  * This is only relevant when the CHIP navigation property was expanded
952
1056
  * (OData $expand).
953
1057
  *
954
- * @returns {boolean}
955
- * Whether the CHIP initially existed.
1058
+ * @param {boolean} bDefined defined
1059
+ * @returns {boolean} Whether the CHIP initially existed.
956
1060
  *
957
1061
  * @private
958
1062
  */
@@ -963,6 +1067,12 @@ sap.ui.define([
963
1067
  oAlterEgo && !oAlterEgo.hasOwnProperty("$proxy") // $proxy (set from factory) when null
964
1068
  );
965
1069
 
1070
+ // for test purposes -------------------------------------------------------
1071
+
1072
+ this._setDefinition = function (oNewDefinition) {
1073
+ oDefinition = oNewDefinition;
1074
+ };
1075
+
966
1076
  // constructor code -------------------------------------------------------
967
1077
  if (!oAlterEgo) {
968
1078
  throw new SrvcError("Missing CHIP description", "Chip");
@@ -1016,11 +1126,13 @@ sap.ui.define([
1016
1126
  delete mContractsByName[sName];
1017
1127
  };
1018
1128
 
1019
- // TODO remove when FLPD is adapted (uses this function in global namespace)
1020
- if (jQuery && jQuery.sap) { // true only in FLPD case
1021
- jQuery.sap.declare("sap.ui2.srvc.chip");
1022
- jQuery.sap.declare("sap.ui2.srvc.Chip");
1023
- sap.ui2.srvc.Chip = sap.ui2.srvc.chip = Chip;
1129
+ // Add "navigation" contract stub as this is requested in some cases for historic reasons - but not used in FLP scenarios
1130
+ if (!mContractsByName.navigation) {
1131
+ Chip.addContract("navigation", function (oChipInstance) {
1132
+ this.navigateToUrl = function (sUrl, oSettings) {
1133
+ throw new SrvcError("'navigation' contract not implemented!");
1134
+ };
1135
+ });
1024
1136
  }
1025
1137
 
1026
1138
  return Chip;
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview The <code>sap.ushell_abap.pbServices.ui2.ChipDefinition</code> object, representing an XML document
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview The <code>sap.ushell_abap.pbServices.ui2.ChipInstance</code> object with related functions.
@@ -396,7 +396,7 @@ sap.ui.define([
396
396
  * @name chip
397
397
  * @since 1.2.0
398
398
  *
399
- * @see sap.ushell_abap.pbServices.ui2.ChipInstance#getImplementationAsSapui5
399
+ * @see sap.ushell_abap.pbServices.ui2.ChipInstance#getImplementationAsSapui5Async
400
400
  */
401
401
 
402
402
  /**
@@ -459,10 +459,15 @@ sap.ui.define([
459
459
  * @returns {sap.ui.core.Control}
460
460
  * this CHIP instance's SAPUI5 implementation as a control
461
461
  * @since 1.2.0
462
+ * @deprecated since version 1.97. Use <code>getImplementationAsSapui5Async</code> instead
462
463
  *
463
464
  * @see #isStub()
464
465
  */
465
466
  this.getImplementationAsSapui5 = function () {
467
+ Log.error("Deprecated API call of 'ChipInstance.getImplementationAsSapui5'. Please use 'getImplementationAsSapui5Async' instead",
468
+ null,
469
+ "sap.ushell_abap.pbServices.ui2.ChipInstance"
470
+ );
466
471
  checkStub();
467
472
  return oChip.getImplementationAsSapui5(oApi);
468
473
  };
@@ -478,11 +483,14 @@ sap.ui.define([
478
483
  *
479
484
  * @see #isStub()
480
485
  */
481
- this.getImplementationAsSapui5Async = function () {
482
- return new Promise(function (resolve, reject) {
486
+ this.getImplementationAsSapui5Async = function () {
487
+ try {
483
488
  checkStub();
484
- resolve(oChip.getImplementationAsSapui5(oApi));
485
- });
489
+ } catch (oError) {
490
+ return Promise.reject(oError);
491
+ }
492
+
493
+ return oChip.getImplementationAsSapui5Async(oApi);
486
494
  };
487
495
 
488
496
  /**
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview An error object which logs the error message immediately.
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview A factory for wrapper objects corresponding to the four
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview A facade to any OData service, providing CSRF token handling and a default
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview A wrapper around <code>OData</code>, providing CSRF token handling, caching and
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview A wrapper for a page loaded from the page building service.
@@ -909,12 +909,5 @@ sap.ui.define([
909
909
  Log.debug("Created: " + this, null, "Page");
910
910
  };
911
911
 
912
- // TODO remove when SSB is adapted (uses this module in global namespace)
913
- if (jQuery && jQuery.sap) { // true only in FLPD case
914
- jQuery.sap.declare("sap.ui2.srvc.chip");
915
- jQuery.sap.declare("sap.ui2.srvc.Chip");
916
- sap.ui2.srvc.Page = sap.ui2.srvc.page = Page;
917
- }
918
-
919
912
  return Page;
920
913
  }, true);
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview A facade to the page building service, providing all needed
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview A wrapper for a page set loaded from the page building service.
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview A catalog service which is able to read CHIPs from a remote server.
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /* eslint-disable no-console */
4
4
 
@@ -756,12 +756,5 @@ sap.ui.define([
756
756
  // initialize the cache for GET
757
757
  Utils.clearCache();
758
758
 
759
-
760
- // TODO remove when FLPD is adapted (uses this function in global namespace)
761
- sap.ui2 = sap.ui2 || {};
762
- sap.ui2.srvc = sap.ui2.srvc || {};
763
- sap.ui2.srvc.removeCBAndNormalizeUrl = Utils.removeCBAndNormalizeUrl;
764
- sap.ui2.srvc.addCacheBusterTokenUsingUshellConfig = Utils.addCacheBusterTokenUsingUshellConfig;
765
-
766
759
  return Utils;
767
760
  });
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview The <code>actions</code> contract.
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview The <code>bag</code> contract.
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview The <code>configuration</code> contract.
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview The <code>configurationUi</code> contract.
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview The <code>fullscreen</code> contract.
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview The <code>preview</code> contract.
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview The <code>refresh</code> contract.
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview The <code>search</code> contract.
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview Dummy file, The <code>types</code> contract is in the file contracts/actions.js !
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview The <code>url</code> contract.
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /**
4
4
  * @fileOverview The <code>visible</code> contract.
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  /* eslint-disable no-console */
4
4
 
@@ -1,4 +1,4 @@
1
- // Copyright (c) 2009-2022 SAP SE. All rights reserved.
1
+ // Copyright (c) 2009-2022 SAP SE, All Rights Reserved
2
2
 
3
3
  // Implementation of an AppInfoAdapter for the ABAP platform
4
4
  // Loads UI5 app index data for the UI5 app runtime