@openui5/sap.ui.mdc 1.136.0 → 1.136.2

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 (156) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +4 -4
  3. package/src/sap/ui/mdc/.library +1 -1
  4. package/src/sap/ui/mdc/ActionToolbar.js +5 -5
  5. package/src/sap/ui/mdc/Chart.js +1 -1
  6. package/src/sap/ui/mdc/Control.js +1 -1
  7. package/src/sap/ui/mdc/DefaultTypeMap.js +1 -1
  8. package/src/sap/ui/mdc/Element.js +1 -1
  9. package/src/sap/ui/mdc/Field.js +2 -2
  10. package/src/sap/ui/mdc/FilterBar.js +1 -1
  11. package/src/sap/ui/mdc/FilterField.js +2 -2
  12. package/src/sap/ui/mdc/Link.js +1 -1
  13. package/src/sap/ui/mdc/MultiValueField.js +1 -1
  14. package/src/sap/ui/mdc/Table.js +9 -0
  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 +7 -11
  35. package/src/sap/ui/mdc/field/FieldInfoBase.js +1 -1
  36. package/src/sap/ui/mdc/field/FieldInput.js +1 -1
  37. package/src/sap/ui/mdc/field/FieldInputRenderUtil.js +1 -1
  38. package/src/sap/ui/mdc/field/FieldMultiInput.js +9 -3
  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/i18n/interaction_ar.xml +32 -0
  53. package/src/sap/ui/mdc/i18n/interaction_bg.xml +32 -0
  54. package/src/sap/ui/mdc/i18n/interaction_ca.xml +32 -0
  55. package/src/sap/ui/mdc/i18n/interaction_cnr.xml +32 -0
  56. package/src/sap/ui/mdc/i18n/interaction_cs.xml +32 -0
  57. package/src/sap/ui/mdc/i18n/interaction_cy.xml +32 -0
  58. package/src/sap/ui/mdc/i18n/interaction_da.xml +32 -0
  59. package/src/sap/ui/mdc/i18n/interaction_de.xml +32 -0
  60. package/src/sap/ui/mdc/i18n/interaction_el.xml +32 -0
  61. package/src/sap/ui/mdc/i18n/interaction_en.xml +32 -0
  62. package/src/sap/ui/mdc/i18n/interaction_en_GB.xml +32 -0
  63. package/src/sap/ui/mdc/i18n/interaction_en_US_saprigi.xml +32 -0
  64. package/src/sap/ui/mdc/i18n/interaction_es.xml +32 -0
  65. package/src/sap/ui/mdc/i18n/interaction_es_MX.xml +32 -0
  66. package/src/sap/ui/mdc/i18n/interaction_et.xml +32 -0
  67. package/src/sap/ui/mdc/i18n/interaction_fi.xml +32 -0
  68. package/src/sap/ui/mdc/i18n/interaction_fr.xml +32 -0
  69. package/src/sap/ui/mdc/i18n/interaction_fr_CA.xml +32 -0
  70. package/src/sap/ui/mdc/i18n/interaction_hi.xml +32 -0
  71. package/src/sap/ui/mdc/i18n/interaction_hr.xml +32 -0
  72. package/src/sap/ui/mdc/i18n/interaction_hu.xml +32 -0
  73. package/src/sap/ui/mdc/i18n/interaction_id.xml +32 -0
  74. package/src/sap/ui/mdc/i18n/interaction_it.xml +32 -0
  75. package/src/sap/ui/mdc/i18n/interaction_iw.xml +32 -0
  76. package/src/sap/ui/mdc/i18n/interaction_ja.xml +32 -0
  77. package/src/sap/ui/mdc/i18n/interaction_kk.xml +32 -0
  78. package/src/sap/ui/mdc/i18n/interaction_ko.xml +32 -0
  79. package/src/sap/ui/mdc/i18n/interaction_lt.xml +32 -0
  80. package/src/sap/ui/mdc/i18n/interaction_lv.xml +32 -0
  81. package/src/sap/ui/mdc/i18n/interaction_mk.xml +32 -0
  82. package/src/sap/ui/mdc/i18n/interaction_ms.xml +32 -0
  83. package/src/sap/ui/mdc/i18n/interaction_nl.xml +32 -0
  84. package/src/sap/ui/mdc/i18n/interaction_no.xml +32 -0
  85. package/src/sap/ui/mdc/i18n/interaction_pl.xml +32 -0
  86. package/src/sap/ui/mdc/i18n/interaction_pt.xml +32 -0
  87. package/src/sap/ui/mdc/i18n/interaction_pt_PT.xml +32 -0
  88. package/src/sap/ui/mdc/i18n/interaction_ro.xml +32 -0
  89. package/src/sap/ui/mdc/i18n/interaction_ru.xml +32 -0
  90. package/src/sap/ui/mdc/i18n/interaction_sh.xml +32 -0
  91. package/src/sap/ui/mdc/i18n/interaction_sk.xml +32 -0
  92. package/src/sap/ui/mdc/i18n/interaction_sl.xml +32 -0
  93. package/src/sap/ui/mdc/i18n/interaction_sr.xml +32 -0
  94. package/src/sap/ui/mdc/i18n/interaction_sv.xml +32 -0
  95. package/src/sap/ui/mdc/i18n/interaction_th.xml +32 -0
  96. package/src/sap/ui/mdc/i18n/interaction_tr.xml +32 -0
  97. package/src/sap/ui/mdc/i18n/interaction_uk.xml +32 -0
  98. package/src/sap/ui/mdc/i18n/interaction_vi.xml +32 -0
  99. package/src/sap/ui/mdc/i18n/interaction_zh_CN.xml +32 -0
  100. package/src/sap/ui/mdc/i18n/interaction_zh_TW.xml +32 -0
  101. package/src/sap/ui/mdc/library.js +2 -2
  102. package/src/sap/ui/mdc/link/Factory.js +1 -1
  103. package/src/sap/ui/mdc/link/LinkItem.js +1 -1
  104. package/src/sap/ui/mdc/link/Panel.js +1 -1
  105. package/src/sap/ui/mdc/link/PanelItem.js +1 -1
  106. package/src/sap/ui/mdc/link/SemanticObjectMapping.js +1 -1
  107. package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +1 -1
  108. package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +1 -1
  109. package/src/sap/ui/mdc/messagebundle_ar.properties +4 -4
  110. package/src/sap/ui/mdc/messagebundle_es.properties +1 -1
  111. package/src/sap/ui/mdc/messagebundle_id.properties +4 -4
  112. package/src/sap/ui/mdc/messagebundle_ja.properties +1 -1
  113. package/src/sap/ui/mdc/mixin/AdaptationMixin.js +1 -1
  114. package/src/sap/ui/mdc/mixin/DelegateMixin.js +1 -1
  115. package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +1 -1
  116. package/src/sap/ui/mdc/mixin/PromiseMixin.js +1 -1
  117. package/src/sap/ui/mdc/mixin/PropertyHelperMixin.js +1 -1
  118. package/src/sap/ui/mdc/odata/TypeMap.js +1 -1
  119. package/src/sap/ui/mdc/odata/v4/TypeMap.js +1 -1
  120. package/src/sap/ui/mdc/p13n/PropertyHelper.js +1 -1
  121. package/src/sap/ui/mdc/p13n/panels/ActionToolbarPanel.js +1 -1
  122. package/src/sap/ui/mdc/p13n/subcontroller/ActionToolbarController.js +1 -1
  123. package/src/sap/ui/mdc/p13n/subcontroller/ColumnFreezeController.js +1 -1
  124. package/src/sap/ui/mdc/p13n/subcontroller/FilterController.js +2 -2
  125. package/src/sap/ui/mdc/p13n/subcontroller/ShowDetailsController.js +1 -1
  126. package/src/sap/ui/mdc/table/ColumnSettings.js +1 -1
  127. package/src/sap/ui/mdc/table/CreationRow.js +1 -1
  128. package/src/sap/ui/mdc/table/DragDropConfig.js +1 -1
  129. package/src/sap/ui/mdc/table/PropertyHelper.js +1 -1
  130. package/src/sap/ui/mdc/table/ResponsiveColumnSettings.js +1 -1
  131. package/src/sap/ui/mdc/table/RowActionItem.js +1 -1
  132. package/src/sap/ui/mdc/table/RowSettings.js +1 -1
  133. package/src/sap/ui/mdc/table/V4AnalyticsPropertyHelper.js +1 -1
  134. package/src/sap/ui/mdc/table/utils/Personalization.js +1 -1
  135. package/src/sap/ui/mdc/ushell/SemanticObjectMapping.js +1 -1
  136. package/src/sap/ui/mdc/ushell/SemanticObjectMappingItem.js +1 -1
  137. package/src/sap/ui/mdc/ushell/SemanticObjectUnavailableAction.js +1 -1
  138. package/src/sap/ui/mdc/util/InfoBar.js +1 -1
  139. package/src/sap/ui/mdc/util/PromiseCache.js +1 -1
  140. package/src/sap/ui/mdc/util/PropertyHelper.js +1 -1
  141. package/src/sap/ui/mdc/util/PropertyHelperUtil.js +1 -1
  142. package/src/sap/ui/mdc/valuehelp/Dialog.js +1 -1
  143. package/src/sap/ui/mdc/valuehelp/FilterBar.js +1 -1
  144. package/src/sap/ui/mdc/valuehelp/Popover.js +1 -1
  145. package/src/sap/ui/mdc/valuehelp/base/Container.js +1 -1
  146. package/src/sap/ui/mdc/valuehelp/base/Content.js +1 -1
  147. package/src/sap/ui/mdc/valuehelp/base/DefineConditionPanel.js +1 -1
  148. package/src/sap/ui/mdc/valuehelp/base/DialogTab.js +1 -1
  149. package/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +1 -1
  150. package/src/sap/ui/mdc/valuehelp/base/ListContent.js +1 -1
  151. package/src/sap/ui/mdc/valuehelp/content/Bool.js +1 -1
  152. package/src/sap/ui/mdc/valuehelp/content/Conditions.js +1 -1
  153. package/src/sap/ui/mdc/valuehelp/content/FixedList.js +1 -1
  154. package/src/sap/ui/mdc/valuehelp/content/FixedListItem.js +1 -1
  155. package/src/sap/ui/mdc/valuehelp/content/MDCTable.js +1 -1
  156. package/src/sap/ui/mdc/valuehelp/content/MTable.js +1 -1
