@openui5/sap.ui.mdc 1.136.0 → 1.136.1

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 (101) hide show
  1. package/package.json +4 -4
  2. package/src/sap/ui/mdc/.library +1 -1
  3. package/src/sap/ui/mdc/ActionToolbar.js +5 -5
  4. package/src/sap/ui/mdc/Chart.js +1 -1
  5. package/src/sap/ui/mdc/Control.js +1 -1
  6. package/src/sap/ui/mdc/DefaultTypeMap.js +1 -1
  7. package/src/sap/ui/mdc/Element.js +1 -1
  8. package/src/sap/ui/mdc/Field.js +2 -2
  9. package/src/sap/ui/mdc/FilterBar.js +1 -1
  10. package/src/sap/ui/mdc/FilterField.js +2 -2
  11. package/src/sap/ui/mdc/Link.js +1 -1
  12. package/src/sap/ui/mdc/MultiValueField.js +1 -1
  13. package/src/sap/ui/mdc/ValueHelp.js +1 -1
  14. package/src/sap/ui/mdc/actiontoolbar/ActionToolbarAction.js +1 -1
  15. package/src/sap/ui/mdc/chart/ChartImplementationContainer.js +1 -1
  16. package/src/sap/ui/mdc/chart/ChartSelectionDetails.js +1 -1
  17. package/src/sap/ui/mdc/chart/PropertyHelper.js +1 -1
  18. package/src/sap/ui/mdc/chart/ToolbarControlFactory.js +1 -1
  19. package/src/sap/ui/mdc/condition/Condition.js +1 -1
  20. package/src/sap/ui/mdc/condition/ConditionConverter.js +1 -1
  21. package/src/sap/ui/mdc/condition/ConditionModel.js +1 -1
  22. package/src/sap/ui/mdc/condition/FilterConverter.js +1 -1
  23. package/src/sap/ui/mdc/condition/FilterOperatorUtil.js +1 -1
  24. package/src/sap/ui/mdc/condition/Operator.js +1 -1
  25. package/src/sap/ui/mdc/condition/OperatorDynamicDateOption.js +1 -1
  26. package/src/sap/ui/mdc/condition/RangeOperator.js +1 -1
  27. package/src/sap/ui/mdc/field/ConditionType.js +1 -1
  28. package/src/sap/ui/mdc/field/ConditionTypeMixin.js +1 -1
  29. package/src/sap/ui/mdc/field/ConditionsType.js +1 -1
  30. package/src/sap/ui/mdc/field/CustomFieldInfo.js +1 -1
  31. package/src/sap/ui/mdc/field/DynamicDateRangeConditionsType.js +1 -1
  32. package/src/sap/ui/mdc/field/FieldBase.js +1 -1
  33. package/src/sap/ui/mdc/field/FieldInfoBase.js +1 -1
  34. package/src/sap/ui/mdc/field/FieldInput.js +1 -1
  35. package/src/sap/ui/mdc/field/FieldInputRenderUtil.js +1 -1
  36. package/src/sap/ui/mdc/field/FieldMultiInput.js +9 -3
  37. package/src/sap/ui/mdc/field/ListFieldHelpItem.js +1 -1
  38. package/src/sap/ui/mdc/field/MultiValueFieldItem.js +1 -1
  39. package/src/sap/ui/mdc/field/TokenDisplay.js +1 -1
  40. package/src/sap/ui/mdc/field/TokenizerDisplay.js +1 -1
  41. package/src/sap/ui/mdc/filterbar/FilterBarBase.js +1 -1
  42. package/src/sap/ui/mdc/filterbar/PropertyHelper.js +1 -1
  43. package/src/sap/ui/mdc/filterbar/p13n/AdaptationFilterBar.js +1 -1
  44. package/src/sap/ui/mdc/filterbar/vh/FilterBar.js +1 -1
  45. package/src/sap/ui/mdc/flexibility/Chart.flexibility.js +1 -1
  46. package/src/sap/ui/mdc/flexibility/FilterBar.flexibility.js +1 -1
  47. package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +1 -1
  48. package/src/sap/ui/mdc/flexibility/actiontoolbar/CombineAction.js +1 -1
  49. package/src/sap/ui/mdc/flexibility/actiontoolbar/SplitAction.js +1 -1
  50. package/src/sap/ui/mdc/library.js +2 -2
  51. package/src/sap/ui/mdc/link/Factory.js +1 -1
  52. package/src/sap/ui/mdc/link/LinkItem.js +1 -1
  53. package/src/sap/ui/mdc/link/Panel.js +1 -1
  54. package/src/sap/ui/mdc/link/PanelItem.js +1 -1
  55. package/src/sap/ui/mdc/link/SemanticObjectMapping.js +1 -1
  56. package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +1 -1
  57. package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +1 -1
  58. package/src/sap/ui/mdc/mixin/AdaptationMixin.js +1 -1
  59. package/src/sap/ui/mdc/mixin/DelegateMixin.js +1 -1
  60. package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +1 -1
  61. package/src/sap/ui/mdc/mixin/PromiseMixin.js +1 -1
  62. package/src/sap/ui/mdc/mixin/PropertyHelperMixin.js +1 -1
  63. package/src/sap/ui/mdc/odata/TypeMap.js +1 -1
  64. package/src/sap/ui/mdc/odata/v4/TypeMap.js +1 -1
  65. package/src/sap/ui/mdc/p13n/PropertyHelper.js +1 -1
  66. package/src/sap/ui/mdc/p13n/panels/ActionToolbarPanel.js +1 -1
  67. package/src/sap/ui/mdc/p13n/subcontroller/ActionToolbarController.js +1 -1
  68. package/src/sap/ui/mdc/p13n/subcontroller/ColumnFreezeController.js +1 -1
  69. package/src/sap/ui/mdc/p13n/subcontroller/FilterController.js +2 -2
  70. package/src/sap/ui/mdc/p13n/subcontroller/ShowDetailsController.js +1 -1
  71. package/src/sap/ui/mdc/table/ColumnSettings.js +1 -1
  72. package/src/sap/ui/mdc/table/CreationRow.js +1 -1
  73. package/src/sap/ui/mdc/table/DragDropConfig.js +1 -1
  74. package/src/sap/ui/mdc/table/PropertyHelper.js +1 -1
  75. package/src/sap/ui/mdc/table/ResponsiveColumnSettings.js +1 -1
  76. package/src/sap/ui/mdc/table/RowActionItem.js +1 -1
  77. package/src/sap/ui/mdc/table/RowSettings.js +1 -1
  78. package/src/sap/ui/mdc/table/V4AnalyticsPropertyHelper.js +1 -1
  79. package/src/sap/ui/mdc/table/utils/Personalization.js +1 -1
  80. package/src/sap/ui/mdc/ushell/SemanticObjectMapping.js +1 -1
  81. package/src/sap/ui/mdc/ushell/SemanticObjectMappingItem.js +1 -1
  82. package/src/sap/ui/mdc/ushell/SemanticObjectUnavailableAction.js +1 -1
  83. package/src/sap/ui/mdc/util/InfoBar.js +1 -1
  84. package/src/sap/ui/mdc/util/PromiseCache.js +1 -1
  85. package/src/sap/ui/mdc/util/PropertyHelper.js +1 -1
  86. package/src/sap/ui/mdc/util/PropertyHelperUtil.js +1 -1
  87. package/src/sap/ui/mdc/valuehelp/Dialog.js +1 -1
  88. package/src/sap/ui/mdc/valuehelp/FilterBar.js +1 -1
  89. package/src/sap/ui/mdc/valuehelp/Popover.js +1 -1
  90. package/src/sap/ui/mdc/valuehelp/base/Container.js +1 -1
  91. package/src/sap/ui/mdc/valuehelp/base/Content.js +1 -1
  92. package/src/sap/ui/mdc/valuehelp/base/DefineConditionPanel.js +1 -1
  93. package/src/sap/ui/mdc/valuehelp/base/DialogTab.js +1 -1
  94. package/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +1 -1
  95. package/src/sap/ui/mdc/valuehelp/base/ListContent.js +1 -1
  96. package/src/sap/ui/mdc/valuehelp/content/Bool.js +1 -1
  97. package/src/sap/ui/mdc/valuehelp/content/Conditions.js +1 -1
  98. package/src/sap/ui/mdc/valuehelp/content/FixedList.js +1 -1
  99. package/src/sap/ui/mdc/valuehelp/content/FixedListItem.js +1 -1
  100. package/src/sap/ui/mdc/valuehelp/content/MDCTable.js +1 -1
  101. package/src/sap/ui/mdc/valuehelp/content/MTable.js +1 -1
