@sapui5/sap.suite.ui.commons 1.124.2 → 1.124.3

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 (49) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/commons/.library +1 -1
  3. package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
  4. package/src/sap/suite/ui/commons/CalculationBuilder.js +1 -1
  5. package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +1 -1
  6. package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
  7. package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
  8. package/src/sap/suite/ui/commons/CalculationBuilderItem.js +1 -1
  9. package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
  10. package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
  11. package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
  12. package/src/sap/suite/ui/commons/MicroProcessFlow.js +2 -2
  13. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  14. package/src/sap/suite/ui/commons/Timeline.js +0 -3
  15. package/src/sap/suite/ui/commons/collaboration/CollaborationHelper.js +8 -3
  16. package/src/sap/suite/ui/commons/collaboration/TeamsHelperService.js +26 -18
  17. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  18. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +2 -2
  27. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  28. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  29. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  30. package/src/sap/suite/ui/commons/library.js +1 -1
  31. package/src/sap/suite/ui/commons/networkgraph/Graph.js +2 -3
  32. package/src/sap/suite/ui/commons/networkgraph/Node.js +1 -1
  33. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  34. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  35. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  36. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  37. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  38. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  39. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  40. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  41. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  42. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  43. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  44. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +2 -2
  45. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  46. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +2 -2
  47. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  48. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  49. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sapui5/sap.suite.ui.commons",
3
- "version": "1.124.2",
3
+ "version": "1.124.3",
4
4
  "description": "SAPUI5 Library sap.suite.ui.commons",
5
5
  "homepage": "https://sap.github.io/ui5-tooling/pages/SAPUI5/",
6
6
  "author": "SAP SE (https://www.sap.com)",
@@ -7,7 +7,7 @@
7
7
  SAP UI development toolkit for HTML5 (SAPUI5)
8
8
  (c) Copyright 2009-2015 SAP SE. All rights reserved
9
9
  </copyright>
10
- <version>1.124.2</version>
10
+ <version>1.124.3</version>
11
11
 
12
12
  <documentation>SAP UI library: sap.suite.ui.commons</documentation>
13
13
 
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Element
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.124.2
22
+ * @version 1.124.3
23
23
  * @since 1.65.0
24
24
  *
25
25
  * @constructor