package/THIRDPARTY.txt CHANGED
@@ -462,7 +462,7 @@ License: Apache-2.0
462
462
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
463
463
  Contained in: lib/jsdoc/ui5/plugin.js
464
464
 
465
- Component: SAP Theming Base Content, version: 11.29.1
465
+ Component: SAP Theming Base Content, version: 11.31.0
466
466
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
467
467
  License: Apache-2.0
468
468
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/sap.ui.mdc",
3
- "version": "1.136.0",
3
+ "version": "1.136.2",
4
4
  "description": "OpenUI5 UI Library sap.ui.mdc",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,8 +14,8 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "dependencies": {
17
- "@openui5/sap.m": "1.136.0",
18
- "@openui5/sap.ui.core": "1.136.0",
19
- "@openui5/sap.ui.layout": "1.136.0"
17
+ "@openui5/sap.m": "1.136.2",
18
+ "@openui5/sap.ui.core": "1.136.2",
19
+ "@openui5/sap.ui.layout": "1.136.2"
20
20
  }
21
21
  }
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.136.0</version>
9
+ <version>1.136.2</version>
10
10
 
11
11
  <documentation>UI5 library: sap.ui.mdc</documentation>
12
12
 
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * The content aggregation of the control must not be used.
34
34
  * @extends sap.m.OverflowToolbar
