@openui5/sap.ui.mdc 1.136.8 → 1.136.10

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 (111) hide show
  1. package/REUSE.toml +1 -1
  2. package/THIRDPARTY.txt +2 -2
  3. package/package.json +4 -4
  4. package/src/sap/ui/mdc/.library +1 -1
  5. package/src/sap/ui/mdc/ActionToolbar.js +1 -1
  6. package/src/sap/ui/mdc/Chart.js +1 -1
  7. package/src/sap/ui/mdc/Control.js +1 -1
  8. package/src/sap/ui/mdc/DefaultTypeMap.js +1 -1
  9. package/src/sap/ui/mdc/Element.js +1 -1
  10. package/src/sap/ui/mdc/Field.js +2 -2
  11. package/src/sap/ui/mdc/FilterBar.js +1 -1
  12. package/src/sap/ui/mdc/FilterField.js +2 -2
  13. package/src/sap/ui/mdc/Link.js +1 -1
  14. package/src/sap/ui/mdc/MultiValueField.js +1 -1
  15. package/src/sap/ui/mdc/ValueHelp.js +1 -1
  16. package/src/sap/ui/mdc/actiontoolbar/ActionToolbarAction.js +1 -1
  17. package/src/sap/ui/mdc/chart/ChartImplementationContainer.js +1 -1
  18. package/src/sap/ui/mdc/chart/ChartSelectionDetails.js +1 -1
  19. package/src/sap/ui/mdc/chart/PropertyHelper.js +1 -1
  20. package/src/sap/ui/mdc/chart/ToolbarControlFactory.js +1 -1
  21. package/src/sap/ui/mdc/condition/Condition.js +1 -1
  22. package/src/sap/ui/mdc/condition/ConditionConverter.js +1 -1
  23. package/src/sap/ui/mdc/condition/ConditionModel.js +1 -1
  24. package/src/sap/ui/mdc/condition/FilterConverter.js +1 -1
  25. package/src/sap/ui/mdc/condition/FilterOperatorUtil.js +1 -1
  26. package/src/sap/ui/mdc/condition/Operator.js +1 -1
  27. package/src/sap/ui/mdc/condition/OperatorDynamicDateOption.js +1 -1
  28. package/src/sap/ui/mdc/condition/RangeOperator.js +1 -1
  29. package/src/sap/ui/mdc/field/ConditionType.js +1 -1
  30. package/src/sap/ui/mdc/field/ConditionTypeMixin.js +1 -1
  31. package/src/sap/ui/mdc/field/ConditionsType.js +1 -1
  32. package/src/sap/ui/mdc/field/CustomFieldInfo.js +1 -1
  33. package/src/sap/ui/mdc/field/DynamicDateRangeConditionsType.js +1 -1
  34. package/src/sap/ui/mdc/field/FieldBase.js +3 -3
  35. package/src/sap/ui/mdc/field/FieldInfoBase.js +1 -1
  36. package/src/sap/ui/mdc/field/FieldInput.js +19 -3
  37. package/src/sap/ui/mdc/field/FieldInputRenderUtil.js +1 -1
  38. package/src/sap/ui/mdc/field/FieldMultiInput.js +20 -4
  39. package/src/sap/ui/mdc/field/ListFieldHelpItem.js +1 -1
  40. package/src/sap/ui/mdc/field/MultiValueFieldItem.js +1 -1
  41. package/src/sap/ui/mdc/field/TokenDisplay.js +1 -1
  42. package/src/sap/ui/mdc/field/TokenizerDisplay.js +1 -1
  43. package/src/sap/ui/mdc/filterbar/FilterBarBase.js +1 -1
  44. package/src/sap/ui/mdc/filterbar/PropertyHelper.js +1 -1
  45. package/src/sap/ui/mdc/filterbar/p13n/AdaptationFilterBar.js +1 -1
  46. package/src/sap/ui/mdc/filterbar/vh/FilterBar.js +1 -1
  47. package/src/sap/ui/mdc/flexibility/Chart.flexibility.js +1 -1
  48. package/src/sap/ui/mdc/flexibility/FilterBar.flexibility.js +1 -1
  49. package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +1 -1
  50. package/src/sap/ui/mdc/flexibility/actiontoolbar/CombineAction.js +1 -1
  51. package/src/sap/ui/mdc/flexibility/actiontoolbar/SplitAction.js +1 -1
  52. package/src/sap/ui/mdc/library.js +2 -2
  53. package/src/sap/ui/mdc/link/Factory.js +1 -1
  54. package/src/sap/ui/mdc/link/LinkItem.js +1 -1
  55. package/src/sap/ui/mdc/link/Panel.js +1 -1
  56. package/src/sap/ui/mdc/link/PanelItem.js +1 -1
  57. package/src/sap/ui/mdc/link/SemanticObjectMapping.js +1 -1
  58. package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +1 -1
  59. package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +1 -1
  60. package/src/sap/ui/mdc/messagebundle_es.properties +2 -2
  61. package/src/sap/ui/mdc/messagebundle_fr.properties +2 -2
  62. package/src/sap/ui/mdc/messagebundle_id.properties +8 -8
  63. package/src/sap/ui/mdc/messagebundle_pt.properties +1 -1
  64. package/src/sap/ui/mdc/messagebundle_ru.properties +1 -1
  65. package/src/sap/ui/mdc/messagebundle_sl.properties +1 -1
  66. package/src/sap/ui/mdc/messagebundle_vi.properties +2 -2
  67. package/src/sap/ui/mdc/messagebundle_zh_CN.properties +1 -1
  68. package/src/sap/ui/mdc/messagebundle_zh_TW.properties +1 -1
  69. package/src/sap/ui/mdc/mixin/AdaptationMixin.js +1 -1
  70. package/src/sap/ui/mdc/mixin/DelegateMixin.js +1 -1
  71. package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +1 -1
  72. package/src/sap/ui/mdc/mixin/PromiseMixin.js +1 -1
  73. package/src/sap/ui/mdc/mixin/PropertyHelperMixin.js +1 -1
  74. package/src/sap/ui/mdc/odata/TypeMap.js +1 -1
  75. package/src/sap/ui/mdc/odata/v4/TypeMap.js +1 -1
  76. package/src/sap/ui/mdc/p13n/PropertyHelper.js +1 -1
  77. package/src/sap/ui/mdc/p13n/panels/ChartItemPanel.js +13 -8
  78. package/src/sap/ui/mdc/p13n/subcontroller/ColumnFreezeController.js +1 -1
  79. package/src/sap/ui/mdc/p13n/subcontroller/ShowDetailsController.js +1 -1
  80. package/src/sap/ui/mdc/table/Column.js +0 -8
  81. package/src/sap/ui/mdc/table/ColumnSettings.js +1 -1
  82. package/src/sap/ui/mdc/table/CreationRow.js +1 -1
  83. package/src/sap/ui/mdc/table/DragDropConfig.js +1 -1
  84. package/src/sap/ui/mdc/table/PropertyHelper.js +1 -1
  85. package/src/sap/ui/mdc/table/ResponsiveColumnSettings.js +1 -1
  86. package/src/sap/ui/mdc/table/RowActionItem.js +1 -1
  87. package/src/sap/ui/mdc/table/RowSettings.js +1 -1
  88. package/src/sap/ui/mdc/table/V4AnalyticsPropertyHelper.js +1 -1
  89. package/src/sap/ui/mdc/table/utils/Personalization.js +1 -1
  90. package/src/sap/ui/mdc/ushell/SemanticObjectMapping.js +1 -1
  91. package/src/sap/ui/mdc/ushell/SemanticObjectMappingItem.js +1 -1
  92. package/src/sap/ui/mdc/ushell/SemanticObjectUnavailableAction.js +1 -1
  93. package/src/sap/ui/mdc/util/InfoBar.js +1 -1
  94. package/src/sap/ui/mdc/util/PromiseCache.js +1 -1
  95. package/src/sap/ui/mdc/util/PropertyHelper.js +1 -1
  96. package/src/sap/ui/mdc/util/PropertyHelperUtil.js +1 -1
  97. package/src/sap/ui/mdc/valuehelp/Dialog.js +1 -1
  98. package/src/sap/ui/mdc/valuehelp/FilterBar.js +1 -1
  99. package/src/sap/ui/mdc/valuehelp/Popover.js +1 -1
  100. package/src/sap/ui/mdc/valuehelp/base/Container.js +1 -1
  101. package/src/sap/ui/mdc/valuehelp/base/Content.js +1 -1
  102. package/src/sap/ui/mdc/valuehelp/base/DefineConditionPanel.js +1 -1
  103. package/src/sap/ui/mdc/valuehelp/base/DialogTab.js +1 -1
  104. package/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +1 -1
  105. package/src/sap/ui/mdc/valuehelp/base/ListContent.js +1 -1
  106. package/src/sap/ui/mdc/valuehelp/content/Bool.js +1 -1
  107. package/src/sap/ui/mdc/valuehelp/content/Conditions.js +1 -1
  108. package/src/sap/ui/mdc/valuehelp/content/FixedList.js +1 -1
  109. package/src/sap/ui/mdc/valuehelp/content/FixedListItem.js +1 -1
  110. package/src/sap/ui/mdc/valuehelp/content/MDCTable.js +1 -1
  111. package/src/sap/ui/mdc/valuehelp/content/MTable.js +1 -1
