@openui5/sap.ui.mdc 1.102.0 → 1.102.4

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 (113) 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 +1 -1
  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/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/Table.js +48 -12
  14. package/src/sap/ui/mdc/TableDelegate.js +25 -9
  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/actiontoolbar/ActionToolbarActionRenderer.js +1 -2
  18. package/src/sap/ui/mdc/chart/ChartSelectionDetails.js +1 -1
  19. package/src/sap/ui/mdc/chart/ChartToolbar.js +1 -1
  20. package/src/sap/ui/mdc/chart/PropertyHelper.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/BoolFieldHelp.js +1 -1
  30. package/src/sap/ui/mdc/field/ConditionFieldHelp.js +1 -1
  31. package/src/sap/ui/mdc/field/ConditionType.js +5 -4
  32. package/src/sap/ui/mdc/field/ConditionsType.js +1 -1
  33. package/src/sap/ui/mdc/field/CustomFieldHelp.js +1 -1
  34. package/src/sap/ui/mdc/field/CustomFieldInfo.js +1 -1
  35. package/src/sap/ui/mdc/field/DefineConditionPanel.js +1 -1
  36. package/src/sap/ui/mdc/field/DynamicDateRangeConditionsType.js +9 -62
  37. package/src/sap/ui/mdc/field/FieldBase.js +1 -1
  38. package/src/sap/ui/mdc/field/FieldHelpBase.js +1 -1
  39. package/src/sap/ui/mdc/field/FieldInfoBase.js +1 -1
  40. package/src/sap/ui/mdc/field/FieldInput.js +1 -1
  41. package/src/sap/ui/mdc/field/FieldInputRenderUtil.js +1 -1
  42. package/src/sap/ui/mdc/field/FieldMultiInput.js +1 -1
  43. package/src/sap/ui/mdc/field/FieldValueHelp.js +1 -1
  44. package/src/sap/ui/mdc/field/FieldValueHelpContentWrapperBase.js +1 -1
  45. package/src/sap/ui/mdc/field/FieldValueHelpMTableWrapper.js +1 -1
  46. package/src/sap/ui/mdc/field/FieldValueHelpMdcTableWrapper.js +7 -1
  47. package/src/sap/ui/mdc/field/FieldValueHelpTableWrapperBase.js +1 -1
  48. package/src/sap/ui/mdc/field/FieldValueHelpUITableWrapper.js +1 -1
  49. package/src/sap/ui/mdc/field/InParameter.js +1 -1
  50. package/src/sap/ui/mdc/field/ListFieldHelp.js +1 -1
  51. package/src/sap/ui/mdc/field/ListFieldHelpItem.js +1 -1
  52. package/src/sap/ui/mdc/field/MultiValueFieldItem.js +1 -1
  53. package/src/sap/ui/mdc/field/OutParameter.js +1 -1
  54. package/src/sap/ui/mdc/field/TokenDisplay.js +1 -1
  55. package/src/sap/ui/mdc/field/TokenizerDisplay.js +1 -1
  56. package/src/sap/ui/mdc/field/ValueHelpPanel.js +1 -1
  57. package/src/sap/ui/mdc/field/content/DateContent.js +3 -3
  58. package/src/sap/ui/mdc/filterbar/FilterBarBase.js +1 -1
  59. package/src/sap/ui/mdc/filterbar/PropertyHelper.js +1 -1
  60. package/src/sap/ui/mdc/filterbar/p13n/AdaptationFilterBar.js +1 -1
  61. package/src/sap/ui/mdc/filterbar/vh/FilterBar.js +1 -1
  62. package/src/sap/ui/mdc/flexibility/Chart.flexibility.js +1 -1
  63. package/src/sap/ui/mdc/flexibility/ConditionFlex.js +16 -16
  64. package/src/sap/ui/mdc/flexibility/FilterBar.flexibility.js +1 -1
  65. package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +1 -1
  66. package/src/sap/ui/mdc/library.js +2 -2
  67. package/src/sap/ui/mdc/link/ContactDetails.js +1 -1
  68. package/src/sap/ui/mdc/link/ContactDetailsAddressItem.js +1 -1
  69. package/src/sap/ui/mdc/link/ContactDetailsEmailItem.js +1 -1
  70. package/src/sap/ui/mdc/link/ContactDetailsItem.js +1 -1
  71. package/src/sap/ui/mdc/link/ContactDetailsPhoneItem.js +1 -1
  72. package/src/sap/ui/mdc/link/Factory.js +1 -1
  73. package/src/sap/ui/mdc/link/FakeFlpConnector.js +1 -1
  74. package/src/sap/ui/mdc/link/LinkItem.js +1 -1
  75. package/src/sap/ui/mdc/link/Panel.js +2 -4
  76. package/src/sap/ui/mdc/link/PanelItem.js +1 -1
  77. package/src/sap/ui/mdc/link/SemanticObjectMapping.js +1 -1
  78. package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +1 -1
  79. package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +1 -1
  80. package/src/sap/ui/mdc/messagebundle.properties +3 -1
  81. package/src/sap/ui/mdc/mixin/AdaptationMixin.js +1 -1
  82. package/src/sap/ui/mdc/mixin/DelegateMixin.js +1 -1
  83. package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +1 -1
  84. package/src/sap/ui/mdc/mixin/PromiseMixin.js +1 -1
  85. package/src/sap/ui/mdc/mixin/PropertyHelperMixin.js +1 -1
  86. package/src/sap/ui/mdc/odata/v4/ChartPropertyHelper.js +1 -1
  87. package/src/sap/ui/mdc/odata/v4/TableDelegate.js +53 -16
  88. package/src/sap/ui/mdc/p13n/Engine.js +1 -1
  89. package/src/sap/ui/mdc/p13n/PropertyHelper.js +1 -1
  90. package/src/sap/ui/mdc/p13n/UIManager.js +1 -1
  91. package/src/sap/ui/mdc/p13n/modules/DefaultProviderRegistry.js +1 -1
  92. package/src/sap/ui/mdc/p13n/panels/ChartItemPanel.js +26 -4
  93. package/src/sap/ui/mdc/p13n/subcontroller/BaseController.js +1 -1
  94. package/src/sap/ui/mdc/table/Column.js +4 -1
  95. package/src/sap/ui/mdc/table/CreationRow.js +3 -1
  96. package/src/sap/ui/mdc/table/PropertyHelper.js +1 -1
  97. package/src/sap/ui/mdc/table/RowActionItem.js +1 -1
  98. package/src/sap/ui/mdc/table/RowSettings.js +1 -1
  99. package/src/sap/ui/mdc/table/V4AnalyticsPropertyHelper.js +1 -1
  100. package/src/sap/ui/mdc/util/PromiseCache.js +1 -1
  101. package/src/sap/ui/mdc/util/PropertyHelper.js +1 -1
  102. package/src/sap/ui/mdc/valuehelp/Dialog.js +1 -1
  103. package/src/sap/ui/mdc/valuehelp/Popover.js +1 -1
  104. package/src/sap/ui/mdc/valuehelp/base/Container.js +1 -1
  105. package/src/sap/ui/mdc/valuehelp/base/Content.js +1 -1
  106. package/src/sap/ui/mdc/valuehelp/base/DialogTab.js +1 -1
  107. package/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +1 -1
  108. package/src/sap/ui/mdc/valuehelp/base/ListContent.js +1 -1
  109. package/src/sap/ui/mdc/valuehelp/content/Bool.js +1 -1
  110. package/src/sap/ui/mdc/valuehelp/content/Conditions.js +1 -1
  111. package/src/sap/ui/mdc/valuehelp/content/FixedList.js +1 -1
  112. package/src/sap/ui/mdc/valuehelp/content/MDCTable.js +1 -1
  113. package/src/sap/ui/mdc/valuehelp/content/MTable.js +1 -1
