@sapui5/sap.ushell_abap 1.98.0 → 1.99.0

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 +2 -2
  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 +2 -2
  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 +3 -2
  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 +3 -5
  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 +115 -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 +3 -17
  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
@@ -524,12 +523,18 @@ sap.ui.define([
524
523
  * @returns {sap.ui.core.Control}
525
524
  * this CHIP instance's SAPUI5 implementation as a control
526
525
  * @since 1.2.0
526
+ * @deprecated since version 1.97. Use <code>getImplementationAsSapui5Async</code> instead
527
527
  *
528
528
  * @see #isStub()
529
529
  */
530
530
  this.getImplementationAsSapui5 = function (oApi) {
531
531
  var oData, oImplementation, sBaseChipId;
532
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
+
533
538
  checkStub();
534
539
  oData = {
535
540
  /*
@@ -554,12 +559,25 @@ sap.ui.define([
554
559
 
555
560
  if (oImplementation.componentName) {
556
561
  // SAPUI5 component
557
- return new sap.ui.core.ComponentContainer({
558
- component: sap.ui.getCore().createComponent({
559
- componentData: oData,
560
- name: oImplementation.componentName
561
- })
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
+ });
562
578
  });
579
+
580
+ return oComponentContainer;
563
581
  }
564
582
 
565
583
  // SAPUI5 MVC
@@ -570,6 +588,80 @@ sap.ui.define([
570
588
  });
571
589
  };
572
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
+
573
665
  /**
574
666
  * Returns the catalog by which this remote CHIP was loaded. This catalog is
575
667
  * <code>undefined</code> if the CHIP is from the same system as the catalog.
@@ -963,8 +1055,8 @@ sap.ui.define([
963
1055
  * This is only relevant when the CHIP navigation property was expanded
964
1056
  * (OData $expand).
965
1057
  *
966
- * @returns {boolean}
967
- * Whether the CHIP initially existed.
1058
+ * @param {boolean} bDefined defined
1059
+ * @returns {boolean} Whether the CHIP initially existed.
968
1060
  *
969
1061
  * @private
970
1062
  */
@@ -975,6 +1067,12 @@ sap.ui.define([
975
1067
  oAlterEgo && !oAlterEgo.hasOwnProperty("$proxy") // $proxy (set from factory) when null
976
1068
  );
977
1069
 
1070
+ // for test purposes -------------------------------------------------------
1071
+
1072
+ this._setDefinition = function (oNewDefinition) {
1073
+ oDefinition = oNewDefinition;
1074
+ };
1075
+
978
1076
  // constructor code -------------------------------------------------------
979
1077
  if (!oAlterEgo) {
980
1078
  throw new SrvcError("Missing CHIP description", "Chip");
@@ -1028,11 +1126,13 @@ sap.ui.define([
1028
1126
  delete mContractsByName[sName];
1029
1127
  };
1030
1128
 
1031
- // TODO remove when FLPD is adapted (uses this function in global namespace)
1032
- if (jQuery && jQuery.sap) { // true only in FLPD case
1033
- jQuery.sap.declare("sap.ui2.srvc.chip");
1034
- jQuery.sap.declare("sap.ui2.srvc.Chip");
1035
- 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
+ });
1036
1136
  }
1037
1137
 
1038
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
package/ui5.yaml CHANGED
@@ -2,7 +2,7 @@ specVersion: '2.4'
2
2
  type: library
3
3
  metadata:
4
4
  name: sap.ushell_abap
5
- copyright: Copyright (c) 2009-${currentYear} SAP SE. All rights reserved.
5
+ copyright: Copyright (c) 2009-2022 SAP SE, All Rights Reserved
6
6
  resources:
7
7
  configuration:
8
8
  paths:
@@ -52,6 +52,7 @@ builder:
52
52
  - sap/ushell/ui5service/_ShellUIService/shelluiservice.class.factory.js
53
53
  - sap/ushell/ui5service/UserStatus.js
54
54
  - sap/ushell/Ui5ServiceFactory.js
55
+ - sap/ushell/UI5ComponentType.js
55
56
  - sap/ushell/utils.js
56
57
  - sap/ushell/utils/clone.js
57
58
  - sap/ushell/utils/type.js
@@ -101,9 +102,6 @@ builder:
101
102
  - sap/ushell_abap/ui5appruntime/AppInfoAdapter.js
102
103
  - sap/ushell_abap/adapters/abap/AdapterContainer.js
103
104
  - sap/ushell_abap/adapters/abap/PersonalizationAdapter.js
104
- - sap/ui2/srvc/ODataWrapper.js
105
- - sap/ui2/srvc/ODataService.js
106
- - sap/ui2/srvc/utils.js
107
105
  - sap/ui/thirdparty/datajs.js
108
106
  - sap/ui/thirdparty/bignumber.js
109
107
  - sap/ui/thirdparty/URITemplate.js
@@ -415,7 +413,6 @@ builder:
415
413
  - sap/ushell_abap/pbServices/ui2/contracts/configuration.js
416
414
  - sap/ushell_abap/pbServices/ui2/contracts/configurationUi.js
417
415
  - sap/ushell_abap/pbServices/ui2/contracts/fullscreen.js
418
- - sap/ushell_abap/pbServices/ui2/contracts/navigation.js
419
416
  - sap/ushell_abap/pbServices/ui2/contracts/preview.js
420
417
  - sap/ushell_abap/pbServices/ui2/contracts/refresh.js
421
418
  - sap/ushell_abap/pbServices/ui2/contracts/search.js
@@ -562,6 +559,7 @@ builder:
562
559
  - sap/m/BusyIndicator.js
563
560
  - sap/m/GenericTile.js
564
561
  - sap/m/GenericTileRenderer.js
562
+ - sap/m/IllustratedMessage.js
565
563
  - sap/m/Image.js
566
564
  - sap/m/ImageContent.js
567
565
  - sap/m/ImageContentRenderer.js
@@ -669,7 +667,6 @@ builder:
669
667
  - sap/ushell_abap/pbServices/ui2/contracts/configuration.js
670
668
  - sap/ushell_abap/pbServices/ui2/contracts/configurationUi.js
671
669
  - sap/ushell_abap/pbServices/ui2/contracts/fullscreen.js
672
- - sap/ushell_abap/pbServices/ui2/contracts/navigation.js
673
670
  - sap/ushell_abap/pbServices/ui2/contracts/preview.js
674
671
  - sap/ushell_abap/pbServices/ui2/contracts/refresh.js
675
672
  - sap/ushell_abap/pbServices/ui2/contracts/search.js
@@ -691,17 +688,6 @@ builder:
691
688
  optimize: true
692
689
  usePredefineCalls: true
693
690
  numberOfParts: 4
694
- - bundleDefinition:
695
- name: sap/ui2/srvc/ui2services.js
696
- sections:
697
- - mode: preload
698
- filters:
699
- - sap/ui2/srvc/**/*.js
700
- declareRawModules: false
701
- resolve: false
702
- bundleOptions:
703
- optimize: true
704
- usePredefineCalls: true
705
691
  jsdoc:
706
692
  excludes:
707
693
  - sap/ui/Device.js