35
35
  * @author SAP SE
36
- * @version 1.136.0
36
+ * @version 1.136.2
37
37
  * @constructor
38
38
  * @since 1.58
39
39
  * @private
@@ -432,14 +432,14 @@ sap.ui.define([
432
432
  ActionToolbar.prototype.initPropertyHelper = async function() {
433
433
  const aProperties = await Promise.all(this.getActions().map(async (oAction) => {
434
434
  const oDesignTime = await oAction.getAction().getMetadata().loadDesignTime(oAction);
435
- const bEnabled = this._getEnabledFromDesignTime(oDesignTime);
435
+ const vEnabled = this._getEnabledFromDesignTime(oDesignTime);
436
436
 
437
437
  return {
438
438
  name: oAction.getId(),
439
439
  alignment: oAction.getLayoutInformation().alignment,
440
440
  label: oAction.getLabel(),
441
441
  visible: true,
442
- enabled: bEnabled
442
+ enabled: vEnabled
443
443
  };
444
444
  }));
445
445
 
@@ -458,11 +458,11 @@ sap.ui.define([
458
458
  }
459
459
 
460
460
  if (oDesignTime.actions.reveal === null) {
461
- return false;
461
+ return "visibility";
462
462
  }
463
463
 
464
464
  if (oDesignTime.actions.remove === null) {
465
- return false;
465
+ return "visibility";
466
466
  }
467
467
 
468
468
  return true;
@@ -79,7 +79,7 @@ sap.ui.define([
79
79
  * @extends sap.ui.mdc.Control
80
80
  * @borrows sap.ui.mdc.mixin.FilterIntegrationMixin.rebind as #rebind
81
81
  * @author SAP SE
82
- * @version 1.136.0
82
+ * @version 1.136.2
83
83
  * @constructor
84
84
  *
85
85
  * @public
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.core.Control
24
24
  * @abstract
25
25
  * @author SAP SE
26
- * @version 1.136.0
26
+ * @version 1.136.2
27
27
  * @alias sap.ui.mdc.Control
28
28
  *
29
29
  * @borrows sap.ui.mdc.mixin.DelegateMixin.awaitControlDelegate as #awaitControlDelegate
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * </ul>
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.136.0
32
+ * @version 1.136.2
33
33
  * @public
34
34
  * @since 1.114.0
35
35
  * @namespace
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.core.Element
24
24
  * @abstract
25
25
  * @author SAP SE
26
- * @version 1.136.0
26
+ * @version 1.136.2
27
27
  * @alias sap.ui.mdc.Element
28
28
  *
29
29
  * @borrows sap.ui.mdc.mixin.DelegateMixin.awaitControlDelegate as #awaitControlDelegate
@@ -54,13 +54,13 @@ sap.ui.define([
54
54
  * @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent, sap.m.IOverflowToolbarContent
55
55
  *
56
56
  * @author SAP SE
57
- * @version 1.136.0
57
+ * @version 1.136.2
58
58
  *
59
59
  * @constructor
60
60
  * @alias sap.ui.mdc.Field
61
61
  * @see {@link topic:1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
62
62
  * @see {@link topic:5260b9ca249f465ab33769b9edb442aa Field Building Block (OData V4)}
63
- * @version 1.136.0
63
+ * @version 1.136.2
64
64
  * @since 1.54.0
65
65
  * @public
66
66
  */
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * The metadata information is provided via the {@link module:sap/ui/mdc/FilterBarDelegate FilterBarDelegate} implementation. This implementation has to be provided by the application.
43
43
  * @extends sap.ui.mdc.filterbar.FilterBarBase
44
44
  * @author SAP SE
45
- * @version 1.136.0
45
+ * @version 1.136.2
46
46
  * @constructor
47
47
  * @public
48
48
  * @since 1.61.0
@@ -53,13 +53,13 @@ sap.ui.define([
53
53
  * @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent, sap.m.IOverflowToolbarContent
54
54
  *
55
55
  * @author SAP SE
56
- * @version 1.136.0
56
+ * @version 1.136.2
57
57
  *
58
58
  * @constructor
59
59
  * @alias sap.ui.mdc.FilterField
60
60
  * @see {@link topic:1dd2aa91115d43409452a271d11be95b sap.ui.mdc}
61
61
  * @see {@link topic:2df783760a8e4540ad19ce5ec3ed91c8 FilterField Building Block (OData V4)}
62
- * @version 1.136.0
62
+ * @version 1.136.2
63
63
  * @since 1.48.0
64
64
  * @public
65
65
  */
@@ -71,7 +71,7 @@ sap.ui.define([
71
71
  * @extends sap.ui.mdc.field.FieldInfoBase
72
72
  *
73
73
  * @author SAP SE
74
- * @version 1.136.0
74
+ * @version 1.136.2
75
75
  *
76
76
  * @constructor
77
77
  * @alias sap.ui.mdc.Link
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @constructor
45
45
  * @alias sap.ui.mdc.MultiValueField
46
46
  * @author SAP SE
47
- * @version 1.136.0
47
+ * @version 1.136.2
48
48
  * @since 1.93.0
49
49
  *
50
50
  * @public
@@ -2733,6 +2733,7 @@ sap.ui.define([
2733
2733
  this._oQuickActionContainer.initializeQuickActions();
2734
2734
  this._oColumnHeaderMenu.detachTableSettingsPressed(this._showTableP13nDialog, this);
2735
2735
  this._oColumnHeaderMenu.attachTableSettingsPressed(oColumn, this._showTableP13nDialog, this);
2736
+ this._oColumnHeaderMenu.setShowTableSettingsButton(this._isP13nSettingVisible());
2736
2737
  this._oColumnHeaderMenu.openBy(oInnerColumn, true);
2737
2738
  PersonalizationUtils.detectUserPersonalizationCompletion(this, this._oColumnHeaderMenu);
2738
2739
  });
@@ -2742,6 +2743,14 @@ sap.ui.define([
2742
2743
  PersonalizationUtils.openSettingsDialog(this, oColumn);
2743
2744
  };
2744
2745
 
2746
+ Table.prototype._isP13nSettingVisible = function() {
2747
+ const aP13nMode = this.getActiveP13nModes();
2748
+
2749
+ // Note: 'Aggregate' does not have a p13n UI, if only 'Aggregate' is enabled no settings icon is necessary
2750
+ const bAggregateP13nOnly = aP13nMode.length === 1 && aP13nMode[0] === "Aggregate";
2751
+ return aP13nMode.length > 0 && !bAggregateP13nOnly && !this._bHideP13nButton;
2752
+ };
2753
+
2745
2754
  /**
2746
2755
  * Enable/Disable column resizing on the inner table based on <code>enableColumnResize</code> property of the MDC table
2747
2756
  *
@@ -69,7 +69,7 @@ sap.ui.define([
69
69
  * and {@link sap.ui.mdc.FilterField FilterField} controls using the <code>valueHelp</code> association. One <code>ValueHelp</code> element instance can be
70
70
  * assigned to multiple fields (like in different table rows). It should be placed in the control tree on the container holding the fields.
71
71
  * @extends sap.ui.mdc.Element
72
- * @version 1.136.0
72
+ * @version 1.136.2
73
73
  * @constructor
74
74
  * @abstract
75
75
  * @public
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * The action for an {@link sap.ui.mdc.ActionToolbar ActionToolbar} control with given layout information that determines where the wrapped control is displayed on the <code>ActionToolbar</code>.
28
28
  * @extends sap.ui.core.Control
29
29
  * @author SAP SE
30
- * @version 1.136.0
30
+ * @version 1.136.2
31
31
  * @constructor
32
32
  * @since 1.58
33
33
  * @public
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @class The <code>ChartImplementationContainer</code> creates a container for the <code>content</code> (chart) and <code>noDataContent</code>. Based on the <code>showNoDataStruct</code> the <code>content</code> or <code>noDataContent</code> will be shown.
22
22
  * @extends sap.ui.core.Control
23
23
  * @author SAP SE
24
- * @version 1.136.0
24
+ * @version 1.136.2
25
25
  * @constructor
26
26
  *
27
27
  * @public
@@ -38,7 +38,7 @@ sap.ui.define([
38
38
  * @class The <code>ChartSelectionDetails</code> control creates a <code>sap.m.SelectionDetails</code> popover based on metadata and the configuration specified.
39
39
  * @extends sap.m.SelectionDetails
40
40
  * @author SAP SE
41
- * @version 1.136.0
41
+ * @version 1.136.2
42
42
  * @constructor
43
43
  * @public
44
44
  * @experimental As of version 1.88
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @extends sap.ui.mdc.util.PropertyHelper
27
27
  *
28
28
  * @author SAP SE
29
- * @version 1.136.0
29
+ * @version 1.136.2
30
30
  *
31
31
  * @private
32
32
  * @since 1.83
@@ -49,7 +49,7 @@ sap.ui.define([
49
49
  * @namespace
50
50
  * @alias sap.ui.mdc.chart.ToolbarControlFactory
51
51
  * @author SAP SE
52
- * @version 1.136.0
52
+ * @version 1.136.2
53
53
  * @since 1.123
54
54
  * @experimental
55
55
  * @private
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  *
34
34
  * @namespace
35
35
  * @author SAP SE
36
- * @version 1.136.0
36
+ * @version 1.136.2
37
37
  * @since 1.61.0
38
38
  * @alias sap.ui.mdc.condition.Condition
39
39
  *
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  *
25
25
  * @namespace
26
26
  * @author SAP SE
27
- * @version 1.136.0
27
+ * @version 1.136.2
28
28
  * @private
29
29
  * @ui5-restricted sap.ui.mdc
30
30
  * @since 1.74.0
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @extends sap.ui.model.json.JSONModel
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.136.0
36
+ * @version 1.136.2
37
37
  * @since 1.48.0
38
38
  * @alias sap.ui.mdc.condition.ConditionModel
39
39
  *
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  *
27
27
  * @namespace
28
28
  * @author SAP SE
29
- * @version 1.136.0
29
+ * @version 1.136.2
30
30
  * @since 1.78.0
31
31
  * @alias sap.ui.mdc.condition.FilterConverter
32
32
  *
@@ -68,7 +68,7 @@ sap.ui.define([
68
68
  *
69
69
  * @namespace
70
70
  * @author SAP SE
71
- * @version 1.136.0
71
+ * @version 1.136.2
72
72
  * @since 1.73.0
73
73
  * @alias sap.ui.mdc.condition.FilterOperatorUtil
74
74
  *
@@ -136,7 +136,7 @@ sap.ui.define([
136
136
  * @param {function} [oConfiguration.getTextForCopy] Function to determine the text copied into clipboard
137
137
  * @constructor
138
138
  * @author SAP SE
139
- * @version 1.136.0
139
+ * @version 1.136.2
140
140
  * @public
141
141
  * @alias sap.ui.mdc.condition.Operator
142
142
  * @since 1.73.0
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * @extends sap.m.DynamicDateOption
52
52
  *
53
53
  * @author SAP SE
54
- * @version 1.136.0
54
+ * @version 1.136.2
55
55
  *
56
56
  * @private
57
57
  * @ui5-restricted sap.ui.mdc
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * @param {int[]|function} [oConfiguration.defaultValues] Array of values for the defaults of <code>RangeOperators</code> parameter. This can be a function, which returns the array of values. If not used the default for the values is 1.
40
40
  * @constructor
41
41
  * @author SAP SE
42
- * @version 1.136.0
42
+ * @version 1.136.2
43
43
  * @public
44
44
  * @alias sap.ui.mdc.condition.RangeOperator
45
45
  * @since 1.74.0
@@ -61,7 +61,7 @@ sap.ui.define([
61
61
  * @extends sap.ui.model.SimpleType
62
62
  *
63
63
  * @author SAP SE
64
- * @version 1.136.0
64
+ * @version 1.136.2
65
65
  *
66
66
  * @since 1.62.0
67
67
  * @public
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  *
27
27
  * @namespace
28
28
  * @author SAP SE
29
- * @version 1.136.0
29
+ * @version 1.136.2
30
30
  * @since 1.121.0
31
31
  * @alias sap.ui.mdc.field.ConditionTypeUtils
32
32
  *
@@ -54,7 +54,7 @@ sap.ui.define([
54
54
  * @extends sap.ui.model.SimpleType
55
55
  *
56
56
  * @author SAP SE
57
- * @version 1.136.0
57
+ * @version 1.136.2
58
58
  *
59
59
  * @since 1.62.0
60
60
  * @public
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @param {object} [mSettings] Initial settings for the new control
17
17
  * @class A field help used in the <code>FieldInfo</code> aggregation in <code>FieldBase</code> controls that allows you to add custom content.
18
18
  * @extends sap.ui.mdc.field.FieldInfoBase
19
- * @version 1.136.0
19
+ * @version 1.136.2
20
20
  * @constructor
21
21
  * @private
22
22
  * @ui5-restricted sap.fe
@@ -50,7 +50,7 @@ sap.ui.define([
50
50
  * @extends sap.ui.mdc.field.ConditionsType
51
51
  *
52
52
  * @author SAP SE
53
- * @version 1.136.0
53
+ * @version 1.136.2
54
54
  *
55
55
  * @since 1.96.0
56
56
  * @public
@@ -101,7 +101,7 @@ sap.ui.define([
101
101
  * @implements sap.ui.core.IFormContent, sap.ui.core.ISemanticFormContent, sap.m.IOverflowToolbarContent, sap.ui.core.ILabelable
102
102
  *
103
103
  * @author SAP SE
104
- * @version 1.136.0
104
+ * @version 1.136.2
105
105
  *
106
106
  * @constructor
107
107
  * @alias sap.ui.mdc.field.FieldBase
@@ -925,6 +925,7 @@ sap.ui.define([
925
925
  const oValueHelp = _getValueHelp.call(this);
926
926
  if (oValueHelp && oValueHelp.isOpen()) {
927
927
  oValueHelp.close();
928
+ oEvent.setMarked();
928
929
  }
929
930
  this._sFilterValue = "";
930
931
  if (this._oNavigateCondition) {
@@ -2643,11 +2644,6 @@ sap.ui.define([
2643
2644
  const _handleTypeahead = function() {
2644
2645
  if (_isFocused.call(this)) { // only if still connected and focussed
2645
2646
  const bIsFHOpen = oValueHelp.isOpen();
2646
- if (this.getMaxConditionsForHelp() === 1 && oValueHelp.getConditions().length > 0) {
2647
- // While single-suggestion no item is selected
2648
- oValueHelp.setConditions([]);
2649
- }
2650
- oValueHelp.setFilterValue(this._sFilterValue);
2651
2647
  if (!bIsFHOpen) {
2652
2648
  /*
2653
2649
  sap.ui.mdc.ValueHelp can only be "asked" to open a typeahead by a connected control.
@@ -2664,6 +2660,11 @@ sap.ui.define([
2664
2660
  }.bind(this);
2665
2661
 
2666
2662
  if (this._bConnected && this.getCurrentContent()[0]) {
2663
+ if (this.getMaxConditionsForHelp() === 1 && oValueHelp.getConditions().length > 0) {
2664
+ // While single-suggestion no item is selected
2665
+ oValueHelp.setConditions([]);
2666
+ }
2667
+ oValueHelp.setFilterValue(this._sFilterValue);
2667
2668
  oValueHelp.requestShowTypeahead(RequestShowContainerReason.Typing).then((bTypeahead) => {
2668
2669
  return !!bTypeahead && _handleTypeahead();
2669
2670
  });
@@ -2671,11 +2672,6 @@ sap.ui.define([
2671
2672
  }
2672
2673
  }, 300, { leading: false, trailing: true });
2673
2674
  }
2674
- oValueHelp.requestShowTypeahead(RequestShowContainerReason.Typing).then((bOpenByTyping) => { // keeping this for compatibility, as it allows service handling before the debounce interval
2675
- if (_isFocused.call(this) && this._fnLiveChangeTimer) { // if destroyed this._fnLiveChangeTimer is removed
2676
- this._fnLiveChangeTimer(); // if resolved while initial debounce-time frame, it will not triggered twice
2677
- }
2678
- });
2679
2675
  this._fnLiveChangeTimer();
2680
2676
  }
2681
2677
  }
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * A <code>FieldInfoBase</code> element is a base class that shows any kind of information related to the <code>Field</code> control, for example, navigation targets or contact details.
32
32
  * This is the basis for link-features. If the link is pressed a popover might be opened.
33
33
  * @extends sap.ui.mdc.Element
34
- * @version 1.136.0
34
+ * @version 1.136.2
35
35
  * @constructor
36
36
  * @since 1.54.0
37
37
  * @public
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>FieldInput</code> control is used to render an input field inside a control based on {@link sap.ui.mdc.field.FieldBase FieldBase}.
25
25
  * It enhances the {@link sap.m.Input Input} control to add ARIA attributes and other {@link sap.ui.mdc.field.FieldBase FieldBase}-specific logic.
26
26
  * @extends sap.m.Input
27
- * @version 1.136.0
27
+ * @version 1.136.2
28
28
  * @constructor
29
29
  * @abstract
30
30
  * @private
@@ -16,7 +16,7 @@ sap.ui.define([
16
16
  * @class Functions uses in <code>FieldInputRenderer</code> and <code>FieldMultiInputRenderer</code> to adjust aria attributes.
17
17
  *
18
18
  * @author SAP SE
19
- * @version 1.136.0
19
+ * @version 1.136.2
20
20
  * @since 1.86.0
21
21
  * @alias sap.ui.mdc.field.FieldInputRenderUtil
22
22
  *
@@ -31,7 +31,7 @@ sap.ui.define([
31
31
  * The <code>FieldMultiInput</code> control is used to render a multi-input field inside a control based on {@link sap.ui.mdc.field.FieldBase FieldBase}.
32
32
  * It enhances the {@link sap.m.MultiInput MultiInput} control to add ARIA attributes and other {@link sap.ui.mdc.field.FieldBase FieldBase}-specific logic.
33
33
  * @extends sap.m.MultiInput
34
- * @version 1.136.0
34
+ * @version 1.136.2
35
35
  * @constructor
36
36
  * @abstract
37
37
  * @private
@@ -246,12 +246,14 @@ sap.ui.define([
246
246
  if (!this._oUpdateBindingTimer && (oBindingInfo.length || oBindingInfo.startIndex)) {
247
247
  const fnUpdate = () => {
248
248
  let oToken = oBindingInfo.template;
249
- if (oBindingInfo.hasOwnProperty("templateShareable") && !oBindingInfo.templateShareable) {
249
+ let bTemplateShareable = true;
250
+ if (oBindingInfo.templateShareable !== true) {
250
251
  oToken = oToken.clone();
252
+ bTemplateShareable = false;
251
253
  }
252
254
 
253
255
  this._bUpdateBinding = true;
254
- this.bindAggregation("tokens", { path: oBindingInfo.path, model: oBindingInfo.model, template: oToken });
256
+ this.bindAggregation("tokens", { path: oBindingInfo.path, model: oBindingInfo.model, template: oToken, templateShareable: bTemplateShareable });
255
257
  };
256
258
 
257
259
  if (bAsync) {
@@ -288,6 +290,10 @@ sap.ui.define([
288
290
 
289
291
  }
290
292
 
293
+ FieldMultiInput.prototype._onValueHelpRequested = function () {
294
+ this._bValueHelpOpen = false; // otherwise in non-modal Valuehelp focusout will not show the more-indicator. In Field case, onSapFocusLeave is prevented on opening ValueHelp-Dialog, so the original use-case will not occur
295
+ };
296
+
291
297
  return FieldMultiInput;
292
298
 
293
299
  });
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.mdc.valuehelp.content.FixedListItem
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.136.0
26
+ * @version 1.136.2
27
27
  *
28
28
  * @private
29
29
  * @ui5-restricted sap.fe
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * Base type for <code>MultiValueFieldItem</code> control.
21
21
  * The {@link sap.ui.mdc.MultiValueField MultiValueField} holds its values as items. The <code>MultiValueFieldItem</code> element defines these items.
22
22
  * @extends sap.ui.core.Element
23
- * @version 1.136.0
23
+ * @version 1.136.2
24
24
  * @constructor
25
25
  * @since 1.93.0
26
26
  * @public
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * The <code>TokenDisplay</code> control is used to render a field inside a control based on {@link sap.ui.mdc.field.FieldBase FieldBase}.
23
23
  * It enhances the {@link sap.m.Token Token} control to add ARIA attributes and other {@link sap.ui.mdc.field.FieldBase FieldBase}-specific logic.
24
24
  * @extends sap.m.Token
25
- * @version 1.136.0
25
+ * @version 1.136.2
26
26
  * @constructor
27
27
  * @abstract
28
28
  * @private
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * It enhances the {@link sap.m.Tokenizer Tokenizer} control to support display only tokens.
30
30
  * @extends sap.m.Tokenizer
31
31
  * @implements sap.ui.core.ILabelable
32
- * @version 1.136.0
32
+ * @version 1.136.2
33
33
  * @constructor
34
34
  * @abstract
35
35
  *
@@ -72,7 +72,7 @@ sap.ui.define([
72
72
  * @class The <code>FilterBarBase</code> control is the base for filter displaying controls in MDC.
73
73
  * @extends sap.ui.mdc.Control
74
74
  * @author SAP SE
75
- * @version 1.136.0
75
+ * @version 1.136.2
76
76
  * @constructor
77
77
  * @public
78
78
  * @since 1.80.0
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.mdc.util.PropertyHelper
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.136.0
30
+ * @version 1.136.2
31
31
  *
32
32
  * @private
33
33
  * @since 1.95
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  *
40
40
  * @extends sap.ui.mdc.filterbar.FilterBarBase
41
41
  * @author SAP SE
42
- * @version 1.136.0
42
+ * @version 1.136.2
43
43
  * @constructor
44
44
  * @private
45
45
  * @ui5-restricted sap.ui.mdc
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * <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.
28
28
  * @extends sap.ui.mdc.valuehelp.FilterBar
29
29
  * @author SAP SE
30
- * @version 1.136.0
30
+ * @version 1.136.2
31
31
  * @constructor
32
32
  * @public
33
33
  * @since 1.84.0
@@ -15,7 +15,7 @@ sap.ui.define([
15
15
  *
16
16
  * @alias sap.ui.mdc.flexibility.Chart
17
17
  * @author SAP SE
18
- * @version 1.136.0
18
+ * @version 1.136.2
19
19
  */
20
20
  return {
21
21
  addItem: ChartItemFlex.addItem,
@@ -12,7 +12,7 @@ sap.ui.define(['./FilterItemFlex', './ConditionFlex', './PropertyInfoFlex'], (Fi
12
12
  *
13
13
  * @alias sap.ui.mdc.flexibility.FilterBar
14
14
  * @author SAP SE
15
- * @version 1.136.0
15
+ * @version 1.136.2
16
16
  */
17
17
 
18
18
  return {
@@ -14,7 +14,7 @@ sap.ui.define([
14
14
  *
15
15
  * @alias sap.ui.mdc.flexibility.FilterBar
16
16
  * @author SAP SE
17
- * @version 1.136.0
17
+ * @version 1.136.2
18
18
  */
19
19
 
20
20
  const oFilterItemFlex = Object.assign({}, ItemBaseFlex);
@@ -17,7 +17,7 @@ sap.ui.define([
17
17
  *
18
18
  * @alias sap.ui.mdc.flexibility.actiontoolbar.CombineAction
19
19
  * @author SAP SE
20
- * @version 1.136.0
20
+ * @version 1.136.2
21
21
  */
22
22
  const CombineAction = {
23
23
  ...CombineButtonsHandler