@sapui5/sap.suite.ui.commons 1.136.11 → 1.136.12

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 (51) 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 +1 -1
  13. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  14. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  15. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  16. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  17. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  18. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  27. package/src/sap/suite/ui/commons/library.js +1 -1
  28. package/src/sap/suite/ui/commons/messagebundle_ar.properties +1 -1
  29. package/src/sap/suite/ui/commons/messagebundle_hu.properties +1 -1
  30. package/src/sap/suite/ui/commons/messagebundle_id.properties +2 -2
  31. package/src/sap/suite/ui/commons/messagebundle_it.properties +1 -1
  32. package/src/sap/suite/ui/commons/messagebundle_pt.properties +1 -1
  33. package/src/sap/suite/ui/commons/messagebundle_ru.properties +1 -1
  34. package/src/sap/suite/ui/commons/networkgraph/Graph.js +36 -3
  35. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  36. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  37. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  38. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  39. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  40. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  41. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  42. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  43. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  44. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  45. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  46. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  47. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  48. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  49. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  50. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  51. 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.136.11",
3
+ "version": "1.136.12",
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.136.11</version>
10
+ <version>1.136.12</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.136.11
22
+ * @version 1.136.12
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.136.11
137
+ * @version 1.136.12
138
138
  * @since 1.56.0
139
139
  *
140
140
  * @constructor