@@ -131,24 +131,33 @@ sap.ui.define([
131
131
  message: oResourceBundle.getText("table.PERSONALIZATION_DIALOG_SORT_RESTRICTION")
132
132
  };
133
133
  }
134
- } else if (sKey == "Group" && oState.aggregations) {
135
- var aAggregateProperties = Object.keys(oState.aggregations);
136
- var aAggregateGroupableProperties = [];
137
- var oListFormat = ListFormat.getInstance();
138
- aAggregateProperties.forEach(function(sProperty) {
139
- var oProperty = oTable.getPropertyHelper().getProperty(sProperty);
140
- if (oProperty && oProperty.groupable) {
141
- aAggregateGroupableProperties.push(sProperty);
142
- }
143
- });
134
+ } else if (sKey == "Group") {
135
+ if (oState.aggregations) {
136
+ var aAggregateProperties = Object.keys(oState.aggregations);
137
+ var aAggregateGroupableProperties = [];
138
+ var oListFormat = ListFormat.getInstance();
139
+ aAggregateProperties.forEach(function(sProperty) {
140
+ var oProperty = oTable.getPropertyHelper().getProperty(sProperty);
141
+ if (oProperty && oProperty.groupable) {
142
+ aAggregateGroupableProperties.push(sProperty);
143
+ }
144
+ });
144
145
 
145
- if (aAggregateGroupableProperties.length) {
146
- oValidation = {
147
- validation: coreLibrary.MessageType.Information,
148
- message: oResourceBundle.getText("table.PERSONALIZATION_DIALOG_GROUP_RESTRICTION", [oListFormat.format(aAggregateGroupableProperties)])
149
- };
146
+ if (aAggregateGroupableProperties.length) {
147
+ oValidation = {
148
+ validation: coreLibrary.MessageType.Information,
149
+ message: oResourceBundle.getText("table.PERSONALIZATION_DIALOG_GROUP_RESTRICTION_TOTALS", [oListFormat.format(aAggregateGroupableProperties)])
150
+ };
151
+ }
152
+ } else if (oTable._bMobileTable) {
153
+ if (!checkForValidity(oTable, oState.items, oState.groupLevels)) {
154
+ oValidation = {
155
+ validation: coreLibrary.MessageType.Information,
156
+ message: oResourceBundle.getText("table.PERSONALIZATION_DIALOG_GROUP_RESTRICTION_VISIBLE")
157
+ };
158
+ }
150
159
  }
151
- } else if (sKey == "Column" ) {
160
+ } else if (sKey == "Column") {
152
161
  var sMessage;
153
162
  var aAggregateProperties = oState.aggregations && Object.keys(oState.aggregations);
154
163
 
@@ -302,6 +311,34 @@ sap.ui.define([
302
311
  return aSupportedModes;
303
312
  };
304
313
 
314
+ /**
315
+ * Provides a hook especially for V4 to suppress the grouping by non visible column.
316
+ *
317
+ * @param {sap.ui.mdc.Table} oTable Instance of the MDC table
318
+ * @param {string} sPropertyName Property to group
319
+ * @return {undefined|*} Undefined or continue on parent
320
+ * @protected
321
+ */
322
+ Delegate.getGroupSorter = function(oTable, sPropertyName) {
323
+ var oPropertyHelper = oTable.getPropertyHelper();
324
+ var oVisibleProperty = oTable._getVisibleProperties().find(function(oProperty) {
325
+ var oCurrentProperty = oPropertyHelper.getProperty(oProperty.name);
326
+ if (oCurrentProperty.isComplex()){
327
+ return oCurrentProperty.getReferencedProperties().find(function(oSimpleProperty) {
328
+ return oSimpleProperty.name === sPropertyName;
329
+ });
330
+ }
331
+
332
+ return oCurrentProperty.name === sPropertyName;
333
+ });
334
+
335
+ if (!oVisibleProperty) {
336
+ return undefined;
337
+ }
338
+
339
+ return TableDelegate.getGroupSorter.apply(this, arguments);
340
+ };
341
+
305
342
  function createGroupPopoverItem(aGroupProperties, oMDCColumn) {
306
343
  var aGroupChildren = aGroupProperties.map(function(oGroupProperty) {
307
344
  return new Item({
@@ -41,7 +41,7 @@ sap.ui.define([
41
41
  * @extends sap.ui.mdc.p13n.AdaptationProvider
42
42
  *
43
43
  * @author SAP SE
44
- * @version 1.102.0
44
+ * @version 1.102.4
45
45
  *
46
46
  * @private
47
47
  * @ui5-restricted sap.ui.mdc
@@ -29,7 +29,7 @@ sap.ui.define([
29
29
  * @extends sap.ui.mdc.util.PropertyHelper
30
30
  *
31
31
  * @author SAP SE
32
- * @version 1.102.0
32
+ * @version 1.102.4
33
33
  *
34
34
  * @private
35
35
  * @experimental
@@ -33,7 +33,7 @@ sap.ui.define([
33
33
  * @extends sap.ui.base.Object
34
34
  *
35
35
  * @author SAP SE
36
- * @version 1.102.0
36
+ * @version 1.102.4
37
37
  *
38
38
  * @private
39
39
  * @ui5-restricted sap.ui.mdc
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @extends sap.ui.base.Object
26
26
  *
27
27
  * @author SAP SE
28
- * @version 1.102.0
28
+ * @version 1.102.4
29
29
  *
30
30
  * @private
31
31
  * @ui5-restricted sap.ui.mdc
@@ -80,9 +80,7 @@ sap.ui.define([
80
80
  }
81
81
  },
82
82
  init: function () {
83
-
84
83
  this._bMobileMode = Device.system.phone;
85
-
86
84
  // Initialize the BasePanel
87
85
  BasePanel.prototype.init.apply(this, arguments);
88
86
 
@@ -258,6 +256,12 @@ sap.ui.define([
258
256
 
259
257
  ChartItemPanel.prototype._getTemplateComboBox = function(sKind){
260
258
  var oVisibleFilter = new Filter("visible", FilterOperator.EQ, false);
259
+ var oCollator = new window.Intl.Collator();
260
+ var fnSorter = function(a,b) {
261
+ return oCollator.compare(a,b);
262
+ };
263
+
264
+ var oSorter = new Sorter("label", false, false, fnSorter);
261
265
 
262
266
  var oComboBox = new ComboBox({
263
267
  id: "p13nPanel-templateComboBox-" + sKind,
@@ -270,7 +274,8 @@ sap.ui.define([
270
274
  text: "{" + this.P13N_MODEL + ">label}"
271
275
  }),
272
276
  templateShareable : false,
273
- filters: [oVisibleFilter, new Filter("kind", FilterOperator.EQ, sKind)]
277
+ filters: [oVisibleFilter, new Filter("kind", FilterOperator.EQ, sKind)],
278
+ sorter: oSorter
274
279
  },
275
280
  change: [this.onChangeOfTemplateName, this]
276
281
  });
@@ -314,6 +319,13 @@ sap.ui.define([
314
319
  };
315
320
 
316
321
  ChartItemPanel.prototype._getNameComboBox = function(sKind, sName) {
322
+ var oCollator = new window.Intl.Collator();
323
+ var fnSorter = function(a,b) {
324
+ return oCollator.compare(a,b);
325
+ };
326
+
327
+ var oSorter = new Sorter("label", false, false, fnSorter);
328
+
317
329
  var oNameFilterPersistent = new Filter({
318
330
  filters: [
319
331
  new Filter("visible", FilterOperator.EQ, false),
@@ -331,7 +343,8 @@ sap.ui.define([
331
343
  text: "{" + this.P13N_MODEL + ">label}"
332
344
  }),
333
345
  templateShareable : false,
334
- filters: [oNameFilterPersistent, new Filter("kind", FilterOperator.EQ, sKind)]
346
+ filters: [oNameFilterPersistent, new Filter("kind", FilterOperator.EQ, sKind)],
347
+ sorter: oSorter
335
348
  },
336
349
  change: [this.onChangeOfItemName, this],
337
350
  selectedKey: "{" + this.P13N_MODEL + ">tempName}",
@@ -1236,6 +1249,15 @@ sap.ui.define([
1236
1249
  return sText ? this.oResourceBundleMDC.getText(sText, vValue) : this.oResourceBundleMDC;
1237
1250
  };
1238
1251
 
1252
+ ChartItemPanel.prototype.exit = function() {
1253
+
1254
+ this._fnSort = null;
1255
+ this.oResourceBundleMDC = null;
1256
+ this._bMobileMode = null;
1257
+
1258
+ return BasePanel.prototype.exit.apply(this, arguments);
1259
+ };
1260
+
1239
1261
  return ChartItemPanel;
1240
1262
 
1241
1263
  });
@@ -28,7 +28,7 @@ sap.ui.define([
28
28
  * @extends sap.ui.base.Object
29
29
  *
30
30
  * @author SAP SE
31
- * @version 1.102.0
31
+ * @version 1.102.4
32
32
  *
33
33
  * @private
34
34
  * @ui5-restricted sap.ui.mdc
@@ -375,7 +375,10 @@ sap.ui.define([
375
375
 
376
376
  if (this._oInnerColumn) {
377
377
  this._oInnerColumn.destroy("KeepDom");
378
- oTable.invalidate();
378
+
379
+ if (!oTable.isInvalidateSuppressed()) {
380
+ oTable.invalidate();
381
+ }
379
382
  }
380
383
  };
381
384
 
@@ -21,7 +21,7 @@ sap.ui.define([
21
21
  * {@link sap.ui.mdc.table.Column#getCreationTemplate creationTemplate} aggregation of the {@link sap.ui.mdc.table.Column}.
22
22
  * @extends sap.ui.core.Element
23
23
  * @author SAP SE
24
- * @version 1.102.0
24
+ * @version 1.102.4
25
25
  * @constructor
26
26
  * @experimental
27
27
  * @private
@@ -201,6 +201,8 @@ sap.ui.define([
201
201
  ]
202
202
  });
203
203
 
204
+ this._getTable()._oTable.getRowMode().setHideEmptyRows(this.getVisible());
205
+
204
206
  for (var sModelName in this._mBindingContexts) {
205
207
  var mBindingContext = this._mBindingContexts[sModelName];
206
208
  this._oInnerCreationRow.setBindingContext(mBindingContext.context, mBindingContext.modelName);
@@ -88,7 +88,7 @@ sap.ui.define([
88
88
  * @extends sap.ui.mdc.util.PropertyHelper
89
89
  *
90
90
  * @author SAP SE
91
- * @version 1.102.0
91
+ * @version 1.102.4
92
92
  *
93
93
  * @private
94
94
  * @experimental
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * The <code>RowActionItem</code> control represents a action for a row.
25
25
  * This control can only be used in the context of <code>sap.ui.mdc.Table</code> control to define row actions.
26
26
  * @extends sap.ui.core.Element
27
- * @version 1.102.0
27
+ * @version 1.102.4
28
28
  *
29
29
  * @constructor
30
30
  * @experimental
@@ -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.102.0
24
+ * @version 1.102.4
25
25
  *
26
26
  * @constructor
27
27
  * @experimental
@@ -27,7 +27,7 @@ sap.ui.define([
27
27
  * @extends sap.ui.mdc.table.PropertyHelper
28
28
  *
29
29
  * @author SAP SE
30
- * @version 1.102.0
30
+ * @version 1.102.4
31
31
  *
32
32
  * @private
33
33
  * @experimental
@@ -44,7 +44,7 @@ sap.ui.define(
44
44
  * Destroying the cache will cancel all registered promises and delete references. Convenience methods for promise creation, wrapping and replacement are offered.
45
45
  *
46
46
  * @author SAP SE
47
- * @version 1.102.0
47
+ * @version 1.102.4
48
48
  * @alias sap.ui.mdc.util.PromiseCache
49
49
  * @namespace
50
50
  * @since 1.85.0
@@ -659,7 +659,7 @@ sap.ui.define([
659
659
  * @extends sap.ui.base.Object
660
660
  *
661
661
  * @author SAP SE
662
- * @version 1.102.0
662
+ * @version 1.102.4
663
663
  *
664
664
  * @private
665
665
  * @experimental
@@ -39,7 +39,7 @@ sap.ui.define([
39
39
  * @param {object} [mSettings] Initial settings for the new control
40
40
  * @class Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element showing a dialog.
41
41
  * @extends sap.ui.mdc.valuehelp.base.Container
42
- * @version 1.102.0
42
+ * @version 1.102.4
43
43
  * @constructor
44
44
  * @abstract
45
45
  * @private
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @param {object} [mSettings] Initial settings for the new control
27
27
  * @class Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element showing a popover.
28
28
  * @extends sap.ui.mdc.valuehelp.base.Container
29
- * @version 1.102.0
29
+ * @version 1.102.4
30
30
  * @constructor
31
31
  * @abstract
32
32
  * @private
@@ -24,7 +24,7 @@ sap.ui.define([
24
24
  * @param {object} [mSettings] Initial settings for the new element
25
25
  * @class Container for the {@link sap.ui.mdc.ValueHelp ValueHelp} element.
26
26
  * @extends sap.ui.core.Element
27
- * @version 1.102.0
27
+ * @version 1.102.4
28
28
  * @constructor
29
29
  * @abstract
30
30
  * @private
@@ -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.
34
34
  * @extends sap.ui.core.Element
35
- * @version 1.102.0
35
+ * @version 1.102.4
36
36
  * @constructor
37
37
  * @abstract
38
38
  * @private
@@ -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.102.0
23
+ * @version 1.102.4
24
24
  * @constructor
25
25
  * @abstract
26
26
  * @private
@@ -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.
34
34
  * @extends sap.ui.mdc.valuehelp.base.ListContent
35
- * @version 1.102.0
35
+ * @version 1.102.4
36
36
  * @constructor
37
37
  * @abstract
38
38
  * @private
@@ -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.
22
22
  * @extends sap.ui.mdc.valuehelp.base.Content
23
- * @version 1.102.0
23
+ * @version 1.102.4
24
24
  * @constructor
25
25
  * @abstract
26
26
  * @private
@@ -22,7 +22,7 @@ sap.ui.define([
22
22
  * @param {object} [mSettings] Initial settings for the new element
23
23
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element to provide a value help for boolean fields.
24
24
  * @extends sap.ui.mdc.valuehelp.content.FixedList
25
- * @version 1.102.0
25
+ * @version 1.102.4
26
26
  * @constructor
27
27
  * @abstract
28
28
  * @private
@@ -25,7 +25,7 @@ sap.ui.define([
25
25
  * @param {object} [mSettings] Initial settings for the new element
26
26
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element showing a condition panel.
27
27
  * @extends sap.ui.mdc.valuehelp.base.Content
28
- * @version 1.102.0
28
+ * @version 1.102.4
29
29
  * @constructor
30
30
  * @abstract
31
31
  * @private
@@ -26,7 +26,7 @@ sap.ui.define([
26
26
  * @param {object} [mSettings] Initial settings for the new element
27
27
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element showing a list with fix values.
28
28
  * @extends sap.ui.mdc.valuehelp.base.ListContent
29
- * @version 1.102.0
29
+ * @version 1.102.4
30
30
  * @constructor
31
31
  * @abstract
32
32
  * @private
@@ -276,7 +276,7 @@ sap.ui.define([
276
276
  * @param {object} [mSettings] Initial settings for the new element
277
277
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element using a {@link sap.ui.mdc.Table}.
278
278
  * @extends sap.ui.mdc.valuehelp.base.FilterableListContent
279
- * @version 1.102.0
279
+ * @version 1.102.4
280
280
  * @constructor
281
281
  * @abstract
282
282
  * @private
@@ -51,7 +51,7 @@ sap.ui.define([
51
51
  * @param {object} [mSettings] Initial settings for the new element
52
52
  * @class Content for the {@link sap.ui.mdc.valuehelp.base.Container Container} element using a {@link sap.m.Table}.
53
53
  * @extends sap.ui.mdc.valuehelp.base.FilterableListContent
54
- * @version 1.102.0
54
+ * @version 1.102.4
55
55
  * @constructor
56
56
  * @abstract
57
57
  * @private