@@ -134,7 +134,7 @@ sap.ui.define([
134
134
  * @extends sap.ui.core.Control
135
135
  *
136
136
  * @author SAP SE
137
- * @version 1.124.2
137
+ * @version 1.124.3
138
138
  * @since 1.56.0
139
139
  *
140
140
  * @constructor
@@ -148,7 +148,7 @@ sap.ui.define([
148
148
  * @extends sap.ui.core.Control
149
149
  *
150
150
  * @author SAP SE
151
- * @version 1.124.2
151
+ * @version 1.124.3
152
152
  * @since 1.56.0
153
153
  *
154
154
  * @constructor
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.core.Control
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.124.2
29
+ * @version 1.124.3
30
30
  * @since 1.56.0
31
31
  *
32
32
  * @constructor
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Control
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.124.2
25
+ * @version 1.124.3
26
26
  * @since 1.60.0
27
27
  *
28
28
  * @constructor
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * @extends sap.ui.core.Control
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.124.2
42
+ * @version 1.124.3
43
43
  * @since 1.56.0
44
44
  *
45
45
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.base.ManagedObject
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.124.2
24
+ * @version 1.124.3
25
25
  * @since 1.56.0
26
26
  *
27
27
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.core.Control
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.124.2
26
+ * @version 1.124.3
27
27
  * @since 1.56.0
28
28
  *
29
29
  * @constructor
@@ -118,7 +118,7 @@ sap.ui.define([
118
118
  * @class
119
119
  * @public
120
120
  * @internal
121
- * @version 1.124.2
121
+ * @version 1.124.3
122
122
  */
123
123
  var CloudFilePicker = Dialog.extend("sap.suite.ui.commons.CloudFilePicker", {
124
124
  metadata: {
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.Control
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.124.2
50
+ * @version 1.124.3
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -187,7 +187,7 @@ sap.ui.define([
187
187
  };
188
188
 
189
189
  MicroProcessFlow.prototype.init = function () {
190
- Theming.attachAppliedOnce(function () {
190
+ Theming.attachApplied(function () {
191
191
  this._bThemeApplied = true;
192
192
  this.invalidate();
193
193
  }.bind(this));
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.core.Control
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.124.2
41
+ * @version 1.124.3
42
42
  *
43
43
  * @constructor
44
44
  * @public
@@ -1304,9 +1304,6 @@ sap.ui.define([
1304
1304
  this._iItemCount = oBinding.sOperationMode === "Default" || oBinding.sOperationMode === "Server" ? 0 : this._iItemCount;
1305
1305
  oBinding.getContexts(0, iGrowingThreshold);
1306
1306
  oBindingInfo.length = iGrowingThreshold;
1307
- oBinding.attachEventOnce("dataReceived", jQuery.proxy(function () {
1308
- this.updateAggregation("content");
1309
- }, this));
1310
1307
  } else {
1311
1308
  this.updateAggregation("content");
1312
1309
  }
@@ -11,7 +11,8 @@ sap.ui.define(
11
11
  var URL_KEY = "sap-url-hash";
12
12
  var PARAM_SAP_CARD_TITLE = "&sap-ui-cardTitle";
13
13
  var PARAM_SAP_STAGEVIEW_HASH = "&sap-stageview-hash";
14
- var PARAM_SAP_CARD_ID = "&sap-ui-xx-cardId";
14
+ var PARAM_SAP_CARD_ID = "&sap-ui-cardId";
15
+ var PARAM_SAP_XX_CARD_ID = "&sap-ui-xx-cardId";
15
16
  var TRANSIENT_KEY = "transient";
16
17
  var oLogger = Log.getLogger("sap.suite.ui.commons.collaboration.CollaborationHelper");
17
18
 
@@ -114,8 +115,12 @@ sap.ui.define(
114
115
  var sHash = sCurrentUrl.split(URL_KEY)[1].split('=')[1];
115
116
  if (sCurrentUrl.indexOf(PARAM_SAP_STAGEVIEW_HASH) > 0) {
116
117
  sHash = sHash.split(PARAM_SAP_STAGEVIEW_HASH)[0];
117
- } else if (sCurrentUrl.indexOf(PARAM_SAP_CARD_ID) > 0){
118
- sHash = sHash.split(PARAM_SAP_CARD_ID)[0];
118
+ } else if (sCurrentUrl.indexOf(PARAM_SAP_CARD_ID) > 0 || sCurrentUrl.indexOf(PARAM_SAP_XX_CARD_ID) > 0) {
119
+ if (sCurrentUrl.indexOf(PARAM_SAP_CARD_ID) > 0){
120
+ sHash = sHash.split(PARAM_SAP_CARD_ID)[0];
121
+ } else {
122
+ sHash = sHash.split(PARAM_SAP_XX_CARD_ID)[0];
123
+ }
119
124
  } else if (sCurrentUrl.indexOf(PARAM_SAP_CARD_TITLE) > 0){
120
125
  sHash = sHash.split(PARAM_SAP_CARD_TITLE)[0];
121
126
  }
@@ -24,8 +24,9 @@ sap.ui.define([
24
24
  "sap/m/Button",
25
25
  "./CollaborationContactInfoHelper",
26
26
  "sap/m/library",
27
- "sap/m/FlexBox"
28
- ], function (Log, Core, URLListValidator, CollaborationHelper, BaseHelperService, Element, ContactHelper, Device, CollaborationCardHelper, Fragment, MessageBox, Library, Popover, HBox, VBox, MessageStrip, Button, CollaborationContactInfoHelper, sapMLibrary, FlexBox) {
27
+ "sap/m/FlexBox",
28
+ "sap/base/i18n/Localization"
29
+ ], function (Log, Core, URLListValidator, CollaborationHelper, BaseHelperService, Element, ContactHelper, Device, CollaborationCardHelper, Fragment, MessageBox, Library, Popover, HBox, VBox, MessageStrip, Button, CollaborationContactInfoHelper, sapMLibrary, FlexBox, Localization) {
29
30
  "use strict";
30
31
 
31
32
  /**
@@ -52,11 +53,12 @@ sap.ui.define([
52
53
  */
53
54
  var COLLABORATION_MSTEAMS_APPID = 'db5b69c6-0430-4ae1-8d6e-a65c2220b50c';
54
55
  var oLogger = Log.getLogger("sap.suite.ui.commons.collaboration.TeamsHelperService");
56
+ var CARD_URL_PREFIX = "https://saps4hana.azure-api.net/bot/redirect?target-url=";
55
57
 
56
58
  var oResourceBundle = Library.getResourceBundleFor("sap.suite.ui.commons");
57
59
  var PARAM_SAP_CARD_TITLE = "sap-ui-cardTitle";
58
- var PARAM_SAP_CARD_ID = "sap-ui-xx-cardId";
59
- var PARAM_SAP_CARD_VERSION = "sap-ui-xx-cardVersion";
60
+ var PARAM_SAP_CARD_ID = "sap-ui-cardId";
61
+ var PARAM_SAP_CARD_VERSION = "sap-ui-cardVersion";
60
62
 
61
63
  var oBusyDailog;
62
64
  let iTimeoutId;
@@ -259,10 +261,10 @@ sap.ui.define([
259
261
  if (oParams.minifyUrlForChat) {
260
262
  CollaborationHelper.compactHash(oParams.url, []).then(async function (sShortURL) {
261
263
  var sModifiedUrl = await this._modifyUrlForNavigationContext(oParams.url, sShortURL.url);
262
- newWindow.location = this._providerConfig.shareAsLinkUrl + "?msgText=" + encodeURIComponent(sMessage) + "&href=" + encodeURIComponent(sModifiedUrl);
264
+ newWindow.location = this._providerConfig.shareAsLinkUrl + "?msgText=" + encodeURIComponent(sMessage) + "&preview=false" + "&href=" + encodeURIComponent(sModifiedUrl);
263
265
  }.bind(this));
264
266
  } else {
265
- newWindow.location = this._providerConfig.shareAsLinkUrl + "?msgText=" + encodeURIComponent(sMessage) + "&href=" + encodeURIComponent(oParams.url);
267
+ newWindow.location = this._providerConfig.shareAsLinkUrl + "?msgText=" + encodeURIComponent(sMessage) + "&preview=false" + "&href=" + encodeURIComponent(oParams.url);
266
268
  }
267
269
  };
268
270
 
@@ -370,6 +372,7 @@ sap.ui.define([
370
372
  TeamsHelperService.prototype._shareAsCard = function (oParams) {
371
373
  if (oParams.cardId && oParams.cardId.length > 0 && oParams.cardManifest && this.isFeatureFlagEnabled()) {
372
374
  // Card Id and Card Manifest Passed. It will show busy helper and store card into DB.
375
+ oParams.cardManifest["rtl"]= Localization.getRTL();
373
376
  Fragment.load({
374
377
  name: "sap.suite.ui.commons.collaboration.CollaborationBusyDialog",
375
378
  controller: this,
@@ -475,7 +478,8 @@ sap.ui.define([
475
478
  sUrl = sUrl + "&" + PARAM_SAP_CARD_VERSION + "=" + response.version;
476
479
  }
477
480
  sUrl = sUrl + "&" + PARAM_SAP_CARD_TITLE + "=" + encodeURIComponent(sAppTitle);
478
- sUrl = this._providerConfig.shareAsLinkUrl + "?href=" + encodeURIComponent(sUrl);
481
+ // add the domain prefix to solve link unfurling issue for systems with different domain patterns
482
+ sUrl = this._providerConfig.shareAsLinkUrl + "?href=" + encodeURIComponent(CARD_URL_PREFIX + sUrl);
479
483
  return sUrl;
480
484
  };
481
485
 
@@ -602,6 +606,10 @@ sap.ui.define([
602
606
  *
603
607
  */
604
608
  TeamsHelperService.prototype.getCollaborationPopover = function(oParams, oData, oSource, isLink) {
609
+ if (oData.data === undefined || oData.data === "") {
610
+ oLogger.info("Popover cannnot be opened without data");
611
+ return;
612
+ }
605
613
  var oTeamsParams = {
606
614
  isShareAsLinkEnabled: (oParams && typeof oParams.isShareAsLinkEnabled !== 'undefined') ? oParams.isShareAsLinkEnabled : true
607
615
  };
@@ -647,8 +655,8 @@ sap.ui.define([
647
655
  TeamsHelperService.prototype._getPopover = function(oData,aOptions,isLink) {
648
656
  var oCollaborationPopover = new Popover({
649
657
  showHeader: false,
650
- contentWidth: oData.sFormat === "Vertical" ? "220px" : "390px",
651
- placement: oData.placement? oData.placement : "Right",
658
+ placement: oData.placement? oData.placement : "Auto" ,
659
+ enableScrolling: false,
652
660
  content: this._getPopoverContent(oData,aOptions,isLink)
653
661
  });
654
662
  return oCollaborationPopover;
@@ -680,9 +688,9 @@ sap.ui.define([
680
688
  }).addStyleClass("sapUiTinyMarginTop").addStyleClass("sapUiTinyMarginBegin");
681
689
 
682
690
  if(oOption.key === "COLLABORATION_POPOVER_TEAMS") {
683
- button.addStyleClass("sapSuiteUiCollaborationBarMSTeamsButton" + oData.sFormat);
691
+ button.addStyleClass("sapSuiteUiCollaborationBarMSTeamsButton" + (oData.sFormat ? oData.sFormat : "Horizontal"));
684
692
  } else {
685
- button.addStyleClass("sapSuiteUiCollaborationBarEmailButton" + oData.sFormat);
693
+ button.addStyleClass("sapSuiteUiCollaborationBarEmailButton" + (oData.sFormat ? oData.sFormat : "Horizontal"));
686
694
  }
687
695
  oOptionFBox.addItem(button);
688
696
  oMainFBox.addItem(oOptionFBox);
@@ -702,7 +710,7 @@ sap.ui.define([
702
710
  }).addStyleClass("sapUiTinyMarginBeginEnd")
703
711
  ]
704
712
  });
705
- if(oData.sFormat === "Horizontal") {
713
+ if(oData.sFormat === "Horizontal" || oData.sFormat === undefined) {
706
714
  oCopyLinkFlexbox.insertItem(
707
715
  new MessageStrip({
708
716
  text: oResourceBundle.getText("COLLABORATION_POPOVER_MSGSTRIP"),
@@ -714,11 +722,11 @@ sap.ui.define([
714
722
  }
715
723
 
716
724
  if (oData.sFormat === "Vertical") {
717
- oOptionFBox.setHeight(aOptions.length > 1 ? (aOptions.length * 50 + 30) + "px" : "120px");
718
- oOptionFBox.setWidth("200px");
719
- oOptionFBox.addStyleClass("sapUiSmallMarginBottom");
725
+ oOptionFBox.setHeight(aOptions.length > 1 ? (aOptions.length * 50 + 50) + "px" : "120px");
726
+ oOptionFBox.addStyleClass("sapUiSmallMarginBottom").addStyleClass("sapUiTinyMarginEnd");
720
727
  } else {
721
- oOptionFBox.setHeight("100px");
728
+ oOptionFBox.setHeight("110px");
729
+ oOptionFBox.addStyleClass("sapUiTinyMarginEnd");
722
730
 
723
731
  }
724
732
  return oMainFBox;
@@ -748,14 +756,14 @@ sap.ui.define([
748
756
  if(isLink) {
749
757
  var oShareData = {
750
758
  url: oData.data,
751
- appTitle: oData.title,
759
+ appTitle: oData.title ? oData.title : "",
752
760
  subTitle: "",
753
761
  minifyUrlForChat: true
754
762
  }
755
763
  this._shareAsChat(oShareData);
756
764
  } else {
757
765
  var oShareData = {
758
- appTitle: oData.title,
766
+ appTitle: oData.title ? oData.title : "",
759
767
  message: oData.data
760
768
  }
761
769
  this._shareSummary(oShareData);
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  *
23
23
  * @constructor
24
24
  * @alias sap.suite.ui.commons.flexibility.changeHandler.PropertyChangeMapper
25
- * @version 1.124.2
25
+ * @version 1.124.3
26
26
  * @since 1.50
27
27
  * @private
28
28
  */
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.124.2
31
+ * @version 1.124.3
32
32
  * @since 1.67.0
33
33
  *
34
34
  * @constructor
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.124.2
33
+ * @version 1.124.3
34
34
  * @since 1.66.0
35
35
  *
36
36
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.124.2
31
+ * @version 1.124.3
32
32
  * @since 1.66.0
33
33
  *
34
34
  * @constructor
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.core.Element
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.124.2
25
+ * @version 1.124.3
26
26
  * @since 1.66.0
27
27
  *
28
28
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.124.2
31
+ * @version 1.124.3
32
32
  * @since 1.66.0
33
33
  *
34
34
  * @constructor
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.124.2
28
+ * @version 1.124.3
29
29
  * @since 1.66.0
30
30
  *
31
31
  * @constructor
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.base.Object
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.124.2
20
+ * @version 1.124.3
21
21
  * @since 1.66.0
22
22
  *
23
23
  * @abstract
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.core.Control
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.124.2
53
+ * @version 1.124.3
54
54
  * @since 1.66.0
55
55
  *
56
56
  * @constructor
@@ -162,7 +162,7 @@ sap.ui.define([
162
162
  * @extends sap.ui.core.Control
163
163
  *
164
164
  * @author SAP SE
165
- * @version 1.124.2
165
+ * @version 1.124.3
166
166
  * @since 1.66.0
167
167
  *
168
168
  * @constructor
@@ -499,7 +499,7 @@ sap.ui.define([
499
499
 
500
500
  if (this._bFirstTimeRendered && this.getImageEditor()) {
501
501
  this._bFirstTimeRendered = false;
502
- Theming.attachAppliedOnce(onThemeChanged);
502
+ Theming.attachApplied(onThemeChanged);
503
503
  }
504
504
 
505
505
  this._sResizeHandlerId = ResizeHandler.register(this, this._onResize.bind(this));
@@ -34,7 +34,7 @@ sap.ui.define([
34
34
  * @extends sap.suite.ui.commons.imageeditor.ImageEditorContainer
35
35
  *
36
36
  * @author SAP SE
37
- * @version 1.124.2
37
+ * @version 1.124.3
38
38
  * @since 1.68.0
39
39
  *
40
40
  * @constructor
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.124.2
32
+ * @version 1.124.3
33
33
  * @since 1.66.0
34
34
  *
35
35
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.124.2
26
+ * @version 1.124.3
27
27
  * @since 1.66.0
28
28
  *
29
29
  * @constructor
@@ -186,7 +186,7 @@
186
186
  "sap.suite.ui.commons.TargetFilterMeasureColumn",
187
187
  "sap.suite.ui.commons.AriaProperties"
188
188
  ],
189
- version: "1.124.2",
189
+ version: "1.124.3",
190
190
  extensions: {
191
191
  flChangeHandlers: {
192
192
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -520,9 +520,8 @@ sap.ui.define([
520
520
  }.bind(this);
521
521
 
522
522
  // In case theme is applied fnProcess will be called immediately,
523
- // else it will be called once theme is applied. This is done once therefore detaching
524
- // is not required.
525
- Theming.attachAppliedOnce(fnProcess);
523
+ // else it will be called once theme is applied.
524
+ Theming.attachApplied(fnProcess);
526
525
  }
527
526
  this.oInvisibleMessage = InvisibleMessage.getInstance();
528
527
  oRm.destroy();
@@ -372,7 +372,7 @@ sap.ui.define([
372
372
  Node.prototype._handleCoreInitialized = function() {
373
373
  // The NetworkGraph is not being rendered until the theme was applied.
374
374
  // If the theme is applied, rendering starts by the control itself.
375
- Theming.attachAppliedOnce(function(){
375
+ Theming.attachApplied(function(){
376
376
  this._bThemeApplied = true;
377
377
  this.invalidate();
378
378
  }.bind(this));
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.124.2
29
+ * @version 1.124.3
30
30
  * @since 1.50
31
31
  *
32
32
  * @constructor
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @extends sap.suite.ui.commons.statusindicator.Shape
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.124.2
36
+ * @version 1.124.3
37
37
  * @since 1.50
38
38
  *
39
39
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.ui.core.Control
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.124.2
24
+ * @version 1.124.3
25
25
  * @since 1.50
26
26
  *
27
27
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.core.Control
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.124.2
26
+ * @version 1.124.3
27
27
  * @since 1.50
28
28
  *
29
29
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.suite.ui.commons.statusindicator.CustomShape
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.124.2
26
+ * @version 1.124.3
27
27
  * @since 1.60.0
28
28
  *
29
29
  * @constructor
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.124.2
28
+ * @version 1.124.3
29
29
  * @since 1.50
30
30
  *
31
31
  * @constructor
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.ui.core.Control
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.124.2
27
+ * @version 1.124.3
28
28
  * @since 1.50
29
29
  *
30
30
  * @constructor
@@ -25,7 +25,7 @@ sap.ui.define(
25
25
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.124.2
28
+ * @version 1.124.3
29
29
  * @since 1.50
30
30
  *
31
31
  * @constructor
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @extends sap.ui.core.Control
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.124.2
40
+ * @version 1.124.3
41
41
  * @since 1.50
42
42
  *
43
43
  * @constructor
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Control
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.124.2
33
+ * @version 1.124.3
34
34
  * @since 1.50
35
35
  *
36
36
  * @constructor
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.suite.ui.commons.statusindicator.Shape
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.124.2
30
+ * @version 1.124.3
31
31
  * @since 1.50
32
32
  *
33
33
  * @constructor
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @extends sap.ui.core.Control
50
50
  *
51
51
  * @author SAP SE
52
- * @version 1.124.2
52
+ * @version 1.124.3
53
53
  * @since 1.50
54
54
  *
55
55
  * @constructor
@@ -197,7 +197,7 @@ sap.ui.define([
197
197
  */
198
198
  StatusIndicator.prototype._handleCoreInitialized = function() {
199
199
  // The control will only be rendered if the theme is applied. If this is the case,the control invalidates itself.
200
- Theming.attachAppliedOnce(function(){
200
+ Theming.attachApplied(function(){
201
201
  this.invalidate();
202
202
  }.bind(this));
203
203
  };
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @extends sap.ui.core.Control
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.124.2
59
+ * @version 1.124.3
60
60
  * @since 1.58.0
61
61
  *
62
62
  * @constructor
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @extends sap.ui.core.Control
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.124.2
44
+ * @version 1.124.3
45
45
  * @since 1.58.0
46
46
  *
47
47
  * @constructor
@@ -151,7 +151,7 @@ sap.ui.define([
151
151
  /* Events */
152
152
  /* =========================================================== */
153
153
  TAccountGroup.prototype.init = function () {
154
- Theming.attachAppliedOnce(function () {
154
+ Theming.attachApplied(function () {
155
155
  this._bThemeApplied = true;
156
156
  this.invalidate();
157
157
  }.bind(this));
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.ui.core.Control
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.124.2
39
+ * @version 1.124.3
40
40
  * @since 1.58.0
41
41
  *
42
42
  * @constructor
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.ui.core.Control
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.124.2
27
+ * @version 1.124.3
28
28
  * @since 1.58.0
29
29
  *
30
30
  * @constructor
@@ -65,7 +65,7 @@ sap.ui.define([
65
65
  * @extends sap.m.Panel
66
66
  *
67
67
  * @author SAP SE
68
- * @version 1.124.2
68
+ * @version 1.124.3
69
69
  * @since 1.58.0
70
70
  *
71
71
  * @constructor