@sapui5/sap.suite.ui.commons 1.96.17 → 1.96.19

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 (47) 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/MicroProcessFlow.js +1 -1
  12. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  13. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  14. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  15. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  16. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  17. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  18. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  26. package/src/sap/suite/ui/commons/library.js +1 -1
  27. package/src/sap/suite/ui/commons/messagebundle_id.properties +3 -3
  28. package/src/sap/suite/ui/commons/messagebundle_kk.properties +2 -2
  29. package/src/sap/suite/ui/commons/messagebundle_ru.properties +1 -1
  30. package/src/sap/suite/ui/commons/messagebundle_uk.properties +4 -4
  31. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  32. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  33. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  34. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  35. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  36. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  37. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  38. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  39. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  40. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  41. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  42. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  43. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  44. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  45. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  46. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  47. 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.96.17",
3
+ "version": "1.96.19",
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.96.17</version>
10
+ <version>1.96.19</version>
11
11
 
12
12
  <documentation>SAP UI library: sap.suite.ui.commons</documentation>
13
13
 
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.core.Element
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.96.17
20
+ * @version 1.96.19
21
21
  * @since 1.65.0
22
22
  *
23
23
  * @constructor
@@ -124,7 +124,7 @@ sap.ui.define([
124
124
  * @extends sap.ui.core.Control
125
125
  *
126
126
  * @author SAP SE
127
- * @version 1.96.17
127
+ * @version 1.96.19
128
128
  * @since 1.56.0
129
129
  *
130
130
  * @constructor
@@ -120,7 +120,7 @@ sap.ui.define([
120
120
  * @extends sap.ui.core.Control
121
121
  *
122
122
  * @author SAP SE
123
- * @version 1.96.17
123
+ * @version 1.96.19
124
124
  * @since 1.56.0
125
125
  *
126
126
  * @constructor
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.ui.core.Control
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.96.17
21
+ * @version 1.96.19
22
22
  * @since 1.56.0
23
23
  *
24
24
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @extends sap.ui.core.Control
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.96.17
18
+ * @version 1.96.19
19
19
  * @since 1.60.0
20
20
  *
21
21
  * @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.96.17
33
+ * @version 1.96.19
34
34
  * @since 1.56.0
35
35
  *
36
36
  * @constructor
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @extends sap.ui.base.ManagedObject
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.96.17
19
+ * @version 1.96.19
20
20
  * @since 1.56.0
21
21
  *
22
22
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @extends sap.ui.core.Control
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.96.17
18
+ * @version 1.96.19
19
19
  * @since 1.56.0
20
20
  *
21
21
  * @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.96.17
31
+ * @version 1.96.19
32
32
  *
33
33
  * @constructor
34
34
  * @public
@@ -30,7 +30,7 @@ sap.ui.define([
30
30
  * @extends sap.ui.core.Control
31
31
  *
32
32
  * @author SAP SE
33
- * @version 1.96.17
33
+ * @version 1.96.19
34
34
  *
35
35
  * @constructor
36
36
  * @public
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  *
21
21
  * @constructor
22
22
  * @alias sap.suite.ui.commons.flexibility.changeHandler.PropertyChangeMapper
23
- * @version 1.96.17
23
+ * @version 1.96.19
24
24
  * @since 1.50
25
25
  * @private
26
26
  */
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.96.17
24
+ * @version 1.96.19
25
25
  * @since 1.67.0
26
26
  *
27
27
  * @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.96.17
26
+ * @version 1.96.19
27
27
  * @since 1.66.0
28
28
  *
29
29
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.96.17
24
+ * @version 1.96.19
25
25
  * @since 1.66.0
26
26
  *
27
27
  * @constructor
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  * @extends sap.ui.core.Element
16
16
  *
17
17
  * @author SAP SE
18
- * @version 1.96.17
18
+ * @version 1.96.19
19
19
  * @since 1.66.0
20
20
  *
21
21
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.96.17
24
+ * @version 1.96.19
25
25
  * @since 1.66.0
26
26
  *
27
27
  * @constructor
@@ -18,7 +18,7 @@ sap.ui.define([
18
18
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.96.17
21
+ * @version 1.96.19
22
22
  * @since 1.66.0
23
23
  *
24
24
  * @constructor
@@ -10,7 +10,7 @@ sap.ui.define([
10
10
  * @extends sap.ui.base.Object
11
11
  *
12
12
  * @author SAP SE
13
- * @version 1.96.17
13
+ * @version 1.96.19
14
14
  * @since 1.66.0
15
15
  *
16
16
  * @abstract
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @extends sap.ui.core.Control
43
43
  *
44
44
  * @author SAP SE
45
- * @version 1.96.17
45
+ * @version 1.96.19
46
46
  * @since 1.66.0
47
47
  *
48
48
  * @constructor
@@ -124,7 +124,7 @@ sap.ui.define([
124
124
  * @extends sap.ui.core.Control
125
125
  *
126
126
  * @author SAP SE
127
- * @version 1.96.17
127
+ * @version 1.96.19
128
128
  * @since 1.66.0
129
129
  *
130
130
  * @constructor
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.suite.ui.commons.imageeditor.ImageEditorContainer
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.96.17
29
+ * @version 1.96.19
30
30
  * @since 1.68.0
31
31
  *
32
32
  * @constructor
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.96.17
25
+ * @version 1.96.19
26
26
  * @since 1.66.0
27
27
  *
28
28
  * @constructor
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @extends sap.suite.ui.commons.imageeditor.HistoryItem
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.96.17
19
+ * @version 1.96.19
20
20
  * @since 1.66.0
21
21
  *
22
22
  * @constructor
@@ -182,7 +182,7 @@ sap.ui.define([
182
182
  "sap.suite.ui.commons.TargetFilterMeasureColumn",
183
183
  "sap.suite.ui.commons.AriaProperties"
184
184
  ],
185
- version: "1.96.17",
185
+ version: "1.96.19",
186
186
  extensions: {
187
187
  flChangeHandlers: {
188
188
  "sap.suite.ui.commons.Timeline": "sap/suite/ui/commons/flexibility/Timeline"
@@ -30,7 +30,7 @@ NOTETAKERFEEDER_PLACEHOLDER_HEADER=Masukkan judul
30
30
  NOTETAKERFEEDER_PLACEHOLDER_BODY=Masukkan catatan singkat
31
31
  NOTETAKERFEEDER_BUTTON_TAG_TOOLTIP=Pilih untuk menentukan tag untuk catatan ini
32
32
  NOTETAKERCARD_BUTTON_TAG_TOOLTIP=Pilih untuk mengedit tag untuk catatan ini
33
- NOTETAKERCARD_LINK_VIEW_ALL_TEXT=Lihat Semua
33
+ NOTETAKERCARD_LINK_VIEW_ALL_TEXT=Tampilkan Semua
34
34
  NOTETAKERCARD_LINK_VIEW_ALL_TOOLTIP=Menampilkan teks penuh dari catatan ini
35
35
  NOTETAKERCARD_BUTTON_OPEN_EDIT_TOOLTIP=Membuka catatan untuk pengeditan
36
36
  NOTETAKERCARD_BUTTON_EDIT_TEXT=Edit
@@ -192,8 +192,8 @@ PF_ARIA_STATUS_NEUTRAL=Netral
192
192
  PF_ARIA_TYPE=, agregat
193
193
  PF_CONNECTIONLABEL=Label koneksi.
194
194
 
195
- NUMERICCONTENT_DEVIATION_UP=Urutan Naik
196
- NUMERICCONTENT_DEVIATION_DOWN=Urutan Turun
195
+ NUMERICCONTENT_DEVIATION_UP=Menaik
196
+ NUMERICCONTENT_DEVIATION_DOWN=Menurun
197
197
 
198
198
  CHARTCONTAINER_VIEWBY=Lihat Berdasarkan
199
199
  CHARTCONTAINER_LEGEND=Keterangan
@@ -190,7 +190,7 @@ PF_ARIA_STATUS_PLANNED=\u0416\u043E\u0441\u043F\u0430\u0440\u043B\u0430\u043D\u0
190
190
  PF_ARIA_STATUS_PLNNEGATIVE=\u0416\u043E\u0441\u043F\u0430\u0440\u043B\u0430\u043D\u0493\u0430\u043D \u0442\u0435\u0440\u0456\u0441
191
191
  PF_ARIA_STATUS_NEUTRAL=\u0411\u0435\u0439\u0442\u0430\u0440\u0430\u043F
192
192
  PF_ARIA_TYPE=, \u0436\u0438\u043D\u0430\u049B\u0442\u0430\u043B\u0493\u0430\u043D
193
- PF_CONNECTIONLABEL=\u0411\u0430\u0439\u043B\u0430\u043D\u044B\u0441 \u0431\u0435\u043B\u0433\u0456\u0441\u0456.
193
+ PF_CONNECTIONLABEL=\u049A\u043E\u0441\u044B\u043B\u044B\u043C \u0431\u0435\u043B\u0433\u0456\u0441\u0456.
194
194
 
195
195
  NUMERICCONTENT_DEVIATION_UP=\u0410\u0440\u0442\u0443 \u0440\u0435\u0442\u0456\u043C\u0435\u043D
196
196
  NUMERICCONTENT_DEVIATION_DOWN=\u041A\u0435\u043C\u0443 \u0440\u0435\u0442\u0456\u043C\u0435\u043D
@@ -232,7 +232,7 @@ NETWORK_GRAPH_TOOLTIP_EXTERNAL_LINKS=\u0421\u044B\u0440\u0442\u049B\u044B \u0441
232
232
  NETWORK_GRAPH_EXPAND_COLLAPSE=\u0416\u0430\u044E/\u0436\u0438\u044E
233
233
  NETWORK_GRAPH_NODE_DETAILS=\u0422\u04AF\u0439\u0456\u043D \u043C\u04D9\u043B\u0456\u043C\u0435\u0442\u0442\u0435\u0440\u0456
234
234
  NETWORK_GRAPH_NODE_LINKS=\u0422\u04AF\u0439\u0456\u043D \u0441\u0456\u043B\u0442\u0435\u043C\u0435\u043B\u0435\u0440\u0456
235
- NETWORK_GRAPH_GROUP_DETAIL=\u0422\u043E\u043F \u043C\u04D9\u043B\u0456\u043C\u0435\u0442\u0442\u0435\u0440\u0456
235
+ NETWORK_GRAPH_GROUP_DETAIL=\u0422\u043E\u043F \u043C\u04D9\u043B\u0456\u043C\u0435\u0442\u0456
236
236
  NETWORK_GRAPH_ACCESSIBILITY_LABEL=\u0416\u0435\u043B\u0456\u043B\u0456\u043A \u0433\u0440\u0430\u0444\u0438\u043A
237
237
  NETWORK_GRAPH_ACCESSIBILITY_CONTENT=\u0416\u0435\u043B\u0456\u043B\u0456\u043A \u0433\u0440\u0430\u0444\u0438\u043A \u043C\u0430\u0437\u043C\u04B1\u043D\u044B
238
238
  NETWORK_GRAPH_ACCESSIBILITY_LINE_LABEL={0} - {1} \u0430\u0440\u0430\u043B\u044B\u0493\u044B\u043D\u0434\u0430\u0493\u044B \u0436\u043E\u043B
@@ -339,7 +339,7 @@ CALCULATION_BUILDER_EXPAND_BUTTON_TITLE=\u0420\u0430\u0437\u0432\u0435\u0440\u04
339
339
  CALCULATION_BUILDER_ERROR_TITLE=\u041E\u0448\u0438\u0431\u043A\u0430
340
340
 
341
341
  TACCOUNT_TITLE=\u0422-\u0441\u0447\u0435\u0442
342
- TACCOUNT_NAVIGATION=\u0418\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0441\u043E \u0441\u0442\u0440\u0435\u043B\u043A\u0430\u043C\u0438 \u0434\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u0432 T-\u0441\u0447\u0435\u0442, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u0442\u0430\u0431\u0443\u043B\u044F\u0446\u0438\u0438 \u0434\u043B\u044F \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430, \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 \u0432\u0432\u043E\u0434\u0430 \u0434\u043B\u044F \u0432\u044B\u0431\u043E\u0440\u0430
342
+ TACCOUNT_NAVIGATION=\u0414\u043B\u044F \u043F\u0435\u0440\u0435\u0445\u043E\u0434\u0430 \u0432 T-\u0441\u0447\u0435\u0442 \u0438\u0441\u043F\u043E\u043B\u044C\u0437\u0443\u0439\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0438 \u0441\u043E \u0441\u0442\u0440\u0435\u043B\u043A\u0430\u043C\u0438, \u0434\u043B\u044F \u043F\u0440\u043E\u043F\u0443\u0441\u043A\u0430 \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 Tab, \u0434\u043B\u044F \u0432\u044B\u0431\u043E\u0440\u0430 \u043D\u0430\u0436\u043C\u0438\u0442\u0435 \u043A\u043B\u0430\u0432\u0438\u0448\u0443 Enter
343
343
  TACCOUNT_GROUP_TITLE=\u0413\u0440\u0443\u043F\u043F\u0430 \u0442-\u0441\u0447\u0435\u0442\u043E\u0432
344
344
  TACCOUNT_ITEM=\u041F\u043E\u0437\u0438\u0446\u0438\u044F \u0442-\u0441\u0447\u0435\u0442\u0430
345
345
  TACCOUNT_DEBIT=\u0414\u0435\u0431\u0435\u0442
@@ -83,9 +83,9 @@ THINGCOLLECTION_BUTTON_PREVIOUS_TOOLTIP=\u041D\u0430\u0437\u0430\u0434
83
83
  THINGCOLLECTION_BUTTON_NEXT_TOOLTIP=\u0414\u0430\u043B\u0456
84
84
 
85
85
 
86
- FEEDTILE_DAYS_AGO={0} \u0434\u043D\u0456(\u0432) \u0442\u043E\u043C\u0443
86
+ FEEDTILE_DAYS_AGO={0} \u0434\u043D. \u0442\u043E\u043C\u0443
87
87
  FEEDTILE_HOURS_AGO={0} \u0433\u043E\u0434. \u0442\u043E\u043C\u0443
88
- FEEDTILE_MINUTES_AGO={0} \u0445\u0432\u0438\u043B. \u0442\u043E\u043C\u0443
88
+ FEEDTILE_MINUTES_AGO={0} \u0445\u0432. \u0442\u043E\u043C\u0443
89
89
  FEEDTILE_DAY_AGO={0} \u0434\u043D\u0456(\u0432) \u0442\u043E\u043C\u0443
90
90
  FEEDTILE_HOUR_AGO={0} \u0433\u043E\u0434\u0438\u043D\u0443 \u0442\u043E\u043C\u0443
91
91
  FEEDTILE_MINUTE_AGO={0} \u0445\u0432\u0438\u043B\u0438\u043D\u0443 \u0442\u043E\u043C\u0443
@@ -100,10 +100,10 @@ UNIFIEDTHINGINSPECTOR_FOOTER_BUTTON_TRANSACTIONS_TOOLTIP=\u0422\u0440\u0430\u043
100
100
  UNIFIEDTHINGINSPECTOR_FOOTER_BUTTON_SETTINGS_TOOLTIP=\u041D\u0430\u0441\u0442\u0440\u043E\u0439\u043A\u0438
101
101
  UNIFIEDTHINGINSPECTOR_FOOTER_BUTTON_OPENWITH=\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u0443
102
102
  FACETOVERVIEW_NO_CONTENT_TEXT=\u0412\u043C\u0456\u0441\u0442 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0438\u0439
103
- UNIFIEDTHINGINSPECTOR_FOOTER_BUTTON_EMAIL_LINK=\u0412\u0456\u0434\u043F\u0440\u0430\u0432\u0438\u0442\u0438 \u043F\u043E\u0441\u0438\u043B\u0430\u043D\u043D\u044F \u0435\u043B\u0435\u043A\u0442\u0440\u043E\u043D\u043D\u043E\u044E \u043F\u043E\u0448\u0442\u043E\u044E
103
+ UNIFIEDTHINGINSPECTOR_FOOTER_BUTTON_EMAIL_LINK=\u041D\u0430\u0434\u0456\u0441.\u043F\u043E\u0441\u0438\u043B.\u0435\u043B.\u043F\u043E\u0448\u0442.
104
104
  UNIFIEDTHINGINSPECTOR_GENERAL_INFORMATION_HEADER_TEXT=\u0417\u0430\u0433\u0430\u043B\u044C\u043D\u0430 \u0456\u043D\u0444\u043E\u0440\u043C\u0430\u0446\u0456\u044F
105
105
  FACETOVERVIEW_NO_ITEMS_TEXT=\u041F\u043E\u0437\u0438\u0446\u0456\u0457 \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u0456
106
- INFOTILE_CANNOT_LOAD_TILE=\u041D\u0435\u043C\u043E\u0436\u043B\u0438\u0432\u043E \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u043F\u043B\u0438\u0442\u043A\u0443
106
+ INFOTILE_CANNOT_LOAD_TILE=\u041D\u0435 \u0432\u0434\u0430\u0454\u0442\u044C\u0441\u044F \u0437\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0438\u0442\u0438 \u043F\u043B\u0438\u0442\u043A\u0443
107
107
  INFOTILE_LOADING=\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F
108
108
 
109
109
  HEADERCONTAINER_BUTTON_PREV_SECTION=\u041D\u0430\u0437\u0430\u0434
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
25
25
  *
26
26
  * @author SAP SE
27
- * @version 1.96.17
27
+ * @version 1.96.19
28
28
  * @since 1.50
29
29
  *
30
30
  * @constructor
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.suite.ui.commons.statusindicator.Shape
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.96.17
34
+ * @version 1.96.19
35
35
  * @since 1.50
36
36
  *
37
37
  * @constructor
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * @extends sap.ui.core.Control
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.96.17
22
+ * @version 1.96.19
23
23
  * @since 1.50
24
24
  *
25
25
  * @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.96.17
24
+ * @version 1.96.19
25
25
  * @since 1.50
26
26
  *
27
27
  * @constructor
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @extends sap.suite.ui.commons.statusindicator.CustomShape
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.96.17
24
+ * @version 1.96.19
25
25
  * @since 1.60.0
26
26
  *
27
27
  * @constructor
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.96.17
26
+ * @version 1.96.19
27
27
  * @since 1.50
28
28
  *
29
29
  * @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.96.17
25
+ * @version 1.96.19
26
26
  * @since 1.50
27
27
  *
28
28
  * @constructor
@@ -18,7 +18,7 @@ sap.ui.define(
18
18
  * @extends sap.suite.ui.commons.statusindicator.SimpleShape
19
19
  *
20
20
  * @author SAP SE
21
- * @version 1.96.17
21
+ * @version 1.96.19
22
22
  * @since 1.50
23
23
  *
24
24
  * @constructor
@@ -35,7 +35,7 @@ sap.ui.define([
35
35
  * @extends sap.ui.core.Control
36
36
  *
37
37
  * @author SAP SE
38
- * @version 1.96.17
38
+ * @version 1.96.19
39
39
  * @since 1.50
40
40
  *
41
41
  * @constructor
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.core.Control
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.96.17
30
+ * @version 1.96.19
31
31
  * @since 1.50
32
32
  *
33
33
  * @constructor
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.suite.ui.commons.statusindicator.Shape
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.96.17
28
+ * @version 1.96.19
29
29
  * @since 1.50
30
30
  *
31
31
  * @constructor
@@ -45,7 +45,7 @@ sap.ui.define([
45
45
  * @extends sap.ui.core.Control
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.96.17
48
+ * @version 1.96.19
49
49
  * @since 1.50
50
50
  *
51
51
  * @constructor
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * @extends sap.ui.core.Control
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.96.17
50
+ * @version 1.96.19
51
51
  * @since 1.58.0
52
52
  *
53
53
  * @constructor
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * @extends sap.ui.core.Control
32
32
  *
33
33
  * @author SAP SE
34
- * @version 1.96.17
34
+ * @version 1.96.19
35
35
  * @since 1.58.0
36
36
  *
37
37
  * @constructor
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.core.Control
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.96.17
30
+ * @version 1.96.19
31
31
  * @since 1.58.0
32
32
  *
33
33
  * @constructor
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * @extends sap.ui.core.Control
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.96.17
20
+ * @version 1.96.19
21
21
  * @since 1.58.0
22
22
  *
23
23
  * @constructor
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * @extends sap.ui.core.Control
55
55
  *
56
56
  * @author SAP SE
57
- * @version 1.96.17
57
+ * @version 1.96.19
58
58
  * @since 1.58.0
59
59
  *
60
60
  * @constructor