@@ -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.0
19
+ * @version 1.136.1
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.0
19
+ * @version 1.136.1
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.0
19
+ * @version 1.136.1
20
20
  * @constructor
21
21
  * @private
22
22
  * @since 1.60.0
@@ -32,7 +32,7 @@ sap.ui.define(
32
32
  *
33
33
  *
34
34
  * @author SAP SE
35
- * @version 1.136.0
35
+ * @version 1.136.1
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.0
62
+ * @version 1.136.1
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.0
46
+ * @version 1.136.1
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.0
15
+ * @version 1.136.1
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.0
42
+ * @version 1.136.1
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.0
50
+ * @version 1.136.1
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.0
50
+ * @version 1.136.1
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.0
26
+ * @version 1.136.1
27
27
  *
28
28
  * @private
29
29
  * @since 1.85
@@ -227,7 +227,7 @@ sap.ui.define([
227
227
  oMultiSelectControl.bindProperty("enabled", {
228
228
  path: `${this.P13N_MODEL}>enabled`,
229
229
  formatter: function(oValue) {
230
- return oValue ?? true;
230
+ return oValue === true;
231
231
  }
232
232
  });
233
233
  };
@@ -59,7 +59,7 @@ sap.ui.define([
59
59
  mItem.visible = !!oExisting;
60
60
  mItem.position = oExisting ? oExisting.position : -1;
61
61
  mItem.alignment = oProperty.alignment;
62
- mItem.enabled = !!oProperty.enabled;
62
+ mItem.enabled = typeof oProperty.enabled === "string" ? oProperty.enabled : !!oProperty.enabled;
63
63
  return oProperty.visible;
64
64
  });
65
65
 
@@ -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.0
25
+ * @version 1.136.1
26
26
  *
27
27
  * @private
28
28
  * @alias sap.ui.mdc.p13n.subcontroller.ColumnFreezeController
@@ -124,14 +124,14 @@ sap.ui.define([
124
124
  });
125
125
  };
126
126
 
127
- FilterController.prototype.update = function(oPropertyHelper) {
127
+ FilterController.prototype.update = async function(oPropertyHelper) {
128
128
  if (this._oPanel) {
129
129
  const oAdaptationData = this.mixInfoAndState(oPropertyHelper);
130
130
  this._oPanel.setP13nData(oAdaptationData);
131
131
  const oAdaptationControl = this.getAdaptationControl();
132
132
  const oInbuiltFilter = oAdaptationControl && oAdaptationControl.getInbuiltFilter();
133
133
  if (oInbuiltFilter) {
134
- oInbuiltFilter.createFilterFields();
134
+ await oInbuiltFilter.createFilterFields();
135
135
  }
136
136
  }
137
137
  };
@@ -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.0
25
+ * @version 1.136.1
26
26
  *
27
27
  * @private
28
28
  * @alias sap.ui.mdc.p13n.subcontroller.ShowDetailsController
@@ -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.0
20
+ * @version 1.136.1
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.0
22
+ * @version 1.136.1
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.0
26
+ * @version 1.136.1
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.0
35
+ * @version 1.136.1
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.0
20
+ * @version 1.136.1
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.0
23
+ * @version 1.136.1
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.0
24
+ * @version 1.136.1
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.0
28
+ * @version 1.136.1
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.0
20
+ * @version 1.136.1
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.0
19
+ * @version 1.136.1
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.0
19
+ * @version 1.136.1
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.0
19
+ * @version 1.136.1
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.0
27
+ * @version 1.136.1
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.0
48
+ * @version 1.136.1
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.0
581
+ * @version 1.136.1
582
582
  *
583
583
  * @private
584
584
  * @since 1.83
@@ -19,7 +19,7 @@ sap.ui.define([
19
19
  * Provides validation functions for checking the (required) usage of the PropertyHelper.
20
20
  *
21
21
  * @author SAP SE
22
- * @version 1.136.0
22
+ * @version 1.136.1
23
23
  * @alias sap.ui.mdc.util.PropertyHelperUtil
24
24
  * @namespace
25
25
  * @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.0
71
+ * @version 1.136.1
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.0
42
+ * @version 1.136.1
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.0
40
+ * @version 1.136.1
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.0
29
+ * @version 1.136.1
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.0
39
+ * @version 1.136.1
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.0
124
+ * @version 1.136.1
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.0
23
+ * @version 1.136.1
24
24
  * @constructor
25
25
  * @private
26
26
  * @ui5-restricted sap.ui.mdc
@@ -44,7 +44,7 @@ sap.ui.define([
44
44
  * @param {object} [mSettings] Initial settings for the new element
45
45
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element.
46
46
  * @extends sap.ui.mdc.valuehelp.base.ListContent
47
- * @version 1.136.0
47
+ * @version 1.136.1
48
48
  * @constructor
49
49
  * @abstract
50
50
  * @public
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * @param {object} [mSettings] Initial settings for the new element
22
22
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element.
23
23
  * @extends sap.ui.mdc.valuehelp.base.Content
24
- * @version 1.136.0
24
+ * @version 1.136.1
25
25
  * @constructor
26
26
  * @abstract
27
27
  * @public
@@ -20,7 +20,7 @@ sap.ui.define([
20
20
  * @param {object} [mSettings] Initial settings for the new element
21
21
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element to provide a value help for boolean fields.
22
22
  * @extends sap.ui.mdc.valuehelp.content.FixedList
23
- * @version 1.136.0
23
+ * @version 1.136.1
24
24
  * @constructor
25
25
  * @private
26
26
  * @ui5-restricted sap.ui.mdc
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @param {object} [mSettings] Initial settings for the new element
28
28
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element showing a condition panel.
29
29
  * @extends sap.ui.mdc.valuehelp.base.Content
30
- * @version 1.136.0
30
+ * @version 1.136.1
31
31
  * @constructor
32
32
  * @public
33
33
  * @since 1.95.0
@@ -32,7 +32,7 @@ sap.ui.define([
32
32
  * @param {object} [mSettings] Initial settings for the new element
33
33
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element showing a list with fixed values.
34
34
  * @extends sap.ui.mdc.valuehelp.base.ListContent
35
- * @version 1.136.0
35
+ * @version 1.136.1
36
36
  * @constructor
37
37
  * @public
38
38
  * @since 1.95.0
@@ -23,7 +23,7 @@ sap.ui.define([
23
23
  * @extends sap.ui.core.ListItem
24
24
  *
25
25
  * @author SAP SE
26
- * @version 1.136.0
26
+ * @version 1.136.1
27
27
  *
28
28
  * @public
29
29
  * @since 1.114.0
@@ -42,7 +42,7 @@ sap.ui.define([
42
42
  * @param {object} [mSettings] Initial settings for the new element
43
43
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element using a {@link sap.ui.mdc.Table}.
44
44
  * @extends sap.ui.mdc.valuehelp.base.FilterableListContent
45
- * @version 1.136.0
45
+ * @version 1.136.1
46
46
  * @constructor
47
47
  * @public
48
48
  * @since 1.95.0
@@ -53,7 +53,7 @@ sap.ui.define([
53
53
  * @param {object} [mSettings] Initial settings for the new element
54
54
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element using a {@link sap.m.Table}.
55
55
  * @extends sap.ui.mdc.valuehelp.base.FilterableListContent
56
- * @version 1.136.0
56
+ * @version 1.136.1
57
57
  * @constructor
58
58
  * @public
59
59
  * @since 1.95.0