@@ -169,7 +169,7 @@ sap.ui.define([
169
169
  * @extends sap.ui.core.Control
170
170
  *
171
171
  * @author SAP SE
172
- * @version 1.136.11
172
+ * @version 1.136.12
173
173
  * @since 1.56.0
174
174
  *
175
175
  * @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.136.11
29
+ * @version 1.136.12
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.136.11
25
+ * @version 1.136.12
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.136.11
42
+ * @version 1.136.12
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.136.11
24
+ * @version 1.136.12
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.136.11
26
+ * @version 1.136.12
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.136.11
121
+ * @version 1.136.12
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.136.11
50
+ * @version 1.136.12
51
51
  *
52
52
  * @constructor
53
53
  * @public
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @extends sap.ui.core.Control
39
39
  *
40
40
  * @author SAP SE
41
- * @version 1.136.11
41
+ * @version 1.136.12
42
42
  *
43
43
  * @constructor
44
44
  * @public
@@ -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.136.11
25
+ * @version 1.136.12
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.136.11
31
+ * @version 1.136.12
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.136.11
33
+ * @version 1.136.12
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.136.11
31
+ * @version 1.136.12
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.136.11
25
+ * @version 1.136.12
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.136.11
31
+ * @version 1.136.12
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.136.11
28
+ * @version 1.136.12
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.136.11
20
+ * @version 1.136.12
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.136.11
53
+ * @version 1.136.12
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.136.11
165
+ * @version 1.136.12
166
166
  * @since 1.66.0
167
167
  *
168
168
  * @constructor
@@ -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.136.11
37
+ * @version 1.136.12
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.136.11
32
+ * @version 1.136.12
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.136.11
26
+ * @version 1.136.12
27
27
  * @since 1.66.0
28
28
  *
29
29
  * @constructor
@@ -195,7 +195,7 @@ sap.ui.define([
195
195
  "sap.suite.ui.commons.TargetFilterMeasureColumn",
196
196
  "sap.suite.ui.commons.AriaProperties"
197
197
  ],
198
- version: "1.136.11",
198
+ version: "1.136.12",
199
199
  extensions: {
200
200
  flChangeHandlers: {
201
201
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -186,7 +186,7 @@ PF_ARIA_STATUS=\u0627\u0644\u062D\u0627\u0644\u0629
186
186
  PF_ARIA_STATUS_POSITIVE=\u0625\u064A\u062C\u0627\u0628\u064A\u0629
187
187
  PF_ARIA_STATUS_NEGATIVE=\u0633\u0644\u0628\u064A\u0629
188
188
  PF_ARIA_STATUS_CRITICAL=\u0645\u0647\u0645
189
- PF_ARIA_STATUS_PLANNED=\u062A\u0645 \u0627\u0644\u062A\u062E\u0637\u064A\u0637
189
+ PF_ARIA_STATUS_PLANNED=\u0627\u0644\u0645\u064F\u062E\u0637\u0637
190
190
  PF_ARIA_STATUS_PLNNEGATIVE=\u0645\u062E\u0637\u0637 (\u0633\u0644\u0628\u064A)
191
191
  PF_ARIA_STATUS_NEUTRAL=\u0645\u062D\u0627\u064A\u062F
192
192
  PF_ARIA_TYPE=\u060C \u0645\u062C\u0645\u0639\u0629
@@ -1,5 +1,5 @@
1
1
 
2
- BULLETCHART_DELTA_TOOLTIP=Delta {0} {1}
2
+ BULLETCHART_DELTA_TOOLTIP=Delta\: {0} {1}
3
3
  BULLETCHART_ACTUAL_TOOLTIP=T\u00E9ny\: {0} {1}
4
4
  BULLETCHART_FORECAST_TOOLTIP=El\u0151rejelz\u00E9s\: {0} {1}
5
5
  BULLETCHART_TARGET_TOOLTIP={0} c\u00E9l
@@ -194,8 +194,8 @@ PF_CONNECTIONLABEL=Label koneksi.
194
194
  PF_ARROW_ICON_LEFT=Sebelumnya
195
195
  PF_ARROW_ICON_RIGHT=Selanjutnya
196
196
 
197
- NUMERICCONTENT_DEVIATION_UP=Urutan Naik
198
- NUMERICCONTENT_DEVIATION_DOWN=Urutan Turun
197
+ NUMERICCONTENT_DEVIATION_UP=Menaik
198
+ NUMERICCONTENT_DEVIATION_DOWN=Menurun
199
199
 
200
200
  CHARTCONTAINER_VIEWBY=Lihat Berdasarkan
201
201
  CHARTCONTAINER_LEGEND=Keterangan
@@ -384,7 +384,7 @@ TACCOUNT_SELECTED=Inserimento corrispondente interno
384
384
  TACCOUNT_COLLAPSE=Comprimi
385
385
  TACCOUNT_EXPAND=Esplodi
386
386
  TACCOUNT_COLLAPSE_ALL=Tutti i conti T compressi
387
- TACCOUNT_EXPAND_ALL=Tutti i conti T esplodi
387
+ TACCOUNT_EXPAND_ALL=Tutti i conti T esplosi
388
388
  TACCOUNT_DEFAULT=Default
389
389
  TACCOUNT_TABLE=Tabella
390
390
  COLORED_ITEM_FROM=Elemento colorato da documento contabile
@@ -500,7 +500,7 @@ CFP_NO_DATA_FILESHARE=Nenhum arquivo ou pasta encontrado
500
500
  CFP_NO_FILESHARE_FOUND=Nenhum compartilhamento de arquivos encontrado
501
501
  CFP_NO_FILESHARE_FOUND_RELOAD=Tentar recarregar o browser de arquivo. Se isso n\u00E3o ajudar, contate seu administrador.
502
502
  CFP_EMPTY_FOLDER_TEXT=Ainda n\u00E3o existem arquivos
503
- CFP_EMPTY_FOLDER_DESCRIPTION=Quando existirem, voc\u00EA ir\u00E1 ver os mesmos aqui.
503
+ CFP_EMPTY_FOLDER_DESCRIPTION=Quando houver, voc\u00EA ver\u00E1 aqui.
504
504
  CFP_LOCKED_FOLDER_INFO=Os arquivos n\u00E3o podem ser exportados para esta pasta
505
505
 
506
506
  CFP_TITLE_LAST_CHANGED_ON=\u00DAltima modifica\u00E7\u00E3o em
@@ -457,7 +457,7 @@ IMGEDITOR_ORIGINAL_SIZE=\u0418\u0441\u0445\u043E\u0434\u043D\u044B\u0439 \u0440\
457
457
  IMGEDITOR_WIDTH=\u0428\u0438\u0440\u0438\u043D\u0430\:
458
458
  IMGEDITOR_HEIGHT=\u0412\u044B\u0441\u043E\u0442\u0430\:
459
459
  IMGEDITOR_PX=\u043F\u0438\u043A\u0441.
460
- IMGEDITOR_APPLY=\u041F\u0440\u0438\u043C\u0435\u043D\u0442\u044C
460
+ IMGEDITOR_APPLY=\u041F\u0440\u0438\u043C\u0435\u043D\u0438\u0442\u044C
461
461
  IMGEDITOR_BAD_NUMBER=\u0412\u0432\u0435\u0434\u0438\u0442\u0435 \u0447\u0438\u0441\u043B\u043E \u043E\u0442 {0} \u0434\u043E {1}.
462
462
  IMGEDITOR_LOCK_RATIO=\u0411\u043B\u043E\u043A\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441\u043E\u043E\u0442\u043D\u043E\u0448\u0435\u043D\u0438\u0435 \u0441\u0442\u043E\u0440\u043E\u043D
463
463
  IMGEDITOR_RESIZE=\u0418\u0437\u043C\u0435\u043D\u0438\u0442\u044C \u0440\u0430\u0437\u043C\u0435\u0440
@@ -414,6 +414,12 @@ sap.ui.define([
414
414
  // indicates RTL
415
415
  this._bIsRtl = Localization.getRTL();
416
416
 
417
+ // Check if the currently focused item has been destroyed and clear it
418
+ if (this._oFocus && this._oFocus.item && (this._oFocus.item.bIsDestroyed || this._oFocus.item.isDestroyed?.())) {
419
+ Log.info("NetworkGraph: Focused item was destroyed before rendering, clearing focus");
420
+ this._oFocus = null;
421
+ }
422
+
417
423
  this.setBusy(false);
418
424
  this.setBusyIndicatorDelay(0);
419
425
 
@@ -844,7 +850,14 @@ sap.ui.define([
844
850
  oTooltip.attachEvent("afterClose", function () {
845
851
  var oFocus = this.getFocus();
846
852
 
847
- if (oFocus) {
853
+ if (oFocus && oFocus.item) {
854
+ // Check if the focused item is destroyed before trying to restore focus
855
+ if (oFocus.item.bIsDestroyed || oFocus.item.isDestroyed?.()) {
856
+ Log.info("NetworkGraph: Cannot restore focus on destroyed control after tooltip close");
857
+ this._oFocus = null;
858
+ return;
859
+ }
860
+
848
861
  this.setFocus(oFocus);
849
862
 
850
863
  if (oFocus.button == "menu") {
@@ -871,6 +884,13 @@ sap.ui.define([
871
884
  * @private
872
885
  */
873
886
  Graph.prototype.setFocus = function (oFocus, bIsClickOrEnter) {
887
+ // Check if the focused item has been destroyed and clear it
888
+ if (oFocus && oFocus.item && (oFocus.item.bIsDestroyed || oFocus.item.isDestroyed?.())) {
889
+ Log.info("NetworkGraph: Cannot set focus on destroyed control, clearing focus");
890
+ this._oFocus = null;
891
+ return;
892
+ }
893
+
874
894
  // Identity redundant
875
895
  if (!oFocus && !this._oFocus ||
876
896
  oFocus && this._oFocus && oFocus.item === this._oFocus.item && oFocus.button === this._oFocus.button && oFocus.groupInFocused === this._oFocus.groupInFocused) {
@@ -1076,12 +1096,25 @@ sap.ui.define([
1076
1096
 
1077
1097
  // While Expand/Collapse, focus will still remain to the button
1078
1098
  if (this._oFocus && this._oFocus.button === Group.BUTTONS.COLLAPSE) {
1079
- this._oFocus.item._setCollapseButtonFocus(true);
1099
+ // Check if the focused item still exists and is not destroyed
1100
+ if (this._oFocus.item && !this._oFocus.item.bIsDestroyed && !this._oFocus.item.isDestroyed?.()) {
1101
+ this._oFocus.item._setCollapseButtonFocus(true);
1102
+ } else {
1103
+ Log.info("NetworkGraph: Focused item was destroyed, clearing focus");
1104
+ this._oFocus = null;
1105
+ }
1080
1106
  }
1081
1107
  this._bIsLayedOut = true;
1082
1108
  this._setupEvents();
1083
1109
  this._setupKeyboardNavigation();
1084
- this.setFocus(this.getFocus());
1110
+ // Only restore focus if the focused item still exists and is not destroyed
1111
+ var oCurrentFocus = this.getFocus();
1112
+ if (oCurrentFocus && oCurrentFocus.item && (oCurrentFocus.item.bIsDestroyed || oCurrentFocus.item.isDestroyed?.())) {
1113
+ Log.info("NetworkGraph: Cannot restore focus on destroyed control, clearing focus");
1114
+ this._oFocus = null;
1115
+ } else {
1116
+ this.setFocus(oCurrentFocus);
1117
+ }
1085
1118
 
1086
1119
  // when there is background image, busy is set false after image is loaded (own event)
1087
1120
  // in case image was already loaded continue as usual
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.136.11
33
+ * @version 1.136.12
34
34
  * @since 1.50
35
35
  *
36
36
  * @constructor
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @extends sap.suite.ui.commons.statusindicator.Shape
37
37
  *
38
38
  * @author SAP SE
39
- * @version 1.136.11
39
+ * @version 1.136.12
40
40
  * @since 1.50
41
41
  *
42
42
  * @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.136.11
24
+ * @version 1.136.12
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.136.11
26
+ * @version 1.136.12
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.136.11
26
+ * @version 1.136.12
27
27
  * @since 1.60.0
28
28
  *
29
29
  * @constructor
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.136.11
32
+ * @version 1.136.12
33
33
  * @since 1.50
34
34
  *
35
35
  * @constructor
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.core.Control
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.136.11
31
+ * @version 1.136.12
32
32
  * @since 1.50
33
33
  *
34
34
  * @constructor
@@ -29,7 +29,7 @@ sap.ui.define(
29
29
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.136.11
32
+ * @version 1.136.12
33
33
  * @since 1.50
34
34
  *
35
35
  * @constructor
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @extends sap.ui.core.Control
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.136.11
45
+ * @version 1.136.12
46
46
  * @since 1.50
47
47
  *
48
48
  * @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.136.11
33
+ * @version 1.136.12
34
34
  * @since 1.50
35
35
  *
36
36
  * @constructor
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.suite.ui.commons.statusindicator.Shape
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.136.11
33
+ * @version 1.136.12
34
34
  * @since 1.50
35
35
  *
36
36
  * @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.136.11
52
+ * @version 1.136.12
53
53
  * @since 1.50
54
54
  *
55
55
  * @constructor
@@ -56,7 +56,7 @@ sap.ui.define([
56
56
  * @extends sap.ui.core.Control
57
57
  *
58
58
  * @author SAP SE
59
- * @version 1.136.11
59
+ * @version 1.136.12
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.136.11
44
+ * @version 1.136.12
45
45
  * @since 1.58.0
46
46
  *
47
47
  * @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.136.11
44
+ * @version 1.136.12
45
45
  * @since 1.58.0
46
46
  *
47
47
  * @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.136.11
27
+ * @version 1.136.12
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.136.11
68
+ * @version 1.136.12
69
69
  * @since 1.58.0
70
70
  *
71
71
  * @constructor