@@ -22,13 +22,13 @@ sap.ui.define([
22
22
  * @namespace
23
23
  * @alias sap.ui.mdc
24
24
  * @author SAP SE
25
- * @version 1.136.8
25
+ * @version 1.136.10
26
26
  * @since 1.80
27
27
  * @public
28
28
  */
29
29
  const thisLib = Library.init({
30
30
  apiVersion: 2,
31
- version: "1.136.8",
31
+ version: "1.136.10",
32
32
  name: "sap.ui.mdc",
33
33
  dependencies: ["sap.ui.core", "sap.m"],
34
34
  ...{
@@ -11,7 +11,7 @@ sap.ui.define(["sap/base/Log"], (Log) => {
11
11
  * @namespace Factory to access services outside of sap.ui.mdc library like for example <code>ushell</code> services.
12
12
  * @name sap.ui.mdc.link.Factory
13
13
  * @author SAP SE
14
- * @version 1.136.8
14
+ * @version 1.136.10
15
15
  * @private
16
16
  * @since 1.54.0
17
17
  */
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] Initial settings for the new control
17
17
  * @class A <code>LinkItem</code> control is used in the {@link sap.ui.mdc.Link} control to provide a navigation target.
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.136.8
19
+ * @version 1.136.10
20
20
  * @constructor
21
21
  * @public
22
22
  * @since 1.58.0
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * supposed that the properties of the item structure is not changed.
44
44
  * @extends sap.ui.core.Control
45
45
  * @author SAP SE
46
- * @version 1.136.8
46
+ * @version 1.136.10
47
47
  * @constructor
48
48
  * @private
49
49
  * @since 1.54.0
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for <code>items</code> aggregation in <code>Panel</code> control.
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.136.8
19
+ * @version 1.136.10
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.54.0
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.136.8
19
+ * @version 1.136.10
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.58.0
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.136.8
19
+ * @version 1.136.10
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.58.0
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.136.8
19
+ * @version 1.136.10
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.60.0
@@ -223,7 +223,7 @@ valuehelp.SHOWADVSEARCH=Mostrar filtros
223
223
 
224
224
  filterbar.GoBtnShortCutHint=Intro
225
225
 
226
- valuehelp.SHOWALLFILTERS=Visualizar todos los filtros
226
+ valuehelp.SHOWALLFILTERS=Mostrar todos los filtros
227
227
 
228
228
  valuehelp.REMOVEALLTOKEN=Eliminar todo
229
229
 
@@ -330,7 +330,7 @@ chart.TOOLBAR_ZOOM_IN=Ampliar
330
330
  chart.TOOLBAR_ZOOM_OUT=Reducir
331
331
  chart.CHART_DRILLDOWN_TITLE=Ver por
332
332
  chart.CHART_DRILLDOWN_SEARCH=B\u00FAsqueda en dimensiones
333
- chart.LEGENDBTN_TOOLTIP=Visualizar/suprimir leyenda
333
+ chart.LEGENDBTN_TOOLTIP=Visualizar/ocultar leyenda
334
334
  chart.LEGENDBTN_TEXT=Visualizar/suprimir leyenda
335
335
  chart.NO_DATA=No hay datos disponibles
336
336
  chart.NO_CHART_TYPES_AVAILABLE=No hay tipos de gr\u00E1fico disponibles
@@ -275,7 +275,7 @@ p13nDialog.GROUPMODE_VISIBLE_ACTIVE=Visible et actif
275
275
  p13nDialog.GROUPMODE_ALL=Tout
276
276
  p13nDialog.GROUPMODE_MANDATORY=Obligatoire
277
277
  p13nDialog.FILTER_DEFAULT_GROUP=Informations de base
278
- p13nDialog.LIST_VIEW_COLUMN=Filtre
278
+ p13nDialog.LIST_VIEW_COLUMN=Filtrer
279
279
  p13nDialog.LIST_VIEW_ACTIVE=Actif
280
280
  p13nDialog.VIEW_SWITCH=Changement de vue
281
281
  p13nDialog.ADAPT_FILTER_SEARCH=Rechercher des filtres
@@ -290,7 +290,7 @@ p13nDialog.TAB_Chart=Diagramme
290
290
  p13nDialog.HEADER_COUNT=({0}/{1})
291
291
 
292
292
 
293
- filter.PERSONALIZATION_DIALOG_TITLE=Filtre
293
+ filter.PERSONALIZATION_DIALOG_TITLE=Filtrer
294
294
  filter.AdaptationFilterBar_FIELD_COLUMN=Zone
295
295
  filter.AdaptationFilterBar_FIELD_VALUE_COLUMN=Valeur
296
296
 
@@ -95,7 +95,7 @@ filterbar.ADAPT_OK=Masuk
95
95
 
96
96
  filterbar.FILTERSEARCH=Cari Filter
97
97
 
98
- filterbar.REQUIRED_FILTER_VALUE_MISSING={0} adalah bidang wajib.
98
+ filterbar.REQUIRED_FILTER_VALUE_MISSING={0} adalah bidang yang wajib diisi.
99
99
  filterbar.REQUIRED_CONDITION_MISSING=Masukkan nilai di semua bidang wajib.
100
100
  filterbar.VALIDATION_ERROR=Anda telah memasukkan data yang tidak sesuai atau tidak valid dalam satu atau beberapa bidang.\n Perbaiki kesalahan sebelum melanjutkan pencarian.
101
101
 
@@ -106,8 +106,8 @@ filterbar.ADAPT_RESTORE=Kembalikan
106
106
  filterbar.ADAPT_TITLE=Adaptasikan Filter
107
107
  filterbar.ADAPT_SHOW_VISIBLE=Tampilkan yang Terlihat
108
108
  filterbar.ADAPT_MOVE_TO_TOP=Pindahkan ke Teratas
109
- filterbar.ADAPT_MOVE_UP=Naikkan
110
- filterbar.ADAPT_MOVE_DOWN=Turunkan
109
+ filterbar.ADAPT_MOVE_UP=Pindahkan ke Atas
110
+ filterbar.ADAPT_MOVE_DOWN=Pindahkan ke Bawah
111
111
  filterbar.ADAPT_MOVE_TO_BOTTOM=Pindahkan ke Terbawah
112
112
  filterbar.ADAPT_INFO_TOOLBAR=Filter Terlihat\:
113
113
  filterbar.ADAPT_LIST_VIEW=Tampilan Daftar
@@ -207,7 +207,7 @@ valuehelp.SELECTFROMLIST.TokenizerTitleNoCount=Tidak Ada Item Terpilih
207
207
 
208
208
  valuehelp.DEFINECONDITIONS.TokenizerTitle=Ketentuan ({0})
209
209
 
210
- valuehelp.DEFINECONDITIONS.TokenizerTitleNoCount=Tidak Ada Ketentuan yang Dimasukkan
210
+ valuehelp.DEFINECONDITIONS.TokenizerTitleNoCount=Tidak Ada Kondisi yang Dimasukkan
211
211
 
212
212
  valuehelp.VALUE_NOT_EXIST=Nilai "{0}" tidak ada.
213
213
 
@@ -264,8 +264,8 @@ p13nDialog.SHOW_VISIBLE=Tampilkan yang Terlihat
264
264
  p13nDialog.SHOW_SELECTED=Tampilkan yang Dipilih
265
265
  p13nDialog.SHOW_ALL=Tampilkan Semua
266
266
  p13nDialog.MOVE_TO_TOP=Pindahkan ke Teratas
267
- p13nDialog.MOVE_UP=Naikkan
268
- p13nDialog.MOVE_DOWN=Turunkan
267
+ p13nDialog.MOVE_UP=Pindahkan ke Atas
268
+ p13nDialog.MOVE_DOWN=Pindahkan ke Bawah
269
269
  p13nDialog.MOVE_TO_BOTTOM=Pindahkan ke Terbawah
270
270
  p13nDialog.REORDER=Urutkan Ulang
271
271
  p13nDialog.SELECT=Pilih
@@ -298,8 +298,8 @@ sort.PERSONALIZATION_DIALOG_TITLE=Urutkan
298
298
  sort.PERSONALIZATION_DIALOG_INFO_TOOLBAR=Entitas Terpilih\:
299
299
  sort.PERSONALIZATION_DIALOG_COLUMN_DESCRIPTION=Urutkan Berdasarkan
300
300
  sort.PERSONALIZATION_DIALOG_COLUMN_SORTORDER=Urutkan Urutan
301
- sort.PERSONALIZATION_DIALOG_OPTION_ASCENDING=Naik
302
- sort.PERSONALIZATION_DIALOG_OPTION_DESCENDING=Turun
301
+ sort.PERSONALIZATION_DIALOG_OPTION_ASCENDING=Urutan Naik
302
+ sort.PERSONALIZATION_DIALOG_OPTION_DESCENDING=Urutan Turun
303
303
  sort.PERSONALIZATION_DIALOG_OPTION_NONE=(tidak ada)
304
304
 
305
305
  group.PERSONALIZATION_DIALOG_TITLE=Grup
@@ -290,7 +290,7 @@ p13nDialog.TAB_Chart=Gr\u00E1fico
290
290
  p13nDialog.HEADER_COUNT=({0}/{1})
291
291
 
292
292
 
293
- filter.PERSONALIZATION_DIALOG_TITLE=Filtro
293
+ filter.PERSONALIZATION_DIALOG_TITLE=Filtrar
294
294
  filter.AdaptationFilterBar_FIELD_COLUMN=Campo
295
295
  filter.AdaptationFilterBar_FIELD_VALUE_COLUMN=Valor
296
296
 
@@ -221,7 +221,7 @@ valuehelp.HIDEADVSEARCH=\u0421\u043A\u0440\u044B\u0442\u044C \u0444\u0438\u043B\
221
221
 
222
222
  valuehelp.SHOWADVSEARCH=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0444\u0438\u043B\u044C\u0442\u0440\u044B
223
223
 
224
- filterbar.GoBtnShortCutHint=\u0412\u0432\u043E\u0434
224
+ filterbar.GoBtnShortCutHint=Enter
225
225
 
226
226
  valuehelp.SHOWALLFILTERS=\u041F\u043E\u043A\u0430\u0437\u0430\u0442\u044C \u0432\u0441\u0435 \u0444\u0438\u043B\u044C\u0442\u0440\u044B
227
227
 
@@ -259,7 +259,7 @@ p13nDialog.VIEW_SETTINGS=Nastavitve pogleda
259
259
  p13nDialog.RESET=Ponastavi
260
260
  p13nDialog.OK=V redu
261
261
  p13nDialog.CANCEL=Prekli\u010Di
262
- p13nDialog.rtaAddTooltip=Ustvarjenje polja po meri, povezave ali logike
262
+ p13nDialog.rtaAddTooltip=Kreiranje polja po meri, povezave ali logike
263
263
  p13nDialog.SHOW_VISIBLE=Prika\u017Ei vidne
264
264
  p13nDialog.SHOW_SELECTED=Prika\u017Ei izbrane
265
265
  p13nDialog.SHOW_ALL=Prika\u017Ei vse
@@ -163,9 +163,9 @@ valuehelp.RESET=Thi\u00EA\u0301t l\u00E2\u0323p la\u0323i
163
163
 
164
164
  valuehelp.DEFINECONDITIONS_REMOVECONDITION=Loa\u0323i bo\u0309 \u0111i\u00EA\u0300u ki\u00EA\u0323n
165
165
 
166
- valuehelp.DEFINECONDITIONS_REMOVECONDITION_ANNOUNCE=Loa\u0323i bo\u0309 \u0111i\u00EA\u0300u ki\u00EA\u0323n
166
+ valuehelp.DEFINECONDITIONS_REMOVECONDITION_ANNOUNCE=\u0110\u00E3 loa\u0323i bo\u0309 \u0111i\u00EA\u0300u ki\u1EC7n
167
167
 
168
- valuehelp.DEFINECONDITIONS_ADDCONDITION_ANNOUNCE=\u0110i\u00EA\u0300u ki\u00EA\u0323n \u0111a\u0303 th\u00EAm va\u0300o
168
+ valuehelp.DEFINECONDITIONS_ADDCONDITION_ANNOUNCE=\u0110\u00E3 th\u00EAm \u0111i\u1EC1u ki\u1EC7n
169
169
 
170
170
  valuehelp.DEFINECONDITIONS_ADDCONDITION=Th\u00EAm
171
171
 
@@ -221,7 +221,7 @@ valuehelp.HIDEADVSEARCH=\u9690\u85CF\u8FC7\u6EE4\u5668
221
221
 
222
222
  valuehelp.SHOWADVSEARCH=\u663E\u793A\u8FC7\u6EE4\u5668
223
223
 
224
- filterbar.GoBtnShortCutHint=Enter
224
+ filterbar.GoBtnShortCutHint=\u56DE\u8F66
225
225
 
226
226
  valuehelp.SHOWALLFILTERS=\u663E\u793A\u6240\u6709\u8FC7\u6EE4\u5668
227
227
 
@@ -221,7 +221,7 @@ valuehelp.HIDEADVSEARCH=\u96B1\u85CF\u7BE9\u9078
221
221
 
222
222
  valuehelp.SHOWADVSEARCH=\u986F\u793A\u7BE9\u9078
223
223
 
224
- filterbar.GoBtnShortCutHint=Enter
224
+ filterbar.GoBtnShortCutHint=\u9032\u5165
225
225
 
226
226
  valuehelp.SHOWALLFILTERS=\u986F\u793A\u6240\u6709\u7BE9\u9078
227
227
 
@@ -32,7 +32,7 @@ sap.ui.define(
32
32
  *
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.136.8
35
+ * @version 1.136.10
36
36
  * @alias sap.ui.mdc.mixin.AdaptationMixin
37
37
  * @namespace
38
38
  * @since 1.82.0
@@ -59,7 +59,7 @@ sap.ui.define(["sap/ui/mdc/util/loadModules", "sap/base/Log", "sap/ui/mdc/BaseDe
59
59
  * </ul>
60
60
  *
61
61
  * @author SAP SE
62
- * @version 1.136.8
62
+ * @version 1.136.10
63
63
  * @alias sap.ui.mdc.mixin.DelegateMixin
64
64
  * @namespace
65
65
  * @since 1.76.0
@@ -43,7 +43,7 @@ sap.ui.define([
43
43
  * </ul>
44
44
  *
45
45
  * @author SAP SE
46
- * @version 1.136.8
46
+ * @version 1.136.10
47
47
  * @alias sap.ui.mdc.mixin.FilterIntegrationMixin
48
48
  * @namespace
49
49
  * @since 1.82.0
@@ -12,7 +12,7 @@ sap.ui.define(
12
12
  * Calling any of the enhanced methods after control exit will result in a no-op.
13
13
  *
14
14
  * @author SAP SE
15
- * @version 1.136.8
15
+ * @version 1.136.10
16
16
  * @alias sap.ui.mdc.mixin.PromiseMixin
17
17
  * @namespace
18
18
  * @since 1.85.0
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * </ul>
40
40
  *
41
41
  * @author SAP SE
42
- * @version 1.136.8
42
+ * @version 1.136.10
43
43
  * @alias sap.ui.mdc.mixin.PropertyHelperMixin
44
44
  * @namespace
45
45
  * @since 1.100.0
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * </ul>
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.136.8
50
+ * @version 1.136.10
51
51
  * @public
52
52
  * @since 1.114.0
53
53
  * @namespace
@@ -47,7 +47,7 @@ sap.ui.define([
47
47
  * </ul>
48
48
  *
49
49
  * @author SAP SE
50
- * @version 1.136.8
50
+ * @version 1.136.10
51
51
  * @public
52
52
  * @since 1.114.0
53
53
  * @namespace
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.mdc.util.PropertyHelper
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.136.8
26
+ * @version 1.136.10
27
27
  *
28
28
  * @private
29
29
  * @since 1.85
@@ -532,14 +532,19 @@ sap.ui.define([
532
532
 
533
533
  ChartItemPanel.prototype._handleActivated = function(oHoveredItem) {
534
534
  const oItem = this._getModelItemByTableItem(oHoveredItem);
535
- if (oItem && oItem.template) {
535
+ if (this._oHoveredItem !== oHoveredItem || (oItem && oItem.template)) {
536
536
  this.removeMoveButtons();
537
537
  }
538
+ if (this._oHoveredItem === oHoveredItem) {
539
+ return;
540
+ }
538
541
 
539
542
  this._oHoveredItem = oHoveredItem;
540
- this._updateEnableOfMoveButtons(oHoveredItem, false);
541
- this._addMoveButtons(oHoveredItem);
542
- this._setMoveButtonVisibility(true);
543
+ if (!oItem || !oItem.template) {
544
+ this._updateEnableOfMoveButtons(oHoveredItem, false);
545
+ this._addMoveButtons(oHoveredItem);
546
+ this._setMoveButtonVisibility(true);
547
+ }
543
548
 
544
549
  };
545
550
 
@@ -641,13 +646,13 @@ sap.ui.define([
641
646
 
642
647
  if (oTableItem.getCells && oTableItem.getCells() && (oTableItem.getCells().length === 2 || oTableItem.getCells().length === 3) && !bIgnore) {
643
648
  if (this._bMobileMode) {
644
- oTableItem.getCells()[1].insertItem(this._getMoveDownButton(), 0);
645
649
  oTableItem.getCells()[1].insertItem(this._getMoveUpButton(), 0);
650
+ oTableItem.getCells()[1].insertItem(this._getMoveDownButton(), 1);
646
651
  } else {
647
- oTableItem.getCells()[2].insertItem(this._getMoveBottomButton(), 0);
648
- oTableItem.getCells()[2].insertItem(this._getMoveDownButton(), 0);
649
- oTableItem.getCells()[2].insertItem(this._getMoveUpButton(), 0);
650
652
  oTableItem.getCells()[2].insertItem(this._getMoveTopButton(), 0);
653
+ oTableItem.getCells()[2].insertItem(this._getMoveUpButton(), 1);
654
+ oTableItem.getCells()[2].insertItem(this._getMoveDownButton(), 2);
655
+ oTableItem.getCells()[2].insertItem(this._getMoveBottomButton(), 3);
651
656
  }
652
657
 
653
658
  }
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.mdc.p13n.subcontroller.SelectionController
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.136.8
25
+ * @version 1.136.10
26
26
  *
27
27
  * @private
28
28
  * @alias sap.ui.mdc.p13n.subcontroller.ColumnFreezeController
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @extends sap.ui.mdc.p13n.subcontroller.SelectionController
23
23
  *
24
24
  * @author SAP SE
25
- * @version 1.136.8
25
+ * @version 1.136.10
26
26
  *
27
27
  * @private
28
28
  * @alias sap.ui.mdc.p13n.subcontroller.ShowDetailsController
@@ -412,10 +412,6 @@ sap.ui.define([
412
412
  if (this._oTemplateClone.setWrapping) {
413
413
  this._oTemplateClone.setWrapping(false);
414
414
  }
415
-
416
- if (this._oTemplateClone.setRenderWhitespace) {
417
- this._oTemplateClone.setRenderWhitespace(false);
418
- }
419
415
  }
420
416
  }
421
417
 
@@ -433,10 +429,6 @@ sap.ui.define([
433
429
  if (this._oCreationTemplateClone.setWrapping) {
434
430
  this._oCreationTemplateClone.setWrapping(false);
435
431
  }
436
-
437
- if (this._oCreationTemplateClone.setRenderWhitespace) {
438
- this._oCreationTemplateClone.setRenderWhitespace(false);
439
- }
440
432
  }
441
433
  }
442
434
 
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  *
18
18
  * @class The table type info class for the metadata-driven table.
19
19
  * @extends sap.ui.core.Element
20
- * @version 1.136.8
20
+ * @version 1.136.10
21
21
  * @author SAP SE
22
22
  * @constructor
23
23
  * @public
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * {@link sap.ui.mdc.table.Column#getCreationTemplate creationTemplate} aggregation of the {@link sap.ui.mdc.table.Column}.
20
20
  * @extends sap.ui.core.Element
21
21
  * @author SAP SE
22
- * @version 1.136.8
22
+ * @version 1.136.10
23
23
  * @constructor
24
24
  * @private
25
25
  * @ui5-restricted sap.fe
@@ -23,7 +23,7 @@ sap.ui.define(["sap/ui/core/dnd/DragDropBase",
23
23
  *
24
24
  * @extends sap.ui.core.dnd.DragDropBase
25
25
  * @author SAP SE
26
- * @version 1.136.8
26
+ * @version 1.136.10
27
27
  *
28
28
  * @public
29
29
  * @since 1.119
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @extends sap.ui.mdc.util.PropertyHelper
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.136.8
35
+ * @version 1.136.10
36
36
  *
37
37
  * @private
38
38
  * @since 1.83
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  *
18
18
  * @class The table type info class for the metadata-driven table.
19
19
  * @extends sap.ui.mdc.table.ColumnSettings
20
- * @version 1.136.8
20
+ * @version 1.136.10
21
21
  * @author SAP SE
22
22
  * @constructor
23
23
  * @public
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * The <code>RowActionItem</code> control represents a action for a row.
21
21
  * This control can only be used in the context of <code>sap.ui.mdc.Table</code> control to define row actions.
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.136.8
23
+ * @version 1.136.10
24
24
  *
25
25
  * @constructor
26
26
  * @public
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * The <code>RowSettings</code> control is used to configure a row.
22
22
  * This control can only be used in the context of the <code>sap.ui.mdc.Table</code> control to define row settings.
23
23
  * @extends sap.ui.core.Element
24
- * @version 1.136.8
24
+ * @version 1.136.10
25
25
  *
26
26
  * @constructor
27
27
  * @public
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.mdc.table.PropertyHelper
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.136.8
28
+ * @version 1.136.10
29
29
  *
30
30
  * @private
31
31
  * @since 1.85
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  * P13n utilities.
18
18
  *
19
19
  * @author SAP SE
20
- * @version 1.136.8
20
+ * @version 1.136.10
21
21
  * @namespace
22
22
  * @alias sap.ui.mdc.table.utils.Personalization
23
23
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.136.8
19
+ * @version 1.136.10
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.120
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.136.8
19
+ * @version 1.136.10
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.120
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] initial settings for the new control
17
17
  * @class Type for...
18
18
  * @extends sap.ui.core.Element
19
- * @version 1.136.8
19
+ * @version 1.136.10
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.120
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @class The <code>InfoBar</code> control provides an easy way of displaying filter information inside an <code>sap.ui.mdc.Chart</code> and an <code>sap.ui.mdc.Table</code>.
25
25
  * @extends sap.ui.core.Control
26
26
  * @author SAP SE
27
- * @version 1.136.8
27
+ * @version 1.136.10
28
28
  * @constructor
29
29
  * @private
30
30
  * @ui5-restricted sap.ui.mdc
@@ -45,7 +45,7 @@ sap.ui.define(
45
45
  * Destroying the cache will cancel all registered promises and delete references. Convenience methods for promise creation, wrapping and replacement are offered.
46
46
  *
47
47
  * @author SAP SE
48
- * @version 1.136.8
48
+ * @version 1.136.10
49
49
  * @alias sap.ui.mdc.util.PromiseCache
50
50
  * @since 1.85.0
51
51
  * @private
@@ -578,7 +578,7 @@ sap.ui.define([
578
578
  * @extends sap.ui.base.Object
579
579
  *
580
580
  * @author SAP SE
581
- * @version 1.136.8
581
+ * @version 1.136.10
582
582
  *
583
583
  * @private
584
584
  * @since 1.83
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * Provides validation functions for checking the (required) usage of the PropertyHelper.
22
22
  *
23
23
  * @author SAP SE
24
- * @version 1.136.8
24
+ * @version 1.136.10
25
25
  * @alias sap.ui.mdc.util.PropertyHelperUtil
26
26
  * @namespace
27
27
  * @since 1.132.0
@@ -68,7 +68,7 @@ sap.ui.define([
68
68
  * @param {object} [mSettings] Initial settings for the new control
69
69
  * @class Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element showing a dialog.
70
70
  * @extends sap.ui.mdc.valuehelp.base.Container
71
- * @version 1.136.8
71
+ * @version 1.136.10
72
72
  * @constructor
73
73
  * @public
74
74
  * @since 1.95.0
@@ -39,7 +39,7 @@ sap.ui.define(
39
39
  * <b>Note:</b> The <code>FilterBar</code> can only be used for a {@link sap.ui.mdc.valuehelp.Dialog Dialog} and not on its own.
40
40
  * @extends sap.ui.mdc.filterbar.FilterBarBase
41
41
  * @author SAP SE
42
- * @version 1.136.8
42
+ * @version 1.136.10
43
43
  * @constructor
44
44
  * @public
45
45
  * @since 1.124.0
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * @param {object} [mSettings] Initial settings for the new control
38
38
  * @class Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element showing a popover.
39
39
  * @extends sap.ui.mdc.valuehelp.base.Container
40
- * @version 1.136.8
40
+ * @version 1.136.10
41
41
  * @constructor
42
42
  *
43
43
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @param {object} [mSettings] Initial settings for the new element
27
27
  * @class Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element.
28
28
  * @extends sap.ui.core.Element
29
- * @version 1.136.8
29
+ * @version 1.136.10
30
30
  * @constructor
31
31
  * @abstract
32
32
  *
@@ -36,7 +36,7 @@ sap.ui.define([
36
36
  * @param {object} [mSettings] Initial settings for the new element
37
37
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element.
38
38
  * @extends sap.ui.core.Element
39
- * @version 1.136.8
39
+ * @version 1.136.10
40
40
  * @constructor
41
41
  * @abstract
42
42
  *
@@ -121,7 +121,7 @@ sap.ui.define([
121
121
  * @extends sap.ui.core.Control
122
122
  *
123
123
  * @author SAP SE
124
- * @version 1.136.8
124
+ * @version 1.136.10
125
125
  *
126
126
  * @constructor
127
127
  * @alias sap.ui.mdc.valuehelp.base.DefineConditionPanel
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @param {object} [mSettings] Initial settings for the new control
21
21
  * @class Content for the <code>sap.ui.mdc.valuehelp.content.Dialog</code> element.
22
22
  * @extends sap.ui.core.Control
23
- * @version 1.136.8
23
+ * @version 1.136.10
24
24
  * @constructor
25
25
  * @private
26
26
  * @ui5-restricted sap.ui.mdc